/*
 @RESETS
 @COLORS
 @BUTTONS
 @LAYOUT
 @FORM ELEMENTS
 @BREADCRUMBS
 @HEADER
 @FOOTER
 @LEFT NAV
 @ERRORS
 @POP UP BLOCK
 @LOGIN MODAL
 @EMAIL TO FRIEND MODAL
 @SOCIAL BUTTONS
 @CATEGORY
 @PDP
 @CART
 @WISH-LIST
 @RADIUS SEARCH
 @CART
 */

/*---  @RESETS ---*/
body {
    background-color: rgb(255, 255, 255);
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-size: 0.8em;
}

/* prevent chrome changing inputs to yellow */
input:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

::-webkit-input-placeholder {
    font-style: italic;
}

/*--- @COLORS ---*/

.yellow, .stash-points {
    color: #FCAF17
}

.orange, .selected-option, .totalStashPoints {
    color: #DD5900;
    line-height: 1.8em;
}

.burnt-orange {
    color: #BB4B00
}

.red, .special-price .price {
    color: #AD0000
}

.blue, .msg-free-shipping {
    color: #125D8B
}

.green {
    color: #006A00
}

.charcoal-grey, h3, h4 {
    color: #2A2A2A
}

.light-grey, h2, .old-price, .category-products .price-box {
    color: #7C7C7C
}

.really-light-grey {
    color: #E8E8E8
}

form h2 {
    color: #000000
}

/*-- Background Colors --*/
.back-black {
    background-color: #000;
}

.back-yellow {
    background-color: #FCAF17
}

.back-orange {
    background-color: #DD5900
}

.back-burnt-orange {
    background-color: #BB4B00
}

.back-red {
    background-color: #AD0000
}

.back-blue {
    background-color: #125D8B
}

.back-green {
    background-color: #006A00
}

.back-charcoal-grey {
    background-color: #2A2A2A
}

.back-light-grey {
    background-color: #7C7C7C
}

.back-really-light-grey {
    background-color: #E8E8E8
}

/*--- @BUTTONS ---*/
.cta-categories-btn, figcaption, .blue-btn, .orange-btn, .purple-btn, .gray-btn, .white-btn {
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: .85em 1em;
    width: 100%;
}

.orange-btn {
    background-color: #DD5900;
    color: #FFFFFF;
    text-transform: uppercase;
}

.blue-btn {
    background-color: #1670A6;
    color: #FFFFFF;
}

.purple-btn {
    background-color: #442359;
}

.white-btn {
    background-color: #ffffff;
    color: #6f6f6f;
    border: 1px solid #6f6f6f;
}

.disabled-btn {
    background-color: #E8E8E8;
}

a.white-btn:hover {
    background-color: #2d2d2d;
    color: #fff;
}

button.gray-btn, button.gray-btn.blue-btn, button.gray-btn.orange-btn, button.gray-btn.purple-btn {
    background-color: #949699;
}

a.orange-btn:link, a.orange-btn:visited, a.blue-btn:link, a.blue-btn:visited, a.purple-btn:link, a.purple-btn:visited {
    color: #fff;
}

a.orange-btn:hover, button.orange-btn:hover, input.orange-btn:hover {
    background-color: #EA9459;
}

a.blue-btn:hover, .blue-btn:hover {
    background-color: #5BA2C5;
}

.cta-categories-btn, figcaption {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.55);
}

.cta-home-btn, .cta-light-btn {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
}

a.white-btn:link, a.white-btn:visited {
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase;
}

.cart-button .disabled-btn {
    opacity: .5;
    cursor: not-allowed;
}

.cta-home-btn, .cta-light-btn, .cta-categories-btn, figcaption {
    position: absolute;
    bottom: 2px;
    width: 100%;
    padding: 1em 0;
}

.cta-home-btn, .cta-lightbtn {
    width: 50%;
    margin: 0 0 46px 90px;
}

/* @HEADER */

#myaccount-menu a.myaccount-open-sub {
    position: relative;
    margin-right: 15px;
    padding-right: 2px;
}

#myaccount-menu a.myaccount-open-sub:after {
    content: '▼';
    position: absolute;
    top: -3px;
    right: -12px;
    text-decoration: none;
}

ul.customer-links li:first-child {
    position: relative;
}

ul.customer-links li {
    margin: 0 6px 0 6px;
    padding: 10px 0px 8px;
    font-size: 0.9em;
    display: inline-block;
    text-transform: lowercase;
}

ul.customer-links li::first-letter {
    text-transform: uppercase;
}

ul.customer-links li a {
    text-decoration: underline;
}

ul.customer-links li a:hover,
ul.customer-links li a:active,
ul.customer-links li a:focus,
ul.customer-links li a:link,
ul.customer-links li a:visited {
    color: #2a2a2a;
}

ul.customer-links li.radiussearch-selected-store a.store-name {
    color: #484848;
    text-transform: capitalize;
}

#header_top_zone ul.customer-links ul {
    background-color: #fff;
    position: absolute;
    left: -9999px;
    top: -9999px;
    font-size: 1.2em;
}

#header_top_zone ul.customer-links li:hover ul {
    left: -20px;
    top: 35px;
    width: 120px;
}

#header_top_zone ul.customer-links li:hover ul li {
    border-bottom: 1px solid #e3dede;
    width: 100%;
    padding-left: 8px;
}

#myaccount-sublinks:before {
    content: "";
    position: absolute;
    right: 10px;
    top: -10px;
    z-index: 100;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

#myaccount-sublinks {
    border: 1px solid #fffefe;
    float: left;
    position: absolute;
    margin: 0;
    top: 2.8em;
    width: 100%;
    z-index: 99999;
}

#env_label {
    background-color: #DD5900;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-top: -35px;
    z-index: 10;
    position: relative;
}

#header_global_nav ul li a {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    margin: 5px 0 -8px;
    padding: 14px 15px 18px;
}

#header_global_nav ul li.current a,
#header_global_nav ul li a:hover {
    background-color: #ffffff;
    color: #000000;
}

.header-stash-zone a img {
    height: 1.4em;
    margin: -.3em 0 0;
}

.mobile-z-couch {
    min-width: 25px;
}

/* todo : possibly build this menu in templates and use php to set active class */

body[class*='categorypath-brands'] a.brands-top-nav, body[class*='categorypath-shoes'] a.shoes-top-nav, body[class*='categorypath-mens'] a.mens-top-nav, body[class*='categorypath-womens'] a.womens-top-nav, body[class*='categorypath-accessories'] a.accessories-top-nav, body[class*='categorypath-room'] a.room-top-nav, body[class*='categorypath-boys'] a.boys-top-nav, body[class*='categorypath-skate'] a.skate-top-nav, body[class*='categorypath-snow'] a.snow-top-nav, body[class*='categorypath-sale'] a.sale-top-nav, body[class*='categorypath-outlet-clothing'] a.outlet-clothing-top-nav, body[class*='categorypath-outlet-shoes'] a.outlet-shoes-top-nav, body[class*='categorypath-outlet-accessories'] a.outlet-accessories-top-nav, body[class*='categorypath-outlet-snow'] a.outlet-snow-top-nav, body.cms-shoes a.shoes-top-nav, body.cms-mens a.mens-top-nav, body.cms-womens a.womens-top-nav, body.cms-accessories a.accessories-top-nav, body.cms-room a.room-top-nav, body.cms-boys a.boys-top-nav, body.cms-skate a.skate-top-nav, body.cms-snow a.snow-top-nav, body.cms-sale a.sale-top-nav {
    background-color: #ffffff;
    color: #000000 !important;
}

/*--- @FOOTER ---*/

#pre-footer {
    background: #e8e8e8;
    padding: 2.333em 0;
}

/*hides footer banner on shop fronts */
body.cms-home #pre-footer, body.category-womens #pre-footer, body.category-shoes #pre-footer, body.category-mens #pre-footer, body.category-boys #pre-footer, body.category-skate #pre-footer, body.category-accessories #pre-footer, body.category-snow #pre-footer, body.category-pro #pre-footer, body.category-sale #pre-footer, body.cms-outlet #pre-footer, body.cms-deals #pre-footer, body.cms-holiday-gift-guide #pre-footer {
    display: none;
}

#footer_top_zone {
    background-color: #2a2a2a;
    text-align: center;
}

#footer_middle_zone {
    padding: 0 0 50px;
    background: #ffffff;
}

a.btn-black,
a.btn-black:visited {
    background-color: black;
    color: white;
}

#footer_bottom_zone {
    background: #000;
    float: left;
    height: 45px;
    padding: 0;
}

.footer_logo {
    padding: 15px 0 10px;
}

.footer-help-links .svg-inline--fa {
    width: 1.25em;
}

#sub-footer {
    margin: 0;
    color: #b4b4b4;
    font-weight: 600;
    line-height: 12px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sub-footer li {
    padding: 0 10px;
    border-right: 1px solid #b4b4b4;
    text-align: center;
}

#sub-footer li a:link,
#sub-footer li a:visited {
    color: #b4b4b4;
}

/* TOP SEARCH */

ul.topsearch-sublinks {
    background-color: #fff;
    border: 5px solid #e7e7e7;
    float: left;
    width: 370px;
    padding: 10px 20px;
    position: absolute;
    left: -9999px;
    top: -9999px;
}

li.topSearches:hover {
    position: relative;
}

li.topSearches:hover ul {
    top: 20px;
    left: 80px;
}

ul.topsearch-sublinks li {
    float: left;
    margin: 4px 0;
    text-align: left;
    width: 150px;
}

ul.topsearch-sublinks2 {
    background-color: #fff;
    border: 5px solid #e7e7e7;
    width: 370px;
    padding: 10px 20px;
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.topSearches:hover ul.topsearch-sublinks2 {
    top: -130px;
    left: 100px;
    z-index: 1;
}

ul.topsearch-sublinks2 li {
    float: left;
    margin: 4px 0;
    width: 50%;
    text-align: center;
}

/*--- @LEFT NAV ---*/
.sidebar section {
    margin: 1em 0;
}

.sidebar section:last-of-type {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 40px;
}

.sidebar h3, .sidebar h4 {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    font-size: 1em;
    padding: 20px 0 0;
    position: relative;
    text-transform: uppercase;
}

.sidebar ul {
    display: block;
    line-height: 20px;
    max-height: 220px;
    margin: 0;
    overflow: auto;
}

.sidebar ul li:first-child {
    margin: 1em 0 0;
}

.sidebar ul li a {
    display: block;
}

.sidebar ul li a:first-child {
    display: flex;
    padding: 0 0 1em;
}

.sidebar h3:hover, .sidebar h4:hover, .sidebar h3.open, .sidebar h4.open, .sidebar h4.opened, .sidebar h4.left-nav-static-header {
    color: #dd5900;
}

ol.filter-state-list {
    list-style-type: none;
}

.filter-state-list h2 {
    display: inline-block;
    font-size: 1em;
    margin: 0 1px 0 0;
    text-transform: uppercase;
    width: auto;
}

.accordion-icon {
    position: absolute;
    right: 0;
    margin-top: 2px;
    width: 9px;
    height: 9px;
    stroke-width: 2;
    stroke: #9c9992;
    stroke-linecap: round;
    fill: none;
}

/*--- @ERRORS ---*/

#messages_product_view li.error-msg {
    font-size: 1em;
    z-index: 9999;
    position: fixed;
    top: 340px;
    background: red;
    width: 100%;
    float: left;
    left: 0px;
    text-align: center;
    padding: 20px;
    color: #fff;
}

#messages_product_view li.error-msg li:nth-child(2) {
    display: none
}

.make-relative {
    position: relative;
}

.validation-advice {
    color: #D91A00;
    float: left;
    position: relative;
    top: -11px;
}

/*-- leaving this in until we are able to make sure we hit all the validators on the site --*/
/*-- this requires that the parent element is set to relative/validation is absolute  --*/
.make-relative .validation-advice {
    color: #D91A00;
    position: absolute;
    bottom: -3px;
    font-size: 12px;
    /* reset other validation settings */
    float: unset;
    top: unset;
}

.customer-account-login ul.messages {
    margin: unset;
}

.customer-account-login li.error-msg {
    text-align: center;
}

.customer-account-login li.error-msg::after {
    display: none;
}

/*-------- @COMMON PDP --------*/
.size-chart-reveal {
    width: unset;
}

/*-------- @RADIUS SEARCH --------*/

#radiussearch-multiselect-button.blue-btn:disabled {
    cursor: default;
    opacity: 0.3;
}

.dialog .storelocator-form-wrap {
    height: 120px;
    margin-top: 0;
}

#radiussearch-multiselect-button.button--blue:disabled {
    cursor: default;
    opacity: 0.3;
}

.findtable.stores .store-name label {
    font-weight: 700;
    text-transform: uppercase;
}

.findtable.stores td.is-snow {
    background: url(../images/icon_snow.png) left center no-repeat;
    padding: 8px 0 0 30px;
    min-height: 15px;
}

#radiussearch-selected-store .storeHelp .tooltip-container {
    color: #464646;
    font-size: 12px;
    left: -340px;
    top: -20px;
    width: 330px;
}

#radiussearch-selected-store .storeHelp .tooltip-container:after {
    border: none;
}

#radiussearch-selected-store .storeHelp:hover .tooltip-container {
    visibility: visible;
}

/*--- @CART ---*/

.cart-item-price {
    float: right;
}

.current-price {
    color: #dd5900;
    float: right;
    margin-left: 5px;
}

.cartProductPromo {
    float: left;
    width: 100%;
    padding: 5px 0;
}

.item-fulfills-promotion:before {
    content: '\2713';
    padding-right: 5px;
}

.item-savings {
    color: #fcaf17;
    letter-spacing: .03em;
    line-height: 2em;
    text-transform: uppercase;
    display: inline;
}

.item-savings-promo-text {
    color: #838383;
    clear: both;
    display: inline;
}

.promo-text-link {
    float: left;
    width: 100%;
}

.cartProductPromo a {
    color: #186c9e;
    line-height: 2em;
    text-transform: uppercase;
    position: relative;
    padding: 0 6px 0 0;
}

.cartProductPromo a:hover {
    text-decoration: underline;
}

.cartProductPromo a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 2px;
    left: 100%;
    border-width: 4px 0 4px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #284c7d;
}

/*--- TOOLTIP ---*/

.tip-wrap {
    cursor: help;
    margin: 0 0 0 .5em;
    position: relative;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
    z-index: 100;
}

.tip-wrap .tip-text, .pop-tip .pop-content {
    background: #fff;
    bottom: 100%;
    color: #000;
    font-size: 1em;
    text-transform: none;
    left: -35px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    /* width: 300px; */
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.pop-tip .pop-content {
    /* left: -125px; */
    left: -285px;
}

.tip-wrap .tip-text:before, .pop-tip .pop-content:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.tip-wrap .tip-text:after, .pop-tip .pop-content:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #fff 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    right: 0;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.tip-wrap:hover .tip-text, .pop-tip:hover .pop-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 100;
}

.pop-tip {
    float: right;
    margin: 0 5px 0 0;
    position: relative;
    width: 20px;
}

.pop-content h2 {
    font-size: 14px;
    padding-bottom: 5px;
}

.tooltip-content {
    text-align: left;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 15px;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.2);
    padding: 15px;
}

.tooltip-container {
    position: absolute;
    visibility: hidden;
    z-index: 9998;
    width: 330px; /* default width */
    font-size: 11px;
    color: #000;
    text-transform: none;
    text-align: center;
    padding: 0 0 0 10px; /*padding left to offset the positioning */
}

.tooltip-container.open {
    visibility: visible;
}

.popup-trigger img {
    vertical-align: middle;
}

.popup_hint {
    position: absolute;
    display: none;
    z-index: 9999;
    height: 110px;
    width: 360px;
    margin-top: -115px;
    padding: 10px 10px 30px 10px;
}

.stash_popup_hint {
    margin-left: -200px;
    margin-top: -135px;
}

.search_popup_hint {
    height: 115px;
    width: 260px;
    margin-left: 0;
    margin-top: -155px;
}

/* ===================== MINI-CART ============================= */
#mini-cart .regular-price .price {
    font-size: inherit;
}

.close-mini-cart {
    display: inline-block;
    font-size: 2.5em;
    font-weight: 700;
    color: #535353;
    cursor: pointer;
}

.combo-cart-container h3 {
    text-align: center;
    margin: 50px 0 50px 0;
}

.combo-cart-container .view-my-bag-button {
    margin: 30px 0 30px 0;
}

/* ===================== Spinner-Overlay ============================= */
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.8);
}

.load-spinner {
    background-image: url("//static.zumiez.com/skin/frontend/delorum/default/images/spinner/loading-spinner.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
    min-height: 100%;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    z-index: 9999;
    opacity: 0.8;
}

.loading-animation {
    top: 0;
    left: 0;
    padding-top: 10%;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.8); /*dim the background*/
}

.loading-animation p {
    text-align: center;
}

.loading-animation > .load-spinner {
    position: relative;
}

.create-account-heading h2 {
    text-align: center;
    text-transform: none;
    color: black;
    font-weight: bold;
    padding-bottom: 14px;
}

.return-loginstyle {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0 0 0;
}

.homepage-successmsg {
    text-align: center;
    font-weight: bold;
}

h2.already-register {
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: none;
    color: #949494;
}

h2.already-register::before {
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#account-forgot-password h2 {
    text-align: center;
    text-transform: none;
    padding-bottom: 20px;
    color: black;
}

.signup-login a {
    text-decoration: underline;
    color: black;
}

#country_link {
    cursor: pointer;
    text-transform: none;
}

.login-fields {
    margin-bottom: 12px;
}

.switch-forms-1 {
    float: right;

}

a.show-forgotpassword {
    text-decoration: underline;
}

a.signup-login {
    text-decoration: underline;
}

.myaccount-open-sub {
    text-transform: lowercase;
}

.register-success-msg {
    text-align: center;
    margin-top: 10px;
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 150px;
}

#dob-select {
    margin-right: -20px;
}

.shipping-form li, #co-shipping-form li {
    margin: 7px 0;
}

#account-registration-form input[type="text"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.account-subscribe-opt {
    padding: 10px 0 10px 0;
}

#dob-select select {
    margin-bottom: 8px;
    margin-top: 4px;
}

#return-login-from {
    display: block;
}

.forgotpassword-section {
    width: 100%;
}

.forgotpassword-area {
    width: 350px;
    margin: -16px auto;
}

#loggedin-customer {
    width: 27%;
    display: none;
    float: right;
    position: fixed;
    text-transform: capitalize;
}

.alert-danger {
    width: 100%;
    height: 55px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 10px;
    color: red;
    background-color: #f7e6e6;
}

.alert-danger:after {
    content: "\0021";
    color: red;
    float: right;
    margin-right: 10px;
}

.error-msg {
    width: 100%;
    height: 55px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 10px;
    color: red;
    background-color: #f7e6e6;
}

.error-msg:after {
    content: "\0021";
    color: red;
    float: right;
    margin-right: 10px;
}

input[type="select"].input-dob {
    margin-top: 9px;
    font-size: 100%;
}

.field-caption-space {
    padding-bottom: 9px;
}

input[type="password"].register-form {
    margin-top: 9px;
}

.error-message-signup {
    text-align: center;
    padding-bottom: 6px;
}

.forgotpassword-from input[type="text"] {
    margin-top: 9px;
}

#account-registration-form {
    width: 650px;
    margin: 0 auto;
}

.register-container input[type="text"] {
    margin-top: 9px;
    margin-bottom: 9px;
}

#my-orders-top-pager a {
    font-size: 13px;
}

#account-registration-form .validation-advice {
    position: static;
}

fieldset.product-options, fieldset.shipping-form {
    width: 100%;
}

.sticky-container {
    z-index: 100
}

/* @FONTS */

body {
    font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
}

@media print, screen and (min-width: 40em) {
    .h1, h1 {
        font-size: 2rem;
    }
}

a:link, a:visited {
    color: #2a2a2a
}

a.underline {
    text-decoration: underline;
}

svg, button {
    outline: none;
}

ul {
    list-style-type: none;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.smaller {
    font-size: 0.888em;
}

.even-smaller {
    font-size: 0.666em;
}

.much-smaller {
    font-size: 0.555em;
}

.bigger {
    font-size: 1.222em;
}

.even-bigger {
    font-size: 1.444em;
}

.much-bigger {
    font-size: 1.666em;
}

.bolder {
    font-weight: bold;
}

/* @COLORS */

.primary, a.primary, .limited {
    color: #DD5900;
}

.promotion {
    color: #fcaf17;
}

.sale, .out-of-stock {
    color: #AD0000;
}

.white {
    color: #fff;
}

.lightgrey {
    color: #9c9c9c;
}

.superlightgrey {
    color: #cccccc;
}

.bkg-lt-grey {
    background-color: #f7f7f7;
}

a.change-store {
    color: #1570a6;
}

.pin-icon {
    color: #e0692b;
}

.bold-link {
    font-weight: bold;
    color: #125D8B;
}

/* @BORDERS */

.top-border {
    border-top: 0.111em solid #e0e0e0;
    padding-top: 1.333em;
}

.bottom-border {
    border-bottom: 1px solid #e0e0e0;
}

.border-top {
    border-top: 1px solid #efefef;
}

.dark-border-top {
    border-top: 1px solid #484848;
}

.dark-border-bottom {
    border-bottom: 1px solid #484848;
}

@media print, screen and (min-width: 40em) {
    .border-left-for-medium {
        border-left: 1px solid #505050;
    }
}

/* @RESETS */

.top-bar, .top-bar ul {
    background-color: transparent;
}

/* @HELPERS */

.small-half {
    width: 4.15%;
}

.pull-top-1 {
    margin-top: -.5em
}

.bump-top-half {
    margin-top: .25em;
}

.bump-top-1 {
    margin-top: .5rem;
}

.bump-top-1-half {
    margin-top: .75rem;
}

.bump-top-2 {
    margin-top: 1.0rem;
}

.bump-top-3 {
    margin-top: 1.5rem;
}

.bump-top-4 {
    margin-top: 2rem;
}

.bump-top-5 {
    margin-top: 2.5rem;
}

.bump-top-6 {
    margin-top: 3rem;
}

.bump-bottom-1 {
    margin-bottom: .5rem;
}

.bump-bottom-2 {
    margin-bottom: 1.0rem;
}

.bump-bottom-3 {
    margin-bottom: 1.5rem;
}

.bump-bottom-4 {
    margin-bottom: 2rem;
}

.bump-bottom-5 {
    margin-bottom: 2.5rem;
}

.bump-bottom-6 {
    margin-bottom: 3rem;
}

.pad-top-1 {
    padding-top: .5rem;
}

.pad-top-2 {
    padding-top: 1rem;
}

.pad-top-3 {
    padding-top: 1.5rem;
}

.pad-top-4 {
    padding-top: 2rem;
}

.pad-top-5 {
    padding-top: 2.5rem;
}

.pad-top-6 {
    padding-top: 3rem;
}

.pad-bottom-1 {
    padding-bottom: .5rem;
}

.pad-bottom-2 {
    padding-bottom: 1rem;
}

.pad-bottom-3 {
    padding-bottom: 1.5rem;
}

.pad-bottom-4 {
    padding-bottom: 2rem;
}

.pad-bottom-5 {
    padding-bottom: 2.5rem;
}

.pad-bottom-6 {
    padding-bottom: 3rem;
}

.pull-top-1 {
    margin-top: -.5em;
}

.pull-top-2 {
    margin-top: -1em;
}

.full-width {
    width: 100%;
}

.auto-center {
    margin-left: auto;
    margin-right: auto;
}

.reset-margin {
    margin: 0
}

.reset-padding {
    padding: unset;
}

.reset-padding-right {
    padding-right: 0;
}

.make-link {
    cursor: pointer;
}

.make-link:focus {
    outline: none;
}

.flex {
    display: flex;
}

.flex-center-vert {
    display: flex;
    align-items: center;
}

.secondary-link {
    text-decoration: underline;
}

.linesides-heading {
    position: relative;
    text-align: center;
}

.linesides-heading span {
    background: #fff none repeat scroll 0 0;
    padding: 0 10px;
    color: black;
    position: relative;
    z-index: 1;
}

.linesides-heading:before {
    content: "";
    display: block;
    border-top: solid 1px #bebebe;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 0;
}

.bump-left-1 {
    margin-left: 1em;
}

.bump-left-1-half {
    margin-left: 1.5em;
}

.bump-left-2 {
    margin-left: 2em;
}

/* @BUTTONS */
input[type="button"] {
    cursor: pointer;
}

.button.secondary {
    background-color: #fff;
    color: #0a0a0a;
    border: 1px solid #0a0a0a;
}

a.btn-black:link, a.btn-black:visited {
    background-color: #000;
    color: #fff;
}

a.btn-white:link, a.btn-white:visited {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.favorites-link-header {
    font-size: 2.3em;
}

#header_middle_zone {
    background-color: #fff;
}

.header-bottom-container {
    background-color: #2a2a2a;
}

.off-canvas {
    background: #fff;
}

.top-links {
    background: #e6e6e6;
}

.js-off-canvas-overlay {
    background: rgba(0, 0, 0, 0.8);
}

/*button.close-button.menu-icon.position-left {*/
/*float: right;*/
/*display: none;*/
/*}*/

header .zum-icon {
    font-size: 2.4em;
}

#header_bag_link {
    margin: -1em 0 1em;
}

#header_bag_link a {
    position: relative;
}

.header_cart_qty {
    position: absolute;
    top: 10%;
    left: 25%;
    color: #fff;
}

.search-form-wrapper {
    margin: .3em 0 0;
    position: relative;
}

.search-form-wrapper input[type="text"] {
    margin: unset;
}

.search-button {
    position: absolute;
    top: 1px;
    right: 0;
}

/*-- Bottom Zone --*/

#header_bottom_zone .top-links {
    font-size: 0.4em;
    margin: 0;
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 5px 0 5px 0;
    background-color: #eaeaea;
}

#header_global_nav ul.bottom-links {
    display: block;
    border-top: 1px solid #000;
    float: none;
}

input[type="submit"], button {
    cursor: pointer;
}

.catalog-nav {
    text-transform: uppercase;
    font-weight: bold;
}

/*-- Footer --*/

.mobile-footer-links span {
    color: #ff6600;
}

.mobile-footer-links h4 {
    font-size: .9rem;
}

.mobile-footer-links a:after {
    float: right;
    content: '';
    margin-top: -45px;
    transform: rotate(-45deg);
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}

.footer-social {
    font-size: 1.4em;
}

footer li {
    margin: 1em 0 0;
}

/* Header */
.menu .button, .menu a {
    line-height: inherit;
}

.country-switcher-flag {
    width: 20px;
    padding: 0;
    margin: 0px 6px;
}

ul.catalog-nav li a {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

ul.catalog-nav li a:hover {
    background-color: #ffffff;
    color: #000000;
}

/* My Account */

p.user-name {
    font-size: 1.3em;
    text-transform: capitalize;
}

/* PDP */

#product-options-wrapper dt {
    float: left;
    width: 100%;
}

#product-options-wrapper dt label {
    float: left;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}

/*-- Small --*/

#header_top_zone {
    background-color: #e8e8e8;
    border-bottom: 1px solid #E0E0E0;
}

#header_bottom_zone .close-button {
    right: -50px;
    outline: none;
}

/* @PRICE */

.price-box span, .price-box .old-price {
    display: contents;
}

.price-box .sale-price {
    color: #AD0000;
    padding-right: 1em;
}

.old-price {
    text-decoration: line-through;
}

/* @COMMON CART */

.paypal-button-tagline {
    color: #FFFFFF;
}

.cart-totals h6 {
    color: #fff;
    text-indent: 20px;
}

.cart-side-bar {
    background: #2d2d2d;
    color: #fff;
}

.empty-cart {
    background-color: #cccccc;
    padding: 2em;
}

.empty-cart input[type="text"] {
    float: left;
}

.empty-cart input[type="image"] {
    float: left;
    margin: 5px -40px;
}

.ship-message {
    color: #4fa7bc;
}

.ship-message span {
    color: #ffffff;
}

.storeName {
    color: #dd5900
}

#ca-pp-info a:link, #ca-pp-info a:visited {
    text-decoration: underline;
}

.pp-continue {
    background-color: #1570A6;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1em;
    margin: 20px 0 0;
    padding: 10px 20px;
}

a.pp-continue:link,
a.pp-continue:visited {
    color: #fff;
    text-decoration: none;
}

a.success-faq-link {
    color: #BB4B00;
}

#cart-payment-icons {
         background: url("//static.zumiez.com/skin/frontend/images/payment-gateway-icons-us-476x44.png") no-repeat .975em center;
         background-size: contain;
         display: inline-block;
         color: transparent;
         content: 'visa amex mastercard discover china-up jcb';
         height: 22px;
         top: -4px;
         position: relative;
     }

/* Find in Store */

#radiussearch-store-change {
    margin-left: 20%;
}

/* @SHOPFRONTS */

.sf h1 {
    font-size: .8rem;
}

.sf img {
    width: 100%
}

.sf .cta-1 {
    width: 60%;
    margin: -4em auto 4em;
    text-shadow: 1px 1px 3px rgba(0, 0, 1, .5);
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.2em;
    position: relative;
}

.sf .cta-2 {
    background-color: rgba(0, 0, 0, 0.55);
    line-height: 2.75em;
    font-size: .85rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: -2.75em;
    z-index: 2;
    position: relative;
    font-weight: bold;
}

.sf .svg-logos a {
    opacity: .4
}

.sf .svg-logos a:hover {
    opacity: 1
}

h4.open .accordion-icon-vertical,
h4.opened .accordion-icon-vertical {
    display: none
}

.catalog-category-view .breadcrumbs li {
    text-transform: capitalize;
}

.catalog-category-view .breadcrumbs li:not(:last-child)::after {
    margin: 0 0.5rem 0 0.2rem;
}

#frame_carddetails {
    border: 0;
    height: 250px;
    width: 660px;
}

/* Large only */

@media only screen and (min-width: 64em) {
    /* make header not-sticky for large */
    .sticky {
        position: static !important;
    }

    /* last step of checkout */
    .submit-order__button {
        width: 50%;
    }

    .pull-top-6 {
        margin-top: -3em;
    }

    .search-button {
        background: #DD5900;
        color: white;
        font-size: 1.8em;
        font-weight: bold;
        height: 95%;
        width: 2em;
    }

}

/* Small */

@media only screen and (max-width: 40em) {

    .products-grid .favorites-link {
        background: url("/skin/frontend/enterprise/zumiez/images/favorites/star-state-inactive.svg") center center no-repeat;
        background-size: 25px;
        top: -.5rem;
        right: .3rem;
    }

    ul.menu li {
        width: 100%;
    }

    .sf .cta-2 {
        font-size: 1rem;
    }

    .sf h1 {
        font-size: .9rem
    }

    .small-reset-padding {
        padding: unset;
    }

    .small-reset-bottom {
        margin-bottom: 0;
    }

    .small-reset-margin {
        margin: 0;
    }

    .small-reset-margin-left {
        margin-left: 0;
    }

    .small-bump-top-half {
        margin-top: .25em;
    }

    .small-bump-top-1 {
        margin-top: .5rem;
    }

    .small-bump-top-2 {
        margin-top: 1.0rem;
    }

    .small-bump-top-3 {
        margin-top: 1.5rem;
    }

    .small-bump-bottom-1 {
        margin-bottom: .5rem;
    }

    .small-bump-bottom-2 {
        margin-bottom: 1.0rem;
    }

    .small-bump-bottom-3 {
        margin-bottom: 1.5rem;
    }

    .small-flex-reset {
        display: block;
    }

    .footer-help-links a:after {
        float: right;
        content: '';
        transform: rotate(-45deg);
        border: solid #000;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
    }

    #header_global_nav .header-stash-zone a:after {
        display: none;
    }

    .bag a {
        background: url(../images/header_assets/bag.png) no-repeat 0 0;
        height: 4em;
        width: 2.2em;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        display: block;
    }

    .bag a span {
        color: #fff;
        position: relative;
        display: block;
        width: auto;
        text-align: center;
        top: 1.3em;
        font-size: 90%;
        left: -.2em;
        font-weight: bold;
    }

    .user-name {
        padding: .85em 1em;
        -webkit-appearance: none;
        border: 1px solid #0a0a0a;
        border-radius: 3px;
        transition: background-color .25s ease-out, color .25s ease-out;
        font-size: .9rem;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        background-color: #FFF;
        color: #0a0a0a;
    }

    .toggler.closed::after, .sort-toggle.closed::after, .refine-toggle.closed::after {
        padding-left: 1em;
        content: "+";
    }

    .toggler.opened::after, .sort-toggle.opened::after, .refine-toggle.opened::after {
        padding-left: 1em;
        content: "-";
    }

    .user-links {
        text-align: center;
    }

    /* Keep tooltips under the header in mobile */
    .tip-wrap {
        z-index: 50;
    }

    #frame_carddetails {
        height: 360px;
        width: 350px;
    }

}

/* Small & Medium */

@media only screen and (max-width: 63em) {

    ul.catalog-nav li a, ul.mobile-account-nav a {
        color: #000;
    }


    ul.mobile-account-nav li:last-child {
    padding-bottom: 3em;
    border-bottom: 1em solid #e6e6e6;
    }

    .med-bump-left-1 {
        margin-left: 1em;
    }

    .search-button {
        color: black;
        font-size: 2em;
        top: 5px;
        right: 10px;
    }


    .catalog-nav a:after, .mobile-account-nav a:after {
        float: right;
        content: '';
        width: 15px;
        height: 15px;
        margin-top: -5px;
        transform: rotate(-45deg);
        border-style: solid;
        border-width: 3em 3em 0 3em;
        border-color: #000 transparent transparent transparent;
        border: solid #000;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
    }

    .position-fixed {
      position: fixed;
      z-index: 110;
      top: 0;
      left: 0;
      right: 0;
      transition: .35s;
    }

    .body-shift-for-banner {
      transition: .35s;
    }
}

/* Medium only */

@media only screen and (min-width: 40.063em) and (max-width: 63em) {
    header {
        border-bottom: 1px solid #e0e0e0;
    }

    header .zum-icon {
        font-size: 2.6em;
    }

    #global_search_form input {
        font-size: 100%;
    }

    .position-left {
        width: 55%;
        -ms-transform: translateX(-55%);
        transform: translateX(-55%);
    }

    .bag a {
        background: url(../images/header_assets/bag.png) no-repeat 0 0;
        height: 4em;
        width: 2.2em;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        display: block;
    }

    .bag a span {
        color: #fff;
        position: relative;
        display: block;
        width: auto;
        text-align: center;
        top: 1.3em;
        font-size: 90%;
        left: -.2em;
        font-weight: bold;
    }

}

/* fonts for icons */
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?fiu6p5');
    src:  url('../fonts/icomoon.eot?fiu6p5#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?fiu6p5') format('truetype'),
    url('../fonts/icomoon.woff?fiu6p5') format('woff'),
    url('../fonts/icomoon.svg?fiu6p5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e90c";
}
.icon-bars:before {
    content: "\e900";
}
.icon-map-marker:before {
    content: "\e901";
}
.icon-mobile:before {
    content: "\e902";
}
.icon-mobile-phone:before {
    content: "\e902";
}
.icon-instagram:before {
    content: "\e903";
}
.icon-youtube-play:before {
    content: "\e904";
}
.icon-pinterest:before {
    content: "\e905";
}
.icon-twitter:before {
    content: "\e906";
}
.icon-star:before {
    content: "\e907";
}
.icon-facebook-official:before {
    content: "\e908";
}
.icon-exchange:before {
    content: "\e909";
}
.icon-comments:before {
    content: "\e90a";
}
.icon-truck:before {
    content: "\e90b";
}
