.owl-carousel, .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 {
    width: 100%;
    padding: 20px 35px;
    -ms-touch-action: pan-y
}

.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 .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer
}

.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
}

.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-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 .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.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1
}

.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-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, figure, 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 #fe3b97
}

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
}

.map-popup .map-popup-heading h3, .nobr, .nowrap, .pages .current, .pages a, .please-wait, .price, .price-box .price, .price-box .price-label {
    white-space: nowrap
}

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: 100%;*/
    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: 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: 18px 0
}

.footer-container, .main-container {
    width: 100%;
    max-width: 1230px;
    margin: 65px auto 0;
    position: relative;
    padding: 0 20px
}

.col-left img, .col-right img {
    max-width: 100%
}

.main-container {
    margin-top: 47px
}

.catalog-product-view .main-container {
    margin-top: 40px
}

.footer-container {
    margin-top: 115px
}

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-account .block-title, .block-cms-menu .block-title, body:not(.customer-account) .block:first-child .block-title {
    padding-top: 0;
    border-top: none
}

.block-title h2, .block-title h3, .block-title strong {
    margin: 0;
    color: #fe3b97;
    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-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: #fe3b97
}

.block-account li a, .block-cms-menu li a {
    color: #636363
}

.block-account li a:hover, .block-cms-menu li a:hover {
    color: #fe3b97
}

.a-center {
    text-align: center
}

.a-right, .align-right {
    text-align: right
}

.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: #c4c4c4;
    color: #636363
}

.button.button-secondary:focus, .cart .buttons-set .button:focus, .cart-table .button:focus, .sidebar .actions .button:focus {
    color: #636363;
    background: #c4c4c4;
    outline: 0
}

.button, .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: #fe3b97;
    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: #fe3b97
}

.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;
    border-top: 1px solid #ededed;
    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: right;
    margin-left: 5px;
    min-width: 140px
}

.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: #fe3b97;
    border-color: #fe3b97
}

.btn-remove:after {
    content: 'X';
    height: 20px;
    width: 100%;
    color: #fe3b97;
    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 #fe3b97;
    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: #fe3b97
}

.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: #fe3b97
}

.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: #fe3b97
}

.breadcrumbs strong {
    color: #fe3b97;
    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-box .price-label {
    color: #a0a0a0
}

.price-box .minimal-price-link {
    display: block;
    color: #fe3b97;
    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: #a0a0a0;
    text-decoration: line-through
}

.price-box .special-price {
    color: #fe3b97;
    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;
    color: #000;
    font-size: 12px;
    font-family: Lato, sans-serif;
    padding-left: 0;
}

.item-options dt:after {
    content: ': '
}

.item-options dd {
    float: left;
    padding-left: 0
}

.truncated, .truncated .dots {
    cursor: default;
    display: inline-block
}

.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 {
    min-height: 100%;
    height: auto;
    margin: 0 auto -35px;
    display: unset;
}

.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;
    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
}

.ps-print_order_footer_text span {
    color: #fe3b97
}

.ps-header.page-header {
    font-weight: 300;
    max-width: 1230px;
    margin: 26px auto 0;
    padding: 10px 20px 38px;
}

.ps-header_language_container_bottom_wrapper:not(:empty):not(.sticky) + .ps-header.page-header {
    /* margin-top: 17px */
}

.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: #fe3b97
}

.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: #fe3b97
}

.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: #fe3b97;
    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: #fe3b97;
    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
}

.product-img-box {
    width: 47%;
    float: left;
    padding-right: 15px
}

.product-img-box .product-name h1 {
    border: 0
}

.product-img-box .product-image {
    margin-bottom: 15px
}

.product-img-box .product-image img {
    max-width: 100%;
    max-height: 770px;
    width: 100%;
    margin: 0 auto
}

.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(../img/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.highlight, .product-image-thumbs a.highlight {
    border-color: #fe3b97
}

.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;
    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, .ps-catalog_product_current_swatch_container .swatch-select, .ps-current_selection_name {
    width: 67%;
    max-width: 100%;
    font-weight: 400
}

@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: 481px) {
    .upsell-item .ps-add_to_links li {
        float: none
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .st-out-of-stock .ps-product_alert_msg {
        float: none;
        margin-right: 0
    }

    .ps-catalog_product_price_info.price-info {
        margin-bottom: 0;
        position: absolute;
        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
}

.pages .current, .pages .current:hover, .pages a:hover {
    color: #fe3b97
}

.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 #fe3b97;
    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 #fe3b97
}

.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: #fe3b97;
    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: 20px;
    line-height: 30px;
    color: #757575;
    font-family: LatoLight;
    font-weight: 400
}

.products-grid:after {
    content: '';
    display: table;
    clear: both
}

.products-grid > li {
    text-align: center;
    float: left;
    margin-bottom: 20px
}

@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 42px
    }

    .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;
    font-weight: 700;
    line-height: 26px
}

.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: 12px;
    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 #D5D5D5;
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: #fe3b97;
    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: 30px
}

.gallery-left-cat-wrapper.left-cat-wrapper .sub-cat h2:last-of-type {
    text-transform: none
}

@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.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: 768px) {
    .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
    }
}

@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%
    }
}

.gallery-category.products-grid .product-image img {
    max-width: 100%
}

.gallery-category.products-grid > li {
    width: 100%
}

.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(../img/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 #fe3b97;
    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 #fe3b97;
    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 #fe3b97;
    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: #fe3b97
}

.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: #fe3b97;
    font-size: 12px;
    text-transform: uppercase
}

.customer-reviews h2 span {
    color: #636363
}

.customer-reviews h3 {
    text-transform: uppercase
}

.customer-reviews h3 span {
    color: #fe3b97
}

.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: #fe3b97;
    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: #fe3b97;
    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 #fe3b97;
    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 #fe3b97;
    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, .crosssell {
    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 #fe3b97;
    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 #fe3b97;
    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: #fe3b97;
    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: #fe3b97
}

.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: #fe3b97;
    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: #fe3b97
}

.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: #fe3b97;
    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: #fe3b97
}

.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: #fe3b97
}

.ps-opc_giftwrapping_message_button:focus {
    color: #fe3b97
}

.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(../img/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: .5em
}

.header-minicart .info-wrapper th {
    text-transform: none;
    padding-right: 10px
}

.header-minicart .info-wrapper td {
    color: #fe3b97;
    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: #fe3b97
}

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: #fe3b97
}

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: #fe3b97
}

.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 #fe3b97
}

.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: #fe3b97;
    margin-bottom: 3px;
    cursor: pointer
}

.wishlist-table .truncated .details {
    color: #fe3b97;
    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: #fe3b97
}

.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
}

.cms-page-view .ps-cms_custom_page_col_main ol {
    list-style-type: decimal;
    padding-left: 23px
}

.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: #fe3b97
}

.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: #fe3b97;
    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 #fe3b97;
    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: #FE3B97
}

.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(../img/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(../img/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: #fe3b97;
    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*/
/*}*/
/**/
/*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;
    border: 1px solid #D5D5D5
}

.input-text:focus {
    border: 1px solid #fe3b97
}

.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, .co-shipping-method-form .sp-methods dd label, .form-list .control label, .product-options ul.options-list label, .sp-methods dt label {
    display: inline-block;
    color: #636363;
    background-color: #f4f4f4;
    width: auto;
    max-width: none;
    min-width: 250px;
    padding: 6px 10px 6px 40px;
    float: none
}

.checkout-shipping-method-load .sp-methods dd label:hover, .co-shipping-method-form .sp-methods dd label:hover, .form-list .control label:hover, .product-options ul.options-list label:hover, .sp-methods dt label:hover {
    background-color: #e7e7e7
}

.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
}

form .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 {
    font-size: 0
}

.ps-header_language_container_bottom_wrapper .ps-holiday_promo_banner {
    color: #fff;
    padding: 3px 5px;
    z-index: 5;
    display: inline-block;
    background-color: #E15638;
    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 .ps-holiday_promo_banner a {
    color: inherit;
    margin: 0 auto;
    display: inline-block;
    max-width: 1190px
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .ps-header_language_container_bottom_wrapper .ps-holiday_promo_banner {
        font-size: 11px
    }
}

@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: #e1593c
}

.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;
    margin-right: 30px;
    line-height: inherit
}

.ps-header .header-language-background p.welcome-msg a:after {
    content: '|';
    display: block;
    position: absolute;
    border-right: 1px solid #969696;
    top: 2px;
    right: -15px;
    bottom: auto;
    left: auto;
    height: 12px;
    text-indent: -99999px
}

.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(../img/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-favorites_heart_icon.ps-favorites_heart_icon_empty {
    background-image: url(../img/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;
    color: #757575
}

.ps-header .header-search {
    max-width: 153px;
    font-size: 13px;
    position: absolute;
    clear: both;
    right: 0;
    top: 42px;
    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: 39px
}

.create-shop-title .pink-create, .create-shop-title .pink-shop {
    font-size: 30px;
    line-height: 1
}

.create-shop-title .pink-create:after {
    content: '\A';
    color: #bababa;
    position: absolute;
    border-right: 2px solid #bababa;
    display: block;
    top: 2px;
    right: 4px;
    height: 30px
}

.create-shop-title .pink-shop {
    position: relative;
    top: -30px;
    width: 225px
}

.create-shop-title .pink-shop span a {
    padding-left: 140px;
    color: #fe3b97
}

.create-shop-title .pink-create span a:hover, .create-shop-title .pink-shop span a:hover {
    color: #fe3b97;
    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: #fe3b97
}

.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: 1
}

.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: 128px
}

.ps-header_navigation #menu-mainnav, .ps-header_navigation .nav-primary {
    visibility: visible;
    z-index: 2;
    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 {
    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 {
    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 .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 li, .ps-header_navigation .nav-primary li.level0 ul li {
    width: 250px
}
     /* header hover coverage fix for desktop */
     
     .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 .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 {
    display: block;
    color: #757575;
    text-decoration: none;
    line-height: 30px;
    position: relative
}

.ps-header_navigation #menu-mainnav a.wp_nav_active_link {
    color: #fe3b97
}

.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 {
    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: #fe3b97
}

.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: #fe3b97
}

.header-language-container.right-aligned .menu-items {
    float: left;
    margin-left: 28px;
    position: relative
}

.header-language-container.right-aligned .menu-items:not(:last-child):after {
    content: '\A';
    display: block;
    position: absolute;
    border-right: 1px solid #969696;
    top: 3px;
    right: -15px;
    bottom: auto;
    left: auto;
    height: 12px;
    text-indent: -99999px
}

.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: #fe3b97;
    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: #d5d5d5;
    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: #fe3b97
}

.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: #fe3b97
}

.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: #fe3b97
}

.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(../img/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(../img/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(../img/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 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
}

.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: #fe3b97
}

.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: #c4c4c4;
    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: #9fb7b7
}

.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;
    background: #fff
}

.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
}

.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 #fe3b97
}

.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: #fe3b97
}

.ps-featured_products_container {
    position: relative
}

.ps-featured_products_container .products-grid .product-image img {
    max-width: 175px;
    max-height: 236px
}

.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(../img/carousel_backward.png) no-repeat;
    float: left
}

.ps-featured_products_forward, .ps-related_projects_forward {
    background: url(../img/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: #fe3b97
}

.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: #fe3b97
}

.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(../img/sprites/facebook.png);
    margin-left: 0
}

.ps-footer_sm_item.sm_facebook:hover {
    background-image: url(../img/sprites/facebook-over.png)
}

.ps-footer_sm_item.sm_twitter {
    background-image: url(../img/sprites/twitter.png)
}

.ps-footer_sm_item.sm_twitter:hover {
    background-image: url(../img/sprites/twitter-over.png)
}

.ps-footer_sm_item.sm_google {
    background-image: url(../img/sprites/google+.png)
}

.ps-footer_sm_item.sm_google:hover {
    background-image: url(../img/sprites/google+-over.png)
}

.ps-footer_sm_item.sm_tumblr {
    background-image: url(../img/sprites/ps-footer_spritesheet.png);
    background-position: -100px -8px
}

.ps-footer_sm_item.sm_unknown {
    background-image: url(../img/sprites/ravelry.png)
}

.ps-footer_sm_item.sm_unknown:hover {
    background-image: url(../img/sprites/ravelry-over.png)
}

.ps-footer_sm_item.sm_instagram {
    background-image: url(../img/sprites/instagram.png)
}

.ps-footer_sm_item.sm_instagram:hover {
    background-image: url(../img/sprites/instagram-over.png)
}

.ps-footer_sm_item.sm_pinterest {
    background-image: url(../img/sprites/pinterest.png)
}

.ps-footer_sm_item.sm_pinterest:hover {
    background-image: url(../img/sprites/pinterest-over.png)
}

.ps-footer_sm_item.sm_youtube {
    height: 18px;
    width: 23px;
    background-image: url(../img/sprites/youtube.png);
    margin-right: 14px
}

.ps-footer_sm_item.sm_youtube:hover {
    background-image: url(../img/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: #fe3b97;
    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: 770px) 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
    }
}

@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: #7f7f7f;
    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 li.item:hover .product-name a {
    color: #fe3b97
}

.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 .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: #fe3b97
}

.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
}

.product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 5px;
    border: 1px solid #4c4c4c;
    border-radius: 20px;
    font-size: 10px;
    color: #4c4c4c
}

.product-img-box .product-badge {
    border-width: 1px;
    top: 20px;
    right: 20px;
    font-size: 11.2px
}

.product-badge.badge-new-medium {
    padding: 8px 4px;
    font-size: 8px
}

.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: #fe3b97
}

.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: #fe3b97
}

.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-account_page.dashboard .box-account a {
    color: #fe3b97
}

.ps-account_page.dashboard .box-account address, .ps-account_page.dashboard .box-content p {
    font-style: normal
}

.ps-account_page.dashboard .box-account:last-of-type {
    margin-bottom: 25px
}

.my-account.ps-my_account p {
    font-weight: 300;
    font-size: 15px
}

.my-account.ps-my_account p.mdp-desc {
    font-size: 12px
}

.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: #fe3b97
}

.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 .back-link a {
    color: #fe3b97;
    line-height: 20px;
    display: inline-block;
    padding: 5px;
    font-size: 15px;
    font-weight: 300
}

.ps-account_create .fieldset {
    margin-left: 0
}

.ps-my_favorites #wishlist-view-form {
    padding-bottom: 100px
}

.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: #fe3b97;
    text-transform: none;
    text-align: right;
    border: none;
    background: 0 0;
    font-weight: 300;
    font-size: 15px
}

.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
}

.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: #c4c4c4;
    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
}

.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%
}

.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: #fe3b97
}

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: #fe3b97
    }

    .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: #fe3b97;
        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
    }

    .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%;
        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: #fe3b97
}

.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 #c4c4c4;
    width: 100%
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .ps-cart .offer-container {
        border-bottom: 1px solid #c4c4c4;
        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 #c4c4c4
}

.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: #e1593c
}

.st-product-custom-message.error {
    margin-bottom: -20px
}

.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: 770px) {
    .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: #fe3b97;
    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: #fe3b97;
    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: #fe3b97
}

.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: #fe3b97;
    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: #fe3b97
}

.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: #fe3b97
}

.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
}

.ps-catalog_product_price_info.bundle .price-box > .price, 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_price_box {
    margin: 20px 0
}

.ps-catalog_product_price_info.bundle .price-box .price-label {
    color: #757575;
    font-size: 14px
}

.ps-catalog_product_price_info.bundle .price-box .price, .ps-catalog_product_price_info.bundle .price-box .price-from, .ps-catalog_product_price_info.bundle .price-box .price-to {
    font-size: 14px
}

.product-view .product-shop .ps-catalog_product_price_info.bundle .price-box .full-product-price .price {
    color: #000
}

.ps-catalog_product_price_info.bundle .price-box .price-as-configured .price-label {
    font-size: 24px;
    font-weight: 300
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .ps-catalog_product_price_info.bundle .price-box {
        margin-bottom: 4px
    }

    .ps-catalog_product_price_info.bundle .price-box:last-of-type {
        margin-top: 0
    }

    .ps-catalog_product_price_info.bundle .price-box .price-as-configured, .ps-catalog_product_price_info.bundle .price-box .price-as-configured .full-product-price .price, .ps-catalog_product_price_info.bundle .price-box .price-as-configured .price-label {
        font-size: 18px;
        line-height: 1
    }

    .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(../img/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
}

.ps-product_options_bottom .amxnotif-block + .ps-add_simple_to_cart_wrapper {
    margin-bottom: 16px
}

.ps-product_options_bottom .amxnotif-block + .ps-add_simple_to_cart_wrapper .ps-add_to_links {
    margin-left: 14px
}

.ps-product_options_bottom .amxnotif-block + .ps-add_simple_to_cart_wrapper .ps-add_to_favorites_btn {
    margin-top: 0
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .ps-product_options_bottom .amxnotif-block + .ps-add_simple_to_cart_wrapper .ps-add_to_links {
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .ps-product_options_bottom .amxnotif-block .stock-send.btn-cart, .ps-product_options_bottom .amxnotif-block + .ps-add_simple_to_cart_wrapper .ps-add_to_links, .ps-product_shop .ps-product_alert_msg .amxnotif-block .stock-send.btn-cart {
        margin-left: 0;
        width: 100%
    }

    .ps-product_shop .ps-product_alert_msg .amxnotif-block .stock-send.btn-cart {
        margin-top: 30px
    }

    .ps-product_options_bottom .amxnotif-block .out-of-stock {
        text-align: left
    }

    .ps-product_options_bottom .amxnotif-block .stock-send.input-text {
        margin-bottom: 28px
    }

    .ps-product_options_bottom .amxnotif-block .stock-send.btn-cart {
        margin-bottom: 14px
    }
}

.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(../img/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, .upsell-item .qty-wrapper {
    float: left;
    margin-right: 10px
}

.upsell-item .ps-add_to_links {
    clear: right;
    overflow: hidden;
    padding-left: 4px
}

.upsell-item .ps-add_to_links .ps-add_to_favorites_btn {
    margin-top: 0
}

.upsell-item .ps-product_alert_msg {
    display: none
}

.ps-add_to_cart_container .ps-qty_wrapper .ps-qty_label, .ps-secondary_qty_label {
    float: none;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    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(../img/checkout-product/arrow-up.png)
}

.ps-qty_add_btn:hover {
    background-image: url(../img/checkout-product/arrow-up-hover.png)
}

.ps-qty_minus_btn, .ps-secondary-qty_minus_btn {
    background-image: url(../img/checkout-product/arrow-down.png)
}

.ps-qty_minus_btn:hover, .ps-secondary-qty_minus_btn:hover {
    background-image: url(../img/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: Lato, sans-serif;
    font-size: 40px;
    color: #000;
    line-height: 55px;
    margin-bottom: 0;
    border-bottom: none
}

.ps-catalog_product_header .ps-catalog_product_header_title a {
    font-weight: 300
}

.ps-secondary-product-images a.upsell-product-image {
    float: left;
    display: block
}

.ps-secondary-product-images a.upsell-product-image:first-child {
    margin-right: 24px
}

.upsell-item {
    padding-top: 6px;
    padding-bottom: 2px
}

.upsell-item .ps-product_image_box {
    margin-top: 16px
}

.upsell-item .ps-product_shop {
    margin-top: 10px
}

.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 {
        height: 224px;
        overflow: hidden
    }

    .ps-filter_list_item .ps-filter_attribute_value {
        max-height: 210px
    }
}

@media only screen and (max-width: 1230px) and (min-width: 320px) {
    .ps-secondary-product-images a.upsell-product-image {
        width: calc(50% - 12px)
    }

    .ps-secondary-product-images a.upsell-product-image img {
        width: 100%;
        height: auto
    }

    .ps-secondary-product-images a.upsell-product-image:first-child {
        margin-right: 12px
    }

    .ps-secondary-product-images a.upsell-product-image:nth-child(2) {
        margin-left: 12px
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .upsell-item .ps-add_to_cart_btn_container, .upsell-item .qty-wrapper {
        float: none;
        width: 100%
    }

    .upsell-item .ps-add_to_cart_btn_container {
        margin-top: 20px
    }
}

.ps-catalog_product_header .ps-catalog_product_header_author, .ps-catalog_product_header .ps-catalog_product_header_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: #fe3b97
}

.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-bottom: 20px
}

.ps-catalog_product_collateral .toggle-tabs li span {
    position: relative
}

.ps-tab_content .ps-tab-misc_content, .ps-tab_content .ps-tab-misc_content ul {
    font-weight: 300
}

.ps-tab_content .ps-tab-misc_content ol, .ps-tab_content .ps-tab-misc_content ul, .ps-tab_content .std ul {
    padding-left: 23px
}

.ps-tab_content .ps-tab-misc_content ol {
    list-style: decimal
}

.ps-tab_content .ps-tab-misc_content ul {
    list-style: disc
}

.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: #7f7f7f;
    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: 353px;
    width: 100%
}

.ps-catalog_product_related_project:hover .ps-catalog_product_related_project_title {
    color: #fe3b97
}

.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: #fe3b97
}

.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-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 rgba(220, 220, 220, 1);
    -webkit-box-shadow: 1px 0 5px 0 rgba(220, 220, 220, 1);
    box-shadow: 1px 0 5px 0 rgba(220, 220, 220, 1)
}

.ps-minicart_container .ps-minicart_product_list {
    padding: 0 16px 0 20px;
    clear: left
}

.ps-minicart_container .item.ps-minicart_product_item {
    padding: 0;
    margin-bottom: 10px;
}

.ps-minicart_container .ps-minicart_product_item.last {
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd
}

.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;
    line-height: 50px;
    background: url(../img/sprites/ps-general-spritesheet.png) -23px 0 no-repeat;
    overflow: hidden;
    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-position: -23px -33px;
    background-color: inherit
}

.ps-minicart_close_btn {
    display: block;
    font-family: Lato, sans-serif;
    color: #fff;
    background: url(../img/sprites/ps-general-spritesheet.png) 3px 3px no-repeat;
    width: 18px;
    height: 18px;
    line-height: 21px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1
}

.ps-minicart_close_btn:hover {
    background-position: 3px -35px
}

.ps-desktop_minicart .ps-minicart_basket_icon {
    float: left;
    display: block;
    line-height: 18px;
    width: 18px;
    height: 18px;
    background-image: url(../img/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 15px;
    background: #1b5062
}

.ps-minicart_cart_link.paypal-express {
    background-color: #fff;
    border: 1px solid #a6a6a6;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px
}

.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: #fe3b97;
    display: none
}

.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: #fe3b97;
    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
}

.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: #fe3b97
}

@media only screen and (min-width: 981px) {
    .ps-filter_list_item .ps-filter_attribute_value {
        display: block !important
    }
}

.ps-filter_list_item .ps-filter_attribute_value {
    width: 181px;
    background: #fff;
    margin-left: -15px
}

.ps-filter_list_item .ps-filter_attribute_value a {
    font-size: 12px;
    line-height: 18px;
    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: #fe3b97
}

.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: #fe3b97;
    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(../img/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: #fe3b97
}

.ps-filter_attribute_name .plus-icon.view_options {
    background-position: -466px -37px
}

.ps-filter_item_link_wrap:hover {
    color: #fe3b97;
    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: #fe3b97
}

.ps-catalog_filters_wrapper .swatch-link .x {
    display: none;
    background: url(../img/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: #fe3b97;
    font-weight: 300;
    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: #757575
}

.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: #fe3b97
}

.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: #fe3b97
}

.ps-cms_custom_page_col_main .ps-cms_accordion_header:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -25px;
    background: url(../img/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: #fe3b97
}

.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: #fe3b97;
    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: 5
}

.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: #D5D5D5;
    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: #D5D5D5;
    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: #D5D5D5;
    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: #D5D5D5;
    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: #D5D5D5;
    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%;
    border-top: 1px solid #ccc;
    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: #fe3b97
}

.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(../img/sprites/select-arrow.png);
    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: #fe3b97;
    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: #fe3b97;
    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(../img/popup-close.png) right no-repeat;
    position: absolute;
    cursor: pointer;
    z-index: 1200;
    top: 10px;
    width: 20px;
    right: 10px;
    height: 20px
}

.pixloader {
    background: url(../img/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: #fe3b97
}

#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: rgba(0, 0, 0, 1) !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: #fe3b97
}

.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, .ps-related_projects_jcarousel ul {
    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
}

.child-item .product-badge {
    top: 6px;
    right: 6px;
    padding: 4px 2.6px;
    border-radius: 10px;
    font-size: 4px
}

.sale-badge-icon {
    position: absolute;
    background: #ff0204;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50%;
    color: #fff
}

.sale-badge-large {
    top: 18px;
    right: 14px;
    width: 63px;
    height: 63px;
    line-height: 63px
}

.sale-badge-medium {
    top: 10px;
    right: 7px;
    width: 22px;
    height: 22px;
    line-height: 23px;
    font-size: 6px;
    font-weight: 400;
    font-family: arial
}

.sale-badge-small {
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    line-height: 9px
}

.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: #c4c4c4;
    -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: #fe3b97
}

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 .stock-send {
    width: 215px;
    margin-top: 2px;
    float: left
}

div.amxnotif-block .stock-send.input-text {
    clear: left
}

div.amxnotif-block .stock-send.input-text.validation-failed {
    margin-bottom: 20px
}

div.amxnotif-block .stock-send.input-text.validation-failed ~ .validation-advice {
    position: absolute;
    left: 0;
    top: 46px
}

.amxnotif-block .stock-send.btn-cart {
    line-height: 16px;
    width: 120px;
    margin-left: 12px
}

@media only screen and (max-width: 450px) {
    div.amxnotif-block .stock-send {
        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 #fe3b97;
    outline: 0;
    box-shadow: 0 0 5px #fe3b97
}

.pink-create span a {
    color: #575757
}

.checkout-shipping, .minicart-shipping {
    background-color: #e1593c;
    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: #e1593c;
    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 rgba(220, 220, 220, 1);
    -webkit-box-shadow: 1px 0 5px 0 rgba(220, 220, 220, 1);
    box-shadow: 1px 0 5px 0 rgba(220, 220, 220, 1)
}

.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 #c4c4c4
}

@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 #E1E1E1;
    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 #fe3b97
}

.mobile-create-shop-section .header-newsletter input#header-newsletter:active, header.ps-header .header-newsletter input#header-newsletter:active {
    border: 1px solid #fe3b97
}

.purlpink {
    color: #fe3b97
}

.highlight-links {
    position: absolute;
    right: 0;
    top: 81px;
    z-index: 3
}

.highlight-links a {
    color: #e1593c;
    font-size: 15px;
    line-height: 30px;
    font-family: Lato;
    font-weight: 300;
    margin-left: 10px
}

.highlight-links a:hover {
    color: #fe3b97
}

.hasPagination .col2-left-layout .col-left.sidebar {
    margin-top: 38px
}

.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
}

.filter-icon, 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
}

.filter-icon {
    background-image: url(../img/nav-update/filter-off@2x.png);
    width: 17px
}

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: #fe3b97
}

.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: #fe3b97
}

.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: inherit
}

.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: #fe3b97
}

.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, .wp-filter {
        position: absolute;
        right: 0;
        top: 8px
    }

    .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:after, .ps-filter_list_item .ps-filter_attribute_value a:focus:after, .ps-filter_list_item .ps-filter_attribute_value a:hover:after {
        background-image: url(../img/nav-update/plus-gray@2.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 {
        position: absolute;
        left: 0;
        right: 0;
        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: 0;
        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
    }

    .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: none !important
    }

    .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 (max-width: 1366px) and (max-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .ps-header .logo-container {
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@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 #d5d5d5;
    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: #fe3b97;
    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 {
    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 {
    background-color: #fe3b97
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .ps-filter_attribute_value .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 .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 .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: 3px;
    top: 2px
}

.ps-page_sharing_links_container .pinterest-btn span:hover, .ps-page_sharing_links_container a:not(.ps-mailto_product_page):hover {
    background-color: #fe3b97
}

.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: #fe3b97 !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 #d5d5d5;
    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: #fe3b97
}

.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: #fe3b97
}

.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: #fe3b97
}

.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: #fe3b97
}

.ps-header_navigation .sub-menu {
    padding-bottom: 13px
}

.ps-header_navigation .last {
    padding-bottom: 19px
}

.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
    }
}

@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 #fe3b97
}

@media only screen and (max-width: 770px) {
    #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%
    }

    .grecaptcha-badge {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 10px !important;
        width: 70px !important;
        margin: 0 auto;
        overflow: hidden
    }

    .account-create.ps-account_create form#form-validate .buttons-set button.button {
        margin-bottom: 60px
    }
}

@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: 770px) {
    .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: #e1593c
    }

    .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, .ps-header .header-newsletter button {
        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
    }
}

.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 {
    display: none;
    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: 25px
}

@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(../img/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(../img/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: #e1593c;
    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
    }

    .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: 770px) {
    .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 {
        padding-bottom: 33px
    }

    .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
    }
}

@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: 16px
    }
}

@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(../img/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 {
        font-size: 16px
    }
}

@media only screen and (max-width: 1185px) {
    .ps-header_navigation #menu-mainnav > li > a, .ps-header_navigation .nav-primary a.level0 {
        font-size: 14px
    }

    .ps-header_navigation .nav-primary a.level0 {
        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 {
        font-size: 14px
    }

    .ps-header_navigation .nav-primary a.level0 {
        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 {
        font-size: 13px
    }

    .ps-header_navigation .nav-primary a.level0 {
        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 {
        font-size: 12px
    }

    .ps-header_navigation .nav-primary a.level0 {
        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 {
        font-size: 12px
    }

    .ps-header_navigation .nav-primary a.level0 {
        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 {
        font-size: 12px
    }

    .ps-header_navigation .nav-primary a.level0 {
        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 {
        font-size: 11px
    }

    .ps-header_navigation .nav-primary a.level0 {
        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 {
        font-size: 14px
    }

    .ps-header_navigation .nav-primary a.level0 {
        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(../img/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
    }

    .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: 770px) {
    .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
    }

    .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(../img/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: 45px 0 0
    }

    .ps-catalog_product_related_products_container {
        margin-top: 45px
    }

    .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 #D5D5D5
    }

    .ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe input[type=email]::-webkit-input-placeholder {
        font-size: 12px;
        line-height: 30px;
        color: #d5d5d5
    }

    .ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe input[type=email]::-moz-placeholder {
        font-size: 12px;
        line-height: 30px;
        color: #d5d5d5
    }

    .ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe input[type=email]:-ms-input-placeholder {
        font-size: 12px;
        line-height: 30px;
        color: #d5d5d5
    }

    .ps-popup .wrapper-popup.popup-3 .ps-popup_download_subscribe input[type=email]:-moz-placeholder {
        font-size: 12px;
        line-height: 30px;
        color: #d5d5d5
    }

    .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
    }

    .upsell-item .ps-catalog_product_collateral {
        margin-bottom: 0
    }

    .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-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../fonts/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: 30px
}

.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: rgba(255, 255, 255, .9);
    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: #000;
    background-color: rgba(0, 0, 0, .9)
}

.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-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: -0.1px; 
 }
 .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 > 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 .header-language-background p.welcome-msg a {
     position: relative;
     margin-right: 30px;
     line-height: inherit;
 }
 
 media="screen and (min-width: 768px)"
 a:visited, .alink:visited {
     color: #757575;
     text-decoration: none;
 }
 
 .ps-header_navigation #menu-mainnav li, .ps-header_navigation .nav-primary li {
     position: relative;
     line-height: 44px;
 }
 
 .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 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;
 }
 
    /* header hover coverage fix for desktop */

    .ps-header_navigation .nav-primary li.level0 ul:after {
        content: '';
        display: block;
        width: 200vw;
        opacity: 0;
        height: 250px;
        position: absolute;
        top: 5px;
        left: -100vw;
        z-index: -1;
    }

 .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;
 }