.login-container .g-recaptcha, .form-login .g-recaptcha, .form-edit-account .g-recaptcha {
    margin-bottom: 10px !important
}

.required-captcha.checkbox {
    position: absolute;
    display: block;
    visibility: visible;
    overflow: hidden;
    opacity: 0;
    width: 1px;
    height: 1px
}

.block.newsletter .field-recaptcha .field .control:before {
    content: none
}

.review-form .field-recaptcha {
    margin-bottom: 10px
}

.form.send.friend .g-recaptcha {
    margin-top: 40px
}

@keyframes loading {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        transform: translate(-50%, -50%) rotate(359.9deg)
    }
}

.am-word-break {
    word-wrap: break-word;
    word-break: break-word
}

.ie11 .am-word-break {
    word-break: break-all
}

@media only screen and (max-width: 700px) {
    .ampromo-items-form .product-info-price > *:first-child, .ampromo-items-form .product-info-price > *:last-child {
        padding: 0
    }
}

@media only screen and (max-width: 1000px) and (min-width: 701px) {
    .ampromo-overlay .ampromo-gallery {
        width: 570px
    }

    .ampromo-popup-wrapper {
        padding: 24px 54px
    }
}

@media only screen and (max-width: 700px) {
    .ampromo-overlay .ampromo-gallery {
        width: 280px;
        margin: 0 auto
    }

    .ampromo-popup-wrapper {
        padding: 24px 54px
    }
}

@media only screen and (max-width: 400px) {
    .ampromo-overlay .ampromo-gallery {
        margin: 0 auto 30px auto
    }

    .ampromo-overlay .slick-prev, .ampromo-overlay .slick-next {
        display: none !important
    }

    .ampromo-popup-wrapper {
        padding: 15px
    }
}

@media all and (max-width: 768px) {
    .amazon-minicart-container .amazon-button-container {
        width: auto
    }
}

.iti {
    position: relative;
    display: inline-block
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 31px;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: none
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, .05)
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle
}

.iti__flag-box, .iti__country-name {
    margin-right: 6px
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5241px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url('../Dotdigitalgroup_Sms/images/flags.png');
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url('../Dotdigitalgroup_Sms/images/flags@2x.png')
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

.klarna-payments-method-cell {
    display: table-cell;
    vertical-align: middle
}

label.klarna-payments-method-cell > span {
    padding-left: 5px
}

span.klarna-payments-method-cell > img {
    display: block
}

.mana-overlay {
    position: absolute;
    background: #fff;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 10000
}

#mana-please-wait {
    position: absolute;
    color: #d85909;
    font-size: 1.1em;
    text-align: center;
    z-index: 20000
}

#mana-please-wait p {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 120px;
    margin-left: -120px;
    padding: 15px 60px;
    background: rgba(255, 255, 255, .9);
    border: 2px solid #39c;
    color: #39c;
    text-align: center;
    z-index: 20100;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-box-sizing: content-box
}

#mana-please-wait p img {
    margin: 10px auto 0
}

.filter-options-content .mana-selected.mana-tree-item, .filter-options-content .mana-selected.item a, .filter-options-content .mana-selected.item .count, .filter-options-content .mana-selected.item .label {
    color: #ff5501
}

.mana-filter-block {
    position: relative
}

._amcheckout-selectable-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between
}

._amcheckout-selectable-item {
    display: block;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #f9f9f9;
    border-radius: 2px;
    background: #f9f9f9;
    cursor: pointer
}

._amcheckout-selectable-item:not(:last-of-type) {
    margin-bottom: 15px
}

._amcheckout-selectable-item:hover {
    box-shadow: 0 2px 8px rgba(56, 77, 108, .4)
}

._amcheckout-selectable-item.-selected {
    border-color: #1979c3
}

@media all and (min-width: 768px) {
    ._amcheckout-selectable-item {
        width: 48%
    }

    ._amcheckout-selectable-item:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

#address-validation {
    padding-bottom: 33px
}

.checkout-suggested-addresses > p {
    margin-top: 1rem
}

.checkout-suggested-addresses .suggested-address {
    padding: 10px;
    line-height: 30px;
    border: 1px solid transparent;
    cursor: pointer
}

.checkout-suggested-addresses .suggested-address label {
    cursor: pointer
}

.checkout-suggested-addresses .suggested-address.selected-address {
    background: #f5f5f5;
    border: 1px solid #ccc
}

.checkout-suggested-addresses .suggested-address .suggested-address-details {
    padding: 0 0 0 22px;
    cursor: pointer
}

.checkout-suggested-addresses .suggested-address .suggested-address-diff {
    background-color: #ff0
}

body[class*=page-layout-admin] .page-create-order button[data-index=validateAddressButton] {
    margin-top: 1.5rem
}

body[class*=page-layout-admin] #tj-suggested-addresses .fieldset {
    border: 0
}

body[class*=page-layout-admin] #tj-suggested-addresses .fieldset > .legend {
    padding: 0 0 10px;
    border-bottom: 1px solid #c6c6c6;
    width: 100%;
    box-sizing: border-box
}

body[class*=page-layout-admin] #tj-suggested-addresses .fieldset > .legend span {
    font-size: 2.2rem;
    font-weight: 300
}

body[class*=page-layout-admin] #tj-suggested-addresses .checkout-suggested-addresses .suggested-address input[type=radio] {
    margin-right: 5px;
    vertical-align: 1px
}

.am-checkout #address-validation {
    padding-bottom: 0
}

.aw-onestep #address-validation {
    margin: 5px;
    padding-bottom: 0
}

.aw-onestep #address-validation .step-title {
    display: none
}

.aw-onestep .checkout-suggested-addresses label:before {
    margin-top: 0 !important;
    margin-left: 14px !important
}

.aw-onestep .checkout-suggested-addresses .suggested-address-details {
    padding-left: 14px
}

.opc-block-summary .vertex-message td, .cart-summary .vertex-message td {
    padding: 0;
    border-top: none
}

@media only screen and (max-width: 768px) {
    .field-tooltip .field-tooltip-content {
        left: auto;
        right: -10px;
        top: 40px
    }

    .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
        border: 10px solid transparent;
        height: 0;
        left: auto;
        margin-top: -21px;
        right: 10px;
        top: 0;
        width: 0
    }

    .field-tooltip .field-tooltip-content:before {
        border-bottom-color: #999
    }

    .field-tooltip .field-tooltip-content:after {
        border-bottom-color: #f4f4f4;
        top: 1px
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
    .product-video {
        height: 100%;
        width: 81%
    }
}

@media all and (min-width: 768px), print {
    .abs-product-options-list-desktop dt, .block-giftregistry-shared .item-options dt {
        clear: left;
        float: left;
        margin: 0 10px 5px 0
    }

    .abs-product-options-list-desktop dt:after, .block-giftregistry-shared .item-options dt:after {
        content: ': '
    }

    .abs-product-options-list-desktop dd, .block-giftregistry-shared .item-options dd {
        display: inline-block;
        float: left;
        margin: 0 0 5px;
        word-break: break-all
    }

    .abs-button-desktop {
        width: auto
    }

    .abs-blocks-2columns, .amazon-addresses .amazon-address, .column .block-addbysku .block-content .box, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box, [class^=sales-guest-] .column.main .block:not(.widget) .block-content .box, .sales-guest-view .column.main .block:not(.widget) .block-content .box, .account .column.main .block:not(.widget) .block-content .box {
        width: 48.8%
    }

    .abs-blocks-2columns:nth-child(odd), .amazon-addresses .amazon-address:nth-child(odd), .column .block-addbysku .block-content .box:nth-child(odd), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd), [class^=sales-guest-] .column.main .block:not(.widget) .block-content .box:nth-child(odd), .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd), .account .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
        clear: left;
        float: left
    }

    .abs-blocks-2columns:nth-child(even), .amazon-addresses .amazon-address:nth-child(even), .column .block-addbysku .block-content .box:nth-child(even), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even), [class^=sales-guest-] .column.main .block:not(.widget) .block-content .box:nth-child(even), .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even), .account .column.main .block:not(.widget) .block-content .box:nth-child(even) {
        float: right
    }

    .abs-reset-left-margin-desktop, .bundle-options-container .legend.title, .column.main .cart-summary .actions-toolbar, .cart.table-wrapper .item-actions .actions-toolbar, .gift-summary .actions-toolbar, .cart.table-wrapper .gift-summary .actions-toolbar, .column.main .block-giftregistry-shared-items .actions-toolbar, .form-new-agreement .fieldset .legend, .form-new-agreement .actions-toolbar, .column.main .paypal-review .actions-toolbar, .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
        margin-left: 0
    }

    .abs-action-remove-desktop, .abs-add-fields-desktop .fieldset .additional .action.remove, .form-giftregistry-share .fieldset .additional .action.remove, .form-giftregistry-edit .fieldset .additional .action.remove, .form-add-invitations .fieldset .additional .action.remove, .form-create-return .fieldset .additional .action.remove, .form.send.friend .fieldset .additional .action.remove {
        margin-left: 75.8%;
        top: 6px
    }

    .abs-add-fields-desktop .fieldset .field:not(.choice) .control, .form-giftregistry-share .fieldset .field:not(.choice) .control, .form-giftregistry-edit .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .fieldset .field:not(.choice) .control, .form.send.friend .fieldset .field:not(.choice) .control {
        width: 50%
    }

    .abs-margin-for-forms-desktop, .login-container .fieldset:after {
        margin-left: 25.8%
    }

    .abs-visually-hidden-desktop, .modes-label, .block-search .label, .dashboard-welcome-toggler, .block-collapsible-nav .title {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .abs-add-clearfix-desktop:before, .abs-add-clearfix-desktop:after, .abs-pager-toolbar:before, .abs-pager-toolbar:after, .amazon-addresses:before, .amazon-addresses:after, .block-cart-failed .block-content:before, .block-cart-failed .block-content:after, .column .block-addbysku .block-content:before, .column .block-addbysku .block-content:after, .cart-container:before, .cart-container:after, .block-giftregistry-shared .item-options:before, .block-giftregistry-shared .item-options:after, .gift-wrapping .nested:before, .gift-wrapping .nested:after, .table .gift-wrapping .content:before, .table .gift-wrapping .content:after, .block-wishlist-management:before, .block-wishlist-management:after, .paypal-review .block-content:before, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, [class^=sales-guest-] .column.main .block:not(.widget) .block-content:before, [class^=sales-guest-] .column.main .block:not(.widget) .block-content:after, .sales-guest-view .column.main .block:not(.widget) .block-content:before, .sales-guest-view .column.main .block:not(.widget) .block-content:after, .login-container:before, .login-container:after, .account .column.main .block:not(.widget) .block-content:before, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:before, .block-addresses-list .items.addresses:after, .page-header .header.panel:before, .page-header .header.panel:after, .header.content:before, .header.content:after, .toolbar-giftregistry-results:before, .toolbar-giftregistry-results:after, .toolbar-wishlist-results:before, .toolbar-wishlist-results:after, .account .toolbar:before, .account .toolbar:after {
        content: '';
        display: table
    }

    .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .amazon-addresses:after, .block-cart-failed .block-content:after, .column .block-addbysku .block-content:after, .cart-container:after, .block-giftregistry-shared .item-options:after, .gift-wrapping .nested:after, .table .gift-wrapping .content:after, .block-wishlist-management:after, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, [class^=sales-guest-] .column.main .block:not(.widget) .block-content:after, .sales-guest-view .column.main .block:not(.widget) .block-content:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .page-header .header.panel:after, .header.content:after, .toolbar-giftregistry-results:after, .toolbar-wishlist-results:after, .account .toolbar:after {
        clear: both
    }

    .abs-add-box-sizing-desktop, .column.main, .sidebar-main, .sidebar-additional {
        box-sizing: border-box
    }

    .abs-add-box-sizing-desktop-m, .opc-wrapper {
        box-sizing: border-box
    }

    .abs-revert-field-type-desktop .fieldset > .field, .abs-revert-field-type-desktop .fieldset .fields > .field, .product-add-form .fieldset > .field, .product-add-form .fieldset .fields > .field {
        margin: 0 0 20px
    }

    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label, .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label, .product-add-form .fieldset > .field:not(.choice) > .label, .product-add-form .fieldset .fields > .field:not(.choice) > .label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0
    }

    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control, .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control, .product-add-form .fieldset > .field:not(.choice) > .control, .product-add-form .fieldset .fields > .field:not(.choice) > .control {
        float: none;
        width: auto
    }

    .abs-revert-field-type-desktop .fieldset > .field > .label, .abs-revert-field-type-desktop .fieldset .fields > .field > .label, .product-add-form .fieldset > .field > .label, .product-add-form .fieldset .fields > .field > .label {
        margin: 0;
        display: inline-block
    }

    .abs-revert-field-type-desktop .fieldset > .field.choice:before, .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before, .abs-revert-field-type-desktop .fieldset > .field.no-label:before, .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before, .product-add-form .fieldset > .field.choice:before, .product-add-form .fieldset .fields > .field.choice:before, .product-add-form .fieldset > .field.no-label:before, .product-add-form .fieldset .fields > .field.no-label:before {
        display: none
    }

    .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type, .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type, .product-add-form .fieldset > .field:not(:first-child):last-of-type, .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
        margin-bottom: 0
    }

    .abs-no-display-desktop, .opc-estimated-wrapper, .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
        display: none
    }

    .abs-pager-toolbar, .toolbar-giftregistry-results, .toolbar-wishlist-results, .account .toolbar {
        margin-bottom: 20px;
        position: relative
    }

    .abs-pager-toolbar .limiter, .toolbar-giftregistry-results .limiter, .toolbar-wishlist-results .limiter, .account .toolbar .limiter {
        float: right;
        position: relative;
        z-index: 1
    }

    .abs-pager-toolbar .toolbar-amount, .toolbar-giftregistry-results .toolbar-amount, .toolbar-wishlist-results .toolbar-amount, .account .toolbar .toolbar-amount {
        float: left;
        line-height: normal;
        padding: 7px 0 0;
        position: relative;
        z-index: 1
    }

    .abs-pager-toolbar .pages, .toolbar-giftregistry-results .pages, .toolbar-wishlist-results .pages, .account .toolbar .pages {
        position: absolute;
        width: 100%;
        z-index: 0
    }

    .abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
        float: left;
        position: relative;
        width: 73%
    }

    .abs-shopping-cart-items-desktop .actions, .block-cart-failed .actions, .cart-container .form-cart .actions, .cart-container .cart-gift-item .actions {
        text-align: right
    }

    .abs-shopping-cart-items-desktop .action.clear, .abs-shopping-cart-items-desktop .action.update, .block-cart-failed .action.clear, .block-cart-failed .action.update, .cart-container .form-cart .action.clear, .cart-container .form-cart .action.update, .cart-container .cart-gift-item .action.clear, .cart-container .cart-gift-item .action.update {
        margin-left: 10px
    }

    .abs-shopping-cart-items-desktop .action.continue, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue, .cart-container .cart-gift-item .action.continue {
        float: left
    }

    h1 {
        font-size: 40px;
        margin-bottom: 40px
    }

    .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto
    }

    .page-main {
        width: 100%
    }

    .columns {
        display: block
    }

    .column.main {
        min-height: 300px
    }

    .page-layout-1column .column.main {
        width: 100%;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .page-layout-3columns .column.main {
        width: 58.33333333%;
        display: inline-block;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .page-layout-2columns-left .column.main {
        width: 79.16666667%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .page-layout-2columns-right .column.main {
        width: 79.16666667%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .sidebar-main {
        padding-right: 2%
    }

    .page-layout-3columns .sidebar-main {
        width: 20.83333333%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .page-layout-2columns-left .sidebar-main {
        width: 20.83333333%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .page-layout-2columns-right .sidebar-main {
        width: 20.83333333%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .page-layout-2columns-right .sidebar-main {
        padding-left: 2%;
        padding-right: 0
    }

    .sidebar-additional {
        clear: right;
        padding-left: 2%
    }

    .page-layout-3columns .sidebar-additional {
        width: 20.83333333%;
        float: right;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3
    }

    .page-layout-2columns-left .sidebar-additional {
        width: 20.83333333%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .page-layout-2columns-right .sidebar-additional {
        width: 20.83333333%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .page-layout-2columns-left .main {
        padding-left: 2%
    }

    .page-layout-2columns-left .sidebar-additional {
        clear: left;
        float: left;
        padding-left: 0
    }

    .panel.header {
        padding: 10px 20px
    }

    .nav-toggle {
        display: none
    }

    .nav-sections {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        margin-bottom: 25px
    }

    .nav-sections-item-title {
        display: none
    }

    .nav-sections-item-content > * {
        display: none
    }

    .nav-sections-item-content > .navigation {
        display: block
    }

    .navigation {
        background: #f0f0f0;
        font-weight: 700;
        height: inherit;
        left: auto;
        overflow: inherit;
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 3
    }

    .navigation:empty {
        display: none
    }

    .navigation ul {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        position: relative
    }

    .navigation li.level0 {
        border-top: none
    }

    .navigation li.level1 {
        position: relative
    }

    .navigation .level0 {
        margin: 0 10px 0 0;
        display: inline-block;
        position: relative
    }

    .navigation .level0:last-child {
        margin-right: 0;
        padding-right: 0
    }

    .navigation .level0:hover:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        width: 10px;
        height: calc(100% + 3px);
        z-index: 1
    }

    .navigation .level0 > .level-top {
        color: #575757;
        line-height: 47px;
        padding: 0 12px;
        text-decoration: none;
        box-sizing: border-box;
        position: relative;
        display: inline-block
    }

    .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
        color: #333;
        text-decoration: none
    }

    .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 3px;
        color: #333;
        text-decoration: none;
        display: inline-block
    }

    .navigation .level0.parent:hover > .submenu {
        overflow: visible !important
    }

    .navigation .level0.parent > .level-top {
        padding-right: 20px
    }

    .navigation .level0.parent > .level-top > .ui-menu-icon {
        position: absolute;
        right: 0;
        display: inline-block;
        text-decoration: none
    }

    .navigation .level0.parent > .level-top > .ui-menu-icon > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .navigation .level0.parent > .level-top > .ui-menu-icon:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        line-height: 20px;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .navigation .level0 .submenu {
        background: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .19);
        font-weight: 400;
        min-width: 230px;
        padding: 0;
        display: none;
        left: 0;
        margin: 0 !important;
        position: absolute;
        z-index: 1;
        margin-top: 11px
    }

    .navigation .level0 .submenu > ul {
        margin-top: 11px
    }

    .navigation .level0 .submenu > ul:before, .navigation .level0 .submenu > ul:after {
        content: '';
        display: block;
        overflow: hidden;
        position: absolute
    }

    .navigation .level0 .submenu > ul:before {
        color: #fff;
        left: 20px;
        top: -20px;
        border: 10px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #fff;
        z-index: 4
    }

    .navigation .level0 .submenu > ul:after {
        border: 11px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #ccc;
        color: #ccc;
        left: 19px;
        top: -22px;
        z-index: 3
    }

    .navigation .level0 .submenu:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: -4px;
        z-index: 1
    }

    .navigation .level0 .submenu a {
        display: block;
        line-height: inherit;
        color: #575757;
        padding: 8px 20px
    }

    .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
        background: #e8e8e8;
        color: #333;
        text-decoration: none
    }

    .navigation .level0 .submenu .active > a {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 3px;
        color: #333
    }

    .navigation .level0 .submenu .submenu {
        top: -1px !important;
        left: 100% !important
    }

    .navigation .level0 .submenu .submenu-reverse {
        left: auto !important;
        right: 100%
    }

    .navigation .level0 .submenu li {
        margin: 0;
        position: relative
    }

    .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
        position: absolute;
        right: 3px;
        display: inline-block;
        text-decoration: none
    }

    .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        line-height: 20px;
        color: inherit;
        content: '\e608';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .navigation .level0.more {
        position: relative;
        display: inline-block;
        text-decoration: none
    }

    .navigation .level0.more:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 26px;
        line-height: inherit;
        color: inherit;
        content: '\e607';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .navigation .level0.more:before {
        display: none
    }

    .navigation .level0.more:after {
        cursor: pointer;
        padding: 8px 12px;
        position: relative;
        z-index: 1
    }

    .navigation .level0.more:hover > .submenu {
        overflow: visible !important
    }

    .navigation .level0.more li {
        display: block
    }

    .panel.header .links, .panel.header .switcher {
        display: inline-block
    }

    .legend {
        border-bottom: 1px solid #c5c5c5
    }

    .product.data.items {
        position: relative;
        z-index: 1;
        border-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .product.data.items:before, .product.data.items:after {
        content: '';
        display: table
    }

    .product.data.items:after {
        clear: both
    }

    .product.data.items > .item.title {
        float: left;
        width: auto
    }

    .product.data.items > .item.title > .switch {
        height: 20px;
        display: block;
        position: relative;
        z-index: 2
    }

    .product.data.items > .item.content {
        margin-top: 20px;
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%
    }

    .product.data.items > .item.content:before, .product.data.items > .item.content:after {
        content: '';
        display: table
    }

    .product.data.items > .item.content:after {
        clear: both
    }

    .product.data.items > .item.content.active {
        display: block
    }

    .product.data.items > .item.title {
        margin: 0 -1px 0 0
    }

    .product.data.items > .item.title > .switch {
        font-weight: 400;
        line-height: 40px;
        font-size: 1.4rem;
        color: #6d6d6d;
        text-decoration: none;
        background: #f6f6f6;
        border: 1px solid #ccc;
        border-bottom: none;
        height: 40px;
        padding: 1px 35px
    }

    .product.data.items > .item.title > .switch:visited {
        color: #6d6d6d;
        text-decoration: none
    }

    .product.data.items > .item.title > .switch:hover {
        color: #6d6d6d;
        text-decoration: none
    }

    .product.data.items > .item.title > .switch:active {
        color: #333;
        text-decoration: none
    }

    .product.data.items > .item.title:not(.disabled) > .switch:focus, .product.data.items > .item.title:not(.disabled) > .switch:hover {
        background: #fff
    }

    .product.data.items > .item.title:not(.disabled) > .switch:active, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
        background: #fff;
        color: #333;
        text-decoration: none
    }

    .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
        padding-bottom: 2px
    }

    .product.data.items > .item.content {
        background: #fff;
        margin-top: 43px;
        padding: 35px;
        border: 1px solid #ccc
    }

    .product.data.items .item.title a:after {
        display: none
    }

    .actions-toolbar {
        text-align: left
    }

    .actions-toolbar:before, .actions-toolbar:after {
        content: '';
        display: table
    }

    .actions-toolbar:after {
        clear: both
    }

    .actions-toolbar .primary {
        float: left
    }

    .actions-toolbar .primary, .actions-toolbar .secondary {
        display: inline-block
    }

    .actions-toolbar .primary a.action, .actions-toolbar .secondary a.action {
        display: inline-block
    }

    .actions-toolbar .primary .action {
        margin: 0 15px 0 0
    }

    .actions-toolbar .secondary a.action {
        margin-top: 6px
    }

    .actions-toolbar > .primary, .actions-toolbar > .secondary {
        margin-bottom: 0
    }

    .actions-toolbar > .primary .action, .actions-toolbar > .secondary .action {
        margin-bottom: 0;
        width: auto
    }

    .popup-content .fieldset .actions-toolbar .secondary {
        display: inline-block;
        float: none
    }

    .popup-content .fieldset .actions-toolbar .action.cancel {
        margin-top: 6px
    }

    .modal-popup.modal-slide .modal-footer {
        border-top: 1px solid #c1c1c1;
        text-align: right
    }

    .shipping-address-modal .modal-inner-wrap, .billing-address-modal .modal-inner-wrap {
        min-height: 620px;
        width: 700px
    }

    .shipping-address-modal .modal-inner-wrap .modal-popup .modal-title, .billing-address-modal .modal-inner-wrap .modal-popup .modal-title {
        border: none
    }

    .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner, .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
        max-height: 438px
    }

    .address-loading-mask {
        top: 115px
    }

    .amrelated-cart-bundle {
        padding: 0;
        width: 73%
    }

    .amrelated-pack-wrapper .amrelated-content-wrapper {
        position: unset;
        flex-wrap: nowrap;
        margin-top: 15px;
        padding-top: 0;
        background: #fff
    }

    .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
        border-bottom: none
    }

    .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
        font-size: 12px
    }

    .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
        font-weight: 400
    }

    .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus, .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
        display: flex;
        padding: 10px 5px;
        text-align: center;
        font-size: 50px;
        line-height: 100px
    }

    .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
        color: #1979c3
    }

    .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
        color: #e9f6ff
    }

    .amrelated-pack-wrapper .amrelated-title:after {
        content: none !important
    }

    .amrelated-content-wrapper .amrelated-pack-list {
        max-width: 79%;
        width: unset
    }

    .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
        display: block
    }

    .amrelated-pack-list.-wide {
        flex-wrap: nowrap;
        justify-content: space-between
    }

    .amrelated-pack-list.-wide .amrelated-pack-items {
        flex-wrap: nowrap;
        justify-content: space-around
    }

    .amrelated-pack-list.-narrow .amrelated-plus, .amrelated-pack-list.-narrow + .amrelated-equal {
        display: block;
        line-height: 100px
    }

    .amrelated-equal.-second-row {
        align-self: center;
        margin-bottom: 18px
    }

    .amrelated-pack-list.-second-row {
        border-right: 3px solid #e9f6ff
    }

    .amrelated-pack-item .amrelated-details {
        display: block
    }

    .amrelated-pack-item.-wide, .amrelated-pack-item.-narrow {
        padding: 10px;
        min-width: 120px;
        width: 14%;
        text-align: center
    }

    .amrelated-pack-item.-wide .amrelated-info, .amrelated-pack-item.-narrow .amrelated-info {
        display: block
    }

    .amrelated-pack-item.-wide .amrelated-details, .amrelated-pack-item.-narrow .amrelated-details {
        margin-left: 0
    }

    .amrelated-pack-item.-wide .amrelated-photo-container, .amrelated-pack-item.-narrow .amrelated-photo-container {
        margin: 0 auto 10px
    }

    .amrelated-pack-item.-main {
        background: 0 0
    }

    .amrelated-content-wrapper .amrelated-summary-content {
        position: relative;
        display: block;
        margin-top: 16px;
        padding: 0;
        width: 180px
    }

    .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
        right: unset;
        padding: 5px
    }

    .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
        box-sizing: border-box;
        margin: 0;
        width: 100%;
        height: 95px;
        border: 3px dashed #e9f6ff;
        border-bottom: none
    }

    .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
        margin-right: 0
    }

    .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
        width: 100%
    }

    .amrelated-summary-content.-second-row {
        align-self: center
    }

    .amrelated-pack-list.-wide .amrelated-pack-items {
        position: relative
    }

    .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        display: block;
        width: 0;
        height: 100%;
        background: #e9f6ff;
        box-shadow: 0 20px 0 -10px #f9f9f9;
        opacity: 1;
        transition: all .3s ease
    }

    .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
        right: 0;
        left: unset
    }

    .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info, .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus, .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
        z-index: 2
    }

    .amrelated-pack-item.-wide {
        padding: 30px 0
    }

    .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
        width: 100%;
        opacity: 1
    }

    .amrelated-popup-container .amrelated-bundle-popup {
        max-width: initial;
        min-width: 700px
    }

    .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
        margin-top: 60px;
        min-height: 450px
    }

    .amrelated-product-info .amrelated-info.-top {
        float: right;
        margin: 0;
        width: 50%
    }

    .amrelated-product-info .amrelated-info.-bottom {
        clear: both;
        float: right;
        margin-bottom: 20px;
        width: 50%
    }

    .amrelated-product-info .amrelated-info.-top, .amrelated-product-info .amrelated-info.-bottom {
        box-sizing: border-box;
        padding: 0 20px 0 0
    }

    .amrelated-info.-top .amrelated-title {
        font-size: 24px;
        margin-bottom: 10px
    }

    .amrelated-info.-top .product-reviews-summary {
        margin-bottom: 10px
    }

    .amrelated-info.-top .product-reviews-summary .action {
        margin-left: 10px
    }

    .amrelated-info.-bottom .amrelated-description {
        font-size: 14px;
        margin: 5px 0 0
    }

    .amrelated-info.-bottom .product-add-form {
        margin: 0;
        padding: 0
    }

    .amrelated-product-info .amrelated-image-container {
        border: 0;
        box-sizing: border-box;
        left: 0;
        margin: 0;
        padding: 0 25px;
        position: absolute;
        width: 50%
    }

    .amrelated-product-info .amrelated-image-container > .product-item-photo {
        border: 0;
        width: 100%
    }

    .amrelated-product-info .amrelated-image-container .product-image-container {
        border: 1px solid #b2b2b2
    }

    .amrelated-products-block {
        margin-left: 27px;
        margin-right: 27px
    }

    .amxnotif-block .input-fields {
        margin-bottom: 5px
    }

    .category .subscribe-popup .amxnotif_guest_action {
        min-width: inherit
    }

    .category .subscribe-popup {
        margin: 0 auto;
        top: 25%;
        width: 40%
    }

    .category .subscribe-popup .notification-container {
        margin-top: 20px
    }

    .amazon-addresses .amazon-address {
        margin-bottom: 0
    }

    .login-container .block-amazon-login {
        clear: none;
        float: right
    }

    .login-container .block-amazon-login .actions-toolbar {
        margin-top: 25px
    }

    .login-container .block:nth-child(2) + .block-amazon-login {
        clear: none
    }

    .amazon-validate-container {
        margin: 40px auto 0 auto;
        width: 500px
    }

    .amazon-validate-container .primary {
        width: 190px
    }

    .amazon-validate-container .continue-as-guest {
        width: 130px
    }

    .amazon-validate-container .forgot-password {
        text-align: right;
        width: 175px
    }

    .amazon-validate-container .amazon-logout {
        margin-top: 1em
    }

    .checkout-shipping-address .field-tooltip .field-tooltip-content {
        right: -65px
    }

    .checkout-shipping-address .field-tooltip .field-tooltip-content:before, .checkout-shipping-address .field-tooltip .field-tooltip-content:after {
        right: 64px
    }

    .klarna-payments-method > .payment-method-title {
        padding: 11.5px 0
    }

    .block-cart-failed .actions {
        text-align: left
    }

    .block-cart-failed .actions.primary {
        float: right
    }

    .bundle-options-container .bundle-options-wrapper, .bundle-options-container .product-options-wrapper {
        float: left;
        width: 57%
    }

    .bundle-options-container .block-bundle-summary {
        float: right;
        position: relative;
        width: 40%
    }

    .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper, .page-layout-2columns-left .bundle-options-container .block-bundle-summary, .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper, .page-layout-2columns-right .bundle-options-container .block-bundle-summary, .page-layout-3columns .bundle-options-container .bundle-options-wrapper, .page-layout-3columns .bundle-options-container .block-bundle-summary {
        width: 48%
    }

    .page-products .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 4%) / 3)
    }

    .page-products .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%
    }

    .page-products .products-grid .product-item:nth-child(4n+1) {
        margin-left: 2%
    }

    .page-products .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0
    }

    .page-products.page-layout-1column .products-grid .product-item {
        width: 25%
    }

    .page-products.page-layout-3columns .products-grid .product-item {
        width: 50%
    }

    .page-products .columns {
        padding-top: 0;
        position: relative;
        z-index: 1
    }

    .products.wrapper ~ .toolbar .pages {
        float: left
    }

    .toolbar-amount {
        float: left
    }

    .sorter {
        float: right
    }

    .modes {
        display: inline-block;
        float: left;
        margin-right: 20px
    }

    .products.wrapper ~ .toolbar .modes {
        display: none
    }

    .modes-mode {
        color: #7d7d7d;
        border: 1px solid #ccc;
        border-right: 0;
        float: left;
        font-weight: 400;
        line-height: 1;
        padding: 7px 10px;
        text-align: center;
        display: inline-block;
        text-decoration: none
    }

    .modes-mode:not(.active):hover {
        color: #7d7d7d;
        background: #e4e4e4
    }

    .modes-mode:last-child {
        border-right: 1px solid #ccc
    }

    .modes-mode.active {
        color: #a6a6a6
    }

    .modes-mode > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .modes-mode:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: inherit;
        color: #7d7d7d;
        content: '\e60d';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .modes-mode:hover:before {
        color: #7d7d7d
    }

    .mode-list:before {
        content: '\e60b'
    }

    .products.wrapper ~ .toolbar .limiter {
        display: block;
        float: right
    }

    .product-info-main .box-tocart, .product-options-bottom .box-tocart {
        display: table
    }

    .product-info-main .box-tocart .field.qty, .product-options-bottom .box-tocart .field.qty {
        display: table-cell
    }

    .product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions {
        display: table-cell;
        padding-top: 25px;
        text-align: center;
        vertical-align: bottom
    }

    .product-info-main .page-title-wrapper .page-title {
        margin-top: -13px
    }

    .sidebar .product-items .product-item-info .product-item-photo {
        float: left;
        left: auto;
        margin: 0 10px 10px 0;
        position: relative;
        top: auto
    }

    .sidebar .product-items .product-item-details {
        margin: 0
    }

    .sidebar .product-items .product-item-actions {
        clear: left
    }

    .product-info-main {
        float: right
    }

    .product.media {
        float: left;
        margin-bottom: 25px
    }

    .page-layout-1column .product-info-main {
        width: 40%
    }

    .page-layout-1column .product.media {
        width: 57%
    }

    .page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main {
        width: 48%
    }

    .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media {
        width: 50%
    }

    .block-category-event.block:last-child {
        margin-bottom: 30px;
        padding: 10px 0 30px
    }

    .block-category-event .block-title {
        margin: 0
    }

    .block-category-event .block-title strong {
        font-size: 2.4rem
    }

    .block-category-event .ticker li {
        display: none;
        margin: 0 50px
    }

    .block-category-event .ticker .value {
        font-size: 6rem
    }

    .block-category-event .ticker .label {
        font-size: 1.4rem;
        text-transform: none
    }

    .block-category-event .dates .date {
        font-size: 5rem
    }

    .block-category-event .dates .start {
        padding-right: 50px
    }

    .block-category-event .dates .start:after {
        font-size: 5rem;
        right: 10px
    }

    .block-search {
        float: right;
        padding-left: 15px;
        position: relative;
        width: 250px;
        z-index: 4
    }

    .block-search .control {
        border-top: 0;
        margin: 0;
        padding: 0 0 25px
    }

    .block-search .nested {
        display: block;
        padding-top: 5px;
        position: absolute
    }

    .block-search input {
        margin: 0;
        padding-right: 35px;
        position: static
    }

    .block-search input::-webkit-input-placeholder {
        color: #575757
    }

    .block-search input:-moz-placeholder {
        color: #575757
    }

    .block-search input::-moz-placeholder {
        color: #575757
    }

    .block-search input:-ms-input-placeholder {
        color: #575757
    }

    .block-search .action.search {
        display: inline-block;
        background-image: none;
        background: 0 0;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
        padding: 5px 0;
        position: absolute;
        right: 10px;
        top: 0;
        z-index: 1
    }

    .block-search .action.search > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .block-search .action.search:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: inherit;
        color: #757575;
        content: '\e615';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .block-search .action.search:hover:before {
        color: inherit
    }

    .block-search .action.search:active:before {
        color: inherit
    }

    .block-search .action.search:focus, .block-search .action.search:active {
        background: 0 0;
        border: none
    }

    .block-search .action.search:hover {
        background: 0 0;
        border: none
    }

    .block-search .action.search.disabled, .block-search .action.search[disabled], fieldset[disabled] .block-search .action.search {
        pointer-events: none;
        opacity: .5
    }

    .block-search .action.search:focus:before {
        color: #333
    }

    .search-autocomplete {
        margin-top: 0
    }

    .cart-container .widget {
        float: left
    }

    .cart-container .widget.block {
        margin-bottom: 20px
    }

    .cart-summary {
        float: right;
        position: relative;
        width: 23%
    }

    .column.main .cart-summary .actions-toolbar > .secondary {
        float: none
    }

    .cart-summary .block .fieldset .field {
        margin: 0 0 20px;
        margin: 0 0 10px
    }

    .cart-summary .block .fieldset .field:not(.choice) > .label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0
    }

    .cart-summary .block .fieldset .field:not(.choice) > .control {
        float: none;
        width: auto
    }

    .cart-summary .block .fieldset .field > .label {
        margin: 0;
        display: inline-block
    }

    .cart-summary .block .fieldset .field.choice:before, .cart-summary .block .fieldset .field.no-label:before {
        display: none
    }

    .cart.table-wrapper .items {
        min-width: 100%;
        width: auto
    }

    .cart.table-wrapper .item .col.item {
        padding: 27px 8px 10px
    }

    .cart.table-wrapper .item-actions td {
        text-align: right
    }

    .cart.table-wrapper .product-item-photo {
        display: table-cell;
        max-width: 100%;
        padding-right: 20px;
        position: static;
        vertical-align: top;
        width: 1%
    }

    .cart.table-wrapper .product-item-details {
        display: table-cell;
        vertical-align: top;
        white-space: normal;
        width: 99%
    }

    .cart.table-wrapper .item-actions .actions-toolbar {
        text-align: left
    }

    .cart .action {
        margin-bottom: 10px
    }

    .cart-products-toolbar .toolbar-amount {
        line-height: 30px;
        margin: 0
    }

    .cart-products-toolbar .pages {
        float: right;
        margin: 0 0 1px
    }

    .cart-products-toolbar .pages .item:last-child {
        margin-right: 0
    }

    .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
        padding-bottom: 7px;
        padding-top: 8px
    }

    .cart.table-wrapper .cart + .cart-products-toolbar {
        margin-top: 25px
    }

    .minicart-wrapper {
        margin-left: 13px
    }

    .minicart-wrapper .block-minicart {
        right: -15px;
        width: 390px
    }

    .opc-wrapper {
        width: 33.33333333%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        padding-right: 30px
    }

    .checkout-onepage-success .print {
        display: block;
        float: right;
        margin: 22px 0 0
    }

    .opc-progress-bar-item {
        width: 185px
    }

    .checkout-index-index .modal-popup .form-shipping-address {
        max-width: 600px
    }

    .checkout-index-index .modal-popup .modal-footer .action-save-address {
        float: right;
        margin: 0 0 0 10px
    }

    .checkout-shipping-method .actions-toolbar > .primary {
        float: right
    }

    .checkout-shipping-method .actions-toolbar .action.primary {
        margin: 0
    }

    .opc-wrapper .form-login, .opc-wrapper .form-shipping-address {
        max-width: 600px
    }

    .table-checkout-shipping-method {
        width: auto
    }

    .opc-sidebar {
        margin: 46px 0 20px;
        width: 33.33333333%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .opc-summary-wrapper .modal-header .action-close {
        display: none
    }

    .authentication-dropdown {
        background-color: #fff;
        border: 1px solid #aeaeae;
        -webkit-transform: scale(1, 0);
        -webkit-transform-origin: 0 0;
        -webkit-transition: -webkit-transform linear .1s, visibility 0s linear .1s;
        position: absolute;
        text-align: left;
        top: 100%;
        transform: scale(1, 0);
        transform-origin: 0 0;
        transition: transform linear .1s, visibility 0s linear .1s;
        visibility: hidden;
        width: 100%
    }

    .authentication-dropdown._show {
        z-index: 100;
        -webkit-transform: scale(1, 1);
        -webkit-transition: -webkit-transform linear .1s, visibility 0s linear 0s;
        transform: scale(1, 1);
        transition: transform linear .1s, visibility 0s linear 0s;
        visibility: visible
    }

    .authentication-wrapper {
        width: 33.33333333%;
        text-align: right
    }

    .block-authentication .block-title {
        font-size: 2.6rem;
        border-bottom: 0;
        margin-bottom: 25px
    }

    .block-authentication .actions-toolbar > .primary {
        display: inline;
        float: right;
        margin-right: 0
    }

    .block-authentication .actions-toolbar > .primary .action {
        margin-right: 0
    }

    .block-authentication .actions-toolbar > .secondary {
        float: left;
        margin-right: 2rem;
        padding-top: 1rem
    }

    .popup-authentication .modal-inner-wrap {
        min-width: 768px;
        width: 60%
    }

    .popup-authentication .block-authentication {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: 1px solid #c1c1c1
    }

    .popup-authentication .block[class], .popup-authentication .form-login, .popup-authentication .fieldset, .popup-authentication .block-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-grow: 1;
        flex-grow: 1
    }

    .popup-authentication .block[class] {
        box-sizing: border-box;
        float: left;
        padding: 10px 30px 0 0;
        width: 50%
    }

    .popup-authentication .block[class] + .block {
        border-left: 1px solid #c1c1c1;
        border-top: 0;
        margin: 0;
        padding: 10px 0 0 40px
    }

    .popup-authentication .block[class] + .block:before {
        left: 0;
        top: 50%
    }

    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: auto
    }

    .checkout-payment-method .actions-toolbar .primary {
        float: right;
        margin: 0
    }

    .checkout-payment-method .fieldset > .field-select-billing > .control {
        float: none;
        width: 100%
    }

    .checkout-payment-method .payment-method-content .fieldset > .field {
        margin: 0 0 20px
    }

    .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
        padding: 0;
        width: 0
    }

    .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
        margin-left: 25.8%
    }

    .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
        margin-left: 0
    }

    .checkout-billing-address .action-update {
        float: right
    }

    .checkout-billing-address .actions-toolbar .action-cancel {
        margin: 6px 20px 0 0
    }

    .checkout-payment-method .payment-option-title {
        padding-left: 22px
    }

    .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
        margin-left: 0
    }

    .contact-index-index .column:not(.sidebar-additional) .form.contact {
        min-width: 600px
    }

    .page-product-downloadable .product-options-wrapper {
        float: left;
        width: 55%
    }

    .page-product-downloadable .product-options-bottom {
        float: right;
        width: 40%
    }

    .page-product-downloadable .product-options-bottom .field.qty + .actions {
        padding-top: 0
    }

    .gift-message .field {
        margin-bottom: 20px
    }

    .gift-options {
        position: relative;
        z-index: 1
    }

    .gift-options .actions-toolbar {
        clear: both;
        float: right;
        position: static
    }

    .gift-options .actions-toolbar .secondary {
        float: right
    }

    .gift-options .actions-toolbar .secondary .action {
        float: right;
        margin-left: 20px
    }

    .gift-options .actions-toolbar .secondary .action-cancel {
        display: block;
        float: left;
        margin-top: 6px
    }

    .gift-options .actions-toolbar:nth-child(3):before {
        border-left: 1px solid #c1c1c1;
        bottom: 5rem;
        content: '';
        display: block;
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 0
    }

    .gift-options-title {
        font-weight: 300;
        font-size: 1.8rem
    }

    .cart.table-wrapper .action-gift {
        float: left
    }

    .order-options .gift-wrapping, .table-order-review .gift-wrapping {
        max-width: 50%
    }

    .form-giftregistry-search .fieldset {
        margin-bottom: 29px
    }

    .block-giftregistry-shared-items .product-item-photo {
        display: table-cell;
        max-width: 100%;
        padding: 0 20px 0 0;
        vertical-align: top;
        width: 1%
    }

    .block-giftregistry-shared-items .product-item-details {
        display: table-cell;
        vertical-align: top;
        width: 99%;
        word-break: normal
    }

    .block-giftregistry-shared-items .col.product {
        width: 48%
    }

    .block-giftregistry-shared-items .col:not(.product) {
        text-align: center
    }

    .block-giftregistry-shared-items .col.price {
        padding-top: 17px
    }

    .block-giftregistry-shared-items .input-text.qty {
        margin-top: -4px
    }

    .gift-options-cart-item .gift-wrapping, .cart-gift-item .gift-wrapping {
        box-sizing: border-box;
        float: left;
        padding-right: 20px;
        width: 50%
    }

    .gift-options-cart-item .gift-wrapping + .gift-message, .cart-gift-item .gift-wrapping + .gift-message {
        border-left: 1px solid #c1c1c1;
        box-sizing: border-box;
        float: left;
        padding-left: 4.5rem;
        width: 50%
    }

    .form-add-invitations .additional, .form-add-invitations .field.text {
        margin-top: 29px
    }

    .table-invitations .col {
        width: 50%
    }

    .wishlist.window.popup {
        bottom: auto;
        top: 20%;
        left: 50%;
        margin-left: -212px;
        width: 380px;
        right: auto
    }

    .wishlist.window.popup .field {
        margin: 0 0 20px
    }

    .wishlist.window.popup .field:not(.choice) > .label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0
    }

    .wishlist.window.popup .field:not(.choice) > .control {
        float: none;
        width: auto
    }

    .wishlist.window.popup .field > .label {
        margin: 0;
        display: inline-block
    }

    .wishlist.window.popup .field.choice:before, .wishlist.window.popup .field.no-label:before {
        display: none
    }

    .block-wishlist-management {
        margin-bottom: 20px
    }

    .block-wishlist-management .wishlist-select {
        border-bottom: 1px solid #e8e8e8;
        display: table;
        margin-bottom: 15px;
        width: 100%
    }

    .block-wishlist-management .wishlist-select .wishlist-name {
        display: table-cell;
        margin-right: 10px;
        padding: 5px 10px 10px;
        vertical-align: top;
        white-space: nowrap;
        width: 5%
    }

    .block-wishlist-management .wishlist-select-items {
        display: table-cell;
        padding-right: 160px;
        vertical-align: top
    }

    .block-wishlist-management .wishlist-select-items .item {
        display: inline-block;
        margin-right: 10px;
        padding: 5px 10px 10px
    }

    .block-wishlist-management .wishlist-select-items .item:last-child {
        margin-right: 0
    }

    .block-wishlist-management .wishlist-select-items .current {
        border-bottom: 3px solid #ff5501;
        font-weight: 600
    }

    .block-wishlist-management .wishlist-select .wishlist-name-current {
        display: none
    }

    .block-wishlist-management .wishlist-add.item {
        position: absolute;
        right: 0;
        top: 0
    }

    .block-wishlist-management .wishlist-title strong {
        font-size: 4rem
    }

    .block-wishlist-management .wishlist-info {
        float: left
    }

    .block-wishlist-management .wishlist-toolbar {
        float: right
    }

    .block-wishlist-info-items .product-item-photo {
        margin-left: 0
    }

    .products-grid.wishlist .product-item-checkbox {
        float: left
    }

    .products-grid.wishlist .product-item-checkbox + .product-item-name {
        margin-left: 25px
    }

    .block.newsletter {
        max-width: 44%;
        width: max-content
    }

    .block.newsletter .field {
        margin-right: 5px
    }

    .block.newsletter .field.newsletter {
        max-width: 220px
    }

    .block.newsletter .field .control {
        width: 100%
    }

    .block.newsletter .action.subscribe {
        border-radius: 3px
    }

    .paypal-review .paypal-review-title {
        border-bottom: 1px solid #ccc
    }

    .paypal-review .block-content .box-order-shipping-address, .paypal-review .block-content .box-order-shipping-method, .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
        box-sizing: border-box;
        float: left;
        width: 33%
    }

    .paypal-review .block-content .box-order-shipping-address {
        padding: 0 5%;
        width: 34%
    }

    .paypal-review .col.subtotal, .paypal-review .mark, .paypal-review .amount {
        text-align: right
    }

    .products.wrapper.list .product-reviews-summary {
        margin: 0
    }

    .reward-settings + .actions-toolbar {
        margin-top: -32px
    }

    .form-create-return .additional .field:last-child {
        margin-top: 29px
    }

    .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
        margin-bottom: 20px
    }

    .block-returns-tracking .block-title .action {
        margin: 0 0 0 30px
    }

    .block-returns-tracking .block-title .actions-track {
        float: right;
        margin-top: 12px
    }

    .table-order-items .subtotal, .table-order-items .amount {
        text-align: right
    }

    .table-order-items.creditmemo .col.qty, .table-order-items.creditmemo .col.discount, .table-order-items.creditmemo .col.subtotal {
        text-align: center
    }

    .table-order-items.creditmemo .col.total {
        text-align: right
    }

    .order-pager-wrapper .order-pager-wrapper-top {
        padding-left: 0;
        padding-right: 0
    }

    .order-pager-wrapper .pages {
        float: right
    }

    .order-actions-toolbar .action.print {
        display: block;
        float: right
    }

    .page-title-wrapper .order-date {
        margin-top: -20px
    }

    [class^=sales-guest-] .column.main .block:not(.widget) .block-content .box, .sales-guest-view .column.main .block:not(.widget) .block-content .box {
        margin-bottom: 20px
    }

    .my-credit-cards .card-type img {
        display: block
    }

    .products-grid.wishlist .product-item-tooltip {
        display: inline-block
    }

    .products-grid.wishlist .product-item-actions {
        margin: 10px 0 0
    }

    .products-grid.wishlist .product-item .fieldset .field.qty {
        margin-bottom: 10px;
        padding-right: 10px
    }

    .products-grid.wishlist .product-item .fieldset .field.qty .label {
        width: auto
    }

    .products-grid.wishlist .product-item .box-tocart .actions-primary {
        margin: 0
    }

    .products-grid.wishlist .product-item .box-tocart .stock {
        margin: 20px 0 0
    }

    .wishlist-index-index .product-item-info {
        width: 240px
    }

    .login-container .block.login .actions-toolbar > .primary {
        margin-bottom: 0;
        margin-right: 30px
    }

    .login-container .block.login .actions-toolbar > .secondary {
        float: left
    }

    .login-container .fieldset > .field > .control {
        width: 80%
    }

    .fieldset .fullname .field .label {
        padding: 6px 15px 0 0;
        text-align: right;
        width: 25.8%;
        box-sizing: border-box;
        float: left
    }

    .fieldset .fullname .field .control {
        width: 74.2%;
        float: left
    }

    .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.search.advanced, .form.form-orders-search {
        min-width: 600px;
        width: 50%
    }

    .account.page-layout-2columns-left .sidebar-main, .account.page-layout-2columns-left .sidebar-additional {
        width: 22.3%
    }

    .account.page-layout-2columns-left .column.main {
        width: 77.7%
    }

    .block-addresses-list .items.addresses {
        font-size: 0
    }

    .block-addresses-list .items.addresses > .item {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 20px;
        vertical-align: top;
        width: 48.8%
    }

    .block-addresses-list .items.addresses > .item:nth-last-child(1), .block-addresses-list .items.addresses > .item:nth-last-child(2) {
        margin-bottom: 0
    }

    .block-addresses-list .items.addresses > .item:nth-child(even) {
        margin-left: 2.4%
    }

    .control.captcha-image .captcha-img {
        margin: 0 10px 10px 0
    }

    html, body {
        height: 100%
    }

    .navigation ul {
        padding: 0 8px
    }

    .page-header {
        border: 0;
        margin-bottom: 0
    }

    .page-header .panel.wrapper {
        border-bottom: 0 solid #e8e8e8;
        background-color: #fff
    }

    .page-header .header.panel {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .page-header .switcher {
        float: right;
        margin-left: 15px;
        margin-right: -6px;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .page-main > .page-title-wrapper .page-title {
        display: inline-block
    }

    .page-main > .page-title-wrapper .page-title + .action {
        float: right;
        margin-top: 20px
    }

    .customer-welcome {
        display: inline-block;
        position: relative
    }

    .customer-welcome:before, .customer-welcome:after {
        content: '';
        display: table
    }

    .customer-welcome:after {
        clear: both
    }

    .customer-welcome .action.switch {
        padding: 0;
        cursor: pointer;
        display: inline-block;
        text-decoration: none
    }

    .customer-welcome .action.switch > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .customer-welcome .action.switch:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 22px;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .customer-welcome .action.switch:hover:after {
        color: inherit
    }

    .customer-welcome .action.switch:active:after {
        color: inherit
    }

    .customer-welcome .action.switch.active {
        display: inline-block;
        text-decoration: none
    }

    .customer-welcome .action.switch.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .customer-welcome .action.switch.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 22px;
        color: inherit;
        content: '\e621';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .customer-welcome .action.switch.active:hover:after {
        color: inherit
    }

    .customer-welcome .action.switch.active:active:after {
        color: inherit
    }

    .customer-welcome ul {
        margin: 0;
        padding: 0;
        list-style: none none;
        background: #fff;
        border: 1px solid #bbb;
        margin-top: 4px;
        min-width: 100%;
        z-index: 101;
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        box-shadow: 0 3px 3px rgba(0, 0, 0, .15)
    }

    .customer-welcome ul li {
        margin: 0;
        padding: 0
    }

    .customer-welcome ul li:hover {
        background: #e8e8e8;
        cursor: pointer
    }

    .customer-welcome ul:before, .customer-welcome ul:after {
        border-bottom-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0
    }

    .customer-welcome ul:before {
        border: 6px solid;
        border-color: transparent transparent #fff;
        z-index: 99
    }

    .customer-welcome ul:after {
        border: 7px solid;
        border-color: transparent transparent #bbb;
        z-index: 98
    }

    .customer-welcome ul:before {
        right: 10px;
        top: -12px
    }

    .customer-welcome ul:after {
        right: 9px;
        top: -14px
    }

    .customer-welcome.active {
        overflow: visible
    }

    .customer-welcome.active ul {
        display: block
    }

    .customer-welcome li a {
        color: #333;
        text-decoration: none;
        display: block;
        line-height: 1.4;
        padding: 8px
    }

    .customer-welcome li a:visited {
        color: #333;
        text-decoration: none
    }

    .customer-welcome li a:hover {
        color: #333;
        text-decoration: none
    }

    .customer-welcome li a:active {
        color: #333;
        text-decoration: none
    }

    .customer-welcome .customer-name {
        cursor: pointer
    }

    .customer-welcome .customer-menu {
        display: none
    }

    .customer-welcome .action.switch {
        background-image: none;
        background: 0 0;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
        color: #fff
    }

    .customer-welcome .action.switch:focus, .customer-welcome .action.switch:active {
        background: 0 0;
        border: none
    }

    .customer-welcome .action.switch:hover {
        background: 0 0;
        border: none
    }

    .customer-welcome .action.switch.disabled, .customer-welcome .action.switch[disabled], fieldset[disabled] .customer-welcome .action.switch {
        pointer-events: none;
        opacity: .5
    }

    .customer-welcome .header.links {
        min-width: 175px;
        z-index: 1000
    }

    .customer-welcome.active .action.switch:after {
        content: '\e621'
    }

    .customer-welcome.active .customer-menu {
        display: block
    }

    .customer-welcome .greet {
        display: none
    }

    .header.panel > .header.links {
        margin: 0;
        padding: 0;
        list-style: none none;
        float: right;
        margin-left: auto
    }

    .header.panel > .header.links > li {
        display: inline-block;
        vertical-align: top
    }

    .header.panel > .header.links > li {
        margin: 0 0 0 15px
    }

    .header.panel > .header.links > li.welcome, .header.panel > .header.links > li > a {
        display: inline-block;
        line-height: 1.4
    }

    .header.panel > .header.links > li.welcome a {
        color: #fff;
        padding-left: 5px
    }

    .header.panel > .header.links > .authorization-link:after {
        content: attr(data-label);
        display: inline-block;
        margin: 0 -5px 0 5px
    }

    .header.panel > .header.links > .authorization-link:last-child:after {
        display: none
    }

    .header.panel > .header.links > .customer-welcome + .authorization-link {
        display: none
    }

    .header.content {
        padding: 30px 20px 0
    }

    .logo {
        margin: -8px auto 25px 0
    }

    .logo img {
        max-height: inherit
    }

    .page-wrapper {
        margin: 0;
        position: relative;
        transition: margin .3s ease-out 0s
    }

    .page-wrapper > .breadcrumbs, .page-wrapper > .top-container, .page-wrapper > .widget {
        box-sizing: border-box;
        width: 100%
    }

    .page-footer {
        background: #fff;
        margin-top: auto;
        padding-bottom: 25px
    }

    .page-footer .switcher .options ul.dropdown {
        bottom: -10px;
        left: 100%;
        margin: 0 0 0 20px;
        top: auto
    }

    .page-footer .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown:after {
        bottom: 13px;
        left: auto;
        right: 100%;
        top: auto
    }

    .page-footer .switcher .options ul.dropdown:before {
        border-color: transparent #fff transparent transparent
    }

    .page-footer .switcher .options ul.dropdown:after {
        border-color: transparent #bbb transparent transparent;
        margin: 0 0 -1px -1px
    }

    .footer.content {
        border-top: none
    }

    .footer.content .block {
        float: right
    }

    .footer.content .switcher.store {
        display: block;
        margin: 0
    }

    .footer.content .links {
        display: inline-block;
        padding-right: 50px;
        vertical-align: top
    }

    .footer.content .links li {
        background: 0 0;
        border: none;
        font-size: 14px;
        margin: 0 0 8px;
        padding: 0
    }

    .footer.content .links a, .footer.content .links strong {
        display: inline
    }

    .block.widget .products-grid .product-item {
        width: 33.33333333%
    }

    .sidebar .block.widget .products-grid .product-item {
        margin-left: 0;
        width: 100%
    }

    .sidebar .block.widget .products-grid .product-item .actions-secondary {
        display: block;
        padding: 10px 0
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 6%) / 4)
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
        margin-left: 0
    }

    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 50%
    }

    .sidebar .block.widget .pager .pages-item-next {
        padding: 0
    }

    .sidebar .block.widget .pager .pages-item-next .action {
        margin: 0
    }

    .abs-blocks-reverse-2columns, .login-container .block {
        width: 48.8%;
        width: 50%
    }

    .abs-blocks-reverse-2columns:nth-child(odd), .login-container .block:nth-child(odd) {
        clear: right;
        float: right
    }

    .abs-blocks-reverse-2columns:nth-child(even), .login-container .block:nth-child(even) {
        float: left
    }
}

@media all and (min-width: 769px), print {
    .pagebuilder-mobile-only {
        display: none !important
    }
}

@media all and (min-width: 1024px), print {
    .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus, .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
        padding: 10px;
        font-size: 90px
    }

    .amrelated-pack-item.-narrow .product-reviews-summary {
        margin: 0 auto 5px
    }

    .amrelated-popup-container .amrelated-bundle-popup {
        width: 820px
    }

    .amrelated-product-info .amrelated-info.-top, .amrelated-product-info .amrelated-info.-bottom {
        padding: 0 35px 0 0
    }

    .amrelated-product-info .amrelated-image-container .amrelated-image-container {
        padding: 0 25px 0 35px
    }

    .amrelated-product-info .amrelated-image-container > .product-item-photo {
        text-align: left
    }

    .amxnotif-block .input-fields {
        margin-bottom: 0
    }

    .category .subscribe-popup .notification-container {
        margin-top: 20px
    }

    .category .subscribe-popup {
        width: 30%
    }

    .ampromo-popup-wrapper {
        max-width: 960px;
        width: 100%
    }

    .ampromo-popup-wrapper .slick-dotted.slick-slider {
        margin-bottom: 3rem
    }

    .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
        width: 50%
    }

    #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
        min-width: 300px
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        width: calc(50% - 7px)
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date, .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
        width: 50%
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
        padding-right: 10px
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
        padding-left: 10px
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
        background: #eee;
        color: #363636
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
        background: 0 0
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
        width: 15%
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
        margin-left: auto;
        width: 40%
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes, .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
        display: inline-block;
        vertical-align: top
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
        box-sizing: border-box;
        padding-right: 10px;
        width: 35%
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
        width: 65%
    }

    .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
        border: none
    }

    .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
        max-width: 20%
    }

    .amcheckout-main-container.-modern.-layout-2columns {
        position: relative
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
        margin: 0
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
        float: left;
        width: calc(100% - (380px + 60px))
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
        float: right;
        width: 380px;
        transition: all .3s ease
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
        overflow: auto;
        max-height: 100vh
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
        border: 1px solid #d4d4d4;
        background: #fff
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
        margin-bottom: 20px;
        text-align: center
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
        float: none;
        width: 70%
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container, .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
        background: #f9f9f9;
        cursor: default
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name {
        width: 100%
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal {
        width: auto
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals {
        margin-left: 0;
        width: 100%
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options {
        background: #fff
    }

    .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes, .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
        display: block;
        width: 100%
    }

    .amcheckout-sticky-stopper {
        display: block;
        visibility: hidden;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 0
    }

    .amcheckout-main-container.-modern.-layout-3columns {
        display: flex;
        justify-content: space-between
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
        width: 32%
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
        cursor: default
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
        flex: auto;
        width: inherit
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
        width: 100%
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
        width: 100%
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type), .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
        margin-bottom: 10px
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
        min-width: inherit
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
        width: 100%
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
        margin-bottom: 10px
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
        width: 100%
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
        margin-bottom: 10px
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
        position: relative
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
        width: 100%
    }

    .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
        position: absolute;
        top: 7px;
        right: 7px;
        margin: 0
    }

    .products-grid .product-item {
        width: 20%
    }

    .page-layout-1column .products-grid .product-item {
        width: 16.66666667%
    }

    .page-layout-3columns .products-grid .product-item {
        width: 25%
    }

    .page-products .products-grid .product-items {
        margin: 0
    }

    .page-products .products-grid .product-item {
        margin-left: 2%;
        padding: 5px;
        width: calc((100% - 8%) / 5)
    }

    .page-products .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%
    }

    .page-products .products-grid .product-item:nth-child(4n+1) {
        margin-left: 2%
    }

    .page-products .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0
    }

    .page-products.page-layout-1column .products-grid .product-item {
        margin-left: 0;
        width: 20%
    }

    .page-products.page-layout-3columns .products-grid .product-item {
        margin-left: 1%;
        width: 32.667%
    }

    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
        margin-left: 1%
    }

    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0
    }

    .checkout-index-index .modal-popup .modal-inner-wrap {
        margin-left: -400px;
        width: 800px;
        left: 50%
    }

    .opc-wrapper .shipping-address-item {
        width: 33.33333333%
    }

    .opc-wrapper .shipping-address-item:before {
        background: #ccc;
        height: calc(100% - 20px);
        content: '';
        left: 0;
        position: absolute;
        top: 0;
        width: 1px
    }

    .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
        display: none
    }

    .opc-wrapper .shipping-address-item.selected-item:before {
        display: none
    }

    .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
        display: none
    }

    .table-checkout-shipping-method {
        min-width: 500px
    }

    .wishlist-index-index .products-grid .product-items {
        margin: 0
    }

    .wishlist-index-index .products-grid .product-item {
        margin-left: calc((100% - 4 * 24.439%) / 3);
        padding: 0;
        width: 24.439%
    }

    .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
        margin-left: 0
    }

    .block.widget .products-grid .product-item {
        width: 20%
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 8%) / 5)
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
        margin-left: 2%
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0
    }

    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 25%
    }

    .block.widget .products-grid .product-items {
        margin: 0
    }

    .block.widget .products-grid .product-item {
        margin-left: calc((100% - 4 * 24.439%) / 3);
        padding: 0;
        width: 24.439%
    }

    .block.widget .products-grid .product-item:nth-child(4n+1) {
        margin-left: 0
    }
}

@media all and (min-width: 1440px), print {
    .amrelated-pack-list.-wide .amrelated-pack-item.-main {
        display: flex
    }

    .amrelated-pack-list.-wide .amrelated-pack-items {
        position: relative;
        flex-wrap: nowrap;
        max-width: 66%;
        width: unset
    }

    .amrelated-pack-list.-wide .amrelated-plus, .amrelated-pack-list.-wide .amrelated-equal {
        line-height: unset
    }

    .amrelated-pack-item.-wide {
        padding: 30px;
        width: 270px
    }

    .amrelated-pack-item.-wide.-main {
        padding-left: 0;
        width: 270px
    }

    .amrelated-pack-item.-wide .amrelated-info {
        display: flex;
        text-align: left
    }

    .amrelated-pack-item.-wide .amrelated-details {
        margin-left: 20px
    }

    .amrelated-pack-item.-wide .amrelated-photo-container {
        margin: 0
    }

    .sidebar .product-items .product-item-info .product-item-photo {
        float: none;
        left: 0;
        margin: 0;
        position: absolute;
        top: 0
    }

    .sidebar .product-items .product-item-details {
        margin-left: 85px
    }
}

body, button, input, select, table, textarea {
    font-size: 18px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #757575;
    line-height: 1.5
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    body, button, input, select, table, textarea {
        width: 100%;
        max-width: unset
    }
}

a:hover, .alink:hover {
    text-decoration: none
}

a {
    color: #757575
}

a:focus {
    color: #143d52
}

a, .alink {
    color: #757575;
    text-decoration: none
}

a:visited, .alink:visited {
    color: #000000;
    text-decoration: none
}

a:hover, .alink:hover {
    color: #757575;
    text-decoration: none
}

.toolbar-products .pages {
    display: block
}

.product-items .price-label {
    display: none
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    box-shadow: none;
    border: none;
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0
}

p {
    margin-bottom: 0
}

.product-image-wrapper {
    overflow: visible
}

.catalog-page-list-page {
    z-index: auto
}

h2 {
    font-weight: 700
}

body, button, input, select, table, textarea {
    font-weight: unset
}

.dnone {
    display: none
}

button:not(.primary) {
    box-shadow: unset
}

input:focus:not([disabled]) {
    box-shadow: none
}

.minicart-wrapper .block-minicart {
    padding: 0
}

.header-minicart .ps-minicart_wrapper {
    width: 100%
}

@media all and (min-width: 768px), print {
    .minicart-wrapper .block-minicart {
        width: 318px;
        margin-top: 12px
    }
}

.price-including-tax, .price-excluding-tax {
    font-size: inherit;
    line-height: inherit
}

dl {
    margin-bottom: 0
}

dt {
    margin-bottom: 0
}

dd {
    margin-bottom: 0
}

.block-minicart .subtotal {
    text-align: initial
}

.ps-minicart_cart_link, .ps-minicart_checkout_link {
    color: #fff !important
}

.minicart-items-wrapper {
    overflow-x: visible
}

.checkout-index-index .opc-block-summary {
    padding: 15px 15px 30px 39px
}

.opc-wrapper .step-title {
    border-bottom: none
}

.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
    padding-left: 0
}

.checkout-index-index .minicart-items span.product-image-container span.product-image-wrapper img {
    width: 41px;
    height: 54px
}

.checkout-index-index .checkout-block:hover {
    box-shadow: none
}

button {
    color: #fff
}

button:hover {
    color: #fff
}

button:active {
    color: #fff
}

.minicart-wrapper .block-minicart:after {
    border: initial;
    border-color: initial;
    z-index: initial
}

table.data-table thead th {
    background-color: #f4f4f4 !important
}

table > thead > tr > th {
    padding: 0 0 2px
}

body, input, select, table, textarea {
    color: #000
}

button.action-primary {
    padding: 7px 15px !important;
    color: #fff !important
}

.owl-carousel {
    width: 100%;
    padding: 20px 35px;
    -ms-touch-action: pan-y
}

.owl-carousel.owl-wrapper {
    position: relative;
    display: none
}

.owl-carousel.owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel.owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1
}

.owl-carousel.owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    display: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: .5;
    background: #869791;
    border-radius: 20px
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-controls .owl-page.active span {
    opacity: 1
}

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    background: #869791;
    opacity: .5;
    border-radius: 30px
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) center center no-repeat
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100%, 75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100%, 75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100%, 75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

abbr, acronym, body, fieldset, html, img, legend {
    border: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, img, nav, section, summary {
    display: block
}

.col-wrapper:after, .footer-container:after, .main-container:after, .main:after, .wrapper:after {
    clear: both
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif
}

body {
    background: #fff
}

caption, cite, code, th {
    font-weight: 400;
    font-style: normal;
    text-align: left
}

address {
    font-style: normal
}

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

button, input, select, textarea {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    padding: 0
}

button, input {
    border-radius: 0
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -ms-appearance: button;
    -o-appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
    outline: 0
}

button[disabled], input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=search], textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

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

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input:focus, input[type=search]:focus {
    outline-offset: -2px;
    outline: 0;
    border: 1px solid #df0169
}

input[type=search] {
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

.block .actions:after, .col-wrapper:after, .col2-set:after, .footer-container:after, .main-container:after, .main:after, .wrapper:after {
    display: table;
    content: ''
}

svg:not(:root) {
    overflow: hidden
}

.animate {
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-o-keyframes fade_in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fade_in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade_in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade_in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fade_in {
    -ms-animation-name: fade_in;
    -o-animation-name: fade_in;
    -moz-animation-name: fade_in;
    -webkit-animation-name: fade_in;
    animation-name: fade_in
}

@-o-keyframes fade_out_up {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }
}

@-moz-keyframes fade_out_up {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }
}

@-webkit-keyframes fade_out_up {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }
}

@keyframes fade_out_up {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }
}

.fade_out_up {
    -ms-animation-name: fade_out_up;
    -o-animation-name: fade_out_up;
    -moz-animation-name: fade_out_up;
    -webkit-animation-name: fade_out_up;
    animation-name: fade_out_up
}

@-o-keyframes fade_in_down {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes fade_in_down {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fade_in_down {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fade_in_down {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fade_in_down {
    -ms-animation-name: fade_in_down;
    -o-animation-name: fade_in_down;
    -moz-animation-name: fade_in_down;
    -webkit-animation-name: fade_in_down;
    animation-name: fade_in_down
}

.wrapper {
    height: unset;
    width: 100%;
    min-width: 320px;
    margin: 0 auto
}

@font-face {
    font-family: LatoLight;
    src: url(../fonts/Lato-Light.eot);
    src: url(../fonts/Lato-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/Lato-Light.woff2) format('woff2'), url(../fonts/Lato-Light.woff) format('woff'), url(../fonts/Lato-Light.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: LatoMedium;
    src: url(../fonts/Lato-Medium.eot);
    src: url(../fonts/Lato-Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/Lato-Medium.woff2) format('woff2'), url(../fonts/Lato-Medium.woff) format('woff'), url(../fonts/Lato-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome/fontawesome-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/fontawesome/fontawesome-webfont.woff2) format('woff2'), url(../fonts/fontawesome/fontawesome-webfont.woff) format('woff'), url(../fonts/fontawesome/fontawesome-webfont.svg) format('svg'), url(../fonts/fontawesome/FontAwesome.otf) format('otf'), url(../fonts/fontawesome/fontawesome-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

.cms-home .main-container {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0
}

.footer-container, .main-container {
    width: 100%;
    max-width: 1230px;
    margin: 15px auto 0;
    position: relative;
    padding: 0 20px
}

.col-left img, .col-right img {
    max-width: 100%
}

.main-container {
    margin-top: 22px
}

.catalog-product-view .main-container {
    margin-top: 40px
}

ul.ps-footer_list {
    font-size: 12px;
    line-height: 16px
}

.ps-footer_company ul.ps-footer_list li, .ps-footer_info ul.ps-footer_list li {
    margin-bottom: 14px
}

.col-main {
    width: 75%;
    float: left
}

.col-left, .col-main, .col-right {
    padding: 0 10px
}

.col-left, .col2-right-layout .col-main {
    padding-left: 0
}

.col-left {
    width: 25%;
    float: left;
    clear: left
}

.col-left img {
    width: 100%
}

.col-right {
    width: 25%;
    padding-right: 0;
    float: right
}

.col1-layout .col-main {
    width: auto;
    padding: 0;
    float: none
}

.col2-left-layout .col-main {
    padding-right: 0;
    float: right
}

.col3-layout .col-right {
    width: 20.83333%
}

.col3-layout .col-wrapper {
    width: 79.16667%;
    float: left
}

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

.col3-layout .col-wrapper .col-left {
    width: 26.31579%
}

.col2-set {
    width: 100%
}

.col2-set .col-1, .col2-set .col-2 {
    width: 50%;
    padding: 20px
}

.col2-set .col-1 {
    padding-left: 0;
    float: left
}

.col2-set .col-2 {
    padding-right: 0;
    float: right
}

.col2-set .narrow {
    width: 33%
}

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

.col2-set:after {
    clear: both
}

.customer-account-login .col2-set .col-1, .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px
}

.customer-account-login .col2-set .col-1 {
    padding-right: 20px
}

.customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #ededed
}

.block, .col-left-first {
    margin-bottom: 20px
}

.col-left-first .block:last-of-type {
    margin-bottom: 0
}

.block-title {
    margin-bottom: 5px;
    padding: 10px 0 0;
    border-top: 1px solid #ccc;
    position: relative
}

.block-title h2, .block-title h3, .block-title strong {
    margin: 0;
    color: #df0169;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase
}

.block-title small {
    color: #a0a0a0;
    font-size: 100%;
    font-weight: 400
}

.block-account .block-title, .block-cms-menu .block-title, body:not(.customer-account) .block:first-child .block-title {
    padding-top: 0;
    border-top: none
}

.block-subtitle {
    font-weight: 700;
    margin-bottom: 7px
}

.block-content {
    margin-top: 5px
}

.block-content.unpad {
    padding: 0
}

.block-content li.item {
    margin: 0 0 10px 9px
}

.block-content li.item:last-child {
    margin-bottom: 0
}

.block .actions {
    margin: 10px 0 0
}

.block .actions:after {
    clear: both
}

.hidden, .no-display {
    display: none
}

.block .actions a {
    float: left
}

.block .actions .button {
    float: right
}

.col-left .block .actions .button ~ a, .col-right .block .actions .button ~ a {
    line-height: 33px;
    margin-right: 5px
}

.block-account li, .block-cms-menu li {
    text-transform: uppercase;
    margin: 7px 0
}

.block-account li strong, .block-cms-menu li strong {
    font-weight: 400;
    color: #df0169
}

.block-account li a, .block-cms-menu li a {
    color: #636363
}

.block-account li a:hover, .block-cms-menu li a:hover {
    color: #df0169
}

.a-center {
    text-align: center
}

.a-right, .align-right {
    text-align: right
}

.nobr, .nowrap {
    white-space: nowrap
}

.width-full {
    width: 100%
}

.widget .pager {
    width: 100%;
    float: none
}

.float-l {
    float: left
}

.float-r {
    float: right
}

.float-n {
    float: none
}

.paypal-after .paypal-button, .paypal-after .paypal-or, .paypal-logo.paypal-after {
    float: left
}

.border-none {
    border-width: 0
}

.button.button-secondary, .cart .buttons-set .button, .cart-table .button, .sidebar .actions .button {
    background: #ddd;
    color: #636363;
    padding: 7px 15px;
    cursor: pointer
}

.button.button-secondary:hover, .cart .buttons-set .button:hover, .cart-table .button:hover, .sidebar .actions .button:hover {
    background: #d0d0d0
}

.button.button-secondary:active, .cart .buttons-set .button:active, .cart-table .button:active, .sidebar .actions .button:active {
    background: #737373;
    color: #636363
}

.button.button-secondary:focus, .cart .buttons-set .button:focus, .cart-table .button:focus, .sidebar .actions .button:focus {
    color: #fff;
    background: #737373;
    outline: 0
}

.button, button.action, .cart-table .product-cart-actions .button, .co-shipping-method-form .buttons-set .button {
    display: inline-block;
    background: #1b5062;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    border: 0;
    padding: 7px 15px;
    cursor: pointer;
    outline: 0
}

a.button {
    text-decoration: none
}

a.button:hover {
    color: #fff
}

.button.disabled, .button:disabled {
    background: #c8c8c8;
    opacity: .6;
    cursor: not-allowed
}

.button + .button {
    margin-left: 5px
}

.button2 {
    border: 0;
    padding: 0 5px;
    margin: 0;
    background: 0 0;
    cursor: pointer;
    vertical-align: middle
}

.button2:focus {
    outline: 0
}

.button2 span, .button2 span span {
    color: #df0169;
    height: 30px;
    line-height: 30px;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block
}

.alert-stock.link-stock-alert a:hover, .alert-stock:hover, .button2 span span:hover, .button2 span:hover, a {
    text-decoration: none
}

.cart-forms .button2 span span {
    color: #757575
}

.cart-forms .button2 span span:hover {
    color: #df0169
}

.paypal-or {
    line-height: 40px;
    margin: 0 10px 5px
}

.paypal-button {
    line-height: 0
}

.paypal-button img {
    display: inline
}

.buttons-set {
    clear: both;
    margin: 10px 0 0;
    padding-top: 10px;
    text-align: right
}

.buttons-set p.required {
    margin: 0 0 0 10px;
    line-height: 33px;
    float: right
}

.buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px
}

.buttons-set a:not(.button) {
    line-height: 20px;
    display: inline-block;
    padding: 5px;
    font-weight: 300;
    font-size: 16px
}

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

.ps-login-right {
    margin-top: 20px;
    border-left: 1px solid #ededed;
    padding-left: 20px
}

.buttons-set:after {
    content: '';
    display: table;
    clear: both
}

.btn-previous, .btn-remove {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: transparent;
    font-size: 0;
    text-align: center;
    text-shadow: none;
    border: 1px solid #ededed;
    position: relative
}

.btn-previous:hover, .btn-remove:hover {
    background-color: #df0169;
    border-color: #df0169
}

.btn-remove:after {
    content: 'X';
    height: 20px;
    width: 100%;
    color: #df0169;
    font-weight: 700;
    font-size: 10px;
    line-height: 20px
}

.btn-remove:hover:after {
    color: #fff;
    text-decoration: none
}

.btn-remove2 {
    border: none;
    vertical-align: top
}

.btn-remove2:after {
    display: none
}

.btn-previous:after, .btn-previous:hover:after {
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: none;
    position: absolute;
    content: ''
}

.btn-previous:after {
    border-right: 4px solid #df0169;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -4px
}

.btn-previous:hover:after {
    border-right: 4px solid #fff
}

.block-layered-nav .currently .btn-previous, .block-layered-nav .currently .btn-remove, .compare-items .btn-previous, .compare-items .btn-remove, .mini-products-list .btn-previous, .mini-products-list .btn-remove {
    margin-left: 6px;
    float: right
}

.add-to-links {
    margin: 7px 0
}

.add-to-links a {
    display: inline-block;
    padding: 0 3px 3px
}

.add-to-links .separator, .availability .label {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

body, button, input, select, table, textarea {
    font-size: 18px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 1.5
}

a {
    color: #757575
}

a:focus {
    color: #143d52
}

.h1, .h2, h1, h2 {
    color: #757575
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.h1, h1 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 18px
}

.h4, .h5, h4, h5 {
    margin: 0 0 10px
}

.h2, h2 {
    font-size: 18px;
    line-height: 23px;
    word-spacing: 3px
}

.h3, h3 {
    color: #000;
    font-size: 40px;
    line-height: 1.2em
}

.h4, .h5, .h6, h4, h5, h6 {
    color: #636363;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase
}

.h4, h4 {
    font-size: 14px
}

.h5, h5 {
    font-size: 13px
}

.h6, h6 {
    margin: 0 0 5px;
    font-size: 12px
}

.color-pink {
    color: #df0169
}

.color-black {
    color: #000
}

.color-white {
    color: #fff
}

.page-title h1, .page-title h2, .product-name .h1, .product-name h1 {
    color: #000;
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 3px;
    margin-bottom: 15px
}

.address-list address {
    margin-bottom: 1em
}

.availability {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 0
}

.availability.in-stock {
    color: #11b400
}

.availability.available-soon, .availability.out-of-stock {
    color: red
}

.availability-only {
    color: red;
    margin-bottom: 10px
}

.alert-stock, .ps-product_stock_alert_msg {
    font-size: 16px;
    font-weight: 300;
    color: #000
}

.ps-product_stock_alert_link {
    color: #df0169
}

.alert-stock.link-stock-alert a {
    font-size: 18px;
    font-weight: 300;
    color: #757575
}

.breadcrumbs, .breadcrumbs a {
    color: #000;
    float: left
}

.ps-page_sub_nav {
    margin-bottom: 15px
}

.breadcrumbs {
    overflow: hidden;
    margin: 8px 0 0
}

.breadcrumbs li {
    font-size: 12px;
    float: left
}

.breadcrumbs a:hover {
    color: #df0169
}

.breadcrumbs strong {
    color: #df0169;
    font-weight: 400
}

.breadcrumbs span {
    padding: 0 7px;
    float: left
}

.price-box {
    margin: 7px 0
}

.price-box p {
    margin-bottom: 0
}

.price-notice {
    color: #a0a0a0
}

.price-box .price {
    color: #000;
    font-size: 16px
}

.price, .price-box .price {
    white-space: nowrap
}

.price-box .price-label {
    color: #a0a0a0;
    white-space: nowrap
}

.price-box .minimal-price-link {
    display: block;
    color: #df0169;
    padding-left: 1em
}

.price-box .minimal-price-link .label {
    color: #a0a0a0
}

.price-box .old-price, .price-box .special-price {
    display: inline-block
}

.price-box .old-price .price-label, .price-box .special-price .price-label {
    display: none
}

.price-box .old-price .price, .price-box .special-price .price {
    display: inline-block
}

.price-box .old-price .price {
    color: #000;
    text-decoration: line-through
}

.price-box .special-price {
    color: #df0169;
    font-size: 24px;
    font-weight: 300
}

.price-box .special-price .price-label {
    color: #d84d3c
}

.price-box .price-excluding-tax, .price-box .price-including-tax {
    display: block
}

.product-pricing, .tier-prices, .tier-prices-grouped {
    display: inline-block;
    background: #fbf4de;
    border: 1px solid #e2d4c7;
    padding: 4px 8px;
    margin-top: 7px
}

.data-table.ps-print_order_table_container tfoot tr, .data-table.ps-print_order_table_container th, .page-popup, .page-print {
    background: #fff
}

.product-pricing li, .tier-prices li, .tier-prices-grouped li {
    font-size: 12px
}

.product-pricing .benefit, .tier-prices .benefit, .tier-prices-grouped .benefit {
    font-style: italic
}

.product-pricing .price, .tier-prices .price, .tier-prices-grouped .price {
    font-weight: 700
}

.item-options {
    font-size: 14px;
    line-height: 20px
}

.item-options:after {
    content: '';
    display: table;
    clear: both
}

.item-options dt {
    font-weight: 300;
    padding-right: 5px;
    float: left;
    clear: left;
    font-style: normal
}

.item-options dt:after {
    content: ': '
}

.item-options dd {
    float: left;
    padding-left: 0
}

.truncated, .truncated .dots {
    cursor: default;
    display: inline
}

.truncated a.details {
    cursor: help;
    height: 16px;
    line-height: 16px
}

.truncated a.details:hover {
    text-decoration: none
}

.truncated .truncated_full_value {
    position: relative;
    text-transform: initial
}

.truncated .truncated_full_value .item-options {
    color: #000;
    font-size: 12px
}

.truncated .truncated_full_value .item-options > p {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px
}

.truncated .show .item-options {
    display: block
}

.std p {
    margin: 0 0 1.5em
}

.std ol, .std ul {
    margin-bottom: 1.5em
}

.std ol {
    list-style: decimal
}

.std ol li {
    margin-left: 2em
}

.std ul {
    list-style: disc
}

.std a {
    text-decoration: none
}

.std .note {
    font-size: 13px;
    color: #a0a0a0
}

.swatch_error {
    color: red;
    font-size: 13px;
    opacity: 0;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.swatch_error.fadeIn {
    opacity: 1
}

.blink {
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.swatch_error.mobile_swatch_error {
    display: none
}

.ps-page {
    position: fixed;
    height: 116px;
    display: block;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff
}

.ps-page.promo-banner {
    height: 160px
}

@media only screen and (max-width: 1024px) {
    .ps-page {
        height: 60px
    }

    .ps-page.promo-banner {
        height: 90px
    }
}

.grid:after {
    content: '';
    display: table;
    clear: both
}

.page-popup {
    height: auto;
    padding: 20px
}

.page-popup h1 {
    font-size: 36px;
    margin: 0 0 .5em
}

.please-wait {
    display: block;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    font-size: 12px;
    margin: 0 auto
}

.please-wait img {
    width: 24px;
    margin-right: 5px;
    float: left
}

.page-print {
    width: 7.2in;
    margin: 20px auto
}

.ps-print_order_receipt_page {
    padding: 0 15px
}

.ps-print_order_receipt_page .ps-print_order_header {
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px
}

.ps-print_order_receipt_page .ps-print_order_header img {
    width: 212px;
    margin: 0 auto
}

.ps-print_order_tier_one, .ps-print_order_tier_two {
    margin-top: 40px
}

.ps-print_order_tier_one .col-1, .ps-print_order_tier_one .col-2, .ps-print_order_tier_two .col-1, .ps-print_order_tier_two .col-2 {
    padding-top: 0;
    padding-bottom: 0
}

.ps-print_order_col_header {
    font-size: 12px;
    font-weight: 600;
    line-height: inherit;
    margin-bottom: 15px;
    text-transform: uppercase
}

.ps-print_order_col_content, .ps-print_order_pm_col p {
    font-size: 14px;
    font-weight: 300;
    color: #000
}

.ps-print_order_pm_col p.subtitle strong {
    font-weight: 400;
    font-size: 14px;
    color: #000
}

.ps-print_order_pm_col dl.payment-info dd, .ps-print_order_pm_col dl.payment-info dt {
    font-size: 14px;
    font-weight: 300;
    color: #000
}

.ps-print_order_pm_col dl.payment-info dt {
    font-style: italic
}

.ps-print_order_table_container {
    margin-top: 60px;
    width: 100%
}

.ps-print_order_table_container .ps-print_order_table_head {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000
}

.ps-print_order_table_container .ps-print_order_table_head_cell {
    font-size: 13px;
    color: #000;
    background: #fff;
    vertical-align: middle;
    text-align: center
}

.ps-print_order_table_container .ps-print_order_table_head_cell:first-child {
    text-align: left
}

.ps-print_order_number, .ps-print_order_text, .ps-print_order_tier_one, .ps-print_order_tier_two {
    padding: 0 30px
}

.ps-print_order_table_body tr td:first-child, .ps-print_order_table_head_cell:first-child {
    padding-left: 30px
}

.a-right.ps-print_order_table_head_cell.subtotal, .ps-print_order_table_body tr td.last {
    padding-right: 30px
}

.ps-print_order_table_body tr td .product-name {
    color: #000;
    font-weight: 600;
    text-transform: capitalize
}

.ps-print_order_table_container .ps-print_order_table_body tr td.a-right, .ps-print_order_table_container .ps-print_order_table_body tr td[data-rwd-label=SKU] {
    font-size: 14px;
    line-height: initial;
    color: #000;
    text-align: center
}

.ps-print_order_table_container .ps-print_order_table_body tr td .item-options {
    margin-left: 0
}

.ps-print_order_table_body tr td .item-options dt {
    font-weight: 600;
    color: #000
}

.ps-print_order_col_header, .ps-print_order_number, .ps-print_order_text {
    color: #000
}

.ps-print_order_number {
    font-size: 18px;
    font-weight: 400;
    line-height: inherit;
    margin-bottom: 0
}

.ps-print_order_text {
    font-size: 12px;
    font-weight: 300
}

.ps-print_order_table_foot {
    font-size: 14px;
    font-weight: 300;
    color: #000
}

.ps-print_order_table_foot tr td {
    padding-right: 45px;
    padding-bottom: 0
}

.ps-print_order_table_foot tr td:first-child {
    padding-right: 100px
}

.ps-print_order_footer {
    margin-top: 80px
}

.ps-print_order_subtotal.first td {
    padding-top: 40px
}

.ps-print_order_footer_header, .ps-print_order_footer_text {
    font-weight: 300
}

.ps-print_order_footer_header {
    font-size: 22px;
    color: #000;
    text-align: center
}

.ps-print_order_footer_text {
    font-size: 14px;
    color: #757575;
    margin-top: 15px;
    text-align: center;
    padding-bottom: 20px
}

.page-print.sales-order-print .ps-print_order_footer_text span {
    color: #df0169
}

.ps-header.page-header {
    font-weight: 300;
    max-width: 1230px;
    margin: 0 auto;
    padding: 10px 20px 38px
}

@media only screen and (max-width: 1024px) {
    .ps-header.page-header {
        padding: 10px 0;
        height: 60px
    }
}

.ps-header_language_container_bottom_wrapper.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 11
}

.ps-header_language_container_bottom_wrapper.sticky + .ps-header.page-header {
    padding-top: 27px;
    margin-top: 26px
}

.ps-header.sticky + .main-container {
    margin-top: 188px
}

.cms-home .ps-header.sticky + .main-container {
    margin-top: 141px
}

.ps-header .page-header-container {
    position: relative
}

.cms-index-index .ps-header.page-header {
    max-width: 1230px
}

.no-touch .product-img-box .product-image:not(.zoom-available):hover, .product-image {
    position: relative;
    display: block
}

.no-touch .product-image:hover {
    border-color: #df0169
}

.ratings {
    margin: 7px 0
}

.ratings .rating-box {
    width: 65px;
    height: 13px;
    margin: 8px 10px 5px 0;
    background-position: 0 -615px;
    overflow: hidden
}

.ratings .rating-box .rating {
    float: left;
    height: 13px;
    background-position: 0 -600px
}

.ratings .rating-links {
    margin: 0 5px 0 0;
    clear: left;
    float: left
}

.ratings .amount {
    display: block;
    margin: 5px auto
}

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

.product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative
}

.product-collateral .toggle-tabs li {
    float: left;
    border: 1px solid #ebebeb;
    min-width: 199px;
    text-align: center
}

.product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    user-select: none;
    display: inline-block;
    margin: 0 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    position: relative;
    bottom: -1px;
    color: #757575
}

.product-collateral .toggle-tabs li.current {
    background-color: #f8f8f8
}

.product-collateral .toggle-tabs li.current span, .product-collateral .toggle-tabs li:hover span {
    color: #dc5293
}

.product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both
}

.product-collateral > dl {
    width: 100%
}

.product-collateral > dl > dt {
    display: none
}

.product-collateral > dl > dd {
    width: 100%;
    display: none;
    border-top: 0
}

.product-collateral > dl > dd.current, .product-collateral > dl > dd.ps-st-giftcard, .product-view .product-shop .product-name {
    display: block
}

.product-collateral .toggle-tabs .last.ps-config_product_error_highlight span {
    color: #df0169
}

.ps-product_options .attribute-name-st {
    color: #757575;
    font-size: 12px;
    font-weight: 400
}

.product-view .product-essential .extra-info .ratings .amount, .product-view .product-essential .extra-info .ratings .rating-box {
    float: left
}

.product-view .product-essential .extra-info .ratings:after, .product-view .product-essential:after {
    content: '';
    display: table;
    clear: both
}

.product-view .product-img-box .product-name h1, .product-view .product-shop .product-name .h1 {
    color: #df0169;
    margin-bottom: 10px;
    border: 0
}

.product-view .product-shop {
    width: 53%;
    float: right
}

.product-view .product-shop .product-name .h1 {
    float: left;
    margin-bottom: 5px
}

.product-view .product-shop .extra-info {
    float: left;
    padding-right: 15px;
    clear: left
}

.product-view .product-shop .short-description {
    margin-bottom: 10px;
    clear: both
}

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

.product-view .product-shop .price-box .old-price, .product-view .product-shop .price-box .regular-price, .product-view .product-shop .price-box .special-price {
    padding-right: 0;
    line-height: 1.2
}

.product-view .product-shop .price-box .old-price {
    margin-right: 10px
}

.product-view .product-shop .price-box .old-price .price {
    font-size: 24px;
    font-weight: 300
}

.product-view .product-shop .price-box .full-product-price .price, .product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price {
    color: #df0169;
    font-size: 24px;
    font-weight: 300
}

.product-view .product-shop .price-box .regular-price .price {
    color: #000
}

.product-view .product-shop .price-box .special-price, .product-view .product-shop .price-box .special-price .price {
    color: #ff0303
}

.product-view .product-shop .price-box .special-price .price:before, .product-view .product-shop .price-box .special-price:before {
    content: 'Sale ';
    position: relative
}

.product-view .product-shop .price-box .special-price .price-label {
    font-size: 16px;
    text-transform: uppercase
}

.product-view .product-shop .price-box .price-excluding-tax, .product-view .product-shop .price-box .price-including-tax {
    display: block;
    line-height: 1.2
}

.offer-container.mobile, .product-image-gallery .gallery-image, .product-img-box .product-name, .product-view .old-price .price-label, .tags-social-wrapper.mobile, .upsell-item .ps-catalog_product_header.mobile {
    display: none
}

.product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
    font-weight: 300
}

.product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px
}

.product-view .add-to-cart-wrapper {
    width: 53%;
    float: right;
    clear: right
}

.tags-social-wrapper .tags-content {
    margin-bottom: 14px
}

.product-image-gallery {
    position: relative
}

.product-image-gallery .gallery-image.visible {
    display: block
}

.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden
}

.product-image-gallery:after, .product-image-gallery:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.product-image-gallery:before {
    background-color: #fff;
    opacity: .8;
    z-index: 2
}

.product-image-gallery:after {
    background-image: url('../images/opc-ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3
}

.product-image-gallery.loading {
    position: relative
}

.product-image-gallery.loading:after, .product-image-gallery.loading:before {
    display: block
}

.product-image-thumbs li {
    float: left;
    width: 23%;
    margin-bottom: 1.7%;
    vertical-align: top
}

.box-collateral, .product-img-box, .product-view .add-to-cart-buttons .button, .product-view .add-to-cart-buttons .paypal-logo, .product-view .product-options-bottom .price-box, .product-view .product-shop {
    margin-bottom: 10px
}

.product-image-thumbs .ps-product_image_thumbnail_item.new-line {
    margin-left: -1px
}

.product-image-thumbs a {
    display: inline-block;
    border: 1px solid transparent
}

.no-touch .product-image-thumbs a:hover {
    border-color: #c7c7c7
}

.product-image-thumbs .no-display {
    display: none
}

.product-view .add-to-cart-wrapper, .product-view .product-shop {
    padding-left: 15px
}

.product-view .add-to-box:after, .product-view .add-to-cart:after {
    content: '';
    display: table;
    clear: both
}

.product-view .add-to-cart {
    padding-bottom: 3px;
    margin-bottom: 10px
}

.product-view .add-to-cart-buttons {
    float: left;
    margin-right: 7px
}

.product-view .add-to-cart-buttons .paypal-logo {
    clear: left;
    text-align: center
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
    margin: 0 auto;
    display: block;
    width: 145px
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button {
    display: block;
    width: 150px;
    margin: 0 auto
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
    text-align: center
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1;
    text-align: center
}

.add-to-box .or {
    display: none
}

.product-view .add-to-links:after, .product-view .sharing-links:after {
    display: table;
    clear: both;
    content: ''
}

.product-view .add-to-links {
    clear: both;
    margin-top: 0
}

.product-view .add-to-links li, .product-view .sharing-links {
    float: left
}

.product-view .sharing-links li {
    float: left;
    padding: 0 7px 7px
}

.product-view .sharing-links a {
    display: block;
    width: 26px;
    height: 26px
}

.product-view .sharing-links a:hover {
    opacity: .8
}

.product-view .sharing-links a.link-wishlist {
    background-position: 0 -225px
}

.product-view .sharing-links .link-compare {
    background-position: 0 -250px
}

.product-view .sharing-links .link-email-friend {
    background-position: 0 -322px
}

.product-view .sharing-links .link-facebook {
    background-position: 0 -425px
}

.product-view .sharing-links .link-twitter {
    background-position: 0 -372px
}

.product-collateral {
    clear: both
}

.collateral-tabs dd h2 {
    display: none
}

.box-collateral {
    clear: both
}

.product-attribute-specs-table {
    max-width: 50em;
    border: 1px solid silver
}

.product-attribute-specs-table th {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver
}

.map-popup.map-popup-right {
    left: 10px
}

.map-popup.map-popup-left {
    left: auto;
    right: 10px
}

.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    margin: 10px 10px 0;
    padding: 10px
}

.map-cart-sidebar-total {
    display: block;
    color: red;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    padding: 2px 5px
}

.map-popup {
    width: 450px;
    background: #fff;
    text-align: left;
    border: 5px solid #ccc;
    margin: 12px 0 0;
    position: absolute;
    z-index: 100
}

.map-popup .map-popup-heading {
    width: auto;
    padding: 8px 10px;
    margin-right: 40px
}

.map-popup .map-popup-heading h3 {
    font-size: 14px;
    text-align: left;
    text-overflow: ellipsis;
    margin: 0;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden
}

.map-popup .map-popup-close {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0
}

.map-popup .map-popup-content {
    text-align: left;
    border-top: 1px solid #ededed;
    padding: 10px;
    margin: 0 10px;
    overflow: hidden
}

.map-popup .map-popup-checkout {
    padding: 10px 0
}

.map-popup .map-popup-checkout form:after {
    content: '';
    display: table;
    clear: both
}

.map-popup .map-popup-checkout span {
    display: block
}

.map-popup .map-popup-checkout .button {
    margin: 0 2px;
    float: left;
    clear: left
}

.map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 210px;
    float: left
}

.map-popup .map-popup-checkout .additional-addtocart-box li {
    list-style-type: none
}

.map-popup .map-popup-checkout .paypal-logo {
    width: auto
}

.map-popup .map-popup-checkout .paypal-logo a {
    display: block;
    float: left;
    clear: left
}

.map-popup .map-popup-checkout .paypal-logo .paypal-or {
    text-align: center;
    padding: 5px 15px;
    float: left;
    clear: left
}

.map-popup .map-popup-checkout .paypal-logo:after {
    content: '';
    display: table;
    clear: both
}

.map-popup .map-popup-checkout .paypal-logo .bml_button a {
    clear: left
}

.map-popup .map-popup-checkout:after {
    content: '';
    display: table;
    clear: both
}

.map-popup .map-popup-price {
    padding: 10px 0
}

.map-popup .map-popup-price .price-box, .map-popup .map-popup-price .price-box .special-price {
    display: inline-block;
    margin: 0;
    padding: 0
}

.map-popup .map-popup-text {
    padding: 10px 0;
    margin: 0 10px;
    word-wrap: break-word
}

.map-popup .map-popup-only-text, .map-popup .map-popup-text {
    border-top: 1px solid #ededed
}

.product-options {
    width: 100%;
    margin: 10px 0 0;
    position: relative;
    clear: both
}

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

.product-options dt {
    font-weight: 400;
    margin: 10px 0 3px
}

.product-options dt:first-child {
    margin-top: 0
}

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

.product-options dd .qty-holder .qty {
    width: 3em
}

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

.product-options dd .qty-disabled {
    background: 0 0;
    border: 0;
    padding: 0 2px
}

.product-options dd {
    padding: 0 0 10px;
    margin: 0 0 5px
}

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

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

.product-options dd .input-box {
    padding-top: 0
}

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

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

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

.product-options dd select, .product-options-wrapper .super-attribute-select, .ps-current_selection_name {
    width: 67%;
    max-width: 100%;
    font-weight: 400;
    font-size: 14px
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .product-options dd select, .ps-catalog_product_current_swatch_container .swatch-select, .ps-current_selection_name {
        width: 100%;
        font-size: 14px
    }

    .product-options dt {
        margin-top: 0
    }

    .product-options dd {
        padding-bottom: 0
    }

    .tags-social-wrapper .tags-content {
        margin-bottom: 4px
    }
}

.product-options dd select:disabled[data-ps-disable-select=true] {
    cursor: default;
    background-image: none
}

.product-options .swatch-attr select, .product-options .swatch-attr select + .validation-advice {
    display: none
}

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

.product-options ul.options-list li {
    line-height: 1.5;
    margin-bottom: 7px
}

.product-options ul.options-list li:last-child {
    margin-bottom: 0
}

.product-options ul.options-list .checkbox, .product-options ul.options-list .radio {
    margin-top: 5px;
    float: left
}

.product-options ul.options-list .label {
    display: block
}

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

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

.product-options-bottom:after {
    content: '';
    display: table;
    clear: both
}

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

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

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

.product-options-bottom .price-box {
    display: none;
    margin: 0 0 10px;
    padding: 0;
    float: right
}

.ps-giftcard_product_shop .add-to-cart, .ps-giftcard_product_shop .ps-add_to_links {
    display: inline-block;
    vertical-align: top
}

.ps-giftcard_product_shop .ps-add_to_cart_container .ps-add_to_cart_btn_container, .ps-giftcard_product_shop .ps-add_to_links .ps-add_to_favorites_btn {
    margin-top: 0
}

.product-gift-card .ps-page_sub_nav .ps-page_sharing_links_container {
    display: none
}

.st-out-of-stock .ps-product_alert_msg {
    float: left;
    margin-right: 14px
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .st-out-of-stock .ps-product_alert_msg {
        float: none;
        margin-right: 0
    }

    .product-view .product-options-bottom .price-box {
        display: inline-block;
        margin: 0
    }

    .ps-add_to_cart_container .ps-qty_wrapper .ps-qty_label {
        text-align: left
    }

    .ps-add_to_cart_container .ps-qty_wrapper .ps-qty_box_controller {
        float: left
    }

    .ps-add_to_cart_container .ps-qty_wrapper .ps-qty_label, .ps-current_selection_title {
        font-size: 12px
    }

    .ps-add_to_cart_container .ps-qty_wrapper .ps-qty_input {
        font-size: 14px
    }

    .add-to-cart.ps-add_to_cart_container .ps-qty_wrapper .ps-qty_input {
        padding-left: 10px;
        text-align: left
    }

    .product-collateral .toggle-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .product-collateral .toggle-tabs li {
        min-width: 1px;
        width: 100%;
        font-weight: 300
    }

    .product-collateral .toggle-tabs li > span {
        font-size: 12px
    }

    .product-view .add-to-cart {
        margin-bottom: 0
    }

    .ps-giftcard_product_shop .add-to-cart {
        display: block
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) and (orientation: landscape) {
    .ps-catalog_product_price_info.price-info {
        position: static
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .ps-catalog_product_view .ps-product_shop .ps-catalog_product_price_info .ps-regular_standard_price .price {
        font-size: 36px
    }
}

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

.block-related li {
    margin-bottom: 7px
}

.block-related .block-title {
    border-bottom: none
}

.block-related .block-title h2 {
    margin: 0;
    color: #636363;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase
}

.block-related .block-subtitle {
    margin-bottom: 7px
}

.block-related .product {
    position: relative
}

.block-related .checkbox {
    float: left;
    margin-top: 36px
}

.block-related .product-name {
    margin-bottom: 3px
}

.block-related .product-details .price-box {
    margin: 2px 0 3px
}

.block-related .product-details .price-box a, .block-related .product-details .price-box p, .block-related .product-details .price-box span {
    margin-left: 3px;
    float: left
}

.block-related .product-details .price-box a:first-child, .block-related .product-details .price-box p:first-child, .block-related .product-details .price-box span:first-child {
    margin-left: 0
}

.block-related .product-details .price-box:after {
    content: '';
    display: table;
    clear: both
}

.block-related .link-wishlist, .box-up-sell .ratings {
    display: none
}

.box-up-sell {
    margin-top: 20px
}

.block-compare .product-name:after {
    content: '';
    display: table;
    clear: both
}

.compare-table .product-image {
    display: inline-block
}

.compare-table .product-shop-row.top td {
    padding-bottom: 0;
    border-bottom: 0
}

.compare-table .product-shop-row.bottom td {
    padding-top: 0
}

.pre-loader {
    display: none;
    float: left;
    min-width: 136px;
    width: 100%
}

.pre-loader img {
    width: 30px;
    display: block;
    margin: 1px auto
}

.tabs {
    margin-bottom: 10px;
    background: #fff
}

.pager, .toolbar {
    color: #636363;
    line-height: 30px;
    font-size: 12px
}

.pager-no-toolbar label, .toolbar label {
    font-weight: 400;
    text-transform: uppercase
}

.toolbar {
    margin-bottom: 0;
    padding: 5px 0 0 10px
}

.toolbar:after {
    content: '';
    display: table;
    clear: both
}

.pager .limiter > label:after, .sorter label:after {
    content: ':'
}

.pager-no-toolbar {
    margin-bottom: 10px
}

.pager .amount, .pager .limiter, .pager .pages, .sorter {
    margin-bottom: 5px
}

.pager-no-toolbar ~ .pager-no-toolbar {
    margin-top: 10px
}

.sorter {
    float: left
}

.sorter label {
    float: left;
    margin-right: 5px
}

.sorter > .sort-by {
    height: 30px;
    margin-right: 5px;
    float: left
}

.sorter > .sort-by .sort-by-switcher {
    display: inline-block;
    width: 30px;
    height: 30px
}

.sorter > .sort-by .sort-by-switcher--asc {
    background-position: 4px -542px
}

.sorter > .sort-by .sort-by-switcher--asc:hover {
    background-position: -46px -542px
}

.sorter > .sort-by .sort-by-switcher--desc {
    background-position: 4px -567px
}

.sorter > .sort-by .sort-by-switcher--desc:hover {
    background-position: -46px -567px
}

.sorter > .view-mode {
    float: right
}

.sorter > .view-mode .grid, .sorter > .view-mode .list {
    float: left;
    width: 30px;
    height: 30px
}

.sorter > .view-mode .grid {
    margin-right: 5px;
    background-position: 8px -492px
}

.sorter > .view-mode a.grid:hover, .sorter > .view-mode strong.grid {
    background-position: -42px -492px
}

.sorter > .view-mode .list {
    background-position: 6px -517px
}

.sorter > .view-mode a.list:hover, .sorter > .view-mode strong.list {
    background-position: -44px -517px
}

.pager {
    float: right;
    overflow: hidden
}

.pager > .count-container {
    float: left
}

.pager .limiter {
    height: 30px;
    line-height: 30px;
    float: left
}

.pager .limiter > label {
    padding-right: 5px
}

.pages {
    float: right;
    overflow: hidden;
    margin-left: 15px
}

.pages .next:before, .pages .previous:before {
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -2px
}

.pages strong {
    display: none
}

.pages li {
    float: left
}

.pages .current, .pages a {
    display: inline-block;
    width: 25px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    border: 0;
    padding: 0;
    white-space: nowrap
}

.pages .current, .pages .current:hover, .pages a:hover {
    color: #df0169
}

.pages .next, .pages .previous {
    display: none
}

.pages .next:before, .pages .next:hover:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: none
}

.pages .next:before {
    border-left: 4px solid #df0169;
    position: absolute
}

.pages .next:hover:before {
    border-left: 4px solid #757575;
    position: absolute
}

.pages .previous:before, .pages .previous:hover:before {
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: none;
    position: absolute;
    content: ''
}

.pages .previous:before {
    border-right: 4px solid #df0169
}

.pages .previous:hover:before {
    border-right: 4px solid #757575
}

.products-grid, .products-grid > li {
    position: relative
}

.ps-category_view_all a {
    width: inherit;
    margin-left: 5px;
    text-transform: inherit
}

.catalogsearch-result-index .page-title h1, .category-title h1 {
    border-bottom: none
}

.category-image {
    margin-bottom: 1.5em
}

h2.product-name, h3.product-name, h4.product-name, h5.product-name, p.product-name {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    margin: 0 0 .5em
}

h2.product-name a, h3.product-name a, h4.product-name a, h5.product-name a, p.product-name a {
    color: #000
}

h2.product-name a:hover, h3.product-name a:hover, h4.product-name a:hover, h5.product-name a:hover, p.product-name a:hover {
    color: #df0169;
    text-decoration: none
}

.products-grid .product-name, .products-list .product-name {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.products-grid .product-name a, .products-list .product-name a {
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.gallery-landing.products-grid .product-name {
    text-align: left;
    text-transform: none
}

.gallery-landing.products-grid .product-name a {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    font-family: LatoLight;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    width: 100%
}

.products-grid:after {
    content: '';
    display: table;
    clear: both
}

.products-grid > li {
    text-align: center;
    float: left;
    margin-bottom: 20px
}

.products-grid > .product-items > li {
    text-align: center
}

@media only screen and (min-width: 1024px) {
    .gallery-category.products-grid .product-info {
        display: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0 auto;
        width: 100%;
        z-index: 3;
        padding: 0 66px 0 21px
    }

    .gallery-category li:hover a + .product-info, .gallery-category li:hover a:before {
        display: block
    }

    .gallery-category.gallery-landing li:hover a:before {
        display: none
    }
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .ps-category_products .gallery-category.products-grid .product-image {
        margin-bottom: 0
    }

    .ps-category_products .gallery-category.products-grid .product-name a {
        font-size: 14px;
        line-height: 16px
    }
}

.ps-category_products .products-grid.gallery-category li.item:hover .product-name a {
    color: #000
}

.toolbar + h2.gallery-subcat-title {
    margin-top: -6px
}

h2.gallery-subcat-title {
    font-family: LatoLight;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    color: #757575;
    margin-bottom: 7px;
    margin-top: -1px
}

.gallery-left-cat-wrapper.left-cat-wrapper {
    border-bottom: 0;
    margin-top: 60px
}

.gallery-left-cat-wrapper.left-cat-wrapper h1.cat-title {
    font-size: 14px;
    line-height: 17px;
    font-family: LatoLight;
    font-weight: 400;
    border-bottom: 1px solid #737373;
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: #df0169;
    text-transform: none
}

.gallery-left-cat-wrapper.left-cat-wrapper h1.cat-title a {
    color: inherit
}

.gallery-left-cat-wrapper.left-cat-wrapper .sub-cat h2 {
    font-size: 12px;
    line-height: 22px
}

.gallery-left-cat-wrapper.left-cat-wrapper .sub-cat h2:last-of-type, .sale-page-left-cat-wrapper.left-cat-wrapper .sub-cat h2:last-of-type {
    text-transform: none
}

.sale-page-left-cat-wrapper {
    border: none !important
}

@media only screen and (min-width: 771px) {
    .products-grid--max-3-col.gallery-landing > li {
        margin-right: 36px
    }
}

.products-grid--max-3-col > li {
    margin-right: 51px
}

.products-grid--max-3-col > li:nth-child(3n) {
    margin-right: 0
}

.products-grid--max-4-col > li:nth-child(3n+1), .products-grid--max-4-col > li:nth-child(odd) {
    clear: none
}

.products-grid--max-4-col > li:nth-child(3n), .products-grid--max-4-col > li:nth-child(even) {
    margin-right: 2.22222%
}

.products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%
}

.products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left
}

.products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0
}

@media only screen and (min-width: 981px) {
    .products-grid--max-5-col > li:nth-child(3n+1), .products-grid--max-5-col > li:nth-child(odd) {
        clear: none
    }

    .products-grid--max-5-col > li:nth-child(5n) {
        margin-right: 0
    }
}

.products-grid--max-5-col > li {
    width: 175px;
    margin-right: 28px
}

.products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left
}

.products-grid--max-6-col > li:nth-child(3n+1), .products-grid--max-6-col > li:nth-child(odd) {
    clear: none
}

.products-grid--max-6-col > li, .products-grid--max-6-col > li:nth-child(3n), .products-grid--max-6-col > li:nth-child(even) {
    margin-right: 2.22222%
}

.products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%
}

.products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left
}

.products-grid > li:after, .products-list > li:after {
    clear: both;
    content: ''
}

.products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0
}

.products-grid > li:after {
    display: table
}

.products-grid .product-image img:hidden, .products-grid .ratings .amount {
    display: none
}

.products-grid .product-image img {
    width: 100%;
    height: auto
}

.gallery-landing.products-grid .product-image img {
    max-width: 304px
}

.products-grid .product-info {
    padding-bottom: 45px;
    position: relative
}

.products-grid .actions {
    min-height: 85px;
    width: 100%;
    padding-top: 10px;
    position: absolute;
    bottom: 0
}

.products-grid .ratings .rating-box {
    margin: 0 auto
}

.products-grid .price-box {
    color: #a0a0a0;
    font-size: 13px;
    margin: 0 0 5px
}

.block-layered-nav .block-content > dl > dt, .block-layered-nav .block-subtitle--filter {
    color: #636363;
    font-weight: 400;
    -ms-user-select: none;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    text-rendering: optimizeSpeed
}

.products-grid .add-to-links {
    margin-bottom: 0
}

.products-grid .product-image {
    width: 100%;
    margin-bottom: 5px
}

.products-grid .product-image:after, .products-grid .product-image:before {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.products-grid .product-image:before {
    background-color: #fff;
    opacity: .8;
    z-index: 2
}

.products-grid .product-image:after {
    background-image: url('../images/opc-ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3
}

.products-grid .product-image.loading {
    position: relative
}

.products-grid .product-image.loading:after, .products-grid .product-image.loading:before {
    display: block
}

.products-list {
    margin-top: 20px;
    margin-bottom: 20px
}

.products-list > li {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.products-list > li:after {
    display: table
}

.products-list > li .product-image {
    width: 33.33333%;
    float: left
}

.products-list > li .product-image img {
    width: 100%;
    max-width: 100%
}

.products-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.products-list .product-shop {
    width: 66.66667%;
    padding-left: 20px;
    float: right
}

.products-list .product-shop .product-name {
    margin-bottom: 0
}

.products-list .product-shop .ratings {
    margin: 0
}

.products-list .product-shop .ratings .rating-box, .products-list .product-shop .ratings .rating-links {
    margin-right: 7px;
    float: left
}

.products-list .product-shop .ratings .rating-links {
    margin-top: 4px
}

.products-list .product-shop .price-box {
    margin-top: 0
}

.products-list .product-shop .price-box .price {
    font-size: 18px
}

.products-list .product-shop .action {
    margin: 7px 0
}

.products-list .product-shop .desc {
    margin-top: 7px
}

.products-list .product-shop .desc, .products-list .product-shop .product-primary {
    overflow: hidden;
    width: 60%;
    padding-right: 20px;
    float: left
}

.products-list .product-shop .product-secondary {
    text-align: right;
    clear: right;
    width: 40%;
    float: right
}

.mini-products-list .product-image {
    min-width: 50px
}

.mini-products-list li {
    margin-bottom: 10px
}

.mini-products-images-list:after, .mini-products-list li:after {
    content: '';
    display: table;
    clear: both
}

.mini-products-images-list li.item {
    width: 50%;
    margin: 0;
    padding: 0 5px 10px 0;
    float: left
}

.category-image img, .mini-products-images-list li.item .product-image img {
    width: 100%;
    max-width: 100%
}

.mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px
}

.mini-products-images-list li.item .product-image {
    display: block
}

.category-image {
    border: 1px solid #ccc;
    padding: 10px
}

.category-image img:hidden {
    display: none
}

.block-layered-nav .block-subtitle--filter {
    display: none;
    background-color: #f4f4f4;
    font-size: 14px;
    margin: 0;
    padding: 7px 10px 7px 24px;
    border: 1px solid #ccc;
    position: relative;
    cursor: pointer;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.block-layered-nav .block-content > dl > dt, .opc .section .step-title {
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.block-layered-nav .block-subtitle--filter:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #df0169;
    border-bottom: none;
    margin-top: -3px;
    position: absolute;
    left: 10px;
    top: 50%
}

.block-layered-nav .block-content .toggle-tabs {
    display: none
}

.block-layered-nav .block-content > dl > dt {
    display: block;
    background-color: #f4f4f4;
    font-size: 14px;
    border: 1px solid #ccc;
    margin: 0;
    padding: 7px 10px;
    position: relative;
    user-select: none
}

.block-layered-nav .block-content > dl > dt:after {
    display: none
}

.block-layered-nav .block-content > dl > dd {
    border-width: 0 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 10px;
    margin: 0
}

.block-layered-nav .block-content > dl > dd:last-child {
    border-width: 0 1px 1px
}

.block-layered-nav dl dd {
    margin-bottom: 10px;
    margin-top: 10px
}

.block-layered-nav dl dd ol > li > a, .block-layered-nav dl dd ol > li > span {
    display: block;
    padding: 5px 15px
}

.block-layered-nav dl dd ol > li > a .count {
    color: #a0a0a0
}

.block-layered-nav .currently .block-subtitle {
    display: block;
    color: #636363;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin: 0 0 10px
}

.block-layered-nav .currently ol {
    padding-left: 10px;
    margin-bottom: 10px
}

.block-layered-nav .currently ol li {
    margin-bottom: 5px
}

.block-layered-nav .currently ol li .label {
    font-weight: 700
}

.customer-reviews .fieldset .form-list label, .customer-reviews .fieldset h4, .customer-reviews dl, .customer-reviews h3 {
    font-weight: 400;
    font-size: 12px
}

.block-layered-nav .currently ol li:after {
    content: '';
    display: table;
    clear: both
}

.block-layered-nav .actions {
    text-align: right;
    margin-bottom: 7px
}

.event-container {
    height: 59px;
    border: 1px solid #df0169;
    margin-top: 7px;
    position: relative;
    clear: both;
    z-index: 2
}

.event-container:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #df0169;
    border-bottom: none;
    margin-left: -10px;
    position: absolute;
    bottom: -10px;
    left: 50%
}

.event-container .event {
    width: auto;
    height: 52px;
    text-align: center;
    line-height: 50px;
    border-bottom: 0 !important;
    padding-top: 5px;
    padding-bottom: 18px;
    margin-bottom: -18px;
    position: relative;
    z-index: 2
}

.event-container .event .event-ticker {
    display: inline-block;
    height: auto;
    font-size: 28px
}

.event-container .event .event-ticker span {
    height: 50px;
    line-height: 50px;
    padding: 0
}

.event-container .container {
    display: inline-block;
    background: 0 0;
    margin: 0;
    padding: 0
}

.event-container .status {
    display: inline-block;
    background: 0 0;
    font-size: 22px;
    margin: 0 10px 0 0
}

.event-container .event-dates {
    display: inline-block;
    font-size: 22px;
    height: auto
}

.event-container .event-dates div, .event-container .event-dates p {
    display: inline
}

.event-container .event-dates .time-part {
    font-size: 14px
}

.grouped-items-table-wrapper {
    width: 100%;
    border: 1px solid silver;
    padding: 10px;
    margin-bottom: 15px
}

.grouped-items-table-wrapper tbody tr:last-child td {
    border-bottom: none
}

.grouped-items-table .name-wrapper {
    color: #df0169
}

.grouped-items-table .qty-wrapper {
    padding-top: 7px
}

.grouped-items-table .qty-label {
    margin-left: 7px
}

.grouped-items-table td {
    padding: 4px
}

.customer-reviews {
    width: auto;
    float: none
}

.customer-reviews .review-heading {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 5px
}

.customer-reviews .review-heading:after {
    content: '';
    display: table;
    clear: both
}

.customer-reviews .review-heading h2 {
    display: block;
    float: left
}

.customer-reviews .fieldset h4 em, .customer-reviews .review-heading .pager .amount {
    display: none
}

.customer-reviews .review-heading .pager {
    width: auto;
    float: right;
    clear: none
}

.customer-reviews .review-heading .pager .count-container .limiter {
    margin-bottom: 0
}

.customer-reviews .review-heading .pager .count-container .limiter label {
    font-size: 10px;
    text-transform: uppercase
}

.customer-reviews h2 {
    color: #df0169;
    font-size: 12px;
    text-transform: uppercase
}

.customer-reviews h2 span {
    color: #636363
}

.customer-reviews h3 {
    text-transform: uppercase
}

.customer-reviews h3 span {
    color: #df0169
}

.customer-reviews .fieldset {
    padding-top: 25px;
    width: 470px
}

.customer-reviews .fieldset h4 {
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px
}

.customer-reviews .fieldset .form-list {
    width: 470px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px 0
}

.customer-reviews .fieldset .form-list .inline-label:after {
    content: '';
    display: table;
    clear: both
}

.customer-reviews .fieldset .form-list textarea {
    min-width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.customer-reviews .fieldset .form-list input {
    border: 1px solid #ccc;
    border-radius: 0
}

.customer-reviews .fieldset .form-list input[type=text] {
    width: 100%
}

.customer-reviews .buttons-set {
    width: 470px;
    border: none;
    margin: 0
}

.customer-reviews dl {
    margin-bottom: 10px
}

.customer-reviews dl dt {
    text-transform: uppercase;
    margin: 10px 0
}

.customer-reviews dl dd {
    font-size: 14px;
    margin: 10px 0
}

.customer-reviews dl dd .ratings-table {
    width: 100%;
    font-size: 12px
}

.customer-reviews dl dd .ratings-table tr {
    float: left;
    margin-right: 15px
}

.customer-reviews dl dd table {
    margin: 15px 0
}

.customer-reviews dl dd .review-meta {
    color: #df0169;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase
}

.review-summary-table {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px
}

.review-summary-table thead {
    background: 0 0
}

.review-summary-table thead th {
    background: 0 0;
    border: none;
    padding: 15px 7px 10px 8px
}

.review-summary-table tbody th {
    background: #fff;
    font-size: 12px
}

.review-summary-table tbody td {
    border: none;
    text-align: center;
    padding: 0
}

.review-summary-table tbody td label {
    display: block;
    width: 100%;
    padding: 11px 0
}

.review-summary-table .rating-box .rating-number {
    display: none
}

.review-summary-table .rating-box .rating-number:after {
    content: "";
    display: inline-block;
    background-position: 0 -599px;
    width: 13px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: 2px
}

.checkout-agreements {
    margin-top: 30px
}

.checkout-agreements li {
    margin-bottom: 10px
}

.checkout-agreements .agreement-content {
    max-width: 670px;
    max-height: 125px;
    margin-bottom: 10px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f4f4f4;
    display: none
}

.checkout-agreements .checkbox {
    vertical-align: top;
    top: 0;
    margin-top: 4px
}

.checkout-agreements .agree span {
    display: inline-block;
    width: 91%;
    font-size: 14px;
    font-weight: 300
}

.opc.ps-checkout .section span a:hover {
    color: #df0169;
    text-decoration: none
}

.paypal-express-review .messages span {
    color: red
}

.cvv-what-is-this {
    margin-left: 10px;
    font-size: 13px;
    line-height: 24px
}

.payment-methods {
    margin-bottom: 20px
}

.payment-methods dt {
    padding: 5px 0
}

.payment-methods dd {
    padding-top: 10px
}

.payment-methods .form-list {
    display: inline-block;
    max-width: 100%;
    margin: 5px 15px 15px;
    padding: 15px;
    border: 1px solid #ccc;
    background: #f4f4f4;
    position: relative
}

.payment-methods .form-list:after, .payment-methods .form-list:before {
    width: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: none;
    position: absolute;
    left: 30px;
    display: block;
    content: '';
    height: 0
}

.payment-methods .form-list:before {
    border-bottom: 10px solid #ccc;
    top: -11px
}

.payment-methods .form-list:after {
    border-bottom: 10px solid #f4f4f4;
    top: -10px
}

.payment-methods .form-list li:last-child {
    margin-bottom: 0
}

.checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px
}

.checkout-onepage-index .col-left, .checkout-onepage-index .col-right {
    width: 31.25%;
    display: block
}

.checkout-onepage-index .col-right {
    padding-left: 0
}

.checkout-review-table-wrapper > .checkout-review-table .summary-collapse, .shopping-cart-totals-table .summary-collapse, body.customer-account .data-table .summary-collapse {
    position: relative;
    cursor: pointer
}

.checkout-review-table-wrapper > .checkout-review-table .summary-collapse:before, .shopping-cart-totals-table .summary-collapse:before, body.customer-account .data-table .summary-collapse:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #df0169;
    border-bottom: none;
    margin-right: 5px;
    position: absolute
}

.checkout-review-table-wrapper > .checkout-review-table .summary-collapse:hover:before, .shopping-cart-totals-table .summary-collapse:hover:before, body.customer-account .data-table .summary-collapse:hover:before {
    border-top: 7px solid #757575
}

.checkout-review-table-wrapper > .checkout-review-table .show-details .summary-collapse:before, .shopping-cart-totals-table .show-details .summary-collapse:before, body.customer-account .data-table .show-details .summary-collapse:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #df0169;
    border-top: none;
    margin-right: 5px;
    position: absolute
}

.cart .page-title:after, .checkout-types li:after {
    display: table
}

.checkout-review-table-wrapper > .checkout-review-table .show-details .summary-collapse:hover:before, .shopping-cart-totals-table .show-details .summary-collapse:hover:before, body.customer-account .data-table .show-details .summary-collapse:hover:before {
    border-bottom: 7px solid #757575
}

.shopping-cart-totals-table tfoot td .summary-collapse:before, .shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
    margin-bottom: 5px
}

.cart-table {
    width: 60%;
    float: left
}

.cart-forms, .cart-totals-wrapper {
    width: 100%;
    float: right;
    clear: right
}

.cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping {
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    padding: 10px
}

.cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping, .cart-table, .cart-totals {
    margin-bottom: 20px
}

.cart-forms .discount {
    text-align: center;
    margin-bottom: 3px
}

.cart-totals-wrapper .checkout-types {
    float: right;
    clear: right
}

.display-both-prices .cart-table {
    width: 100%;
    float: none
}

.display-both-prices .cart-forms {
    padding-right: 10px;
    padding-left: 0;
    float: left
}

.display-both-prices .cart-totals-wrapper, .display-both-prices .crosssell {
    padding-left: 10px
}

.display-both-prices .cart-forms, .display-both-prices .cart-totals-wrapper, .display-both-prices .crosssell {
    width: 50%
}

.display-both-prices .crosssell {
    float: right;
    clear: right
}

.cart .page-title:after, .cart-table tfoot tr > td:after, .checkout-types li:after {
    clear: both;
    content: ''
}

.cart-forms {
    position: relative
}

.cart .page-title {
    border-bottom: 1px solid #ededed
}

.cart .page-title h1 {
    border-bottom: none;
    margin-bottom: 15px;
    margin-right: 10px;
    float: left
}

.checkout-types {
    max-width: 100%;
    text-align: right
}

.checkout-types li {
    vertical-align: top;
    margin: 0 0 5px 5px;
    float: left
}

.checkout-types li img {
    display: inline;
    vertical-align: top
}

.checkout-types li:first-child {
    margin-left: 0
}

.checkout-types .method-checkout-cart-methods-multishipping {
    display: block
}

.checkout-types.top li {
    display: inline-block
}

.checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top
}

.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a, .checkout-types.top .bml_button img {
    display: block
}

.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    display: block;
    width: 150px;
    text-align: center;
    margin: 0;
    float: right
}

.cart-totals .multifees-cart-fee .fee-title, .fee-items:first-child .multifee-price-total {
    display: none
}

.cart-totals .checkout-types .btn-checkout {
    margin-bottom: 7px
}

.cart-totals .multifees-cart-fee .head-multifees {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase
}

.cart-totals .multifees-cart-fee .multifees-fee-label {
    font-size: 14px;
    color: #757575;
    font-weight: 300
}

.cart-totals .multifees-cart-fee .multifees-fee-label input {
    margin-right: 5px;
    position: relative;
    top: 2px
}

.multifees-cart-fee .multifee-price-total {
    font-weight: 400
}

.cart-table .product-cart-sku .label, .cart-table h2 {
    font-weight: 600
}

.cart-table tbody td, .cart-table td, .cart-table th {
    border-bottom: none;
    vertical-align: top
}

.cart-table h2 {
    color: #636363;
    font-size: 14px;
    margin-bottom: 0
}

.cart-table tbody td, .cart-table thead th {
    background-color: transparent;
    padding: 0 8px
}

.cart-table tbody td:first-child, .cart-table thead th:first-child {
    padding-left: 0
}

.cart-table tfoot tr {
    background: 0 0
}

.cart-table tfoot tr > td:after {
    display: table
}

.cart-table .product-cart-actions .button, .cart-table .product-cart-image .cart-links, .cart-table .product-cart-image a.cart-edit, .cart-table .product-cart-info .btn-remove {
    display: none
}

.cart-table span.or {
    font-size: 9px;
    text-transform: uppercase;
    padding: 0 5px
}

.cart-table .product-cart-image .product-image img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px
}

.cart-table .product-cart-sku {
    font-style: italic;
    font-size: 12px;
    margin: 5px 0 12px
}

.cart-table .btn-empty {
    float: left
}

.cart-table .cart-tax-total {
    position: relative;
    cursor: pointer
}

.cart-table .cart-tax-total:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #df0169;
    border-left: none;
    position: absolute;
    top: 3px;
    right: -11px
}

.cart-table .cart-tax-total.cart-tax-total-expanded:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #df0169;
    border-bottom: none;
    position: absolute;
    right: -15px;
    top: 6px
}

.cart-table .cart-links > li {
    min-width: 65px;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 5px;
    white-space: nowrap
}

.cart-table .cart-links > li > a {
    display: inline-block
}

.cart-table .cart-links > li > a:hover {
    color: #df0169;
    text-decoration: none
}

.cart-table .cart-links > li:last-child {
    margin-bottom: 0
}

.cart-table .product-cart-actions {
    min-width: 60px
}

.cart-table .product-cart-actions.wide-actions {
    min-width: 152px
}

.cart-table .product-cart-actions .qty {
    height: 30px;
    width: 3em;
    text-align: center;
    border-color: silver;
    border-radius: 0;
    margin-bottom: 10px
}

.cart-table .product-cart-actions .button {
    margin-bottom: 5px
}

.cart-table .item-options {
    padding-left: 15px
}

.shipping h2 {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 5px
}

.shipping select {
    max-width: 100%;
    height: 30px;
    display: block;
    border: 1px solid silver
}

.shipping select.validation-failed {
    border-color: red
}

.shipping .shipping-desc {
    display: none
}

.cart .cart-totals:after, .discount-form:after, .giftcard-form-block:after, .giftcard-form-redeem:after, .shipping .form-list:after {
    display: table;
    content: '';
    clear: both
}

.shipping .buttons-set {
    border: none;
    margin: 0;
    padding: 0
}

.shipping .form-list li {
    float: left;
    margin: 5px 2% 10px 0
}

.shipping .form-list .shipping-country {
    width: 37%
}

.shipping .form-list .shipping-region {
    width: 41%
}

.shipping .form-list .shipping-postcode {
    margin-right: 0;
    width: 18%
}

.shipping .form-list .shipping-postcode input {
    margin-top: 4px
}

.shipping .form-list .input-box {
    padding-top: 0
}

.shipping .form-list input {
    height: 30px;
    margin-top: 4px
}

.shipping .form-list label {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

.shipping .sp-methods {
    padding: 10px 0 0;
    text-align: left
}

.shipping .sp-methods dd {
    margin-bottom: 10px
}

.shipping .sp-methods label {
    font-size: 12px;
    font-style: italic;
    min-width: 100px
}

.shipping .sp-methods label span {
    font-weight: 700;
    font-style: normal
}

.shipping .co-shipping-method-form .buttons-set .button {
    float: left;
    margin-left: 0
}

.shipping .co-shipping-method-form .sp-methods dd label {
    border: 1px solid #ccc;
    background-color: #e7e7e7;
    min-width: 220px
}

.shipping .co-shipping-method-form .sp-methods dd label:hover {
    background-color: #dbdbdb
}

.cart .cart-totals {
    text-align: right
}

.cart .cart-totals table {
    font-size: 12px;
    margin-bottom: 20px
}

.cart .cart-totals table.options {
    margin: 0
}

.shopping-cart-totals-table {
    float: right
}

.cart .cart-totals table td {
    padding: 2px 0;
    color: #000;
    font-size: 14px
}

.cart .cart-totals table td .price {
    font-weight: 700
}

.cart .cart-totals table td:first-child {
    padding-right: 10px;
    min-width: 120px
}

.cart .cart-totals table tbody tr:last-child td, .cart .cart-totals table tbody tr:last-child th {
    padding-bottom: 10px
}

.cart .cart-totals table tfoot {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.cart .cart-totals table tfoot td {
    font-size: 24px;
    padding: 2px 5px;
    vertical-align: top
}

.cart .cart-totals table tfoot strong {
    font-weight: 400
}

.cart .giftcard, .discount-coupon-form {
    width: 100%
}

.cart .giftcard h2, .discount-coupon-form h2 {
    display: none
}

.cart .giftcard label, .discount-coupon-form label {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    min-width: 105px;
    display: inline-block;
    margin-right: 0
}

.cart .giftcard .field-wrapper, .discount-coupon-form .field-wrapper {
    display: inline-block
}

.cart .giftcard .validation-advice, .discount-coupon-form .validation-advice {
    display: inline
}

.cart .giftcard .button-wrapper, .discount-coupon-form .button-wrapper, .giftcard-form-block .giftcard_input_wrapper {
    display: inline-block;
    vertical-align: bottom
}

.cart .giftcard .button-wrapper > button, .discount-coupon-form .button-wrapper > button {
    float: left
}

.cart .giftcard .input-text, .discount-coupon-form .input-text {
    border-radius: 0;
    height: 30px;
    margin: 4px 0 0;
    width: 185px
}

.cart .giftcard {
    text-align: center
}

.cart .giftcard p {
    margin-bottom: 7px;
    font-weight: 300;
    font-size: 14px;
    color: #000
}

.cart .giftcard .check-gc-status {
    float: left;
    padding: 0
}

.cart .giftcard .check-gc-status > span > span {
    font-size: 15px;
    text-transform: none
}

.crosssell h2 {
    color: #df0169
}

.crosssell .crosssell-products-list .add-to-links, .crosssell .crosssell-products-list .button {
    display: none
}

#p_method_paypal_express {
    margin-top: 15px
}

.opc select {
    width: 365px;
    font-size: 14px;
    font-weight: 300
}

.opc .section .step-title {
    width: 100%;
    border-top: 1px solid #ececec;
    position: relative;
    -ms-user-select: none;
    user-select: none
}

.slideshow-pager, label {
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.opc .section .step-title:after {
    content: '';
    display: table;
    clear: both
}

.opc .section.allow:not(.active) .step-title {
    cursor: pointer
}

.no-touch .opc .section.allow:not(.active) .step-title:hover {
    background-color: #f4f4f4
}

.opc .section.active .step-title {
    border-bottom: 1px solid #ececec
}

.opc .section .step-title a {
    display: none
}

.opc .section.allow:not(.active) .step-title a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    float: right
}

.no-touch .opc .section .step-title a:hover {
    text-decoration: none
}

.no-touch .opc .section.allow:hover .step-title .number, .opc .section .step-title .number, .opc .section.allow.active .step-title .number {
    display: block;
    width: 26px;
    height: 26px;
    color: #fff;
    background-color: #df0169;
    text-align: center;
    line-height: 26px;
    margin-top: -13px;
    position: absolute;
    top: 50%
}

.opc .section.allow .step-title .number {
    background-color: #99cce5
}

.opc .section.allow .step-title h2 {
    color: #a0a0a0
}

.opc .section.active .step-title h2, .opc .section.allow .step-title:hover h2 {
    color: #df0169
}

.opc .section .step-title h2 {
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    float: left
}

.opc .section .step {
    padding: 20px
}

.opc .section .step:after {
    content: '';
    display: table;
    clear: both
}

.opc h3 {
    font-weight: 500
}

.sp-methods .price, .sp-methods dt {
    font-weight: 700
}

.opc .buttons-set {
    text-align: left
}

.opc .buttons-set button.button {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
    float: left
}

.opc .buttons-set p.required {
    margin-left: 5px;
    margin-bottom: 0;
    float: right
}

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

.opc .buttons-set a {
    display: inline-block;
    line-height: 20px;
    padding: 5px 5px 5px 0
}

.opc .opc-login .step {
    padding: 0
}

.opc .opc-login .buttons-set {
    border-top: 0;
    padding-top: 5px
}

.opc-payment .note {
    padding: 10px
}

.block-progress, .sp-methods .form-list {
    padding-left: 20px
}

.opc-block-progress-step-login, .opc.opc-firststep-login .section:not(.opc-login) .step-title {
    -ms-transition-delay: 0;
    -ms-transition: opacity .3s linear 0;
    -o-transition: opacity .3s linear 0;
    -moz-transition: opacity .3s linear 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear 0
}

.opc.opc-firststep-login .section.opc-login .step-title .number {
    -ms-transition-delay: 0;
    -ms-transition: width 80ms linear 0;
    -o-transition: width 80ms linear 0;
    -moz-transition: width 80ms linear 0;
    -webkit-transition: width 80ms linear;
    transition: width 80ms linear 0
}

.opc.opc-firststep-login .section.opc-login .step-title h2 {
    -ms-transition-delay: 0;
    -ms-transition: margin-left 80ms linear 0;
    -o-transition: margin-left 80ms linear 0;
    -moz-transition: margin-left 80ms linear 0;
    -webkit-transition: margin-left 80ms linear;
    transition: margin-left 80ms linear 0
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section.opc-login .step-title .number {
    width: 0;
    overflow: hidden
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section.opc-login .step-title h2 {
    margin-left: 0
}

.sp-methods {
    margin: 0 0 8px
}

.sp-methods dt {
    margin: 13px 0 5px
}

.sp-methods dt:first-child {
    margin: 0 0 5px
}

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

.sp-methods label img {
    float: left
}

.sp-methods label a {
    margin-top: 6px;
    margin-left: 10px;
    float: right
}

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

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

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

.sp-methods .cvv {
    width: 4em !important
}

.sp-methods .checkmo-list li {
    content: '';
    display: table;
    margin: 0 0 5px;
    clear: both
}

.sp-methods .checkmo-list label {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left
}

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

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

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

.ps-shipping_info_link {
    font-size: 14px;
    font-weight: 300;
    color: #df0169;
    float: right
}

.block-progress {
    border: 0;
    border-left: 1px solid #ccc;
    margin: 0
}

.block-progress .block-content {
    font-size: 13px
}

.block-progress dt {
    color: #a0a0a0;
    font-size: 14px;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 6px;
    padding-top: 6px
}

.block-progress dt.complete {
    color: #636363
}

.block-progress dd {
    font-style: italic;
    margin-bottom: 10px;
    padding-left: 15px
}

.block-progress dd address {
    font-style: italic
}

.block-progress .payment-progress-opcheckout .subtitle {
    margin-bottom: 3px
}

.block-progress .payment-info dt {
    color: #636363;
    font-size: 13px;
    font-style: italic;
    text-transform: none;
    margin: 0 0 3px;
    padding: 0;
    float: left;
    clear: both
}

.block-progress .payment-info dt:after {
    content: ': '
}

.block-progress .payment-info dd {
    font-size: 13px;
    margin-bottom: 3px;
    float: left
}

.block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both
}

.checkout-review-table-wrapper > .checkout-review-table .btn-remove img {
    display: none
}

.opc-block-progress dt.complete .separator, .opc-block-progress dt.complete a {
    display: inline
}

.checkout-step-review .opc-block-progress .block-title, .opc-block-progress dt .separator, .opc-block-progress dt a {
    display: none
}

.checkout-step-review .opc-block-progress {
    border-left: none;
    padding-left: 0
}

.checkout-step-review .opc-block-progress .block-content {
    display: block !important;
    padding: 0
}

.checkout-step-review .opc-block-progress .block-content .changelink, .options-order-container .gift-wrapping-form label {
    display: none
}

.checkout-step-review .opc-block-progress .block-content > dl > div {
    width: 50%;
    float: left
}

.checkout-step-review .centinel > p {
    margin-bottom: 10px
}

.checkout-step-review .centinel iframe {
    width: 100%;
    min-height: 400px
}

.checkout-onepage-success .col-main {
    text-align: center;
    padding: 0
}

.checkout-onepage-success .buttons-set {
    text-align: center;
    margin: 10px 0
}

.checkout-onepage-success .buttons-set button {
    float: none
}

.checkout-onepage-success .ps-order_success_downloads_notice {
    font-size: 16px
}

.checkout-onepage-success .ps-order_success_downloads_notice .ps-order_success_redirect_link {
    color: #df0169
}

.options-order-container .gift-wrapping-form .select {
    height: 0;
    visibility: hidden;
    opacity: 0;
    padding: 0
}

.gift-message-form .inner-box > div.gift-options-for-order {
    margin-top: 0
}

.ps-giftwrapping_message_container {
    clear: both
}

.ps-giftwrapping_message_container .ps-giftwrapping_message_text {
    font-size: 14px;
    font-weight: 300;
    color: #000
}

.ps-giftwrapping_message_container input[type=text], .ps-giftwrapping_message_container textarea {
    width: 100%;
    max-width: 365px
}

.customer-account-create .buttons-set, .customer-account-create .remember-me-popup {
    max-width: 455px
}

.ps-giftwrapping_message_container textarea {
    resize: none
}

.gift-options-for-order .gift-wrapping-design {
    float: left
}

.ps-giftwrapping-message-clearfix {
    clear: left
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px
}

.gift-message-form .gift-item {
    border-bottom: solid 1px #ececec;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.gift-message-form .gift-item:after {
    content: '';
    display: table;
    clear: both
}

.gift-message-form .gift-item .product-img-box {
    width: 100px
}

.gift-message-form .gift-item .product-img-box .product-image {
    width: 75px
}

.gift-message-form .gift-item .product-img-box .product-name {
    display: block
}

.ps-opc_giftwrapping_message_button {
    font-size: 14px;
    color: #df0169
}

.ps-opc_giftwrapping_message_button:focus {
    color: #df0169
}

.opc.ps-checkout .section .ps-giftwrapping_input_text_field label {
    font-weight: 400
}

.header-minicart .minicart-message {
    display: block;
    padding: 10px
}

.header-minicart .minicart-wrapper {
    position: relative;
    clear: both
}

.header-minicart .minicart-wrapper:after, .header-minicart .minicart-wrapper:before {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.header-minicart .mini-products-list li .product-details, .header-minicart .minicart-actions, .header-minicart .minicart-wrapper.loading, .remember-me-popup {
    position: relative
}

.header-minicart .minicart-wrapper:before {
    background-color: #fff;
    opacity: .8;
    z-index: 2
}

.header-minicart .minicart-wrapper:after {
    background: url('../images/opc-ajax-loader.gif') center no-repeat;
    z-index: 3
}

.header-minicart .minicart-wrapper.loading:after, .header-minicart .minicart-wrapper.loading:before {
    display: block
}

.header-minicart .block-cart, .header-minicart .jcarousel-control-next, .header-minicart .jcarousel-control-prev {
    display: none
}

.header-minicart .minicart-wrapper .empty {
    text-align: center;
    padding: 10px 0
}

.header-minicart .block-subtitle {
    color: #50a4cf;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    margin-bottom: 0
}

.header-minicart .mini-products-list {
    padding: 0 10px 10px
}

.header-minicart .mini-products-list li {
    padding: 8px 5px 8px 11px;
    position: relative
}

.header-minicart .product-details .product-name {
    padding-top: 0
}

.header-minicart .info-wrapper {
    margin-bottom: 9px
}

.header-minicart .info-wrapper th {
    text-transform: none;
    padding-right: 10px
}

.header-minicart .info-wrapper td {
    color: #df0169;
    clear: right;
    text-align: left
}

.header-minicart .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    width: 30px
}

.header-minicart .info-wrapper .quantity-button {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

.header-minicart .info-wrapper .quantity-button[disabled] {
    cursor: default
}

.header-minicart .info-wrapper .quantity-button.visible {
    opacity: 1
}

.header-minicart .minicart-actions {
    padding: 10px 10px 5px
}

.header-minicart .minicart-actions .checkout-button {
    min-width: 145px
}

.header-minicart .minicart-actions .paypal-logo .paypal-or {
    line-height: 1.6
}

.header-minicart .minicart-message.error-message {
    text-align: center;
    color: red;
    display: none
}

.block-cart.skip-active, .header-minicart.skip-active .block-cart {
    display: block
}

.customer-account-login .scaffold-form label:first-child {
    width: 115px
}

.customer-account-login .col2-set .buttons-set {
    text-align: left;
    border-top: 0
}

.customer-account-login .col2-set .buttons-set .button, .customer-account-login .col2-set .buttons-set button {
    float: none;
    min-width: 50%;
    margin: 0
}

.customer-account-login .col2-set .col-1 ul {
    list-style: disc;
    padding-left: 20px;
    margin: 10px 0 20px
}

.customer-account-create .scaffold-form label:first-child {
    width: 140px
}

.opc .opc-login p:not(.required) {
    color: #a0a0a0;
    font-size: 13px;
    font-style: italic
}

.remember-me-box .hide {
    display: none
}

.remember-me-box .link-tip {
    font-size: 13px;
    padding-left: 10px
}

.remember-me-popup {
    display: none;
    border: 1px solid #ccc;
    padding: 10px
}

.remember-me-popup.show {
    display: block
}

.customer-account-create .fieldset .hidden, .remember-me-popup .remember-me-popup-close-button {
    display: none
}

.remember-me-popup .remember-me-popup-close {
    font-size: 12px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0
}

.customer-account-create .buttons-set, .customer-account-create .fieldset {
    margin-left: 30px
}

.customer-account-forgotpassword .buttons-set, .customer-account-forgotpassword .fieldset {
    max-width: 400px
}

.customer-account-forgotpassword .fieldset .input-box input.input-text {
    width: 100%
}

body.customer-account .my-account .page-title h1 {
    border: 0;
    text-align: left
}

.dashboard .box-account, .dashboard .box-head, .wishlist-table.clean-table th {
    border-bottom: 1px solid #ccc
}

body.customer-account .my-account .title-buttons {
    text-align: right;
    position: relative
}

body.customer-account .my-account .title-buttons h1, body.customer-account .ps-my_account .title-buttons h1 {
    text-align: left
}

body.customer-account .my-account .title-buttons .button {
    position: absolute;
    top: 0;
    right: 0
}

body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -42px
}

body.customer-account .my-account .addresses-list h2, body.customer-account .my-account .fieldset h2, body.customer-account .my-account .order-details h2 {
    display: inline-block;
    width: 100%
}

body.customer-account .my-account .addresses-list h3 {
    font-size: 14px;
    font-weight: 600
}

body.customer-account .my-account .fieldset {
    margin-top: 30px;
    margin-bottom: 30px
}

body.customer-account .data-table {
    margin-top: 5px
}

body.customer-account .data-table td a {
    font-style: normal;
    color: #df0169
}

body.customer-account .sidebar .block .compare-items li {
    margin: 10px 0
}

body.customer-account .sidebar .block .block-content p.block-subtitle {
    margin-bottom: 15px
}

body.customer-account .sidebar .block .block-content .actions {
    margin-top: 30px
}

body.customer-account .sidebar .cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0
}

body.customer-account .sidebar .cart-sidebar-reorder p.product-name {
    display: inline-block;
    margin-bottom: 0
}

body.customer-account .sidebar .block-cart .summary {
    margin-bottom: 15px
}

body.customer-account .sidebar .block-reorder .cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0
}

body.customer-account .sidebar .block-reorder .cart-sidebar-reorder li input {
    margin-right: 10px
}

body.customer-account .sidebar .block-reorder .cart-sidebar-reorder p.product-name {
    display: inline-block;
    margin-bottom: 0
}

body.customer-account .ps-my_account .title-buttons {
    text-align: left;
    position: relative
}

body.customer-account .ps-my_account .title-buttons .button {
    position: absolute;
    top: 0;
    right: 0
}

body.customer-account .ps-my_account .title-buttons a, body.customer-account .ps-my_account .title-buttons span.separator {
    position: relative;
    top: 0;
    font-weight: 300
}

body.customer-account .ps-my_account .data-table a, body.customer-account .ps-my_account .title-buttons a {
    color: #df0169
}

body.customer-account .ps-my_account .box h2, body.customer-account .ps-my_account .order-details .table-caption, body.customer-account .ps-my_account .order-info, body.customer-account .ps-my_account .order-info li:first-child {
    font-weight: 400
}

body.customer-account .ps-my_account .box h2 {
    font-size: 16px
}

body.customer-account .ps-my_account .info-box .rma-view h3.box-title, body.customer-account .ps-my_account .info-box h3.box-title, body.customer-account .ps-my_account h3.box-title {
    font-weight: 400;
    font-size: 20px;
    color: #757575;
    padding-bottom: 7px
}

body.customer-account .ps-my_account .order-info {
    margin-top: 10px
}

body.customer-account .ps-my_account .box .box-content {
    font-size: 16px;
    font-weight: 300
}

body.customer-account .ps-my_account .my-orders-table .nobr strong {
    font-weight: 400
}

body.customer-account .ps-my_account .data-table thead {
    font-size: 14px
}

body.customer-account .ps-my_account .data-table tbody {
    font-size: 13px
}

body.customer-account .ps-my_account h3.product-name {
    color: #757575;
    font-weight: 300;
    font-size: 16px
}

.wishlist-table .product-name a, body.customer-account .ps-my_account .order-info li.current {
    color: #df0169
}

.ps-customer_invoiced_order_header {
    font-weight: 300;
    line-height: inherit
}

.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
    width: 40px;
    margin-right: 10px;
    float: left
}

.form-list .customer-dob .dob-year {
    width: 80px;
    float: left
}

.dashboard .box-head {
    margin-top: 30px;
    padding-bottom: 7px
}

.dashboard .box-head h2 {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0
}

.dashboard .box-head a {
    padding: 10px
}

.dashboard .box-head a, .dashboard .box-title a {
    font-size: 12px;
    text-transform: uppercase
}

.dashboard .box-account {
    padding-bottom: 40px;
    margin-bottom: 45px
}

.dashboard .box-account address, .dashboard .box-account p {
    font-style: italic
}

.dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
    padding-right: 12.09677%;
    padding-bottom: 0
}

.dashboard .col2-set .col-1 .box-title, .dashboard .col2-set .col-2 .box-title {
    position: relative;
    padding-bottom: 10px
}

.dashboard .col2-set .col-1 .box-title h2, .dashboard .col2-set .col-1 .box-title h3, .dashboard .col2-set .col-2 .box-title h2, .dashboard .col2-set .col-2 .box-title h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0
}

.dashboard .col2-set .col-1 .box-title a, .dashboard .col2-set .col-2 .box-title a {
    line-height: 19.6px;
    padding: 10px;
    position: absolute;
    top: -10px;
    right: -10px
}

.dashboard .box-reviews.box-account {
    padding-bottom: 0
}

.dashboard .box-reviews li {
    border-top: 1px solid #ededed;
    padding: 10px 0
}

.dashboard .box-reviews li:first-child {
    border-top: 0
}

.dashboard .box-reviews li .number {
    font-size: 13px;
    line-height: 1.4;
    margin-right: -20px;
    float: left
}

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

.dashboard .box-reviews li .details .ratings {
    content: '';
    display: table;
    margin-bottom: 0;
    clear: both
}

.cms-home .ps-page_sub_nav, .customer-account .ps-page_sub_nav, .wishlist-table .giftregisty-add .change {
    display: none
}

.dashboard .box-reviews li .details .ratings strong {
    font-size: 13px;
    margin-right: 5px;
    float: left
}

.wishlist-table.clean-table, .wishlist-table.clean-table thead th {
    font-size: 12px;
    text-transform: uppercase
}

.dashboard .box-reviews li .details .ratings .rating-box {
    margin: 3px 0 0;
    float: left
}

.my-account .addresses-list .col-1, .my-account .addresses-list .col-2 {
    padding-bottom: 0
}

.my-account .addresses-list .item {
    margin: 0 0 30px
}

.my-account .addresses-list .item p {
    margin-top: 10px
}

.wishlist-table th {
    text-align: center
}

.wishlist-table.clean-table {
    width: 100%
}

.wishlist-table.clean-table td {
    vertical-align: top;
    padding: 15px
}

.wishlist-table .product-name {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0
}

.wishlist-table .wishlist-sku {
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 0
}

.wishlist-table textarea {
    border: 1px solid #ccc;
    width: 100%;
    height: 45px;
    font-size: 11px
}

.wishlist-table textarea::-webkit-input-placeholder {
    text-transform: uppercase
}

.wishlist-table textarea:-moz-placeholder {
    text-transform: uppercase
}

.wishlist-table textarea::-moz-placeholder {
    text-transform: uppercase
}

.wishlist-table textarea:-ms-input-placeholder {
    text-transform: uppercase
}

.wishlist-table textarea:focus {
    border: 1px solid #df0169
}

.wishlist-table .item-manage {
    max-width: 450px;
    text-align: right;
    padding-top: 5px
}

.wishlist-table .cart-cell, .wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center
}

.wishlist-table .item-manage .button {
    background-color: #1b5062;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px
}

.wishlist-table td.customer-wishlist-item-image {
    width: 113px
}

.wishlist-table td.customer-wishlist-item-quantity {
    width: 3em
}

.wishlist-table td.customer-wishlist-item-price {
    width: 120px;
    text-align: center
}

.wishlist-table td.customer-wishlist-item-cart {
    width: 150px
}

.wishlist-table td.customer-wishlist-item-cart .button {
    width: 100%;
    font-size: 12px;
    padding: 3px 5px;
    margin-bottom: 10px
}

.wishlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 10px
}

.wishlist-table td.customer-wishlist-item-cart > p {
    margin-bottom: 0
}

.wishlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top
}

.wishlist-table td.customer-wishlist-item-remove {
    width: 20px
}

.wishlist-table .price-box {
    font-size: 12px
}

.wishlist-table .price-box .price {
    color: #636363
}

.wishlist-table .giftregisty-add {
    margin-top: 5px
}

.wishlist-table .giftregisty-add li {
    color: #df0169;
    margin-bottom: 3px;
    cursor: pointer
}

.wishlist-table .truncated .details {
    color: #df0169;
    background: 0 0
}

.block-wishlist .mini-products-list > li:not(:last-child) {
    padding-bottom: 5px
}

.block-wishlist .product-details .product-name {
    padding-top: 0;
    margin-bottom: 5px
}

.block-wishlist .price-box {
    margin: 0;
    float: left
}

.block-wishlist .link-cart, .block-wishlist .price-box, .block-wishlist .price-box .price {
    font-size: 12px
}

.block-wishlist .link-cart {
    text-transform: uppercase;
    border-right: 1px solid #ededed;
    margin-right: 7px;
    float: left
}

.cms-no-route .page-head h1, .cms-no-route .page-head h3, .cms-no-route .page-title h1, .cms-no-route .page-title h3, .cms-page-view .page-head h1, .cms-page-view .page-head h3, .cms-page-view .page-title h1, .cms-page-view .page-title h3, .contacts-index-index h1 {
    border: none
}

.cms-no-route .std img, .cms-page-view .std img {
    max-width: 100%
}

.cms-no-route .std h1, .cms-no-route .std h2, .cms-page-view .std h1, .cms-page-view .std h2 {
    color: #df0169
}

.cms-no-route .col-left:after, .cms-page-view .col-left:after {
    content: '';
    display: table;
    clear: both
}

.cms-no-route .std img {
    width: 100%
}

.cms-home .std .messages, .cms-no-route .std .messages, .cms-page-view .std .messages {
    margin-bottom: 10px
}

.cms-home .std .messages ul, .cms-no-route .std .messages ul, .cms-page-view .std .messages ul {
    margin-bottom: 0
}

.cms-home .std .messages li, .cms-no-route .std .messages li, .cms-page-view .std .messages li {
    font-style: normal;
    list-style: none;
    margin-left: 0
}

.cms-page-view .std h1, .cms-page-view .std h2, .cms-page-view .std h4, .cms-page-view .std h5, .cms-page-view .std h6, .cms-page-view h2, .cms-page-view h4, .cms-page-view h5, .cms-page-view h6 {
    color: #757575
}

.cms-page-view .page-title h1, .cms-page-view .ps-cms_custom_page_col_main h1, .cms-page-view h1 {
    font-size: 40px;
    color: #000;
    line-height: 55px;
    margin-bottom: 0
}

.cms-page-view h2 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px
}

.cms-page-view .std h3, .cms-page-view h3 {
    color: #000;
    line-height: 1.2em
}

.cms-page-view .ps-cms_custom_page_col_main h4, .cms-page-view h4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px
}

.cms-page-view .std, .cms-page-view p {
    font-size: 18px;
    font-weight: 300
}

.cms-page-view .std p {
    font-size: inherit;
    font-weight: inherit
}

.cms-page-view .ps-cms_custom_page_col_main ul {
    list-style-type: disc;
    padding-left: 23px;
    font-weight: 300;
    color: #000
}

.cms-page-view .ps-cms_custom_page_col_main ol {
    list-style-type: decimal;
    padding-left: 23px;
    font-weight: 300;
    color: #000
}

.bml-checkout-type, .cms-page-view .ps-cms_custom_page_col_main .mobile-create-shop-section ul, .create-shop-menus ul, .create-shop-section .create-section .hover-view ul li, .create-shop-section .shop-section .hover-view ul li {
    list-style-type: none
}

.cms-page-view .ps-cms_custom_page_col_main .std ol {
    padding-left: 0
}

.page-sitemap .links {
    display: block;
    text-align: right;
    margin: 0 20px 0 0
}

.page-sitemap .links a {
    position: relative
}

.page-sitemap .sitemap {
    font-size: 12px;
    padding: 0 20px;
    margin: 15px 0
}

.page-sitemap .sitemap li {
    margin: 3px 0
}

.contactForm {
    padding-left: 40px
}

.contactForm h2 {
    display: none
}

.contactForm:after {
    content: '';
    display: table;
    clear: both
}

.cart-sidebar-reorder p.product-name, .order-info dd, .order-info dt, .order-info li, .order-info ul {
    display: inline
}

.contactForm .fieldset .legend + .required {
    margin: 0
}

.cms-page-view .std a, .std a {
    color: #df0169
}

.review-product-view .product-review .product-details h2 {
    border-bottom: none
}

.review-product-view .product-review .product-img-box {
    width: auto;
    max-width: 50%
}

.review-product-view .product-review .product-img-box .product-image, .review-product-view .product-review .product-img-box > a {
    width: 100%
}

.product-review .product-details {
    width: 50%;
    float: left
}

.product-review .product-img-box p.label {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    padding-bottom: 10px
}

.product-review .product-img-box .rating-box {
    margin: 15px 0
}

.product-review .product-details h2 {
    color: #df0169;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

.product-review .ratings-table th {
    padding-right: 10px
}

.product-review .ratings-table tr {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
    float: left
}

.product-review .ratings-description dt {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    margin: 20px 0 10px;
    padding: 10px 0;
    text-transform: uppercase
}

.product-review .ratings-description dd {
    color: #737373;
    font-size: 13px
}

.order-info {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.order-info dt {
    margin-right: 20px
}

.order-info li {
    margin: 0 0 0 20px
}

.order-info li.current {
    font-weight: 600
}

.order-info li:first-child {
    margin-left: 0
}

.order-date {
    text-transform: uppercase
}

.order-info-box {
    margin-bottom: 40px;
    margin-top: 20px
}

.order-info-box + .order-info-box {
    border-bottom: 1px solid #ededed;
    padding-bottom: 40px
}

.order-info-box .col-1 {
    width: 48%;
    padding-right: 0
}

.order-info-box .col-2 {
    width: 52%
}

.order-info-box .col-1, .order-info-box .col-2 {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden
}

.order-info-box .box-title {
    width: 150px;
    padding-right: 10px;
    float: left
}

.order-info-box .box-title h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5
}

.order-info-box .box-title h2:after {
    content: ':'
}

.order-info-box .box-content {
    float: left
}

.order-info-box .box-content td, .order-info-box .box-content th {
    line-height: 1.3
}

.order-info-box .box-content th {
    padding-top: 10px
}

.order-info-box .box-content td {
    padding-left: 15px
}

.order-info-box .box-content strong {
    font-weight: 400;
    text-transform: uppercase
}

.my-orders-table .option-label {
    font-style: italic;
    font-weight: 600;
    margin-left: 10px
}

.my-orders-table .option-value {
    margin-left: 20px
}

.my-orders-table tr.bundle:not(:last-child) td {
    border-bottom: none;
    border-top: none
}

.cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0
}

.cart-sidebar-reorder li input {
    margin-right: 10px
}

.order-additional {
    margin: 40px 0
}

.order-gift-message dd {
    margin-top: 10px
}

.gift-messages-form .item {
    content: '';
    display: table;
    margin-top: 30px;
    clear: both
}

.gift-messages-form .item h5 {
    font-weight: 700
}

.gift-messages-form .item .product-img-box {
    width: auto;
    padding-right: 15px;
    float: left
}

.gift-messages-form .item .details {
    float: left
}

.gift-message-form .inner-box > div {
    content: '';
    display: block;
    width: 100%;
    margin-top: 15px;
    clear: both
}

.gift-message-form .inner-box > .extra-options-container p {
    margin-bottom: 15px
}

.gift-message-form .gift-wrapping-form label {
    margin-right: 10px
}

.gift-message-form .gift-wrapping-form img {
    float: left
}

.clearfix:after, .configurable-swatch-list:after, .product-view .product-options .swatch-attr:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    clear: both
}

.product-view .product-options .swatch-attr {
    display: block;
    border: 0;
    float: none;
    clear: both
}

.product-view .product-options dt.swatch-attr label {
    display: block;
    line-height: 1.3
}

.configurable-swatch-list {
    margin-left: -3px;
    clear: both;
    zoom: 1
}

.configurable-swatch-list li {
    margin: 0 0 0 8px;
    float: left;
    zoom: 1
}

.configurable-swatch-list li:nth-child(8n+1) {
    margin-left: 3px
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .configurable-swatch-list li {
        margin: 0 0 0 3px
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .configurable-swatch-list li img {
        width: 60px;
        height: 76px
    }
}

@media only screen and (max-width: 374px) and (min-width: 320px) {
    .configurable-swatch-list li img {
        width: 63px;
        height: 80px
    }
}

.narrow-by-list dd .configurable-swatch-list li {
    width: 47%;
    margin: 0 0 0 3px
}

.swatch-label, .swatch-link {
    display: block;
    color: #666;
    font-size: 14px;
    text-align: center;
    text-decoration: none
}

.swatch-link {
    margin: 0 0 3px;
    border: 2px solid #df0169;
    border-color: rgba(254, 59, 151, 0);
    -webkit-transition: border-color .2s linear 50ms;
    -moz-transition: border-color .2s linear 50ms;
    -ms-transition: border-color .2s linear 50ms;
    -o-transition: border-color .2s linear 50ms;
    transition: border-color .2s linear 50ms
}

.no-touch .swatch-item:hover .swatch-link, .swatch-item.selected .swatch-link {
    border-color: #df0169
}

.touch .swatch-link:focus {
    color: #666
}

.narrow-by-list dd .swatch-link {
    margin-right: 2px;
    padding: 0;
    float: left
}

.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 10px
}

.swatch-label {
    background: #efefef;
    margin: 0;
    white-space: nowrap
}

.no-touch .swatch-link:hover {
    cursor: pointer
}

.no-touch .currently .swatch-link:hover {
    cursor: default
}

.swatch-link .x {
    display: none;
    background: url('../images/bg_x.png') center no-repeat;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10
}

.messages li li, .swatch-link.has-image .swatch-label {
    position: relative
}

.configurable-swatch-list .not-available .x {
    display: block
}

.configurable-swatch-list .not-available .swatch-link {
    border-color: #e6e6e6;
    position: relative
}

.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: .4;
    filter: alpha(opacity=40)
}

.configurable-swatch-box {
    background: 0 0 !important
}

.configurable-swatch-box .swatch-select {
    display: none
}

.configurable-swatch-box .validation-advice {
    display: block;
    color: #fff !important;
    background: #d91a00;
    font-weight: 700;
    border-radius: 3px;
    margin: 0 0 5px;
    padding: 2px 5px !important;
    float: left
}

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

.product-view .add-to-cart button.out-of-stock {
    background-position: -80px -362px;
    cursor: default
}

.product-view .product-options dd .input-box {
    width: auto;
    height: auto
}

.product-options .select-label {
    display: none
}

.product-options dt.swatch-attr .select-label, .product-options dt.swatch-attr label {
    font-size: 12px
}

.product-options dt.swatch-attr .select-label {
    display: inline;
    color: #00acb1;
    font-weight: 400;
    padding-left: 5px
}

.error, .notice {
    font-weight: 700
}

.global-site-notice {
    font-size: 11px;
    display: none;
    color: #e6e6e6
}

.global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 11px;
    min-height: 40px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    background-image: url('../images/demo-logo.png');
    background-position: left;
    background-repeat: no-repeat
}

.data-table th, form .legend {
    line-height: 1.4;
    text-transform: uppercase
}

.global-site-notice p {
    margin-bottom: 0
}

.promo-msg {
    color: #df0169;
    text-transform: uppercase;
    text-align: center;
    margin: 10px
}

.success {
    color: #11b400
}

.error {
    color: red
}

.notice {
    color: #e26703
}

.main > .messages {
    margin-top: 10px
}

.messages {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 300
}

.messages li li {
    background: #f4f4f4;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px
}

.messages .error-msg li:before, .messages .notice-msg li:before, .messages .success-msg li:before {
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: none;
    position: absolute;
    content: ''
}

.messages li li:before {
    margin-top: -6px;
    top: 50%;
    left: 0
}

.messages .error-msg li {
    border-left: 5px solid red
}

.messages .error-msg li:before {
    border-left: 6px solid red
}

.messages .notice-msg li {
    border-left: 5px solid #1b5062
}

.messages .notice-msg li:before {
    border-left: 6px solid #1b5062
}

.messages .success-msg li {
    border-left: 5px solid #1b5062;
    background: #e8edef;
    font-weight: 400;
    font-size: 14px;
    color: #5d5f60
}

.messages .success-msg li:before {
    border-left: 6px solid #1b5062
}

.fieldset p {
    margin-bottom: 7px
}

.fieldset p.required {
    font-size: 12px;
    float: right;
    margin-top: 0;
    margin-bottom: 5px;
    display: none
}

.fieldset + .fieldset {
    margin-top: 5px
}

form .legend {
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeSpeed;
    margin: 0 0 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ededed
}

.input-box:after {
    content: '';
    display: table
}

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    -ms-user-select: none;
    user-select: none
}

span.required:after {
    content: ' *';
    font-size: 12px;
    font-weight: 400;
    color: red;
    display: none
}

label.required em, span.required em {
    display: none;
    padding-right: 3px;
    color: red;
    float: right
}

.checkout-onepage-index label.required em, .checkout-onepage-index span.required em, .customer-account label.required em, .customer-account span.required em {
    display: block
}

.input-box .v-fix {
    float: left;
    margin-right: 1px
}

.input-hint {
    font-size: 12px;
    color: #a0a0a0
}

select + select {
    margin-left: 5px
}

select[multiple] {
    width: 270px;
    font-size: 15px;
    border: 1px solid silver;
    padding: 5px
}

textarea {
    width: 450px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 5px
}

.input-text {
    background: #fff;
    font-size: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px
}

.input-text:focus {
    border: 1px solid #df0169
}

.input-text.validation-failed {
    border-color: red
}

.input-text.validation-failed:focus {
    outline-color: #ff7f7f
}

.ps-footer_newsletter_button:focus, .ps-home_body_newsletter_button:focus, select {
    outline: 0
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text] {
    height: 30px;
    padding: 0 8px
}

input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text] {
    width: 365px;
    max-width: 100%
}

.ie8 .input-text {
    max-width: none
}

input[type=number].qty, input[type=text].qty {
    width: 3em;
    text-align: center;
    vertical-align: middle
}

::-webkit-input-placeholder {
    color: #a0a0a0
}

input:-moz-placeholder {
    color: #a0a0a0
}

.checkbox, .radio {
    display: inline-block;
    position: relative;
    top: -1px
}

.checkbox + label, .radio + label {
    width: auto;
    max-width: 85%;
    padding: 0 0 0 8px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top
}

.validation-advice, p.required {
    margin: 5px 0 0;
    color: red;
    font-size: 13px
}

.form-list .control, .form-list .field, .form-list .wide, .form-list > li {
    margin-bottom: 10px
}

.form-list select {
    width: inherit;
    max-width: 100%;
    margin-top: 4px
}

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

.checkout-shipping-method-load .sp-methods dd div.input-box, .co-shipping-method-form .sp-methods dd div.input-box, .form-list .control div.input-box, .product-options ul.options-list div.input-box, .sp-methods dt div.input-box {
    display: block;
    float: left
}

.checkout-shipping-method-load .sp-methods dd div.input-box:after, .co-shipping-method-form .sp-methods dd div.input-box:after, .form-list .control div.input-box:after, .product-options ul.options-list div.input-box:after, .sp-methods dt div.input-box:after {
    display: none
}

.checkout-shipping-method-load .sp-methods dd input.checkbox, .checkout-shipping-method-load .sp-methods dd input.radio, .co-shipping-method-form .sp-methods dd input.checkbox, .co-shipping-method-form .sp-methods dd input.radio, .form-list .control input.checkbox, .form-list .control input.radio, .product-options ul.options-list input.checkbox, .product-options ul.options-list input.radio, .sp-methods dt input.checkbox, .sp-methods dt input.radio {
    float: left;
    margin-right: -40px;
    margin-top: 12px;
    margin-left: 15px
}

.checkout-shipping-method-load .sp-methods dd label, .form-list .control label, .product-options ul.options-list label, .sp-methods dt label {
    display: inline-block;
    color: #636363;
    width: auto;
    max-width: none;
    min-width: 250px;
    padding: 6px 10px 6px 0;
    float: none
}

.form-list .control label {
    padding: 6px 10px 6px 40px
}

.checkout-shipping-method-load .sp-methods dd .no-display + label, .co-shipping-method-form .sp-methods dd .no-display + label, .form-list .control .no-display + label, .product-options ul.options-list .no-display + label, .sp-methods dt .no-display + label {
    padding-left: 10px;
    background-color: transparent
}

.checkout-shipping-method-load .sp-methods dd .no-display + label:hover, .co-shipping-method-form .sp-methods dd .no-display + label:hover, .form-list .control .no-display + label:hover, .product-options ul.options-list .no-display + label:hover, .sp-methods dt .no-display + label:hover {
    background-color: transparent
}

.data-table tfoot tr, .data-table th {
    background: #f4f4f4
}

.col2-set .form-list .control label, .product-options ul.options-list label {
    width: 250px;
    min-width: inherit;
    max-width: 100%
}

.form-list .control.remember-me-box label {
    width: auto;
    max-width: none;
    min-width: inherit
}

.form-list .control {
    margin-top: 10px
}

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

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

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

.block-customer-login .form-instructions {
    font-style: italic;
    font-size: 13px;
    color: #a0a0a0
}

form .form-instructions {
    font-style: italic;
    font-size: 13px;
    color: #a0a0a0
}

fieldset .form-instructions {
    font-style: italic;
    font-size: 13px;
    color: #a0a0a0
}

.hide-th {
    text-indent: -9999px
}

.data-table {
    width: 100%
}

.data-table td, .data-table th {
    padding: 10px;
    vertical-align: top
}

.data-table th {
    white-space: nowrap;
    font-weight: 600
}

.data-table .ship {
    min-width: 180px
}

.data-table tbody td {
    border-bottom: 1px solid #ccc;
    font-weight: 100;
    font-size: 16px;
    color: #636363
}

.data-table tbody td .item-options {
    margin-left: 20px;
    margin-top: 10px
}

.data-table tbody td .item-options dt:after {
    content: ':'
}

.zebra-table th:first-child, .zebra-table tr:first-child {
    border-top: 1px solid silver
}

.zebra-table td, .zebra-table th {
    background-color: transparent;
    border-bottom: 1px solid silver;
    padding: 6px
}

.zebra-table tr {
    background-color: #eeeded
}

.zebra-table tr:nth-child(odd) {
    background-color: #f8f7f5
}

.ps-header_language_container_bottom_wrapper {
    color: #fff;
    padding: 3px 5px;
    z-index: 5;
    background-color: #d44221;
    font-weight: 400;
    font-family: Lato;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ps-header_language_container_bottom_wrapper div p {
    font-size: 14px !important;
    font-weight: 400 !important
}

.ps-header_language_container_bottom_wrapper a {
    color: #fff !important;
    margin: 0 auto;
    display: inline-block;
    max-width: 1190px;
    font-size: 14px;
    font-weight: 400
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .ps-header_language_container_bottom_wrapper {
        font-size: 11px !important
    }
}

@media only screen and (max-width: 980px) and (min-width: 771px) {
    .create-shop-title, .highlight-links {
        display: none
    }

    .cms-home .main-container {
        padding-top: 0
    }

    .ps-header.page-header {
        padding-bottom: 0
    }
}

.ps-header .header-language-background .header-language-container {
    float: left;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase
}

.ps-header_language_container_bottom_wrapper, .ps-header_navigation #menu-mainnav .sub-menu li a {
    text-transform: none
}

.ps-header .header-language-background .header-language-container .shipping-banner {
    font-size: 16px;
    text-transform: none;
    margin-top: 30px;
    text-align: right
}

.header-account a, .logo, .skip-cart .count, .skip-link {
    text-align: center
}

.ps-header .header-language-background .header-language-container .free-shipping {
    color: #d44221
}

.ps-header .header-language-background:after {
    content: '';
    display: table;
    clear: both
}

.ps-header .header-language-background .currency-switcher, .ps-header .header-language-background .form-language {
    float: left;
    margin-right: 10px
}

.ps-header .header-language-background p {
    font-size: 12px;
    line-height: inherit
}

.ps-header .header-language-background p.welcome-msg {
    float: left;
    margin-bottom: 0
}

.ps-header .header-language-background p.welcome-msg a {
    position: relative;
    line-height: inherit
}

.ps-header .page-header-container .store-language-container {
    max-width: 35%;
    float: left
}

.ps-header .page-header-container .store-language-container label {
    display: none
}

.ps-header .page-header-container .store-language-container select {
    max-width: 100%
}

.ps-header .header-language-background .header-language-container.right-aligned {
    float: right
}

.ps-header .header-language-container.right-aligned p {
    float: left
}

.favorites-section .ps-my_favorites_url_link {
    float: left;
    padding: 0;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 300;
    margin-right: 2px
}

.favorites-section .ps-my_favorites_count {
    margin-right: 2px;
    display: inline-block;
    vertical-align: top;
    line-height: 16px
}

.favorites-section .ps-favorites_heart_icon {
    float: right;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('../images/header_favorite.png');
    background-repeat: no-repeat;
    background-position: 0 0
}

.ps-header .header-language-container .ps-header_language_container_top_wrapper .phone-number, .ps-header_navigation #menu-mainnav > li {
    float: left
}

.ps-header .header-language-container .ps-header_language_container_top_wrapper .phone-number {
    width: 100px
}

.ps-header .header-language-container .ps-header_language_container_top_wrapper .phone-number a:hover {
    color: #df0169 !important
}

.ps-favorites_heart_icon.ps-favorites_heart_icon_empty {
    background-image: url('../images/header_favorite_empty.png');
    background-repeat: no-repeat;
    background-position: 0 0
}

.ps-header .header-language-container.right-aligned .cart-section .label {
    font-size: 12px
}

.ps-header .header-search {
    max-width: 153px;
    font-size: 13px;
    position: absolute;
    clear: both;
    right: 0;
    top: 32px;
    z-index: 4
}

.ps-header .header-search.show-block {
    display: block
}

.ps-header .logo-container {
    max-width: 268px;
    width: 100%;
    margin: 0 auto
}

.ps-header .logo-container .logo {
    margin-top: 2px;
    width: 268px;
    height: 30px
}

@media only screen and (max-width: 980px) and (min-width: 771px) {
    .ps-header .logo-container .logo {
        margin-top: 0
    }
}

.create-shop-menus {
    position: relative
}

.create-shop-title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 2
}

.create-shop-title .pink-create, .create-shop-title .pink-shop {
    font-size: 24px;
    line-height: 1
}

.create-shop-title .pink-create:after {
    content: '\A';
    color: #737373;
    position: absolute;
    border-right: 1.5px solid #737373;
    display: block;
    top: 2px;
    right: 7px;
    height: 22px
}

.create-shop-title .pink-shop {
    position: relative;
    top: -25px
}

.create-shop-title .pink-shop span a {
    padding-left: 127px;
    color: #df0169
}

.create-shop-title .pink-create span a:hover, .create-shop-title .pink-shop span a:hover {
    color: #df0169;
    text-decoration: none
}

.cms-page-view .create-shop-title .pink-shop, .cms-page-view .pink-create span a, .cms-page-view .pink-shop span a, .customer-account .create-shop-title .pink-shop, .customer-account-login .create-shop-title .pink-shop, .ps-custom_giftcard_page .create-shop-title .pink-shop {
    color: #757575
}

.nav-primary li.active li.active a, .nav-primary li.active > a, .ps-header_navigation #menu-mainnav a:hover, .ps-header_navigation #menu-mainnav li:hover > a, .ps-header_navigation .nav-primary a:hover, .ps-header_navigation .nav-primary li:hover > a {
    color: #df0169
}

.logo {
    display: block;
    position: relative
}

.logo .small {
    display: none
}

.logo .large {
    display: block
}

.logo img {
    max-width: 100%
}

.ps-header_navigation {
    width: 100%;
    max-width: 1190px;
    position: relative
}

.ps-header_navigation .dropdown-bg {
    background: #fff;
    height: 0;
    position: absolute;
    top: 2px;
    display: none;
    z-index: 2
}

.pink-create .ps-header_navigation #menu-mainnav {
    left: -94px
}

.pink-create .ps-header_navigation #menu-mainnav {
    visibility: visible
}

.pink-create:hover .ps-header_navigation #menu-mainnav {
    visibility: visible
}

.pink-create:hover + .pink-shop .ps-header_navigation .nav-primary {
    visibility: hidden
}

.pink-shop:hover .ps-header_navigation .nav-primary {
    visibility: visible
}

.create-shop-title .pink-create {
    z-index: 1;
    position: relative;
    width: 115px
}

.ps-header_navigation #menu-mainnav, .ps-header_navigation .nav-primary {
    visibility: visible;
    z-index: 3;
    position: absolute;
    max-width: 1190px;
    width: 100%;
    font-size: inherit;
    line-height: inherit
}

.ps-header_navigation #menu-mainnav {
    visibility: hidden
}

.ps-header_navigation #menu-mainnav > li > a, .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
    padding-right: 14px;
    position: relative;
    z-index: 99
}

.ps-header_navigation #menu-mainnav li > a, .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary li.level0, .ps-header_navigation .nav-primary a.level-top {
    display: inline-block
}

.ps-header_navigation #menu-mainnav > li:first-child, .ps-header_navigation .nav-primary li.level0.first {
    padding-left: 0
}

.ps-header_navigation #menu-mainnav .sub-menu > li:last-child > a, .ps-header_navigation .nav-primary li.level1:last-child > a {
    border-bottom: none
}

.ps-header_navigation #menu-mainnav li:hover .sub-menu {
    display: block
}

.ps-header_navigation #menu-mainnav li .sub-menu:after {
    content: '';
    display: block;
    width: 200vw;
    opacity: 0;
    height: 348px;
    position: absolute;
    top: 5px;
    left: -100vw;
    z-index: -1
}

.ps-header_navigation #menu-mainnav .menu-active, .ps-header_navigation #menu-mainnav > li:hover, .ps-header_navigation .nav-primary .menu-active, .ps-header_navigation .nav-primary li.level0:hover {
    z-index: 1
}

.ps-header_navigation #menu-mainnav > li ul, .ps-header_navigation .nav-primary li.level0 ul {
    width: 250px;
    display: none;
    position: absolute;
    top: 30px;
    left: 3px;
    z-index: 10;
    padding-top: 8px;
    margin-left: 0;
    -ms-transition: width, padding-left 0s ease-in-out;
    -o-transition: width, padding-left 0s ease-in-out;
    -moz-transition: width, padding-left 0s ease-in-out;
    -webkit-transition: width, padding-left 0s ease-in-out;
    transition: width, padding-left 0s ease-in-out
}

.ps-header_navigation .nav-primary li.level0 ul:after {
    content: '';
    display: block;
    width: 200vw;
    height: 210px;
    position: absolute;
    top: 0;
    left: -100vw;
    z-index: -1
}

.ps-header_navigation #menu-mainnav > li ul li, .ps-header_navigation .nav-primary li.level0 ul li {
    width: 250px
}

.ps-header_navigation #menu-mainnav .sub-menu li ul, .ps-header_navigation .nav-primary li.level1 ul {
    left: 248px;
    top: -1px
}

.ps-header_navigation #menu-mainnav > li .level0.position-test, .ps-header_navigation .nav-primary li.level0 .level0.position-test {
    display: block
}

.ps-header_navigation #menu-mainnav > li ul.level0.spill, .ps-header_navigation .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto
}

.ps-header_navigation #menu-mainnav > li .sub-menu li ul, .ps-header_navigation .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px
}

.ps-header_navigation #menu-mainnav > li .sub-menu li > a, .ps-header_navigation .nav-primary li.level0 li.parent > a {
    position: relative
}

.ps-header_navigation .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px
}

.ps-header_navigation #menu-mainnav .no-touch li:hover > ul, .ps-header_navigation .no-touch li:hover > ul {
    display: block
}

.ps-header_navigation #menu-mainnav a[title=tutorials] {
    margin-top: 15px;
    padding-top: 7px
}

.ps-header_navigation #menu-mainnav a[title=tutorials]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 30px;
    border-top: 1px solid #e9e9e9
}

.ps-header_navigation #menu-mainnav a, .ps-header_navigation .nav-primary a, .ps-header_navigation .nav-primary > .has-active > a {
    display: block;
    color: #757575;
    text-decoration: none;
    line-height: 30px;
    position: relative
}

.ps-header_navigation #menu-mainnav a.wp_nav_active_link, .ps-header_navigation .nav-primary > .has-active > a {
    color: #df0169
}

.ps-header_navigation #menu-mainnav li, .ps-header_navigation .nav-primary li {
    position: relative;
    line-height: 44px
}

.ps-header_navigation #menu-mainnav ul li {
    line-height: 10px
}

.ps-header_navigation #menu-mainnav .sub-menu li a, .ps-header_navigation .nav-primary li.level1 a {
    line-height: 25px;
    font-size: 14px
}

.ps-header_navigation #menu-mainnav .menu-active > .sub-menu, .ps-header_navigation #menu-mainnav li .sub-menu-active > ul, .ps-header_navigation .nav-primary .menu-active > ul.level0, .ps-header_navigation .nav-primary li.level0 .sub-menu-active > ul {
    display: block
}

.ps-header_navigation #menu-mainnav li > a, .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: -.1px
}

.ps-header_navigation #menu-mainnav li:last-child a, .ps-header_navigation .nav-primary li.last a {
    border-bottom: 0
}

.skip-content {
    display: none;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.category-free-patterns-download .free-pattern .fp-button a, .instagram-link-wrapper .instagram_gallery_load_more {
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -ms-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out
}

.skip-content.skip-active {
    display: block;
    background: #ededed
}

.header-nav {
    display: block
}

.ps-header .header-newsletter {
    display: none;
    margin-bottom: 7px;
    position: absolute;
    top: -1px;
    right: 0
}

.ps-header .header-newsletter.show-block {
    display: block
}

.mobile-create-shop-section .header-newsletter input, .ps-header .header-newsletter input {
    font-family: LatoLight;
    font-weight: 400;
    width: 190px;
    height: 24px;
    line-height: 17px;
    font-size: 12px;
    text-align: center;
    padding-right: 32px
}

.mobile-create-shop-section .header-newsletter button, .ps-header .header-newsletter button {
    text-indent: -9999px;
    border: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0
}

.header-newsletter button:before, .ps-header .header-newsletter button {
    width: 32px;
    height: 24px;
    background-size: 32px 24px
}

.mobile-create-shop-section .header-newsletter button {
    width: 37px;
    height: 28px
}

.mobile-create-shop-section .header-newsletter button:before {
    width: 37px;
    height: 28px;
    background-size: 37px 28px
}

.ps-header #advice-validate-email-newsletter, .ps-header .header-newsletter .validation-advice {
    display: none !important
}

.ps-header .header-search input {
    font-weight: 700;
    font-family: Lato;
    color: #000;
    font-size: 13px
}

.ps-header .header-search input::placeholder {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px
}

.ps-header .header-search input::-webkit-input-placeholder {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px
}

.ps-header .header-search input::-moz-placeholder {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 27px
}

.ps-header .header-search input:-ms-input-placeholder {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px
}

.ps-header .header-search input:-moz-placeholder {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px
}

.ps-header .main_search::placeholder {
    text-transform: uppercase
}

.ps-header .main_search::-webkit-input-placeholder {
    text-transform: uppercase
}

.ps-header .main_search::-moz-placeholder {
    text-transform: uppercase
}

.ps-header .main_search:-ms-input-placeholder {
    text-transform: uppercase
}

.ps-header .main_search:-moz-placeholder {
    text-transform: uppercase
}

.header-account {
    padding: 5px 0
}

.header-account a {
    display: block;
    position: relative;
    line-height: 33px;
    padding: 0 10px;
    color: #636363
}

.header-account a:hover {
    color: #df0169
}

.header-account.skip-active {
    background: #fbfbfb;
    border: 1px solid #ccc;
    display: block;
    position: absolute;
    top: 45px;
    right: 81px;
    width: 200px;
    z-index: 101
}

.ps-header .skip-links {
    overflow: hidden;
    border: 0;
    clear: none;
    float: right;
    margin-top: -10px
}

.skip-link {
    width: 20%;
    background: #fff;
    color: #636363;
    position: relative;
    float: left
}

a.skip-link {
    z-index: 1
}

.skip-cart {
    width: auto;
    color: #636363;
    text-transform: uppercase
}

.ps-header .header-language-container.right-aligned .cart-section .skip-cart.skip-active .count, .ps-header .header-language-container.right-aligned .cart-section .skip-cart.skip-active .label, .skip-account.skip-active, .skip-cart.skip-active {
    color: #df0169
}

.header-language-container.right-aligned .menu-items {
    float: left;
    position: relative
}

.skip-account.skip-active .label, .skip-cart.skip-active .label {
    color: #757575
}

.skip-cart.skip-active .icon {
    background-position: -50px -95px
}

.skip-account.skip-active .icon {
    background-position: -46px -44px
}

.header-cart.skip-active {
    position: absolute;
    top: 30px;
    right: 0;
    width: 300px;
    background: #fff;
    margin-bottom: 0;
    z-index: 5
}

.header-minicart:after {
    content: '';
    display: block;
    clear: left
}

.skip-cart .count {
    display: inline-block;
    height: 22px;
    color: #df0169;
    background: 0 0;
    margin-left: 0;
    font-size: 12px;
    line-height: 22px;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    z-index: 5
}

.skip-nav.skip-active .label, .skip-search.skip-active .label {
    color: #757575
}

.skip-nav.skip-active .icon, .skip-nav:not(.skip-active):hover .icon {
    background-position: -46px 4px
}

.skip-cart .count:before {
    content: '('
}

.skip-cart .count:after {
    content: ')'
}

.skip-link .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle
}

.skip-link.skip-cart:not(.no-count) .icon, .skip-link.skip-nav .icon {
    margin-right: 3px
}

.skip-nav {
    display: none;
    width: 40%
}

.skip-nav:not(.skip-active):hover {
    text-decoration: none
}

.skip-nav .label {
    display: inline
}

.search_mini_form .reset-button, .search_mini_form label, .searchform .reset-button, .skip-search {
    display: none
}

.skip-nav .icon {
    background-position: 4px 4px
}

.skip-search.skip-active .icon, .skip-search:not(.skip-active):hover .icon {
    background-position: -46px -146px
}

.skip-search .icon {
    background-position: 4px -146px
}

.search_mini_form .input-box {
    position: relative;
    padding-top: 0
}

.search.main_search {
    width: 324px;
    height: 30px;
    line-height: 17px;
    font-size: 12px
}

.search_mini_form .close-button, .search_mini_form .reset-button, .search_mini_form .search-button, .searchform .reset-button, .searchform.searchform-mobile .close-button {
    width: 24px;
    height: 24px;
    border: 0;
    background: #737373;
    text-indent: -99999px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0
}

.search_mini_form .close-button, .searchform.searchform-mobile .close-button {
    background-color: #fff
}

.search_mini_form.active .reset-button, .searchform.active .reset-button {
    display: block
}

.search-autocomplete {
    background-color: #fff;
    padding: 24px 18px 6px;
    border: solid #bebebe;
    border-width: 0 1px 1px;
    text-align: left
}

.search-autocomplete .amount {
    display: none
}

.search-autocomplete ul li {
    font-size: 13px;
    font-family: Lato;
    font-weight: 700;
    line-height: 15px;
    padding-bottom: 26px;
    color: #000;
    cursor: pointer
}

.search-autocomplete ul li:hover {
    color: #df0169
}

.search-autocomplete ul li .color-pink {
    font-weight: 400;
    padding-left: 4px
}

.advanced-search {
    background: #f4f4f4;
    border: 1px solid #ededed;
    padding: 30px
}

.advanced-search .multiselect option {
    border-bottom: 1px solid #ededed;
    padding: 2px 5px
}

.skip-account {
    display: block;
    width: auto;
    padding: 0 10px;
    text-transform: uppercase;
    margin-left: 45px
}

.skip-account:not(.skip-active):hover .icon {
    background-position: -46px -44px
}

.skip-account .icon {
    background-position: 4px -44px
}

.skip-cart:not(.skip-active):hover .icon {
    background-position: -50px -95px
}

.skip-cart .icon {
    background-position: 0 -95px
}

.cart-menu .empty {
    text-align: center;
    padding: 20px
}

.cart-menu .actions {
    overflow: hidden;
    padding: 15px
}

.cart-menu .actions .button {
    width: 48%;
    float: left
}

.cart-menu .actions .button + .button {
    margin-left: 4%
}

.cart-menu .subtotal {
    font-size: 24px;
    line-height: 1.2;
    padding: 0 15px 15px
}

.mini-cart-list {
    margin-bottom: 5px
}

.mini-cart-list li {
    min-height: 90px;
    font-size: 13px;
    line-height: 1.35;
    border-top: 1px solid #ccc;
    padding: 15px 15px 15px 90px;
    position: relative
}

.mini-cart-list .product-name {
    display: inline-block
}

.mini-cart-list .product-image {
    position: absolute;
    left: 15px;
    top: 15px
}

.mini-cart-list .product-image img {
    width: 60px;
    height: 60px
}

.mini-cart-list .has-options {
    color: #a0a0a0;
    font-size: 12px;
    margin-bottom: 0
}

.cart-menu .last-added {
    font-size: 13px;
    border-top: 1px solid #ccc;
    padding: 10px 15px 15px
}

.footer {
    width: 100%;
    clear: both
}

.footer .block-title {
    border-bottom: 0;
    padding: 3px 0
}

.footer .block-title strong {
    font-weight: 400
}

.footer .block-title, .footer address {
    color: #df0169
}

.footer .links {
    width: 17%;
    padding: 0 30px 0 0;
    margin-bottom: 30px;
    float: left
}

.footer .links li {
    line-height: 1.4;
    padding: 4px 0
}

.footer .links a {
    color: #636363
}

.footer .links a:hover {
    color: #df0169
}

.footer .block-subscribe {
    width: 320px;
    margin-bottom: 30px;
    float: right
}

.footer .block-subscribe, .footer .links {
    font-size: 12px;
    text-transform: uppercase
}

.footer .form-subscribe-header {
    display: none
}

.footer .links.social-media em {
    display: inline-block;
    width: 13px;
    vertical-align: middle;
    background-image: url('../images/social_icons.png');
    background-repeat: no-repeat;
    margin-right: 7px
}

.footer .links.social-media em.facebook {
    height: 13px;
    background-position: 0 0
}

.footer .links.social-media a:hover em.facebook {
    background-position: -25px 0
}

.footer .links.social-media em.twitter {
    height: 13px;
    background-position: 0 -24px
}

.footer .links.social-media a:hover em.twitter {
    background-position: -25px -24px
}

.footer .links.social-media em.youtube {
    height: 13px;
    background-position: 0 -49px
}

.footer .links.social-media a:hover em.youtube {
    background-position: -25px -49px
}

.footer .links.social-media em.pinterest {
    height: 15px;
    background-position: 0 -74px
}

.footer .links.social-media a:hover em.pinterest {
    background-position: -25px -74px
}

.footer .links.social-media em.rss {
    height: 13px;
    background-position: 0 -99px
}

.footer .links.social-media a:hover em.rss {
    background-position: -25px -99px
}

.footer .block-subscribe .input-box {
    width: 65%;
    padding-top: 0;
    float: left
}

.footer .block-subscribe .input-text {
    width: 100%;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-right: 0
}

.footer .block-subscribe .block-content {
    padding-top: 7px
}

.footer .block-subscribe .block-content:after {
    content: '';
    display: table;
    clear: both
}

.footer .bugs, .footer .currency-switcher, .footer .form-language, body.newsletter-manage-index .my-account .fieldset h2 {
    display: none
}

.footer .block-subscribe .actions {
    width: 35%;
    margin: 0;
    float: left
}

.footer .block-subscribe .actions .button {
    height: 30px;
    line-height: 17px;
    float: left
}

.footer .bugs, .footer address {
    clear: both
}

.footer .currency-switcher, .footer .form-language, .footer .store-switcher {
    clear: both;
    margin-bottom: 10px
}

.footer address {
    width: 100%;
    font-size: 11px;
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding: 30px 0
}

body.newsletter-manage-index .my-account .fieldset {
    margin-bottom: 20px
}

body.newsletter-manage-index .my-account .form-list {
    border-top: 1px solid #ededed;
    padding-top: 10px
}

.contacts-index-index .buttons-set {
    max-width: 435px;
    margin-left: 30px
}

.contacts-index-index .buttons-set p.required {
    float: left
}

div.paypal-logo {
    max-width: 100%;
    text-align: center;
    margin: 15px 0
}

div.paypal-logo span {
    display: block;
    width: 100%
}

div.paypal-logo span a {
    display: inline-block;
    max-width: 100%
}

div.paypal-logo span a img {
    max-width: 100%
}

div.paypal-logo span > img {
    display: none
}

.checkout-types div.paypal-logo {
    text-align: right
}

.ratings-table {
    font-size: 12px;
    text-transform: uppercase
}

.ratings-table th {
    padding-right: 10px
}

.ratings-table .rating-box {
    height: 13px;
    width: 65px;
    background-position: 0 -615px;
    overflow: hidden
}

.ratings-table .rating-box .rating {
    height: 13px;
    background-position: 0 -600px;
    float: left
}

.notice-cookie .notice-inner {
    padding-bottom: 0
}

.notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both
}

.notice-cookie .notice-text {
    max-width: 90%;
    text-align: left;
    padding-top: 4px;
    float: left
}

.notice-cookie .notice-text p {
    line-height: 1.3;
    padding-bottom: 14.5px
}

.notice-cookie .actions {
    text-align: right;
    padding-bottom: 14.5px;
    float: left
}

div.calendar table {
    border-collapse: separate
}

div.calendar table td.button {
    display: table-cell;
    color: inherit;
    background: inherit;
    text-transform: none
}

.slideshow-container {
    display: block;
    width: 100%;
    border: 1px solid #ededed;
    margin: 10px 0;
    position: relative
}

.slideshow-container .slideshow {
    width: 100%;
    border: 10px solid #fff;
    margin: 0;
    padding: 0;
    position: relative
}

.slideshow-container .slideshow > li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0
}

.slideshow-container .slideshow > li:first-child {
    position: static
}

.slideshow-container .slideshow > li img {
    max-width: 100%;
    width: 100%
}

.slideshow-pager {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    top: auto;
    -ms-user-select: none;
    user-select: none;
    z-index: 115
}

.slideshow-pager span {
    display: inline-block;
    width: 44px;
    height: 44px;
    color: #ddd;
    font-family: Arial, sans-serif;
    cursor: pointer
}

.slideshow-pager span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 1px;
    margin-left: -8px;
    margin-top: -8px;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 50%
}

.slideshow-pager .cycle-pager-active:before, .slideshow-pager span:hover:before {
    background-color: #757575
}

.slideshow-pager > * {
    cursor: pointer
}

.slideshow-next, .slideshow-prev {
    height: 100%;
    width: 15%;
    max-width: 80px;
    opacity: .6;
    position: absolute;
    top: 0;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer
}

.slideshow-next:before, .slideshow-prev:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    border-style: solid;
    margin-top: -15px;
    position: absolute
}

.slideshow-next:hover, .slideshow-prev:hover {
    opacity: 1
}

.slideshow-next.disabled, .slideshow-prev.disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default
}

.slideshow-prev {
    left: 8px
}

.slideshow-prev:before {
    border-width: 15px 15px 15px 0;
    border-color: transparent #fff transparent transparent;
    top: 50%;
    left: 10px
}

.slideshow-prev:hover:before {
    border-color: transparent #757575 transparent transparent
}

.slideshow-next {
    right: 8px
}

.slideshow-next:before {
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    right: 10px
}

.slideshow-next:hover:before {
    border-color: transparent transparent transparent #757575
}

.cycle-caption {
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 110
}

.cycle-overlay {
    width: 100%;
    color: #fff;
    background: #000;
    font-family: Tahoma, Arial, sans-serif;
    opacity: .5;
    padding: 15px;
    position: absolute;
    bottom: 0;
    z-index: 120
}

.icon-sprite, .product-view .sharing-links a, .ratings .rating-box, .ratings .rating-box .rating, .ratings-table .rating-box, .ratings-table .rating-box .rating, .review-summary-table .rating-box .rating-number:after, .skip-account .icon, .skip-cart .icon, .skip-nav .icon, .skip-search .icon, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid, .sorter > .view-mode .list {
    background-image: url('../images/icon_sprite.png');
    background-repeat: no-repeat;
    text-indent: -9999px
}

.header-newsletter button:before, .ps-footer_newsletter_button:before {
    content: '\A';
    display: block;
    background-image: url('../images/home_rework/envelope.png');
    background-repeat: no-repeat;
    text-indent: -9999px
}

.ps-footer_newsletter_button:before {
    height: 30px;
    width: 40px;
    background-size: 40px 30px
}

.search_mini_form .close-button:before, .search_mini_form .reset-button:before, .search_mini_form .search-button:before, .searchform .reset-button:before, .searchform.searchform-mobile .close-button:before {
    background-image: url('../img/nav-update/magnifying-white@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    height: 16px;
    width: 16px;
    content: '';
    position: absolute;
    top: 3px;
    left: 4px
}

.search_mini_form .reset-button:before, .searchform .reset-button:before {
    background-image: url('../img/nav-update/white-cross@2x.png');
    height: 13px;
    width: 13px;
    top: 6px;
    left: 6px
}

.search_mini_form .close-button:before, .searchform.searchform-mobile .close-button:before {
    background-image: url('../img/nav-update/close@2x.png')
}

.ps-account_create input[type=email], .ps-account_login input[type=email], .ps-my_account input[type=email] {
    height: 30px;
    padding: 0 8px;
    width: 365px;
    max-width: 100%
}

.cms-newsletter-signup .col-main {
    width: 100%;
    max-width: 875px;
    margin: 0 auto
}

.cms-newsletter-signup .page-title-wrapper {
    width: 100%;
    max-width: 875px;
    margin: 0 auto
}

.cms-newsletter-signup h1 {
    font-size: 35px;
    color: #474747
}

.cms-newsletter-signup .ps-home_body_actions {
    float: left;
    margin-left: 4px
}

.cms-newsletter-signup .learn-more-blocks {
    width: 100%;
    padding: 0;
    margin: 0 -10px;
    overflow: auto
}

.cms-newsletter-signup .learn-more-block {
    float: left;
    width: 25%;
    padding: 0 10px 20px
}

.cms-newsletter-signup .learn-more-block:nth-of-type(4n+1) {
    clear: both
}

.cms-newsletter-signup .learn-more-block img, .cms-newsletter-signup .learn-more-block p {
    width: 100%
}

.cms-newsletter-signup .learn-more-block p {
    margin: 10px 0 20px
}

.cms-newsletter-signup p {
    font-weight: 300;
    margin-bottom: 20px
}

.cms-newsletter-signup #newsletter-validate-detail-learnmore {
    width: 100%;
    padding-bottom: 30px
}

.cms-newsletter-signup #newsletter-validate-detail-learnmore input {
    width: 250px;
    font-weight: 300;
    font-size: 14px
}

.cms-newsletter-signup #newsletter-validate-detail-learnmore .validation-advice {
    max-width: 280px
}

::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 14px
}

::-moz-placeholder {
    font-weight: 300;
    font-size: 14px
}

:-ms-input-placeholder {
    font-weight: 300;
    font-size: 14px
}

input:-moz-placeholder {
    font-weight: 300;
    font-size: 14px
}

.checkout-step-login li a:hover, .welcome-msg a:hover {
    color: #df0169
}

.category-free-patterns-download .free-pattern {
    display: inline-flex;
    width: 100%;
    margin-bottom: 30px
}

.category-free-patterns-download .free-pattern:last-of-type {
    margin-bottom: 60px
}

.category-free-patterns-download .free-pattern .fp-button, .category-free-patterns-download .free-pattern .fp-img, .category-free-patterns-download .free-pattern .fp-text {
    display: inline-block
}

.category-free-patterns-download .free-pattern .fp-button {
    padding-left: 15px
}

.category-free-patterns-download .free-pattern .fp-img img {
    width: 100%;
    max-width: 180px
}

.category-free-patterns-download .free-pattern .fp-text {
    width: 65%;
    padding-left: 30px
}

.category-free-patterns-download .free-pattern .fp-button a {
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 5px;
    display: block;
    color: #fff;
    height: 30px;
    min-width: 108px;
    padding: 8px 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border: none;
    transition: background-color .3s ease-out;
    background: #1b5062
}

.category-free-patterns-download .free-pattern .fp-button a.disabled {
    background: #737373;
    pointer-events: none
}

.category-free-patterns-download .free-patterns-download-page h1, .category-free-patterns-download .free-patterns-download-page h1 a, .category-free-patterns-download .free-patterns-download-page p {
    font-size: 24px;
    color: #000;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px
}

.category-free-patterns-download .free-patterns-download-page p {
    font-size: 16px;
    color: #757575;
    line-height: 22px;
    margin-bottom: 30px
}

.ps-home_header, .ps-home_header_text {
    font-family: Lato, sans-serif;
    color: #5a7777
}

.category-free-patterns-download .free-pattern-page {
    max-width: 840px;
    width: 72%;
    clear: both;
    margin-left: 50px
}

.category-free-patterns-download .ps-page_sharing_links_container {
    padding-bottom: 30px
}

.ps-home_static_block {
    width: 100%;
    margin: 0 auto;
    padding: 31px 20px 0;
    text-align: center;
    position: relative;
    top: -5px
}

.ps-home_static_block.line-break {
    max-width: 980px
}

.ps-home_static_block.ps_home_grid {
    max-width: 1210px;
    padding: 6px 0 0
}

.white-line {
    height: 100%;
    width: 2px;
    position: absolute;
    background: #fff;
    display: block;
    z-index: 1
}

.white-line.right-side {
    right: 0
}

.ps-home_header {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 2px
}

.ps-home_header_text {
    font-weight: 300;
    font-size: 26px
}

.std .ps-home_header_text {
    margin-bottom: 26px
}

.cms-home .ps-home_header_text {
    margin-bottom: 26px
}

.ps-home_download_subscribe {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden
}

.ps-home_download_subscribe .validation-advice {
    display: none
}

.ps-home_subscribe_downloads_form {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto
}

.ps-home_input_box {
    float: left
}

.ps-home_body_actions {
    float: left;
    padding-left: 4px
}

input[type=text].ps-home_body_newsletter_input {
    width: 220px;
    display: block;
    font-family: LatoLight, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 10px 0;
    color: #575757;
    height: 30px
}

input[type=text].ps-home_body_newsletter_input:active, input[type=text].ps-home_body_newsletter_input:focus {
    box-shadow: none;
    border: 1px solid #df0169
}

.ps-home_body_newsletter_button {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 32px;
    height: 30px;
    min-width: 108px;
    padding: 0 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #1b5062
}

.ps-home_download_subscribe .ps-home_body_newsletter_button {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    height: 30px;
    padding: 0 34px;
    font-weight: 400
}

.ps-featured_category_carousel_container {
    padding: 0 10px
}

.cms-index-index .products-grid .actions, .cms-index-index .products-grid .ratings, .cms-index-noroute .products-grid .actions, .cms-index-noroute .products-grid .ratings {
    display: none
}

.ps-featured_products_header {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 31px;
    text-align: left
}

.ps-featured_products_header a:hover {
    color: #df0169
}

.ps-featured_products_container {
    position: relative
}

.ps-featured_products_container .products-grid .product-image img {
    max-width: 175px;
    max-height: 236px
}

#ps-homepage_carousel_1 .product-image img {
    height: auto
}

.ps-featured_products_controls {
    position: absolute;
    top: 125px;
    width: 100%
}

.ps-cart .crosssell .controls span:hover, .ps-featured_products_controls span:hover {
    background-position-y: -38px
}

.ps-cart .crosssell .controls, .ps-featured_products_container .ps-featured_products_controls {
    position: absolute;
    top: 110px;
    width: 100%
}

.gallery-container .ps-featured_products_container .ps-featured_products_controls {
    top: 200px
}

.ps-homepage_galleries.jcarousel .item {
    margin-right: 59px
}

.ps-homepage_galleries .item img {
    width: 100%;
    height: auto
}

.ps-homepage_galleries.jcarousel .product-image {
    margin-bottom: 22px
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .ps-homepage_galleries.jcarousel .item {
        margin-right: 13px
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .ps-homepage_galleries.jcarousel .item {
        margin-right: 30px
    }

    .gallery-container .ps-featured_products_container .ps-featured_products_controls {
        top: 73px
    }

    .ps-homepage_galleries .item {
        margin-right: 0
    }
}

.ps-cart .crosssell .controls {
    left: 0
}

.ps-cart .crosssell .controls span, .ps-featured_products_controls span {
    width: 18px;
    height: 36px;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.ps-featured_products_backward, .ps-related_projects_backward {
    background: url('../images/carousel_backward.png') no-repeat;
    float: left
}

.ps-featured_products_forward, .ps-related_projects_forward {
    background: url('../images/carousel_forward.png') no-repeat;
    float: right
}

.ps-carousel_container, .ps-cart .crosssell.jcarousel-wrapper {
    position: relative
}

.jcarousel .item {
    text-align: center;
    margin: 0 12px 0 0
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .jcarousel .item {
        margin-right: 30px
    }
}

.jcarousel .product-image {
    margin: 0 auto 27px
}

.jcarousel .ps-home_product_brand, .ps-product_view_related_products_item_brand {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
    line-height: 16px;
    max-width: 175px
}

.jcarousel .item:hover .product-name a {
    color: #df0169
}

.jcarousel .price-box .price, .jcarousel .product-name {
    font-family: Lato, sans-serif;
    color: #000
}

.jcarousel .product-name {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 2px;
    line-height: 20px;
    text-transform: none;
    max-width: 175px
}

.jcarousel .price-box {
    line-height: 15px;
    margin: 0
}

.jcarousel .price-box .price {
    font-weight: 300
}

.ps-stick_footer_block {
    height: 115px
}

.cms-home .ps-stick_footer_block {
    height: 105px
}

.catalog-category-view:not(.hasPagination) .ps-stick_footer_block {
    height: 88px
}

.ps-footer_container {
    padding: 0 20px 17px;
    overflow: hidden;
    color: #757575
}

.ps-footer_disclaimer {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #757575;
    line-height: 20px;
    padding-top: 72px;
    padding-bottom: 20px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 755px
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .ps-footer_disclaimer {
        padding-top: 19px;
        padding-bottom: 0
    }
}

.ps-footer_col {
    display: block;
    width: 20%;
    float: left;
    padding: 0 5px
}

.ps-footer_col:first-child {
    margin-top: 0;
    padding-left: 0
}

.ps-footer_brand {
    min-width: 175px;
    margin-right: 23px;
    max-width: 175px
}

.ps-footer_logo {
    width: 100%;
    height: auto;
    max-width: 118px
}

.ps-footer_col.ps-footer_company {
    min-width: 100px;
    width: 17%;
    max-width: 203px
}

.ps-footer_col.ps-footer_info {
    min-width: 100px;
    width: 12%;
    max-width: 145px
}

.ps-footer_col.ps-footer_subscribe {
    width: 248px;
    max-width: 100%;
    clear: right;
    float: right;
    margin-top: 18px;
    padding: 0
}

.ps-footer_col.ps-footer_subscribe .ps-footer_newsletter_container label {
    font-size: 12px;
    line-height: 15px;
    color: #757575
}

.ps-footer_col.ps-footer_subscribe .ps-footer_newsletter_container .ps-footer_newsletter_input {
    font-size: 14px;
    line-height: 16px;
    color: #575757;
    font-family: LatoLight;
    box-shadow: none;
    height: 30px;
    width: 248px;
    padding: 8px 12px 6px;
    margin-bottom: 0
}

.ps-footer_col.ps-footer_subscribe .validation-advice {
    display: none
}

.ps-footer_col.ps-footer_findus {
    float: right;
    width: 248px;
    padding-right: 0;
    padding-left: 1px
}

.ps-footer_link {
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #757575
}

.ps-footer_link:hover {
    text-decoration: none;
    color: #df0169
}

.ps-footer_newsletter_form {
    position: relative;
    width: 100%
}

input[type=email].ps-footer_newsletter_input::-webkit-input-placeholder {
    color: #636363
}

input[type=email].ps-footer_newsletter_input {
    color: #636363;
    width: 100%;
    max-width: 218px;
    padding: 5px 32px 5px 10px;
    font-weight: 300;
    line-height: 17px;
    font-size: 13px
}

.ps-footer_actions {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 30px
}

.ps-footer_newsletter_button {
    background: 0 0;
    padding: 0
}

.ps-footer_newsletter_button:active, .ps-footer_newsletter_button:focus, .ps-footer_newsletter_button:hover {
    background: 0 0
}

.ps-footer_sm_item {
    display: block;
    float: left;
    margin: 3px 23px 3px 0;
    width: 25px;
    overflow: hidden;
    height: 25px;
    cursor: pointer
}

.ps-footer_sm_item .ps-footer_sm_link {
    display: block
}

.ps-footer_sm_item.sm_facebook, .ps-footer_sm_item.sm_google, .ps-footer_sm_item.sm_instagram, .ps-footer_sm_item.sm_pinterest, .ps-footer_sm_item.sm_twitter, .ps-footer_sm_item.sm_unknown {
    height: 18px;
    width: 18px
}

.ps-footer_sm_item.sm_facebook {
    background-image: url('../images/sprites/facebook.png');
    margin-left: 0
}

.ps-footer_sm_item.sm_facebook:hover {
    background-image: url('../images/sprites/facebook-over.png')
}

.ps-footer_sm_item.sm_twitter {
    background-image: url('../images/sprites/twitter.png')
}

.ps-footer_sm_item.sm_twitter:hover {
    background-image: url('../images/sprites/twitter-over.png')
}

.ps-footer_sm_item.sm_google {
    background-image: url('../images/sprites/google+.png')
}

.ps-footer_sm_item.sm_google:hover {
    background-image: url('../images/sprites/google+-over.png')
}

.ps-footer_sm_item.sm_tumblr {
    background-image: url('../images/sprites/ps-footer_spritesheet.png');
    background-position: -100px -8px
}

.ps-footer_sm_item.sm_unknown {
    background-image: url('../images/sprites/ravelry.png')
}

.ps-footer_sm_item.sm_unknown:hover {
    background-image: url('../images/sprites/ravelry-over.png')
}

.ps-footer_sm_item.sm_instagram {
    background-image: url('../images/sprites/instagram.png')
}

.ps-footer_sm_item.sm_instagram:hover {
    background-image: url('../images/sprites/instagram-over.png')
}

.ps-footer_sm_item.sm_pinterest {
    background-image: url('../images/sprites/pinterest.png')
}

.ps-footer_sm_item.sm_pinterest:hover {
    background-image: url('../images/sprites/pinterest-over.png')
}

.ps-footer_sm_item.sm_youtube {
    height: 18px;
    width: 23px;
    background-image: url('../images/sprites/youtube.png');
    margin-right: 14px
}

.ps-footer_sm_item.sm_youtube:hover {
    background-image: url('../images/sprites/youtube-over.png')
}

.ps-footer_sm_item.sm_flickr {
    background-position: -263px -5px
}

.ps-footer_sm_item.sm_rss {
    background-position: -295px -5px
}

.ps-footer_sm_item.sm_facebookLike {
    width: 42px;
    margin-top: 2px;
    margin-right: 0;
    overflow: visible;
    -webkit-transform: scale(.84);
    -moz-transform: scale(.84);
    -ms-transform: scale(.84);
    -o-transform: scale(.84);
    transform: scale(.84)
}

.ps-footer_sm_item.sm_tumblr:hover {
    background-position: -100px -34px
}

.ps-footer_sm_item.sm_flickr:hover {
    background-position: -263px -32px
}

.ps-footer_sm_item.sm_rss:hover {
    background-position: -295px -33px
}

.ps-clearfix {
    clear: both;
    height: 0
}

.create-shop-section {
    overflow: hidden;
    clear: both;
    font-weight: 900;
    padding: 70px 0 32px;
    margin: 0 auto;
    max-width: 1190px
}

.create-shop-section .create-section, .create-shop-section .shop-section {
    float: left;
    width: 50%;
    position: relative;
    opacity: 1 !important
}

.create-shop-section .create-section .overlay, .create-shop-section .shop-section .overlay {
    display: none
}

.create-shop-section .create-section:hover .overlay, .create-shop-section .shop-section:hover .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.create-shop-section .create-section a, .create-shop-section .shop-section a {
    color: #fff
}

.create-shop-section .create-section .default-view, .create-shop-section .shop-section .default-view {
    position: absolute;
    text-align: center;
    font-size: 80px;
    letter-spacing: 3px;
    color: #fff;
    top: 40%;
    left: 12.5%;
    right: 12.5%
}

.create-shop-section .create-section .hover-view .create-menu, .create-shop-section .shop-section .hover-view .shop-menu {
    position: absolute;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    top: 9%;
    left: 12.5%;
    right: 12.5%
}

.create-shop-section .create-section .hover-view .create-menu {
    top: 28%
}

.create-shop-section .create-section a.free-patterns-color, .create-shop-section .shop-section a.free-patterns-color {
    display: block;
    margin-top: 45px
}

.create-shop-section .create-section .hover-view .create-menu a:hover, .create-shop-section .shop-section .hover-view .shop-menu a:hover {
    color: #df0169;
    text-decoration: none
}

.create-shop-section .create-section .hover-view > img, .create-shop-section .shop-section .hover-view > img {
    margin: 0 auto;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0
}

.create-shop-section .create-section .hover-view, .create-shop-section .create-section:hover .default-view, .create-shop-section .shop-section .hover-view, .create-shop-section .shop-section:hover .default-view {
    display: none
}

.create-shop-section .create-section:hover .hover-view, .create-shop-section .shop-section:hover .hover-view {
    display: block
}

#searchspring-content .ss-toolbar-top {
    float: right;
    width: 100%;
    margin-top: -60px
}

.ss-toolbar-top {
    clear: right
}

.ss-toolbar-top + .products-grid {
    clear: left
}

.searchspring-view-results .ss-toolbar-top .ss-toolbar {
    margin: 0 -5px
}

.col-left.ss-targeted .ps-filter_block_container.ss-targeted {
    margin-top: 0
}

.cms-shop .col2-left-layout .page-title.category-title.ss-targeted h1 .query {
    font-weight: 400
}

#searchspring-content .page-title, .searchspring-results h3 {
    display: none
}

.purlsoho_create #searchspring-content .page-title, .purlsoho_create .searchspring-results h3 {
    display: block
}

.purlsoho_create .ss-targeted #search.main-container .page-title.category-title h1 {
    line-height: 26px
}

@media only screen and (max-width: 980px) {
    .purlsoho_create #searchspring-content .page-title {
        margin-top: 0
    }
}

.searchspring-results .ps-featured_products_container .ps-featured_products_controls {
    top: 97px
}

.searchspring-results .carousel-widget.ss-targeted .jcarousel-wrapper .jcarousel {
    max-width: 1190px
}

.carousel-widget.ss-targeted .ps-featured_products_container .products-grid .product-image img {
    max-width: 215px
}

.searchspring-results .carousel-widget.ss-targeted .products-grid .item {
    width: 202px !important
}

@media only screen and (max-width: 1270px) {
    .ss-targeted.page-title {
        padding-left: 18px;
        padding-right: 18px
    }

    .searchspring-results .carousel-widget.ss-targeted .ps-featured_products_header {
        padding-left: 18px !important
    }

    .searchspring-results .carousel-widget.ss-targeted .ps-featured_products_container.hide-prev-navigation .jcarousel-wrapper {
        margin-left: 0
    }

    .searchspring-results .jcarousel-wrapper {
        padding-left: 18px;
        padding-right: 18px
    }

    .searchspring-results .carousel-widget.ss-targeted .products-grid {
        margin: 0 -4px
    }

    .searchspring-results .carousel-widget.ss-targeted .products-grid .item {
        margin: 0 4px;
        padding: 0;
        width: 150px !important
    }
}

@media only screen and (max-width: 980px) {
    .cms-shop .col2-left-layout .ss-targeted.page-title.category-title {
        padding-left: 18px;
        padding-right: 18px
    }
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .searchspring-results h3 {
        display: block
    }

    .searchspring-results .ps-featured_products_container .ps-featured_products_controls {
        top: 75px
    }

    .searchspring-results .ps-featured_products_controls .ps-featured_products_forward {
        margin-right: -5px
    }

    .searchspring-results .ps-featured_products_controls .ps-featured_products_backward {
        margin-left: -5px
    }

    .searchspring-slideout_button.searchspring-slideout_filter .filter-icon {
        cursor: pointer
    }

    .carousel-widget.ss-targeted .ps-featured_products_container .products-grid .product-image img {
        max-width: 141px;
        height: auto;
        width: 100%
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .cms-shop .col2-left-layout .page-title.category-title.ss-targeted h1, .searchspring-results .carousel-widget .ps-featured_products_header, .searchspring-results h3 {
        font-size: 14px;
        line-height: 16px
    }

    .cms-shop .col2-left-layout .page-title.category-title.ss-targeted h1 {
        margin-bottom: 26px
    }

    .category-products .searchspring-results .carousel-widget .ps-featured_products_header {
        margin-bottom: 10px
    }

    .category-products .searchspring-results .carousel-widget .ps-featured_products_header .view-all {
        font-size: 10px;
        margin-right: 18px
    }

    body #searchspring-slideout_container .slideout-wrapper #searchspring-slideout_facets .searchspring-facets .filter-container {
        margin-bottom: 0
    }

    .searchspring-facets .filter-name {
        margin-bottom: 10px
    }

    .col2-left-layout .col-left.sidebar + .col-main {
        width: 100% !important
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .category-products .searchspring-results .carousel-widget .ps-featured_products_header .view-all {
        margin-right: 28px
    }
}

.ps-category_products .products-grid .product-img-wrap {
    position: relative
}

.ps-category_products .products-grid .product-image {
    margin-bottom: 20px
}

.ps-category_products .products-grid .product-brand {
    color: #737373;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase
}

.ps-category_products .products-grid .product-name {
    font-weight: 400;
    margin-bottom: 0;
    line-height: 12px;
    text-transform: none
}

.ps-category_products .products-grid .product-name a {
    font-size: 16px;
    color: #000;
    line-height: 18px;
    display: block
}

.ps-category_products .products-grid.gallery-category .product-name a {
    font-size: 12px !important
}

.ps-category_products .products-grid li.item:hover .product-name a {
    color: #df0169
}

.ps-category_products .products-grid .price-box {
    margin: 0
}

.ps-category_products .products-grid .price-box .price {
    color: #000;
    font-weight: 300;
    font-size: 14px
}

.ps-category_products .products-grid.gallery-category .price-box .price {
    color: #000;
    font-weight: 300;
    font-size: 12px !important
}

.ps-category_products .products-grid .price-box .old-price .price {
    display: none
}

.ps-category_products .products-grid .price-box .special-price {
    display: block;
    width: 100%
}

.ps-category_products .products-grid .price-box .special-price .price {
    color: #ff0303
}

.ps-category_products .products-grid .price-box .special-price .price:before {
    content: 'Sale Items';
    position: relative
}

.ps-category_products .products-grid li.product:hover .actions {
    display: block;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .7)
}

.ps-category_products .products-grid .actions {
    display: none;
    min-height: 0;
    width: 100%;
    padding-top: 0;
    top: 0
}

.ps-category_products .products-grid li.product:hover .actions .add-to-links {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0
}

.ps-category_products .products-grid li.product:hover .actions .add-to-links li {
    display: table-cell;
    vertical-align: middle
}

.ps-category_products .products-grid li.product:hover .product-name a {
    color: #df0169
}

.ps-category_products .products-grid .actions .please-wait {
    color: #fff
}

.pixquickview_popup .ps-product_image_zoom_wrapper .ps-product_image_zoom_icon {
    background: 0 0
}

.ps-account_create .button, .ps-account_login .button, .ps-my_account button {
    background-color: #1b5062
}

.ps-category_products .products-grid .actions .link-quickview {
    color: #fff;
    background-color: #1b5062;
    max-width: 135px;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 0;
    text-transform: uppercase
}

.st-badge-catalog-online-only, .st-badge-productview-online-only {
    color: #e15638
}

.st-badge-catalog-online-only {
    font-size: 12px
}

.st-badge-productview-online-only {
    font-size: 13px;
    margin-bottom: 10px
}

.ps-account_nav .block-title strong {
    color: #757575;
    font-size: 16px;
    font-weight: 300
}

.ps-account_nav.block-account li {
    font-size: 16px;
    text-transform: none;
    font-weight: 300
}

.ps-account_nav.block-account li strong {
    font-weight: 300
}

.ps-account_page .page-title h1 {
    font-size: 26px;
    color: #757575;
    text-transform: uppercase
}

.ps-account_page .messages {
    margin-bottom: 15px
}

.ps-cart .item-msg.error {
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
    font-weight: 400
}

.ps-account_page .messages .success-msg li, .ps-cart .messages .success-msg li, .ps-my_account .messages .success-msg li {
    border-left: 5px solid #1b5062
}

.ps-account_page .messages .success-msg li:before, .ps-cart .messages .success-msg li:before, .ps-my_account .messages .success-msg li:before {
    border-left: 6px solid #1b5062
}

.ps-account_page .messages .success-msg li span, .ps-my_account .messages .success-msg li span {
    font-size: 14px;
    color: #000;
    font-weight: 300
}

.ps-account_page .messages .success-msg li span a, .ps-my_account .messages .success-msg li span a {
    color: #df0169
}

.ps-account_page .messages .success-msg li .product-name, .ps-my_account .messages .success-msg li .product-name {
    font-weight: 500
}

.dashboard.ps-account_page .welcome-msg {
    font-size: 16px;
    font-weight: 300;
    line-height: 27px
}

.dashboard.ps-account_page .welcome-msg p {
    font-size: 16px
}

.dashboard.ps-account_page .welcome-msg .hello {
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.ps-account_page.dashboard .box-head {
    border-bottom: 1px solid #e8e8e8;
    margin-top: 35px
}

.ps-account_page.dashboard .box-head h2 {
    font-weight: 300;
    text-transform: uppercase
}

.ps-account_page.dashboard .box-title h3 {
    text-transform: uppercase;
    display: inline
}

.ps-account_page.dashboard .col2-set .col-1 .box-title, .ps-account_page.dashboard .col2-set .col-2 .box-title {
    margin-top: -10px;
    margin-bottom: -4px
}

.ps-account_page.dashboard .box-head a, .ps-account_page.dashboard .col2-set .col-1 .box-title a, .ps-account_page.dashboard .col2-set .col-2 .box-title a {
    position: static;
    font-size: 15px;
    padding: 7px;
    color: #df0169
}

.ps-account_page.dashboard .box-head a:before, .ps-account_page.dashboard .col2-set .col-1 .box-title a:before, .ps-account_page.dashboard .col2-set .col-2 .box-title a:before {
    content: "|";
    padding-right: 9px;
    color: #757575
}

#my-downloadable-products-table td.last, .ps-account_page .col2-set .col-1, .ps-account_page .col2-set .col-2 {
    padding-right: 0
}

.ps-account_page.dashboard .box-head a:hover, .ps-account_page.dashboard .col2-set .col-1 .box-title a:hover, .ps-account_page.dashboard .col2-set .col-2 .box-title a:hover {
    text-decoration: none
}

.ps-account_page.dashboard .box-content {
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    border-bottom: none
}

.ps-my_account .dashboard .box-account a {
    color: #df0169
}

.ps-my_account .dashboard .box-account address {
    font-style: normal
}

.ps-my_account .dashboard .box-account:last-of-type {
    margin-bottom: 25px
}

.ps-my_account .dashboard .box-account h3 {
    margin: 0
}

.ps-my_account .dashboard .box-content p {
    font-style: normal
}

.my-account.ps-my_account p {
    font-weight: 300;
    font-size: 15px;
    color: #000
}

.my-account.ps-my_account p.mdp-desc {
    font-size: 12px;
    color: #000
}

.my-account.ps-my_account .mdp-heading {
    margin-bottom: 0;
    text-transform: none;
    color: #757575
}

.downloadable-customer-products .ps-my_account .pager-no-toolbar {
    margin-bottom: 0;
    line-height: 16px
}

#my-downloadable-products-table {
    margin-top: 28px
}

#my-downloadable-products-table .col-ravelry {
    min-width: 186px
}

#my-downloadable-products-table .col-download {
    min-width: 150px;
    text-align: center
}

#my-downloadable-products-table button {
    width: 100%;
    font-weight: 300
}

.my-account.ps-my_account .box-content p {
    font-size: 14px
}

.my-account.ps-my_account label {
    font-size: 15px;
    font-weight: 300
}

.my-account.ps-my_account .page-title h1 {
    text-transform: uppercase;
    font-size: 30px;
    color: #757575
}

.my-account.ps-my_account .buttons-set .back-link a, .ps-account_login .form-list .f-left:hover {
    color: #df0169
}

.my-account.ps-my_account .buttons-set {
    margin: 10px 0
}

body.customer-account .my-account.ps-my_account .fieldset {
    margin-top: 20px;
    margin-bottom: 30px
}

.my-account.ps-my_account .fieldset h2, .my-account.ps-my_account .form-list select, .my-account.ps-my_account .input-text {
    font-weight: 300;
    font-size: 15px
}

.ps-my_account .addresses-list address, .ps-my_account .my-orders-table {
    font-size: 14px
}

.ps-account_nav, .ps-my_account {
    margin-top: 18px
}

body.customer-account .my-account.ps-my_account .addresses-list h3 {
    padding-top: 7px;
    font-weight: 400
}

.my-account.ps-my_account .form-list select {
    width: 365px;
    max-width: 100%
}

.ps-account_login .benefits li, .ps-account_login .form-list .f-left {
    font-size: 16px
}

.ps-account_login .form-list .f-left {
    font-weight: 300
}

.ps-account_create .form-list .control {
    margin: 0
}

.ps-account_create .back-link a {
    color: #df0169;
    line-height: 20px;
    display: inline-block;
    padding: 5px;
    font-size: 15px;
    font-weight: 300
}

.ps-account_create .fieldset {
    margin-left: 0
}

.ps-account_create .buttons-set button.button {
    float: right;
    min-width: 140px;
    margin-bottom: 60px
}

.ps-account_create .fieldset + .fieldset {
    margin-top: 10px
}

.ps-account_create .checkbox, .ps-account_create .radio {
    display: inline-block;
    position: relative;
    top: -1px
}

.ps-my_favorites .wishlist-table.clean-table thead th {
    font-size: 16px;
    padding-bottom: 2px;
    font-weight: 300
}

.ps-my_favorites .wishlist-table.clean-table thead th.customer-wishlist-item-image {
    text-align: left
}

.ps-my_favorites .wishlist-table .price-box.ps-catalog_product_price_box {
    margin: 0
}

.ps-my_favorites .wishlist-table .price-box .price {
    color: #000;
    font-weight: 300
}

.ps-my_favorites .wishlist-table .price-box .ps-special_price .price {
    color: #ff0303
}

.ps-my_favorites .wishlist-table th.customer-wishlist-item-cart.email-products {
    text-align: right
}

.ps-my_favorites .wishlist-table th.customer-wishlist-item-cart.email-products button {
    color: #df0169;
    text-transform: none;
    text-align: right;
    border: none;
    background: 0 0;
    font-weight: 300;
    font-size: 15px;
    padding: 0 !important
}

.ps-my_favorites .wishlist-table td.customer-wishlist-item-image {
    padding-left: 0
}

.ps-my_favorites_projects .wishlist-table td.customer-wishlist-item-image img {
    max-height: 160px;
    max-width: unset
}

.ps-my_favorites .wishlist-table td.customer-wishlist-item-cart > p {
    margin-bottom: 8px
}

.ps-my_favorites .wishlist-table td.customer-wishlist-item-cart .button {
    color: #fff;
    background: #737373;
    padding: 6px 5px
}

.ps-my_favorites .wishlist-table td.customer-wishlist-item-cart .button.btn-cart, .ps-order_confirmation .button {
    background: #1b5062
}

.ps-my_favorites .wishlist-table td.customer-wishlist-item-info .product-name, .ps-my_favorites .wishlist-table td.customer-wishlist-item-info .wishlist-sku {
    text-transform: none;
    font-size: 14px;
    font-weight: 300;
    color: #000
}

.ps-my_favorites .wishlist-table td.customer-wishlist-item-info .wishlist-sku .sku-number {
    font-weight: 500
}

.ps-my_favorites .wishlist-table td.customer-wishlist-item-info .product-name a {
    font-weight: 500;
    color: #000
}

.ps-my_favorites .wishlist-table textarea {
    font-size: 12px;
    margin-top: 5px;
    resize: none
}

.ps-my_favorites .wishlist-table textarea:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 300
}

.ps-my_favorites .wishlist-table textareainput:-moz-placeholder {
    font-size: 12px;
    font-weight: 300
}

.ps-my_favorites .wishlist-table textarea::-moz-placeholder {
    font-size: 12px;
    font-weight: 300
}

.ps-my_favorites .wishlist-table textarea::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 300
}

.ps-my_favorites fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.ps-my_favorites .ps-wishlist_product_item_option {
    padding: 5px 0;
    overflow: auto
}

.ps-order_confirmation {
    font-weight: 300
}

.ps-order_confirmation h2.sub-title {
    font-weight: 300;
    font-size: 25px;
    color: #1b5062;
    padding-top: 70px
}

.ps-order_confirmation p.order-nb {
    font-size: 25px;
    color: #757575;
    line-height: 45px
}

.ps-order_confirmation p.order-nb span {
    font-weight: 700
}

.ps-order_confirmation p.happy-crafting {
    font-size: 16px;
    padding-top: 25px;
    color: #757575;
    line-height: 1.5
}

.ps-order_confirmation .buttons-set {
    margin: 70px 0;
    border: none
}

.ps-order_confirmation .download-pattern-wrap {
    max-width: 80%;
    margin: 0 auto
}

.ps-order_confirmation .download-pattern-wrap th {
    font-size: 14px
}

.ps-order_confirmation .download-pattern-wrap th.last {
    text-align: center
}

.ps-order_confirmation .download-pattern-wrap td {
    text-align: left
}

.ps-order_confirmation .download-pattern-wrap td:first-child {
    width: calc(100% - 160px)
}

.ps-order_confirmation .download-pattern-wrap td:last-child {
    width: 160px;
    padding-left: 0;
    padding-right: 0
}

.ps-order_confirmation .download-pattern-wrap h2 {
    font-weight: 700;
    text-align: center
}

.ps-order_confirmation .download-pattern-wrap button {
    font-size: inherit;
    letter-spacing: 0;
    line-height: 16px;
    height: 30px;
    padding: 0 34px;
    width: 160px
}

.ps-popup {
    max-width: 560px;
    width: 100%;
    display: none
}

.ps-popup .wrapper-popup {
    padding: 33px 26px 0
}

.ps-popup .wrapper-popup[class*=popup-2] {
    padding-top: 50px;
    padding-bottom: 30px
}

.ps-popup .wrapper-popup h1 {
    color: #1b5062;
    font-weight: 300;
    font-size: 34px;
    text-align: center;
    padding-bottom: 10px;
    font-family: LatoLight
}

.ps-popup .wrapper-popup[class*=popup-2] h1 {
    padding-bottom: 18px
}

.ps-popup .wrapper-popup h2 {
    color: #000;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 30px;
    font-family: LatoLight;
    font-weight: 700;
    word-spacing: normal
}

.ps-popup .wrapper-popup[class*=popup-2] h2 {
    font-size: 15px;
    margin-bottom: 43px
}

.ps-popup .wrapper-popup h2 a {
    color: #df0169
}

body .pixafy-modal-wrapper {
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

body .pixafy-modal-overlay {
    background: rgba(112, 112, 112, .6)
}

.ps-popup.popup-large {
    max-width: 690px;
    width: 690px
}

.ps-popup.popup-large .popup-close {
    right: 15px;
    top: 14px;
    width: 16px;
    height: 16px
}

.ps-popup .wrapper-popup.popup-3 {
    padding: 66px 44px 40px;
    background-color: #e0e0e0
}

.ps-popup .wrapper-popup.popup-3 h2, .ps-popup .wrapper-popup.popup-3 h3, .ps-popup .wrapper-popup.popup-3 h4, .ps-popup .wrapper-popup.popup-3 h5, .ps-popup .wrapper-popup.popup-3 h6 {
    color: #4b4b4b;
    font-weight: 300;
    font-family: LatoLight
}

.ps-popup .wrapper-popup.popup-3 h2 {
    font-size: 83px;
    line-height: 86px;
    margin-bottom: 3px;
    font-family: Lato
}

.ps-popup .wrapper-popup.popup-3 h3 {
    font-size: 22px;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: -.3px;
    margin-bottom: 18px
}

.ps-popup .wrapper-popup.popup-3 h4 {
    font-size: 22px;
    line-height: 24px;
    text-transform: none;
    letter-spacing: -.3px;
    padding-bottom: 2px
}

.ps-popup .wrapper-popup.popup-3 h5 {
    font-size: 32px;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: -.6px
}

.ps-popup .wrapper-popup.popup-3 h6 {
    font-size: 15px;
    line-height: 18px;
    text-transform: none;
    margin-top: 20px;
    letter-spacing: -.2px
}

.ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe {
    margin-top: 17px
}

.ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe form {
    max-width: 430px
}

.ps-popup .wrapper-popup.popup-3 .ps-home_body_actions, .ps-popup .wrapper-popup.popup-3 .ps-home_input_box {
    float: none;
    margin-left: 0;
    padding: 0
}

.ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe .ps-home_body_newsletter_button, .ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe input[type=email] {
    width: 100%;
    height: 40px
}

.ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe input[type=email] {
    font-size: 16px
}

.ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe .ps-home_body_newsletter_button {
    font-size: 13px;
    line-height: 42px;
    margin-top: 14px;
    letter-spacing: .7px
}

.ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe input[type=email]::-webkit-input-placeholder {
    font-size: 16px;
    color: #919191;
    font-family: LatoLight;
    font-weight: 300;
    text-align: center
}

.ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe input[type=email]::-moz-placeholder {
    font-size: 16px;
    color: #919191;
    font-family: LatoLight;
    font-weight: 300;
    text-align: center
}

.ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe input[type=email]:-ms-input-placeholder {
    font-size: 16px;
    color: #919191;
    font-family: LatoLight;
    font-weight: 300;
    text-align: center
}

.ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe input[type=email]:-moz-placeholder {
    font-size: 16px;
    color: #919191;
    font-family: LatoLight;
    font-weight: 300;
    text-align: center
}

.ps-popup .popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.ps-popup .ps-home_input_box {
    margin-left: 10px
}

.ps-popup .popup-images {
    margin: 40px 0 18px;
    text-align: center
}

.ps-popup .wrapper-popup[class*=popup-2] .popup-images {
    margin: 46px 0 8px
}

.ps-popup .popup-images img {
    display: inline
}

.ps-popup .popup-logo img {
    max-width: 250px;
    margin: auto;
    width: 100%
}

.ps-popup_download_subscribe form {
    width: 100%;
    margin: auto;
    max-width: 459px
}

.ps-popup_download_subscribe form .ps-home_body_newsletter_button, .ps-popup_download_subscribe form input[type=email] {
    height: 45px
}

.ps-popup_download_subscribe form input[type=email] {
    width: 314px;
    font-size: 16px
}

.ps-popup_download_subscribe form input[type=email]::-webkit-input-placeholder {
    font-size: 15px
}

.ps-popup_download_subscribe form input[type=email]::-moz-placeholder {
    font-size: 15px
}

.ps-popup_download_subscribe form input[type=email]:-ms-input-placeholder {
    font-size: 15px
}

.ps-popup_download_subscribe form input[type=email]:-moz-placeholder {
    font-size: 15px
}

@media only screen and (max-width: 675px) {
    .ps-popup, .ps-popup_download_subscribe form {
        max-width: 100%
    }

    .ps-popup_download_subscribe form .ps-home_body_newsletter_button, .ps-popup_download_subscribe form input[type=email] {
        width: 100%;
        height: 36px
    }

    .ps-popup_download_subscribe form .ps-home_body_newsletter_button {
        margin-bottom: 30px
    }

    .ps-popup_download_subscribe form input[type=email] {
        padding-bottom: 2px;
        margin-bottom: 7px;
        font-size: 15px
    }

    .ps-popup_download_subscribe form input[type=email]::-webkit-input-placeholder {
        font-size: 14px
    }

    .ps-popup_download_subscribe form input[type=email]::-moz-placeholder {
        font-size: 14px
    }

    .ps-popup_download_subscribe form input[type=email]:-ms-input-placeholder {
        font-size: 14px
    }

    .ps-popup_download_subscribe form input[type=email]:-moz-placeholder {
        font-size: 14px
    }

    .ps-popup .ps-home_input_box {
        margin-left: 4px
    }

    .ps-popup .wrapper-popup {
        padding-top: 55px
    }

    .pixafy-modal-body .ps-popup .wrapper-popup h1 {
        margin-bottom: 16px;
        color: #df0169
    }

    .ps-popup .wrapper-popup[class*=popup-2] h1, .ps-popup .wrapper-popup[class*=popup-1] h1 {
        padding-bottom: 0
    }

    .pixafy-modal-body .ps-popup .wrapper-popup h2 {
        font-size: 11px
    }

    .pixafy-modal-wrapper .wrapper-popup {
        padding-left: 35px;
        padding-right: 35px
    }

    .ps-popup .wrapper-popup[class*=popup-2], .ps-popup .wrapper-popup[class*=popup-1] {
        padding-top: 55px;
        padding-bottom: 34px
    }

    .ps-popup .wrapper-popup h2 a {
        display: block
    }

    .ps-popup .wrapper-popup[class*=popup-2] h1 {
        font-size: 20px;
        color: #df0169;
        padding-bottom: 10px;
        margin-bottom: 0;
        font-weight: 700
    }

    .ps-popup .wrapper-popup[class*=popup-2] h2 {
        font-size: 12px;
        margin-bottom: 12px
    }

    .ps-popup .wrapper-popup[class*=popup-2] {
        max-width: 325px
    }

    .ps-popup .wrapper-popup[class*=popup-2] .popup-images {
        margin: 25px 0 8px
    }

    .ps-popup .wrapper-popup[class*=popup-2] .popup-images img, .ps-popup .wrapper-popup[class*=popup-2] .ps-home_body_newsletter_button, .ps-popup .wrapper-popup[class*=popup-2] .ps-popup_download_subscribe form input[type=email] {
        width: 100%
    }

    .ps-popup .wrapper-popup[class*=popup-2] .ps-home_body_actions {
        float: none;
        padding-left: 0
    }

    .ps-popup .wrapper-popup[class*=popup-2] .ps-home_input_box {
        float: none;
        margin-left: 0;
        margin-bottom: 0
    }

    .ps-popup .wrapper-popup[class*=popup-2] .ps-home_body_newsletter_button {
        margin-bottom: 0
    }
}

.ps-popup_download_subscribe .validation-advice {
    display: none
}

#slider {
    height: 441px;
    background: #fff;
    color: #fff;
    position: relative;
    margin-bottom: 25px
}

#slider:hover .controls span {
    opacity: 1
}

#slider .slides {
    margin: 0;
    padding: 0;
    min-width: 2000px
}

#slider .controls {
    position: absolute;
    z-index: 1;
    width: 100%
}

#slider .controls span {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    cursor: pointer;
    position: absolute;
    top: 45%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0
}

#slider .controls span.jcarousel-prev {
    background: url(/create/wp-content/themes/jpdstudio/img/slider-left.png) center no-repeat;
    background-color: rgba(0, 0, 0, .2);
    top: 180px;
    left: 50px
}

#slider .controls span.jcarousel-next {
    background: url(/create/wp-content/themes/jpdstudio/img/slider-right.png) center no-repeat;
    top: 180px;
    right: 50px;
    background-color: rgba(0, 0, 0, .2)
}

.gallery-container .ps-featured_products_backward, .gallery-container .ps-featured_products_forward {
    display: block !important
}

@media only screen and (min-width: 1025px) {
    #slider .controls span.jcarousel-prev {
        left: -46px
    }

    #slider .controls span.jcarousel-next {
        right: -46px
    }
}

.jcarousel.full-carousel {
    max-width: 1270px
}

.jcarousel.full-carousel.extend-lr {
    max-width: 100vw
}

@media only screen and (max-width: 40em) {
    #slider {
        height: 160px;
        margin-bottom: 0
    }

    #slider.show-title {
        margin-bottom: 25px
    }

    #slider .controls {
        top: -110px
    }

    #slider .jcarousel img {
        height: 160px;
        width: auto
    }

    .slides .project-link .project-name {
        top: 160px;
        z-index: 1
    }

    .ps-home_grid .project-link {
        padding-bottom: 0
    }

    .ps-home_grid #slider.show-title .project-link {
        padding-bottom: 25px
    }
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .jcarousel.full-carousel.extend-lr {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0;
        padding-right: 0
    }

    .offer-container, .tags-social-wrapper {
        display: none
    }

    .offer-container.mobile, .tags-social-wrapper.mobile {
        display: block
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .ps-footer_col.ps-footer_subscribe, .ps-footer_col.ps-footer_subscribe .ps-footer_newsletter_container .ps-footer_newsletter_input, .ps-footer_col.ps-footer_subscribe .ps-footer_newsletter_container input {
        width: 100%
    }

    .ps-home_static_block {
        padding-bottom: 2px
    }

    .ps-home_header, .ps-home_header_text {
        font-size: 18px;
        line-height: 24px
    }

    .ps-home_header, .std .ps-home_header_text {
        margin-left: auto;
        margin-right: auto
    }

    .std .ps-home_header_text {
        margin-bottom: 7px
    }

    .cms-home .ps-home_header_text {
        margin-left: auto;
        margin-right: auto
    }

    .cms-home .ps-home_header_text {
        margin-bottom: 7px
    }

    .ps-home_download_subscribe .ps-home_body_newsletter_button {
        width: 100%;
        font-size: 12px
    }

    .ps-home_download_subscribe input[type=text].ps-home_body_newsletter_input {
        font-size: 16px;
        padding: 0 10px
    }

    .ps-home_header, .ps-home_header_text, .ps-home_subscribe_downloads_form {
        max-width: 262px
    }

    .ps-featured_products_controls span {
        -webkit-transform: scale(.46);
        -moz-transform: scale(.46);
        -ms-transform: scale(.46);
        -o-transform: scale(.46);
        transform: scale(.46)
    }

    .ps-featured_products_forward {
        margin-right: 6px
    }

    .ps-featured_products_backward {
        margin-left: 6px
    }

    .jcarousel .product-image {
        margin-bottom: 10px
    }

    .jcarousel .product-image img, .jcarousel .product-name {
        max-width: 100%;
        width: 100%;
        height: auto
    }

    .jcarousel .product-name {
        font-size: 14px
    }

    .ps-featured_products_container .ps-featured_products_controls {
        top: 83px
    }

    .ps-footer_col.ps-footer_subscribe .ps-footer_newsletter_container .input-box {
        text-align: center
    }

    .ps-footer_img_container {
        margin-bottom: 4px
    }

    .ps-footer_logo {
        margin-left: auto;
        margin-right: auto
    }

    .ps-footer_col.ps-footer_findus .ps-footer_sm_item {
        margin-right: 19px
    }

    .ps-footer_sm_item.sm_facebookLike {
        height: 18px;
        line-height: 18px;
        position: relative;
        margin-top: 0;
        vertical-align: bottom
    }

    .ps-footer_sm_item.sm_facebookLike > .fb-like {
        position: absolute;
        left: 0;
        bottom: 0
    }

    .ps-footer_col.ps-footer_subscribe {
        margin-top: 28px
    }

    #slider .controls span {
        height: 26px;
        width: 26px
    }

    #slider .controls span.jcarousel-next, #slider .controls span.jcarousel-prev {
        background-size: 40%
    }
}

.project-link {
    display: block;
    text-align: left;
    position: relative;
    overflow: hidden;
    padding-bottom: 25px
}

.ps-home_grid .project-link img {
    float: none !important
}

.project-link .project-name {
    color: #757575;
    font-size: 21px;
    line-height: 27px;
    font-weight: 300;
    position: absolute;
    top: 441px;
    left: 10px;
    right: 0;
    bottom: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.project-link:hover .project-name {
    color: #df0169
}

.free-shipping-progress {
    position: relative;
    border-radius: 6px;
    background-color: #a6a6a6;
    overflow: hidden;
    width: calc(100% - 103px);
    margin-top: 7px
}

.free-shipping-bar {
    height: 6px;
    background-color: #d16146
}

.cart-totals .offer-container, .cart-totals .offer-message, .cart-totals .offer-meter {
    clear: both
}

.offer-meter .free-shipping-progress, .offer-meter .max-val, .offer-meter .min-val {
    float: left
}

.offer-meter .min-val {
    margin-right: 20px
}

.offer-meter .max-val {
    margin-left: 20px
}

.cart-totals .cart-st-subtotal {
    width: 34%;
    float: right;
    clear: right
}

.ps-cart_products_summary_form {
    margin-bottom: 30px;
    clear: both
}

.cart-totals .offer-container, .ps-cart .offer-container {
    background-color: #f8f8f8;
    padding: 20px 10px
}

.cart-totals .offer-container {
    max-width: 302px;
    width: 100%;
    float: right;
    clear: right
}

.cart-totals .offer-container .offer-message {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #000
}

.cart-totals .offer-meter {
    font-size: 18px;
    line-height: 22px;
    color: #000
}

.ps-cart #shopping-cart-table {
    width: 100%;
    margin-top: -16px;
    float: none
}

.ps-cart #shopping-cart-table thead th {
    font-size: 14px;
    font-weight: 300
}

.ps-cart #shopping-cart-table thead th:first-child {
    width: 9.86%
}

.ps-cart #shopping-cart-table thead th:nth-child(2) {
    width: 29.79%
}

.ps-cart #shopping-cart-table thead th:nth-child(3) {
    width: 21.97%
}

.ps-cart #shopping-cart-table thead th:nth-child(4) {
    width: 27.44%
}

.ps-cart #shopping-cart-table thead th:last-child {
    width: 5.08%
}

.ps-cart #shopping-cart-table tbody tr {
    font-size: 14px;
    color: #000
}

.ps-cart #shopping-cart-table .product-cart-actions .qty, .ps-cart #shopping-cart-table tbody h2 a {
    color: #000;
    font-size: 14px;
    margin-top: -5px;
    text-transform: none
}

.ps-cart #shopping-cart-table .product-cart-actions .item-msg {
    color: #d16146;
    padding-bottom: 10px
}

.ps-cart #shopping-cart-table .product-cart-actions .link-wishlist {
    font-weight: 400
}

.ps-cart #shopping-cart-table tbody .product-cart-price, .ps-cart #shopping-cart-table tbody .product-cart-total {
    font-weight: 400;
    color: #000;
    line-height: 20px
}

.ps-cart #shopping-cart-table .product-cart-actions .qty {
    margin-top: 0;
    width: 60px;
    height: 32px;
    padding: 0 0 0 5px;
    text-align: left;
    color: #757575
}

.ps-cart #shopping-cart-table .product-cart-actions .ps-qty_adder_panel {
    right: 1px
}

.ps-cart .cart-table .product-cart-sku {
    font-style: normal;
    font-weight: 300;
    font-size: 14px
}

.ps-cart #shopping-cart-table .product-cart-actions .button.btn-update {
    position: relative;
    line-height: 18px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    vertical-align: top;
    -webkit-transition: opacity .2s linear .1s;
    -moz-transition: opacity .2s linear .1s;
    -ms-transition: opacity .2s linear .1s;
    -o-transition: opacity .2s linear .1s;
    transition: opacity .2s linear .1s
}

.ps-cart #shopping-cart-table .product-cart-actions.fade_in .button.btn-update {
    opacity: 1;
    visibility: visible
}

.ps-cart #shopping-cart-table .product-cart-actions .button.btn-update:after {
    clear: both
}

.ps-catalog_product_current_swatch_container.pixquickview-displayed, .ps-catalog_product_current_swatch_option_title.pixquickview-displayed, .ps-configurable-selection.pixquickview-displayed, .ps-current_selection_title .pixquickview-displayed {
    display: none
}

.ps-current_selection_title .pixquickview-hidden {
    display: block
}

.ps-cart .button {
    background: #1b5062
}

.ps-cart.cart .page-title {
    border: none
}

.ps-cart.cart .page-title h1 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    color: #757575;
    line-height: 23px;
    border-bottom: 1px solid #737373;
    width: 100%
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .ps-cart .offer-container {
        border-bottom: 1px solid #737373;
        margin-bottom: 22px
    }

    .offer-container.mobile .offer-message {
        text-align: center;
        color: #000;
        font-weight: 700
    }

    .offer-container.mobile .offer-meter {
        padding-top: 4px
    }

    .offer-container.mobile .free-shipping-meter {
        color: #d16146;
        text-align: center;
        font-weight: 700;
        padding-top: 10px
    }

    .cart-table .product-cart-image .product-image img {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .cart-table .cart-links, .cart-table td[data-rwd-label]:before, .cart-totals-wrapper .checkout-shipping, .ps-cart #shopping-cart-table tbody tr.spacer {
        display: none
    }

    .ps-cart.cart .page-title h1 {
        text-align: center;
        border-bottom: 0;
        color: #000;
        font-weight: 700;
        font-family: LatoLight
    }

    .offer-container.mobile .free-shipping-meter, .offer-container.mobile .max-val, .offer-container.mobile .min-val, .offer-container.mobile .offer-message {
        font-size: 12px;
        line-height: 14px
    }

    .offer-container.mobile .free-shipping-meter, .offer-container.mobile .offer-message {
        font-weight: 400
    }

    .ps-cart .cart-table tr:not(.first):not(.spacer) {
        margin-bottom: 19px
    }

    .cart-table td[data-rwd-label] .price {
        color: #000;
        font-size: 12px
    }

    .ps-cart_products_summary_form {
        margin-bottom: 0
    }

    .cart-totals-wrapper .cart-totals {
        padding-top: 10px
    }

    .ps-cart.cart .cart-totals table td:first-child {
        padding-right: 50px
    }

    .cart-totals .cart-st-subtotal {
        width: 100%;
        float: none
    }

    .ps-cart .checkout-types, .ps-cart .checkout-types.top li {
        float: none
    }

    .cart-totals .checkout-types .btn-checkout {
        width: 150px !important;
        min-width: 150px !important
    }

    .cart-totals-wrapper .checkout-types li {
        display: inline-block !important;
        width: auto !important
    }

    .cart-totals-wrapper .checkout-types li .paypal-or {
        padding: 8px 10px
    }
}

.ps-cart .giftcard .messages .error-msg li:before, .st-product-custom-message .messages .error-msg li:before, .st-product-custom-message .messages .success-msg li:before, .st-product-custom-message .messages:not(:last-child) {
    display: none
}

.button2 span span, .ps-cart .button2 span {
    font-weight: 300;
    text-decoration: none;
    font-size: 16px
}

.ps-cart.cart .giftcard .check-gc-status {
    margin: 7px 0 20px;
    width: 100%;
    text-align: center
}

.ps-cart .discount-coupon-form label, .ps-cart.cart .giftcard label {
    font-size: 13px;
    font-weight: 300;
    min-width: 113px
}

.ps-cart .paypal-or {
    margin: 0;
    font-size: 12px
}

.ps-cart .btn-proceed-checkout.btn-checkout {
    font-size: 12px;
    min-width: 175px
}

.ps-cart_giftcard_promo_notice {
    font-size: 15px;
    font-weight: 400;
    font-family: LatoLight;
    text-align: center;
    width: 100%;
    padding-bottom: 10px
}

.ps-cart #shopping-cart-table tbody tr td, .ps-cart.cart .cart-totals table tfoot {
    border-bottom: none
}

.ps-cart .cart-table tr:not(.first):not(.spacer) {
    border-bottom: 1px solid #737373
}

.ps-cart #shopping-cart-table tbody tr.spacer {
    height: 30px
}

.ps-cart .messages {
    font-size: 14px;
    margin: 20px 0 50px
}

.ps-cart .giftcard .messages {
    margin: 0
}

.ps-cart .giftcard .messages .error-msg li {
    color: red;
    font-weight: 300;
    padding-left: 0;
    border-left: 0
}

.st-product-custom-message .messages {
    margin-bottom: 0
}

.st-product-custom-message .messages .error-msg li, .st-product-custom-message .messages .success-msg li {
    border-left: 0;
    background-color: transparent;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 0;
    color: #d44221
}

.st-product-custom-message.error + div .ps-qty_label {
    visibility: hidden
}

.checkout-cart-index .error-msg span {
    color: red
}

.ps-cart .shopping-cart-totals-table tbody {
    font-size: 13px
}

.ps-cart .shopping-cart-totals-table .price {
    color: #000;
    font-weight: 400
}

.ps-cart .shopping-cart-totals-table tfoot .price {
    color: #000;
    font-weight: 300
}

.ps-cart.cart .cart-totals table td, .ps-cart.cart .cart-totals table tfoot strong {
    font-weight: 300
}

.ps-cart .cart-table .product-cart-sku .label, .ps-cart .cart-table h2 {
    font-weight: 400
}

.ps-cart .discount-coupon-form .input-text, .ps-cart.cart .giftcard .input-text {
    border-color: #ccc
}

.ps-cart .crosssell {
    margin-top: 30px
}

.ps-cart .crosssell h2 {
    color: #757575;
    font-weight: 400;
    font-family: LatoLight;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: left
}

.ps-cart .crosssell h2.ps-cart_crosssell_header {
    margin-bottom: 3px;
    padding-top: 2px
}

.ps-cart .crosssell .products-grid > li {
    padding: 0;
    margin-right: 30px
}

@media only screen and (max-width: 767px) {
    .ps-cart .crosssell .products-grid > li {
        padding: 0 10px;
        margin-right: 0;
        width: auto;
        float: left;
        clear: none
    }
}

.ps-cart .crosssell .products-grid .product-name {
    line-height: 16px;
    font-size: 12px
}

.ps-cart .crosssell .products-grid .product-image img {
    max-width: 200px;
    margin: auto
}

.ps-cart .crosssell .products-grid .actions {
    min-height: 35px;
    padding-top: 0
}

.ps-cart .crosssell .products-grid > li {
    margin: 0;
    padding-left: 11px;
    padding-right: 11px
}

.ps-cart .crosssell .price-box {
    line-height: 20px
}

.ps-cart .crosssell .crosssell-products-list .button {
    display: block;
    margin-top: 10px;
    width: 100%
}

.payment-options-details .amasty-payment-detect + .amasty-payment-detect, .ps-cart .discount-coupon-form .validation-advice, .ps-cart.cart .giftcard .validation-advice {
    display: none
}

.ps-cart .crosssell .crosssell-products-list .button .ps-cart_crosssell_button_text {
    letter-spacing: 1px
}

.ps-cart .cart-table .item-options, .ps-cart .data-table tbody td .item-options {
    margin: 0;
    padding: 0
}

.ps-cart .data-table tbody td .item-options dt {
    font-style: normal;
    font-weight: 400;
    color: #000
}

.ps-cart .cart-table .product-cart-sku {
    margin: 0
}

.ps-cart .data-table tbody td .item-options dd {
    padding-left: 0;
    font-weight: 300;
    margin: 0;
    color: #757575
}

.ps-cart .products-grid .ps-cart_crossell_item_name {
    font-size: 13px;
    font-weight: 400;
    color: #000
}

.ps-cart_crosssell_item .product-image:hover .ps-cart_crossell_item_name, .ps-cart_crosssell_item .ps-cart_crosssell_item_info .ps-cart_crossell_item_name:hover {
    color: #df0169;
    text-decoration: none
}

.ps-cart_crosssell_item_info .ps-catalog_product_price_box .price {
    font-size: 12px;
    color: #000;
    font-weight: 300
}

.opc.ps-checkout {
    margin-bottom: 50px
}

.ps-checkout #opc-login h3 {
    line-height: 28px;
    font-size: 16px
}

.ps-checkout #opc-login p.description {
    font-style: normal;
    font-weight: 300
}

.ps-checkout #opc-login .input-text {
    font-size: 15px;
    font-weight: 300;
    padding-left: 8px;
    width: 100%
}

.ps-checkout #opc-login a.f-left {
    font-size: 13px;
    font-weight: 300
}

.ps-checkout.page-title h1 {
    text-transform: uppercase;
    color: #757575;
    font-size: 21px;
    font-weight: 700;
    border-bottom: none;
    margin-bottom: 25px;
    line-height: 23px
}

.opc.ps-checkout .section .step-title .number {
    background-color: #8da7b0;
    font-weight: 300
}

.opc.ps-checkout .section.allow.active .step-title .number {
    background-color: #1b5062;
    font-size: 16px;
    font-weight: 300
}

.opc.ps-checkout .section label, .opc.ps-checkout .section label a {
    font-size: 14px;
    font-weight: 300;
    color: #000
}

.opc.ps-checkout .please-wait {
    float: left;
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px
}

.opc.ps-checkout .opc-payment .note {
    font-size: 14px;
    font-weight: 300
}

.opc.ps-checkout .buttons-set a {
    font-size: 14px;
    color: #df0169;
    font-weight: 300
}

.opc.ps-checkout .section .form-list select {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 300
}

.opc.ps-checkout .section .sp-methods .price {
    font-weight: 300;
    font-size: 16px
}

.opc.ps-checkout .section .form-list .control label {
    color: #000;
    font-size: 13px
}

.opc.ps-checkout .section .button {
    background-color: #1b5062
}

.opc.ps-checkout input[type=text] {
    font-weight: 300
}

.opc.ps-checkout .price-box, .opc.ps-checkout .price-box .price {
    font-size: 14px
}

.opc.ps-checkout .h4, .opc.ps-checkout h4 {
    font-weight: 400
}

.opc.ps-checkout .sp-methods #payment_form_paypal_express .form-alt {
    font-size: 14px;
    font-weight: 300
}

.opc.ps-checkout .sp-methods dt {
    font-size: 14px;
    color: #000;
    font-weight: 300
}

.opc.ps-checkout .sp-methods dd .form-list .input-box {
    overflow: hidden
}

.opc.ps-checkout #co-shipping-method-form h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 300
}

.opc.ps-checkout .section.allow:not(.active) .step-title a {
    font-size: 14px;
    font-weight: 300;
    color: #df0169
}

.opc.ps-checkout .section.allow:not(.active) .step-title:hover .number {
    background: #8da7b0
}

.opc.ps-checkout .section .step-title h2, .opc.ps-checkout .section.active .step-title h2, .opc.ps-checkout .section.allow .step-title:hover h2 {
    color: #757575;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300
}

.ps-checkout_progress .block-title strong {
    color: #1b5062
}

.ps-checkout_progress.block-progress .block-content dt {
    font-weight: 300
}

.ps-checkout_progress.block-progress .block-content dt.complete {
    color: #757575
}

.ps-checkout_progress.block-progress .block-content dd.complete, .ps-checkout_progress.block-progress .block-content dd.complete address {
    font-style: normal;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px
}

.ps-checkout_progress.block-progress .block-content .changelink {
    margin-left: 8px
}

.ps-checkout_progress.block-progress .block-content .changelink a {
    color: #df0169;
    padding-left: 6px
}

.opc.ps-checkout .section .step {
    padding: 15px 0
}

.no-touch .opc .section.allow:hover .step-title .number, .opc .section .step-title .number, .opc .section.allow.active .step-title .number {
    left: 0
}

.opc .section .step-title h2 {
    margin: 0 4px 0 35px
}

.opc.ps-checkout .checkout-review-table {
    font-size: 14px
}

.opc.ps-checkout .checkout-review-table th {
    font-weight: 300
}

.opc.ps-checkout .checkout-review-table .h4, .opc.ps-checkout .checkout-review-table h4 {
    color: #000
}

.opc.ps-checkout .checkout-review-table h4.product-name {
    text-transform: none
}

.opc.ps-checkout .checkout-review-table tfoot td {
    text-transform: uppercase;
    font-weight: 300
}

.opc.ps-checkout .checkout-review-table tfoot td.a-right strong {
    font-weight: 300;
    color: #000
}

.opc.ps-checkout .checkout-review-table.data-table tbody td, .opc.ps-checkout .checkout-review-table.data-table thead th {
    border-bottom: none
}

.opc.ps-checkout .checkout-review-table.data-table tbody td {
    padding: 10px 10px 10px 0
}

.opc.ps-checkout .checkout-review-table.data-table thead th.a-center {
    text-align: center
}

.opc.ps-checkout .section.opc-review .step-title {
    border-bottom: 1px solid #ececec
}

.opc.ps-checkout .checkout-review-table.data-table tbody td .product-image, .opc.ps-checkout .checkout-review-table.data-table tbody td .product-info {
    float: left;
    color: #000
}

.opc.ps-checkout .checkout-review-table.data-table tbody td .product-info .item-options {
    margin: 0
}

.opc.ps-checkout .checkout-review-table.data-table tbody td .product-info .item-options dt {
    font-weight: 400;
    font-style: normal
}

.opc.ps-checkout .checkout-review-table.data-table tbody td .product-info .item-options dd {
    font-weight: 300;
    padding-left: 0
}

.opc.ps-checkout .checkout-review-table.data-table tbody td .product-info {
    padding-left: 15px
}

.opc.ps-checkout .checkout-review-table .price, .opc.ps-checkout .checkout-review-table .price-box .price, .opc.ps-checkout .checkout-review-table.data-table tbody td.a-center {
    font-weight: 400;
    color: #000
}

.opc.ps-checkout .checkout-step-review .buttons-set {
    border-top: none;
    margin-top: 45px;
    padding-top: 0
}

.opc.ps-checkout .checkout-step-review .buttons-set p {
    float: right;
    font-weight: 300;
    font-size: 14px
}

.opc.ps-checkout #review-buttons-container .button.btn-checkout {
    max-width: 220px;
    width: 100%
}

.opc-billing .control label, .opc-billing .input-text, .opc-billing select {
    width: 365px;
    max-width: 100%
}

.add-gift-message p .checkbox, .gift-message-form p .checkbox {
    vertical-align: top;
    margin-top: 5px
}

.ps-order_comment_textarea {
    width: 100%;
    resize: none
}

.opc.ps-checkout .gift-item p {
    font-size: 14px;
    font-weight: 300
}

.cart-empty p {
    font-weight: 300
}

.ps-basket-empty a:hover, .ps-checkout_onepage_payment_additional_giftcardaccount .note a {
    color: #df0169
}

.payment-options-details #payment_form_authnetcim .input-box, .payment-options-details #payment_form_authnetcim .input-box a {
    font-weight: 300;
    font-size: 13px;
    color: #000
}

.ps-form_list .different-card a {
    color: #df0169
}

.paypal-review-step .block-progress {
    border: 0
}

.paypal-review-step .col2-set .col-1, .paypal-review-step .col2-set .col-2 {
    padding: 0
}

.paypal-review-step .shipping-method-progress-opcheckout fieldset .input-box, .paypal-review-step .shipping-method-progress-opcheckout fieldset select {
    width: 100%;
    max-width: 100%
}

header.ps-header .page-header-container.desktop {
    display: block
}

header.ps-header .page-header-container.mobile {
    display: none
}

.ps-catalog_product_view {
    width: 100%;
    position: relative
}

.ps-catalog_product_view .ps-product_image_box {
    margin-bottom: 50px
}

.ps-catalog_product_essential .ps-product_image_box {
    width: 47%
}

.ps-catalog_product_essential .ps-add_to_cart_wrapper, .ps-catalog_product_essential .ps-product_shop {
    width: 53%
}

.ps-catalog_product_related_products_container {
    position: relative
}

.ps-catalog_product_view .ps-product_shop .ps-catalog_product_price_info .ps-regular_standard_price {
    font-weight: 300;
    font-size: 24px;
    color: #000
}

.ps-catalog_product_view .ps-catalog_product_price_box, .ps-catalog_product_view .ps-catalog_product_secondary_pritandace_box {
    margin: 20px 0
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .ps-catalog_product_view .ps-product_shop .ps-catalog_product_price_info .ps-regular_standard_price, .ps-catalog_product_view .ps-product_shop .ps-catalog_product_price_info .ps-regular_standard_price .price {
        font-size: 22px
    }

    .ps-catalog_product_view .ps-catalog_product_price_box, .ps-catalog_product_view .ps-catalog_product_secondary_price_box {
        margin: 30px 0 0
    }

    .st-out-of-stock .ps-catalog_product_current_swatch_container + .ps-catalog_product_price_info.price-info {
        position: relative
    }

    .st-out-of-stock .ps-product_alert_msg .out-of-stock, .st-out-of-stock .ps-product_alert_msg .out-of-stock + input[type=text], .st-out-of-stock .ps-product_options_bottom .out-of-stock, .st-out-of-stock .ps-product_options_bottom .out-of-stock + input[type=text] {
        float: left;
        width: calc(100% - 82px);
        max-width: 281px
    }

    .st-out-of-stock .ps-catalog_product_price_box, .st-out-of-stock .ps-catalog_product_secondary_price_box {
        top: 21px;
        bottom: auto;
        margin: 0;
        position: absolute;
        right: 0
    }

    .st-out-of-stock .ps-catalog_product_current_swatch_container + .price-info .ps-catalog_product_price_box, .st-out-of-stock .ps-catalog_product_current_swatch_container + .price-info .ps-catalog_product_secondary_price_box {
        top: auto;
        bottom: 63px
    }

    .st-out-of-stock .ps-catalog_product_price_box .regular-price, .st-out-of-stock .ps-catalog_product_secondary_price_box .regular-price {
        display: block
    }

    .st-out-of-stock .ps-catalog_product_price_info.price-info {
        position: relative
    }
}

.ps-product_image_zoom_wrapper .ps-product_image_zoom_icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    height: 36px;
    width: 40px;
    background: url('../images/sprites/ps-spritesheet.png') -500px 0 no-repeat
}

.ps-product_image_thumbs_list .ps-product_image_thumbnail_item {
    margin-left: 2.7%
}

.ps-product_image_thumbs_list .ps-product_image_thumbnail_item img {
    width: 100%
}

.ps-product_options_bottom {
    border-top: 0;
    margin: 0;
    padding: 0
}

.catalog-category-view .ps-product_shop .ps-old_price, .ps-mobile_tags_for_addto_box {
    display: none
}

.ps-page_sharing_links_container .ps-page_sharing_links {
    display: inline-block
}

.ps-page_sharing_links .at-custom-share-span .at4-icon, .ps-page_sharing_links_container .ps-copy_category_url, .ps-page_sharing_links_container .ps-mailto_product_page {
    background: url('../images/sprites/ps-spritesheet.png');
    background-size: initial !important
}

.ps-page_sharing_links .at-custom-share-span, .ps-page_sharing_links .at-custom-share-span .at4-icon, .ps-page_sharing_links_container .ps-copy_category_url, .ps-page_sharing_links_container .ps-mailto_product_page {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0
}

.ps-page_sharing_links .at-custom-share-span .at4-icon, .ps-page_sharing_links_container .ps-mailto_product_page {
    background-size: 598px 180px !important
}

.ps-page_sharing_links .at-custom-share-span {
    margin: 0 5px 0 0
}

.ps-page_sharing_links .at-custom-share-span .at4-icon.aticon-facebook {
    background-position: -7px -7px
}

.ps-page_sharing_links .at-custom-share-span .at4-icon.aticon-facebook:hover {
    background-position: -7px -34px
}

.ps-page_sharing_links .at-custom-share-span .at4-icon.aticon-twitter {
    background-position: -36px -7px
}

.ps-page_sharing_links .at-custom-share-span .at4-icon.aticon-twitter:hover {
    background-position: -36px -33px
}

.ps-page_sharing_links .at-custom-share-span .at4-icon.aticon-pinterest_share {
    background-position: -196px -8px
}

.ps-page_sharing_links .at-custom-share-span .at4-icon.aticon-pinterest_share:hover {
    background-position: -196px -34px
}

.ps-page_sharing_links_container .ps-mailto_product_page {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    background-position: -393px -7px;
    margin-top: 1px;
    width: 22px;
    height: 22px
}

.ps-page_sharing_links_container .ps-mailto_product_page:hover {
    background-position: -393px -34px;
    text-decoration: none
}

.ps-page_sharing_links_container .ps-copy_category_url {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    background-position: -436px -8px;
    margin-top: 1px;
    width: 22px;
    height: 22px;
    margin-left: 8px
}

.ps-page_sharing_links_container .ps-copy_category_url:hover {
    background-position: -436px -35px
}

.ps-addtocart_qty_fraction_box_controller, .ps-secondary-qty_box_controller {
    margin-left: 5px
}

.ps-add_simple_to_cart_wrapper .ps-add_to_cart_container, .ps-add_simple_to_cart_wrapper .ps-add_to_links, .ps-product_options_bottom .ps-add_to_cart_container, .ps-product_options_bottom .ps-add_to_links {
    vertical-align: top;
    display: inline-block
}

.ps-add_to_cart_container .ps-qty_wrapper, .ps-add_to_cart_container .ps-qty_wrapper .ps-qty_label, .ps-secondary_qty_label {
    float: none;
    display: block;
    font-weight: 400;
    font-family: LatoMedium, sans-serif;
    font-size: 12px;
    line-height: 20px;
    height: 20px
}

.ps-add_to_cart_container .ps-qty_wrapper .ps-qty_fraction_input, .ps-add_to_cart_container .ps-qty_wrapper .ps-qty_input, .ps-qty_box_controller .ps-qty_input.qty, .ps-secondary-qty_box_controller .ps-qty_fraction_input.qty {
    line-height: 32px;
    height: 32px;
    width: 59px;
    padding-left: 0;
    border-color: #ccc;
    border-radius: 0
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .ps-add_to_cart_container .ps-qty_wrapper .ps-qty_fraction_input, .ps-add_to_cart_container .ps-qty_wrapper .ps-qty_input {
        width: 55px
    }
}

.ps-add_to_cart_container .ps-qty_wrapper .ps-qty_fraction_input {
    padding-right: 22px;
    font-size: 20px
}

.ps-add_to_cart_container .ps-add_to_cart_btn_container, .ps-add_to_links .ps-add_to_favorites_btn {
    margin-top: 20px
}

.ps-add_secondary_product, .ps-add_to_cart_container .ps-add_configurable_btn, .ps-add_to_cart_container .ps-add_simple_btn, .ps-add_to_links .ps-add_to_favorites_btn {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 32px;
    height: 32px;
    min-width: 136px;
    width: 100%;
    padding: 0 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.ps-add_configurable_btn, .ps-add_simple_btn {
    background: #1b5062
}

.ps-add_to_links .ps-add_to_favorites_btn {
    color: #757575;
    background: #f8f8f8
}

.ps-add_product_preloader_wrapper {
    max-width: 100%
}

.ps-qty_box_controller, .ps-secondary-qty_box_controller {
    position: relative;
    display: inline-block
}

.ps-qty_adder_panel {
    position: absolute;
    width: 25px;
    height: 30px;
    top: 1px;
    right: 2px;
    background: #fff
}

.ps-qty_add_btn, .ps-qty_minus_btn, .ps-secondary-qty_minus_btn {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    width: 13px;
    height: 6px;
    margin: 6px auto 0;
    background-size: 100%
}

.ps-qty_add_btn {
    background-image: url('../images/checkout-product/arrow-up.png')
}

.ps-qty_add_btn:hover {
    background-image: url('../images/checkout-product/arrow-up-hover.png')
}

.ps-qty_minus_btn, .ps-secondary-qty_minus_btn {
    background-image: url('../images/checkout-product/arrow-down.png')
}

.ps-qty_minus_btn:hover, .ps-secondary-qty_minus_btn:hover {
    background-image: url('../images/checkout-product/arrow-down-hover.png')
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .ps-catalog_product_header {
        margin-bottom: 4px
    }
}

.ps-catalog_product_header .ps-catalog_product_header_title {
    font-family: LatoLight, sans-serif;
    font-size: 28px;
    color: #000;
    line-height: 40px;
    margin-bottom: 0;
    border-bottom: none
}

.ps-catalog_product_header .ps-catalog_product_header_title a {
    font-weight: 300
}

.secondary-product-description {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .2px
}

@media only screen and (min-width: 1024px) {
    .upsell-item .ps-product-shop-top-section {
        overflow: hidden
    }

    .ps-filter_list_item .ps-filter_attribute_value {
        max-height: 210px
    }
}

.ps-catalog_product_header .ps-catalog_product_header_author, .page-title-wrapper .brand {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: inherit;
    margin-bottom: 0;
    text-transform: uppercase;
    text-indent: 2px
}

.ps-catalog_product_header .ps-catalog_product_header_author {
    margin-bottom: 50px
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .ps-catalog_product_header .ps-catalog_product_header_author {
        margin-bottom: 6px
    }
}

.ps-catalog_product_collateral .toggle-tabs {
    margin-bottom: 15px
}

.ps-catalog_product_collateral .toggle-tabs:empty {
    display: none
}

.ps-catalog_product_collateral .description-only, .ps-catalog_product_collateral .ps-tab_content .std {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300
}

.ps-current_selection_name, .ps-current_selection_title {
    font-family: Lato, sans-serif;
    display: block
}

.ps-current_selection_title {
    font-size: 14px
}

.ps-current_selection_name {
    text-transform: inherit;
    color: #000;
    font-size: 14px;
    line-height: 27px;
    min-height: 27px;
    padding: 0 12px;
    display: none
}

.ps-current_selection_name:not(:empty) {
    background-color: #f8f8f8
}

.ps-swatches_header {
    height: 0;
    opacity: 0;
    width: 0;
    margin: 0
}

.ps-tab-additional a {
    color: #df0169
}

.ps-product_attribute_spec_data, .ps-product_attribute_spec_label, .ps-tab-additional .ps-tab-misc_content, .ps-tab-additional .ps-tab-misc_content ul {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    display: inline-block;
    vertical-align: top
}

.pixquickview_popup .ps-catalog_product_collateral, .ps-catalog_product_collateral .toggle-tabs .last span:empty {
    display: none
}

.ps-product_attribute_spec_label:after {
    content: ": ";
    position: relative
}

.ps-product_attribute_spec_data {
    font-weight: 300
}

.ps-catalog_product_collateral {
    margin: 18px 0
}

.ps-catalog_product_collateral .toggle-tabs li span {
    position: relative
}

.ps-cms_custom_page_col_main .ps-cms_accordion_container, .ps-cms_custom_page_col_main .ps-cms_accordion_container .ps-cms_accordion_content, .ps-cms_giftcard_balance_checker_container .form-list, .st-pages-index-classes .pager ol, .st-pages-index-classes .product-wrapper ul li {
    list-style: none
}

.ps-catalog_product_related_products_header, .ps-catalog_product_related_projects_header {
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px
}

.ps-cart_crosssell_item_brand, .ps-catalog_product_related_products_item_brand {
    font-size: 12px;
    text-transform: uppercase;
    color: #737373;
    line-height: 17px;
    font-weight: 300
}

.ps-catalog_product_related_products_item .product-name {
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 2px;
    line-height: 20px;
    text-transform: none
}

.ps-catalog_product_related_projects_block {
    clear: both;
    margin: 0 0 50px
}

.ps-catalog_product_related_projects_carousel_container {
    position: relative
}

.ps-catalog_product_related_project {
    margin: 0 28px 0 auto;
    max-width: 280px;
    width: 100%
}

@media (min-width: 768px) {
    .ps-catalog_product_related_project {
        max-width: 353px
    }
}

.ps-catalog_product_related_project:hover .ps-catalog_product_related_project_title {
    color: #df0169
}

.ps-catalog_product_related_project_footer {
    margin-top: 15px
}

.ps-catalog_product_related_project_category, .ps-catalog_product_related_project_title {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #000
}

.ps-catalog_product_related_project_category {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 3px
}

.ps-catalog_product_related_project_image {
    width: 100%
}

.ps-catalog_product_related_projects_carousel_container .ps-featured_products_controls {
    top: 130px
}

.ps-product-tags-list-wrapper {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000
}

.ps-product-tags-list-wrapper:after {
    content: '';
    display: table;
    clear: both
}

.ps-product-tags-list-wrapper .tag-label:after {
    position: relative;
    content: ': '
}

.ps-product-tags-list-wrapper .tag-item:after {
    color: #1b5062;
    position: relative;
    content: ', '
}

.ps-product-tags-list-wrapper .tag-item:last-child:after {
    content: ''
}

.ps-product-tags-list-wrapper .tag-link {
    color: #1b5062;
    font-weight: 300
}

.favorites-section .ps-my_favorites_url_link:hover, .ps-header .header-language-container.right-aligned .ps-skip_minicart_link_btn .ps-minicart_product_label:hover, .ps-product-tags-list-wrapper .tag-link:hover, .ps-skip_minicart_link_btn .ps-minicart_product_label:hover + .ps-minicart_product_count {
    color: #df0169
}

.ps-skip_minicart_link_btn .label.ps-minicart_product_label {
    float: left;
    background-color: #fff;
    padding: 0;
    line-height: 1.5;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 300;
    margin-right: 2px
}

.ps-desktop_minicart .ps-minicart_product_count {
    float: left;
    display: block;
    line-height: 18px;
    height: 18px;
    color: #757575;
    margin-right: 2px
}

.ps-minicart_wrapper.minicart-wrapper .ps-minicart_close_container {
    padding: 0;
    float: none
}

.ps-minicart_wrapper.minicart-wrapper .ps-minicart_hasitems_text {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    padding: 10px 20px;
    text-transform: none
}

.ps_mobile_minicart_main .ps-minicart_wrapper.minicart-wrapper .ps-minicart_hasitems_text {
    padding: 0 20px 10px
}

.ps-minicart_wrapper.minicart-wrapper .ps-minicart_empty_text {
    width: 100%;
    float: none
}

.ps-desktop_minicart .ps-minicart_container {
    border: 1px solid transparent;
    -moz-box-shadow: 1px 0 5px 0 #dcdcdc;
    -webkit-box-shadow: 1px 0 5px 0 #dcdcdc;
    box-shadow: 1px 0 5px 0 #dcdcdc
}

.ps-minicart_container .ps-minicart_product_list {
    padding: 0 16px 0 20px;
    clear: left
}

.ps-minicart_container .item.ps-minicart_product_item {
    padding: 0
}

.ps-minicart_container .ps-minicart_product_item .last, .ps-minicart_container .ps-minicart_product_item:last-child {
    padding-bottom: 12px
}

.ps-minicart_product_item .ps-minicart_product_image {
    float: left;
    margin-right: 15px
}

.ps-minicart_product_item .ps-minicart_product_image_link {
    z-index: 1
}

.ps-minicart_product_item .ps-minicart_product_name, .ps-minicart_product_table_info .ps-minicart_product_price_tableheader, .ps-minicart_product_table_info .ps-minicart_product_quantity_tableheader {
    font-family: Lato, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #000
}

.ps-minicart_container .ps-minicart_product_table_info tr {
    line-height: 16px
}

.ps-minicart_container .ps-minicart_product_table_info th {
    vertical-align: top;
    padding: 3px 8px 3px 0
}

.ps-header .ps-minicart_product_item .ps-minicart_product_details .ps-minicart_product_name {
    float: none;
    margin-bottom: 2px;
    display: table;
    max-width: 178px;
    text-align: left
}

.ps-minicart_product_item .ps-minicart_product_details .ps-minicart_product_name a {
    display: block;
    color: #000;
    max-width: 245px;
    text-transform: none
}

.ps-minicart_product_table_info .ps-minicart_product_data .price, .ps-minicart_product_table_info .ps-minicart_product_data .qty {
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    vertical-align: top;
    color: #000
}

.ps-minicart_product_details .ps-minicart_product_quantity {
    font-size: 11px;
    vertical-align: top
}

.ps-minicart_product_table_info .ps-minicart_product_edit_quantity {
    font-size: 11px;
    line-height: 12px;
    padding: 3px 10px;
    vertical-align: top
}

.btn-remove2, .ps-minicart_product_remove {
    display: block;
    width: 13px;
    height: 18px;
    cursor: pointer
}

.ps-minicart_product_remove {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.btn-remove2:active, .btn-remove2:focus, .btn-remove2:hover, .ps-minicart_product_remove:active, .ps-minicart_product_remove:focus, .ps-minicart_product_remove:hover {
    background-color: inherit
}

.btn-remove2:active svg apth, .btn-remove2:focus svg path, .btn-remove2:hover svg path, .ps-minicart_product_remove:active svg path, .ps-minicart_product_remove:focus svg path, .ps-minicart_product_remove:hover svg path {
    fill: #fd3e98
}

.ps-minicart_close_btn {
    display: block;
    font-family: Lato, sans-serif;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 21px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1
}

.ps-minicart_close_btn:hover svg g, .ps-minicart_close_btn:hover svg g line {
    stroke: #fd3e98
}

.ps-desktop_minicart .ps-minicart_basket_icon {
    float: left;
    display: block;
    line-height: 18px;
    width: 18px;
    height: 18px;
    background-image: url('../images/header_sprite.png');
    background-repeat: no-repeat;
    background-position: -57px -32px
}

.ps-minicart_basket_icon.ps-minicart_basket_icon_empty {
    background-position: -57px -2px
}

.ps-minicart_subtotal_container {
    padding: 0 16px 0 84px
}

.ps-minicart_subtotal_container .ps-minicart_subtotal {
    color: #000;
    font-size: 11px
}

.ps-header .ps-minicart_container .ps-minicart_subtotal_container .label.ps-minicart_subtotal_label {
    color: #000;
    font-size: 11px;
    font-weight: 400
}

.ps-minicart_cart_link:active, .ps-minicart_cart_link:focus, .ps-minicart_checkout_link:focus {
    color: #fff
}

.ps-minicart_checkout_button {
    display: none
}

.ps-minicart_cart_link, .ps-minicart_checkout_link {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 34px;
    height: 34px;
    min-width: 136px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    max-width: 257px;
    margin: 0 auto 10px;
    background: #1b5062
}

.ps-minicart_cart_link.paypal-express {
    background-color: #fff;
    border: 1px solid #a6a6a6;
    margin-top: 10px;
    margin-bottom: 0;
    border-radius: 3px
}

#top-cart-btn-checkout {
    margin-top: 10px
}

.ps-minicart_actions .paypal-express-in-context-mini-cart-container {
    max-width: 257px;
    margin: 8px auto
}

.paypal-button.paypal-button-color-gold {
    background: #fff !important;
    border: 1px solid #a6a6a6 !important
}

.ps-minicart_cart_link.paypal-express img {
    width: auto;
    height: 22px;
    margin: 5px auto 0
}

.ps-header .ps-minicart_wrapper .ps-minicart_close_container p, .ps-header .ps-minicart_wrapper .ps-minicart_subtotal_container p {
    float: none
}

.ps-minicart_container .ps-minicart_actions .checkout-types li {
    margin: 0
}

.ps-minicart_container .ps-minicart_actions .checkout-types .paypal-logo {
    float: none;
    width: 100%;
    text-align: center
}

.ps-minicart_container .ps-minicart_actions .checkout-types .paypal-or {
    float: none;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 25px
}

.ps-minicart_wrapper .minicart-message.ps-minicart_success_message {
    text-align: center;
    color: #df0169;
    display: none
}

.minicart-items-part > div {
    height: auto !important
}

.ui-effects-wrapper {
    z-index: 5
}

.ps-home_grid {
    max-width: 1190px;
    margin: auto
}

.ps-home_grid .item {
    width: 33.3%;
    float: left
}

.ps-home_grid .item.w2 {
    width: 66.6%
}

.ps-home_grid .item.w3, .ps-home_grid .item.wp_post {
    width: 100%
}

.ps-home_grid .item img {
    width: 100%;
    height: 100%;
    float: left
}

.ps-home_grid .item.wp_post img {
    width: auto;
    height: 441px
}

.ps-home_grid .item:hover .white-overlay {
    display: block;
    background: #fff;
    cursor: pointer;
    opacity: .92;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0
}

.ps-home_grid .item .white-overlay {
    display: none
}

.ps-home_grid .item .white-overlay .hover-text {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 6%
}

.ps-home_grid .item .white-overlay .category {
    color: #000;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    text-transform: uppercase
}

.ps-home_grid .item .white-overlay .title {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400
}

.ps-home_grid .item .white-overlay .descr {
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    letter-spacing: -.3px;
    color: #757575
}

.ps-home_grid .item a .white-overlay .view {
    color: #df0169;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px
}

.ps-home_grid .item a:hover .white-overlay:hover .view {
    text-decoration: none
}

.ps-catalog_filters_wrapper {
    z-index: 1
}

.ps-catalog_filters_wrapper .filter-title {
    font-size: 12px;
    text-transform: uppercase;
    display: table
}

.ps-catalog_filters_wrapper .filter-name {
    font-size: 14px;
    font-weight: 300
}

.main .ps-catalog_category_wrapper, .main .ps-catalog_filters_wrapper {
    width: 100%;
    padding: 0;
    float: none;
    clear: none
}

.ps-filter_block {
    margin: 0
}

#show_in_main_sidebar-shop_by_discount_filter a, .show_in_main_sidebar-on_sale a {
    color: #e15638 !important
}

.sale-page-left-cat-wrapper .cat-title {
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    color: #000 !important;
    -webkit-font-smoothing: antialiased
}

.sale-page-left-cat-wrapper .sub-cat h2 {
    line-height: 20px !important;
    font-weight: 400 !important
}

.sidebar .sale-page .filter-title {
    font-size: 12px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    color: #000 !important
}

.ps-filter_list_item {
    float: right;
    margin-top: 26px
}

.ps-filter_list_item.first {
    margin-right: 0
}

.ps-filter_list_item:hover {
    cursor: pointer;
    color: #df0169
}

@media only screen and (min-width: 981px) {
    .ps-filter_list_item .ps-filter_attribute_value {
        display: block !important
    }

    .col2-left-layout .col-left.sidebar.col-left-first {
        display: block !important
    }
}

.ps-filter_list_item .ps-filter_attribute_value {
    width: 175px;
    background: #fff;
    margin-left: -15px
}

.ps-filter_list_item .ps-filter_attribute_value a {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    font-family: LatoLight;
    font-weight: 400;
    padding-left: 15px;
    outline: 0;
    display: block
}

.ps-filter_list_item .ps-filter_attribute_value a:hover {
    color: inherit
}

.ps-filter_attribute_value .mCSB_inside > .mCSB_container {
    margin-right: 20px
}

.ps-filter_list_item .ps-filter_attribute_value.zindex0 {
    z-index: 0
}

.ps-filter_list_item .ps-filter_attribute_value .m-filter-item-list li {
    cursor: default;
    position: relative
}

.ps-filter_list_item .ps-filter_attribute_value .m-filter-item-list li:nth-child(6n+1) {
    clear: both
}

.ps-filter_list_item .ps-filter_reset_all_link {
    color: #757575;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase
}

.ps-filter_list_item .ps-filter_reset_all_link:hover {
    color: #df0169
}

.ps-filter_list_item .ps-filter_attribute_value a:before {
    content: '';
    width: 12px;
    height: 12px;
    display: none;
    margin-right: 5px
}

.ps-filter_list_item .ps-filter_attribute_value .ps-filter_reset_all_link:before {
    display: none;
    background: 0 0
}

.ps-filter_item_link_wrap span.ps-filter_item_text_wrap {
    display: block
}

.ps-filter_col_6 {
    width: 16.66%;
    float: left;
    margin-left: 0
}

.ps-filter_col_5 {
    width: 20%;
    float: left;
    margin-left: 0
}

.ps-filter_col_3 {
    width: 33.3%;
    float: left;
    margin-left: 0
}

.ps-filter_list_item .ps-filter_attribute_value a.filter-option-greyed-out {
    color: #ccc;
    cursor: default
}

.ps-filter_list_item .ps-filter_attribute_value a.filter-option-greyed-out:hover, .ps-filter_reset_all_link:before {
    text-decoration: none
}

.ps-filter_list_item .ps-filter_attribute_value .m-selected-filter-item a:before {
    content: '\00D7';
    width: 12px;
    height: 12px;
    display: inline-block;
    font-size: 17px;
    line-height: 18px;
    color: #757575;
    position: absolute;
    left: 0
}

.ps-filter_list_container .ps-filter_list_item .filter-title, .ps-filter_reset_all_all .ps-filter_reset_all_link_all {
    font-family: LatoLight;
    line-height: 19px;
    font-size: 14px;
    text-transform: uppercase
}

.ps-filter_list_container, .ps-filter_list_item .ps-filter_attribute_value li.m-selected-filter-item > a {
    position: relative
}

.ps-filter_list_item .ps-filter_attribute_value li:nth-child(6n):after {
    content: '';
    display: block
}

.ps-filter_list_item .ps-filter_reset_all {
    clear: both;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: LatoLight;
    color: #757575;
    cursor: default;
    padding-top: 5px
}

.ps-filter_list_item .ps-filter_attribute_value .m-selected-filter-item a {
    color: #df0169;
    position: relative
}

.ps-filter_list_item:last-child {
    padding-right: 0
}

.ps-filter_attribute_value {
    display: none
}

.ps-filter_attribute_name .plus-icon {
    background: url('../images/sprites/ps-spritesheet.png') -466px -11px no-repeat;
    width: 13px;
    height: 10px;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    visibility: hidden;
    display: none
}

.ps-filter_attribute_name.filter_active {
    color: #df0169
}

.ps-filter_attribute_name .plus-icon.view_options {
    background-position: -466px -37px
}

.ps-filter_item_link_wrap:hover {
    color: #df0169;
    text-decoration: none
}

.ps-filter_list_container .ps-filter_list_item, .ps-filter_list_container .ps-filter_list_item .filter-name .m-filter-item-list {
    float: none
}

.ps-filter_list_container .ps-filter_list_item .filter-title {
    color: #000;
    font-weight: 700;
    cursor: text;
    padding-right: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ps-filter_reset_all_all {
    padding-top: 28px
}

.ps-catalog_filters_wrapper .configurable-swatch-list {
    margin-left: -3px;
    clear: both;
    zoom: 1
}

.ps-catalog_filters_wrapper .configurable-swatch-list li {
    margin: 0 0 0 3px;
    float: none;
    zoom: 1
}

.ps-catalog_filters_wrapper .narrow-by-list dd .configurable-swatch-list li {
    width: 47%;
    margin: 0 0 0 3px
}

.ps-catalog_filters_wrapper .swatch-label, .ps-catalog_filters_wrapper .swatch-link {
    display: block;
    color: #757575;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.ps-catalog_filters_wrapper .swatch-link {
    border: 1px solid transparent;
    margin: 0 0 3px;
    line-height: 16px
}

.ps-catalog_filters_wrapper .narrow-by-list dd .swatch-link {
    margin-right: 2px;
    padding: 0;
    float: left
}

.ps-catalog_filters_wrapper .currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 10px
}

.ps-catalog_filters_wrapper .swatch-label {
    background: 0 0;
    margin: 0;
    white-space: nowrap
}

.ps-catalog_filters_wrapper .swatch-link:hover {
    cursor: pointer;
    text-decoration: underline
}

.ps-catalog_filters_wrapper .currently .swatch-link:hover {
    cursor: default
}

.ps-catalog_filters_wrapper .currently .value {
    color: #df0169
}

.ps-catalog_filters_wrapper .swatch-link .x {
    display: none;
    background: url('../images/bg_x.png') center no-repeat;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10
}

.ps-catalog_filters_wrapper .configurable-swatch-list .not-available .x {
    display: block
}

.ps-catalog_filters_wrapper .configurable-swatch-list .not-available .swatch-link {
    border-color: #e6e6e6;
    position: relative
}

.ps-catalog_filters_wrapper .configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff
}

.ps-catalog_filters_wrapper .block-layered-nav .currently ol {
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 14px
}

.ps-catalog_filters_wrapper .block-layered-nav .actions {
    text-align: right;
    margin-bottom: 7px;
    font-size: 14px
}

.ps-catalog_product_swatch_view_all_button {
    color: #df0169;
    font-weight: 400;
    font-size: 14px;
    margin-right: 13px;
    float: right;
    cursor: pointer
}

.ps-configurable-swatch-list .swatch-item.swatch-hide {
    display: none
}

.ps-cms_custom_page_col_main {
    position: relative;
    padding-right: 50px;
    padding-left: 30px
}

.ps-cms_custom_page_col_main h1, .ps-cms_custom_page_col_main p {
    font-family: Lato, sans-serif;
    font-weight: 300;
    color: #000
}

.ps-cms_custom_page_col_main h1 {
    font-size: 26px;
    text-transform: uppercase
}

.ps-cms_custom_page_col_main h4 {
    margin: 30px 0
}

.ps-cms_custom_page_col_main p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px
}

.ps-cms_custom_page_col_main a {
    color: #df0169
}

.ps-cms_shipping ul {
    padding-top: 20px;
    text-align: center
}

.ps-cms_shipping ul li {
    display: inline-block;
    padding-right: 3%;
    text-align: center
}

.ps-cms_shipping ul li h6 {
    font-weight: 400
}

.ps-cms_shipping ul li p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 22px
}

.ps-cms_shipping h5 {
    padding-top: 20px;
    font-weight: 300;
    font-size: 15px
}

.ps-cms_shipping h4 {
    padding-top: 20px;
    font-weight: 400;
    font-size: 15px
}

.ps-cms_shipping table {
    text-align: center;
    width: 100%;
    cursor: default;
    margin: 20px 0 10px
}

.ps-cms_shipping table th {
    text-align: center;
    padding: 1%;
    border: 1px solid #eee
}

.ps-cms_shipping table th h6 {
    font-weight: 400;
    font-size: 14px
}

.ps-cms_accordion_content li, .ps-cms_accordion_header {
    font-size: 18px;
    font-family: Lato, sans-serif;
    font-weight: 300
}

.ps-cms_shipping table tr .country p {
    text-align: left
}

.ps-cms_shipping table td {
    border: 1px solid #eee;
    padding: 0 1%
}

.ps-cms_accordion_container, .ps-cms_custom_page_col_main .ps-cms_accordion_container {
    display: block;
    position: relative
}

.ps-cms_accordion_header {
    cursor: pointer;
    color: #1b5062;
    position: relative;
    display: inline-block
}

.ps-cms_accordion_header:hover {
    color: #df0169
}

.ps-cms_custom_page_col_main .ps-cms_accordion_header:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -25px;
    background: url('../images/sprites/ps-spritesheet.png') -463px -15px no-repeat;
    width: 16px;
    height: 10px;
    display: inline-block
}

.ps-cms_custom_page_col_main .ps-cms_accordion_header:hover:before {
    background-position: -476px -15px
}

.ps-cms_custom_page_col_main .ps-cms_accordion_header.cms_active_state:before {
    background-position: -476px -41px
}

.ps-cms_accordion_container .ps-cms_accordion_content {
    display: none;
    opacity: 0;
    margin: 15px 0 30px;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ps-cms_custom_page_col_main .ps-cms_accordion_container {
    margin-bottom: 5px
}

.ps-cms_accordion_content li {
    color: #818181
}

.ps-cms_custom_page_col_main .ps-cms_accordion_content li:first-child {
    margin-top: 0
}

.ps-cms_custom_page_col_main .ps-cms_accordion_content li {
    margin-top: 15px
}

.ps-cms_accordion_container .ps-cms_accordion_content.open_cms_content {
    display: block
}

.ps-cms_accordion_container .ps-cms_accordion_content.open_cms_content.view_cms_content {
    opacity: 1
}

.ps-cms_accordion_header.cms_active_state, .ps-cms_left_col li a.cms_active_state {
    color: #df0169
}

.ps-cms_left_col li a {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #818181
}

.ps-cms_left_col li ul {
    margin-left: 15px
}

.ps-cms_left_col li a:hover {
    color: #df0169;
    text-decoration: none
}

.ps-cms_left_col .ps-cms_accordion_content {
    margin: 0 0 0 20px
}

.ps-cms_right_col .ps-page_sharing_links_container {
    float: right;
    position: absolute;
    top: -15px;
    right: 5px
}

.ps-cms_right_col .ps-page_sharing_links {
    display: inline-block
}

.input-minicart, .input-search {
    display: block
}

.ps-mobile_nav_container {
    background: #fff;
    position: relative;
    text-align: left;
    z-index: 0
}

.user-icon, select {
    background-repeat: no-repeat
}

.input-newsletter {
    display: block;
    padding: 0
}

.header-inputs .ps-account_container, .header-inputs .ps-newsletter_container, .header-inputs .ps-search_container, .input-account .ps-skip_account_link_btn, .input-newsletter .ps-skip_newsletter_link_btn, .input-search .ps-skip_search_link_btn {
    display: none
}

.header-inputs .ps-account_container.skip-active, .header-inputs .ps-newsletter_container.skip-active, .header-inputs .ps-search_container.skip-active, .input-account {
    display: block
}

.input-search .ps-search_container {
    position: relative;
    max-width: 250px;
    top: 0;
    padding: 0
}

.ps-footer_col.ps-footer_subscribe .ps-footer_newsletter_container .ps-footer_newsletter_input::placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #737373;
    font-family: LatoLight
}

.ps-footer_col.ps-footer_subscribe .ps-footer_newsletter_container .ps-footer_newsletter_input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #737373;
    font-family: LatoLight
}

.ps-footer_col.ps-footer_subscribe .ps-footer_newsletter_container .ps-footer_newsletter_input::-moz-placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #737373;
    font-family: LatoLight
}

.ps-footer_col.ps-footer_subscribe .ps-footer_newsletter_container .ps-footer_newsletter_input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #737373;
    font-family: LatoLight
}

.ps-footer_col.ps-footer_subscribe .ps-footer_newsletter_container .ps-footer_newsletter_input:-moz-placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #737373;
    font-family: LatoLight
}

.input-newsletter .ps-newsletter_container, .input-newsletter .ps-newsletter_container .header-newsletter {
    position: relative;
    float: none;
    top: 0
}

.input-minicart .ps-minicart_container {
    margin-bottom: 30px
}

.input-minicart .ps-minicart_container .ps-minicart_subtotal_container {
    padding-left: 0;
    margin-left: 20px
}

.input-minicart .ps-minicart_container .ps-minicart_subtotal {
    text-align: left;
    width: 100%;
    padding-top: 5px;
    text-indent: 65px
}

.ps-mobile_nav_container .minicart-icon .ps-minicart_product_count {
    font-size: 12px;
    vertical-align: text-top;
    line-height: 1;
    display: inline-block;
    color: #757575
}

.header-inputs .ps-minicart_container .ps-minicart_close_container, .header-inputs .ps-skip_account_link_btn, .header-inputs .ps-skip_minicart_link_btn, .ps-bundle_product_view .ps-bundle_product_collateral .toggle-tabs {
    display: none
}

.ps-bundle_product_view .ps-catalog_product_sharing_links_container {
    top: 0
}

.ps-bundle_product_view .ps-bundle_product_info {
    padding: 0
}

.ps-bundle_product_view .ps-bundle_product_header_title, .ps-bundle_product_view .ps-bundle_product_long_description, .ps-bundle_product_view .ps-catalog_product_header_blurb {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px
}

.ps-bundle_product_view .ps-bundle_product_long_description, .ps-bundle_product_view .ps-catalog_product_header_blurb {
    font-size: 18px
}

.ps-bundle_product_view .ps-bundle_product_option {
    border-bottom: none;
    border-top: 1px solid #ccc
}

.ps-bundle_product_view .ps-bundle_product_configuration_container, .ps-bundle_product_view .ps-bundle_product_image_container {
    float: left;
    border: none;
    min-height: inherit
}

.ps-bundle_product_configuration_container .ps-bundle_product_options_container .option-data, .ps-bundle_product_view .ps-bundle_product_image_container {
    margin-right: 10px
}

.ps-bundle_product_view .ps-catalog_product_header .ps-catalog_product_header_title {
    margin-bottom: 10px
}

.ps-bundle_product_view .ps-bundle_product_configuration_container .option-label {
    color: #939393;
    font-size: 12px;
    font-weight: 300
}

.ps-bundle_product_configuration_container .ps-bundle_product_options_container {
    min-height: inherit;
    width: inherit;
    position: relative;
    top: -17px
}

.ps-bundle_product_info .ps-bundle_product_option_qty {
    clear: none;
    width: 60px;
    float: right
}

.pixafy-modal-wrapper, .ps-add-giftcard, .ps-bundle_product_configuration_container .ps-bundle_product_options_container .option-data {
    float: left
}

.ps-bundle_product_info .qty.ps-bundle_product_qty_input {
    width: 60px;
    padding-left: 5px;
    text-align: left;
    height: 32px;
    font-size: 12px
}

.ps-bundle_product_view .ps-bundle_product_price_info, .ps-bundle_product_view .ps-product_shop.ps-bundle_product_right_col .ps-product_options_bottom {
    text-align: right
}

.ps-bundle_product_configuration_container .ps-qty_adder_panel {
    right: 1px
}

.ps-bundle_product_view .ps-bundle_product_price_info .price-box .full-product-price .price, .ps-bundle_product_view .ps-bundle_product_price_info .price-label {
    font-size: 26px;
    font-weight: 300;
    color: #000
}

.ps-bundle_product_view .ps-bundle_product_item_price {
    font-size: 14px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    color: #000;
    display: block;
    text-align: right;
    margin-top: 6px
}

.ps-bundle_product_view .ps-product_shop.ps-bundle_product_right_col .ps-add_to_links {
    clear: none
}

.ps-bundle_product_view .ps-product_shop.ps-bundle_product_right_col .ps-add_to_cart_container {
    margin-left: 15px
}

.ps-product_shop.ps-bundle_product_right_col .ps-add_to_cart_container .ps-add_to_cart_btn_container {
    margin-right: 0
}

.ps-no_route_found_wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 800px
}

.ps-no_route_found_header {
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    color: #1b5062
}

.ps-no_route_found_content ul li {
    font-size: 16px;
    font-weight: 300;
    text-indent: 20px
}

.ps-no_route_found_content li a {
    color: #df0169
}

.rss-table th, select {
    color: #000;
    font-size: 14px;
    font-weight: 300
}

.ps-no_route_found_search_container {
    width: 160px;
    margin: 0 auto
}

select {
    display: inline-block;
    position: relative;
    width: inherit;
    min-width: 50px;
    max-width: 200px;
    padding: 3px 25px 3px 12px;
    text-align: left;
    background-color: #f8f8f8;
    background-image: url('../images/sprites/select-arrow.png') !important;
    background-position: 98% 12px;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    cursor: pointer
}

select::-ms-expand {
    display: none
}

.rss-table th {
    background: 0 0
}

.rss-table tbody td {
    font-size: 14px;
    font-weight: 300;
    border-bottom-color: #eee
}

.rss-table td.last {
    min-width: 100px;
    text-align: right
}

.rss-table .link-rss {
    font-size: 12px
}

.ps-brands_page_view_header {
    margin-bottom: 50px
}

.ps-brands_page_title_container {
    margin-bottom: 30px
}

.ps-brands_page_title {
    font-size: 40px;
    font-weight: 300
}

.ps-brands_page_nav_container {
    width: 95%;
    margin: 0 auto
}

.ps-brands_page_nav_links {
    text-align: center
}

.ps-brands_page_nav_link_wrapper {
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0 2px;
    vertical-align: top
}

.ps-brands_page_nav_link_wrapper .ps-brands_page_nav_link {
    display: block;
    font-size: 16px;
    color: #757575;
    padding: 0 3px
}

.pixquickview_popup .more-views.ps-product_image_thumbs_wrapper, .pixquickview_popup .placeholder_for_projects, .pixquickview_popup .product-view .ps-add_to_links .ps-add_to_favorites_btn, .pixquickview_popup .ps-current_selection_title .pixquickview-hidden {
    display: none
}

.ps-brands_page_nav_link_wrapper .ps-brands_page_nav_link:hover, .ps-brands_page_nav_link_wrapper.ps-brand_active .ps-brands_page_nav_link {
    color: #df0169;
    text-decoration: none
}

.ps-brands_page_nav_link_wrapper.ps-brand_active .ps-brands_page_nav_link {
    cursor: text
}

.ps-brands_page_nav_link.ps-brands_page_view_all_link {
    padding: 0
}

.ps-brands_page_view_column {
    float: left;
    width: 33.3%;
    padding-right: 25px
}

.ps-brands_page_view_column.ps-brands_page_column_right {
    padding-right: 0
}

.ps-brands_letter_link {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    padding: 5px 0
}

.ps-brands_letter_link:hover {
    color: #df0169;
    text-decoration: none
}

.ps-brand_search_option_wrapper, .ps-brands_not_found {
    font-weight: 300
}

.ps-brand_search_option_wrapper {
    font-style: italic
}

.pixquickview_popup {
    width: 940px;
    max-height: 720px;
    padding: 7%
}

.pixafy-modal-wrapper {
    margin: 0;
    z-index: 1199;
    position: relative;
    border-top-style: none
}

.pixquickview_popup .ps-catalog_product_header .ps-catalog_product_header_brand {
    color: #757575
}

.pixquickview_popup .product-shop.ps-product_shop {
    padding-left: 3%
}

.pixquickview_popup .product-img-box {
    margin: 0;
    padding: 0
}

.pixquickview_popup .product-img-box .product-image {
    margin-bottom: 0
}

.pixquickview_popup .product-img-box .product-image img {
    width: 100%;
    max-height: none
}

.pixquickview_popup .ps-current_selection_title .pixquickview-displayed {
    display: block
}

.pixquickview_popup .ps-catalog_product_current_swatch_container.pixquickview-displayed {
    display: block;
    margin: -35px 0 20px
}

.pixquickview_popup .ps-catalog_product_current_swatch_option_title.pixquickview-displayed {
    display: block;
    color: #000;
    font-weight: 300;
    font-size: 15px;
    margin-top: -30px;
    margin-bottom: 20px
}

.pixquickview_popup .product-image-gallery .gallery-image.visible, .pixquickview_popup .ps-catalog_product_essential .ps-add_to_cart_wrapper .ps-add_to_cart_container {
    margin: 0;
    padding: 0
}

.pixquickview_popup .price-info.ps-catalog_product_price_info {
    line-height: 26px;
    height: 70px
}

.pixquickview_popup .ps-catalog_product_essential .ps-add_to_cart_wrapper {
    padding: 0;
    position: absolute;
    bottom: 0
}

.pixquickview_popup .add-to-cart.ps-add_to_cart_container .ps-add_to_cart_btn_container .button {
    margin-bottom: 0
}

.pixquickview_popup .swatch-label img, .pixquickview_popup .wide-swatch .swatch-label {
    height: 60px;
    width: 45px
}

.pixquickview_popup .wide-swatch .swatch-label {
    overflow: hidden
}

.pixquickview_clear {
    clear: both
}

.pixquickview_close {
    background: url('../images/popup-close.png') right no-repeat;
    position: absolute;
    cursor: pointer;
    z-index: 1200;
    top: 10px;
    width: 20px;
    right: 10px;
    height: 20px
}

.pixloader {
    background: url('../images/ajax-loader-quickview.gif') center center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle
}

.ps-giftcard_product_shop .toggle-tabs {
    display: none
}

.ps-giftcard_product_shop {
    color: #000
}

.ps-giftcard_product_info {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px
}

.ps-giftcard_product_type_controller_container {
    padding-bottom: 10px;
    margin-bottom: 15px;
    max-width: 450px;
    color: #757575
}

.ps-giftcard_type_button_wrapper {
    display: inline-block;
    margin-right: 15px
}

.customer-account-login .ps-page_sub_nav, .customer-account-logoutsuccess .ps-page_sub_nav, .dhide, .ps-cms_giftcard_balance_checker_container .page-title {
    display: none
}

.ps-giftcard_type_button_label {
    font-weight: 300;
    margin-right: 5px;
    font-size: 18px
}

.ps-giftcard_form_container input, .ps-giftcard_form_container select, .ps-giftcard_form_container textarea {
    width: 100%;
    max-width: 450px;
    font-size: 14px
}

.ps-giftcard_form_container .ps-giftcard_type_radio_button {
    width: inherit
}

.ps-giftcard_form_container .notice {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
    line-height: 30px
}

.ps-giftcard_form_container .notice span {
    font-size: 14px
}

.ps-giftcard_description {
    font-size: 18px;
    font-weight: 300;
    max-width: 475px
}

.ps-add-giftcard .ps-add_to_cart_btn_container {
    margin-right: 20px
}

.ps-giftcard_product_shop .ps-catalog_product_collateral {
    margin-bottom: 30px
}

.ps-giftcard_form_container .display-amount {
    font-size: 26px;
    font-weight: 300;
    margin-top: 15px 0 -8px 0
}

.ps-search_result_query_text {
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none
}

.ps-search_result_query_link:hover {
    color: #df0169
}

#ewpagecache_footer_widget {
    text-align: center;
    z-index: 99999999;
    position: fixed;
    width: 100%;
    bottom: 0;
    opacity: .2;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0) !important;
    -webkit-transition: opacity .2s linear, background-color .2s linear;
    -moz-transition: opacity .2s linear, background-color .2s linear;
    -ms-transition: opacity .2s linear, background-color .2s linear;
    -o-transition: opacity .2s linear, background-color .2s linear;
    transition: opacity .2s linear, background-color .2s linear
}

#ewpagecache_footer_widget:hover {
    opacity: 1;
    background-color: #000 !important
}

.ps-my_payment_data {
    margin-top: 18px
}

.ps-payment_data_page .page-title h1 {
    text-transform: uppercase;
    font-size: 30px;
    color: #757575;
    border: 0
}

.ps-save_payment_data_form_col > h2, .ps-saved_payment_data_col > h2 {
    font-weight: 700;
    font-size: 16px;
    color: #757575;
    margin-bottom: 30px
}

.dashboard .col-2.ps-save_payment_data_form_col {
    padding-right: 0
}

.dashboard .col-2.ps-save_payment_data_form_col form .form-list h4 {
    font-size: 16px;
    font-weight: 300;
    color: #757575
}

.dashboard .col-2.ps-save_payment_data_form_col form .form-list .input-box select, .dashboard .col-2.ps-save_payment_data_form_col form .form-list .input-text, .dashboard .col-2.ps-save_payment_data_form_col form .form-list label {
    font-size: 13px;
    font-weight: 300;
    color: #757575
}

.ps-saved_payment_data_col ol li {
    font-weight: 300
}

.ps-saved_payment_data_col .item .box-title {
    font-size: 16px;
    font-weight: 300;
    color: #757575;
    margin-bottom: 5px
}

.ps-saved_payment_data_col .box-content, .ps-saved_payment_data_col .box-title small.right {
    font-weight: 300
}

.ps-saved_payment_data_col .box-content {
    font-size: 13px;
    color: #757575
}

.ps-saved_payment_data_col .box-title small.right {
    font-size: 16px;
    font-weight: 300;
    color: #757575
}

.ps-saved_payment_data_col .box-content .buttons-set {
    margin-top: 0;
    text-align: left;
    border-top: none;
    padding-top: 0
}

.ps-payment_data_save_new_credit_card_form .buttons-set, .sale-badge-icon {
    text-align: center
}

.ps-saved_payment_data_col .box-content .buttons-set abbr {
    text-decoration: none;
    border-bottom: none;
    font-size: 15px;
    font-style: italic;
    color: #df0169
}

.ps-payment_data_save_new_credit_card_form input, .ps-payment_data_save_new_credit_card_form select {
    width: 100%;
    font-size: 14px
}

.ps-payment_data_save_new_credit_card_form .input-box .ps-save_cred_card_cvn_wrapper {
    float: none;
    margin-right: 0
}

.ps-payment_data_save_new_credit_card_form .ps-save_credit_card_cvn {
    width: 100%
}

.ps-cms_custom_page_col_main .ps-cms_giftcard_balance_checker_text {
    margin-bottom: 15px
}

.ps-cms_custom_page_col_main .ps-cms_giftcard_balance_checker_container p {
    margin-bottom: 0
}

.ps-cms_custom_page_col_main .ps-cms_giftcard_balance_checker_container p, .ps-cms_giftcard_balance_checker_container .input-text, .ps-cms_giftcard_balance_checker_container .messages, .ps-cms_giftcard_balance_checker_container label {
    font-size: 15px;
    font-weight: 300
}

.ps-cms_giftcard_balance_checker_container button.button.check-gc-status, .ps-cms_giftcard_balance_checker_container button.button.ps-buy_giftcard_button {
    background-color: #1b5062;
    margin: 0
}

.ps-cms_giftcard_balance_checker_container button.button.check-gc-status {
    float: left
}

.ps-cms_giftcard_balance_checker_container button .ps-buy_giftcard_button_link {
    color: #fff;
    padding: 0;
    line-height: inherit;
    font-weight: 400;
    font-size: 12px
}

.ps-cms_giftcard_balance_checker_container button.button.ps-buy_giftcard_button {
    letter-spacing: 1px;
    float: right;
    width: 200px;
    color: #fff
}

.ps-cms_giftcard_balance_checker_container .fieldset {
    margin-top: 20px;
    margin-bottom: 30px
}

.customer-account .button.check-gc-status {
    float: left;
    margin-left: 0
}

.customer-account .button.ps-buy_giftcard_button {
    float: right
}

.customer-account .ps-buy_giftcard_button .ps-buy_giftcard_button_link {
    color: #fff;
    padding: 0;
    font-size: 12px;
    font-weight: 400
}

.customer-account .ps-buy_giftcard_button.ps-buy_giftcard_button_link, .ps-cms_giftcard_balance_checker_container .button.ps-buy_giftcard_button {
    letter-spacing: 1px;
    float: right;
    width: 200px;
    padding: 7px 15px;
    line-height: 19px;
    color: #fff
}

.customer-account .ps-buy_giftcard_button.ps-buy_giftcard_button_link, .ps-cms_giftcard_balance_checker_container .button.ps-buy_giftcard_button, .ps-cms_giftcard_balance_checker_container button.button.check-gc-status {
    background-color: #1b5062;
    margin: 0
}

.customer-account-forgotpassword .ps-page_sub_nav {
    margin: 0;
    height: 0
}

.checkout-onepage-index .ps-page_sub_nav {
    margin: 0
}

.customer-account-logoutsuccess .col-main p {
    font-weight: 300
}

.jcarousel, .ps-related_projects_jcarousel {
    overflow: hidden;
    position: relative;
    max-width: 1120px;
    margin: 0 auto
}

.jcarousel-wrapper {
    padding: 0 35px
}

@media only screen and (max-width: 767px) and (min-width: 414px) {
    .jcarousel-wrapper {
        padding: 0 32px
    }
}

@media only screen and (max-width: 413px) and (min-width: 320px) {
    .jcarousel-wrapper {
        padding: 0 26px
    }
}

.purlsoho_create .jcarousel {
    max-width: 100%
}

.jcarousel ul, .jcarousel ol, .ps-related_projects_jcarousel ul, .ps-related_projects_jcarousel ol {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.jcarousel li, .ps-related_projects_jcarousel li {
    float: left
}

.ps-homepage_galleries .product-name {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    max-width: 100%
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .ps-homepage_galleries .product-name {
        font-size: 14px;
        line-height: 20px
    }

    .ps-homepage_galleries.jcarousel .product-image {
        margin-bottom: 9px
    }

    .gallery-category.products-grid .product-info {
        padding-bottom: 3px
    }
}

ul.configurable-swatch-list li {
    position: relative
}

.thumb-badge {
    position: absolute;
    pointer-events: none
}

.thumb-badge.new {
    right: 2px;
    top: 2px
}

.thumb-badge.sale {
    right: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #ff0204;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50%;
    color: #fff;
    z-index: 9
}

.thumb-badge.new-color {
    width: 12px;
    height: 12px;
    right: 0;
    top: 0
}

.thumb-badge.special {
    background-color: #ff0303;
    left: 0;
    top: 4px;
    width: 50%;
    height: 8px
}

.media-badges .right {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
    width: 100px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    z-index: 2
}

.media-badges .right .product-badge {
    position: relative;
    display: none;
    z-index: 2
}

.media-badges .right .product-badge.new {
    float: right;
    margin-left: 10px
}

.media-badges .right .product-badge.sale {
    float: right
}

.media-badges .product-badge {
    position: absolute;
    display: none;
    z-index: 2
}

.media-badges .product-badge.special {
    top: 30px;
    left: 0;
    padding: 0 20px;
    background-color: #ff0303;
    font-size: 10px;
    line-height: 25px;
    color: #fff;
    border: none;
    text-transform: uppercase
}

.catalog-badge {
    position: absolute;
    z-index: 2;
    pointer-events: none
}

.catalog-badge.new, .catalog-badge.sale {
    right: 10px;
    top: 10px
}

.ps-badge {
    pointer-events: none
}

.ps-badge.special {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0 5px;
    background-color: #ff0303;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    z-index: 9
}

.ps-badge.new-colors {
    position: absolute;
    left: 0;
    bottom: -13px;
    padding: 0 5px;
    background-color: #fe3b97;
    font-size: 8px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
    z-index: 9
}

.ps-badge.offers {
    display: inline-block;
    padding: 0 5px;
    font-size: 8px;
    line-height: 16px;
    text-transform: uppercase;
    color: #757575;
    border: solid 1px #757575;
    z-index: 9
}

.ps-badge.percentage {
    display: block;
    padding: 0 5px;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #e15638;
    z-index: 9
}

.product-info-price .price-box {
    float: left
}

.badge-container {
    float: left;
    display: flex;
    gap: 10px;
    margin: 0 0 10px
}

@media (min-width: 768px) {
    .badge-container {
        margin: 18px 0 0 10px
    }
}

.page-product-configurable .ps-product-badge.special, .page-product-configurable .ps-product-badge.offers, .page-product-configurable .ps-product-badge.new-color, .page-product-configurable .ps-product-badge.percentage {
    display: none
}

.ps-product-badge.special {
    display: block;
    padding: 0 5px;
    background-color: #ff0303;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    z-index: 9
}

.ps-product-badge.offers {
    display: block;
    padding: 0 5px;
    font-size: 8px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    border: solid 1px #000;
    z-index: 9
}

.ps-product-badge.new-color {
    display: none;
    position: relative;
    float: right;
    margin: 10px 0 0 10px;
    padding: 0 5px;
    background-color: #fe3b97;
    font-size: 8px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
    z-index: 2
}

@media (min-width: 768px) {
    .ps-product-badge.new-color {
        float: left;
        margin: 24px 0 0 10px
    }
}

.instagram-link-wrapper .follow-on-instagram a, .instagram-link-wrapper .instagram_gallery_load_more {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5;
    border: none;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    display: block;
    outline: 0;
    text-align: center;
    cursor: pointer
}

.instagram-link-wrapper {
    width: 100%
}

.instagram-link-wrapper .instagram_gallery_load_more {
    margin-bottom: 17px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    padding: 8px 0;
    background: #1b5062
}

.content-wrapper.instagram-gallery-container {
    padding: 0 7%
}

.content-wrapper.instagram-gallery-container [class*=block-grid-] > li {
    padding: 6px
}

.instagram-loading {
    width: 30px;
    margin: 0 auto;
    padding-bottom: 20px
}

.instagram-link-wrapper {
    text-align: center;
    margin-top: 12px
}

.instagram-link-wrapper .instagram_gallery_load_more {
    width: 215px;
    margin: 0 auto 10px;
    background-color: #072f50;
    transition: background-color .3s ease-out
}

.instagram-link-wrapper .instagram_gallery_load_more:hover {
    background-color: #083151
}

.instagram-link-wrapper .follow-on-instagram a {
    font-family: Lato, Arial, Helvetica, sans-serif;
    padding: 8px 0;
    width: 215px;
    background: #737373;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -ms-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    margin: 17px auto 0
}

.instagram-link-wrapper .follow-on-instagram a:hover {
    background-color: #df0169
}

label.nl-label {
    font-size: 14px
}

.ps-custom_swatch_qty_alert_msg {
    margin-bottom: 20px;
    overflow: hidden
}

.amxnotif-block {
    position: relative
}

.amxnotif-block .out-of-stock {
    font-weight: 400;
    display: block
}

.amxnotif-block .out-of-stock .highlight {
    color: #e15638
}

div.amxnotif-block .amxnotif-guest-email {
    width: 215px;
    margin-top: 2px;
    float: left
}

div.amxnotif-block .amxnotif-guest-email.input-text {
    clear: left
}

div.amxnotif-block .amxnotif-guest-email.input-text.validation-failed {
    margin-bottom: 20px
}

div.amxnotif-block .amxnotif-guest-email.input-text.validation-failed ~ .validation-advice {
    position: absolute;
    left: 0;
    top: 46px
}

.amxnotif-block .amxnotif-guest-email.btn-cart {
    line-height: 16px;
    width: 120px;
    margin-left: 12px
}

@media only screen and (max-width: 450px) {
    div.amxnotif-block .amxnotif-guest-email {
        width: 100%
    }
}

.wishlist-share-table tbody td {
    border-bottom: none
}

.share-wl label.share-wl-lbl {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    font-weight: 600
}

.share-wl textarea.share-wl-txt {
    font-size: 14px;
    line-height: 21px
}

.share-wl textarea.share-wl-txt:focus {
    border: 1px solid #df0169;
    outline: 0;
    box-shadow: 0 0 5px #df0169
}

.pink-create span a {
    color: #575757
}

.checkout-shipping, .minicart-shipping {
    background-color: #d44221;
    font-weight: 300;
    padding: 3px 0;
    color: #fff;
    text-transform: none
}

.ps-header .header-language-background .header-language-container .minicart-shipping .shipping-banner {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    text-align: center;
    font-family: LatoLight
}

.ps-header .header-language-background .header-language-container .minicart-shipping .shipping-banner .free-shipping {
    color: #fff;
    font-family: LatoLight
}

.ps-header .header-language-background .header-language-container .minicart-shipping .shipping-banner .free-shipping.free-shipping-offer {
    padding-top: 4px
}

.product-cart-info .free-product-message {
    color: #d44221;
    margin-top: 22px;
    font-size: 12px;
    font-weight: 700
}

.ps-cart #shopping-cart-table .product-cart-actions .qty.free-offer {
    border: 0
}

.minicart-free-product {
    background-color: #fff;
    border: 1px solid transparent;
    -moz-box-shadow: 1px 0 5px 0 #dcdcdc;
    -webkit-box-shadow: 1px 0 5px 0 #dcdcdc;
    box-shadow: 1px 0 5px 0 #dcdcdc
}

.minicart-free-product.hide {
    display: none !important
}

@media only screen and (min-width: 1025px) {
    .minicart-wrapper.small .minicart-free-product {
        min-height: 347px
    }

    .minicart-free-product {
        position: absolute;
        width: 295px;
        min-height: 363px;
        left: -296px;
        top: -1px
    }
}

.minicart-free-product .minicart-free-product-title {
    font-size: 36px;
    line-height: 41px;
    font-family: Lato;
    color: #1b5062;
    text-transform: none;
    margin: 14px 20px 7px
}

.left-cat-wrapper .sub-cat h2:last-of-type, .left-cat-wrapper h1.cat-title, .uppercase {
    text-transform: uppercase
}

.minicart-free-product img {
    margin: 0 auto 22px;
    max-width: 257px;
    height: auto;
    max-height: 310px
}

.minicart-wrapper.small .minicart-free-product img {
    max-width: 100%;
    max-height: 180px
}

.minicart-wrapper.small .minicart-free-product .minicart-shipping {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

@media only screen and (max-width: 771px) and (min-width: 320px) {
    .minicart-free-product .minicart-free-product-title {
        font-size: 24px;
        line-height: 28px
    }

    .minicart-free-product img {
        max-width: 180px
    }
}

.minicart-shipping .shipping-banner .free-shipping p {
    float: none;
    font-size: inherit;
    line-height: inherit
}

.checkout-shipping {
    font-size: 16px;
    line-height: 22px;
    font-family: LatoLight;
    text-align: center
}

.cart-totals-wrapper .cart-totals {
    margin-bottom: 0;
    padding-bottom: 22px;
    border-bottom: 1px solid #737373
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .cart-totals-wrapper .cart-totals {
        padding-bottom: 44px
    }
}

header.ps-header .header-search {
    max-width: 100%
}

.mobile-create-shop-section .header-newsletter input, header.ps-header .header-search input {
    border: 1px solid #737373;
    text-align: center;
    padding-right: 28px
}

header.ps-header .header-search input {
    height: 24px;
    text-align: left;
    padding: 0 28px 0 11px;
    margin-bottom: 0
}

.mobile-create-shop-section .header-newsletter input {
    height: 28px
}

.mobile-create-shop-section .header-newsletter input#header-newsletter:focus, header.ps-header .header-newsletter input#header-newsletter:focus {
    box-shadow: none;
    border: 1px solid #df0169
}

.mobile-create-shop-section .header-newsletter input#header-newsletter:active, header.ps-header .header-newsletter input#header-newsletter:active {
    border: 1px solid #df0169
}

.purlpink {
    color: #df0169
}

.highlight-links {
    position: absolute;
    right: 0;
    top: 63px;
    z-index: 3
}

.highlight-links a {
    color: #d44221 !important;
    font-size: 15px;
    line-height: 30px;
    font-family: Lato;
    font-weight: 300;
    margin-left: 10px
}

.highlight-links a:hover {
    color: #df0169
}

.hasPagination .col2-left-layout .col-left.sidebar {
    margin-top: 38px
}

.category-sale.hasPagination .col2-left-layout .col-left.sidebar {
    margin-top: 0 !important
}

body[class*=categorypath-sale] .sidebar {
    position: sticky;
    top: 160px
}

.col2-left-layout .col-left.sidebar {
    width: 16.2%;
    padding-right: 18px
}

.col2-left-layout .col-left.sidebar + .col-main {
    width: 83.8%
}

.catalog-category-view .col2-left-layout .page-title.category-title {
    display: none
}

.user-icon {
    background-image: url('../img/nav-update/user@2x.png');
    background-size: contain;
    display: inline-block;
    width: 13px;
    height: 14px
}

.email-icon, .heart-icon {
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block
}

.heart-icon {
    background-image: url('../img/nav-update/heart@2x.png');
    height: 14px
}

.email-icon {
    background-image: url('../img/nav-update/email@2x.png');
    height: 12px
}

.close-icon, .close-nav {
    background-image: url('../img/nav-update/close@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    float: right;
    cursor: pointer
}

.close-nav {
    margin-right: 0 !important
}

.close-filter-link.close-icon {
    float: none;
    position: absolute;
    left: auto;
    top: auto
}

.nav-icon {
    background-image: url('../img/nav-update/menu-icon@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 13px
}

header.ps-header .page-header-container.mobile .minicart-link, header.ps-header .page-header-container.mobile .search-link {
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat
}

header.ps-header .page-header-container.mobile .minicart-link {
    background-image: url('../img/nav-update/shopping-bag@2x.png');
    width: 13px
}

header.ps-header .page-header-container.mobile .search-link {
    background-image: url('../img/nav-update/magnifying-glass@2x.png');
    width: 16px
}

.ps-mobile_nav_container .minicart-icon, .ps-mobile_nav_container .search-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px
}

@media only screen and (max-width: 374px) and (min-width: 320px) {
    .ps-mobile_nav_container .minicart-icon, .ps-mobile_nav_container .search-icon {
        margin-left: 10px
    }
}

.ps-mobile_nav_container .util-icons {
    float: right;
    position: relative;
    top: 5px
}

.page-header-container.mobile .header-inputs .input-newsletter {
    display: none
}

.create-shop-menus .pale-red, .pale-red {
    color: #e15638
}

.mobile-create-shop-section {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    background-color: #fff;
    width: 80%;
    height: 100%;
    overflow-y: auto;
    -webkit-box-shadow: 3px 3px 6px #bebebe;
    box-shadow: 3px 3px 6px #bebebe
}

.ps_above_create_shop_mobile_nav_container .util-icons {
    margin-right: 24px
}

.ps_above_create_shop_mobile_nav_container .util-icons a {
    cursor: pointer;
    display: block
}

.mobile-create-shop-section .nav-dropdown {
    display: none
}

.nav-icon-container, .nav-icon-container a {
    display: inline-block;
    vertical-align: middle
}

.mobile-create-shop-section .create-menu.open .top-menu-title, .mobile-create-shop-section .shop-menu.open .top-menu-title {
    color: #df0169
}

.mobile-create-shop-section .header-newsletter {
    background-color: transparent;
    max-width: 216px
}

.mobile-create-shop-section .header-newsletter input {
    width: 100%;
    padding-right: 38px
}

.nav-icon-container a {
    top: 5px;
    position: relative
}

.create-shop-menus {
    padding: 23px 20px 0
}

.create-menu {
    margin-top: 17px
}

.nav-dropdown .main-link {
    position: relative;
    margin-bottom: 5px
}

.top-menu-title {
    color: #000;
    font-size: 16px;
    margin-bottom: 6px;
    position: relative;
    cursor: pointer
}

.free-patterns-dd li, .nav-dropdown li {
    margin-bottom: 9px
}

.create-shop-menus .nav-dropdown .ps-active_mobile_menu, .top-menu-title.pink {
    color: #df0169
}

.nav-dropdown .main-link:after, .ps-navbar-free-patterns .free-patterns-menu:after, .top-menu-title:after {
    content: '\A';
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
    background-image: url('../img/nav-update/arrow@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 11px;
    width: 6px
}

.create-shop-menus .open .top-menu-title:after, .free-patterns-menu.open:after, .nav-dropdown .main-link.ps-active_mobile_menu:after {
    background-image: url('../img/nav-update/arrow-pink@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 6px;
    width: 10px;
    top: 10px
}

.classes-and-events-dd, .free-patterns-dd, .nav-dropdown {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #585858;
    padding-left: 20px;
    text-transform: uppercase
}

.classes-and-events-dd a, .free-patterns-dd a, .nav-dropdown a, .nav-dropdown ul {
    font-size: inherit;
    font-weight: inherit;
    color: #000000
}

.nav-dropdown ul {
    line-height: inherit
}

.nav-dropdown {
    margin-top: 10px
}

.create-shop-menus .main-link + ul.free-patterns-dd {
    padding-left: 21px;
    margin-top: 10px
}

.classes-and-events-dd a:active, .classes-and-events-dd a:focus, .create-shop-menus .main-link.ps-active_mobile_menu, .free-patterns-dd a:active, .free-patterns-dd a:focus, .nav-dropdown a:active, .nav-dropdown a:focus {
    color: #df0169
}

.create-shop-menus .main-link + ul {
    padding-left: 15px;
    margin-left: 0;
    margin-top: 8px;
    margin-bottom: 0
}

.ps-navbar-links {
    padding-left: 4px
}

.ps-navbar-links ul {
    font-size: 12px;
    line-height: 24px;
    color: #747474;
    font-weight: 300
}

.ps-navbar-links ul a {
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

.ps-navbar-free-patterns ul {
    margin-bottom: 20px
}

.ps-navbar-free-patterns .main-link {
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
    font-weight: 300;
    position: relative
}

.account-log-out-container {
    display: none;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #757575;
    font-weight: 300
}

.ps-mobile_nav_open .account-log-out-container {
    display: block
}

.account-log-out-container a {
    color: inherit
}

.account-log-out-container span.ps-account_content_logged_in {
    width: 48%;
    display: inline-block
}

.close-filter-link, .free-patterns-dropdown, .mobile-cat-title {
    display: none
}

.cms-page-view .ps-cms_custom_page_col_main .mobile-create-shop-section ul.nav-dropdown {
    padding-left: 20px
}

.cms-page-view .ps-cms_custom_page_col_main .mobile-create-shop-section .ps-navbar-free-patterns > ul, .cms-page-view .ps-cms_custom_page_col_main .mobile-create-shop-section .ps-navbar-links ul {
    padding-left: 0
}

body.nav-filter-open .nav-filter-overlay {
    display: block
}

.gallery-top-cat-wrapper, .nav-filter-overlay {
    display: none
}

.nav-filter-overlay, .search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 6;
    cursor: pointer;
    background: 0 0
}

.search-overlay {
    overflow: hidden
}

.gallery-top-cat-wrapper .cat-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
    font-family: LatoLight;
    font-weight: 400;
    color: #bebebe;
    position: relative;
    margin-right: 20px
}

@media only screen and (max-width: 980px) and (min-width: 320px) {
    .catalog-category-view .col2-left-layout .page-title.category-title {
        display: block;
        text-align: center
    }

    .gallery-top-cat-wrapper {
        display: block
    }

    .catalog-category-view .col2-left-layout .gallery-top-cat-wrapper + .page-title, .catalog-category-view .col2-left-layout .gallery-top-cat-wrapper + .page-title h1 {
        text-align: left;
        color: #757575
    }

    .catalog-category-view .col2-left-layout .gallery-top-cat-wrapper + .page-title {
        padding-left: 0
    }

    .main-container.col2-left-layout {
        padding: 0 20px
    }

    .category-title h1, .mobile-cat-title {
        font-size: 22px;
        line-height: 31px;
        font-weight: 300;
        padding-bottom: 3px;
        margin-bottom: 15px
    }

    .close-filter-link, .mobile-cat-title {
        display: block
    }

    .category-title {
        position: relative;
        padding-left: 20px;
        padding-right: 20px
    }

    .category-title .filter-link.filter-icon, .mobile-cat-title {
        text-align: right;
        margin-left: 18px;
        margin-top: 36px;
        margin-right: 18px;
        font-weight: 300;
        color: #979797
    }

    .customer-account .col2-left-layout .col-left.sidebar.col-left-first {
        display: block;
        position: static;
        width: 100%;
        box-shadow: none;
        padding: 0
    }

    .col2-left-layout .col-left.sidebar.col-left-first {
        display: none;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 11;
        padding: 23px 20px 0;
        margin: 0;
        background-color: #fff;
        width: 80%;
        height: 100%;
        overflow-y: auto;
        -webkit-box-shadow: -3px 3px 6px #bebebe;
        box-shadow: -3px 3px 6px #bebebe
    }

    .col2-left-layout .col-left.sidebar.col-left-first .left-cat-wrapper {
        display: none
    }

    .col2-left-layout .col-left.sidebar.col-left-first .block-layered-nav .block-content {
        margin-top: 15px
    }

    .ps-filter_list_container {
        clear: both;
        margin-right: 20px;
        margin-left: 45px;
        text-align: right
    }

    .ps-filter_list_container:after {
        content: ".";
        display: block;
        height: 0;
        font-size: 0;
        line-height: 0;
        clear: both
    }

    .ps-filter_list_container .ps-filter_list_item .filter-title {
        padding: 0;
        font-family: Lato;
        font-weight: 700;
        display: block;
        cursor: pointer
    }

    .archive .ps-filter_list_container .ps-filter_list_item, .ps-filter_block_container .ps-filter_list_container .ps-filter_list_item {
        display: block;
        float: right;
        clear: right;
        text-align: right;
        width: auto;
        margin: 0 0 11px
    }

    .ps-filter_list_item .ps-filter_attribute_value {
        padding: 0;
        margin-top: 10px
    }

    .ps-filter_list_item .ps-filter_attribute_value a {
        position: relative;
        padding-left: 0;
        margin-bottom: 9px;
        text-align: right
    }

    .ps-filter_list_item .ps-filter_attribute_value a:before {
        display: none !important
    }

    .gallery-subcat-title, .ps-filter_list_item .ps-filter_attribute_value + .ps-filter_reset_all {
        display: none
    }

    .ps-filter_list_item .ps-filter_attribute_value a:after {
        background-repeat: no-repeat;
        background-size: contain;
        width: 10px;
        height: 10px;
        content: '\A';
        position: absolute;
        top: 6px;
        right: -20px
    }

    .ps-filter_list_item .ps-filter_attribute_value .m-selected-filter-item a:after {
        background-image: url('../img/nav-update/plus-pink@3x.png')
    }

    .ps-filter_list_item .ps-filter_attribute_value a:active, .ps-filter_list_item .ps-filter_attribute_value a:focus, .ps-filter_list_item .ps-filter_attribute_value a:hover {
        color: #757575
    }

    .ps-filter_list_item .ps-filter_attribute_value a.filter-option-greyed-out:after {
        background: 0 0
    }

    .ps-filter_list_item .ps-filter_attribute_value .m-filter-item-list li {
        margin-top: 0 !important
    }

    .ps-filter_list_container .ps-filter_reset_all_all .ps-filter_reset_all_link_all {
        font-size: 9px;
        position: absolute;
        left: -45px;
        top: 0
    }
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .main-container .main .col-main > .std > p:empty, .ps-filter_list_container .ps-filter_attribute_value .ps-filter_reset_all a:after {
        display: none
    }

    .ps-filter_reset_all_all, .ps-header_language_container_bottom_wrapper.sticky + .ps-header.page-header {
        padding-top: 0
    }

    .ps-header .logo-container {
        top: 22px
    }

    .ps-header_language_container_bottom_wrapper:not(:empty):not(.sticky) + .ps-header.page-header {
        margin-top: 0
    }

    .ps-header .logo-container .logo {
        margin: 0 auto;
        width: 141px;
        height: auto
    }

    .ps-filter_list_container .ps-filter_attribute_value .ps-filter_reset_all a {
        text-align: right
    }

    .catalog-product-view .main-container {
        margin-top: 10px;
        padding-top: 0
    }

    .ps-catalog_product_header .ps-mobile_ready_header_wrapper {
        margin-top: 10px
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .ps-mobile_nav_container {
        padding: 15px 20px
    }

    header.ps-header .page-header-container.desktop {
        display: none
    }

    header.ps-header .page-header-container.mobile {
        display: block;
        margin-top: 10px
    }

    .ps-filter_list_item .ps-filter_attribute_value .m-selected-filter-item a:before {
        left: -15px
    }

    .ps-footer_disclaimer {
        max-width: 90%
    }

    header.ps-header .header-search input::-webkit-input-placeholder {
        font-size: 16px
    }

    header.ps-header .header-search input::-moz-placeholder {
        font-size: 16px
    }

    header.ps-header .header-search input:-ms-input-placeholder {
        font-size: 16px
    }

    header.ps-header .header-search input:-moz-placeholder {
        font-size: 16px
    }
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    header.ps-header .page-header-container.mobile .input-search .ps-search_container {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 7;
        padding: 23px 0
    }

    header.ps-header .ps-search_container .search_mini_form .search.main_search {
        width: 100%;
        border-width: 0 0 1px;
        padding-left: 0
    }

    .mobile-create-shop-section .header-newsletter input, header.ps-header .ps-mobile_nav_open .header-search input, header.ps-header .ps-search_container .search_mini_form .search.main_search {
        font-size: 16px
    }

    .mobile-create-shop-section .header-newsletter input {
        padding-top: 2px
    }

    .mobile-create-shop-section .header-newsletter button {
        padding: 0
    }

    header.ps-header .page-header-container.mobile .ps-search_container .search_mini_form {
        max-width: 100% !important;
        padding: 4px 20px 0 40px;
        width: 100%
    }

    header.ps-header .header-search input {
        padding-right: 0;
        width: 100%;
        margin-bottom: 0
    }

    .search_mini_form .reset-button, .search_mini_form .search-button {
        display: inherit
    }

    .searchform.searchform-mobile .search-button {
        visibility: hidden;
        opacity: 0
    }

    .search_mini_form .close-button, .searchform.searchform-mobile .close-button {
        display: block
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .ps-header .logo-container {
        max-width: 141px
    }

    .ps-mobile_nav_container {
        padding: 15px 20px
    }

    .search-autocomplete {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        padding: 22px 40px 6px
    }

    .search-autocomplete ul li {
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .main-container {
        margin-top: 0
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    .ps-header .logo-container {
        position: static
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
    .customer-account .col2-left-layout .col-left.sidebar.col-left-first {
        width: 16.2% !important;
        padding-right: 18px
    }

    .ps-filter_list_container .ps-filter_attribute_value .ps-filter_reset_all a {
        text-align: left
    }

    .ps-header .logo-container {
        position: static
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
    .ps-header.page-header {
        padding: 0
    }

    .ps-header .logo-container {
        position: absolute
    }

    header.ps-header .page-header-container.mobile .input-search .ps-search_container {
        background-color: #fff
    }

    header.ps-header .page-header-container.mobile .ps-search_container #searchform-mobile {
        margin: 0 28px
    }

    header.ps-header .page-header-container.mobile .ps-search_container #searchform-mobile .input-text {
        border-width: 0 0 1px;
        padding-left: 0
    }

    body.cms-home .main-container {
        padding-top: 0
    }

    .wp-filter {
        display: none !important
    }

    .customer-account .col2-left-layout .col-left.sidebar.col-left-first {
        display: block;
        position: static;
        width: 100%;
        box-shadow: none;
        padding: 0 0 0 12px !important
    }
}

@media only screen and (min-width: 834px) and (max-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .ps-home_static_block {
        top: 0
    }

    header.ps-header .page-header-container.mobile .input-search .ps-search_container {
        background-color: #fff
    }

    header.ps-header .page-header-container.mobile .ps-search_container #searchform-mobile {
        margin: 0 28px
    }
}

@media only screen and (min-width: 1112px) and (max-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .ps-header .logo-container {
        position: absolute;
        left: 0;
        right: 0;
        top: 12px
    }

    .ps-mobile_nav_container {
        padding: 25px 20px 0
    }

    header.ps-header .page-header-container.mobile .input-search .ps-search_container {
        background-color: #fff
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .ps-header .logo-container {
        position: absolute
    }
}

@media only screen and (max-width: 980px) and (min-width: 771px) and (min-height: 771px) {
    .catalog-category-view .col2-left-layout .page-title.category-title {
        display: block;
        text-align: center
    }

    .main .left-cat-wrapper {
        display: none
    }
}

.cms-classes-and-events h1, .st-pages-index-classes .filter-month input[type=radio], .st-pages-index-classes .filter-subject input[type=radio], .st-pages-index-classes .product-wrapper h1, .st-pages-index-classes .ps-page_sub_nav {
    display: none
}

.left-cat-wrapper {
    padding-bottom: 24px;
    border-bottom: 1px solid #737373;
    margin-right: 16px;
    padding-top: 4px
}

.left-cat-wrapper .sub-cat h2, .left-cat-wrapper h1.cat-title {
    line-height: 24px;
    font-family: LatoLight;
    font-weight: 300
}

.left-cat-wrapper h1.cat-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 2px
}

.left-cat-wrapper h1.cat-title a {
    color: #000
}

.left-cat-wrapper .sub-cat h2 {
    font-size: 14px
}

.left-cat-wrapper .sub-cat h2.active a {
    color: #df0169;
    font-weight: 400
}

.product-wrapper .product-description, .product-wrapper .product-lightspeed, .product-wrapper .product-price, .product-wrapper .product-type, .product-wrapper .product-url {
    font-family: LatoLight;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
    font-weight: 400
}

.cms-classes-and-events .product-wrapper .product-url, .product-wrapper .product-type a, .st-pages-index-classes .product-wrapper .product-url {
    color: #575757;
    display: block
}

label.class-key.disabled {
    color: #ccc
}

.product-type {
    padding-bottom: 15px
}

.product-wrapper .product-description {
    padding-top: 22px;
    font-size: 12px;
    line-height: 18px
}

.mCSB_scrollTools .mCSB_dragger {
    height: 40px !important
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .ps-filter_attribute_value .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .minicart_product_container .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    background-color: #d7d7d7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .ps-filter_attribute_value .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .ps-filter_attribute_value .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .minicart_product_container .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .minicart_product_container .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #df0169
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .ps-filter_attribute_value .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .minicart_product_container .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    background-color: #d7d7d7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.ps-page_sharing_links_container {
    text-align: left
}

.ps-page_sharing_links_container .pinterest-btn span, .ps-page_sharing_links_container a {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: text-bottom;
    display: inline-block
}

.ps-page_sharing_links_container a {
    text-align: center;
    color: #fff;
    background-color: #b1b1b1;
    font-size: 14px;
    line-height: 20px;
    margin-right: 7px
}

.ps-page_sharing_links_container a:hover {
    color: #fff
}

.ps-page_sharing_links_container .pinterest-btn span {
    background: #fff;
    color: #b1b1b1;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    position: relative;
    margin-right: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ps-page_sharing_links_container .pinterest-btn span:before {
    content: '\f231';
    position: absolute;
    left: 4px;
    top: 3px
}

.ps-page_sharing_links_container .pinterest-btn span:hover, .ps-page_sharing_links_container a:not(.ps-mailto_product_page):hover {
    background-color: #df0169
}

.ps-page_sharing_links_container .pinterest-btn span:hover {
    color: #fff
}

.at-share-tbx-element .at-share-btn.at-svc-pinterest_share, .ps-page_sharing_links_container .at-share-btn.at-svc-facebook, .ps-page_sharing_links_container .at-share-btn.at-svc-twitter {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    background-color: #b1b1b1 !important;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    outline-offset: -1px
}

.at-share-tbx-element .at-share-btn.at-svc-pinterest_share:hover, .ps-page_sharing_links_container .at-share-btn.at-svc-facebook:hover, .ps-page_sharing_links_container .at-share-btn.at-svc-twitter:hover {
    background-color: #df0169 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important
}

.at-share-tbx-element .at-share-btn.at-svc-pinterest_share:hover svg {
    fill: #fff !important
}

.ps-page_sharing_links_container .at-share-btn.at-svc-facebook {
    margin-right: 10px
}

.ps-page_sharing_links_container .at-share-btn.at-svc-twitter {
    margin-right: 5px
}

.at-share-tbx-element .at-share-btn.at-svc-pinterest_share {
    background-color: transparent !important;
    margin-right: 0
}

.at-share-tbx-element .at-share-btn.at-svc-pinterest_share .at-icon-wrapper {
    height: 25px !important;
    width: 25px !important
}

.at-share-tbx-element .at-share-btn.at-svc-pinterest_share svg {
    fill: #b1b1b1 !important;
    height: 25px !important;
    width: 25px !important
}

.cms-classes-and-events .col-main, .st-pages-index-classes .col-main {
    width: 100%;
    padding-left: 0
}

.cms-classes-and-events .col-main .col-main, .st-pages-index-classes .col-main .col-main {
    padding-left: 10px;
    float: right;
    width: 83.8%
}

.st-pages-index-classes .class-details-wrapper, .st-pages-index-classes .class-img-wrapper {
    float: left
}

.st-pages-index-classes .class-details-wrapper {
    width: 80%
}

.st-pages-index-classes .class-img-wrapper {
    margin-top: 5px;
    width: 20%
}

.st-pages-index-classes h4 {
    font-size: 16px;
    line-height: 24px;
    font-family: LatoLight;
    font-weight: 400;
    color: #000
}

.st-pages-index-classes h5 {
    margin-bottom: 0
}

.st-pages-index-classes input[type=radio] {
    margin-right: 5px
}

.st-pages-index-classes .class-events .ce_nav {
    border-bottom: 1px solid #737373;
    margin-bottom: 15px;
    padding-bottom: 9px
}

.st-pages-index-classes .class-events .ce_nav a {
    color: #757575
}

.st-pages-index-classes .class-events .ce_nav a.active {
    color: #df0169
}

.st-pages-index-classes .pager ol li {
    margin-left: 0
}

.st-pages-index-classes .pager ol li a {
    color: #757575
}

.st-pages-index-classes .class-key, .st-pages-index-classes .filter-month strong, .st-pages-index-classes .filter-subject strong, .st-pages-index-classes .reset-btn strong, .st-pages-index-classes h5 {
    font-size: 14px;
    line-height: 19px;
    font-family: LatoLight;
    font-weight: 400;
    color: #757575
}

.st-pages-index-classes .filter-month strong, .st-pages-index-classes .filter-subject strong {
    color: #000;
    font-size: 16px
}

.st-pages-index-classes .reset-btn strong {
    cursor: pointer
}

.cms-classes-and-events .col-left.sidebar {
    width: 16.2%;
    padding-right: 18px
}

.st-pages-index-classes .filter-month input[type=radio] + label.class-key, .st-pages-index-classes .filter-subject input[type=radio] + label.class-key {
    display: block;
    cursor: pointer;
    position: relative
}

.st-pages-index-classes .filter-month input[type=radio] + label.class-key.disabled, .st-pages-index-classes .filter-subject input[type=radio] + label.class-key.disabled {
    cursor: default
}

.st-pages-index-classes .filter-month input[type=radio].active-now + label.class-key, .st-pages-index-classes .filter-subject input[type=radio].active-now + label.class-key {
    color: #df0169
}

.st-pages-index-classes .filter-month input[type=radio].active-now + label.class-key:before, .st-pages-index-classes .filter-subject input[type=radio].active-now + label.class-key:before {
    content: '\00D7';
    width: 12px;
    height: 12px;
    display: inline-block;
    font-size: 17px;
    line-height: 19px;
    color: #757575;
    position: absolute;
    left: -13px
}

.category-free-patterns .pb-breadcrumbs, .cms-classes-and-events .filter-month br, .cms-classes-and-events .filter-subject br, .ps-page_sub_nav {
    display: none
}

.cms-classes-and-events .no-classes-text {
    font-weight: 300
}

.category-free-patterns .ps-header .highlight-links a.free-patterns, .cms-classes-and-events .ps-header .highlight-links a.classes-events, .st-pages-index-classes .ps-header .highlight-links a.classes-events {
    color: #df0169
}

.category-free-patterns .project-block h3 {
    font-size: 19px;
    padding-top: 4px;
    padding-bottom: 14px
}

.category-free-patterns .project-block h3 a {
    font-size: inherit;
    color: #575757;
    font-family: Lato;
    font-weight: 300
}

.catalog-product-view .ps-page_sub_nav {
    display: block
}

.ps-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background-color: #fff;
    width: 100%;
    margin-top: 0;
    padding-top: 37px
}

.ps-header.sticky .create-shop-title, .ps-header_navigation .dropdown-bg {
    margin-left: -20px;
    width: calc(100% + 40px);
    padding-left: 20px;
    padding-right: 20px
}

.ps-header.sticky .create-shop-title {
    background-color: #fff;
    padding-bottom: 35px
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .catalog-product-view .ps-page_sub_nav {
        display: none
    }
}

.category-products.ps-category_products .products-grid {
    margin-top: 4px
}

.category-products.ps-category_products .toolbar + .products-grid {
    margin-top: 0
}

.cms-giftcard-current-balance .ps-page_sub_nav {
    display: block
}

.news-switch:hover, .search-switch:hover {
    color: #df0169
}

.ps-header_navigation .sub-menu {
    padding-bottom: 13px
}

.mobile-title {
    display: none
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .hide-for-medium-only {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    .hide-for-medium-down {
        display: none
    }

    .project-link .project-name {
        left: 20px
    }
}

@media only screen and (min-width: 768px) {
    .hide-for-medium-up {
        display: none
    }

    .page-layout-2columns-left .main {
        padding-left: 0
    }

    .product-info-main .product-options-bottom .box-tocart .actions {
        display: -webkit-inline-box !important
    }

    .product-info-main .box-tocart .actions {
        display: -webkit-inline-box !important
    }
}

@media only screen and (max-width: 767px) {
    .hide-for-small-only {
        display: none
    }

    .cms-newsletter-signup .ps-learnmore_download_subscribe .ps-home_body_actions, .cms-newsletter-signup .ps-learnmore_download_subscribe .ps-home_input_box {
        float: none;
        margin-left: 0
    }

    .ps-learnmore_download_subscribe .ps-home_body_newsletter_button {
        width: 100%;
        display: block;
        max-width: 100%;
        height: 36px
    }

    .cms-newsletter-signup .ps-learnmore_download_subscribe #newsletter-validate-detail-learnmore .ps-home_input_box input {
        width: 100%;
        height: 36px;
        padding-bottom: 2px;
        font-size: 15px;
        margin-bottom: 7px
    }

    .cms-newsletter-signup #newsletter-validate-detail-learnmore {
        padding-bottom: 13px
    }

    .cms-newsletter-signup .ps-learnmore_download_subscribe {
        margin-top: 12px
    }

    .cms-newsletter-signup .newsletter-signup-text-desktop {
        margin-bottom: 13px
    }

    .ps-footer_disclaimer .copyright {
        display: block
    }
}

#popup-newsletter:active, #popup-newsletter:focus {
    box-shadow: none;
    border: 1px solid #df0169
}

@media only screen and (max-width: 767px) {
    #search .col2-left-layout .col-left.sidebar + .col-main, .catalog-category-view .col2-left-layout .col-left.sidebar + .col-main, .cms-classes-and-events .col-left.sidebar, .cms-classes-and-events .col-main .col-main, .product-wrapper .col2-left-layout .col-left.sidebar + .col-main, .st-pages-index-classes .col2-left-layout .col-left.sidebar + .col-main {
        width: 100%
    }

    .cms-classes-and-events .col-main .col-main {
        padding-left: 0
    }

    .st-pages-index-classes .class-details-wrapper {
        padding-left: 15px
    }

    .st-pages-index-classes .class-events {
        overflow: hidden
    }

    .st-pages-index-classes .class-events .filter-first, .st-pages-index-classes .class-events .filter-second {
        float: left;
        width: 50%
    }

    .st-pages-index-classes .class-events .ce_nav {
        clear: right
    }

    .sidebar .ps-filter_block_container.block:last-of-type {
        border-bottom: 0
    }

    .ps-filter_list_container, .ps-filter_list_container.no-display {
        padding: 0
    }

    .left-cat-wrapper {
        display: none
    }

    .ps-filter_list_container .ps-filter_list_item .filter-title, .ps-filter_reset_all_all .ps-filter_reset_all_link_all {
        font-size: 12px;
        line-height: 18px
    }

    .ps-filter_list_item .ps-filter_attribute_value a {
        line-height: 21px;
        font-family: Lato
    }

    .ps-filter_item_link_wrap span.ps-filter_item_text_wrap {
        padding-left: 5px;
        font-family: Lato
    }

    .catalog-category-view .col2-left-layout .page-title.category-title {
        display: block
    }
}

@media only screen and (max-width: 375px) {
    .products-grid--max-5-col > li:nth-child(5n) {
        margin-right: 4.54545%
    }

    .account-create.ps-account_create form#form-validate .buttons-set button.button {
        float: right
    }
}

@media only screen and (max-width: 1230px) and (min-width: 771px) {
    .st-pages-index-classes .class-img-wrapper {
        padding-right: 22px
    }

    .gallery-category.products-grid > li {
        width: 29.5%
    }

    .gallery-category.products-grid > li:nth-child(odd) {
        clear: none
    }

    .gallery-category.products-grid > li:nth-child(3n+1) {
        clear: left
    }

    .gallery-category.products-grid > li:nth-child(3n) {
        margin-right: 0
    }

    .gallery-category.products-grid > li, .gallery-category.products-grid > li:nth-child(even) {
        margin-right: 3.7037%
    }
}

@media only screen and (max-width: 1185px) {
    .ps-header .highlight-links a {
        font-size: 14px
    }
}

@media only screen and (max-width: 1050px) {
    .ps-header .highlight-links a {
        font-size: 13px
    }
}

@media only screen and (max-width: 980px) and (min-width: 320px) {
    .ps-filter_list_item .filter-name.ps-filter_attribute_value {
        display: none
    }

    .ps-filter_attribute_name .plus-icon {
        height: 13px;
        top: 0;
        right: -13px;
        position: absolute;
        visibility: hidden;
        display: none
    }
}

@media only screen and (max-width: 798px) and (min-width: 768px) {
    .ps-filter_list_container .ps-filter_list_item {
        float: none;
        display: inline-block
    }

    .ps-filter_list_container, .ps-filter_list_container.no-display {
        display: block;
        text-align: center;
        border: none
    }
}

@media only screen and (max-width: 980px) and (min-width: 771px) {
    .col2-left-layout .col-left.sidebar + .col-main {
        width: 100%
    }

    .products-grid--max-5-col > li {
        width: 22%;
        margin-right: 4%
    }

    .products-grid--max-5-col > li:nth-child(n) {
        float: left
    }

    .products-grid--max-5-col > li:nth-child(4n) {
        clear: right;
        margin-right: 0
    }

    .products-grid--max-5-col > li:nth-child(4n+1) {
        clear: left !important
    }

    .ps-filter_item_link_wrap span.ps-filter_item_text_wrap {
        padding-left: 5px;
        font-family: Lato
    }

    .narrow-by-list.ps-filter_list_container .ps-filter_list_item {
        width: auto;
        display: inline-block;
        padding: 0
    }

    .narrow-by-list.ps-filter_list_container {
        text-align: center
    }

    .ps-cart_products_summary_form {
        margin-bottom: 45px
    }
}

@media only screen and (max-width: 980px) {
    .ps-header .highlight-links a {
        font-size: 13px
    }

    .classes-and-events-color, .mobile-create-shop-section ul.create-dropdown li .main-link.classes-and-events-color, .mobile-create-shop-section ul.create-dropdown li .main-link.free-patterns-color, .mobile-create-shop-section ul.shop-dropdown li a.main-link.classes-and-events-color, .mobile-create-shop-section ul.shop-dropdown li a.main-link.free-patterns-color, a.free-patterns-color {
        color: #d44221
    }

    .mobile-create-shop-section ul.create-dropdown li .main-link.free-patterns-color, .mobile-create-shop-section ul.shop-dropdown li a.main-link.free-patterns-color {
        margin-top: 30px;
        border-top: 1px solid #f6f6f6
    }
}

@media only screen and (max-width: 940px) {
    .ps-header .highlight-links a {
        font-size: 12px;
        margin-left: 12px
    }
}

@media only screen and (max-width: 1024px) and (min-width: 981px) {
    .ps-filter_list_item .ps-filter_attribute_value .m-filter-item-list li {
        margin-top: 0 !important
    }

    .ps-filter_list_container .ps-filter_list_item {
        width: 100%
    }

    .ps-filter_list_container .ps-filter_list_item .filter-title {
        text-align: left
    }

    .ps-filter_list_item .ps-filter_attribute_value {
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-height: 100%
    }

    .ps-filter_list_item .ps-filter_attribute_value a {
        padding-left: 0
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .ps-header .logo-container .logo {
        z-index: 2
    }
}

@media only screen and (max-width: 860px) and (min-width: 771px) {
    .ps-header .highlight-links a {
        font-size: 11px;
        margin-left: 8px
    }
}

@media only screen and (min-width: 771px) {
    .hide-for-large-only {
        display: none
    }
}

@media only screen and (max-width: 771px) and (min-width: 320px) {
    .mobile-create-shop-section .header-newsletter button:before {
        right: 10px
    }
}

@media only screen and (max-width: 1229px) and (min-width: 997px) {
    .products-grid--max-5-col > li {
        width: 133px
    }
}

@media only screen and (max-width: 1246px) and (min-width: 981px) {
    .products-grid--max-5-col > li {
        width: 22%;
        margin-right: 4%
    }

    .products-grid--max-5-col > li:nth-child(5n) {
        margin-right: 4%
    }

    .products-grid--max-5-col > li:nth-child(n) {
        float: left
    }

    .products-grid--max-5-col > li:nth-child(4n) {
        clear: right;
        margin-right: 0
    }

    .products-grid--max-5-col > li:nth-child(4n+1) {
        clear: left !important
    }

    .products-grid--max-5-col > li:nth-child(5n+1) {
        clear: none
    }
}

.products-grid li .colors {
    position: absolute;
    right: 0;
    bottom: -12px;
    font-size: 12px;
    line-height: 1;
    color: #000
}

.products-grid li .colors:hover {
    color: #df0169
}

.multifees-cart-fee.discount {
    margin-bottom: 27px;
    float: left;
    width: 50%;
    text-align: left
}

.multifees-cart-fee fieldset {
    border: 0;
    padding: 0
}

.multifees-form .multifees-massage {
    margin: 10px 20px 10px 0;
    width: 100%;
    padding: 0 2px
}

.multifees-form .multifees-massage textarea {
    width: 60%;
    height: 60px;
    resize: none;
    margin-top: 4px
}

.multifees-form .multifees-massage strong {
    font-size: 12px;
    color: #000;
    margin-bottom: 0;
    line-height: 14px
}

.multifees-form .multifees-massage .custom-msg, .multifees-form .multifees-massage textarea {
    margin-left: 22px;
    font-size: 12px;
    font-weight: 300;
    color: #000
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .multifees-cart-fee.discount {
        width: 100%
    }

    .multifees-form .multifees-massage {
        width: 94%;
        overflow: hidden
    }

    .multifees-form .multifees-massage textarea {
        width: 99%
    }
}

.multifees-form .multifees-fee-label:before, .multifees-form .multifees-massage input[type=checkbox] + label:before {
    background-image: url('../images/checkout-product/select-unchecked.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 14px;
    height: 14px;
    display: inline-block;
    content: '\A';
    margin-right: 8px;
    position: relative;
    top: 3px
}

.multifees-form .multifees-fee-label input[type=checkbox], .multifees-form .multifees-massage input[type=checkbox] {
    opacity: 0;
    width: 12px;
    margin-left: -12px
}

.multifees-form .multifees-massage input[type=checkbox] {
    position: absolute
}

.multifees-form .multifees-fee-label.active:before, .multifees-form .multifees-massage input[type=checkbox]:checked + label:before {
    background-image: url('../images/checkout-product/select-checked.png')
}

.multifees-cart-fee .buttons-set {
    text-align: left;
    padding: 0;
    border: 0
}

.multifees-cart-fee .multifees-massage label {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 26px
}

.multifees-cart-fee .buttons-set button.button {
    float: none;
    margin-left: 0
}

p.item-msg.notice {
    color: #d44221;
    margin-top: 22px;
    font-size: 12px;
    font-weight: 400
}

div#ampromo-items-add {
    display: none
}

.searchspring-facets .filter-container .filter-name ol li .facet-count, .searchspring-facets .filter-container .filter-title .total-option-count {
    font-size: inherit !important;
    position: static !important
}

.searchspring-facets .filter-container, .searchspring-filter_messages, .searchspring-summary .filter-container {
    font-size: 14px !important
}

@media only screen and (max-width: 980px) {
    body div#searchspring-slideout_container #searchspring-slideout_facets .searchspring-facets .filter-container .filter-title:after, body div#searchspring-slideout_container #searchspring-slideout_facets .searchspring-facets .filter-container .filter-title:before, body div#searchspring-slideout_container .searchspring-facets .filter-container.filter-list .filter-name ol li a:after, body div#searchspring-slideout_container .searchspring-facets .filter-container.filter-list .filter-name ol li a:before {
        display: none
    }

    body div#searchspring-slideout_container #searchspring-slideout_facets .searchspring-facets .filter-container .filter-title {
        padding-right: 0;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 18px
    }

    body div#searchspring-slideout_container #searchspring-slideout_facets .searchspring-facets .filter-container {
        margin-bottom: 11px !important
    }

    #searchspring-slideout_container .searchspring-facets .filter-container .filter-title.open {
        color: #000
    }

    body div#searchspring-slideout_container #searchspring-slideout_facets .searchspring-facets .filter-container.filter-hierarchy .filter-name, body div#searchspring-slideout_container #searchspring-slideout_facets .searchspring-facets .filter-container.filter-list .filter-name {
        margin-top: 10px;
        margin-bottom: 0;
        margin-right: -20px
    }

    body div#searchspring-slideout_container .searchspring-facets .filter-container .filter-name ol li {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 9px
    }

    body div#searchspring-slideout_container .searchspring-facets .filter-container .filter-name ol li a, body div#searchspring-slideout_container .searchspring-facets .filter-container .filter-name ol li > span {
        font-family: Lato, sans-serif;
        padding-left: 0;
        padding-right: 20px
    }

    body div#searchspring-slideout_container .searchspring-facets .filter-container.filter-list .filter-name ol li a.highlight:after {
        background: url('../img/nav-update/plus-pink@3x.png') no-repeat;
        width: 10px !important;
        height: 10px !important;
        top: 6px;
        left: auto;
        right: 0;
        background-size: contain;
        display: block
    }

    body div#searchspring-slideout_container #searchspring-slideout_header .close-icon {
        left: -20px
    }
}

@media only screen and (max-width: 1279px) {
    .toolbar .view-mode > label {
        display: none
    }

    .product-review .ratings-table tr {
        float: none
    }
}

@media only screen and (max-width: 1199px) {
    .footer .links {
        width: 22.65625%;
        padding-right: 0;
        margin-right: 3.125%
    }

    .footer .links:nth-child(4) {
        margin-right: 0
    }

    .footer .block-subscribe {
        clear: both;
        float: none;
        margin: 0 auto 30px
    }

    .dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
        padding-right: 30px;
        padding-bottom: 0
    }

    .wishlist-table.clean-table td {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width: 1000px) {
    .col3-layout .col-right {
        float: left;
        clear: left;
        padding-left: 0;
        padding-right: 10px;
        width: 25%;
        margin-top: 25px
    }

    .col3-layout .col-wrapper {
        float: right;
        width: 100%
    }

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

    .col3-layout .col-wrapper .col-left {
        width: 25%
    }

    .ps-cms_custom_page_col_main {
        padding-right: 50px
    }
}

@media only screen and (max-width: 980px) {
    .checkout-onepage-index .col-left, .checkout-onepage-index .col-right, .data-table .separator {
        display: none
    }

    .col2-left-layout .pager, .col2-left-layout .sorter, .col2-right-layout .pager, .col2-right-layout .sorter, .col3-layout .pager, .col3-layout .sorter {
        width: 100%
    }

    .col2-left-layout .pager, .col2-right-layout .pager, .col3-layout .pager {
        float: left;
        clear: both
    }

    .col2-left-layout .pager .count-container, .col2-right-layout .pager .count-container, .col3-layout .pager .count-container {
        float: right
    }

    .col2-left-layout .pager, .col2-left-layout .sorter {
        float: right;
        width: auto
    }

    .products-grid--max-5-col > li:nth-child(5n+1) {
        clear: none
    }

    .display-single-price .cart-table {
        float: none;
        width: 100%
    }

    .display-single-price .cart-forms {
        float: left;
        padding-right: 10px;
        padding-left: 0
    }

    .display-single-price .cart-totals-wrapper, .display-single-price .crosssell {
        padding-left: 10px
    }

    .display-single-price .cart-forms, .display-single-price .cart-totals-wrapper, .display-single-price .crosssell {
        width: 50%
    }

    .display-single-price .crosssell {
        clear: right;
        float: right
    }

    .opc .section .step {
        padding: 10px
    }

    body.customer-account .my-account .title-buttons {
        text-align: left
    }

    body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons span.separator {
        top: -12px
    }

    .data-table span.nobr {
        white-space: normal
    }

    .data-table span.nobr a {
        white-space: nowrap
    }

    .dashboard .col2-set .col-1 .box-title a, .dashboard .col2-set .col-2 .box-title a {
        position: static;
        padding: 0
    }

    .wishlist-table.clean-table td {
        padding-left: 5px;
        padding-right: 5px
    }

    .wishlist-table.clean-table td textarea {
        height: 100px
    }

    .wishlist-table.clean-table td.customer-wishlist-item-cart {
        width: 110px
    }

    .wishlist-table .product-name {
        font-size: 13px
    }

    .notice-cookie .notice-text {
        max-width: 86%
    }

    .checkout-onepage-index .col-main {
        width: auto;
        float: none
    }
}

@media only screen and (max-width: 850px) {
    .product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 15px
    }

    .product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 18px
    }
}

@media only screen and (max-width: 799px) {
    .bml-ad.small {
        display: block
    }

    .bml-ad.large {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .products-grid > li, .products-grid > li:nth-child(even) {
        margin-right: 3.7037%
    }

    .products-grid > li {
        width: 30.8642%
    }

    .products-grid > li:nth-child(odd) {
        clear: none
    }

    .products-grid > li:nth-child(3n+1) {
        clear: left
    }

    .products-grid > li:nth-child(3n) {
        margin-right: 0
    }

    .breadcrumbs, .col2-set .buttons-set .back-link, .col2-set .buttons-set .required, .header-language-background {
        display: none
    }

    .review-product-view .product-review .product-img-box, .wishlist-table .item-manage {
        max-width: 100%
    }

    .col2-set .buttons-set .button, .col2-set .buttons-set .button2 {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .col-left, .col-main, .col-right, .col1-layout .col-left, .col1-layout .col-main, .col1-layout .col-right, .col2-left-layout .col-left, .col2-left-layout .col-main, .col2-left-layout .col-right, .col2-right-layout .col-left, .col2-right-layout .col-main, .col2-right-layout .col-right, .col3-layout .col-right, .col3-layout .col-wrapper .col-left, .col3-layout .col-wrapper .col-main {
        padding: 0;
        margin-bottom: 10px;
        float: none;
        width: auto
    }

    .col-main, .col3-layout .col-wrapper {
        float: none;
        width: auto
    }

    .col-main .col-left {
        padding: 0
    }

    .col2-set .col-1, .col2-set .col-2 {
        padding: 10px
    }

    .col1-layout .pager, .col1-layout .sorter {
        width: 100%
    }

    .col1-layout .pager {
        float: left;
        clear: both
    }

    .col1-layout .pager .pages {
        float: left;
        margin-left: 0
    }

    .col1-layout .pager .count-container {
        float: right
    }

    .skip-link {
        border-right: 1px solid #ededed;
        width: 25%
    }

    .skip-link:last-child {
        border-right: 0
    }

    .skip-link.skip-active {
        background: #ededed;
        color: inherit
    }

    .skip-link.skip-active span {
        color: inherit
    }

    .block-layered-nav .block-content > dl > dt:hover, .nav-primary li.menu-active > a, .nav-primary li.sub-menu-active > a {
        color: #39c
    }

    .skip-link.skip-cart {
        border-right: none
    }

    .skip-link .icon {
        margin-right: 3px
    }

    .skip-link .label {
        display: inline
    }

    .header-account li a, .nav-primary a.level0 {
        padding: 0 15px 0 25px;
        border-bottom: 1px solid #ccc;
        text-align: left;
        text-transform: uppercase;
        line-height: 30px
    }

    .header-account li:last-child a, .nav-primary li.level0:last-child a.level0 {
        border-bottom: 0
    }

    .no-touch .header-account a:hover, .no-touch .nav-primary a:hover {
        background-color: #f4f4f4;
        text-decoration: none
    }

    .nav-primary a, .nav-primary a.level0 {
        line-height: 35px
    }

    .nav-primary li.level0 ul {
        display: none
    }

    .nav-primary li.level0 li {
        padding: 0 0 0 25px
    }

    .nav-primary li.level1 a {
        padding: 0 15px 0 25px;
        margin: 0
    }

    .nav-primary li.parent.menu-active > a:after, .nav-primary li.parent.sub-menu-active > a:after, .nav-primary li.parent > a:after {
        right: auto;
        margin-top: -5px;
        left: 10px
    }

    .nav-primary li.parent > a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #ccc;
        border-right: none;
        top: 50%
    }

    .nav-primary li.level0 li.menu-active > a:after, .nav-primary li.parent.menu-active > a:after, .nav-primary li.parent.sub-menu-active > a:after {
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 5px solid #ccc;
        display: block;
        border-bottom: none;
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 50%
    }

    .nav-primary li.menu-active > ul {
        display: block
    }

    .nav-primary li.level0 li.menu-active > a:after {
        margin-top: -3px;
        right: 5px
    }

    .footer .currency-switcher, .footer .form-language {
        display: block
    }

    .sidebar .block.block-layered-nav {
        border-bottom: none
    }

    .block-layered-nav--no-filters .block-title {
        display: none
    }

    .block-layered-nav .block-content {
        padding-top: 0;
        margin-top: 15px
    }

    .block-layered-nav .block-content > dl > dt {
        cursor: pointer;
        border-bottom-width: 0;
        padding-left: 24px
    }

    .block-layered-nav .block-content > dl > dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #39c;
        border-right: none;
        left: 10px;
        top: 50%;
        margin-top: -5px
    }

    .block-layered-nav .block-content.accordion-open > dl > dt.current, .block-layered-nav .block-content > dl > dt.last {
        border-bottom-width: 1px
    }

    .block-layered-nav .block-content > dl > dd {
        display: none
    }

    .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #39c;
        border-bottom: none;
        left: 6px;
        top: 50%;
        margin-top: -3px
    }

    .block-layered-nav .block-content.accordion-open > dl > dd.current {
        display: block
    }

    .block-layered-nav .block-subtitle--filter {
        background-color: #39c;
        border: 0;
        margin-bottom: 0;
        display: block;
        color: #fff
    }

    .block-layered-nav .block-subtitle--filter:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #fff;
        border-right: none;
        right: 10px;
        top: 50%;
        margin-top: -5px
    }

    .block-layered-nav .block-subtitle--filter:hover {
        background-color: #2e8ab8;
        color: #fff
    }

    .block-layered-nav .block-subtitle--filter.active:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #fff;
        border-bottom: none;
        right: 10px;
        top: 50%;
        margin-top: -3px
    }

    .narrow-by-list, .narrow-by-list2 {
        padding: 10px;
        border: 1px solid #ccc;
        border-top: 0
    }

    .block-layered-nav dl ol > li > a, .block-layered-nav dl ol > li > span {
        padding: 7px;
        margin: 5px
    }

    .block-layered-nav dl ol > li > a {
        color: #636363;
        background-color: #f4f4f4;
        padding: 5px 10px
    }

    .block-layered-nav dl ol > li > a:hover {
        text-decoration: none;
        background: #e7e7e7
    }

    .product-view .add-to-cart-wrapper {
        clear: both
    }

    .product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 16px
    }

    .product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 20px
    }

    .product-collateral.accordion-open > dl > dt.current {
        border-bottom-width: 1px
    }

    .product-collateral.accordion-open > dl > dt.current:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #39c;
        border-bottom: none;
        left: 6px;
        top: 50%;
        margin-top: -3px
    }

    .product-collateral.accordion-open > dl > dd.current {
        display: block
    }

    .product-collateral, .product-img-box, .product-view .add-to-cart-wrapper, .product-view .block-related, .product-view .product-shop {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .map-popup {
        width: 100%;
        left: 0 !important
    }

    .cart-table th {
        font-size: 12px
    }

    .cart-table td, .cart-table th {
        padding: 7px 6px
    }

    .cart-table .product-cart-actions > li {
        white-space: inherit
    }

    .shipping .shipping-form .form-list > li {
        width: 100%;
        float: none
    }

    .shipping .shipping-form .form-list > li label {
        display: block
    }

    .customer-account-login .col2-set p.required, .opc .opc-login .description, .opc .opc-login p.required, .order-info dt, .paypal-review-order .field.inactive, body.customer-account .data-table.orders td.ship, body.customer-account .data-table.orders th.ship {
        display: none
    }

    .shipping .shipping-form .form-list > li input, .shipping .shipping-form .form-list > li select {
        width: 100%
    }

    .cart .cart-totals table tfoot td {
        font-size: 18px
    }

    .gift-message-form .gift-item .product-img-box {
        width: 100%;
        float: none
    }

    .gift-message-form .gift-item .fieldset {
        margin-left: 0
    }

    .gift-message-form .gift-item .fieldset textarea {
        width: 100%
    }

    .my-account .addresses-list .col-1, .my-account .addresses-list .col-2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .my-account .addresses-list .col-1 li.empty, .my-account .addresses-list .col-2 li.empty {
        width: 100%
    }

    .order-info-box .box-content {
        clear: left
    }

    .addresses-list .item {
        float: left;
        width: 50%;
        padding-right: 30px
    }

    .dashboard .page-title {
        margin-top: 20px
    }

    .dashboard .page-title h1 {
        margin-top: 0
    }

    .dashboard .welcome-msg .hello {
        font-style: italic
    }

    .dashboard .box-account {
        padding-bottom: 15px;
        margin-bottom: 30px
    }

    .dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
        width: 48%;
        padding-right: 0;
        padding-left: 0
    }

    .dashboard .col2-set .col-1 {
        float: left;
        margin-right: 4%
    }

    .dashboard .col2-set .col-2 {
        float: right
    }

    .paypal-review-order .col-1 {
        padding-bottom: 0
    }

    .wishlist-table tr:after, .wishlist-table:after {
        display: table;
        content: '';
        clear: both
    }

    body.review-product-list .product-view .product-shop .price-info {
        padding-left: 0
    }

    body.review-product-list .product-view .product-shop .extra-info {
        padding: 0;
        min-width: 84%
    }

    body.review-product-list .product-view .product-shop .extra-info .ratings-table {
        margin: 10px 0;
        width: 100%
    }

    .header-minicart, .sidebar .block:not(.block-layered-nav), .wishlist-table td.customer-wishlist-item-cart p {
        margin-bottom: 0
    }

    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        float: left;
        margin-right: 15px
    }

    .wishlist-table .product-name {
        font-size: 16px
    }

    .sidebar .block:not(.block-layered-nav) .block-title.active > strong, .sidebar .block:not(.block-layered-nav) .block-title > strong {
        font-size: 14px;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        font-weight: 400;
        color: #636363
    }

    .wishlist-table textarea {
        height: 68px;
        max-width: 100%
    }

    .wishlist-table tr {
        position: relative
    }

    .wishlist-table td.customer-wishlist-item-image {
        width: 70px
    }

    .wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
        margin-right: 0;
        padding-top: 4px
    }

    .wishlist-table td.customer-wishlist-item-cart {
        padding-right: 15px
    }

    .header-minicart .subtotal .label {
        color: #636363
    }

    .header-minicart .minicart-wrapper:before {
        background-color: #ededed
    }

    .header-minicart .quantity-button {
        float: none
    }

    .header-minicart .header-minicart .block-cart {
        padding: 15px
    }

    .header-minicart .header-minicart .block-subtitle {
        padding-top: 59px
    }

    .header-minicart .minicart-actions .minicart-link {
        bottom: 0;
        right: 10px;
        left: auto
    }

    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
        display: inline-block;
        vertical-align: top
    }

    .contactForm {
        padding-left: 0
    }

    .notice-cookie {
        padding: 0 20px
    }

    .notice-cookie .notice-text {
        max-width: 82%;
        padding-top: 0
    }

    .sidebar .block:not(.block-layered-nav) .block-title {
        padding: 0;
        margin-top: 0;
        border-bottom: none;
        border-top: none;
        margin-bottom: 0
    }

    .sidebar .block:not(.block-layered-nav) .block-title > strong {
        margin: 0;
        font-family: Raleway, "Helvetica Neue", Verdana, Arial, sans-serif;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        padding: 7px 10px 7px 24px;
        border-width: 1px;
        border-style: solid;
        border-color: #ccc;
        position: relative;
        background-color: #f4f4f4;
        display: block;
        width: 100%;
        cursor: pointer;
        border-bottom: 0
    }

    .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #39c;
        border-right: none;
        left: 10px;
        top: 50%;
        margin-top: -3px
    }

    .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
        margin: 0;
        font-family: Raleway, "Helvetica Neue", Verdana, Arial, sans-serif;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        padding: 7px 10px 7px 24px;
        border-width: 1px;
        border-style: solid;
        border-color: #ccc;
        position: relative;
        background-color: #f4f4f4
    }

    .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #39c;
        border-bottom: none;
        left: 10px;
        top: 50%;
        margin-top: -3px
    }

    .sidebar .block:not(.block-layered-nav) .block-content {
        padding: 10px;
        margin-top: 0;
        border-width: 0 1px;
        border-style: solid;
        border-color: #ccc
    }

    .sidebar .block:last-of-type {
        border-bottom: 1px solid #ccc
    }

    .sidebar .block-account .block-title > strong span:after, .sidebar .block-cms-menu .block-title > strong span:after {
        content: ' Menu'
    }

    .page-header {
        max-width: 100%;
        margin: 0;
        padding: 0
    }

    .skip-links {
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        float: none;
        clear: both
    }

    .skip-account, .skip-nav, .skip-search {
        display: block
    }

    .skip-account {
        margin-left: 0;
        text-transform: none;
        position: relative;
        right: 0
    }

    .header-nav {
        display: none;
        padding: 5px 0
    }

    .header-search {
        display: none;
        width: 100%;
        position: relative;
        top: 0;
        padding: 20px
    }

    .nav-primary {
        margin-top: 10px
    }

    .nav-primary a.level0, .nav-primary li.level0 {
        display: block
    }

    .nav-primary li.level0 ul {
        width: 100%;
        background: #ededed;
        border: none;
        position: relative;
        left: 0;
        top: 0;
        z-index: 1;
        padding: 0
    }

    .header-account.skip-active, .header-cart.skip-active {
        border: none;
        position: relative;
        top: 0;
        z-index: 0;
        width: 100%
    }

    .header-account.skip-active {
        background: #ededed;
        left: 0;
        clear: both
    }

    .header-account a {
        display: block;
        padding: 5px 10px;
        color: #636363;
        line-height: 2
    }

    .skip-cart {
        position: relative;
        text-transform: none
    }

    .header-cart.skip-active {
        display: block;
        right: 0
    }

    .skip-cart .count {
        font-size: 11px;
        color: #fff;
        background: #39c;
        background: rgba(51, 153, 204, .9);
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        top: -6px
    }

    .skip-link.skip-active .count {
        color: #fff
    }

    .skip-cart .count.empty {
        display: none
    }

    .skip-cart .count:after, .skip-cart .count:before {
        content: ''
    }

    .product-view .product-shop .product-name, .upsell-item .ps-catalog_product_header {
        display: none;
        float: left
    }

    .product-img-box .product-name {
        display: block
    }

    .product-review .product-details {
        float: none;
        width: 100%
    }

    .product-review .ratings-table tr {
        float: left
    }
}

@media only screen and (max-width: 699px) {
    .display-both-prices .cart-table td.product-cart-total, .display-both-prices .cart-table thead .cart-total-head {
        display: none
    }
}

@media only screen and (max-width: 670px) {
    .paypal-or {
        line-height: 20px
    }

    .paypal-button, .paypal-logo, .paypal-or {
        text-align: center;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0;
        float: none
    }

    .checkout-types {
        float: none;
        text-align: center
    }

    .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
        width: auto;
        float: none
    }

    .checkout-types li {
        float: none;
        width: 100%;
        margin-left: 0
    }

    .header-minicart .minicart-actions .checkout-button {
        width: 100%
    }

    .header-minicart .minicart-actions .minicart-link {
        right: auto;
        left: 0;
        text-align: center;
        width: 100%
    }

    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button, .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        width: 100%;
        display: block;
        margin-left: 0
    }

    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        line-height: 1.6
    }
}

@media only screen and (max-width: 620px) {
    .notice-cookie {
        padding: 0 20px
    }

    .notice-cookie .notice-inner {
        background-position: left 10px
    }

    .notice-cookie .notice-inner:after {
        content: '';
        display: table;
        clear: both
    }

    .notice-cookie .notice-text {
        float: none;
        max-width: 100%;
        padding-top: 0
    }

    .notice-cookie .actions {
        text-align: left
    }

    .swatch-option {
        max-width: 96%
    }
}

@media only screen and (max-width: 599px) {
    .linearize-table-large .mobile-title {
        display: block
    }

    .linearize-table-large th.desktop-title {
        text-indent: -9999px
    }

    .linearize-table-large td.desktop-title {
        display: none
    }

    .linearize-table-large td, .linearize-table-large th, .linearize-table-large tr {
        display: block
    }

    .linearize-table-large tbody td.lin-hide, .linearize-table-large thead th.lin-hide, .linearize-table-large thead th:nth-child(1n+2) {
        display: none
    }

    .linearize-table-large thead th {
        border-right: 0;
        border-left: 0
    }

    .linearize-table-large tbody tr {
        position: relative;
        border-bottom: 1px solid #ccc
    }

    .linearize-table-large tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0
    }

    .linearize-table-large tbody td:first-child {
        padding-top: 10px
    }

    .linearize-table-large tbody td:first-child, .linearize-table-large tbody td:first-child h3, .linearize-table-large tbody td:nth-child(2), .linearize-table-large tbody td:nth-child(2) h3 {
        font-weight: 700
    }

    .linearize-table-large tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px
    }

    .linearize-table-large tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: Raleway, "Helvetica Neue", Verdana, Arial, sans-serif;
        padding-right: 5px;
        text-transform: uppercase
    }

    .linearize-table-large tfoot tr {
        display: block;
        text-align: right
    }

    .linearize-table-large tfoot tr:after {
        content: '';
        display: table;
        clear: both
    }

    .linearize-table-large tfoot td {
        display: block;
        float: left
    }

    .linearize-table-large .linearize-hide, .linearize-table-large tfoot td.lin-hide {
        display: none
    }

    .linearize-table-large tfoot td:nth-child(odd) {
        clear: left;
        width: 60%
    }

    .linearize-table-large tfoot td:nth-child(even) {
        text-align: left;
        width: 40%
    }

    .linearize-table-large .linearize-unpad {
        padding: 0
    }

    .linearize-table-large .linearize-show {
        display: block
    }

    .my-orders-table td[data-rwd-label=Qty] .nobr br, .wishlist-table td.customer-wishlist-item-image, .wishlist-table th.customer-wishlist-item-image {
        display: none
    }

    #my-downloadable-products-table td.last {
        padding-right: 10px
    }

    .footer .links {
        width: 48.4375%;
        margin-right: 0
    }

    .footer .links:nth-child(odd) {
        margin-right: 3.125%;
        clear: both
    }

    .footer .block-subscribe {
        clear: both;
        float: left;
        width: 100%
    }

    .add-to-box .add-to-links a {
        float: none;
        width: auto;
        text-indent: 0
    }

    .my-account .addresses-list .addresses-additional p a {
        white-space: nowrap
    }

    .my-orders-table .option-label {
        margin-left: 20px
    }

    .my-orders-table .option-value {
        margin-left: 35px
    }

    .my-orders-table td[data-rwd-label=Qty] .nobr strong {
        margin-right: 10px
    }

    .my-orders-table tr.bundle {
        border-color: #ededed
    }

    .my-orders-table tr.bundle.child td[data-rwd-label] {
        padding-left: 60px
    }

    .wishlist-table td.customer-wishlist-item-quantity, body.customer-account .my-account .form-list .control {
        padding-left: 0
    }

    .my-orders-table tbody:last-child tr:last-child td {
        padding-bottom: 10px;
        border-bottom: 0
    }

    .my-orders-table tbody:last-child tr:last-child td:last-child {
        padding-bottom: 15px
    }

    .my-orders-table tfoot tr.shipping {
        margin-top: 0
    }

    .contacts-index-index .buttons-set {
        max-width: 330px;
        margin-left: 0
    }

    .contacts-index-index .buttons-set button {
        float: left;
        margin-left: 0
    }

    .contacts-index-index .buttons-set p.required {
        float: right
    }

    .products-list .product-shop .desc, .products-list .product-shop .product-primary, .products-list .product-shop .product-secondary {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: left
    }

    #my-downloadable-products-table button {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 535px) {
    body.review-product-list .product-view .product-shop .extra-info {
        min-width: 0
    }

    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        float: none;
        margin-right: 0
    }
}

@media only screen and (max-width: 530px) {
    .data-table.orders td.status, .data-table.orders th.status {
        display: none
    }
}

@media only screen and (max-width: 520px) {
    .customer-reviews .buttons-set, .customer-reviews .fieldset, .customer-reviews .fieldset .form-list {
        width: 100%
    }

    .customer-reviews .fieldset .form-list .inline-label .input-box, .customer-reviews .fieldset .form-list .inline-label label {
        float: none
    }

    .customer-reviews .review-summary-table tbody th, .customer-reviews .review-summary-table thead th {
        padding-left: 0;
        padding-right: 0
    }

    .customer-reviews .review-summary-table tbody td {
        width: 20%;
        padding: 0
    }

    .customer-reviews .review-summary-table .rating-box {
        text-indent: 0;
        text-align: center;
        background: 0 0;
        height: 19.6px;
        width: 100%
    }

    .customer-reviews .review-summary-table .rating-box .rating {
        display: none
    }

    .customer-reviews .review-summary-table .rating-box .rating-number {
        display: inline-block
    }
}

@media only screen and (max-width: 499px) {
    .skip-cart .count {
        margin-left: -12px
    }

    .skip-link {
        width: 20%
    }

    .skip-nav {
        width: 40%
    }

    .skip-link .icon {
        margin-right: 3px
    }

    .skip-link .label {
        display: none
    }

    .skip-nav .label {
        display: inline
    }
}

@media only screen and (max-width: 480px) {
    .products-grid > li, .products-grid > li:nth-child(3n) {
        margin-right: 4.54545%
    }

    .main-container {
        padding: 15px
    }

    .products-grid > li {
        width: 47.72727%
    }

    .products-grid > li:nth-child(odd) {
        clear: left
    }

    .products-grid > li:nth-child(even) {
        margin-right: 0
    }

    .products-grid > li:nth-child(3n+1) {
        clear: none
    }

    .products-list .product-name a {
        font-size: 14px
    }

    .customer-account-login .col2-set .col-2 {
        padding-left: 0;
        border-left: none
    }

    .customer-account-login .col2-set .col-1 {
        padding-right: 0
    }
}

@media only screen and (max-width: 479px) {
    .buttons-set .back-link, .buttons-set .required, .truncated a.details {
        display: none
    }

    .buttons-set .button {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 7px
    }

    .col2-set .col-1, .col2-set .col-2 {
        float: none;
        width: auto;
        border: 0;
        padding-right: 0;
        padding-left: 0
    }

    .truncated {
        cursor: inherit
    }

    .truncated .truncated_full_value .item-options {
        display: block;
        position: static;
        z-index: 1;
        width: 100%;
        border: none;
        background-color: transparent
    }

    .limiter label, .pager .amount--has-pages, .truncated .truncated_full_value .item-options:after {
        display: none
    }

    .truncated .truncated_full_value .item-options p {
        float: none
    }

    .pages {
        float: left
    }

    .linearize-table td, .linearize-table th, .linearize-table tr {
        display: block
    }

    .linearize-table tbody td.lin-hide, .linearize-table thead th.lin-hide, .linearize-table thead th:nth-child(1n+2) {
        display: none
    }

    .linearize-table thead th {
        border-right: 0;
        border-left: 0
    }

    .linearize-table tbody tr {
        position: relative;
        border-bottom: 1px solid #ccc
    }

    .linearize-table tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0
    }

    .linearize-table tbody td:first-child {
        padding-top: 10px
    }

    .linearize-table tbody td:first-child, .linearize-table tbody td:first-child h3 {
        font-weight: 700
    }

    .linearize-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px
    }

    .linearize-table tbody td[data-rwd-label].customer-wishlist-item-cart, .linearize-table tbody td[data-rwd-label].customer-wishlist-item-price, .sp-methods .checkmo-list {
        padding-left: 0
    }

    .linearize-table tfoot tr {
        display: block;
        text-align: right
    }

    .linearize-table tfoot tr:after {
        content: '';
        display: table;
        clear: both
    }

    .linearize-table tfoot td {
        display: block;
        float: left
    }

    .linearize-table .linearize-hide, .linearize-table tfoot td.lin-hide {
        display: none
    }

    .linearize-table tfoot td:nth-child(odd) {
        clear: left;
        width: 60%
    }

    .linearize-table tfoot td:nth-child(even) {
        text-align: left;
        width: 40%
    }

    .checkout-review-table-wrapper > .checkout-review-table thead > tr > th:first-child, .linearize-table .linearize-show, .product-options-bottom .price-box .price-as-configured .price-label {
        display: block
    }

    .linearize-table .linearize-unpad {
        padding: 0
    }

    .page-header-container .store-language-container {
        padding-top: 8px
    }

    .page-header-container .store-language-container select {
        font-size: 12px
    }

    .footer {
        padding-top: 17px
    }

    .product-img-box .product-image img {
        max-height: 450px
    }

    .product-view .add-to-cart-buttons .paypal-or {
        line-height: 20px
    }

    .product-view .add-to-cart-buttons .button, .product-view .add-to-cart-buttons .paypal-button, .product-view .add-to-cart-buttons .paypal-logo, .product-view .add-to-cart-buttons .paypal-or {
        text-align: center;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0;
        float: none
    }

    .box-collateral, .product-collateral, .product-img-box, .product-view .block-related, .product-view .product-shop {
        margin-bottom: 15px
    }

    .product-collateral {
        margin-bottom: 30px
    }

    .grouped-items-table-wrapper {
        margin-bottom: 15px
    }

    .product-options-bottom .product-pricing, .product-options-bottom .tier-prices {
        float: none;
        width: 100%;
        text-align: right;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc
    }

    .product-options-bottom .price-box .price-as-configured {
        text-align: right
    }

    .map-popup .map-popup-checkout, .map-popup .map-popup-content, .map-popup .map-popup-heading h3, body.customer-account .my-account .page-title h1, body.customer-account .my-account .title-buttons {
        text-align: center
    }

    .map-popup .map-popup-checkout .additional-addtocart-box, .map-popup .map-popup-checkout .button, .map-popup .map-popup-checkout .paypal-logo .paypal-or, .map-popup .map-popup-checkout .paypal-logo a {
        float: none
    }

    .map-popup .map-popup-checkout .additional-addtocart-box {
        min-width: 0
    }

    .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        margin: 0 0 10px
    }

    .customer-account-create .buttons-set, .customer-account-create .fieldset, .customer-account-forgotpassword .buttons-set, .customer-account-forgotpassword .fieldset, .opc .buttons-set .button + .buttons-set .button, .paypal-express-review .buttons-set .button + .buttons-set .button {
        margin-left: 0
    }

    .map-popup .map-popup-price {
        text-align: center;
        padding-top: 0
    }

    .sp-methods .checkmo-list label {
        width: 135px
    }

    .checkout-step-review .opc-block-progress .block-content > dl > div {
        float: none;
        width: auto
    }

    .customer-account-login .col2-set .col-1 {
        padding-bottom: 30px
    }

    .customer-account-login .col2-set .col-2 {
        padding-top: 30px;
        border-top: 1px solid #ededed
    }

    body.customer-account .my-account .title-buttons .button {
        width: 100%;
        position: static;
        margin-bottom: 15px
    }

    body.customer-account .my-account .fieldset h2, body.customer-account .my-account .order-details h2 {
        margin-bottom: 15px
    }

    body.customer-account .my-account .buttons-set {
        border-top: 0
    }

    body.customer-account .my-account .addresses-list .item {
        margin-bottom: 15px;
        padding-right: 0;
        float: none;
        width: auto
    }

    body.customer-account .my-account .addresses-list h2 {
        margin-bottom: 15px
    }

    .order-info {
        margin-top: 15px
    }

    .data-table.orders .date, .data-table.orders .link-reorder {
        display: none
    }

    .data-table.orders .view {
        text-align: right
    }

    .wishlist-table td.customer-wishlist-item-price, .wishlist-table td.customer-wishlist-item-price .cart-cell, .wishlist-table td.customer-wishlist-item-quantity, .wishlist-table td.customer-wishlist-item-quantity .cart-cell {
        text-align: left
    }

    .dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
        width: 100%;
        margin-top: 15px
    }

    .dashboard .col2-set .col-1 .box-title a, .dashboard .col2-set .col-2 .box-title a {
        position: absolute;
        padding: 10px
    }

    .order-info-box {
        margin: 0
    }

    .order-info-box .col-1, .order-info-box .col-2 {
        width: 100%;
        border-bottom: 1px solid #ededed;
        padding: 15px 0
    }

    .order-info-box + .order-info-box {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 30px
    }

    .wishlist-table tr {
        position: relative
    }

    .wishlist-table th.customer-wishlist-item-image {
        display: block
    }

    .wishlist-table td.customer-wishlist-item-cart, .wishlist-table td.customer-wishlist-item-image, .wishlist-table td.customer-wishlist-item-info, .wishlist-table td.customer-wishlist-item-price, .wishlist-table td.customer-wishlist-item-quantity {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        empty-cells: hide
    }

    .wishlist-table td.customer-wishlist-item-image {
        display: block;
        overflow: hidden
    }

    .wishlist-table td.customer-wishlist-item-image a {
        float: left
    }

    .wishlist-table td.customer-wishlist-item-price:before, .wishlist-table td.customer-wishlist-item-quantity:before {
        float: left;
        margin-right: 15px
    }

    .wishlist-table td.customer-wishlist-item-price .price-box, .wishlist-table td.customer-wishlist-item-quantity .price-box {
        margin-top: 0
    }

    .wishlist-table td.customer-wishlist-item-cart .cart-cell {
        float: left;
        width: 48%
    }

    .wishlist-table td.customer-wishlist-item-cart > p {
        float: right;
        width: 48%
    }

    .wishlist-table td.customer-wishlist-item-remove {
        position: absolute;
        top: 15px;
        right: 0;
        display: block;
        padding: 0;
        height: 20px
    }

    .wishlist-table.clean-table td.customer-wishlist-item-cart {
        width: 100%
    }

    .header-minicart a.skip-cart {
        z-index: 1
    }

    .advanced-search {
        padding: 15px
    }
}

@media only screen and (max-width: 450px) {
    .customer-reviews dl dd .ratings-table tr {
        float: none
    }
}

@media only screen and (max-width: 420px) {
    .product-view .product-shop .price-box .price-excluding-tax, .product-view .product-shop .price-box .price-including-tax {
        margin-bottom: 5px
    }

    .product-view .product-shop .price-box .price-excluding-tax span, .product-view .product-shop .price-box .price-including-tax span {
        display: block
    }
}

@media only screen and (max-width: 320px) {
    .crosssell ul .item {
        padding: 0 0 40px
    }

    .crosssell ul .product-details .crosssell-actions {
        padding: 0 5px
    }

    .product-review .ratings-table tr {
        float: none
    }
}

@media only screen and (max-width: 870px) and (min-width: 771px) {
    .paypal-review-order .col2-set .col-1, .paypal-review-order .col2-set .col-2 {
        padding: 0
    }
}

@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
    input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select {
        font-size: 12px
    }
}

@media (-webkit-min-device-pixel-ratio: 2),(min--moz-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 4/2),(min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx) {
    .footer .links.social-media em {
        background-image: url('../images/social_icons@2x.png');
        background-size: 50px 125px
    }
}

@media only screen and (max-width: 1288px) {
    .ps-header_navigation .nav-primary li.level0 ul {
        width: 190px
    }
}

@media only screen and (max-width: 1245px) {
    .checkout-types.top li {
        display: block;
        float: none
    }

    .ps-cart .paypal-or {
        margin-right: 75px
    }

    .cart-totals .checkout-types .btn-checkout {
        width: 182px
    }
}

@media only screen and (max-width: 1215px) {
    .ps-header_navigation #menu-mainnav > li > a, .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
        font-size: 16px
    }
}

@media only screen and (max-width: 1185px) {
    .ps-header_navigation #menu-mainnav > li > a, .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
        font-size: 14px
    }

    .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
        padding-right: 20px
    }

    .ps-cart .crosssell .crosssell-products-list .button {
        white-space: inherit
    }
}

@media only screen and (max-width: 1120px) {
    .ps-cms_shipping ul li {
        padding-right: 1%
    }
}

@media only screen and (max-width: 1104px) and (min-width: 1025px) {
    .ps-header_navigation .dropdown-bg {
        top: 6px
    }
}

@media only screen and (max-width: 1077px) {
    .cart .giftcard .input-text, .discount-coupon-form .input-text {
        width: 150px
    }

    .ps-cms_shipping ul li p {
        font-size: 14px
    }

    .data-table .ship {
        min-width: 0
    }
}

@media only screen and (max-width: 1050px) {
    .ps-header_navigation #menu-mainnav > li > a, .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
        font-size: 14px
    }

    .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
        padding-right: 16px
    }
}

@media only screen and (max-width: 1020px) {
    .ps-footer_col.ps-footer_subscribe {
        float: right;
        margin-right: 21px
    }

    .ps-footer_col.ps-footer_findus {
        margin-top: 20px
    }
}

@media only screen and (max-width: 996px) {
    .ps-featured_products_header {
        padding-left: 0;
        text-align: center
    }
}

@media only screen and (max-width: 980px) {
    .create-shop-section, .pixquickview_popup .mobile-create-shop-section.mobile-create-shop-menu {
        display: none
    }

    .ps-header_navigation #menu-mainnav > li > a, .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
        font-size: 13px
    }

    .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
        padding-right: 16px
    }

    .checkout-onepage-index .col-main, .ps-home_static_block.ps_home_grid {
        padding: 0
    }

    .mobile-create-shop-section .create-section, .mobile-create-shop-section .shop-section {
        float: left;
        width: 50%;
        position: relative
    }

    .mobile-create-shop-section .create-section.vhidden, .mobile-create-shop-section .shop-section.vhidden {
        visibility: hidden
    }

    .mobile-create-shop-section .create-section {
        clear: both
    }

    .mobile-create-shop-section .create-section a, .mobile-create-shop-section .shop-section a {
        color: #fff
    }

    .mobile-create-shop-section .create-section .default-view, .mobile-create-shop-section .shop-section .default-view {
        display: none;
        position: absolute;
        text-align: center;
        font-size: 38px;
        letter-spacing: 3px;
        color: #fff;
        top: 42%;
        left: 12.5%;
        right: 12.5%
    }

    .ps-cart #shopping-cart-table {
        width: 100%;
        max-width: 100%
    }

    .ps-cart .cart-table .product-cart-image .product-image img {
        width: 100%
    }

    .ps-cart .cart-forms .discount, .ps-cart .cart-forms .giftcard {
        text-align: center
    }

    .ps-cart .giftcard {
        margin-bottom: 30px
    }

    .ps-cart .giftcard .ps-gift_card_button_wrapper {
        float: left;
        width: 100%;
        margin-top: 10px;
        text-align: center
    }

    .ps-cart .giftcard .ps-gift_card_button_wrapper .check-gc-status {
        float: none;
        margin: 0
    }

    .pixquickview_popup {
        width: 100%;
        max-width: 700px
    }

    .pixquickview_popup .product-image-gallery .gallery-image.visible {
        margin: 0 auto
    }

    .pixquickview_popup .ps-catalog_product_view .ps-product_shop .ps-catalog_product_price_info .ps-regular_standard_price .price {
        font-size: 30px
    }

    .pixquickview_popup .ps-catalog_product_essential .ps-add_to_cart_wrapper {
        width: 100%
    }

    .ps-cms_shipping ul li p {
        font-size: 15px
    }

    .ps-featured_products_header {
        margin-bottom: 15px;
        padding: 0
    }
}

@media only screen and (max-width: 940px) {
    .ps-header_navigation #menu-mainnav > li > a, .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
        font-size: 12px
    }

    .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
        padding-right: 14px
    }

    .header-language-background .header-language-container .shipping-banner {
        font-size: 15px
    }

    .cms-newsletter-signup .learn-more-block {
        width: 33.3%
    }

    .cms-newsletter-signup .learn-more-block:nth-of-type(4n+1) {
        clear: none
    }

    .cms-newsletter-signup .learn-more-block:nth-of-type(3n+4) {
        clear: both
    }

    .paypal-review-step .shipping-method-progress-opcheckout fieldset {
        max-width: 220px
    }

    .paypal-review-step .shipping-method-progress-opcheckout fieldset .input-box {
        float: none;
        clear: both;
        width: 100%
    }

    .paypal-review-step .shipping-method-progress-opcheckout fieldset .button {
        width: 100%;
        float: none;
        clear: both;
        margin-top: 8px
    }
}

@media only screen and (max-width: 860px) {
    .ps-header_navigation #menu-mainnav > li > a, .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
        font-size: 12px
    }

    .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
        padding-right: 13px
    }

    .ps-header .header-language-background {
        margin-bottom: 12px
    }
}

@media only screen and (max-width: 840px) {
    .ps-header_navigation #menu-mainnav > li > a, .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
        font-size: 12px
    }

    .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
        padding-right: 12px
    }

    .ps-header_navigation .nav-primary li.level0 ul.level0.spill {
        right: auto
    }

    .ps-header_navigation .nav-primary li.level0 ul {
        width: 160px
    }

    .ps-header_navigation .nav-primary li.level1 a {
        font-size: 13px
    }

    .header-language-background .header-language-container .shipping-banner {
        font-size: 14px
    }
}

@media only screen and (max-width: 860px) and (min-width: 771px) {
    .ps-header_navigation #menu-mainnav > li > a, .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
        font-size: 11px
    }

    .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
        padding-right: 10px
    }
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
    .cms-index-index .ps-page_sub_nav, .create-shop-section {
        display: none
    }

    .mobile-create-shop-section .create-section, .page-title, header.ps-header .page-header-container.mobile .header-inputs {
        clear: both
    }

    .ps-home_grid {
        max-width: 1189px
    }

    .ps-header_navigation #menu-mainnav > li > a, .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
        font-size: 14px
    }

    .ps-header_navigation .nav-primary a.level0, .ps-header_navigation .nav-primary a.level-top {
        padding-right: 18px
    }

    .ps-home_static_block.ps_home_grid {
        padding: 0
    }

    .mobile-create-shop-section .create-section, .mobile-create-shop-section .shop-section {
        float: left;
        width: 50%;
        position: relative
    }

    .mobile-create-shop-section .create-section.vhidden, .mobile-create-shop-section .shop-section.vhidden {
        visibility: hidden
    }

    .mobile-create-shop-section .create-section .default-view, .mobile-create-shop-section .shop-section .default-view {
        display: none;
        position: absolute;
        text-align: center;
        font-size: 38px;
        letter-spacing: 3px;
        color: #fff;
        top: 42%;
        left: 12.5%;
        right: 12.5%
    }

    .main-container {
        padding: 20px;
        margin-top: 0
    }

    .ps-header.page-header, .toolbar {
        padding: 0
    }

    .pages li {
        float: none;
        display: inline-block
    }

    .pages {
        float: none;
        text-align: center
    }

    header.ps-header .page-header-container.desktop {
        display: none
    }

    header.ps-header .page-header-container.mobile {
        display: block;
        text-align: center
    }

    header.ps-header .page-header-container.mobile .welcome-msg {
        font-size: 14px;
        display: inline-block
    }

    header.ps-header .page-header-container.mobile .account-icon, header.ps-header .page-header-container.mobile .favorites-icon, header.ps-header .page-header-container.mobile .newsletter-icon {
        display: inline-block;
        margin-left: 15%;
        cursor: pointer
    }

    header.ps-header .page-header-container.mobile .account-link, header.ps-header .page-header-container.mobile .favorites-link, header.ps-header .page-header-container.mobile .newsletter-link {
        background-image: url('../images/sprites/ps-spritesheet.png');
        background-repeat: no-repeat;
        height: 22px;
        width: 26px;
        display: inline-block;
        margin-left: 12%
    }

    header.ps-header .page-header-container.mobile .header-inputs .input-newsletter, header.ps-header .page-header-container.mobile .header-inputs .input-search, header.ps-header .ps-search_container .search_mini_form .search.main_search {
        width: 100%
    }

    .ps-filter_block_container.block-layered-nav .block-subtitle--filter, header.ps-header .page-header-container.mobile #newsletter-validate-detail-mobile-wp {
        display: none
    }

    header.ps-header .page-header-container.mobile .account-icon {
        margin-left: 0
    }

    header.ps-header .page-header-container.mobile .account-link {
        background-position: -5px -64px
    }

    header.ps-header .page-header-container.mobile .account-link.ps-mobile_nav_link_active {
        background-position: -5px -94px
    }

    header.ps-header .page-header-container.mobile .account-link.ps-account_logged_in {
        background-position: -5px -124px
    }

    header.ps-header .page-header-container.mobile .account-link.ps-account_logged_in.ps-mobile_nav_link_active {
        background-position: -5px -155px
    }

    header.ps-header .page-header-container.mobile .newsletter-link {
        background-position: -75px -65px
    }

    header.ps-header .page-header-container.mobile .newsletter-link.ps-mobile_nav_link_active {
        background-position: -75px -95px
    }

    header.ps-header .page-header-container.mobile .favorites-link {
        background-position: -111px -65px
    }

    header.ps-header .page-header-container.mobile .favorites-link.ps-mobile_nav_link_active, header.ps-header .page-header-container.mobile .favorites-link:active, header.ps-header .page-header-container.mobile .favorites-link:focus {
        background-position: -111px -94px
    }

    header.ps-header .page-header-container.mobile .input-search .ps-search_container {
        background: #fff;
        margin: auto;
        border: 1px solid transparent;
        padding: 12px 0 9px;
        max-width: 100%
    }

    header.ps-header .page-header-container.mobile .ps-search_container .search_mini_form {
        max-width: 220px;
        margin: 0 auto
    }

    header.ps-header .page-header-container.mobile .input-newsletter .ps-newsletter_container {
        right: initial;
        background: #fff;
        margin: auto;
        border: 1px solid transparent;
        padding: 10px 0 3px
    }

    header.ps-header .page-header-container.mobile .header-newsletter .newsletter-wrapper {
        width: 220px;
        border: none;
        margin: 0 auto
    }

    header.ps-header .page-header-container.mobile .input-account .ps-account_container {
        right: initial;
        background: #fff;
        margin: auto;
        border: 1px solid transparent;
        padding: 10px 0 3px
    }

    .ps-catalog_filters_wrapper.sidebar .ps-filter_block_container.block-layered-nav.block:last-of-type {
        border-bottom: none
    }

    .ps-filter_list_container, .ps-filter_list_container.no-display {
        display: block;
        text-align: center;
        border: none
    }

    .ps-filter_list_container .ps-filter_list_item {
        float: none;
        display: inline-block
    }

    .ps-filter_list_item .ps-filter_attribute_value {
        padding: 10px 13%;
        top: initial
    }

    .ps-filter_list_item .ps-filter_attribute_value .m-selected-filter-item a:before {
        left: -12px
    }

    .ps-filter_list_item {
        margin: 0 4%
    }

    .ps-filter_list_item .ps-filter_attribute_value .m-filter-item-list li {
        float: none;
        width: 100%;
        text-align: left;
        margin-top: 20px
    }

    .ps-filter_attribute_value .m-filter-item-list {
        float: none;
        width: 100%
    }

    .ps-filter_list_item .ps-filter_attribute_value a {
        display: table-row
    }

    .ps-filter_list_item .ps-filter_attribute_value span {
        display: table-cell
    }

    header.ps-header .ps-mobile_nav_container .minicart-icon .minicart-link {
        margin: 0
    }

    .header-account.skip-active, .header-cart.skip-active {
        width: 100%;
        border: none;
        position: relative;
        top: 0;
        z-index: 0
    }

    .header-cart.skip-active {
        display: block;
        right: 0
    }

    header.ps-header .input-minicart .ps-minicart_wrapper.minicart-wrapper .ps-minicart_hasitems_text {
        text-align: left;
        color: #000
    }

    .truncated, .truncated .dots {
        display: block;
        cursor: default;
        font-size: 12px
    }

    .ps-tab_container .swatch_error {
        display: none
    }

    .ps-footer_col.ps-footer_findus {
        margin-top: 25px
    }
}

@media only screen and (max-width: 767px) {
    .page-title, header.ps-header .page-header-container.mobile .header-inputs {
        clear: both
    }

    .main-container {
        padding: 20px;
        margin-top: 0
    }

    .ps-header.page-header, .toolbar {
        padding: 0
    }

    .ps-page_sub_nav {
        margin-bottom: 0
    }

    .cms-index-index .ps-page_sub_nav {
        display: none
    }

    .pages li {
        float: none;
        display: inline-block
    }

    .pages {
        float: none;
        text-align: center
    }

    .ps-header .ps-mobile_nav_open .header-newsletter {
        display: block
    }

    .ps-filter_block_container.block-layered-nav .block-subtitle--filter {
        display: none
    }

    .ps-catalog_filters_wrapper.sidebar .ps-filter_block_container.block-layered-nav.block:last-of-type {
        border-bottom: none
    }

    .ps-filter_list_container, .ps-filter_list_container.no-display {
        display: block;
        text-align: center;
        border: none;
        padding: 0
    }

    .ps-filter_list_container .ps-filter_list_item {
        float: none;
        display: inline-block;
        width: 49%;
        margin: 0 auto;
        vertical-align: top
    }

    .ps-filter_list_item {
        margin: 0 4%
    }

    .ps-filter_list_item .ps-filter_attribute_value .m-filter-item-list li {
        float: none;
        width: 100%;
        text-align: left
    }

    .ps-filter_attribute_value .m-filter-item-list {
        float: none;
        width: 100%
    }

    header.ps-header .page-header-container.desktop {
        display: none
    }

    header.ps-header .page-header-container.mobile {
        display: block;
        text-align: center
    }

    header.ps-header .page-header-container.mobile .welcome-msg {
        font-size: 14px;
        display: inline-block
    }

    header.ps-header .page-header-container.mobile .account-icon, header.ps-header .page-header-container.mobile .favorites-icon, header.ps-header .page-header-container.mobile .newsletter-icon {
        display: inline-block;
        margin-left: 15%;
        cursor: pointer
    }

    header.ps-header .page-header-container.mobile .account-link, header.ps-header .page-header-container.mobile .favorites-link, header.ps-header .page-header-container.mobile .newsletter-link {
        background-image: url('../images/sprites/ps-spritesheet.png');
        background-repeat: no-repeat;
        height: 22px;
        width: 26px;
        display: inline-block;
        margin-left: 12%
    }

    header.ps-header .page-header-container.mobile .header-inputs .input-newsletter, header.ps-header .page-header-container.mobile .header-inputs .input-search, header.ps-header .ps-search_container .search_mini_form .search.main_search {
        width: 100%
    }

    header.ps-header .page-header-container.mobile .account-icon {
        margin-left: 0
    }

    header.ps-header .page-header-container.mobile .account-link {
        background-position: -5px -64px
    }

    header.ps-header .page-header-container.mobile .account-link.ps-mobile_nav_link_active {
        background-position: -5px -94px
    }

    header.ps-header .page-header-container.mobile .account-link.ps-account_logged_in {
        background-position: -5px -124px
    }

    header.ps-header .page-header-container.mobile .account-link.ps-account_logged_in.ps-mobile_nav_link_active {
        background-position: -5px -155px
    }

    header.ps-header .page-header-container.mobile #newsletter-validate-detail-mobile-wp {
        display: none
    }

    header.ps-header .page-header-container.mobile .newsletter-link {
        background-position: -75px -65px
    }

    header.ps-header .page-header-container.mobile .newsletter-link.ps-mobile_nav_link_active {
        background-position: -75px -95px
    }

    header.ps-header .page-header-container.mobile .favorites-link {
        background-position: -111px -65px
    }

    header.ps-header .page-header-container.mobile .favorites-link.ps-mobile_nav_link_active, header.ps-header .page-header-container.mobile .favorites-link:active, header.ps-header .page-header-container.mobile .favorites-link:focus {
        background-position: -111px -94px
    }

    header.ps-header .page-header-container.mobile .input-search .ps-search_container {
        background: #fff;
        margin: auto;
        max-width: 100%
    }

    header.ps-header .page-header-container.mobile .ps-search_container .search_mini_form {
        max-width: 220px;
        margin: 0 auto
    }

    header.ps-header .page-header-container.mobile .input-newsletter .ps-newsletter_container {
        right: initial;
        background: #fff;
        margin: auto;
        border: 1px solid transparent;
        padding: 10px 0 3px
    }

    header.ps-header .page-header-container.mobile .header-newsletter .newsletter-wrapper {
        width: 220px;
        border: none;
        margin: 0 auto
    }

    header.ps-header .page-header-container.mobile .input-account .ps-account_container {
        right: initial;
        background: #fff;
        margin: auto;
        border: 1px solid transparent;
        padding: 10px 0 3px
    }

    .input-account .ps-account_container .ps-account_content_logged_in {
        float: left;
        display: block;
        width: 50%
    }

    .input-account .ps-account_container .ps-account_content_logged_in .ps-account_content_url_link {
        padding: 0;
        margin: 5px 10px
    }

    .input-account .ps-account_container .ps-account_content_logged_in .ps-account_content_url_link:hover {
        background-color: #fff
    }

    ::-webkit-input-placeholder {
        font-family: Lato, sans-serif;
        color: #a0a0a0;
        font-size: 13px
    }

    input:-moz-placeholder {
        font-family: Lato, sans-serif;
        color: #a0a0a0;
        font-size: 13px
    }

    body.cms-home .main-container {
        padding-top: 0;
        margin-top: 0
    }

    .ps-tab_container .swatch_error {
        display: none
    }

    .swatch_error.mobile_swatch_error {
        display: block
    }

    .ps-footer_sm_item.sm_pinterest {
        clear: left
    }

    .catalog-category-view .page-title.category-title h1 {
        text-align: center
    }

    header.ps-header .input-minicart .ps-minicart_container .minicart-link.ps-minicart_cart_link, header.ps-header .input-minicart .ps-minicart_container .minicart-link.ps-minicart_checkout_link {
        width: 182px;
        display: block;
        margin: 0 auto;
        background-image: none;
        height: 33px
    }

    header.ps-header .input-minicart .ps-minicart_container .minicart-link.ps-minicart_cart_link {
        margin-top: 10px
    }

    header.ps-header .input-minicart .ps-minicart_wrapper.minicart-wrapper .ps-minicart_hasitems_text {
        text-align: left
    }

    header.ps-header .ps-mobile_nav_container .minicart-icon .minicart-link {
        margin: 0
    }

    .ps-mobile_minicart .ps-minicart_product_remove {
        width: 25px;
        height: 25px;
        line-height: 50px;
        background-position: -17px 4px
    }

    .ps-mobile_minicart .ps-minicart_product_remove:active, .ps-mobile_minicart .ps-minicart_product_remove:focus, .ps-mobile_minicart .ps-minicart_product_remove:hover {
        background-position: -17px -29px
    }

    .truncated, .truncated .dots {
        display: block;
        cursor: default;
        font-size: 12px
    }

    .truncated .show .item-options {
        left: -63px
    }

    .truncated .truncated_full_value .item-options:after {
        left: 75px
    }

    .ps-order_confirmation {
        max-width: 515px;
        margin: 0 auto
    }

    .checkout-onepage-success .ps-order_confirmation .buttons-set .button {
        margin: 0;
        width: 100%;
        display: block
    }

    .ps-cart #shopping-cart-table {
        width: 100%;
        max-width: 100%
    }

    .cart-table .product-cart-image .product-image img {
        width: 100%
    }

    .ps-cart.cart .page-title h1 {
        display: block;
        float: none;
        font-size: 21px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .ps-cart #shopping-cart-table .product-cart-actions .ps-qty_adder_panel {
        top: 1px;
        right: 1px
    }

    .checkout-cart-index .ps-page_sub_nav, .checkout-onepage-index .ps-page_sub_nav {
        height: 0
    }

    .ps-cart .checkout-types.top li {
        display: block;
        max-width: 182px;
        margin: 0 auto;
        text-align: center
    }

    .ps-cart .paypal-or {
        line-height: inherit;
        margin: 0 0 5px
    }

    .ps-cart #shopping-cart-table .product-cart-actions .qty {
        margin: 0
    }

    .ps-cart #shopping-cart-table .product-cart-actions .button.btn-update {
        top: 0;
        margin: 10px 0 0 26px;
        vertical-align: top
    }

    .ps-cart #shopping-cart-table tbody tr td {
        padding-bottom: 0
    }

    .ps-cart .data-table tbody td .item-options dd {
        margin-bottom: 0
    }

    .ps-checkout.page-title h1 {
        margin-top: 40px
    }

    .btn-checkout {
        width: 100%
    }

    .display-both-prices .cart-forms, .display-both-prices .cart-totals-wrapper, .display-both-prices .crosssell, .display-single-price .cart-forms, .display-single-price .cart-totals-wrapper, .display-single-price .crosssell {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        float: none;
        width: 100%
    }

    .cart-table colgroup, .cart-table thead {
        display: none
    }

    .cart-table tr {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        overflow: hidden;
        position: relative;
        width: 100%
    }

    .cart-table tr:after {
        content: '';
        display: table;
        clear: both
    }

    .cart-table tr:last-child {
        margin-bottom: 0
    }

    .cart-table tfoot tr {
        padding-bottom: 0
    }

    .cart-table td {
        border: none;
        display: block
    }

    .cart-table td[data-rwd-label] {
        margin-bottom: 6px
    }

    .cart-table td[data-rwd-label] .price {
        font-weight: 400;
        font-size: 14px
    }

    .cart-table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: Raleway, "Helvetica Neue", Verdana, Arial, sans-serif;
        padding-right: 5px;
        text-transform: uppercase;
        font-weight: 300
    }

    .cart-table td.product-cart-price {
        text-align: left
    }

    .cart-table h2 {
        font-size: 12px
    }

    .cart-table .cart-links {
        padding-top: 15px;
        padding-right: 5px
    }

    .cart-table .cart-links > li {
        white-space: normal;
        text-align: center
    }

    .cart-table .cart-links > li > a {
        display: none;
        padding: 2px 0
    }

    .cart-table .cart-tax-info {
        font-style: italic;
        padding-left: 15px;
        font-size: 13px
    }

    .cart-table .cart-tax-info .price {
        font-size: 13px
    }

    .cart-table .product-cart-image {
        width: 32%;
        float: left;
        padding-bottom: 0
    }

    .cart-table .product-cart-image a.cart-edit {
        display: block;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase
    }

    .cart-table .product-cart-actions .cart-links li, .opc.ps-checkout .checkout-review-table.data-table thead th.a-center, .ps-cart #shopping-cart-table .product-cart-actions {
        text-align: left
    }

    .cart-table .product-cart-info, .cart-table td[data-rwd-label] {
        float: right;
        width: 68%
    }

    .cart-table .product-cart-actions, .cart-table .product-cart-price {
        padding-bottom: 0;
        padding-top: 0;
        float: right
    }

    .cart-table .product-cart-remove, .cart-table .product-cart-total, .ps-cart #shopping-cart-table .product-cart-actions .button.btn-update {
        display: none
    }

    .cart-table .product-cart-actions .cart-links a, .cart-table .product-cart-image .cart-links, .cart-table .product-cart-info .btn-remove {
        display: block
    }

    .cart-table .cart-footer-actions .btn-update, .cart-table .cart-footer-actions span.or, .cart-table .product-cart-actions .button {
        display: none
    }

    .cart-table .product-cart-info .btn-remove {
        float: right;
        margin: 0 0 2px 7px
    }

    .cart-table .product-cart-info .product-cart-sku {
        margin-bottom: 5px
    }

    .cart-table .product-cart-actions .qty {
        margin-right: 7px;
        margin-bottom: 7px
    }

    .cart-table .price, .cart-table .product-cart-price:before {
        font-weight: 500;
        font-size: 15px;
        font-family: "Helvetica Neue", Verdana, Arial, sans-serif
    }

    .cart-table .cart-footer-actions {
        text-align: center;
        width: 100%
    }

    .cart-table .cart-footer-actions .empty_cart_button {
        float: right
    }

    .cart-table .cart-footer-actions .btn-continue {
        float: left
    }

    .display-both-prices .cart-table td[data-rwd-tax-label]:before {
        content: attr(data-rwd-tax-label) ":"
    }

    .opc.ps-checkout .checkout-step-review .buttons-set p {
        float: none;
        text-align: center
    }

    .opc.ps-checkout #review-buttons-container .button.btn-checkout {
        max-width: 100%;
        margin: 0 0 20px
    }

    .ps-mobile_order_review_information_container {
        margin-bottom: 30px;
        display: table
    }

    .opc-billing .form-list select, .opc-billing .input-text, .opc.ps-checkout .section .form-list .control label {
        width: 100%
    }

    .checkout-step-login .col2-set .col-1 {
        padding-left: 0
    }

    .checkout-step-login .col2-set .col-2 {
        padding-right: 0
    }

    .ps-shipping_info_link {
        float: none
    }

    .ps-catalog_product_sharing_links_container {
        position: relative;
        top: 0;
        right: 0;
        text-align: right
    }

    .ps-catalog_product_essential .ps-product_image_box {
        width: 100%;
        margin-bottom: 15px
    }

    .product-view .product-img-box .product-name h1 {
        display: table;
        color: #000;
        width: 100%;
        margin-bottom: 0
    }

    .ps-catalog_product_header .ps-mobile_ready_header_wrapper, .upsell-item .ps-catalog_product_header.mobile {
        display: table
    }

    .upsell-item .ps-catalog_product_header.mobile {
        float: none
    }

    .product-img-box .product-image img {
        max-height: inherit
    }

    .ps-product_image_zoom_wrapper .ps-product_image_zoom_icon {
        display: none
    }

    .ps-product_shop {
        margin-bottom: 0
    }

    .ps-catalog_product_related_projects_block {
        margin: 15px 0 0
    }

    .ps-catalog_product_related_products_container {
        margin-top: 15px
    }

    .ps-catalog_product_related_products_header, .ps-catalog_product_related_projects_header {
        margin-bottom: 25px
    }

    .owl-carousel {
        padding: 0
    }

    .ps-featured_products_controls span {
        z-index: 2
    }

    .ps-home_grid .item:hover .white-overlay {
        display: block;
        position: absolute;
        margin: auto;
        bottom: 0;
        top: auto;
        height: auto
    }

    .ps-home_grid .item .white-overlay .hover-text {
        position: relative;
        padding: 20px 6%;
        top: auto;
        transform: translateY(0)
    }

    .ps-home_grid .item .white-overlay .title {
        font-size: 11px;
        line-height: 20px;
        font-weight: 400
    }

    .ps-cms_custom_page_container .ps-cms_custom_page_col_main .ps-cms_accordion_container:before, .ps-home_grid .item .white-overlay .category, .ps-home_grid .item .white-overlay .descr, .ps-home_grid .item a .white-overlay .view {
        display: none
    }

    .ps-cms_custom_page_container .ps-cms_right_col_img {
        margin: auto
    }

    .pixquickview_popup {
        width: 100%;
        max-width: 700px;
        height: 400px;
        overflow-y: scroll
    }

    .pixafy-modal-body {
        overflow-y: hidden
    }

    .pixafy-modal-body .ps-catalog_product_view {
        max-height: 400px
    }

    .pixquickview_popup .product-shop.ps-product_shop {
        padding-left: 0
    }

    .pixquickview_popup .ps-catalog_product_essential .ps-add_to_cart_wrapper {
        position: relative;
        margin-top: 25px;
        margin-bottom: 20px;
        width: 100%
    }

    .pixquickview_close {
        left: 0;
        right: 0;
        position: relative;
        top: 0;
        margin-bottom: 15px
    }

    .ps-my_favorites_projects .wishlist-table td.customer-wishlist-item-image img {
        padding: 0 12%
    }

    .cms-newsletter-signup .learn-more-block {
        width: 50%
    }

    .cms-newsletter-signup .learn-more-block:nth-of-type(3n+4) {
        clear: none
    }

    .cms-newsletter-signup .learn-more-block:nth-of-type(2n+3) {
        clear: both
    }

    .ps-cart .crosssell h2 {
        text-align: center
    }

    .ps-stick_footer_block {
        height: 17px
    }

    .cms-home .ps-stick_footer_block {
        height: 58px
    }

    .catalog-category-view:not(.hasPagination) .ps-stick_footer_block {
        height: 35px
    }

    .ps-product_image_box .ps-product_filter_tags {
        display: block
    }

    .ps-mobile_tags_for_addto_box {
        display: none;
        margin-top: 15px
    }

    .category-free-patterns-download .free-pattern-page {
        width: 100%;
        margin-left: 0
    }

    .paypal-review-step .ps-mobile_order_review_information_container {
        display: block;
        width: 100%
    }

    .paypal-review-step .col2-set .col-1, .paypal-review-step .col2-set .col-2 {
        width: 100%;
        float: none;
        clear: both
    }

    .paypal-review-step .shipping-method-progress-opcheckout fieldset .button {
        max-width: 100%
    }

    .ps-cms_custom_page_col_main .ps-cms_accordion_content li {
        margin-top: 0
    }

    .ps-cms_left_col .ps-cms_accordion_header:before {
        background: 0 0
    }

    .ps-cart_giftcard_promo_notice {
        width: 100%
    }
}

@media only screen and (max-width: 675px) {
    .pixafy-modal-wrapper {
        max-height: 470px
    }

    .pixafy-modal-wrapper .wrapper-popup {
        padding: 30px 4% 40px
    }

    .ps-popup .wrapper-popup h1 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 8px
    }

    .ps-popup .wrapper-popup h2 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px
    }

    .pixafy-modal-wrapper .wrapper-popup.popup-3 {
        padding: 42px 20px 32px
    }

    .ps-popup.popup-large {
        width: 100%;
        max-width: 325px
    }

    .ps-popup.popup-large .popup-close {
        right: 10px;
        top: 10px;
        width: 12px;
        height: 12px
    }

    .ps-popup .wrapper-popup.popup-3 h2, .ps-popup .wrapper-popup.popup-3 h3, .ps-popup .wrapper-popup.popup-3 h4 {
        color: #4b4b4b
    }

    .ps-popup .wrapper-popup.popup-3 h2 {
        font-size: 52px;
        line-height: 52px;
        letter-spacing: -1px;
        margin-bottom: 6px
    }

    .ps-popup .wrapper-popup.popup-3 h3 {
        font-size: 11px;
        line-height: 23px;
        letter-spacing: normal;
        font-family: Lato;
        font-weight: 300;
        margin-bottom: 7px
    }

    .ps-popup .wrapper-popup.popup-3 h4 {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: normal;
        font-family: Lato;
        font-weight: 300;
        margin-bottom: 12px
    }

    .ps-popup .wrapper-popup.popup-3 h5 {
        font-size: 15px;
        margin-bottom: 1px;
        letter-spacing: normal
    }

    .ps-popup .wrapper-popup.popup-3 h6 {
        font-size: 11px;
        line-height: 13px;
        margin-top: 15px;
        letter-spacing: normal
    }

    .ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe {
        margin-top: 0
    }

    .ps-popup .popup-3 .ps-home_input_box {
        margin-bottom: 0
    }

    .ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe .ps-home_body_newsletter_button, .ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe input[type=email] {
        font-size: 12px;
        line-height: 31px;
        letter-spacing: 0;
        height: 30px;
        margin-bottom: 0;
        max-width: 262px
    }

    .ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe .ps-home_body_newsletter_button {
        margin-top: 13px
    }

    .ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe input[type=email] {
        border: 1px solid #737373
    }

    .ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe input[type=email]::-webkit-input-placeholder {
        font-size: 12px;
        line-height: 30px;
        color: #737373
    }

    .ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe input[type=email]::-moz-placeholder {
        font-size: 12px;
        line-height: 30px;
        color: #737373
    }

    .ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe input[type=email]:-ms-input-placeholder {
        font-size: 12px;
        line-height: 30px;
        color: #737373
    }

    .ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe input[type=email]:-moz-placeholder {
        font-size: 12px;
        line-height: 30px;
        color: #737373
    }

    .ps-popup .popup-logo img {
        margin-top: 20px;
        max-width: 180px
    }

    .ps-popup .ps-popup_download_subscribe {
        text-align: center
    }

    .ps-popup .ps-home_input_box {
        float: none;
        margin-bottom: 5px
    }

    .ps-popup .ps-home_body_actions {
        float: none
    }
}

@media only screen and (max-width: 374px) {
    .ps-popup .wrapper-popup.popup-3 h3 {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (max-width: 655px) {
    .ps-footer_col {
        margin-top: 20px
    }

    .ps-footer_brand {
        min-width: 118px;
        margin: 0 auto;
        padding: 0;
        width: 118px;
        float: none;
        display: block
    }

    .ps-footer_col.ps-footer_company {
        clear: left;
        width: 50%;
        max-width: none;
        padding: 0 5% 0 16%
    }

    .ps-footer_col.ps-footer_info {
        width: 50%;
        max-width: none;
        padding: 0 16% 0 5%
    }

    .ps-footer_col.ps-footer_subscribe {
        float: none;
        margin: 28px auto 30px;
        clear: both
    }

    .ps-footer_col.ps-footer_findus {
        float: none;
        clear: both;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding-top: 39px
    }

    .ps-footer_sm_item.sm_facebook {
        margin-left: 0
    }

    .ps-footer_sm_item.sm_pinterest {
        clear: none
    }

    .ps-footer_sm_item {
        display: inline-block;
        float: none
    }
}

@media only screen and (max-width: 640px) {
    .ps-brands_page_view_column {
        width: 230px;
        margin: 0 auto;
        float: none
    }

    .ps-cms_shipping ul li {
        display: block;
        padding-bottom: 10px;
        padding-right: 0
    }

    .ps-cms_shipping ul li h6 {
        font-weight: 300;
        font-size: 16px
    }

    .ps-cms_shipping ul li p {
        font-size: 18px
    }

    .ps-cms_shipping table td p {
        font-size: 14px
    }

    .cms-newsletter-signup #newsletter-validate-detail-learnmore input {
        width: 170px
    }

    .ps-footer_col.ps-footer_findus .ps-footer_sm_item.sm_facebook {
        margin-left: 0
    }

    .category-free-patterns-download .free-pattern .fp-button, .category-free-patterns-download .free-pattern .fp-img, .category-free-patterns-download .free-pattern .fp-text {
        display: block
    }

    .category-free-patterns-download .free-pattern {
        display: block;
        margin-bottom: 40px
    }

    .category-free-patterns-download .free-pattern .fp-img img {
        margin: auto
    }

    .category-free-patterns-download .free-pattern .fp-text {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        padding-left: 0
    }

    .category-free-patterns-download .free-pattern .fp-button {
        text-align: center
    }

    .category-free-patterns-download p {
        margin-bottom: 15px
    }

    .category-free-patterns-download .ps-page_sharing_links_container {
        text-align: center;
        float: none
    }
}

@media only screen and (max-width: 495px) {
    .checkout-review-table .product-info {
        padding: 0;
        margin-top: 5px
    }

    .cms-newsletter-signup #newsletter-validate-detail-learnmore input {
        width: 240px
    }

    .gift-message-form .gift-wrapping-form label {
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .ps-home_download_subscribe .ps-home_input_box {
        float: none;
        margin: 0 0 15px
    }

    .ps-home_download_subscribe .ps-home_input_box .v-fix {
        float: none;
        margin: 0
    }

    .ps-home_download_subscribe .ps-home_body_actions {
        float: none;
        padding: 0
    }

    .cms-newsletter-signup .ps-home_body_actions {
        margin: 0
    }

    input[type=text].ps-home_body_newsletter_input {
        width: 175px
    }

    .ps-home_download_subscribe input[type=text].ps-home_body_newsletter_input {
        width: 100%;
        text-align: center
    }

    .ps-home_body_newsletter_input {
        margin: 0 auto
    }

    .mobile-create-shop-section .create-section .default-view, .mobile-create-shop-section .shop-section .default-view {
        font-size: 30px
    }

    header.ps-header .page-header-container.mobile .favorites-icon, header.ps-header .page-header-container.mobile .newsletter-icon {
        margin-left: 10%
    }

    .ps-catalog_product_collateral {
        padding-top: 15px;
        margin-bottom: 33px
    }

    .ps-catalog_product_collateral .toggle-tabs {
        text-align: left
    }

    .product-options-bottom.ps-product_options_bottom, .ps-add_to_cart_wrapper .add-to-box {
        text-align: center
    }

    .ps-catalog_product_collateral .toggle-tabs .last span, .ps-catalog_product_collateral .toggle-tabs li span, .ps-catalog_product_collateral .toggle-tabs li:first-child span {
        padding: 0;
        margin: 0
    }

    .ps-add_to_cart_container .ps-add_to_cart_btn_container, .ps-add_to_links .ps-add_to_favorites_btn {
        width: 100%;
        margin-right: 0
    }

    .ps-add_simple_to_cart_wrapper .ps-add_to_cart_container, .ps-add_simple_to_cart_wrapper .ps-add_to_links, .ps-product_options_bottom .ps-add_to_cart_container, .ps-product_options_bottom .ps-add_to_links {
        width: 100%
    }

    .product-view .add-to-links {
        margin-right: 0;
        float: none;
        width: 100%
    }

    .add-to-box .add-to-links a {
        width: 100%;
        margin-top: 0
    }

    .ps-add_to_cart_container .ps-qty_wrapper {
        float: none;
        margin-right: 0;
        margin-top: 7px
    }

    .product-view .add-to-links li {
        float: none
    }

    .product-options-bottom.ps-product_options_bottom .ps-add_to_links .ps-add_to_favorites_btn {
        margin-top: 0
    }

    .col2-set .form-list .control label, .product-options ul.options-list label {
        width: 100%
    }

    .opc .section.allow:not(.active) .step-title a {
        padding: 0 5px
    }

    .opc .section .step-title h2 {
        margin-right: 0
    }

    .opc.ps-checkout .checkout-review-table.data-table tbody td .product-image {
        width: 95%
    }

    .opc.ps-checkout .please-wait {
        width: 100%;
        text-align: center;
        padding-top: 5px;
        clear: left
    }

    .opc.ps-checkout .please-wait img {
        display: inline-block;
        float: none;
        vertical-align: top
    }

    .data-table td, .data-table th {
        padding: 10px 2px;
        vertical-align: top
    }

    .opc.ps-checkout .checkout-review-table.data-table tbody td {
        padding: 10px 0
    }

    .opc.ps-checkout .checkout-review-table.data-table tbody td .product-info {
        padding-left: 0
    }

    .ps-cms_shipping table th h6 {
        font-weight: 400;
        font-size: 12px
    }

    .ps-catalog_product_current_swatch_container {
        margin-bottom: 30px
    }

    .ps-cms_giftcard_balance_checker_container .input-text {
        width: 100%
    }

    .ps-cms_giftcard_balance_checker_container button.button.ps-buy_giftcard_button {
        width: 100%;
        margin: 20px 0 50px
    }
}

@media only screen and (max-width: 450px) {
    .ps-catalog_product_related_project_image {
        height: inherit
    }

    .ps-footer_col.ps-footer_company {
        padding: 0 5% 0 13%
    }

    .ps-footer_col.ps-footer_info {
        padding: 0 13% 0 5%
    }
}

@media only screen and (max-width: 410px) {
    .ps-cart .discount-coupon-form label {
        margin: 0
    }

    .ps-cart .discount-coupon-form .button-wrapper, .ps-cart .discount-coupon-form .field-wrapper {
        display: block
    }

    .ps-cart .discount-coupon-form .button-wrapper > button {
        float: none
    }
}

@media only screen and (max-width: 405px) {
    .cms-newsletter-signup .ps-home_body_actions {
        padding: 0
    }
}

@media only screen and (max-width: 400px) {
    .cms-newsletter-signup .learn-more-block img, .cms-newsletter-signup .learn-more-block p {
        max-width: 110px
    }

    .cart .giftcard-form-block .giftcard_input_wrapper label {
        width: 100%;
        text-align: center
    }
}

@media only screen and (max-width: 350px) {
    .ps-footer_col.ps-footer_company, .ps-footer_col.ps-footer_info {
        padding: 0 5%
    }
}

.pixafy-modal-container {
    display: none
}

.pixafy-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a3a3a3;
    background: rgba(163, 163, 163, .64);
    border: 1px solid #ccc;
    z-index: 998;
    display: none;
    cursor: pointer
}

.pixafy-modal-wrapper {
    box-shadow: 0 0 5px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .6);
    background: #fff;
    z-index: 999;
    height: auto;
    display: none
}

.pixafy-modal-header {
    background: #ededed;
    border-bottom: 1px solid #ccc;
    padding: 5px 0 5px 10px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0
}

.pixafy-modal-header h2 {
    color: #ccc;
    text-shadow: 0 1px #fff;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.pixafy-modal-body {
    overflow-y: auto;
    overflow-x: hidden
}

@media screen and (max-width: 767px) {
    .pixafy-modal-wrapper {
        max-width: 80%
    }
}

@media screen and (max-width: 480px) {
    .pixafy-modal-wrapper {
        max-width: 90%
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:10px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:#df0169;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#df0169}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.ps-summary-delete-buttom .ps-minicart_product_remove_garbage{display:block;width:13px;height:15px;line-height:50px;background:url('../images/checkout-product/garbage.png');overflow:hidden;cursor:pointer;background-size:100%;top:0;position:absolute;right:-30px}.mobile .ps-minicart_wrapper .ps-minicart_subtotal_container{height:20px}.mobile .ps-minicart_wrapper .ps-minicart_subtotal_container .ps-minicart_subtotal_label{float:left}.mobile .ps-minicart_wrapper .ps-minicart_subtotal_container .price-container{width:50%;float:left}.mobile .ps-minicart_wrapper .ps-minicart_subtotal_container .price{font-size:12px !important}.mobile .ps-minicart_wrapper li.ps-minicart_product_item{position:relative;margin-bottom:10px}.ps_mobile_minicart_main{width:100%}.ps-minicart_container_mobile{position:relative !important;width:100%;clear:both;border:none !important}.mobile .minicart-wrapper{width:100%}.gallery-category.products-grid>li{width:100%}.gallery-category.products-grid .product-image{width:100%;margin-bottom:5px}.gallery-category.products-grid .product-image img{max-width:100%;position:absolute}.gallery-category.products-grid .product-image .img-container{position:relative;padding-bottom:131.429%}.products-grid .product-image:after,.products-grid .product-image:before{content:'';display:none;width:100%;height:100%;position:absolute;top:0;left:0}.products-grid .product-image:before{background-color:#fff;opacity:.8;z-index:2}.products-grid .product-image:after{background-image:url('../images/opc-ajax-loader.gif');background-repeat:no-repeat;background-position:center;z-index:3}.products-grid .product-image.loading{position:relative}.products-grid .product-image.loading:after,.products-grid .product-image.loading:before{display:block}.products-list{margin-top:20px;margin-bottom:20px}.products-list>li{border-bottom:1px solid #ededed;padding-bottom:20px;margin-bottom:20px}.products-list>li:after{display:table}.products-list>li .product-image{width:33.33333%;float:left}.products-list>li .product-image img{width:100%;max-width:100%}.products-list>li:last-child{padding-bottom:0;border-bottom:none}.products-grid .add-to-links{margin-bottom:0}.products-grid.gallery-category{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:-25px;margin-right:-25px}.products-grid.gallery-landing{margin-left:-18px;margin-right:-18px}.products-grid--max-3-col.gallery-category>li{float:none;max-width:33.33333%;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;margin-right:0 !important;padding:0 25px}.products-grid--max-3-col.gallery-landing>li{padding:0 18px}@media only screen and (max-width:767px){.products-grid.gallery-category{margin-left:-10px;margin-right:-10px}.products-grid--max-3-col.gallery-category>li{padding:0 10px}.gallery-category .ps-minimal_price{white-space:normal}.paypal-review .cart.table-wrapper .product-item-details{width:calc(100% - 65px);float:right}.paypal-review tfoot.opc-block-summary{margin:10px 0 20px !important;display:table-footer-group !important}.paypal-review tfoot.opc-block-summary tr{display:table-row !important}.paypal-review tfoot.opc-block-summary tr:before,.paypal-review tfoot.opc-block-summary tr:after{content:none !important}.paypal-review tfoot.opc-block-summary tr th,.paypal-review tfoot.opc-block-summary tr td{display:table-cell}.paypal-review tfoot.opc-block-summary th.mark,.paypal-review tfoot.opc-block-summary td.amount{float:inherit !important}.paypal-review .cart.table-wrapper .product-item-name{margin-top:0 !important}.paypal-review .cart.table-wrapper .product-item-name+.item-options{height:50px}.paypal-review .checkout-agreements .checkout-agreement.field.choice{margin-left:10px}.paypal-review #details-table{margin-left:1%}.paypal-review .box.box-order-shipping-address{width:100% !important}.paypal-review .box.box-order-shipping-method{width:100% !important;padding:0 2% !important}.paypal-review .amscheckout .sp-methods dd li{padding:0 5px !important}.paypal-review .sp-methods .amcheckout-label div,.paypal-review .sp-methods .amcheckout-label span,.paypal-review .sp-methods .amcheckout-label:before{float:left;margin-right:5px;line-height:1;padding-top:5px}.paypal-review #details-table td,.paypal-review #details-table th{white-space:initial}.paypal-express-review .main-container{padding:0 5px 9px !important}}@media only screen and (max-width:767px) and (min-width:320px){.checkout-index-index .amscheckout .sp-methods input[type=radio]~label:before{margin:-5px 5px 0}.checkout-index-index .sp-methods .amcheckout-label div,.checkout-index-index .sp-methods .amcheckout-label span,.checkout-index-index .sp-methods .amcheckout-label:before{float:left;margin-right:5px}}@media only screen and (max-width:1024px){#agreement__1{width:20px}}@media only screen and (max-width:480px){.products-grid--max-3-col.gallery-category>li{max-width:50%;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%}}.products-grid--max-3-col.gallery-category .product-image-container{width:100% !important}.catalog-category-view .products-grid--max-3-col.gallery-category .product-image-photo{margin:0}.catalog-category-view .products-grid--max-3-col.gallery-category .product-image-wrapper{padding-top:13px}.catalog-category-view .product-image-wrapper{overflow:hidden !important}.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code{display:block}.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show{background-color:#fff}.primary .action.checkout:hover,.action.checkout.amasty{width:100%}.amscheckout-submit{background-color:#294f60 !important;width:100% !important}.amscheckout-submit span{color:#fff}.amscheckout #checkout-review-submit textarea{width:100%}.page-main{max-width:1230px !important}.ps-multifees-button{margin-top:10px;display:none;pointer-events:visible !important}header .highlight-links{z-index:4}#gca_balance_button{min-width:inherit}.multifees-massage .admin__field.admin__field-option{position:relative}.customer-account .page-title-wrapper{text-transform:uppercase;font-size:30px !important;float:left;width:auto}.customer-account .page-title{font-size:30px;margin-right:10px !important;margin-bottom:0 !important}.customer-account .col-main{font-weight:300;margin-top:15px}.customer-account .page-title-wrapper h1{margin-right:10px}.customer-account .order-actions-toolbar{clear:both}.customer-account .order-status{font-size:30px;text-transform:uppercase;color:#000000;margin-top:-2px}.customer-account .order-status:before{content:'- '}.customer-account .order-actions-toolbar .action.order{float:left;color:#df0169}.customer-account .order-actions-toolbar .action.print{display:block;float:left;color:#df0169}.customer-account .order-actions-toolbar .action{margin-right:5px}.customer-account .order-actions-toolbar .action.print:before{content:'|';color:#000}.customer-account .block.block-order-details-view .block-content{width:100%;height:100%;display:flex;align-items:flex-start;flex-wrap:wrap}.customer-account .block-order-details-view .box.box-order-shipping-address{float:left;width:48.8%;order:1}.customer-account .block-order-details-view .box.box-order-billing-address{float:right;width:48.8%;order:3}.customer-account .block-order-details-view .box.box-order-shipping-method{float:left;clear:left;width:48.8%;order:2}.customer-account .block-order-details-view .box.box-order-billing-method{float:right;clear:right;width:48.8%;order:4}.customer-account .block-order-details-view .box.box-order-shipping-address .box-title,.customer-account .block-order-details-view .box.box-order-shipping-address .box-content,.customer-account .block-order-details-view .box.box-order-billing-address .box-title,.customer-account .block-order-details-view .box.box-order-billing-address .box-content,.customer-account .block-order-details-view .box.box-order-shipping-method .box-title,.customer-account .block-order-details-view .box.box-order-shipping-method .box-content,.customer-account .block-order-details-view .box.box-order-billing-method .box-title,.customer-account .block-order-details-view .box.box-order-billing-method .box-content{float:left;font-weight:300}.customer-account .block-order-details-view .box.box-order-shipping-address .box-content,.customer-account .block-order-details-view .box.box-order-billing-address .box-content{margin-top:3px;font-size:16px}.customer-account .block-order-details-view .box.box-order-billing-address,.customer-account .block-order-details-view .box.box-order-billing-method{margin-top:20px}body.page-print{height:auto}.page-print .logo{width:100%;text-align:center;margin:-8px auto 0px 0}.page-print .logo>img{text-align:center;margin:auto}.page-print .footer-container,.page-print .main-container{padding:0 10px}.page-print .print_head_address{border-bottom:1px solid #000;padding-bottom:20px}.page-print .page-title-wrapper{padding:10px 30px;height:50px}.page-print h1.page-title{font-size:18px !important;font-weight:400}.page-print .order-date{padding:0 30px;font-size:12px;font-weight:300}.page-print .block-title{border:none}.page-print .block-order-details-view .block-title strong:first-child{display:none}.page-print .block.block-order-details-view .block-content{width:100%;height:100%;display:flex;align-items:baseline;flex-wrap:wrap}.page-print .block.block-order-details-view{padding:0 30px;font-size:14px}.page-print .block-order-details-view .box.box-order-shipping-address{float:left;width:48.8%;order:1}.page-print .block-order-details-view .box.box-order-billing-address{float:right;width:48.8%;order:2}.page-print .block-order-details-view .box.box-order-shipping-method{float:left;clear:left;width:48.8%;order:3;margin-top:40px}.page-print .block-order-details-view .box.box-order-billing-method{float:right;clear:right;width:48.8%;order:4}.page-print .table tfoot{background:0 0}.page-print .order-details-items.ordered .order-title{display:none}.page-print #my-orders-table{font-size:13px;color:#000}.page-print #my-orders-table .col.sku,.page-print #my-orders-table .col.price,.page-print #my-orders-table .col.qty,.page-print #my-orders-table .col.subtotal{text-align:center}.page-print #my-orders-table thead .col.name,.page-print #my-orders-table thead .col.sku,.page-print #my-orders-table thead .col.price,.page-print #my-orders-table thead .col.qty,.page-print #my-orders-table thead .col.subtotal{font-weight:600;padding:10px;text-transform:uppercase}.page-print:not(.sales-order-print) #my-orders-table tbody .col.sku,.page-print:not(.sales-order-print) #my-orders-table tbody .col.price,.page-print:not(.sales-order-print) #my-orders-table tbody .col.qty,.page-print:not(.sales-order-print) #my-orders-table tbody .col.subtotal{font-weight:400}.page-print #my-orders-table tfoot td.amount{text-align:right;padding:10px 40px 10px 10px !important}.cms-page-view h5{margin-top:5px}.cms-classes-and-events.cms-page-view h5{margin-top:0}#co-payment-form-update{position:relative}.ps-vault-payment-method{border:1px #dedede solid;border-radius:5px;min-width:355px;padding:5px 0;color:#000000;text-transform:uppercase}.ps-vault-payment-method span{font-size:12px}#payment-method-braintree-cc-vault{border:1px #dedede solid;border-radius:5px;min-width:355px;padding:5px 0;color:#000000;text-transform:uppercase;margin-bottom:3px}#payment-method-braintree-cc-vault span{font-size:12px}.payment-method-braintree .hosted-control{padding:8px;max-width:100%}#co-payment-form-update #braintree_cc_number{padding-left:0 !important}.order-details-items .items-qty .item:first-child span.title{display:none}.page-print #my-orders-table thead,.page-print #my-orders-table tbody{border-top:1px #000 solid}.page-print .table>tbody>tr>th,.table>tbody>tr>td{border:none}.page-print #my-orders-table thead tr th:nth-child(1),.page-print #my-orders-table tbody tr td:nth-child(1){padding-left:28px !important}.page-print .order-details-items{border:none}.page-print #my-orders-table tbody td{padding:11px 10px 0}.page-print .ps-print_order_footer{margin-top:35px}.page-print .table tfoot>tr:first-child th{padding-top:12px}.block-customer-login #send2{min-width:50%}.customer-account .order-links-title{display:inline;margin-right:20px;font-size:18px;font-weight:400}.customer-account .order-links .item.current{color:#df0169;font-weight:400}.customer-account .order-links .item{color:#000000;font-weight:400}.customer-account .order-links{padding-bottom:10px}.customer-account .order-actions-toolbar{margin-bottom:5px !important}.customer-account .block-order-details-view .block-title:first-child{border:none;display:none}.customer-account .order-date{font-size:15px;font-weight:300;margin-top:30px}.customer-account .block-order-details-view .box.box-order-shipping-address .box-title,.customer-account .block-order-details-view .box.box-order-billing-address .box-title,.customer-account .block-order-details-view .box.box-order-billing-method .box-title,.customer-account .block-order-details-view .box.box-order-shipping-method .box-title{font-size:16px;font-weight:400;color:#000000;width:140px}.customer-account .block-order-details-view .box.box-order-shipping-method .box-content,.customer-account .block-order-details-view .box.box-order-billing-method .box-content{font-size:16px;font-weight:300}.customer-account .block-order-details-view .box-content .payment-method .title{font-weight:300}.customer-account .block-order-details-view .box-content .payment-method dd table{font-size:14px}.customer-account .block-order-details-view .box-content .payment-method dt{text-transform:uppercase;font-weight:400;font-size:14px !important}.customer-account .block-order-details-view .box.box-order-billing-method .box-content .payment-method dt{font-weight:400}.customer-account .block-order-details-view .box-content .payment-method dd .table>tbody>tr>th,.customer-account .block-order-details-view .box-content .payment-method dd .table>tbody>tr>td{border:none}.customer-account .block-order-details-view .box-content .payment-method dd table>tbody>tr>th{padding:0;font-weight:300;font-size:16px}.customer-account .block-order-details-view .box-content .payment-method dd table>tbody>tr>td{padding:0 0 0 5px;font-size:16px}.customer-account .block.block-order-details-view{margin-top:20px}.customer-account .order-details-items .order-title strong{font-size:18px;color:#000000;font-weight:400}.customer-account .order-details-items table thead th{padding:10px;background-color:#f4f4f4;font-size:14px;font-weight:600;text-transform:uppercase}.customer-account .order-details-items tfoot td.amount{padding:10px 40px 10px 10px !important;text-align:right}.customer-account .order-details-items table tfoot th{font-size:400;font-size:14px}.customer-account .order-details-items table tfoot td{font-size:14px}.customer-account .order-items.table-wrapper th.col.sku,.customer-account .order-items.table-wrapper th.col.price,.customer-account .order-items.table-wrapper th.col.qty,.customer-account .order-items.table-wrapper th.col.subtotal{text-align:center}.customer-account .order-items.table-wrapper td.col.sku,.customer-account .order-items.table-wrapper td.col.price,.customer-account .order-items.table-wrapper td.col.qty,.customer-account .order-items.table-wrapper td.col.subtotal{text-align:center}.customer-account .order-details-items tfoot td.amount span{text-align:right}.customer-account .order-details-items table thead th.col.name{width:60%}.customer-account .ps-print_order_subtotal:first-child td.amount span{display:block;margin-top:10px}.customer-account .actions-toolbar>.secondary .action.back{display:block}.customer-account .actions-toolbar>.secondary .action.back span{color:#df0169;font-size:80%}.customer-account .actions-toolbar>.secondary .action.back span:before{content:'« '}body.page-print .table-order-items tbody .col.name dt{font-style:italic;font-weight:600;padding-right:5px;color:#636363}body.page-print:not(.sales-order-print){margin:20px}body.page-print:not(.sales-order-print) .logo img{float:left}body.page-print:not(.sales-order-print) .logo img{float:left}body.page-print:not(.sales-order-print) .logo:hover{opacity:.8}body.page-print .logo{padding:10px 10px 0 0;margin:-2px auto 0px 0px}@media only screen and (max-width:767px){body.page-print .logo{width:200px;height:50px}}.page-print .block-order-details-view .box.box-order-shipping-address{width:47%;margin-left:auto}.page-print .block-order-details-view .box.box-order-shipping-method{width:47%;margin-left:auto}.page-print .block-order-details-view .box.box-content{font-weight:300}body.page-print #body{padding:0;margin-top:2px}body.page-print .main-container{margin:0}body.page-print:not(.sales-order-print) .print_head_address{font-size:14px;color:#636363;border:none;padding-bottom:0;clear:both}body.page-print:not(.sales-order-print) .page-title-wrapper span{font-size:28px;color:#39c;font-weight:400;font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;padding:0;text-transform:uppercase;text-rendering:optimizeLegibility}body.page-print:not(.sales-order-print) .page-title-wrapper{margin-bottom:.7em;padding:0}body.page-print:not(.sales-order-print) .order-date{font-size:14px;color:#636363;line-height:1.5;font-weight:400;padding:0}body.page-print:not(.sales-order-print){font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;color:#636363}body.page-print .order-details-items .order-title strong{font-size:24px;color:#636363;text-transform:uppercase;margin-top:0;font-weight:400}body.page-print .block.block-order-details-view{padding:0;margin-top:15px}body.page-print .block.block-order-details-view .box-order-shipping-address .box-title strong,body.page-print .block.block-order-details-view .box-order-billing-address .box-title strong,body.page-print .block.block-order-details-view .box-order-shipping-method .box-title strong,body.page-print .block.block-order-details-view .box-order-billing-method .box-title strong{text-transform:uppercase;font-size:18px;font-weight:400;color:#636363}body.page-print .block.block-order-details-view .box-order-shipping-address .box-content,body.page-print .block.block-order-details-view .box-order-billing-address .box-content{margin-top:5px;line-height:1.5}body.page-print .payment-method dt.title{font-size:14px;line-height:1.5;font-weight:700;margin-top:5px}body.page-print .payment-method dd th,body.page-print .payment-method dd tr{font-size:14px;line-height:1.5;color:#636363}body.page-print .payment-method dd th:after{content:':'}body.page-print .payment-method dd th,body.page-print .payment-method dd td{padding:0}body.page-print .table-order-items caption{width:auto;height:auto;position:relative;font-size:18px;text-rendering:optimizeSpeed;text-transform:uppercase;color:#636363;margin-bottom:10px}body.page-print:not(.sales-order-print) .table-order-items thead th{background:#f4f4f4;padding:10px;line-height:1.4;font-size:14px;color:#636363;text-transform:uppercase}body.page-print:not(.sales-order-print) .table-order-items thead th.col{border-bottom:1px solid silver}body.page-print .table-order-items thead th.col.name{width:47%}body.page-print .table-order-items thead th.col.sku,body.page-print .table-order-items thead th.col.price,body.page-print .table-order-items thead th.col.qty,body.page-print .table-order-items thead th.col.subtotal{text-align:center}body.page-print .table-order-items tbody td{padding:10px}body.page-print:not(.sales-order-print) .table-order-items tbody .product.name{text-transform:uppercase;text-rendering:optimizeLegibility;font-size:13px;color:#636363}body.page-print .table-order-items tbody .col.name dl{margin-top:10px;margin-left:20px}body.page-print .table-order-items tbody .col.name dt{font-style:italic;font-weight:600;padding-right:5px;color:#636363;float:left;clear:left;font-size:14px}body.page-print .table-order-items tbody .col.name dt:after{content:':'}body.page-print .table-order-items tbody .col.name dd{font-size:14px;font-weight:400;padding-left:10px;padding-bottom:0}body.page-print .table-order-items tbody td.col.sku,body.page-print .table-order-items tbody td.col.price,body.page-print .table-order-items tbody td.col.qty,body.page-print .table-order-items tbody td.col.subtotal,body.page-print .table-order-items tbody td.col.discount,body.page-print .table-order-items tbody td.col.total{text-align:center;font-size:14px;color:#636363;font-family:"Helvetica Neue",Verdana,Arial,sans-serif;font-weight:400}body.page-print:not(.sales-order-print) .table-order-items tbody td.col.price span span span,body.page-print:not(.sales-order-print) .table-order-items tbody td.col.subtotal span span span{font-weight:400}body.page-print:not(.sales-order-print) tfoot tr{background:#f4f4f4}body.page-print:not(.sales-order-print) tfoot th{font-size:14px;line-height:1.5;font-family:Georgia,Times,"Times New Roman",serif;padding:10px}body.page-print tfoot td{font-size:14px;line-height:1.5;font-family:"Helvetica Neue",Verdana,Arial,sans-serif;padding:10px 28px 4px 4px !important;text-align:right}body.page-print:not(.sales-order-print) .ps-print_order_footer_header{float:left;clear:both;width:100%;text-align:left;margin-bottom:.5em;color:#636363;font-family:"Raleway","Helvetica Neue",Verdana,Arial,sans-serif;font-size:24px;font-weight:400;font-style:normal;line-height:1.2;text-rendering:optimizeLegibility;text-transform:uppercase}body.page-print .ps-print_order_footer{margin-top:0}body.page-print .order-details-items{margin-bottom:0;padding-bottom:0}body.page-print:not(.sales-order-print) .ps-print_order_footer_text{float:left;margin-top:0;font-size:14px;text-align:center;font-family:"Helvetica Neue",Verdana,Arial,sans-serif;color:#636363;line-height:1.5}.ps-print_order_footer_text span{color:initial}body.page-print #my-shipment-tracking{border:none;width:80%}body.page-print #my-shipment-tracking tr.first th{font-size:14px;font-weight:400;color:#646464}.page-print.sales-order-print .block .box-title{text-transform:uppercase;font-size:12px}.page-print.sales-order-print .block-order-details-view .box .box-content{font-weight:300;margin-top:10px}.page-print.sales-order-print #my-orders-table thead .col.name{padding-bottom:10px;text-transform:uppercase;font-weight:600}.page-print.sales-order-print #my-orders-table tbody .col.sku,.page-print.sales-order-print #my-orders-table tbody .col.price,.page-print.sales-order-print #my-orders-table tbody .col.qty,.page-print.sales-order-print #my-orders-table tbody .col.subtotal{font-weight:100;font-family:Lato,Arial,Helvetica,sans-serif}.page-print.sales-order-print #my-orders-table tfoot tr{font-weight:300}.page-print.sales-order-print .price-excluding-tax .price{font-weight:300}.page-print.sales-order-print tfoot th .mark{font-weight:300}.customer-account .table-order-items dt{font-weight:300;padding-right:5px;float:left;clear:left;font-style:normal;font-size:14px;text-align:left}.customer-account .table-order-items dd{font-size:14px;font-weight:100;text-align:left}.customer-account .table-order-items dt:after{content:':'}.customer-account .table-order-items dl{margin-left:20px}.customer-account .table-order-items .col.name strong{font-size:14px;text-transform:uppercase;color:#646464;text-align:left}.customer-account .table-order-items tbody .col{font-size:16px;text-align:center}.customer-account .table-order-items tbody .col.sku{text-align:left}.customer-account.sales-order-shipment .order-details-items table thead th.col.name{width:70%}.customer-account .order.additional.details.comments .subtitle{font-size:18px;line-height:23px;word-spacing:3px;color:#000000}.customer-account .order.additional.details.comments .text{font-weight:400}.customer-account.sales-order-shipment .order-details-items .actions-toolbar{font-size:15px}.customer-account.sales-order-shipment .order-details-items .actions-toolbar .action.track:after{content:'|'}.customer-account .block.block-order-details-view{padding-bottom:25px;margin-bottom:30px;border-bottom:1px solid #ededed}.customer-account.sales-order-shipment .order-details-items .order-title strong{font-weight:700;margin-top:0}.customer-account.sales-order-shipment .order-details-items .order-title a.action.print:before{content:'|'}.customer-account.sales-order-shipment .order-details-items .order-title a.action.track{clear:right;float:left;width:100%;color:#df0169;font-weight:300;font-size:16px;padding:10px}.customer-account.sales-order-shipment .order-details-items .order-title a.action.print{font-weight:700}.customer-account.sales-order-shipment .order-tracking{border-top:1px #ccc solid;float:left;width:80%;margin:10px 0;padding:0;border-bottom:none}.customer-account.sales-order-shipment .order-tracking .tracking-title{background:#f4f4f4;width:50%;padding:10px;font-size:14px;text-transform:uppercase}.customer-account.sales-order-shipment .order-tracking .tracking-content{background:#ccc;font-size:16px}.customer-account.sales-order-shipment .order-tracking .tracking-content a{color:#df0169}.form-list .control label{padding:6px 10px 6px 40px;background-color:#f4f4f4}.form-list .control input.checkbox{margin-top:8px;width:auto}.newsletter-manage-index .ps-my_account .primary{float:right}.newsletter-manage-index .ps-my_account .secondary{float:left}.newsletter-manage-index .ps-my_account .primary .save{float:right;margin-left:5px;min-width:140px}.newsletter-manage-index .ps-my_account .actions-toolbar{padding-top:10px;border-top:1px solid #ededed}.ps-my_account{margin-top:0}.xnotif-stock-index table.data-table{border:none}.xnotif-stock-index #my-subscriptions-table tbody tr td{padding:10px}.paypal-express-review .page-title span.base:before{content:'5';background-color:#1b5062;font-size:16px;font-weight:300;color:#fff;padding:4px 9px;margin-right:10px;margin-left:0}.paypal-express-review .page-title span.base{color:#000000;font-size:16px;text-transform:uppercase;font-weight:300;float:left}.paypal-express-review .page-title-wrapper{border-top:1px #ececec solid;border-bottom:1px #ececec solid;height:41px;width:75%}@media screen and (max-width:1024px){.paypal-express-review .page-title-wrapper{width:95%}}.paypal-express-review .page-title-wrapper .page-title{margin-top:-8px;width:100%;float:left}.paypal-express-review .col-main{width:75%}@media screen and (max-width:1024px){.paypal-express-review .col-main{width:98%}}.paypal-express-review .box.box-order-shipping-address{float:left;width:50%;padding:0 2%}.paypal-express-review .box.box-order-shipping-method{float:right;width:50%}.paypal-express-review .box.box-order-billing-address{float:left;padding:0 2%}.paypal-express-review .box-one-row{width:100%;clear:both;height:auto;float:left}.paypal-express-review .box.box-order-shipping-address .box-title span.ps-title{text-transform:uppercase;color:#000000;font-weight:300;font-size:14px}.paypal-express-review .box.box-order-shipping-address .box-title span.changelink{padding-left:6px;font-weight:300;font-size:14px}.paypal-express-review .box.box-order-shipping-address .box-title span.changelink a{padding-left:6px;text-transform:uppercase;color:#df0169;font-weight:300;font-size:14px}.paypal-express-review .box.box-order-shipping-address .box-content{padding-left:15px;margin-bottom:10px}.paypal-express-review .box.box-order-shipping-address .box-content address{font-size:14px;font-weight:300;line-height:18px}.paypal-express-review .box.box-order-shipping-method .box-title{width:100%}.paypal-express-review .box.box-order-shipping-method .box-title span.ps-title{text-transform:uppercase;color:#000000;font-weight:300;font-size:14px}.paypal-express-review .box.box-order-shipping-method .box-title span.changelink{padding-left:6px;font-weight:300;font-size:14px}.paypal-express-review .box.box-order-shipping-method .box-title span.changelink a{padding-left:6px;text-transform:uppercase;color:#df0169;font-weight:300;font-size:14px}.paypal-express-review .box.box-order-shipping-method .ps-current-rate{clear:left;width:100%;padding-left:15px;font-size:14px;font-weight:300;line-height:18px}.paypal-express-review .box.box-order-shipping-method .box-content .shipping{border:1px silver solid;padding:4px;margin-left:15px}.paypal-express-review .box.box-order-shipping-method .box-content .shipping select{font-size:14px;font-weight:300;width:100%}.paypal-express-review .box.box-order-billing-address .box-title span.ps-title{text-transform:uppercase;color:#000000;font-weight:300;font-size:14px}.paypal-express-review .box.box-order-billing-address .box-title span.changelink{padding-left:6px;font-weight:300;font-size:14px}.paypal-express-review .box.box-order-billing-address .box-title span.changelink a{padding-left:6px;text-transform:uppercase;color:#df0169;font-weight:300;font-size:14px}.paypal-express-review .box.box-order-billing-address .box-content{font-size:14px;font-weight:300;margin-left:15px}.paypal-express-review .data.table{border:none}.paypal-express-review table.data-table tbody td{border:none}.paypal-express-review .checkout-agreement label span{font-size:14px;font-weight:300}.paypal-express-review #review-buttons-container{width:100%}.paypal-express-review #review-buttons-container .primary{width:100%}.paypal-express-review button#review-button{max-width:220px;width:100%;font-size:12px;min-width:140px;font-weight:400}.paypal-express-review .wide label{font-size:14px;font-weight:300;color:#000}.paypal-express-review .cart.table-wrapper .items thead+.item,.paypal-express-review .cart.table-wrapper .items>.item,.paypal-express-review .table tfoot>tr:first-child th,.paypal-express-review .table tfoot>tr:first-child td,.paypal-express-review .table tfoot>tr:first-child th,.paypal-express-review .table tfoot>tr:first-child td{border:none;border-top:none;border-bottom:none}.downloadable-customer-products .table.data-table{border:none}.downloadable-customer-products table.data-table tbody th,table.data-table tbody td{border-top:none}.ps-filter_block_container{display:none}.customer-address-index h3{margin-top:0;margin-bottom:0}.customer-address-index .col-main{font-weight:initial}.customer-account-edit label span,.customer-address-form label span{font-weight:300}.customer-address-form .form-list .control label,.customer-account-edit .form-list .control label{display:inline-block !important}.customer-address-form .form-list .control label:hover,.customer-account-edit .form-list .control label:hover{background:#e7e7e7}.customer-account-create .form-list .control label,.customer-address-form .form-list .control label,.customer-account-edit .form-list .control label{background:0 0;text-align:left !important;color:#000}.customer-account-create .form-list .control label:hover,.customer-address-form .form-list .control label:hover,.customer-account-edit .form-list .control label:hover{background:0 0}.customer-account-create .fieldset:last-child,.customer-account-create .fieldset>.fields>.field{margin-bottom:10px}.customer-address-form .fieldset>.fields>.field,.customer-account-edit .fieldset>.fields>.field{margin-bottom:10px}.customer-address-form .fieldset .fieldset-fullname,.customer-account-edit .fieldset .fieldset-fullname{margin-bottom:0 !important}.customer-address-form .fieldset .control:last-child,.customer-account-edit .fieldset .control:last-child{margin-bottom:0}.customer-address-form .fieldset .field .control,.customer-account-edit .fieldset .field .control{clear:both}.customer-address-form .form-list .control,.customer-account-edit .form-list .control{margin-top:0}.ps-my_favorites #wishlist-view-form{padding-bottom:0 !important}.ps-header .logo-container a.logo{z-index:3}.catalogsearch-advanced-result .col-main{width:100%;padding:0}.fieldset>.legend{font-size:initial;font-weight:initial}.catalogsearch-advanced-index select[multiple]{font-weight:300 !important}.catalogsearch-advanced-index .advanced-search{margin-top:10px}.catalogsearch-advanced-index #event_type{font-size:14px;font-weight:300}.page-layout-1column .main-container .product-info-main .product-add-form .amxnotif-block label{height:22px;line-height:1.5}.amxnotif-block.am-loggedin{padding-top:4px}.copyright{text-align:center;font-size:12px;font-weight:300;line-height:20px;padding-top:22px;padding-bottom:20px;clear:both;margin-left:auto;margin-right:auto;width:100%;max-width:755px}.footer.content ul li.ps-footer_sm_item{margin:3px 23px 3px 0 !important}.footer.content ul li.ps-footer_sm_item.sm_youtube{margin:3px 14px 3px 0 !important}.footer.content ul li.ps-footer_sm_item.sm_facebookLike{margin:0 !important}.nav-sections{background-color:transparent}@media screen and (max-width:1024px){.nav-sections{display:none}}.store-language-container~[data-content-type=row][data-appearance=contained]{height:0}.navigation{background-color:transparent}header ul.submenu li{margin:0;padding:0}#body{position:relative/*min-height: calc(100% - 301px);*//*margin-top: 116px*/}#body.promo-banner{margin-top:160px}.single-post #slider{margin-top:160px}.single-post #body.slider,.archive #slider{margin-top:0}@media only screen and (max-width:1024px){#body{/*margin-top: 40px*/}#body.promo-banner{margin-top:120px}.single-post #slider{margin-top:120px}.single-post #body.slider{margin-top:0}}.block-search .control{padding-bottom:0}h2{margin-top:0;margin-bottom:0}button:focus{color:#fff}ul>li,ol>li{margin-top:0;margin-bottom:0}input[type=text],input[type=password],input[type=url],input[type=tel],input[type=search],input[type=number],input[type=datetime],input[type=email]{font-size:15px}select{background-size:auto}div.mage-error[generated]{color:red;font-size:13px}input.mage-error,select.mage-error,textarea.mage-error{border-color:red}.breadcrumbs{width:100%;margin-bottom:15px;padding-left:0}@media only screen and (min-width:1024px){.breadcrumbs{display:block}}.breadcrumbs .items .item:not(:last-child):after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:18px;font-family:inherit;content:'>';margin:0 7px;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}.breadcrumbs .items .item a{color:#000}.breadcrumbs .items .item a:hover{text-decoration:none;color:#df0169}.block-authentication{font-size:16px;line-height:1.5}.block-authentication .block[class] ul{list-style:disc;padding-left:20px;margin:10px 0 20px}.block-authentication .block-title{padding:0;border-top:none}.catalog-product-view .main-container{margin-top:14px}.catalog-page-list-page{z-index:auto}@media only screen and (min-width:1024px){.nav-sections{display:none}}.products-grid s.product-image-container{width:100% !important}@media screen and (max-width:1024px){.page-layout-1column .main-container .page-title-wrapper.product{display:none}}@media screen and (min-width:1024px){.page-layout-1column .main-container .page-title-wrapper.mobile{display:none}}.page-layout-1column .main-container .page-title-wrapper .brand,.page-layout-1column .main-container .page-title-wrapper .ps-catalog_product_header_author{font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;font-weight:300;color:#000;text-transform:uppercase;text-indent:2px}.page-layout-1column .main-container .page-title-wrapper .ps-catalog_product_header_author{margin-bottom:50px}@media only screen and (min-width:320px) and (max-width:1024px){.page-layout-1column .main-container .page-title-wrapper .ps-catalog_product_header_author{margin-bottom:6px}}.page-layout-1column .main-container .page-title-wrapper .page-title{font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:40px;color:#000;line-height:40px;margin-bottom:0;border-bottom:none;display:inline}.page-layout-1column .main-container .product-info-main{width:100%;font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif}@media only screen and (min-width:1024px){.page-layout-1column .main-container .product-info-main{width:53%;padding-left:15px}}.page-layout-1column .main-container .product-info-main .product.attribute.description{font-size:16px;color:#151515;font-weight:300}.page-layout-1column .main-container .product-info-main .product.attribute.description a,.page-layout-1column .main-container .product-info-main .product.attribute.description a:hover,.page-layout-1column .main-container .product-info-main .product.attribute.description a:visited{color:#df0169}@media only screen and (min-width:320px) and (max-width:768px){.page-layout-1column .main-container .product-info-main .price-box{position:absolute;right:0;bottom:90px}}@media only screen and (min-width:1024px){.page-layout-1column .main-container .product-info-main .price-box{margin:15px 0 5px}}.page-layout-1column .main-container .product-info-main .price-box .normal-price .price-final_price{line-height:14px}.page-layout-1column .main-container .product-info-main .price-box .price{font-weight:300;font-size:24px;color:#000}.page-layout-1column .main-container .product-info-main .price-box .old-price{margin-right:10px}.page-layout-1column .main-container .product-info-main .price-box .old-price .price{color:#000}.page-layout-1column .main-container .product-info-main .price-box .sale{font-weight:300;font-size:24px;line-height:14px;color:#ff0303}.page-layout-1column .main-container .product-info-main .price-box .sale .price{color:#ff0303}.page-layout-1column .main-container .product-info-main .product-options-bottom{display:flex;flex-wrap:wrap;align-items:baseline;clear:left}.page-layout-1column .main-container .product-info-main .box-tocart{float:left;margin:0}@media only screen and (min-width:320px) and (max-width:768px){.page-layout-1column .main-container .product-info-main .box-tocart{width:100%}.page-layout-1column .main-container .product-info-main .box-tocart .actions{margin-top:20px}}@media only screen and (min-width:1024px){.page-layout-1column .main-container .product-info-main .box-tocart .fieldset{line-height:24px}}.page-layout-1column .main-container .product-info-main .box-tocart button.action.primary{font-size:12px;letter-spacing:1px;line-height:32px;height:32px;min-width:136px;width:100%;padding:0 15px;font-weight:400;text-transform:uppercase;text-align:center;color:#fff;background-color:#1b5062}.page-layout-1column .main-container .product-info-main .box-tocart .item-quantity{position:relative;line-height:1;margin-right:5px}.page-layout-1column .main-container .product-info-main .box-tocart .item-quantity .input-text.qty{line-height:32px;height:32px;width:59px;padding-left:0;padding-right:20px;border:solid 1px #ccc}.page-layout-1column .main-container .product-info-main .box-tocart .item-quantity .buttons{display:inline;position:absolute;width:25px;height:29px;top:1px;right:2px;background:#fff}.page-layout-1column .main-container .product-info-main .box-tocart .item-quantity .buttons button{appearance:none;border:none;display:block;cursor:pointer;width:13px;height:6px;margin:6px auto 0;background-size:100%;background-position:center;background-repeat:no-repeat;padding:0;background-color:unset}.page-layout-1column .main-container .product-info-main .box-tocart .item-quantity .buttons button:focus,.page-layout-1column .main-container .product-info-main .box-tocart .item-quantity .buttons button:active,.page-layout-1column .main-container .product-info-main .box-tocart .item-quantity .buttons button:hover{appearance:none;border:none}.page-layout-1column .main-container .product-info-main .box-tocart .item-quantity .buttons button.up{background-image:url('../images/checkout-product/arrow-up.png')}.page-layout-1column .main-container .product-info-main .box-tocart .item-quantity .buttons button.down{background-image:url('../images/checkout-product/arrow-down.png')}.page-layout-1column .main-container .product-info-main .item-quantity-fraction{position:relative}.page-layout-1column .main-container .product-info-main .item-quantity-fraction .input-text.qty-fraction{line-height:32px;height:32px;width:59px;padding-left:15px;border-color:#ccc;border-radius:0}.page-layout-1column .main-container .product-info-main .addto-wishlist{align-self:flex-end;display:flex;align-items:flex-end;height:auto;display:inline-block;margin-top:13px}@media only screen and (min-width:768px){.page-layout-1column .main-container .product-info-main .addto-wishlist{margin-top:26px;margin-left:9px;width:unset}}.page-layout-1column .main-container .product-info-main .addto-wishlist.configurables{margin-top:0}.page-layout-1column .main-container .product-info-main .addto-wishlist.giftcard{margin-top:0;margin-bottom:20px}.page-layout-1column .main-container .product-info-main .addto-wishlist a.action{display:inline-block;font-size:12px;letter-spacing:1px;line-height:32px;height:32px;min-width:136px;width:100%;padding:0 15px;font-weight:400;text-transform:uppercase;text-align:center;color:#000000;background-color:#f8f8f8}.page-layout-1column .main-container .product-info-main .product-add-form{display:flex;margin-bottom:10px;clear:both;position:relative}@media only screen and (max-width:768px){.page-layout-1column .main-container .product-info-main .product-add-form form{width:100%}}.page-layout-1column .main-container .product-info-main .product-add-form .fieldset:last-child{margin-bottom:0}@media only screen and (min-width:320px) and (max-width:768px){.page-layout-1column .main-container .product-info-main .product-add-form .fieldset{width:100%}}.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .field{display:inline-block;margin:0;width:100%}@media only screen and (min-width:768px){.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .field{width:unset}}.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .field.qty{padding-right:5px}@media only screen and (min-width:320px) and (max-width:768px){.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .field.qty{width:100%}}.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .field.qty.fraction{width:unset;margin-left:5px;float:left}.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .field .label{display:block;float:none;font-size:14px;line-height:14px;height:20px;font-weight:400}.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .field .label.ps-qty_label{height:20px}.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .field .qty label{display:block;font-weight:400;font-size:14px;line-height:14px;height:20px}@media only screen and (min-width:320px) and (max-width:768px){.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .field .qty label{width:100%}}.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .field.required .label:after{content:''}.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .field .control{float:left;width:100%}@media only screen and (min-width:768px){.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .field .control{width:unset}}.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .field .control.item-quantity{width:unset}.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .field .control select,.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .field .control select:disabled{font-weight:400;font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;color:#000;display:inline-block;position:relative;width:100%;max-width:100%;padding:3px 25px 3px 12px;text-align:left;background:unset;background-color:#f8f8f8;background-image:url(../../../../../frontend/Truth/purlsoho/default/images/sprites/select-arrow.png);background-position:98% 12px;background-size:auto;background-repeat:no-repeat;-ms-appearance:none;-o-appearance:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:0;border-radius:0;cursor:pointer}@media (min-width:1024px){.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .field .control select,.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .field .control select:disabled{min-width:390px}}.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .actions{display:inline-block;padding-top:0}@media only screen and (min-width:320px) and (max-width:768px){.page-layout-1column .main-container .product-info-main .product-add-form .fieldset .actions{width:100%}}.page-layout-1column .main-container .product-info-main .product-add-form .amxnotif-block{margin-bottom:0;position:relative}.page-layout-1column .main-container .product-info-main .product-add-form .amxnotif-block label{font-size:13px;font-weight:400;height:30px;line-height:35px}.page-layout-1column .main-container .product-info-main .product-add-form .amxnotif-block .input-fields{width:auto}.page-layout-1column .main-container .product-info-main .product-add-form .amxnotif-block .out-of-stock{font-weight:400;display:block}.page-layout-1column .main-container .product-info-main .product-add-form .amxnotif-block .highlight{color:#d44221}.page-layout-1column .main-container .product-info-main .product-add-form .amxnotif-block .amxnotif-guest-email{width:215px;margin-top:1px;float:left}.page-layout-1column .main-container .product-info-main .product-add-form .amxnotif-block .amxnotif-guest-email.input-text{clear:left}.page-layout-1column .main-container .product-info-main .product-add-form .amxnotif-block .amxnotif-guest-email.input-text.validation-failed{margin-bottom:20px}.page-layout-1column .main-container .product-info-main .product-add-form .amxnotif-block .amxnotif-guest-email.input-text.validation-failed~.validation-advice{position:absolute;left:0;top:46px}.page-layout-1column .main-container .product-info-main .product-add-form .amxnotif-block .actions-toolbar .action{line-height:16px;width:120px !important;margin-left:12px !important;font-size:12px !important}@media only screen and (max-width:450px){.page-layout-1column .main-container .product-info-main .product-add-form .amxnotif-block .amxnotif-guest-email{width:100%}}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-wrapper .fieldset:last-child{margin-bottom:0}@media only screen and (min-width:320px) and (max-width:768px){.page-layout-1column .main-container .product-info-main .product-add-form .product-options-wrapper .fieldset{width:100%}}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-wrapper .fieldset .field{display:inline-block;margin:0;width:100%;margin-top:30px;float:left;clear:left}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-wrapper .fieldset .field:first-child{margin-top:0}@media only screen and (min-width:768px){.page-layout-1column .main-container .product-info-main .product-add-form .product-options-wrapper .fieldset .field{width:unset}}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-wrapper .fieldset .field .label{display:block;float:none;font-size:12px;line-height:12px;height:16px;font-weight:400}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-wrapper .fieldset .field.required .label:after{content:''}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-wrapper .fieldset .field .control{float:left;width:100%}@media only screen and (min-width:768px){.page-layout-1column .main-container .product-info-main .product-add-form .product-options-wrapper .fieldset .field .control{width:unset}}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-wrapper .fieldset .field .control select,.page-layout-1column .main-container .product-info-main .product-add-form .product-options-wrapper .fieldset .field .control select:disabled{font-weight:400;font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;color:#000;display:inline-block;position:relative;width:100%;max-width:100%;padding:3px 25px 3px 12px;text-align:left;background:unset;background-color:#f8f8f8;background-image:url(../../../../../frontend/Truth/purlsoho/default/images/sprites/select-arrow.png);background-position:98% 12px;background-size:auto;background-repeat:no-repeat;-ms-appearance:none;-o-appearance:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:0;border-radius:0;cursor:pointer}@media (min-width:1024px){.page-layout-1column .main-container .product-info-main .product-add-form .product-options-wrapper .fieldset .field .control select,.page-layout-1column .main-container .product-info-main .product-add-form .product-options-wrapper .fieldset .field .control select:disabled{min-width:390px}}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset:last-child{margin-bottom:0}@media only screen and (min-width:320px) and (max-width:768px){.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset{width:100%}}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .field{display:inline-block;margin:0;width:100%}@media only screen and (min-width:768px){.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .field{width:unset}}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .field.qty{padding-right:5px}@media only screen and (min-width:320px) and (max-width:768px){.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .field.qty{width:100%}}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .field.qty.fraction{width:unset;margin-left:5px;float:left}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .field .label{display:block;float:none;font-size:12px;line-height:12px;height:20px;font-weight:400}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .field .label.ps-qty_label{height:20px}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .field .qty label{display:block;font-weight:400;font-size:14px;line-height:14px;height:20px}@media only screen and (min-width:320px) and (max-width:768px){.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .field .qty label{width:100%}}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .field.required .label:after{content:''}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .field .control{float:left;width:100%}@media only screen and (min-width:768px){.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .field .control{width:unset}}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .field .control.item-quantity{width:unset}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .field .control select,.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .field .control select:disabled{font-weight:400;font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;color:#000;display:inline-block;position:relative;width:100%;max-width:100%;padding:3px 25px 3px 12px;text-align:left;background:unset;background-color:#f8f8f8;background-image:url(../../../../../frontend/Truth/purlsoho/default/images/sprites/select-arrow.png);background-position:98% 12px;background-size:auto;background-repeat:no-repeat;-ms-appearance:none;-o-appearance:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:0;border-radius:0;cursor:pointer}@media (min-width:1024px){.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .field .control select,.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .field .control select:disabled{min-width:390px}}.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .actions{display:inline-block;padding-top:0}@media only screen and (min-width:320px) and (max-width:768px){.page-layout-1column .main-container .product-info-main .product-add-form .product-options-bottom .fieldset .actions{width:100%}}.page-layout-1column .main-container .product-info-main .product.info.detailed{max-width:597px}.page-layout-1column .main-container .product-info-main .product.info.detailed #configurable{margin-bottom:40px}.page-layout-1column .main-container .product-info-main .product.info.detailed h2{font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:24px;font-weight:300;margin:40px 0 20px;float:left;width:100%}.page-layout-1column .main-container .product-info-main .product.info.detailed h2:first-of-type{margin:0 0 20px}.page-layout-1column .main-container .product-info-main .product.info.detailed h3,.page-layout-1column .main-container .product-info-main .product.info.detailed h5{font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;color:#151515;text-transform:uppercase;margin-top:40px}.page-layout-1column .main-container .product-info-main .product.info.detailed h3:first-of-type,.page-layout-1column .main-container .product-info-main .product.info.detailed h5:first-of-type{margin-top:0}.page-layout-1column .main-container .product-info-main .product.info.detailed p,.page-layout-1column .main-container .product-info-main .product.info.detailed ul{color:#151515;font-weight:300}.page-layout-1column .main-container .product-info-main .product.data.items{display:grid;grid-template-areas:"title title title" "title title title" "content content content";grid-template-columns:1fr 1fr 1fr;padding:0 15px}@media screen and (min-width:1024px){.page-layout-1column .main-container .product-info-main .product.data.items{padding:0}}@media screen and (min-width:1024px) and (max-width:1167px){.page-layout-1column .main-container .product-info-main .product.data.items .item:nth-last-child(2){grid-row:2/3 !important}}.page-layout-1column .main-container .product-info-main .product.data.items .item.title{display:block;text-align:center;width:100%;margin:0 -1px 0 0;grid-area:title;grid-column:span 1;grid-row:1/2}.page-layout-1column .main-container .product-info-main .product.data.items .item.title.active .switch{color:#df0169;background-color:#f8f8f8}.page-layout-1column .main-container .product-info-main .product.data.items .item.title .switch{border:solid 1px #ebebeb;background:0 0;transition:all .2s ease-in-out;user-select:none;height:40px;line-height:40px;cursor:pointer;font-size:12px;padding:0;font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300;color:#000000}@media screen and (min-width:768px){.page-layout-1column .main-container .product-info-main .product.data.items .item.title .switch{font-size:16px;padding:1px 10px}}.page-layout-1column .main-container .product-info-main .product.data.items .item.title .switch:after{display:none}.page-layout-1column .main-container .product-info-main .product.data.items .item table,.page-layout-1column .main-container .product-info-main .product.data.items .item th,.page-layout-1column .main-container .product-info-main .product.data.items .item tr,.page-layout-1column .main-container .product-info-main .product.data.items .item td{font-size:16px;font-width:300}.page-layout-1column .main-container .product-info-main .product.data.items .item.content{border:none;padding:4px 0 0;grid-area:content;grid-column:span 3;font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;font-weight:300;color:#000;line-height:1.5;display:none;margin:0}.page-layout-1column .main-container .product-info-main .product.data.items .item.content a,.page-layout-1column .main-container .product-info-main .product.data.items .item.content a:hover,.page-layout-1column .main-container .product-info-main .product.data.items .item.content a:visited{color:#df0169}.page-layout-1column .main-container .product-info-main .product.data.items .item.content ul{font-weight:300}.page-layout-1column .main-container .product-info-main .product.data.items .item.content ol,.page-layout-1column .main-container .product-info-main .product.data.items .item.content ul{padding-left:23px}.page-layout-1column .main-container .product-info-main .product.data.items .item.content ol{list-style:decimal}.page-layout-1column .main-container .product-info-main .product.data.items .item.content ul{list-style:disc}.page-layout-1column .main-container .product-info-main .product.data.items .item.content#configurable>.swatch-attribute-options{display:grid !important;grid-template-columns:repeat(auto-fill,60px);row-gap:11px;justify-items:center;justify-content:space-between;margin:0;width:100%}@media screen and (min-width:1024px){.page-layout-1column .main-container .product-info-main .product.data.items .item.content#configurable>.swatch-attribute-options{grid-template-columns:repeat(auto-fill,68px)}}.page-layout-1column .main-container .product-info-main .product.data.items .item.content .product.attribute.description{font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;font-weight:300;line-height:1.5}.page-layout-1column .main-container .product-info-main .product.data.items .item.content .product.attribute.description a,.page-layout-1column .main-container .product-info-main .product.data.items .item.content .product.attribute.description a:hover,.page-layout-1column .main-container .product-info-main .product.data.items .item.content .product.attribute.description a:visited{color:#df0169}.page-layout-1column .main-container .product-info-main .product.data.items .item.content .product.attribute.description p{margin-bottom:20px}.page-layout-1column .main-container .product-info-main .product.data.items .item.content .product.attribute.description p:last-child{margin-bottom:0}.page-layout-1column .main-container .product-info-main .product.data.items #additional .additional-attributes-wrapper h5{margin-top:40px}.page-layout-1column .main-container .product-info-main .product.data.items #additional .additional-attributes-wrapper h5:first-child{margin-top:15px}.page-layout-1column .main-container .product-info-main .product.data.items #additional .additional-attributes-wrapper h4{font-size:16px;color:#151515;text-transform:none;font-weight:700}.page-layout-1column .main-container .product-info-main .swatch-attribute-label,.page-layout-1column .main-container .product-info-main .swatch-attribute-selected-option{display:none}.page-layout-1column .main-container .product-info-main .swatch-attribute-options{margin-top:0}.page-layout-1column .main-container .product-info-main .swatch-attribute-options .swatch-option{margin:0;outline:2px solid transparent;transition:outline .2s linear;background-size:cover !important;border:none}.page-layout-1column .main-container .product-info-main .swatch-attribute-options .swatch-option.swatch-hide{display:none !important}.page-layout-1column .main-container .product-info-main .swatch-attribute-options .swatch-option:focus{box-shadow:none}.page-layout-1column .main-container .product-info-main .swatch-attribute-options .swatch-option.selected{outline:2px solid #df0169;border:none}.page-layout-1column .main-container .product-info-main .swatch-attribute-options .swatch-option.selected:hover{outline:2px solid #df0169;border:none}.page-layout-1column .main-container .product-info-main .swatch-attribute-options .swatch-option.image:not(.disabled):hover{outline:2px solid #df0169;border:none}.page-layout-1column .main-container .product-info-main .swatch-attribute-options .swatch-option.color:not(.disabled):hover{border:2px solid #df0169;outline:none}.page-layout-1column .main-container .product.media{width:100%;margin-bottom:30px}@media only screen and (min-width:1024px){.page-layout-1column .main-container .product.media{width:47%;margin-bottom:20px;padding-right:15px}}.page-layout-1column .main-container .product.media .gallery-placeholder .gallery-placeholder__image{opacity:0}.page-layout-1column .main-container .product.media .fotorama__stage .fotorama__stage__shaft{opacity:0}.page-layout-1column .main-container .product.media .fotorama__stage .ps-product_image_zoom_icon{position:absolute;bottom:15px;right:15px;height:36px;width:40px;background:url(../images/sprites/ps-spritesheet.png) -500px 0 no-repeat;z-index:99;pointer-events:none}.page-layout-1column .main-container .product.media .fotorama__nav-wrap{margin-top:15px}.page-layout-1column .main-container .product.media .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs{height:auto !important}@media screen and (max-width:1024px){.page-layout-1column .main-container .product.media .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs{height:auto !important}}.page-layout-1column .main-container .product.media .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:start}.page-layout-1column .main-container .product.media .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__thumb-border{display:none !important}.page-layout-1column .main-container .product.media .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame{height:auto}.page-layout-1column .main-container .product.media .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame--thumb{padding:0;width:11% !important;height:auto;margin-left:0;margin-right:1.71%;margin-bottom:10px;cursor:pointer;box-sizing:border-box}.page-layout-1column .main-container .product.media .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame--thumb:hover{border-color:#c7c7c7}.page-layout-1column .main-container .product.media .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame--thumb:nth-child(8n+1){margin-right:0}.page-layout-1column .main-container .product.media .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame--thumb.fotorama__active{border:1px solid #c7c7c7}.page-layout-1column .main-container .product.media .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame--thumb .fotorama__thumb{background-color:clear;height:auto}.page-layout-1column .main-container .product.media .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame--thumb .fotorama__thumb img{-webkit-transform:unset;transform:unset;height:100%;position:relative;width:100%}.page-layout-1column .main-container .product.media .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__thumb-border{border:1px solid #df0169}.page-layout-1column .main-container .product-social-links{width:100%;margin-bottom:50px;display:inline-block}@media only screen and (min-width:1024px){.page-layout-1column .main-container .product-social-links{width:47%;float:left;clear:left}}.page-layout-1column .main-container .product-social-links .ps-product_filter_tags{margin-bottom:15px;text-align:left}.page-layout-1column .main-container .upsell-item{margin:0 0 80px}.page-layout-1column .main-container .upsell-item h2{margin-bottom:40px}.page-layout-1column .main-container .upsell-item .product-img-box{width:100%;float:left;padding-right:15px}@media only screen and (min-width:768px){.page-layout-1column .main-container .upsell-item .product-img-box{width:23%}.page-layout-1column .main-container .upsell-item .product-img-box.col-2-4{width:47%}.page-layout-1column .main-container .upsell-item .product-img-box.col-2-4 .upsell-product-image{width:48%}}.page-layout-1column .main-container .upsell-item .product-img-box .upsell-product-image{width:100%;float:left;display:block}.page-layout-1column .main-container .upsell-item .product-img-box .upsell-product-image:first-child{margin:0 4% 4% 0}.page-layout-1column .main-container .upsell-item .product-img-box .product-name h1{border:0}.page-layout-1column .main-container .upsell-item .product-shop.ps-product_shop{width:100%}@media only screen and (min-width:768px){.page-layout-1column .main-container .upsell-item .product-shop.ps-product_shop{width:77%;padding-left:15px;float:right}.page-layout-1column .main-container .upsell-item .product-shop.ps-product_shop.col-2-4{width:53%}}.page-layout-1column .main-container .upsell-item .product-shop.ps-product_shop .ps-catalog_product_header_brand{font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;font-weight:300;color:#000;line-height:inherit;margin-bottom:0;text-transform:uppercase;text-indent:2px}.page-layout-1column .main-container .upsell-item .product-shop.ps-product_shop .secondary-product-description a{color:#df0169}.page-layout-1column .main-container .upsell-item .product-shop.ps-product_shop .secondary-product-description a:hover,.page-layout-1column .main-container .upsell-item .product-shop.ps-product_shop .secondary-product-description a:active,.page-layout-1column .main-container .upsell-item .product-shop.ps-product_shop .secondary-product-description a:visited{color:#df0169}.page-layout-1column .main-container .upsell-item .ps-add-to-cart-container{position:relative}.page-layout-1column .main-container .upsell-item .ps-add-to-cart-container .qty-wrapper,.page-layout-1column .main-container .upsell-item .ps-add-to-cart-container .add-to-cart-buttons,.page-layout-1column .main-container .upsell-item .ps-add-to-cart-container .add-to-links{display:inline-block;float:left}.page-layout-1column .main-container .upsell-item .ps-add-to-cart-container .add-to-cart-buttons{margin:20px 0 0;width:100%}@media only screen and (min-width:768px){.page-layout-1column .main-container .upsell-item .ps-add-to-cart-container .add-to-cart-buttons{margin:0 0 0 7px;width:unset}}.page-layout-1column .main-container .upsell-item .ps-add-to-cart-container .add-to-links{width:100%;margin:10px 0}@media only screen and (min-width:768px){.page-layout-1column .main-container .upsell-item .ps-add-to-cart-container .add-to-links{margin:0 0 0 7px;width:unset}}.page-layout-1column .main-container .upsell-item .ps-add-to-cart-container .add-to-links .action.towishlist{display:inline-block;font-size:12px;letter-spacing:1px;line-height:32px;height:32px;min-width:136px;width:100%;padding:0 15px;margin:0;font-weight:400;text-transform:uppercase;text-align:center;color:#000000;background-color:#f8f8f8}.page-layout-1column .main-container .upsell-item .ps-add-to-cart-container .price-box{position:absolute;right:10px;bottom:95px;line-height:1}@media only screen and (min-width:768px){.page-layout-1column .main-container .upsell-item .ps-add-to-cart-container .price-box{position:unset;margin:10px 0}}.page-layout-1column .main-container .upsell-item .ps-add-to-cart-container .price-box .price{font-size:24px;font-weight:300}.page-layout-1column .main-container .block.related{width:47%;float:left;clear:left}.page-layout-1column .main-container .block.upsell{clear:both}.page-layout-1column .main-container .block.upsell .products-upsell .product-item-info{text-align:center;width:175px}.page-layout-1column .main-container .block.upsell .products-upsell .product-item-info .product-item-link{color:#000}.page-layout-1column .main-container .block.upsell .products-upsell .product-item-info .product-item-photo{display:block;margin:0 auto 27px;min-width:50px}.page-layout-1column .main-container .block.upsell .products-upsell .product-item-info .product-item-details h4{font-size:12px;text-transform:uppercase;color:#000;font-weight:300;line-height:16px;max-width:175px}.page-layout-1column .main-container .block.upsell .products-upsell .product-item-info .product-item-details h3{font-weight:400;font-size:16px;margin-bottom:2px;line-height:20px;text-transform:none;max-width:175px}.page-layout-1column .main-container .block .title{border:none}.page-layout-1column .main-container .block .title strong{font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:24px;font-weight:300;line-height:23px;word-spacing:3px;text-transform:capitalize;color:#000000}.page-layout-1column .swatch-attribute-options{display:none}.page-product-downloadable .product-options-bottom{float:none;width:100%}.page-product-downloadable .product-options-bottom .field.qty{display:inline-block !important}.page-product-downloadable .product-options-wrapper{float:none;margin-bottom:30px}@media only screen and (min-width:1024px){.page-product-downloadable .product-options-wrapper{margin-bottom:0}.page-product-downloadable .product-options-wrapper label span{line-height:26px}}.page-product-downloadable .product-options-wrapper select{height:26px}.page-product-giftcard .product-info-main .product-options-bottom .box-tocart .actions{padding-top:5px}.page-product-giftcard .product-info-main .product.attribute.description{font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;font-weight:300;line-height:1.5}.page-product-giftcard .product-info-main .product.attribute.description a,.page-product-giftcard .product-info-main .product.attribute.description a:hover,.page-product-giftcard .product-info-main .product.attribute.description a:visited{color:#df0169}.page-product-giftcard .product-info-main .product.attribute.description p{margin-bottom:20px}.page-product-giftcard .product-info-main .product.attribute.description p:last-child{margin-bottom:0}.page-product-giftcard .product-info-main .product-add-form .price-box{margin:10px 0}.page-product-giftcard .product-info-main .product-add-form .price-box input[type=radio]{margin:0}.page-product-giftcard .product-info-main .product-add-form .price-box .ps-giftcard_product_type_controller_container{margin-bottom:25px}.page-product-giftcard .product-info-main .product-add-form .giftcard label,.page-product-giftcard .product-info-main .product-add-form .giftcard-amount label{display:inline-block;font-size:13px !important;font-weight:600 !important;margin-bottom:0;-ms-user-select:none;user-select:none}.page-product-giftcard .product-info-main .product-add-form .giftcard select,.page-product-giftcard .product-info-main .product-add-form .giftcard-amount select{font-weight:300 !important;width:100%;max-width:450px;font-size:14px}.page-product-giftcard .product-info-main .product-add-form .giftcard input,.page-product-giftcard .product-info-main .product-add-form .giftcard-amount input{width:100%;max-width:450px;font-size:14px}.page-product-giftcard .product-info-main .product-add-form .giftcard-amount{max-width:450px}.page-product-giftcard .product-info-main .product-add-form .giftcard-amount #giftcard-amount-box{display:none}.page-product-giftcard .product-info-main .product-add-form .giftcard-amount .field.amount{padding-bottom:10px;width:100%}.page-product-giftcard .product-info-main .product-add-form .giftcard-amount .field.amount .control{float:none !important;width:100% !important}.page-product-giftcard .product-info-main .product-add-form .giftcard .display-amount{font-size:26px;font-weight:300;margin-top:10px}.page-product-giftcard .product-info-main .product-add-form .giftcard fieldset .gc-field{display:block}.page-product-giftcard .product-info-main .product-add-form .giftcard fieldset .gc-field label{height:20px !important}.page-product-giftcard .product-info-main .product-add-form .giftcard fieldset .gc-field .control{float:none !important;margin-bottom:20px}.customer-account-createpassword .form.password.reset button.submit{margin-top:20px}.opc-wrapper{padding-top:30px !important}a.button{-moz-appearance:button;-webkit-appearance:initial;appearance:button;color:#fff;padding:7px 15px;text-decoration:none;background-color:#1b5062}.width100{width:100% !important}.fieldset{margin-bottom:0}.page.messages.ps-messages-container{padding:0 20px;margin:auto;max-width:1230px}.ps-messages-container .messages .message-info:before,.ps-messages-container .messages .message-error:before,.ps-messages-container .messages .message-warning:before,.ps-messages-container .messages .message-notice:before,.ps-messages-container .messages .message-success:before{display:block;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:none;position:absolute;content:'';margin-top:5px}.ps-messages-container .messages .message-info>:first-child:before,.ps-messages-container .messages .message-error>:first-child:before,.ps-messages-container .messages .message-warning>:first-child:before,.ps-messages-container .messages .message-notice>:first-child:before,.ps-messages-container .messages .message-success>:first-child:before{content:none !important}.ps-messages-container .messages .message-info>:first-child,.ps-messages-container .messages .message-error>:first-child,.ps-messages-container .messages .message-warning>:first-child,.ps-messages-container .messages .message-notice>:first-child,.ps-messages-container .messages .message-success>:first-child{padding-left:20px;font-weight:300 !important;font-size:14px}.ps-messages-container .messages .message-info,.ps-messages-container .messages .message-error,.ps-messages-container .messages .message-warning,.ps-messages-container .messages .message-notice,.ps-messages-container .messages .message-success{background-color:#f4f4f4;color:#000;padding:7px 10px 7px 0 !important}.ps-messages-container .messages .message-info{border-left:5px solid red}.ps-messages-container .messages .message-info:before{border-left:6px solid red}.ps-messages-container .messages .message-error{border-left:5px solid red}.ps-messages-container .messages .message-error:before{border-left:6px solid red}.ps-messages-container .messages .message-warning{border-left:5px solid red}.ps-messages-container .messages .message-warning:before{border-left:6px solid red}.ps-messages-container .messages .message-notice{border-left:5px solid #1b5062}.ps-messages-container .messages .message-notice:before{border-left:6px solid #1b5062}.ps-messages-container .messages .message-success{border-left:5px solid #1b5062}.ps-messages-container .messages .message-success:before{border-left:6px solid #1b5062}.sidebar.sidebar-additional{clear:none}.customer-account-create .fieldset>.field>.label{color:#000}.customer-account-create .fieldset>.field.required>.label:after{content:none}.customer-account-create .buttons-set{border-top:1px solid #ededed}.wishlist-empty{color:#000;font-weight:400}.page-multiple-wishlist div.actions-toolbar,.customer-account-create div.actions-toolbar{border-top:none;border-top:1px solid #ededed}.magento_giftcardaccount-customer-index div.buttons-set{border-top:1px solid #ededed}label.shipping-note{font-weight:400;color:red;padding-bottom:10px}.paypal-review label.shipping-note{width:100%;word-wrap:break-word}.paypal-review .box-order-billing-address{clear:right}.paypal-review #block-discount{clear:left}.paypal-review #block-discount-heading{padding-left:10px}.paypal-review #coupon_code{width:45% !important}.paypal-review-discount .block .fieldset{padding:10px}.paypal-review-items .cart.table-wrapper .col.qty[data-th]:before,.paypal-review-items .cart.table-wrapper .col.price[data-th]:before,.paypal-review-items .cart.table-wrapper .col.subtotal[data-th]:before,.paypal-review-items .cart.table-wrapper .col.msrp[data-th]:before{content:inherit}.paypal-review-items .cart.table-wrapper .col.qty,.paypal-review-items .cart.table-wrapper .col.price,.paypal-review-items .cart.table-wrapper .col.subtotal,.paypal-review-items .cart.table-wrapper .col.msrp{display:revert;float:unset;width:inherit}.paypal-review-items .cart.table-wrapper .col.qty[data-th]:before,.paypal-review-items .cart.table-wrapper .col.price[data-th]:before,.paypal-review-items .cart.table-wrapper .col.subtotal[data-th]:before,.paypal-review-items .cart.table-wrapper .col.msrp[data-th]:before{content:inherit}.checkout-index-index .message.notice{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#fdf0d5;color:#6f4400;position:relative;display:flex;position:absolute;z-index:9;width:calc(60%);height:100%;left:39px}.checkout-index-index .message.notice>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;color:#c07600;content:'\e602';font-family:'luma-icons';margin:-12px 0 0;vertical-align:middle;display:none;font-weight:400;overflow:hidden;speak:none;left:0;top:22px;width:45px;position:absolute;text-align:center}.ps-messages-container .messages{margin:0}.checkout-cart-index .cart.table-wrapper .items thead+.item{border:none}.checkout-cart-index .col.image span,.checkout-cart-index .col.price span,.checkout-cart-index .col.qty span,.checkout-cart-index .col.subtotal span{color:#000000}.checkout-cart-index tbody.cart.item .product-image-photo{width:109px;float:left}.checkout-cart-index tbody.cart.item .product-item-photo{padding-right:0}.checkout-cart-index tbody.cart.item .product-image-container{width:110px !important}.checkout-cart-index .item-options dt{font-weight:400;font-size:14px}.checkout-cart-index .item-options span{font-weight:300;font-size:14px;color:#000000}.checkout-cart-index .col.price,.checkout-cart-index .col.qty,.checkout-cart-index .col.subtotal{text-align:left !important;padding-left:0}.checkout-cart-index .col.price .price,.checkout-cart-index .col.subtotal{font-size:16px;color:#000;font-weight:400}.checkout-cart-index .col.price,.checkout-cart-index .col.qty,.checkout-cart-index .col.subtotal{padding-top:0}.checkout-cart-index td.col.subtotal span{color:#000;font-weight:400}.checkout-cart-index td.product-cart-remove{padding-top:4px}.checkout-cart-index .out-of-stock-message{padding-top:10px;padding-bottom:0;font-size:15px;font-weight:400}.checkout-cart-index .action-towishlist span{font-weight:400;padding-top:10px}.checkout-cart-index .action-towishlist span:hover{color:#df0169}.checkout-cart-index .psaddto-wishlist{padding-top:10px}.checkout-cart-index .pscart-shipping-message{width:100%;text-align:center;background:#d44221;float:left;color:#fff;font-size:18px;padding:4px;font-weight:300}.checkout-cart-index .crosssell-cart .product-item-name a{font-weight:400;font-size:14px}.checkout-cart-index .cart-summary{display:none}.checkout-cart-index .crosssell h3{font-size:16px}.checkout-cart-index .crosssell .block-content li.item{min-height:365px}.checkout-cart-index .crosssell .block-title.title strong{font-size:20px}.checkout-cart-index .crosssell .action.primary{font-size:1.2rem}.checkout-cart-index .ps-cart-subtotal span{font-weight:300}.checkout-cart-index .products-grid .product-item-info:hover,.checkout-cart-index .products-grid .product-item-info.active{position:initial}.block-authentication .action.action-register,.block-authentication .action.action-login{padding:7px 21px;font-size:1.4rem}.popup-authentication .block-title strong{font-size:.7em}.popup-authentication .block-content .field .label{font-size:15px}.xsitemap .pages li{display:block;width:100%}.xsitemap .pages{margin-left:0 !important}@media only screen and (max-width:1024px) and (min-width:320px){.page-product-downloadable .product-options-wrapper{margin-bottom:0}.page-layout-1column .main-container .product.media{margin-bottom:0}}@media only screen and (max-width:1024px) and (min-width:320px){.page-product-downloadable .product-options-wrapper{margin-bottom:0}.page-layout-1column .main-container .product.media{margin-bottom:0}}body.cms-about-us .col-wrapper{width:100%}body.cms-about-us .col-wrapper .col-left.sidebar{width:100%;margin:auto 10px 10px}@media only screen and (min-width:768px){body.cms-about-us .col-wrapper .col-left.sidebar{width:20%;margin:unset}}body.cms-about-us .col-wrapper .col-main{width:auto;padding-left:0;padding-right:0}@media only screen and (min-width:768px){body.cms-about-us .col-wrapper .col-main{width:80%;margin-right:0}}@media only screen and (min-width:1025px){body.cms-about-us .col-wrapper .col-main{margin-right:-20px}}body.cms-about-us .col-wrapper .col-main .page-title-wrapper{padding-left:10px}body.cms-about-us .col-wrapper .col-main .page-title-wrapper .page-title{font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:40px;line-height:48px;text-transform:none}body.cms-about-us .col-wrapper .col-main h2{font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:500;font-size:18px;line-height:1;color:#000;margin-bottom:5px}body.cms-about-us .col-wrapper .col-main p{font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300;font-size:18px;line-height:30px;color:#000;margin:0}body.cms-about-us .col-wrapper .col-main .pagebuilder-column-group[data-grid-size="12"] img{width:100% !important}body.cms-about-us .col-wrapper .col-main div[data-content-type=row]:nth-of-type(3),body.cms-about-us .col-wrapper .col-main div[data-content-type=row]:nth-of-type(2),body.cms-about-us .col-wrapper .col-main div[data-content-type=row]:nth-of-type(1){margin-top:0}body.cms-about-us .col-wrapper .col-main div[data-content-type=row]>div{padding:10px 0 !important}body.cms-about-us .col-right{display:none}.cms-upsell-item{margin:0 0 80px}.cms-upsell-item h2{margin-bottom:40px}.cms-upsell-item .product-img-box{width:100%;float:left;padding-right:15px}@media only screen and (min-width:768px){.cms-upsell-item .product-img-box{width:23%}.cms-upsell-item .product-img-box.col-2-4{width:47%}.cms-upsell-item .product-img-box.col-2-4 .upsell-product-image{width:48%}}.cms-upsell-item .product-img-box .upsell-product-image{width:100%;float:left;display:block}.cms-upsell-item .product-img-box .upsell-product-image:first-child{margin:0 4% 4% 0}.cms-upsell-item .product-img-box .product-name h1{border:0}.cms-upsell-item .product-shop.ps-product_shop{width:100%;text-align:left}@media only screen and (min-width:768px){.cms-upsell-item .product-shop.ps-product_shop{width:77%;padding-left:15px;float:right}.cms-upsell-item .product-shop.ps-product_shop.col-2-4{width:53%}}.cms-upsell-item .product-shop.ps-product_shop .ps-catalog_product_header_brand{font-family:'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;font-weight:300;color:#000;line-height:inherit;margin-bottom:0;text-transform:uppercase;text-indent:2px}.cms-upsell-item .product-shop.ps-product_shop .secondary-product-description a{color:#df0169}.cms-upsell-item .product-shop.ps-product_shop .secondary-product-description a:hover,.cms-upsell-item .product-shop.ps-product_shop .secondary-product-description a:active,.cms-upsell-item .product-shop.ps-product_shop .secondary-product-description a:visited{color:#df0169}.cms-upsell-item .ps-add-to-cart-container{position:relative}.cms-upsell-item .ps-add-to-cart-container .qty-wrapper,.cms-upsell-item .ps-add-to-cart-container .add-to-cart-buttons,.cms-upsell-item .ps-add-to-cart-container .add-to-links{display:inline-block;float:left}.cms-upsell-item .ps-add-to-cart-container .add-to-cart-buttons{margin:20px 0 0;width:100%}@media only screen and (min-width:768px){.cms-upsell-item .ps-add-to-cart-container .add-to-cart-buttons{margin:0 0 0 7px;width:unset}}.cms-upsell-item .ps-add-to-cart-container .add-to-links{width:100%;margin:10px 0}@media only screen and (min-width:768px){.cms-upsell-item .ps-add-to-cart-container .add-to-links{margin:0 0 0 7px;width:unset}}.cms-upsell-item .ps-add-to-cart-container .add-to-links .action.towishlist{display:inline-block;font-size:12px;letter-spacing:1px;line-height:32px;height:32px;min-width:136px;width:100%;padding:0 15px;margin:0;font-weight:400;text-transform:uppercase;text-align:center;color:#000000;background-color:#f8f8f8}.cms-upsell-item .ps-add-to-cart-container .price-box{position:absolute;right:10px;bottom:95px;line-height:1}@media only screen and (min-width:768px){.cms-upsell-item .ps-add-to-cart-container .price-box{position:unset;margin:10px 0}}.cms-upsell-item .ps-add-to-cart-container .price-box .price{font-size:24px;font-weight:300}.cms-upsell-item .ps-add-to-cart-container .amxnotif-block{float:left}.cms-page-view .thin p,.cms-page-view .thin span{font-weight:100}.cms-page-view .col-main .pagebuilder-column a{color:#df0169}.cms-page-view .col-main div[data-content-type=row] p a{color:#df0169}@media only screen and (max-width:767px){.cms-page-view .mobile-hidden{display:none !important}}@media screen and (min-width:768px){.cms-page-view .mobile-only{display:none !important}}.pagebuilder-canvas .col-2-spaced .pagebuilder-column{min-height:416px}.pagebuilder-canvas .col-3-spaced .pagebuilder-column{min-height:390px}.col-2-spaced .box1 h1,.col-2-spaced .box2 h1,.col-2-spaced .box1 h2,.col-2-spaced .box2 h2,.col-2-spaced .box1 h3,.col-2-spaced .box2 h3,.col-2-spaced .box1 h4,.col-2-spaced .box2 h4,.col-2-spaced .box1 h5,.col-2-spaced .box2 h5,.col-2-spaced .box1 h6,.col-2-spaced .box2 h6{font-weight:300}.col-2-spaced .box1 span,.col-2-spaced .box2 span,.col-2-spaced .box1 p,.col-2-spaced .box2 p{font-weight:300}.col-2-spaced .box1 .pagebuilder-button-primary span,.col-2-spaced .box2 .pagebuilder-button-primary span{font-weight:400 !important}.amscheckout .rwauthorizecim-apple-pay-button{width:100% !important}.ps-minicart_actions .rwauthorizecim-apple-pay-button{width:257px !important}.rwauthorizecim-apple-pay-button{height:35px !important;margin:5px auto 10px !important}#OffAmazonPaymentsWidgets0,#OffAmazonPaymentsWidgets1{max-height:37px !important;max-width:257px;width:100%}.ps-minicart_actions .amazon-button-container__cell{width:257px}.basket-amazon-button__buttons-container{position:relative}.basket-amazon-button__custom-img-container{border:1px #a6a6a6 solid;width:100%;height:34px;margin:auto;background:#f6f6f6;border-radius:3px}.ps-minicart_actions .basket-amazon-button__custom-img-container{max-width:257px}#checkout-page-shortcut-amazon-button .basket-amazon-button__custom-img-container{max-width:inherit}.basket-amazon-button__custom-img{height:34px;margin:auto}.amazon-minicart-container{position:absolute;top:0;bottom:0;opacity:0;height:34px;overflow-y:hidden}#PayWithAmazon-Cart div:first-child,#PayWithAmazon-Cart-1 div:first-child{width:auto !important}.box-order-billing-method .box-content p img{width:80px;margin-top:10px}.product-add-form klarna-placement{display:block;margin:10px 0}.gallery-top-description{font-size:18px;font-weight:300;color:#000;padding-bottom:30px;letter-spacing:0px}.cookie-status-message{display:none}.page-product-configurable div[data-gallery-role=nav-wrap]{display:none !important}div[ps_column_link]{cursor:pointer}#tn-popup-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;z-index:99}.tn-popup{font-family:Lato,sans-serif;width:100%;padding:40px;height:100%;overflow-y:scroll;overflow-x:hidden;background-color:#fff;color:#000;font-weight:400}@media (min-width:480px){.tn-popup{height:600px;max-height:700px}}@media (min-width:768px){.tn-popup{padding:70px 80px;width:812px}}.ps-catalog_product_related_project_header{position:relative}.ps-catalog_product_related_project_header .info{position:absolute;right:14px;top:10px;width:24px;height:24px;cursor:pointer}.tn-popup .close{float:right;width:24px;height:24px;margin:-30px -40px 0 0;cursor:pointer}.tn-popup button.close:hover{color:#fff;background-color:#1b5062}.tn-popup h1{font-family:Lato,sans-serif;margin:0;color:#000;font-weight:400}.tn-popup img{max-width:300px;height:auto;margin:20px 0}.tn-popup p,.tn-popup div{font-family:Lato,sans-serif;font-size:16px;color:#000;font-weight:400;margin-bottom:20px}.footer-cards-container{width:100%;display:flex;justify-content:center;padding-top:25px}.cms-purl-soho-home .homepage-pagebuilder-new-slider .slick-arrow.slick-next,.cms-purl-soho-home .homepage-customer-reviews .slick-arrow.slick-next,.cms-purl-soho-home .homepage-pagebuilder-new-slider .slick-arrow.slick-prev,.cms-purl-soho-home .homepage-customer-reviews .slick-arrow.slick-prev{background-image:url('../images/homepage/right.svg') !important}.cms-purl-soho-home .homepage-pagebuilder-new-slider .slick-arrow.slick-next:hover,.cms-purl-soho-home .homepage-customer-reviews .slick-arrow.slick-next:hover,.cms-purl-soho-home .homepage-pagebuilder-new-slider .slick-arrow.slick-prev:hover,.cms-purl-soho-home .homepage-customer-reviews .slick-arrow.slick-prev:hover{background-image:url('../images/homepage/right_hover.svg') !important}.cms-purl-soho-home .homepage-category-product .product-item .ps-badge.new-colors{bottom:-17px}.cms-purl-soho-home .homepage-category-product .product-item .ps-badge.offers{margin-top:7px}.cms-purl-soho-home .homepage-customer-reviews .slick-arrow{top:100px}@media (max-width:768px){.cms-purl-soho-home .homepage-customer-reviews .slick-arrow.slick-next{right:10px}.cms-purl-soho-home .homepage-customer-reviews .slick-arrow.slick-prev{left:10px}}.cms-purl-soho-home .homepage-customer-reviews .slick-slide .reviews-item-container{flex-direction:column;justify-content:flex-start;align-items:center}.cms-purl-soho-home .homepage-projects-container .slick-arrow.slick-next,.cms-purl-soho-home .homepage-tutorials-container .slick-arrow.slick-next,.cms-purl-soho-home .homepage-projects-container .slick-arrow.slick-prev,.cms-purl-soho-home .homepage-tutorials-container .slick-arrow.slick-prev{background-image:url('../images/homepage/small_right_arrow.svg') !important}.homepage-customer-reviews .star_rating{background-image:url('../images/homepage/star_rating.svg');background-repeat:no-repeat;height:16px;width:16px;display:inline-block}.box1 .cta .pagebuilder-button-primary{color:#fff;font-size:12px;font-weight:400;font-family:Lato,sans-serif;height:30px;line-height:1;margin:15px 0 0;padding:9px 20px;border-radius:0;cursor:pointer}@media (max-width:768px){.tutorials-mobile-item .prev-arrow{background-image:url('../images/homepage/small_right_arrow.svg') !important;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.tutorials-mobile-item .next-arrow{background-image:url('../images/homepage/small_right_arrow.svg') !important}}.rwauthorizecim-apple-pay-button{background-image:-webkit-named-image(apple-pay-logo-white) !important;background-color:#fff !important;-apple-pay-button-style:white-outline !important}.minicart_product_container{overflow-x:auto;width:100%}.minicart-seperator{margin:0 26px 10px 20px;border-top:1px solid #ddd}.block-minicart .subtotal .label:after{content:unset !important}.ps_mobile_minicart_main .block-content.ps-minicart_subtotal_container{text-transform:uppercase;font-size:12px !important;line-height:1.5}.block-content.ps-minicart_subtotal_container .ps-minicart_subtotal_label span{font-size:12px !important}.ps_mobile_minicart_main .block-content.ps-minicart_subtotal_container .price-container .price{margin-left:4px;font-weight:300}.rwauthorizecim-applepay-container-product{display:inline-block}.rwauthorizecim-applepay-container-product .rwauthorizecim-apple-pay-button{padding:10px 0;margin:0;margin-bottom:15px}.rwauthorizecim-apple-pay-button{-webkit-appearance:-apple-pay-button;-apple-pay-button-type:plain;display:block;width:200px;min-height:40px;background-image:-webkit-named-image(apple-pay-logo-black);background-size:100% 60%;background-repeat:no-repeat;background-color:#000;background-position:50% 50%;padding:2px;margin:20px auto;transition:background-color .15s;cursor:pointer}.actions-toolbar .rwauthorizecim-apple-pay-button{width:100%;padding:20px 0}.actions-toolbar .rwauthorizecim-apple-pay-button span{display:none}.rw-save-cc{margin-bottom:20px}.rootways_authorizecim_option_hosted_iframe_wrapper.disabled,.rootways_authorizecim_option_hosted_iframe_wrapper.agreement_missed,.rootways_authorizecim_option_visa_iframe_wrapper.disabled,.rootways_authorizecim_option_visa_iframe_wrapper.agreement_missed,.rootways_authorizecim_option_applepay_iframe_wrapper.disabled,.rootways_authorizecim_option_applepay_iframe_wrapper.agreement_missed{opacity:.5;cursor:default;pointer-events:none}#rootways_authorizecim_option_visa_wrapper .payment-method-title label span,#rootways_authorizecim_option_wrapper .ccLogoHide .credit-card-types{display:none}#rootways_authorizecim_option_visa_wrapper .payment-method-title label img{display:inline-block;vertical-align:middle}#rootways_authorizecim_option_visa_wrapper .payment-method-title input{vertical-align:middle}#rootways_authorizecim_option_wrapper{position:relative}#rootways_authorizecim_option_wrapper .top_cc_type{position:absolute;right:0;top:10px}#rootways_authorizecim_option_wrapper .top_cc_type span._active{filter:grayscale(0);opacity:1;transition:.3s all linear}#rootways_authorizecim_option_wrapper .top_cc_type span._inactive{transition:.3s all linear;opacity:.5}#rootways_authorizecim_option_wrapper .top_cc_type span{filter:grayscale(1);opacity:1;transition:.3s all linear}@media (max-width:1023px){#rootways_authorizecim_option_wrapper .top_cc_type{position:relative}}
