﻿@charset "UTF-8";
/*@import "bourbon/bourbon";*/
/*@import "neat/neat";*/
/*$w-desktop: new-breakpoint(min-width 1400px);
$desktop: new-breakpoint(min-width 1025px);
$tablet: new-breakpoint(min-width 768px max-width 1024px);
$mobile: new-breakpoint(min-width 320px max-width 767px);*/
/*$desktop-big: desktop-big;
$desktop: desktop;
$tablet: tablet;
$mobile: mobile;*/
.clickable {
  cursor: pointer !important;
}

@font-face {
  font-family: "Intel Clear";
  src: url("../fonts/IntelClear_WLat_Lt.eot");
  src: url("../fonts/IntelClear_WLat_Lt.eot") format("embedded-opentype"), url("../fonts/IntelClear_WLat_Lt.woff") format("woff"), url("../fonts/IntelClear_WLat_Lt.ttf") format("truetype"), url("../fonts/IntelClear_WLat_Lt.ttf") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Intel Clear";
  src: url("../fonts/IntelClear_WLat_LtIt.eot");
  src: url("../fonts/IntelClear_WLat_LtIt.eot") format("embedded-opentype"), url("../fonts/IntelClear_WLat_LtIt.woff") format("woff"), url("../fonts/IntelClear_WLat_LtIt.ttf") format("truetype"), url("../fonts/IntelClear_WLat_LtIt.ttf") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Intel Clear";
  src: url("../fonts/IntelClear_WLat_Rg.eot");
  src: url("../fonts/IntelClear_WLat_Rg.eot") format("embedded-opentype"), url("../fonts/IntelClear_WLat_Rg.woff") format("woff"), url("../fonts/IntelClear_WLat_Rg.ttf") format("truetype"), url("../fonts/IntelClear_WLat_Rg.ttf") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Intel Clear";
  src: url("../fonts/IntelClear_WLat_It.eot");
  src: url("../fonts/IntelClear_WLat_It.eot") format("embedded-opentype"), url("../fonts/IntelClear_WLat_It.woff") format("woff"), url("../fonts/IntelClear_WLat_It.ttf") format("truetype"), url("../fonts/IntelClear_WLat_It.ttf") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Intel Clear";
  src: url("../fonts/IntelClear_WLat_Bd.eot");
  src: url("../fonts/IntelClear_WLat_Bd.eot") format("embedded-opentype"), url("../fonts/IntelClear_WLat_Bd.woff") format("woff"), url("../fonts/IntelClear_WLat_Bd.ttf") format("truetype"), url("../fonts/IntelClear_WLat_Bd.ttf") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Intel Clear";
  src: url("../fonts/IntelClear_WLat_BdIt.eot");
  src: url("../fonts/IntelClear_WLat_BdIt.eot") format("embedded-opentype"), url("../fonts/IntelClear_WLat_BdIt.woff") format("woff"), url("../fonts/IntelClear_WLat_BdIt.ttf") format("truetype"), url("../fonts/IntelClear_WLat_BdIt.ttf") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Intel Clear Pro;
  src: url("../fonts/IntelClearPro_W_Bd.eot");
  src: url("../fonts/IntelClearPro_W_Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/IntelClearPro_W_Bd.woff") format("woff"), url("../fonts/IntelClearPro_W_Bd.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Intel One;
  src: url("../fonts/intelone-display-light.woff") format("woff"), url("../fonts/intelone-display-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Intel One;
  src: url("../fonts/intelone-display-regular.woff") format("woff"), url("../fonts/intelone-display-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Intel One;
  src: url("../fonts/intelone-display-medium.woff") format("woff"), url("../fonts/intelone-display-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Intel One;
  src: url("../fonts/intelone-display-bold.woff") format("woff"), url("../fonts/intelone-display-bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Intel Clear", sans-serif !important;
  line-height: 1.6em;
  color: #525252;
  margin: 0;
  position: relative;
}

html, body, #theme-wrapper, #contain, footer {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

#theme-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#contain {
  padding: 0 0 0 0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1024px) and (min-width: 678px) {
  #contain {
    padding-top: 0;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  #contain {
    padding-top: 0;
  }
}

.section-stage {
  background: #202020;
  width: 100%;
  height: 500px;
}

.main {
  transition: left 0.25s ease-in-out;
  position: relative;
}
.main.open {
  left: 280px;
}
@media (max-width: 1920px) and (min-width: 1025px) {
  .main.open {
    left: 0;
  }
}

.container {
  clear: both;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .container {
    padding: 0 10px;
  }
}
.container ul {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
}

/*@import "support/bootstrap";*/
/*.world-map-intro {
    position: relative;
    background-image: url(../images/map-bg.png);
    background-image: url(../images/map-bg.svg);
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    padding-top: 3rem;

    @include media($mobile) {
        height: initial;
        padding-top: 1rem;
    }

    @include media($tablet) {
        height: initial;
    }

    .wrapper {
        max-width: 1500px;
        width: 95%;
        margin: 0 auto;
        padding: 2em;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        z-index: 100;
        position: relative;

        @media only screen and (max-width: 767px) {
            max-width: 500px;
        }

        @include media($tablet) {
            width: 90%;
        }

        @include media($mobile) {
            margin-top: 0;
        }


        .card-wrapper {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;

            @media only screen and (max-width: 1300px) {
                justify-content: space-around;
            }

            @include media($tablet) {
                justify-content: space-around;
            }

            .region-card {
                position: relative;
                max-width: 20%;
                width: 100%;
                background-color: #f2f2f2;
                text-align: left;
                transition: all .2s ease-in-out;
                margin-bottom: 5rem;
                padding: 2rem;
                height: 275px;
                background-color: transparent;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;

                &:nth-of-type(1) {
                    background-color: #0068b5;

                    &:after {
                        background-color: #00a3f6;
                    }
                }

                &:nth-of-type(2) {
                    background-color: #8f5da2;

                    &:after {
                        background-color: #cc94da;
                    }
                }

                &:nth-of-type(3) {
                    background-color: #8bae46;

                    &:after {
                        background-color: #b1d272;
                    }
                }

                &:nth-of-type(4) {
                    background-color: #e96115;

                    &:after {
                        background-color: #ff8f51;
                    }
                }

                &:after {
                    content: '';
                    position: absolute;
                    bottom: -50px;
                    right: -50px;
                    width: 50px;
                    height: 50px;

                    @include media($mobile) {
                        display: none;
                    }
                }

                @media only screen and (max-width: 1300px) {
                    max-width: 40%;
                }

                @include media($tablet) {
                    max-width: 40%;
                }

                @include media($mobile) {
                    max-width: 100%;
                    margin-bottom: 3rem;
                }




                h1 {
                    text-align: left;
                    color: $white;
                    width: 100%;
                }

                p {
                    width: 100%;
                    color: $white;
                    padding: 0.5rem 0;
                    margin: 0;
                }

                .region-button {
                    text-align: left;
                    width: max-content;
                    font-family: $sansFontFamily;
                    font-size: 1rem;
                    color: #0068b5;
                    background-color: $white;
                    margin: auto 0 0 0;
                    transition: all .2s ease-out;
                    border: 0;
                    text-transform: none;
                    font-weight: 400;
                    border-radius: 0;
                    display: flex;
                    padding: 1rem;
                    cursor: pointer;


                    &:hover {
                        color: #0068b5 !important;
                        text-decoration: none !important;
                        transition: all .2s ease-out;
                        background-color: $white;
                    }

                    &:active, &:focus, &:visited {
                        color: #0068b5;
                    }

                    &:disabled {
                        cursor: not-allowed;
                        opacity: 0.3;
                    }

                    i {
                        margin: 0 0.25em;
                        align-self: center;
                        margin-left: 1rem;
                    }

                    .fa-circle-notch {
                        animation: spin 1s linear infinite;
                    }
                }

                form {
                    margin: auto 0 0 0;
                }
            }
        }
    }
}*/
/*.store-type {
    background-image: url(../images/hero/EmployeeRetail.jpg);
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    padding-top: 3rem;

    @include media($mobile) {
        height: initial;
    }


    .wrapper {
        max-width: 1200px;
        width: 95%;
        margin: 0 auto;
        padding: 2em;
        text-align: center;

        h1 {
            width: 100%;
            text-align: center;
            color: $white;
            margin-bottom: 4rem;
            font-size: 42px;
            font-weight: 400 !important;
            line-height: 1.2;
        }

        .box {
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
            padding: 50px;
            margin-bottom: 6rem;
            text-align: left;
            position: relative;

            h2 {
                font-weight: 300;
                color: $white;
                margin: 0 0 1rem 0 !important;
            }

            p {
                color: $white;
                margin-bottom: 2rem;
            }
        }

        .employee {
            background-color: #0068b5;

            &:after {
                content: '';
                position: absolute;
                bottom: -50px;
                right: -50px;
                width: 50px;
                height: 50px;
                background-color: #00a3f6;

                @include media($mobile) {
                    display: none;
                }
            }
        }

        .retail {
            background-color: #00c7fd;

            &:after {
                content: '';
                position: absolute;
                bottom: -50px;
                right: -50px;
                width: 50px;
                height: 50px;
                background-color: #7bdeff;

                @include media($mobile) {
                    display: none;
                }
            }
        }
    }
}*/
/*.site-maintenance {


    body {

        .maintenance-wrapper {
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
            text-align: center;
            padding-top: 3rem;

            h1 {
                color: #262626;
                margin-bottom: 1.5rem;
            }

            h3 {
                color: #525252;
            }

            img {
                max-width: 250px;
                width: 100%;
                margin: 0 auto;
                margin-bottom: 2rem;
            }
        }
    }
}*/
.world-map-intro {
  position: relative;
}
@media (max-width: 767px) and (min-width: 320px) {
  .world-map-intro {
    height: initial;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .world-map-intro {
    height: initial;
  }
}
.world-map-intro .intro-hero {
  width: 100%;
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
.world-map-intro .intro-hero img {
  width: 100%;
}
.world-map-intro .intro-hero h1 {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 1em;
  font-size: 42px;
  position: absolute;
  top: 2rem;
}
.world-map-intro .wrapper {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
  padding: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 100;
  position: relative;
}
.world-map-intro .wrapper h1 {
  width: 100%;
  text-align: center;
  color: #0068B5;
  margin-bottom: 1em;
  font-size: 42px;
  top: 2rem;
}
@media (max-width: 767px) and (min-width: 320px) {
  .world-map-intro .wrapper {
    margin-top: 0;
  }
}
.world-map-intro .wrapper .card-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.world-map-intro .wrapper .card-wrapper .region-card {
  max-width: 30%;
  width: 100%;
  background-color: #f2f2f2;
  text-align: left;
  transition: all 0.2s ease-in-out;
  margin-bottom: 2rem;
}
.world-map-intro .wrapper .card-wrapper .region-card img {
  width: 100%;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .world-map-intro .wrapper .card-wrapper .region-card {
    /*max-width: 100%;*/
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .world-map-intro .wrapper .card-wrapper .region-card {
    max-width: 100%;
  }
}
.world-map-intro .wrapper .card-wrapper .region-card div {
  padding: 1rem;
}
.world-map-intro .wrapper .card-wrapper .region-card div p {
  padding: 0.5rem 0;
  margin: 0;
}
.world-map-intro .wrapper .card-wrapper .region-card div .region-button {
  text-align: left;
  width: 100%;
  font-family: "Intel Clear", sans-serif;
  font-size: 1.5rem;
  color: #0095ca;
  background-color: transparent;
  margin: 0;
  transition: all 0.2s ease-out;
  border: 0;
  text-transform: none;
  font-weight: 400;
  border-radius: 0;
  display: block;
  padding: 0;
  cursor: pointer;
}
.world-map-intro .wrapper .card-wrapper .region-card div .region-button:hover {
  color: #0068B5 !important;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  background-color: transparent;
}
.world-map-intro .wrapper .card-wrapper .region-card div .region-button:active, .world-map-intro .wrapper .card-wrapper .region-card div .region-button:focus, .world-map-intro .wrapper .card-wrapper .region-card div .region-button:visited {
  color: #0095ca;
}
.world-map-intro .wrapper .card-wrapper .region-card div .region-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.world-map-intro .wrapper .card-wrapper .region-card div .region-button i {
  margin: 0 0.25em;
}
.world-map-intro .wrapper .card-wrapper .region-card div .region-button .fa-circle-notch {
  animation: spin 1s linear infinite;
}

.store-type {
  background-image: url(../images/hero/EmployeeRetail.jpg);
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  padding-top: 3rem;
}
@media (max-width: 767px) and (min-width: 320px) {
  .store-type {
    height: initial;
  }
}
.store-type .wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 2em;
  text-align: center;
}
.store-type .wrapper h1 {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 4rem;
  font-size: 42px;
  font-weight: 400 !important;
  line-height: 1.2;
}
.store-type .wrapper .box {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 50px;
  margin-bottom: 6rem;
  text-align: left;
  position: relative;
}
.store-type .wrapper .box h2 {
  font-weight: 300;
  color: #FFFFFF;
  margin: 0 0 1rem 0 !important;
}
.store-type .wrapper .box p {
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.store-type .wrapper .employee {
  background-color: #0068b5;
}
.store-type .wrapper .employee:after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 50px;
  height: 50px;
  background-color: #00a3f6;
}
@media (max-width: 767px) and (min-width: 320px) {
  .store-type .wrapper .employee:after {
    display: none;
  }
}
.store-type .wrapper .retail {
  background-color: #0068b5;
}
.store-type .wrapper .retail:after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 50px;
  height: 50px;
  background-color: #00a3f6;
}
@media (max-width: 767px) and (min-width: 320px) {
  .store-type .wrapper .retail:after {
    display: none;
  }
}

.site-maintenance body .maintenance-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 3rem;
}
.site-maintenance body .maintenance-wrapper h1 {
  color: #262626;
  margin-bottom: 1.5rem;
}
.site-maintenance body .maintenance-wrapper h3 {
  color: #525252;
}
.site-maintenance body .maintenance-wrapper img {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.login-header {
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
}
.login-header div {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 0 0.5em;
}
.login-header div img {
  max-height: 150px;
  width: 100%;
  margin: 0 auto;
}

.login {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #FFFFFF;
  padding: 5em 2em;
  min-height: 100vh;
}
@media (max-width: 767px) and (min-width: 320px) {
  .login {
    padding-top: 1em;
  }
}
.login .login-left, .login .login-right {
  width: 45%;
  padding: 2em;
  font-size: 0.9em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .login .login-left, .login .login-right {
    width: 100%;
  }
}
.login .login-left h5, .login .login-right h5 {
  border-bottom: 1px solid #f3f3f3;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #252525;
  text-align: left;
  width: 100%;
  height: 29px;
}
.login .login-left label, .login .login-right label {
  font-size: 0.9em;
  color: #252525;
}
.login .login-left input, .login .login-right input {
  margin: 0 0 1em 0;
  display: block;
  width: 100%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .login .login-left input, .login .login-right input {
    width: 100%;
    max-width: initial;
  }
}
.login .login-left button, .login .login-right button {
  margin-top: 1em;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .login .login-left button, .login .login-right button {
    margin-top: 2em;
    width: 100%;
    max-width: initial;
  }
}
.login .login-left hr, .login .login-right hr {
  border: 1px solid #f3f3f3;
  border-top: 0;
}
@media (max-width: 767px) and (min-width: 320px) {
  .login .login-left {
    order: 2;
  }
}
.login .login-left .forgot-password, .login .login-left .remembered-password {
  margin: 1.5em 0;
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) and (min-width: 320px) {
  .login .login-left .forgot-password, .login .login-left .remembered-password {
    margin: 1em 0;
    width: 100%;
    text-align: center;
  }
}
.login .login-left p {
  margin: 1em 0 1em 0;
  text-align: left;
}
.login .login-left p a {
  margin: 0 1em;
}
.login .login-left .register-links {
  text-align: center;
}
.login #reset-password-form {
  display: none;
  transition: all 0.2s ease-in-out;
}
.login #retail-login {
  opacity: 1;
  display: block;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) and (min-width: 320px) {
  .login .login-right {
    order: 1;
  }
}
.login .login-right .dealer-notice {
  font-size: 0.9em;
  margin-top: 1em;
  color: #0068B5;
}
.login .login-right button:first-of-type {
  margin-bottom: 3em;
}

.login-wrapper {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
}
.login-wrapper .login-container {
  max-width: 350px;
  text-align: center;
  padding-top: 1em;
  margin: 0 auto;
}
.login-wrapper .login-container .login-card {
  padding: 0.75em 2em;
  border: 1px solid #f3f3f3;
  outline: 0;
  background-color: #FFF;
  text-align: center;
  animation: fade-in;
  animation: fade-in;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
.login-wrapper .login-container .login-card hr {
  border-top: none;
  border-bottom: 1px solid #f3f3f3;
  margin: 1em auto 2em auto;
  text-align: center;
  width: 50%;
}
.login-wrapper .login-container .login-card img {
  margin: 1em auto 1em auto;
  width: 100px;
  height: auto;
}
.login-wrapper .login-container .login-card h5 {
  border-bottom: 1px solid #f3f3f3;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #252525;
  text-align: left;
  width: 100%;
  height: 29px;
}
.login-wrapper .login-container .login-card form input {
  width: 100%;
}
.login-wrapper .login-container .login-card form input:focus {
  outline: 0;
}
.login-wrapper .login-container .login-card form #login-id {
  width: 100%;
  margin: 0.5em 0 0.5em 0;
  vertical-align: middle;
}
@media (max-width: 767px) and (min-width: 320px) {
  .login-wrapper .login-container .login-card form #login-id {
    width: 200px;
  }
}

.no-login hr {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
}
.no-login .no-login-header {
  padding: 1em;
  margin-bottom: 4em;
}
.no-login .no-login-body {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.no-login ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.no-login ul li {
  margin: 1em 0;
}
.no-login .whoops {
  text-align: center;
  margin-bottom: 4em;
  display: inline-block;
  width: 30%;
  vertical-align: text-top;
}
.no-login .whoops i {
  font-size: 3em;
  color: #00A3F6;
}
.no-login .whoops li:nth-of-type(2) {
  font-weight: bold;
  font-size: 3em;
}
.no-login .messages {
  display: inline-block;
  width: 60%;
  vertical-align: text-top;
  text-align: left;
}

@media (max-width: 1024px) and (min-width: 678px) {
  .whoops {
    width: 100% !important;
    display: block !important;
  }
  .messages {
    width: 100% !important;
    display: block !important;
  }
  .no-login-body {
    max-width: 800px !important;
  }
}
.no-login-debug {
  max-width: 1200px;
  margin: 0 auto;
}

section, footer {
  width: 100%;
  position: relative;
}
section .wrapper, footer .wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 2rem 0;
}
@media (max-width: 767px) and (min-width: 320px) {
  section .wrapper, footer .wrapper {
    padding: 1em 0;
  }
}
section .wrapper .section-title, footer .wrapper .section-title {
  width: 100%;
  text-align: center;
  color: #0068B5;
}
section .wrapper .section-title a, footer .wrapper .section-title a {
  text-decoration: none;
}
section .wrapper .section-title a:hover, footer .wrapper .section-title a:hover {
  text-decoration: none;
}
section .wrapper .item, footer .wrapper .item {
  transition: all 0.2s ease-in-out;
}
section .wrapper .item img, footer .wrapper .item img {
  transition: all 0.2s ease-in-out;
}

footer {
  margin-bottom: 0;
}

.landsend body {
  padding: 0;
  margin: 0;
  background-color: #FAFAFA;
}
.landsend .landsend-content {
  background-color: #FAFAFA;
}
.landsend .landsend-content .landsend-wrapper {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 3rem 2rem;
}
.landsend .landsend-content .landsend-wrapper h3 {
  margin-bottom: 2rem;
}
.landsend .landsend-content .landsend-wrapper a {
  display: block;
  margin: 0 auto;
  margin-top: 3rem;
  background-color: #E06E18;
  font-weight: normal;
}
.landsend .landsend-content .landsend-wrapper a:hover {
  background-color: #b35813;
}

.store-suggestions {
  background-color: #00285a;
  background-image: url(../images/graphics/abstract-blue-background.jpg);
  background-size: cover;
  background-position: center;
}
.store-suggestions .wrapper {
  padding: 8rem 2rem;
  background-color: transparent;
}
.store-suggestions .wrapper h1, .store-suggestions .wrapper p {
  text-align: center;
  color: #FFFFFF;
}
.store-suggestions .wrapper h1 {
  font-size: 3rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.store-suggestions .wrapper p {
  font-size: 1.125rem;
}
.store-suggestions .wrapper a {
  color: #FFFFFF;
  text-decoration: underline;
}
.store-suggestions .wrapper a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.store-suggestions .wrapper a:hover:active, .store-suggestions .wrapper a:hover:focus, .store-suggestions .wrapper a:hover:visited {
  color: #FFFFFF;
}
.store-suggestions .wrapper a:active, .store-suggestions .wrapper a:focus, .store-suggestions .wrapper a:visited {
  color: #FFFFFF;
}

header {
  display: flex !important;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
  background-color: #FFFFFF;
  /*@include media(tablet) {
      height: 80px;
  }

  @include media(mobile) {
      height: 80px;
  }*/
}
header ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
header nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: baseline;
  width: 100%;
  /*max-width: $max-width;*/
  margin: 0 auto;
  border-bottom: 1px solid #d7d7d7;
}
header nav .upper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #d7d7d7;
}
header #mobile-cart, header #mobile-nav {
  display: none;
}
header .nav-logo {
  display: flex;
  order: 2;
  width: 25%;
  background-color: transparent;
  padding: 0;
  align-items: center;
}
header .nav-logo a img {
  max-width: 150px;
  width: 100%;
}
header .nav-categories {
  margin-top: auto;
  display: flex;
  order: 3;
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
}
header .nav-categories ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
header .nav-categories ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}
header .nav-categories ul li:hover {
  background-color: transparent;
  color: #004A86;
}
header .nav-categories ul li:hover a {
  color: #004A86;
}
header .nav-categories ul li:hover .sub-menu {
  display: flex !important;
}
header .nav-categories ul li:hover .sub-menu a {
  width: 100%;
  padding-left: 10px;
  text-transform: uppercase;
}
@media (max-width: 767px) and (min-width: 320px) {
  header .nav-categories ul li:hover .sub-menu {
    display: none !important;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  header .nav-categories ul li:hover .sub-menu {
    display: none !important;
  }
}
header .nav-categories ul li .sub-menu.expand-nav {
  display: flex !important;
  box-shadow: none !important;
}
header .nav-categories ul li a {
  padding: 15px 10px;
  color: #0068B5;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
header .nav-categories ul li a:hover {
  color: #004A86;
  text-decoration: none;
}
header .nav-categories ul li .top {
  cursor: initial;
}
header .nav-categories ul li .sub-menu {
  display: none !important;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 200px;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  z-index: 50;
}
header .nav-categories ul li .sub-menu li {
  width: 100%;
  border-bottom: 0;
}
header .nav-categories ul li .sub-menu li:last-of-type {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
header .nav-categories ul li .sub-menu li a {
  color: #0068B5;
  cursor: pointer;
  border-top: 1px solid #d7d7d7;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
header .nav-categories ul li .sub-menu li a:hover {
  color: #004A86;
  background-color: #FFFFFF;
}
@media (max-width: 1024px) and (min-width: 678px) {
  header .nav-categories ul li .sub-menu {
    width: 100%;
    position: static;
    padding-left: 1em;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  header .nav-categories ul li .sub-menu {
    width: 100%;
    position: static;
    padding-left: 1em;
    box-shadow: none !important;
  }
}
header .nav-categories ul .mobile-close {
  display: block !important;
  font-size: 1.2em;
  text-align: right;
  border-bottom: 0 !important;
  height: auto;
  color: #0068B5;
  padding: 1em;
  padding-right: 0.5em;
}
header .nav-categories ul .mobile-close svg {
  margin: 0.5em;
}
@media (max-width: 1920px) and (min-width: 1025px) {
  header .nav-categories ul .mobile-close {
    display: none !important;
  }
}
header .nav-account {
  display: flex;
  order: 1;
  width: initial;
  background-color: transparent;
  padding: 0;
}
header .nav-account ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  text-align: right;
}
header .nav-account ul li {
  display: flex;
  align-items: center;
}
header .nav-account ul li img {
  width: 100%;
  max-width: 24px;
}
header .nav-account ul li:first-of-type {
  margin-left: auto;
}
header .nav-account ul li a {
  color: #0068B5;
  font-size: 1rem;
  padding: 1em;
}
header .nav-account ul li a:hover {
  color: #004A86;
  text-decoration: none;
}
header .nav-account ul li a i {
  font-size: 1em;
  font-weight: 400;
}
header .nav-account ul li #cart_total {
  position: relative;
  padding: 1rem;
}
header .nav-account ul li #cart_total:hover {
  color: #004A86;
}
header .nav-account ul li #number-of-items {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 0.25em 0.5em;
  background-color: red;
  color: #FFFFFF;
  font-family: "Intel Clear", sans-serif;
  font-size: 12px;
  line-height: 1;
  border-radius: 100%;
}
header .nav-account ul #store-selection a {
  display: flex;
  align-items: center;
}
header .nav-account ul #search-button {
  cursor: pointer;
}
header .nav-account .account-menu {
  position: relative;
  cursor: pointer;
}
header .nav-account .account-menu a {
  display: block;
}
header .nav-account .account-menu .sub-menu {
  display: none;
  position: absolute;
  top: 56px;
  right: 0;
  background-color: #FFFFFF;
  z-index: 5;
  color: #FFFFFF;
  width: 200px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
header .nav-account .account-menu .sub-menu li {
  width: 100%;
  position: relative;
}
header .nav-account .account-menu .sub-menu li:nth-of-type(2) {
  margin-left: 0;
}
header .nav-account .account-menu .sub-menu li a {
  color: #0068B5;
  display: block;
  width: 100%;
  border-top: 1px solid #d7d7d7;
}
header .nav-account .account-menu .sub-menu li a:hover {
  color: #004A86;
}
header .nav-account .account-menu .sub-menu li:hover {
  background-color: #FFFFFF;
}
header .nav-account .account-menu:hover {
  background-color: #FFFFFF;
}
header .nav-account .account-menu:hover:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #00A3F6;
  position: absolute;
  left: 0;
  bottom: 0;
}
header .nav-account .account-menu:hover a {
  color: #004A86;
}
header .nav-account .account-menu:hover a:hover {
  text-decoration: none;
}
header .nav-account .account-menu:hover .sub-menu {
  display: flex;
}
header .nav-account .account-menu:hover .sub-menu #my-account-button {
  margin-left: 0;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  #mobile-nav {
    display: flex !important;
    width: 20%;
    order: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  #mobile-nav i {
    font-size: 1.2em;
    color: #0068B5;
  }
  #mobile-cart {
    display: flex !important;
    width: 20%;
    order: 3;
    align-items: center;
    justify-content: center;
  }
  #mobile-cart img {
    width: 100%;
    max-width: 24px;
  }
  #mobile-cart a {
    display: block;
    width: 100%;
    text-align: center;
    color: #0068B5;
    position: relative;
  }
  #mobile-cart a span {
    display: none;
    position: absolute;
    top: -12px;
    left: 15px;
    padding: 0.25em 0.5em;
    background-color: red;
    color: #FFFFFF;
    font-family: "Intel Clear", sans-serif;
    border-radius: 100%;
    font-size: 0.8em;
  }
  .nav-logo {
    display: block !important;
    order: 2;
    text-align: center;
  }
  .nav-categories {
    position: absolute !important;
    top: 0;
    left: -350px;
    width: 300px !important;
    height: 100vh !important;
    display: block !important;
    background-color: #FFFFFF !important;
    transition: all 0.2s ease-in-out;
    padding: 1em !important;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  }
  .nav-categories img {
    width: 100%;
    max-width: 24px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (max-width: 1024px) and (min-width: 678px) {
  .nav-categories {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (max-width: 767px) and (min-width: 320px) {
  .nav-categories {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .nav-categories::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .nav-categories ul {
    display: block !important;
  }
  .nav-categories ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .nav-categories ul li:last-of-type {
    border-bottom: 0;
  }
  .nav-categories ul li:hover, .nav-categories ul li :focus, .nav-categories ul li :active {
    background-color: transparent !important;
  }
  .nav-categories ul li:hover i:before, .nav-categories ul li :focus i:before, .nav-categories ul li :active i:before {
    /*content: "\f068";
    font-family: FontAwesome;*/
  }
  .nav-categories ul li a {
    width: initial;
    color: #0068B5 !important;
    flex-grow: 1;
    padding: 20px 8px !important;
  }
  .nav-categories ul li a:hover, .nav-categories ul li a :focus, .nav-categories ul li a :active {
    color: #0068B5 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (max-width: 1024px) and (min-width: 678px) {
  .nav-categories ul li a i {
    margin-right: 1em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (max-width: 767px) and (min-width: 320px) {
  .nav-categories ul li a i {
    margin-right: 1em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .nav-categories ul .account-menu {
    margin-left: 0;
  }
  .nav-categories ul .account-menu ul {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (max-width: 767px) and (min-width: 320px) {
  .nav-categories ul .account-menu:hover .sub-menu {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (max-width: 1024px) and (min-width: 678px) {
  .nav-categories ul .account-menu:hover .sub-menu {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .nav-account {
    display: none !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .nav-spacer {
    display: none;
  }
}
.nav-search {
  background-color: #f3f3f3;
}
@media (max-width: 767px) and (min-width: 320px) {
  .nav-search {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .nav-search {
    width: 100%;
    padding: 20px;
  }
}
.nav-search form {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  border: 0;
  background-color: transparent;
  border-radius: 3px;
  height: 34px;
}
.nav-search form input {
  margin: 0;
  width: 80%;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.nav-search form input:focus {
  box-shadow: none;
}
.nav-search form button {
  height: 34px;
  line-height: 34px;
  background-color: transparent;
  border: 0;
  padding-right: 10px;
  padding-left: 10px;
  transition: all 0.2s ease-in-out;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.nav-search form button i {
  color: #0068B5;
}
.nav-search form button:hover {
  color: #004A86;
  transition: all 0.2s ease-in-out;
}
.nav-search form button:hover i {
  color: #004A86;
}
.nav-search .sub-menu li {
  padding: 0.75em 0 0 0;
  width: 100%;
  max-width: 500px;
}
.nav-search .sub-menu form {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}
.nav-search .sub-menu form input {
  margin: 0;
  width: 90%;
}
.nav-search .sub-menu form button {
  height: 30px;
  width: 10%;
  background: #FFFFFF;
  border: 0;
}

.nav-search.show-mobile {
  padding: 20px 0;
}
.nav-search.show-mobile form {
  background-color: transparent;
  border: 1px solid transparent;
}
.nav-search.show-mobile form button {
  width: initial;
}

.menu-open {
  left: 0 !important;
  width: 300px !important;
  z-index: 10 !important;
}
@media (max-width: 767px) and (min-width: 320px) {
  .menu-open ul {
    height: 150vh;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .menu-open ul {
    height: 100vh;
  }
}
.menu-open ul li ul {
  height: initial;
}

.no-cursor {
  cursor: default;
}

.show-mobile input[type=search] {
  border-radius: 5px;
  background-color: transparent !important;
  color: #FFFFFF !important;
}
@media (max-width: 1920px) and (min-width: 1025px) {
  .show-mobile {
    display: none !important;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .show-mobile {
    display: flex !important;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .show-mobile {
    display: flex !important;
  }
}

.expand-arrow {
  display: none !important;
  text-align: right;
  padding: 20px;
  z-index: 5;
  color: #0068B5;
}
@media (max-width: 767px) and (min-width: 320px) {
  .expand-arrow {
    display: block !important;
    flex-grow: 1;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .expand-arrow {
    display: block !important;
    flex-grow: 1;
  }
}

.nav-selected:before {
  content: "\f068" !important;
}

.expand-nav {
  display: block !important;
}

.rotate:before {
  content: "\f102" !important;
}

@media only screen and (min-width: 1024px) {
  .nav-logo {
    order: 1 !important;
  }
  .nav-account {
    order: 2 !important;
  }
  .nav-categories {
    order: 3 !important;
  }
}
.nav-cover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.fixed {
  overflow: hidden !important;
  position: fixed;
}
.fixed body {
  position: fixed !important;
  overflow: hidden !important;
}

.slim-jim-header {
  width: 100%;
  background-color: #C81326;
  color: #FFFFFF;
}
.slim-jim-header .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 0.25em 0.5em;
  font-size: 12px;
  text-transform: uppercase;
}

.free-shipping-alert {
  width: 100%;
  background-color: #0068B5;
  padding: 1em;
  font-weight: 500;
  color: #FFFFFF;
  font-family: "Intel One";
}
.free-shipping-alert p {
  text-align: center;
  margin: 0;
}
.free-shipping-alert p b {
  text-decoration: underline;
  font-weight: 800;
}

#spend-met {
  display: none;
}

footer, .login-footer {
  margin: 0;
  background-color: #f3f3f3;
}
footer .wrapper, .login-footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: transparent !important;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 2em 0;
}
footer .wrapper hr, .login-footer .wrapper hr {
  width: 100%;
  border-top: 0;
  border-bottom: 1px solid #959595;
}
footer .wrapper .footer-logo, .login-footer .wrapper .footer-logo {
  width: 100%;
}
footer .wrapper .footer-logo img, .login-footer .wrapper .footer-logo img {
  max-width: 100px;
}
@media (prefers-contrast: more) {
  footer .wrapper .footer-logo img, .login-footer .wrapper .footer-logo img {
    content: url("/images/brands/logo-footer-alt.svg");
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  footer .wrapper div, .login-footer .wrapper div {
    width: 80%;
    margin-bottom: 1.5em;
  }
  footer .wrapper div .copyright, .login-footer .wrapper div .copyright {
    width: 100%;
  }
}
footer .wrapper div ul, .login-footer .wrapper div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .wrapper div ul li, .login-footer .wrapper div ul li {
  line-height: 2;
}
footer .wrapper div p, footer .wrapper div address, footer .wrapper div a, footer .wrapper div h5, .login-footer .wrapper div p, .login-footer .wrapper div address, .login-footer .wrapper div a, .login-footer .wrapper div h5 {
  color: #262626;
  /*overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens:auto;*/
}
footer .wrapper div h5, .login-footer .wrapper div h5 {
  font-weight: 800;
}
footer .wrapper div a:hover, .login-footer .wrapper div a:hover {
  color: #959595;
  text-decoration: none;
}
footer .wrapper #footer-contact, .login-footer .wrapper #footer-contact {
  max-width: 40%;
  width: 100%;
}
@media (max-width: 767px) and (min-width: 320px) {
  footer .wrapper #footer-contact, .login-footer .wrapper #footer-contact {
    width: 100%;
    max-width: 100%;
  }
}
footer .wrapper .copyright, .login-footer .wrapper .copyright {
  width: 100%;
  text-align: center;
  margin: 6rem 0 1em 0;
}
footer .wrapper .copyright a, .login-footer .wrapper .copyright a {
  padding: 0 0.5em;
}
footer .wrapper .copyright p, .login-footer .wrapper .copyright p {
  font-size: 10px;
  margin: 0;
}
footer .wrapper .copyright p a, .login-footer .wrapper .copyright p a {
  text-decoration: underline;
}
footer .wrapper .copyright p a:hover, .login-footer .wrapper .copyright p a:hover {
  text-decoration: none;
}

#tariff-footer-verbiage {
  margin-top: 1em;
  font-size: 12px;
}

#copyright a {
  padding: 0;
}

.modal-background {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
}

.hero {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: flex;
}
.hero .wrapper {
  padding: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.hero .wrapper .tns-outer {
  position: relative;
}
.hero .wrapper .tns-outer .tns-controls {
  width: 100%;
}
.hero .wrapper .tns-outer .tns-controls button {
  background: none;
  outline: 0;
  border: 0;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
}
.hero .wrapper .tns-outer .tns-controls button i {
  color: #FFFFFF;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}
.hero .wrapper .tns-outer .tns-controls button:hover i {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}
.hero .wrapper .tns-outer .tns-controls button[data-controls=prev] {
  left: 0;
}
.hero .wrapper .tns-outer .tns-controls button[data-controls=next] {
  right: 0;
}
.hero .wrapper .hero-carousel .item {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .hero .wrapper .hero-carousel .item {
    background-position-x: 60%;
  }
}
.hero .wrapper .hero-carousel .item .hero-text {
  width: 40%;
  align-self: center;
  padding: 4rem;
  margin: 5rem;
  margin-left: 8rem;
  text-align: left;
  background-color: #00A3F6;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .hero .wrapper .hero-carousel .item .hero-text {
    padding: 4rem;
    margin-left: 7rem;
  }
}
@media screen and (max-width: 1200px) {
  .hero .wrapper .hero-carousel .item .hero-text {
    width: 50%;
    margin-left: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .hero .wrapper .hero-carousel .item .hero-text {
    width: 50%;
    margin-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .hero .wrapper .hero-carousel .item .hero-text {
    width: 100%;
    margin: 0;
    background-color: #00A3F6 !important;
  }
}
.hero .wrapper .hero-carousel .item .hero-text h1 {
  color: #FFFFFF;
  text-align: left;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2rem;
  letter-spacing: -1px;
}
@media screen and (max-width: 1500px) {
  .hero .wrapper .hero-carousel .item .hero-text h1 {
    font-size: 3.5rem;
  }
}
.hero .wrapper .hero-carousel .item .hero-text h1 span {
  color: #0068B5;
}
.hero .wrapper .hero-carousel .item .hero-text p {
  color: #FFFFFF;
  text-align: left;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .hero .wrapper .hero-carousel .item .hero-text h1 {
    font-size: 3.125rem;
  }
  .hero .wrapper .hero-carousel .item .hero-text p {
    font-size: 1.375rem;
    line-height: 140%;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .hero .wrapper .hero-carousel .item .hero-text {
    padding: 2.5rem;
    width: 100%;
    margin: 0;
  }
  .hero .wrapper .hero-carousel .item .hero-text h1 {
    font-size: 2.25rem;
  }
  .hero .wrapper .hero-carousel .item .hero-text p {
    font-size: 1rem;
    line-height: 140%;
  }
}
.hero .wrapper .hero-carousel .item .hero-desktop {
  display: block;
  width: 100%;
}
.hero .wrapper .hero-carousel .item .hero-mobile {
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hero .wrapper .hero-carousel .item .hero-mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hero .wrapper .hero-carousel .item .hero-mobile + .hero-desktop {
    display: none;
  }
}
.category-icons {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 450px;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}
@media (max-width: 767px) and (min-width: 320px) {
  .category-icons {
    display: block;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .category-icons {
    margin-top: 0;
  }
}
.category-icons .category-icons-header {
  text-align: center;
  padding: 5em;
  width: 100%;
}
.category-icons .category-icons-header h1 {
  margin-bottom: 1em;
}
.category-icons .category-icons-header p {
  margin-bottom: 2em;
}
.category-icons .category-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.category-icons .category-container .container-left {
  width: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .category-icons .category-container .container-left {
    width: 100%;
  }
}
.category-icons .category-container .container-left:hover img {
  filter: brightness(90%);
  transition: all 0.2s ease-in-out;
}
.category-icons .category-container .container-left h3 {
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #FFFFFF;
  font-size: 5em;
}
.category-icons .category-container .container-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .category-icons .category-container .container-right {
    width: 100%;
  }
}
.category-icons .category-container .container-right .container-item {
  width: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.category-icons .category-container .container-right .container-item:hover img {
  filter: brightness(90%);
  transition: all 0.2s ease-in-out;
}
.category-icons .category-container .container-right .container-item:first-of-type h6, .category-icons .category-container .container-right .container-item:first-of-type h3 {
  color: #0068B5;
}
.category-icons .category-container .container-right .container-item h6 {
  position: absolute;
  top: 1em;
  left: 2em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.category-icons .category-container .container-right .container-item h3 {
  position: absolute;
  bottom: 1em;
  left: 1em;
  color: #FFFFFF;
  width: 70%;
}
.category-icons .featured-left, .category-icons .featured-right {
  width: 50%;
  margin-top: 1em;
  text-align: left !important;
  position: relative;
}
@media (max-width: 767px) and (min-width: 320px) {
  .category-icons .featured-left, .category-icons .featured-right {
    width: 100%;
    margin: 1em 0 0 0 !important;
  }
}
.category-icons .featured-left .featured-text, .category-icons .featured-right .featured-text {
  position: absolute;
  left: 4em;
  bottom: 4em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .category-icons .featured-left .featured-text, .category-icons .featured-right .featured-text {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.category-icons .featured-left .featured-text h1, .category-icons .featured-right .featured-text h1 {
  color: #FFFFFF;
  text-align: left !important;
}
.category-icons .featured-left .featured-text h1:nth-of-type(1), .category-icons .featured-right .featured-text h1:nth-of-type(1) {
  font-weight: 400;
}
.category-icons .featured-left .featured-text h1:nth-of-type(2), .category-icons .featured-right .featured-text h1:nth-of-type(2) {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.category-icons .featured-left .featured-text a, .category-icons .featured-right .featured-text a {
  color: #FFFFFF;
}
.category-icons .featured-left {
  margin-right: 0.5em;
}
.category-icons .featured-right {
  margin-left: 0.5em;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(0.7, 0.7);
  }
  to {
    opacity: 1;
  }
}
.fade-in-element {
  animation: fade-in 1.4s;
}

.hidden {
  opacity: 0;
}

.side-kick .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 !important;
  max-width: 100%;
}
.side-kick .wrapper .item {
  width: 50%;
  padding: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .side-kick .wrapper .item {
    width: 100%;
  }
}
.side-kick .wrapper .item a {
  display: block;
}
.side-kick .wrapper .item img {
  width: 100%;
  max-width: 100%;
}
.side-kick .wrapper .item .mobile-image {
  display: none;
}
@media screen and (max-width: 768px) {
  .side-kick .wrapper .item .mobile-image {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .side-kick .wrapper .item .mobile-image + .desktop-image {
    display: none;
  }
}
.side-kick .wrapper .item .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 1rem;
}
.side-kick .wrapper .item .text-wrapper div {
  align-self: center;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .side-kick .wrapper .item .text-wrapper div {
    align-self: flex-end;
  }
}

.callout .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: left;
  background-color: transparent;
  padding: 5rem 1rem !important;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .callout .wrapper {
    justify-content: space-evenly;
  }
}
.callout .wrapper .left, .callout .wrapper .right {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) and (min-width: 320px) {
  .callout .wrapper .left, .callout .wrapper .right {
    width: 100%;
  }
}
.callout .wrapper .left img, .callout .wrapper .right img {
  max-width: 600px;
  width: 100%;
  align-self: center;
}
@media (max-width: 767px) and (min-width: 320px) {
  .callout .wrapper .left, .callout .wrapper .right {
    width: 100%;
  }
  .callout .wrapper .left img, .callout .wrapper .right img {
    max-width: 100%;
  }
}
.callout .wrapper .left div, .callout .wrapper .right div {
  align-self: center;
  padding: 2rem 4rem;
}
.callout .wrapper .left div h1, .callout .wrapper .right div h1 {
  text-align: left;
  line-height: 120%;
  margin-bottom: 2rem;
}
.callout .wrapper .left div p, .callout .wrapper .right div p {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) and (min-width: 320px) {
  .callout .wrapper .left div, .callout .wrapper .right div {
    padding: 0 2rem;
  }
  .callout .wrapper .left div h2, .callout .wrapper .right div h2 {
    text-align: left;
    line-height: 100%;
    margin-bottom: 2rem;
  }
  .callout .wrapper .left div p, .callout .wrapper .right div p {
    font-size: 1rem;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .callout .wrapper .left div, .callout .wrapper .right div {
    padding: 1rem 2rem;
    /*                    h2 {
        text-align: left;
        line-height: 100%;
        margin-bottom: 2rem;
    }

    p {
        font-size: 1.375rem;
        line-height: 135%;
        font-weight: 400;
        margin-bottom: 2.5rem;
    }*/
  }
}

@media screeen and (max-width: 768px) {
  .callout1 .wrapper .right {
    padding-top: 2rem;
  }
}

.callout2 .wrapper .left {
  order: 1;
}
@media screeen and (max-width: 768px) {
  .callout2 .wrapper .left {
    padding-top: 2rem;
  }
}
.callout2 .wrapper .right {
  justify-content: flex-start;
  order: 2;
  text-align: left;
}

.virtual-catalog h3 {
  width: 100%;
}
.virtual-catalog .catalog-line {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  background-color: transparent;
}
.virtual-catalog .catalog-line .left {
  justify-content: flex-start;
}

.product-spotlight .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #FFFFFF;
  position: relative;
  z-index: 0;
  border: 1px solid #f3f3f3;
}
.product-spotlight .wrapper .product-spotlight-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
  opacity: 0.4;
}
.product-spotlight .wrapper .left {
  width: 30%;
  align-self: center;
  text-align: center;
  border: 20px solid transparent;
}
@media (max-width: 767px) and (min-width: 320px) {
  .product-spotlight .wrapper .left {
    width: 100%;
    margin-top: 2em;
  }
}
.product-spotlight .wrapper .left .owl-carousel:after {
  display: none;
}
.product-spotlight .wrapper .left .owl-next, .product-spotlight .wrapper .left .owl-prev {
  font-size: 1em !important;
}
.product-spotlight .wrapper .left .owl-next {
  right: -0.5em !important;
}
.product-spotlight .wrapper .left .owl-prev {
  left: -0.5em !important;
}
.product-spotlight .wrapper .left img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.product-spotlight .wrapper .right {
  width: 50%;
  align-self: center;
  padding: 2em 4em;
  background-color: transparent;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) and (min-width: 320px) {
  .product-spotlight .wrapper .right {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
    padding: 2em;
  }
}
.product-spotlight .wrapper .right h5 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 1em;
  color: #000000;
  line-height: 1;
}
.product-spotlight .wrapper .right p {
  text-align: left;
  color: #000000;
  margin-bottom: 1.5em;
}
.product-spotlight .wrapper .right .bracket-left, .product-spotlight .wrapper .right .bracket-right {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 10px solid #FFFFFF;
}
.product-spotlight .wrapper .right .owl-next, .product-spotlight .wrapper .right .owl-prev {
  font-size: 1em !important;
}
.product-spotlight .wrapper .right .bracket-left {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
}
.product-spotlight .wrapper .right .bracket-right {
  bottom: 0;
  right: 0;
  border-top: 0;
  border-left: 0;
}
.product-spotlight .wrapper .product-spotlight-badge {
  position: absolute;
  left: -14px;
  top: 1.5em;
  z-index: 10;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product-spotlight .wrapper .product-spotlight-badge {
    top: 0.9em;
  }
}
.product-spotlight .wrapper .product-spotlight-badge span {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  background-color: #000000;
  font-weight: bold;
  display: block;
  padding: 1em;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product-spotlight .wrapper .product-spotlight-badge span {
    padding: 0.5em 0.75em;
    font-size: 0.9em;
  }
}
.product-spotlight .wrapper .product-spotlight-badge:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 1px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #727478;
  transform: rotate(45deg);
}

.featured-products, .cross-sells {
  z-index: 0;
  width: 100%;
}
.featured-products .wrapper, .cross-sells .wrapper {
  background-color: transparent;
  position: relative;
  width: 100%;
  padding: 5rem 1rem;
}
.featured-products .wrapper .tns-outer, .cross-sells .wrapper .tns-outer {
  position: relative;
  padding: 2rem 3rem !important;
}
.featured-products .wrapper .tns-outer #featured-products-carousel-iw, .cross-sells .wrapper .tns-outer #featured-products-carousel-iw {
  margin-right: 0 !important;
}
.featured-products .wrapper .tns-outer .tns-controls, .cross-sells .wrapper .tns-outer .tns-controls {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  left: 1rem;
  margin: auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 0;
}
.featured-products .wrapper .tns-outer .tns-controls button, .cross-sells .wrapper .tns-outer .tns-controls button {
  background: none;
  outline: 0;
  border: 0;
  font-size: 2rem;
}
.featured-products .wrapper .tns-horizontal .tns-item, .cross-sells .wrapper .tns-horizontal .tns-item {
  display: inline-flex !important;
}
.featured-products .wrapper .featured-products-carousel, .cross-sells .wrapper .featured-products-carousel {
  padding: 1rem;
}
.featured-products .section-title, .cross-sells .section-title {
  margin-bottom: 2rem;
  text-align: center;
}
.featured-products p, .cross-sells p {
  text-align: center;
  width: 100%;
  font-size: 1.25rem;
}
.featured-products .featured-products-carousel, .cross-sells .featured-products-carousel {
  display: flex;
}
.featured-products .product_item, .cross-sells .product_item {
  width: 100%;
  padding: 1rem;
  margin: 0;
  background-color: #FFFFFF;
  transition: all 0.2s ease-in-out;
}
.featured-products .product_item a, .cross-sells .product_item a {
  display: block;
  flex-wrap: wrap;
  text-align: right;
}
.featured-products .product_item a .product-values, .cross-sells .product_item a .product-values {
  line-height: initial !important;
  white-space: initial !important;
}
.featured-products .product_item a .product-values .product-title, .cross-sells .product_item a .product-values .product-title {
  padding: 0.5rem 0;
}
.featured-products .product_item a .product-values .product_price, .cross-sells .product_item a .product-values .product_price {
  padding: 0.5rem 0;
}
.featured-products .product_item:hover, .cross-sells .product_item:hover {
  transition: all 0.2s ease-in-out;
}

.showcase-products .showcase-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.showcase-products .showcase-container .showcase-item {
  width: 32%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 767px) and (min-width: 320px) {
  .showcase-products .showcase-container .showcase-item {
    width: 100%;
    margin-bottom: 1em;
  }
}
.showcase-products .showcase-container .showcase-item a {
  text-decoration: none;
}
.showcase-products .showcase-container .showcase-item a .item-image {
  width: 100%;
}
.showcase-products .showcase-container .showcase-item a .item-image img {
  width: 100%;
}
.showcase-products .showcase-container .showcase-item a h4 {
  background-color: #f3f3f3;
  padding: 1em;
  width: 100%;
  height: 100%;
  display: block;
  color: #000000;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.showcase-products .showcase-container .showcase-item a:hover {
  text-decoration: none;
}
.showcase-products .showcase-container .showcase-item a:hover h4 {
  background-color: #000000;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
}

.shop-by-category {
  background-color: #ffffff;
  margin: 0 !important;
  padding: 2em 0;
}
.shop-by-category .wrapper {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
  background: transparent;
}
.shop-by-category .wrapper .category {
  width: 30%;
  margin: 1%;
  display: inline-block;
  vertical-align: text-top;
}
.shop-by-category .wrapper .category:last-of-type {
  margin-right: auto;
}
@media (max-width: 767px) and (min-width: 320px) {
  .shop-by-category .wrapper .category {
    width: 47%;
  }
}
.shop-by-category .wrapper .category a {
  display: block;
  transition: 0.1s all ease-in-out;
  overflow: hidden;
}
.shop-by-category .wrapper .category a span {
  overflow: hidden;
  position: relative;
}
.shop-by-category .wrapper .category a img {
  width: 100%;
}
.shop-by-category .wrapper .category a .title-wrapper {
  padding: 0.5em;
  background-color: #f3f3f3;
  position: relative;
  z-index: 5;
}
.shop-by-category .wrapper .category a .title-wrapper h4 {
  width: 100%;
  font-weight: 400;
  padding: 1em;
  margin: 0;
  color: #0068B5;
  transition: all 0.2s ease-in-out;
}
.shop-by-category .wrapper .category a .title-wrapper h4 i {
  font-weight: 400;
  font-size: 0.8rem;
  margin-left: 0.25rem;
}
.shop-by-category .wrapper .category a:hover {
  text-decoration: none;
  color: #00A3F6;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.1);
  transition: 0.1s all ease-in-out;
}
.shop-by-category .wrapper .category a:hover .title-wrapper {
  background-color: #ffffff;
}
.shop-by-category .wrapper .category a:hover img {
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}

.special-order-home {
  width: 100%;
  background-color: #0068B5;
  padding: 5em 1em;
  color: #FFFFFF;
  margin: 0;
}
.special-order-home .special-order-wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.special-order-home .special-order-wrapper a {
  color: #FFFFFF;
  text-decoration: underline;
}
.special-order-home .special-order-wrapper a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.special-order-home .special-order-wrapper a:hover:active, .special-order-home .special-order-wrapper a:hover:focus, .special-order-home .special-order-wrapper a:hover:visited {
  color: #FFFFFF;
}
.special-order-home .special-order-wrapper a:active, .special-order-home .special-order-wrapper a:focus, .special-order-home .special-order-wrapper a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}
.special-order-home .special-order-wrapper h2 {
  margin-bottom: 2rem;
}
.special-order-home .special-order-wrapper button {
  margin: 2rem 0;
}
.special-order-home .special-order-wrapper .spo-verbiage {
  padding: 2rem;
  width: 33.33%;
  text-align: left;
}
@media (max-width: 1000px) {
  .special-order-home .special-order-wrapper .spo-verbiage {
    width: 100%;
    order: 2;
  }
}
.special-order-home .special-order-wrapper .intro-verbiage {
  padding: 2rem;
  width: 33.33%;
  text-align: left;
}
@media (max-width: 1000px) {
  .special-order-home .special-order-wrapper .intro-verbiage {
    width: 100%;
    order: 1;
  }
  .special-order-home .special-order-wrapper .intro-verbiage img {
    display: none;
  }
}
.special-order-home .special-order-wrapper .program-verbiage {
  padding: 2rem;
  width: 33.33%;
  text-align: left;
}
@media (max-width: 1000px) {
  .special-order-home .special-order-wrapper .program-verbiage {
    width: 100%;
    order: 3;
  }
}

.special-order {
  padding: 3em 0 5em 0 !important;
}
.special-order h5 {
  border-bottom: 1px solid #f3f3f3;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #252525;
  margin: 1em auto 2em auto;
  width: 100%;
  max-width: 800px;
}
.special-order .cognito {
  width: 100%;
}

.cog-cognito input[type=radio] {
  margin: 0 0.5rem 0 0;
}
.cog-cognito label[role=radio] {
  font-size: 1rem;
}
.cog-cognito label[role=radio] input[type=radio] {
  margin: 0 0.5rem 0 0;
}
.cog-cognito a {
  color: #00A3F6;
}
.cog-cognito a:hover {
  text-decoration: underline;
  color: #00A3F6;
}
.cog-cognito a:hover:active, .cog-cognito a:hover:focus, .cog-cognito a:hover:visited {
  color: #00A3F6;
}
.cog-cognito a:active, .cog-cognito a:focus, .cog-cognito a:visited {
  color: #00A3F6;
}

.virtual-catalogs {
  padding-top: 2rem !important;
}
.virtual-catalogs h3 {
  width: 100%;
  color: #0068B5;
}
@media screen and (max-width: 768px) {
  .virtual-catalogs h3 {
    text-align: center;
  }
}
.virtual-catalogs p {
  width: 100%;
  margin-bottom: 1rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .virtual-catalogs p {
    text-align: center;
  }
}
.virtual-catalogs p a {
  color: #00A3F6;
}
.virtual-catalogs p a:hover {
  color: #00A3F6;
}
.virtual-catalogs .wrapper .catalog-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3rem 0;
}
.virtual-catalogs .wrapper .catalog-line .left {
  width: 40%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .virtual-catalogs .wrapper .catalog-line .left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.virtual-catalogs .wrapper .catalog-line .right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) and (min-width: 320px) {
  .virtual-catalogs .wrapper .catalog-line .right {
    width: 100%;
  }
}
.virtual-catalogs .wrapper .catalog-line .right div {
  align-self: center;
  text-align: left;
}
.virtual-catalogs .wrapper .catalog-line .right div h1, .virtual-catalogs .wrapper .catalog-line .right div p {
  text-align: left !important;
  margin-bottom: 1rem;
}
@media (max-width: 767px) and (min-width: 320px) {
  .virtual-catalogs .wrapper .catalog-line:nth-of-type(even) .description {
    order: 2;
  }
  .virtual-catalogs .wrapper .catalog-line:nth-of-type(even) .thumbnail {
    order: 1;
  }
}

.opt-in {
  background-color: #00A3F6;
  margin: 0;
  padding: 0.5rem 1rem;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.opt-in .opt-in-wrapper {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  align-content: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) and (min-width: 320px) {
  .opt-in .opt-in-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .opt-in .opt-in-wrapper {
    flex-wrap: wrap;
  }
}
.opt-in .opt-in-wrapper p {
  color: #FFFFFF;
  margin: 0;
  padding: 0 0.5rem;
}
@media (max-width: 767px) and (min-width: 320px) {
  .opt-in .opt-in-wrapper p {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .opt-in .opt-in-wrapper p {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
.opt-in .opt-in-wrapper button {
  height: auto;
  min-width: unset;
}

#email-optin-modal .modal-header {
  padding-bottom: 0;
}
#email-optin-modal .modal-body {
  display: flex;
  padding: 2rem 2rem 5rem 2rem;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
#email-optin-modal .modal-body #home-opt-in-form {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
#email-optin-modal .modal-body #home-opt-in-form h4 {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 767px) and (min-width: 320px) {
  #email-optin-modal .modal-body #home-opt-in-form {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  #email-optin-modal .modal-body #home-opt-in-form {
    width: 100%;
    justify-content: center;
  }
}
#email-optin-modal .modal-body #home-opt-in-form input {
  margin: 0 0 1rem 0;
  height: 35px;
  line-height: 35px;
  border-radius: 2px;
  width: 100%;
}
#email-optin-modal .modal-body #home-opt-in-form button {
  width: 100%;
  min-width: 100px !important;
  max-width: unset;
}

#opt-in-success, #opt-in-failure {
  display: none;
  text-align: center;
  width: 100%;
}

.hide-opt-in-banner {
  transition: all 0.5s ease-in-out;
  padding: 0;
  height: 0;
}

.category_products {
  background-color: #FFFFFF;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.9rem;
  width: 95%;
}
.category_products .right_content {
  width: 75%;
  margin-bottom: 2em;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .category_products .right_content {
    width: 100%;
  }
}
.category_products .right_content h1 {
  text-align: left;
  font-size: 1.5rem;
  margin-left: 0.25em;
  margin-bottom: 1em;
  color: #252525;
  font-weight: 400;
  display: inline;
}
.category_products .right_content h3 {
  text-align: center;
}
.category_products .right_content .search_title h4 {
  display: inline;
}
.category_products .right_content .displayby {
  float: left;
}
.category_products .right_content .displayby a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.category_products .right_content .displayby a:hover {
  color: #FFF;
}
.category_products .right_content .category-product-list ul {
  list-style: none;
  margin: 0;
}
.category_products .right_content .category-product-list ul li {
  display: inline-block;
  margin: 0.5em;
}
.category_products .right_content .category-product-list .contain-products {
  display: inline-flex;
  width: 100%;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .category_products .right_content .category-product-list .contain-products {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .category_products .right_content .category-product-list .contain-products {
    flex-wrap: wrap;
  }
}
.category_products .right_content .category-product-list .contain-products .product_item {
  margin: 0.25em;
  padding: 0.5em 1em;
  /*border: 1px solid $grayLight;*/
  width: 25%;
  display: inline-block;
  position: relative;
  text-align: right;
  vertical-align: text-top;
  min-height: 375px;
}
@media (max-width: 767px) and (min-width: 320px) {
  .category_products .right_content .category-product-list .contain-products .product_item {
    width: 47%;
    min-height: 0;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .category_products .right_content .category-product-list .contain-products .product_item {
    width: 48%;
    min-height: 460px;
  }
}
.category_products .right_content .category-product-list .contain-products .product_item:after {
  content: "";
  flex: auto;
}
.category_products .right_content .category-product-list .contain-products .product_item:last-of-type {
  margin-right: auto;
}
.category_products .right_content .category-product-list .contain-products .product_item form {
  margin: 0;
}
.category_products .right_content .category-product-list .contain-products .product_item form i {
  color: #0068B5;
}
.category_products .right_content .category-product-list .contain-products .product_item .add-to-wishlist-from-list {
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.category_products .right_content .category-product-list .contain-products .product_item .add-to-wishlist-from-list:hover {
  transition: all 0.1s ease-in-out;
}
.category_products .right_content .category-product-list .contain-products .product_item .add-to-wishlist-from-list:hover:before {
  content: "\f004";
  transition: all 0.1s ease-in-out;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .category_products .right_content .category-product-list .contain-products .product_item .add-to-wishlist-from-list {
    font-size: 1.75em;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .category_products .right_content .category-product-list .contain-products .product_item {
    height: 100%;
  }
}
.category_products .right_content .category-product-list .contain-products .product_item a {
  color: #252525;
}
.category_products .right_content .category-product-list .contain-products .product_item a i {
  color: #0068B5;
}
.category_products .right_content .category-product-list .contain-products .product_item a:hover {
  text-decoration: none;
}
.category_products .right_content .category-product-list .contain-products .product_item .product_values {
  text-align: left;
}
.category_products .right_content .category-product-list .contain-products .product_item .product_values .tags {
  height: 2em;
  line-height: 2em;
  font-size: 0.8em;
  padding: 0.25em 0;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #f3f3f3;
  margin: 0.75em 0 0.5em 0;
}
.category_products .right_content .category-product-list .contain-products .product_item .product_values .product_title {
  margin-bottom: 0.25em;
}
.category_products .right_content .category-product-list .contain-products .product_item .product_values .product_title:hover {
  transition: all 0.1s ease-in-out;
  color: #0068B5;
}
.category_products .right_content .category-product-list .category-header {
  position: relative;
  padding: 1em;
}
.category_products .right_content .category-product-list .category-header hr {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  margin: 2em 0;
}
.category_products .right_content .category-product-list .category-header .category-page-title {
  font-weight: 500;
  font-size: 1.2em;
  color: #0068B5;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  padding: 0.9em 1em 0.25em 0.25em;
}
.category_products .right_content .category-product-list .category-header .category-page-title a {
  color: #0068B5;
}
.category_products .right_content .category-product-list .category-header .category-page-title a:hover {
  text-decoration: none !important;
}
.category_products .right_content .category-product-list .category-header .view-all-products {
  position: absolute;
  right: 0;
  bottom: 1.3em;
  background-color: #FFFFFF;
  padding: 1em;
  color: #000000;
}
.category_products .right_content .category-product-list .category-header .view-all-products:visited {
  color: #000000;
}
.category_products .right_content .category-product-list .category-header .view-all-products:focus {
  color: #000000;
}
.category_products .right_content .category-product-list .category-header .view-all-products:active {
  color: #000000;
}
.category_products .right_content .category-product-list .featured-products {
  margin-top: 3em;
}
.category_products .right_content .category-product-list .featured-products h2 {
  margin-bottom: 1em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .category_products .right_content {
    padding-left: 0;
    width: 100%;
  }
}
.category_products .search-results {
  width: 100%;
  min-height: 100vh;
}
.category_products .search-results h5 {
  border-bottom: 1px solid #f3f3f3;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #252525;
  margin-bottom: 2em;
  width: 100%;
}
.category_products .search-results .product_grid .product_list .product_item {
  width: 24%;
}
.category_products #product-list-view, .category_products #product-grid-view {
  font-size: 1em;
  width: auto;
  cursor: pointer;
  height: 30px;
  float: right;
  line-height: 30px;
  margin-right: 1em;
  color: #252525;
  display: inline;
}
.category_products #product-list-view i, .category_products #product-grid-view i {
  margin-right: 0.5em;
}
.category_products #product-list-view:hover, .category_products #product-grid-view:hover {
  color: #000000;
}
@media (max-width: 767px) and (min-width: 320px) {
  .category_products #product-list-view, .category_products #product-grid-view {
    display: none !important;
  }
}
.category_products #product-list-view {
  display: none;
}
.category_products .sortby {
  float: right;
  text-align: left;
  margin-right: 0.5em;
}
.category_products .sortby form {
  margin: 0;
}
.category_products .sortby form .input-medium {
  text-transform: uppercase;
  text-align: left;
  height: auto;
  border-radius: 0;
  font-size: 0.9em;
}

.left_nav {
  width: 21%;
  min-height: 100vh;
}
@media (max-width: 767px) and (min-width: 320px) {
  .left_nav {
    min-height: 0;
    width: 100%;
    margin-bottom: 2em;
  }
  .left_nav select {
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .left_nav {
    width: 100%;
    min-height: 0;
    margin-bottom: 2em;
  }
  .left_nav ul {
    text-align: center;
  }
  .left_nav ul li {
    display: inline-block;
    width: auto !important;
  }
  .left_nav ul li a {
    padding: 0 0.5em;
  }
}
.left_nav h5 {
  margin: 10px 0 10px 0.5em;
  white-space: nowrap;
  font-size: 1em;
  font-weight: 600;
}
.left_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left_nav ul li {
  width: 100%;
  height: 2.2em;
  line-height: 2.2em;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  margin-bottom: 0.25em;
}
.left_nav ul li:hover {
  transition: all 0.1s ease-in-out;
}
.left_nav ul li:hover a {
  color: #0068B5;
}
.left_nav ul li a {
  color: #252525;
  width: 100%;
  padding-left: 0.5em;
}
.left_nav ul li a:hover {
  text-decoration: none;
}
.left_nav ul .selected {
  background-color: #0068B5;
}
.left_nav ul .selected:hover a {
  color: #FFFFFF !important;
}
.left_nav ul .selected a {
  color: #FFFFFF;
}
.left_nav .product-filter {
  margin-bottom: 1em;
  min-width: 147px;
  max-width: 230px;
  position: relative;
}
.left_nav .product-filter .clear {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75em;
  text-transform: uppercase;
}
.left_nav .product-filter .clear:hover {
  text-decoration: underline;
  cursor: pointer;
}
.left_nav .product-filter .submenu {
  display: none;
}
.left_nav .product-filter .is-expanded {
  display: block;
}
.left_nav .product-filter .filter-header {
  margin-bottom: 0.25em;
  padding: 0;
  border-bottom: 3px solid #0068B5;
  cursor: pointer;
}
.left_nav .product-filter .filter-header .rotate-caret {
  transform: rotate(-90deg);
}
.left_nav .product-filter .filter-header li {
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.left_nav .product-filter .filter-header li:nth-of-type(1) {
  font-size: 0.9em;
  font-weight: 500;
}
.left_nav .product-filter .filter-list {
  padding: 0.5em;
  overflow-y: scroll;
  overflow-x: hidden;
}
.left_nav .product-filter .filter-list input[type=checkbox] {
  margin-right: 0.5em;
  vertical-align: text-top;
}

@media (max-width: 1920px) and (min-width: 1025px) {
  .mobile-sub-categories {
    display: none;
  }
}

.if-mobile {
  display: none;
}
@media (max-width: 1920px) and (min-width: 1025px) {
  .if-mobile {
    display: block;
  }
}

.side-bar {
  width: 95%;
  margin: 4em auto 0 auto;
  max-width: 250px;
}
.side-bar a {
  display: block;
  border: 1px solid #f3f3f3;
}
@media (max-width: 767px) and (min-width: 320px) {
  .side-bar {
    display: none;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .side-bar {
    display: none;
  }
}

.product_grid {
  background-color: #FFFFFF;
}
.product_grid .clock-wrapper {
  display: none;
  margin: 2em 0;
}
.product_grid .clock-wrapper h5 {
  border-bottom: 1px solid #f3f3f3;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #252525;
  width: 100%;
}
.product_grid .product_list {
  list-style: none;
  margin: 0;
}

.product_item {
  margin: 0.25em;
  padding: 1em;
  width: 32%;
  display: inline-block;
  position: relative;
  text-align: right;
  vertical-align: text-top;
}
.product_item .fa-heart {
  color: #0068B5 !important;
}
.product_item:last-of-type {
  margin-right: auto;
}
.product_item form {
  margin: 0;
}
.product_item .add-to-wishlist-from-list {
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.product_item .add-to-wishlist-from-list:hover {
  transition: all 0.1s ease-in-out;
}
.product_item .add-to-wishlist-from-list:hover:before {
  content: "\f004";
  transition: all 0.1s ease-in-out;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product_item {
    width: 31%;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .product_item {
    width: 45%;
    padding: 0.5em;
  }
}
.product_item a {
  color: #252525;
}
.product_item a:hover {
  text-decoration: none;
}
.product_item .product_values {
  text-align: left;
  font-size: 0.9rem;
}
.product_item .product_values .tags {
  font-size: 0.8rem;
  padding: 0.25rem 0;
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  height: 22px;
  align-content: center;
  align-items: center;
}
.product_item .product_values .tags span {
  align-self: center;
  padding-right: 0.25rem;
}
.product_item .product_values .tags span img {
  width: 20px;
}
.product_item .product_values .tags .product-tag-limitedsupply {
  color: #00A3F6;
  font-weight: 500;
}
.product_item .product_values .tags .product-tag-new {
  color: green;
  font-weight: 500;
}
.product_item .product_values .product_title {
  margin-bottom: 0.25em;
}
.product_item .product_values .product_title:hover {
  transition: all 0.1s ease-in-out;
  color: #0068B5;
}
.product_item .product_values .product_description {
  display: none;
}
.product_item .product_values .product_description div, .product_item .product_values .product_description p, .product_item .product_values .product_description span, .product_item .product_values .product_description ul, .product_item .product_values .product_description li {
  font-family: "Intel Clear", sans-serif !important;
  font-size: 1em !important;
}
.product_item .product_values .product_price {
  color: #000000;
  font-weight: bold;
}

.in-wishlist:before {
  content: "\f004" !important;
  transition: all 0.1s ease-in-out !important;
}

#product-price {
  display: inline;
}

.price_old {
  text-decoration: line-through;
}

.list-view .product_item {
  width: 100% !important;
  display: flex !important;
  min-height: 0 !important;
  border-bottom: 1px solid #f3f3f3 !important;
  text-align: left !important;
  padding: 2em 0 !important;
}
.list-view form a {
  margin: 0 !important;
}
.list-view .product_list a:nth-of-type(1) {
  width: 30%;
  margin-right: 5em;
}
.list-view .product_list a:nth-of-type(2) {
  width: 70% !important;
  display: flex;
}
.list-view .product_list a:nth-of-type(2) .product_values {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.list-view .product_list a:nth-of-type(2) .product_values .tags {
  order: 3;
  width: 100%;
  border-bottom: 0 !important;
}
.list-view .product_list a:nth-of-type(2) .product_values .product_title {
  order: 1;
  width: 100%;
}
.list-view .product_list a:nth-of-type(2) .product_values .product_price {
  order: 2;
  width: 100%;
}
.list-view .product_list a:nth-of-type(2) .product_values .product_description {
  width: 100%;
  order: 4;
  display: block !important;
}

.product_details {
  background-color: #FFFFFF;
  max-width: 1200px;
  width: 95%;
  position: relative;
  margin: 0 auto;
  padding: 0 0 5em 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_details .product_image {
  width: 50%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .product_details .product_image {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product_details .product_image {
    width: 60%;
  }
}
.product_details .product_image #multiple_product_images {
  margin-top: 20px;
  overflow: hidden;
}
.product_details .product_image #multiple_product_images #gallery-controls {
  margin: 0 auto;
  width: 206px;
  position: relative;
  top: -50px;
}
.product_details .product_image #multiple_product_images #prev, .product_details .product_image #multiple_product_images #next {
  display: block;
  line-height: 70px;
  padding: 5px;
}
.product_details .product_image #multiple_product_images #prev:hover, .product_details .product_image #multiple_product_images #prev:focus, .product_details .product_image #multiple_product_images #next:hover, .product_details .product_image #multiple_product_images #next:focus {
  text-decoration: none;
  background-color: white;
}
.product_details .product_image #multiple_product_images #prev:active, .product_details .product_image #multiple_product_images #next:active {
  background-color: white;
}
.product_details .product_image #multiple_product_images #prev {
  float: left;
}
.product_details .product_image #multiple_product_images #next {
  float: right;
}
.product_details .product_image #multiple_product_images #multiple_inner {
  overflow: hidden;
  width: 166px;
  position: relative;
  margin: 0 auto;
}
.product_details .product_image #multiple_product_images #multiple_inner #gallery {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}
.product_details .product_image #multiple_product_images #multiple_inner #gallery li {
  float: left;
  margin-right: 5px;
}
.product_details .product_image #multiple_product_images #multiple_inner #gallery li img {
  height: 80px;
  width: 80px;
  max-width: none;
}
.product_details .product_image #multiple_product_images #multiple_inner #gallery li .ie8 img {
  height: auto;
  width: auto;
}
.product_details .product_info {
  width: 40%;
  font-size: 0.9rem;
}
.product_details .product_info form {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) and (min-width: 320px) {
  .product_details .product_info {
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product_details .product_info {
    width: 38%;
  }
}
.product_details .product_info .product-details {
  list-style: none;
  margin: 0 0 1em 0;
  order: 1;
}
.product_details .product_info .product-details .tags {
  padding: 0.25rem 0;
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.product_details .product_info .product-details .tags span {
  align-self: center;
  padding-right: 0.25rem;
}
.product_details .product_info .product-details .tags span img {
  width: 30px;
}
.product_details .product_info .product-details .tags .product-tag-limitedsupply {
  color: #00A3F6;
  font-weight: 500;
}
.product_details .product_info .product-details .tags .product-tag-new {
  color: green;
  font-weight: 500;
}
.product_details .product_info .product-details #product-title {
  font-family: "Intel One";
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.product_details .product_info .product-details #product-number {
  color: #A6A7AA;
  margin-bottom: 1em;
}
.product_details .product_info .product-details #product-price {
  color: #252525;
  font-size: 1.5em;
  display: inline;
  font-family: "Intel One";
  font-weight: 600;
  margin-bottom: 1em;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product_details .product_info .product-details #product-price {
    font-size: 1.2em;
  }
}
.product_details .product_info .product-details .tags {
  display: flex;
  padding: 0.25rem 0;
}
.product_details .product_info .product-details .tags span {
  padding: 0 0.25rem;
}
.product_details .product_info .product-details .tags span img {
  max-width: 30px;
  width: 100%;
}
.product_details .product_info .product-details #product-points {
  font-size: 1.4em;
  color: #252525;
  padding: 0 0.25em;
  display: inline;
}
.product_details .product_info .product-details #inventory {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.product_details .product_info .product-details .highlight-stock {
  font-style: italic;
  color: #00A3F6;
}
.product_details .product_info .product-details-header {
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 1em;
}
.product_details .product_info .description-list {
  margin: 0 0 2em 0;
  list-style: none;
  order: 2;
  font-size: 0.9rem;
}
@media (max-width: 767px) and (min-width: 320px) {
  .product_details .product_info .description-list {
    order: 4;
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product_details .product_info .description-list {
    order: 4;
    width: 100%;
  }
}
.product_details .product_info .description-list li ul {
  margin: 1em 0 1em 1em;
  list-style: disc;
}
.product_details .product_info .description-list li ul li {
  font-family: "Intel Clear", sans-serif !important;
  font-weight: 300 !important;
  color: #000000 !important;
  margin-bottom: 0.5em !important;
}
.product_details .product_info .description-list #product-description {
  font-weight: 300 !important;
}
.product_details .product_info .description-list #product-description a {
  color: #00AEEF !important;
  text-decoration: underline !important;
}
.product_details .product_info .description-list #product-description-see-more a {
  color: #004A86;
  font-size: 0.8em;
}
.product_details .product_info .description-list #licensed-image {
  width: 150px;
  margin: 1em 0 3em 0;
}
@media (max-width: 767px) and (min-width: 320px) {
  .product_details .product_info .description-list #licensed-image {
    margin: 1em auto 3em auto;
  }
}
.product_details .product_info .product-options {
  list-style: none;
  position: relative;
  margin: 0;
  order: 3;
  width: 100%;
  margin: 0;
  display: inline-block;
}
@media (max-width: 767px) and (min-width: 320px) {
  .product_details .product_info .product-options {
    margin-bottom: 2em;
    order: 2;
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product_details .product_info .product-options {
    order: 2;
    width: 100%;
  }
}
.product_details .product_info .product-options #qty {
  width: 50px;
  display: none;
}
.product_details .product_info .product-options li {
  margin: 1em 0;
}
.product_details .product_info .product-options li label, .product_details .product_info .product-options li span, .product_details .product_info .product-options li select {
  display: inline-block;
}
.product_details .product_info .product-options li label {
  width: 25%;
}
.product_details .product_info .product-options li select, .product_details .product_info .product-options li input {
  width: auto;
}
.product_details .product_info .product-options ul {
  width: 100%;
  list-style: none;
  margin: 0;
  display: inline-block;
}
.product_details .product_info .product-options ul li {
  margin: 1em 0;
}
.product_details .product_info .product-options ul li label, .product_details .product_info .product-options ul li span, .product_details .product_info .product-options ul li select {
  display: inline-block;
}
.product_details .product_info .product-options ul li label {
  width: 25%;
}
.product_details .product_info .product-options ul li select {
  width: auto;
}
.product_details .product_info .product-options ul .Size-style-dropdown select {
  width: auto;
}
.product_details .product_info .product-options ul .Color-style-dropdown select {
  width: auto;
}
.product_details .product_info .product-options .size-chart-guide i {
  margin-right: 0.5em;
}
.product_details .product_info .vgc-options label {
  width: 100% !important;
}
.product_details .product_info #size-chart-details {
  color: #00A3F6;
  font-size: 0.9rem;
  float: right;
  font-weight: 500;
}
.product_details .product_info #size-chart-details:hover {
  color: #00A3F6;
  font-weight: 500;
  text-decoration: underline;
}
.product_details .product_info #fit-type {
  font-style: italic;
  color: red;
}
.product_details .product_info .add-to-action {
  display: flex;
  flex-wrap: wrap;
  padding: 2em 0 2em 0;
  order: 4;
}
@media (max-width: 767px) and (min-width: 320px) {
  .product_details .product_info .add-to-action {
    order: 3;
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product_details .product_info .add-to-action {
    order: 3;
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .product_details .product_info .add-to-action {
    padding: 0;
    width: 100%;
  }
  .product_details .product_info .add-to-action button, .product_details .product_info .add-to-action input {
    width: 100%;
    margin: 0 0 1em 0;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product_details .product_info .add-to-action button, .product_details .product_info .add-to-action input {
    float: none;
    width: 100%;
    text-align: center !important;
    margin: 0 0 1em 0;
  }
}
.product_details .product_info .add-to-action .notify-stock {
  padding: 2rem;
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product_details .product_info .add-to-action .notify-stock {
    padding: 1rem;
  }
}
.product_details .product_info .add-to-action .notify-stock p {
  width: 100%;
  margin-bottom: 1.5rem;
}
.product_details .product_info .add-to-action .notify-stock label {
  width: 100%;
  margin-top: 1rem;
  display: flex;
}
.product_details .product_info .add-to-action .notify-stock label span {
  align-self: center;
  line-height: 1.2;
}
.product_details .product_info .add-to-action .notify-stock input[type=checkbox] {
  width: 22px;
  height: 22px;
}
.product_details .product_info .add-to-action .notify-stock #notify-stock-email {
  width: 100%;
  height: initial;
  margin-bottom: 0;
  text-align: left !important;
}
@media (max-width: 767px) and (min-width: 320px) {
  .product_details .product_info .add-to-action .notify-stock #notify-stock-email {
    margin: 0 0 0 0 !important;
  }
}
.product_details .product_info .add-to-action .notify-stock #notify-stock-qty {
  margin: 0 0 0.5rem 0;
  max-width: 4rem;
  width: 100%;
  text-align: left !important;
}
.product_details .product_info .add-to-action .notify-stock button {
  margin-top: 1rem;
}
@media (max-width: 767px) and (min-width: 320px) {
  .product_details .product_info .add-to-action .notify-stock button, .product_details .product_info .add-to-action .notify-stock input {
    width: 100%;
    max-width: 100%;
    margin: 1rem 0 1em 0;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .product_details .product_info .add-to-action .notify-stock button, .product_details .product_info .add-to-action .notify-stock input {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 1rem 0 1em 0;
  }
}
.product_details .product_info .add-to-action .notify-stock .input-hidden {
  display: none;
}
.product_details .product_info .add-to-action .notify-stock .input-hidden, .product_details .product_info .add-to-action .notify-stock select {
  width: 100%;
  max-width: 100px;
  height: 56px;
}
.product_details .product_info .add-to-action .notify-stock #user-email {
  font-weight: bold;
}
.product_details .product_info .add-to-action #notify-stock-success, .product_details .product_info .add-to-action #notify-stock-fail {
  display: none;
}
@media (max-width: 767px) and (min-width: 320px) {
  .product_details .product_info #order {
    overflow-x: scroll;
  }
}
.product_details .product_info .price, .product_details .product_info #price, .product_details .product_info #modal-price {
  margin: 10px 0;
  font-size: 24px;
  padding-bottom: 10px;
}
.product_details .product_info .price a, .product_details .product_info #price a, .product_details .product_info #modal-price a {
  color: #000;
}
.product_details .product_info .price .saleprice, .product_details .product_info #price .saleprice, .product_details .product_info #modal-price .saleprice {
  display: block;
  text-decoration: line-through;
  color: #000000;
}
.product_details .product_info label, .product_details .product_info .custom-prompt {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.5px;
  cursor: default;
}
.product_details .product_info .custom-wrapper {
  margin-top: 20px;
}
.product_details .product_info .custom-line {
  display: block;
  width: 100%;
}
.product_details .product_info .qty {
  padding-left: 50px;
}
.product_details .product_info #priceTip {
  border-bottom: 1px dotted green;
}
.product_details .product_info a:link {
  text-decoration: none;
}
.product_details .product_info .add_field .btn {
  font-size: 14px;
  line-height: 18px;
}
.product_details .product_info .add_field .btn-add {
  margin: 0 1px 10px 0;
  font-size: 14px;
}
.product_details .product_info .add_field label {
  display: inline-block;
  font-weight: 700;
}
.product_details .product_info .add_field .size {
  margin: 0 1px 10px 0;
}
.product_details .product_info .add_field input[type=text] {
  height: 28px;
}
.product_details .product_info .table-head {
  font-weight: bold;
  padding: 10px;
  background: #f2f2f2;
}
.product_details .product_info table.multiple {
  width: 100%;
  margin-bottom: 15px;
}
.product_details .product_info table.multiple td {
  padding: 5px 10px;
}

.virtualholder label {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 0 0 0;
  letter-spacing: 0.5px;
  cursor: default;
}
.virtualholder span.required {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
}
.virtualholder .items .itemholder {
  margin: 30px 0;
  border: 1px solid #eee;
  padding: 40px 0;
}
.virtualholder .items .itemholder img:hover, .virtualholder .items .itemholder img:active {
  text-decoration: none;
}
.virtualholder .items .itemholder .showBtn {
  margin: 10px 20px 20px 0;
  background-color: #eee;
  display: block;
  width: 140px;
}

.detail-reg label {
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.5px;
  cursor: default;
}
.detail-reg #ApproveImprint {
  display: inline-block;
}

#modal-quantity-info ul li {
  margin: 1em;
}

.detail-style, #modal-quantity-info {
  padding: 0px;
}
.detail-style input, #modal-quantity-info input {
  width: 50px;
}
.detail-style label, #modal-quantity-info label {
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.5px;
  cursor: default;
}
.detail-style .Size-style-dropdown,
.detail-style .Color-style-dropdown, #modal-quantity-info .Size-style-dropdown,
#modal-quantity-info .Color-style-dropdown {
  display: inline-block;
  margin-bottom: 10px;
}
.detail-style .Size-style-dropdown, #modal-quantity-info .Size-style-dropdown {
  display: block;
}
.detail-style .Size-style-dropdown .standout, #modal-quantity-info .Size-style-dropdown .standout {
  margin-left: 10px;
}
.detail-style .qty-contain, #modal-quantity-info .qty-contain {
  display: inline-block;
}
.detail-style .Size-style-dropdown,
.detail-style .Color-style-dropdown, #modal-quantity-info .Size-style-dropdown,
#modal-quantity-info .Color-style-dropdown {
  width: auto;
  margin-right: 2px;
}
.detail-style .Size-style-dropdown select, .detail-style .Size-style-dropdown .selectricWrapper,
.detail-style .Color-style-dropdown select,
.detail-style .Color-style-dropdown .selectricWrapper, #modal-quantity-info .Size-style-dropdown select, #modal-quantity-info .Size-style-dropdown .selectricWrapper,
#modal-quantity-info .Color-style-dropdown select,
#modal-quantity-info .Color-style-dropdown .selectricWrapper {
  width: auto;
}
.detail-style .inventory, #modal-quantity-info .inventory {
  color: green;
  font-weight: bold;
}
.detail-style .stock-container, #modal-quantity-info .stock-container {
  margin-bottom: 10px;
}
.detail-style .size-guide-type, #modal-quantity-info .size-guide-type {
  display: inline-block;
  margin-left: 10px;
  color: red;
  font-style: italic;
}
.detail-style .add-to-action, #modal-quantity-info .add-to-action {
  display: block;
}
.detail-style td, #modal-quantity-info td {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}
@media (max-width: 767px) and (min-width: 320px) {
  .detail-style td, #modal-quantity-info td {
    text-align: center;
  }
}
.detail-style th, #modal-quantity-info th {
  border: 0;
}
@media (max-width: 767px) and (min-width: 320px) {
  .detail-style th, #modal-quantity-info th {
    text-align: center;
  }
}

.modal-qty-box {
  display: inline-block;
}

#modal-price #product-price {
  display: inline-block;
}
#modal-price .saleprice, #modal-price .oldprice {
  text-decoration: line-through;
  color: red;
  display: inline-block;
  margin-left: 0.5em;
}

#order-history-table {
  margin: 0 auto;
}

#customization-approval-form {
  width: 75%;
  margin: 0 auto;
}
#customization-approval-form .detail-reg .btn-cart {
  margin: 10px;
  vertical-align: bottom;
}

.product-full-description {
  max-width: 1200px;
  margin: 3em auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 2em 0;
}
.product-full-description h2 {
  border-bottom: 1px solid #f3f3f3;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #252525;
  margin: 0;
  margin-bottom: 2em;
  width: 100%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .product-full-description h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}

.cross-sells {
  width: 100%;
  margin: 3em 0;
}
.cross-sells .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.cross-sells .wrapper h5 {
  border-bottom: 1px solid #f3f3f3;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #252525;
  margin-bottom: 2em;
  width: 100%;
}
.cross-sells .wrapper .cross-sells-carousel .product_item {
  width: 100%;
}

.product_rating, #product-rating {
  margin-bottom: 0.5em;
}
.product_rating .rating_stars, #product-rating .rating_stars {
  margin-right: 5px;
}
.product_rating .rating_stars i, #product-rating .rating_stars i {
  color: #F6CB4B;
}

.customer-reviews {
  max-width: 1200px;
  margin: 3em auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 5em 0;
}
.customer-reviews h2 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.5em;
  margin: 0;
  margin-bottom: 2em;
  width: 100%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .customer-reviews h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}
.customer-reviews .product_rating {
  width: 50%;
  margin: 0 0 3em 0;
}
.customer-reviews .review-name-location {
  font-style: italic;
}
.customer-reviews .review-date {
  font-size: 0.9em;
  color: #aaa;
}
.customer-reviews .write-review-button {
  width: 50%;
  text-align: right;
  margin-bottom: 3em;
  align-self: center;
}
@media (max-width: 767px) and (min-width: 320px) {
  .customer-reviews .write-review-button {
    width: 100%;
    text-align: center;
  }
}
.customer-reviews hr {
  width: 100%;
  margin-bottom: 4em;
  color: #ddd;
}
.customer-reviews .customer-review-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.customer-reviews .customer-info {
  width: 50%;
  margin-bottom: 2em;
  padding: 0 2em 0 0;
}
@media (max-width: 767px) and (min-width: 320px) {
  .customer-reviews .customer-info {
    width: 100%;
  }
}
.customer-reviews .customer-info ul {
  margin: 0;
  list-style: none;
  margin-bottom: 1em;
}
.customer-reviews .customer-info ul li {
  margin: 0 !important;
  line-height: 1.75;
}

#write-review-modal h5 {
  border-bottom: 1px solid #f3f3f3;
  font-weight: 600;
  color: #252525;
  text-align: left;
  width: 100%;
}
#write-review-modal .modal-body {
  padding: 0 2em 2em 2em;
  flex-wrap: wrap;
}
@media (max-width: 767px) and (min-width: 320px) {
  #write-review-modal .modal-body {
    padding: 1em;
  }
}
#write-review-modal .modal-body p {
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 2em;
}
#write-review-modal .modal-body p, #write-review-modal .modal-body div, #write-review-modal .modal-body form {
  width: 100%;
}
#write-review-modal .modal-body form {
  margin-bottom: 0;
}
#write-review-modal .modal-body div {
  margin-bottom: 0.5em;
}
#write-review-modal .modal-body div > div {
  display: flex;
  flex-wrap: wrap;
}
#write-review-modal .modal-body div > div label {
  width: 25%;
}
#write-review-modal .modal-body input, #write-review-modal .modal-body select {
  max-width: 300px;
  margin-bottom: 0 !important;
}
#write-review-modal .modal-body input {
  max-width: 100%;
}
@media (max-width: 767px) and (min-width: 320px) {
  #write-review-modal .modal-body #city {
    width: 100px;
    margin-right: 0.5em;
  }
}
#write-review-modal .modal-body ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
#write-review-modal .modal-body ::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
#write-review-modal .modal-body :-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
#write-review-modal .modal-body :-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
#write-review-modal .modal-body #review-location #state {
  max-width: 75px;
}
#write-review-modal .modal-body textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 2em;
}
#write-review-modal .modal-body #write-review-buttons {
  text-align: center;
}
@media (max-width: 767px) and (min-width: 320px) {
  #write-review-modal .modal-body #write-review-buttons button {
    max-width: initial;
    width: 100%;
  }
}
#write-review-modal .modal-body #submit-review {
  display: none;
  text-align: center;
}

.my-account-left {
  width: 20%;
  text-align: left;
  margin-bottom: 4em;
  vertical-align: text-top;
  font-size: 0.9rem;
}
.my-account-left .my-account-navigation {
  display: block;
}
@media (max-width: 767px) and (min-width: 320px) {
  .my-account-left .my-account-navigation {
    display: none;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .my-account-left .my-account-navigation {
    display: none;
  }
}
.my-account-left .my-account-navigation-mobile {
  display: none;
}
@media (max-width: 767px) and (min-width: 320px) {
  .my-account-left .my-account-navigation-mobile {
    display: block;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .my-account-left .my-account-navigation-mobile {
    display: block;
  }
}
@media print {
  .my-account-left {
    display: none;
  }
}
.my-account-left h5 {
  margin: 10px 0 10px 0.5em;
  white-space: nowrap;
  font-size: 1em;
  font-weight: 500;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .my-account-left {
    width: 100%;
    text-align: center !important;
  }
  .my-account-left h5 {
    margin-left: 0;
    font-size: 14px;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .my-account-left {
    width: 100%;
  }
  .my-account-left h5 {
    margin-left: 0;
    font-size: 14px;
  }
}
.my-account-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.my-account-left ul li {
  width: 100%;
  height: 2.2em;
  line-height: 2.2em;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  margin-bottom: 0.25em;
}
.my-account-left ul li a {
  padding-left: 0.5em;
  text-decoration: none;
  width: 100%;
  display: block;
}
.my-account-left ul li:hover {
  transition: all 0.1s ease-in-out;
}
.my-account-left ul li:hover a {
  color: #0068B5;
}
@media (max-width: 767px) and (min-width: 320px) {
  .my-account-left ul li {
    width: auto !important;
    display: inline-block;
  }
  .my-account-left ul li a {
    padding: 0.25em 0.5em !important;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .my-account-left ul li {
    width: auto !important;
    display: inline-block;
  }
  .my-account-left ul li a {
    padding: 0.25em 0.5em !important;
  }
}
.my-account-left ul .selected {
  background-color: #0068B5;
  border-radius: 0;
}
.my-account-left ul .selected:hover a {
  color: #FFFFFF !important;
}
.my-account-left ul .selected a {
  color: #FFFFFF;
}

.my-account-right {
  width: 75%;
  margin-bottom: 100px;
  position: relative;
  vertical-align: text-top;
}
@media print {
  .my-account-right {
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .my-account-right {
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .my-account-right {
    width: 100%;
  }
}
.my-account-right h1 {
  margin: 0 0 1em 0;
  font-weight: 300;
  font-size: 1.5em;
  color: #000000;
}
.my-account-right .list-toggle {
  width: 100%;
  text-align: right;
  padding: 1em 3em;
  font-size: 2em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .my-account-right .list-toggle {
    text-align: center;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .my-account-right .list-toggle {
    text-align: center;
  }
}
.my-account-right .list-toggle .fa-th-large {
  display: none;
}
.my-account-right .list-toggle i {
  color: #252525;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 0 1em 1em 1em;
}
.my-account-right .list-toggle i:hover {
  color: #004A86;
  transition: all 0.2s ease-in-out;
}
.my-account-right .entry {
  margin: 0 0 2em 0;
  text-align: left;
}
.my-account-right .entry h1 {
  font-weight: 300;
  color: #00A3F6;
  text-align: left;
}
.my-account-right .entry p {
  margin: 0 !important;
  float: none;
  text-align: left;
  width: 80%;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .my-account-right .entry p {
    width: 100%;
  }
}
.my-account-right .account-updated p {
  text-align: center;
}

.my-account-background {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.account-container {
  max-width: 1200px;
  min-height: 800px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1rem;
  background-color: #FFFFFF;
  align-content: flex-start;
  padding: 2rem;
  /*    @include media(tablet) {
          max-width: 650px;
      }

      @include media(mobile) {
          max-width: 320px;
      }*/
}

.my-account-card {
  width: 100%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-align: left;
}
.my-account-card .my-account-card-title {
  width: 100%;
  background-color: #0068B5;
  color: #FFFFFF;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
.my-account-card .my-account-card-title i, .my-account-card .my-account-card-title h5 {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1em;
  vertical-align: middle;
}
.my-account-card .pagination {
  margin-bottom: 0;
  text-align: right;
  padding-right: 1em;
}
.my-account-card .pagination .page {
  padding: 0.1em;
}
.my-account-card .pagination .page:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.my-account-card .pagination .page:focus {
  background-color: #FFFFFF;
  color: #000000;
}
.my-account-card .pagination .page.active {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 800;
}
.my-account-card .pagination i {
  margin: 0 0.5em;
}

.returns .my-account-right {
  margin: 0 auto 100px auto;
}
.returns .my-account-right p {
  text-align: left;
}
.returns .my-account-right legend {
  font-size: unset;
  border: 0;
}
.returns .my-account-right input[type=radio] {
  margin: 0 5px 0 0;
  transform: scale(1.2);
}
.returns .my-account-right div[data-field=Company] {
  display: none;
}
.returns .my-account-right #c-submit-button {
  font-family: "Intel Clear", sans-serif;
  font-size: 0.9rem;
  color: #FFFFFF;
  background-color: #F6CB4B;
  padding: 0 1em;
  margin: 0;
  height: 35px;
  line-height: 35px;
  transition: all 0.2s ease-out;
  border: 0;
  text-transform: none;
  font-weight: 600;
  border-radius: 2px;
  min-width: 175px;
  max-width: 250px;
  width: fit-content;
  display: block;
  text-align: center;
}
.returns .my-account-right #c-submit-button:hover {
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  background-color: #F6CB4B;
}
.returns .my-account-right #c-submit-button:active, .returns .my-account-right #c-submit-button:focus, .returns .my-account-right #c-submit-button:visited {
  color: #FFFFFF;
}
.returns .my-account-right #c-submit-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.returns .my-account-right #c-submit-button i {
  margin: 0 0.25em;
}
.returns .my-account-right #c-submit-button .fa-circle-notch {
  animation: spin 1s linear infinite;
}

.new-address-container .new-address {
  width: 55%;
}
.new-address-container h2 {
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.5em;
  color: #252525;
  width: 100%;
}
.new-address-container form {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.new-address-container form input, .new-address-container form select {
  width: 100%;
}
.new-address-container label {
  text-align: left;
  cursor: default;
  width: 100%;
  display: inline-block;
  margin-top: 0.5em;
}
.new-address-container .controls {
  margin: 0.5em;
  display: inline-block;
  width: 80%;
}
.new-address-container .submit {
  width: 80%;
  margin: 0 auto;
}
.new-address-container input[type=checkbox] {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  margin-right: 1em;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.new-address-container input[type=checkbox]:checked {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  color: #252525;
}
.new-address-container input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 1rem;
  position: absolute;
  top: -2px;
  left: 4px;
  color: #99a1a7;
}
.new-address-container .checkbox-label {
  vertical-align: middle;
}
.new-address-container #save-address, .new-address-container #cancel {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5em;
  margin-top: 2em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .new-address-container #update-information, .new-address-container #cancel {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  .new-address-container label {
    width: 100%;
  }
  .new-address-container input, .new-address-container select {
    width: 100%;
  }
  .new-address-container .input-mini, .new-address-container .input-ext {
    width: 43px !important;
  }
  .new-address-container input[type=checkbox] {
    width: auto !important;
  }
  .new-address-container .required {
    text-align: center;
  }
}

.address-book-page {
  text-align: center;
}
.address-book-page .my-account-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.address-book-page .my-account-right .add-address-button {
  width: 50%;
  margin-bottom: 2em;
  text-align: right;
}
@media (max-width: 767px) and (min-width: 320px) {
  .address-book-page .my-account-right .add-address-button {
    width: 100%;
    text-align: center;
  }
}
.address-book-page .my-account-right .address-search {
  width: 50%;
  text-align: left;
}
@media (max-width: 767px) and (min-width: 320px) {
  .address-book-page .my-account-right .address-search {
    width: 100%;
  }
}
.address-book-page .my-account-right .address-search input {
  margin-right: 1em;
  width: 75%;
  max-height: 34px;
}
.address-book-page .my-account-right .address-search i {
  font-size: 1.2em;
  color: #252525;
}
.address-book-page .my-account-right h2 {
  font-size: 1.5rem;
  font-weight: 400;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.5em;
  color: #252525;
  width: 100%;
  text-align: left;
}
.address-book-page .list {
  text-align: center;
  min-height: 200px;
  width: 100%;
}
.address-book-page .fa-map-marker {
  font-size: 1em;
  color: #666;
  margin-bottom: 0.5em;
  display: inline-block;
  margin-right: 0.5em;
}
.address-book-page .list ul {
  list-style: none;
  margin: 0 auto;
  text-align: left;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.address-book-page .list ul .address-entry {
  width: 31%;
  display: flex;
  min-height: 200px;
  margin: 0.5em;
  background-color: #f8f8f8;
  border-radius: 3px;
}
@media (max-width: 767px) and (min-width: 320px) {
  .address-book-page .list ul .address-entry {
    width: 100%;
  }
}
.address-book-page .list ul .address-entry ul {
  width: 100%;
  align-content: space-between;
}
.address-book-page .list ul li {
  display: flex;
  flex-direction: column;
  vertical-align: text-top;
  width: 100%;
  position: relative;
  padding: 1em;
  transition: all 0.2s ease-in;
  z-index: 0;
}
.address-book-page .list ul li ul {
  width: 100%;
}
.address-book-page .list ul li ul .address-type {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.address-book-page .list ul li ul .address-info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: auto;
}
.address-book-page .list ul li ul .address-options {
  margin-top: auto;
  text-align: left;
  display: flex;
  flex-direction: row;
  bottom: 0;
}
.address-book-page .list ul li ul .address-options a {
  margin-right: 0.5em;
  color: #555;
}
.address-book-page .list ul li ul .address-options a:hover {
  text-decoration: none;
  color: #252525;
}
.address-book-page .list ul li ul li {
  padding: initial;
  margin: initial;
  text-align: left;
  border: none;
}
.address-book-page .list ul li ul li:hover {
  box-shadow: none;
  transform: none;
}
.address-book-page .list ul a {
  vertical-align: text-top;
  text-align: right;
  color: #252525;
}
.address-book-page .list ul a:hover {
  color: #004A86;
}
.address-book-page .list ul a i {
  font-size: 1.2em;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .address-book-page .list ul a i {
    font-size: 20px;
  }
}
.address-book-page .list ul a i.fa-edit {
  margin-top: 0.25em;
}
.address-book-page .list ul a:nth-of-type(1) {
  bottom: 1em;
}
.address-book-page .list ul a:nth-of-type(2) {
  right: 3em;
}

.update-account .my-account-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.update-account .my-account-right h2 {
  font-size: 1.5rem;
  font-weight: 400;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.5em;
  color: #252525;
  width: 100%;
}
.update-account .my-account-right form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) and (min-width: 320px) {
  .update-account .my-account-right {
    flex-wrap: wrap;
  }
}

.update-account-information, .update-password {
  font-size: 0.9em;
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.update-account-information input, .update-account-information select, .update-password input, .update-password select {
  width: 100%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .update-account-information, .update-password {
    width: 100%;
  }
}
.update-account-information h2, .update-password h2 {
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.5em;
  color: #252525;
  width: 100%;
}
.update-account-information label, .update-password label {
  text-align: left !important;
  cursor: default;
  width: 100%;
  margin: 0 0 0.5em 0;
  color: #252525;
}
.update-account-information p, .update-password p {
  text-align: left;
  margin-bottom: 1em;
}
.update-account-information .checkbox, .update-password .checkbox {
  width: 100% !important;
  display: flex;
}
.update-account-information form, .update-password form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.update-account-information #phone2, .update-password #phone2 {
  width: 28%;
}
.update-account-information #phone3, .update-password #phone3 {
  width: 28%;
}
.update-account-information #phone4, .update-password #phone4 {
  width: 10%;
}
.update-account-information .address-company-name, .update-password .address-company-name {
  width: 100%;
}
.update-account-information .controls, .update-password .controls {
  margin: 0.5em;
  display: inline-block;
  width: 100%;
}
.update-account-information input[type=checkbox], .update-password input[type=checkbox] {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  margin-right: 1em;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.update-account-information input[type=checkbox]:checked, .update-password input[type=checkbox]:checked {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  color: #252525;
}
.update-account-information input[type=checkbox]:checked:after, .update-password input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 1rem;
  position: absolute;
  top: -2px;
  left: 4px;
  color: #99a1a7;
}
.update-account-information .checkbox-label, .update-password .checkbox-label {
  vertical-align: middle;
}
.update-account-information #update-information, .update-account-information #cancel, .update-password #update-information, .update-password #cancel {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5em;
  margin-top: 2em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .update-account-information #update-information, .update-account-information #cancel, .update-password #update-information, .update-password #cancel {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  .update-account-information label, .update-password label {
    width: 100%;
  }
  .update-account-information input, .update-account-information select, .update-password input, .update-password select {
    width: 100%;
  }
  .update-account-information .input-mini, .update-account-information .input-ext, .update-password .input-mini, .update-password .input-ext {
    width: 43px !important;
  }
  .update-account-information input[type=checkbox], .update-password input[type=checkbox] {
    width: auto !important;
  }
}

.address-company-name {
  width: 100%;
}

.update-password {
  width: 33%;
  font-size: 0.9em;
  text-align: left;
}
@media (max-width: 767px) and (min-width: 320px) {
  .update-password {
    width: 100%;
    margin-bottom: 2em;
  }
}
.update-password p {
  text-align: left;
  margin-bottom: 1em;
}
.update-password h2 {
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.5em;
  color: #252525;
  width: 100%;
}
.update-password .password-requirements {
  color: #0068B5;
}
.update-password .password-requirements ul {
  margin: 0;
  list-style: none;
}
.update-password .password-requirements ul li:last-of-type {
  padding-left: 0.75em;
}
.update-password label {
  text-align: left !important;
  cursor: default;
  width: 100%;
  margin: 1em 0 0.5em 0;
  color: #252525;
}
.update-password button {
  margin-top: 2em;
}

.order-history h2 {
  font-size: 1.5rem;
  font-weight: 400;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.5em;
  color: #252525;
  width: 100%;
}
.order-history .table-header {
  margin: 0;
  background-color: #FFFFFF;
  list-style: none;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order-history .table-header li {
  min-width: 24%;
  padding: 0.5em 0;
}
@media (max-width: 767px) and (min-width: 320px) {
  .order-history .table-header {
    display: none;
  }
}
.order-history .table-entry:nth-child(even) ul {
  background-color: #f3f3f3;
}
.order-history a {
  color: #000000;
  transition: all 0.1s ease-in-out;
}
.order-history a:hover {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.order-history a:hover ul {
  background-color: #0068B5 !important;
  color: #FFFFFF;
  transition: all 0.1s ease-in-out;
}
.order-history a ul {
  list-style: none;
  clear: both;
  background-color: #FFFFFF;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
@media (max-width: 767px) and (min-width: 320px) {
  .order-history a ul {
    padding: 1em 0;
  }
}
.order-history a ul li {
  padding: 0.5em;
  min-width: 24%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .order-history a ul li {
    width: 100%;
  }
}
.order-history a ul li a {
  color: #000000;
  transition: all 0.1s ease-in-out;
}
.order-history a ul li a:hover {
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
}
.order-history a ul li .order-labels {
  display: none;
  font-weight: 600;
}
@media (max-width: 767px) and (min-width: 320px) {
  .order-history a ul li .order-labels {
    display: inline;
  }
}
.order-history .pagination {
  margin-bottom: 0;
  text-align: right;
  position: absolute;
  top: 0.5em;
  right: 0;
}
.order-history .pagination .page {
  padding: 0.1em;
}
.order-history .pagination .page:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.order-history .pagination .page:focus {
  background-color: #FFFFFF;
  color: #000000;
}
.order-history .pagination .page.active {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 800;
}
.order-history .pagination i {
  margin: 0 0.5em;
}

.order-details .level-status {
  margin-bottom: 3em;
}
.order-details h2 {
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.5em;
  color: #252525;
  width: 100%;
}
.order-details .order-details-container h5 {
  border-bottom: 0;
  color: #A6A7AA;
}
.order-details .order-history-total {
  list-style: none;
  float: right;
  margin-bottom: 3em;
}
.order-details .order-history-total li {
  margin: 0.25em 0;
}
.order-details .order-history-total li:last-child {
  font-weight: 800;
}
.order-details .order-history-total li span {
  text-align: right;
}
.order-details .order-history-total:after {
  content: " ";
  clear: both;
  display: block;
}
.order-details .order-history-details ul {
  list-style: none;
}
.order-details .order-history-details ul li ul {
  margin-bottom: 1em;
  width: 100%;
}
.order-details .order-history-details ul li ul li {
  display: inline-block;
  vertical-align: text-top;
}
.order-details .order-history-details ul li ul li:nth-of-type(1) {
  width: 8%;
}
.order-details .order-history-details ul li ul li:nth-of-type(2) {
  width: 15%;
}
.order-details .order-history-details ul li ul li:nth-of-type(3) {
  width: 30%;
}
.order-details .order-history-details ul li ul li:nth-of-type(4) {
  width: 18%;
}
.order-details .order-history-details ul li ul li:nth-of-type(5) {
  width: 11%;
}
.order-details .order-history-details ul li ul li:nth-of-type(6) {
  width: 11%;
}
@media print {
  .order-details .order-history-details ul {
    list-style: none !important;
  }
  .order-details .order-history-details ul li ul {
    margin-bottom: 1em !important;
    width: 100% !important;
  }
  .order-details .order-history-details ul li ul li {
    display: inline-block !important;
    vertical-align: text-top !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(1) {
    width: 8% !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(2) {
    width: 15% !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(3) {
    width: 30% !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(4) {
    width: 18% !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(5) {
    width: 11% !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(6) {
    width: 11% !important;
  }
}
.order-details hr {
  margin: 3em 0 3em 0;
  border-top: 0;
  border-bottom: 1px dashed #A6A7AA;
}
.communication h2 {
  font-size: 1.5rem;
  font-weight: 400;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.5em;
  color: #252525;
  width: 100%;
}
.communication hr {
  border-top: 0;
  border: 1px dashed #f3f3f3;
}
.communication .comm-button {
  margin-top: 4em;
}
.communication .reminder-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.communication .reminder-wrapper h6 {
  font-size: 1rem;
  width: 100%;
  margin-bottom: 1rem;
}
.communication .reminder-wrapper .reminder-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f3f3f3;
  font-size: 0.9rem;
}
.communication .reminder-wrapper .reminder-item .reminder-image {
  width: 20%;
}
.communication .reminder-wrapper .reminder-item .reminder-image img {
  max-width: 100px;
  width: 100%;
}
.communication .reminder-wrapper .reminder-item .reminder-title {
  width: 70%;
  flex-grow: 2;
  padding-left: 2rem;
}
.communication .reminder-wrapper .reminder-item .reminder-title div {
  margin-bottom: 0.5rem;
}
.communication .reminder-wrapper .reminder-item .reminder-title .title a {
  font-weight: bold;
  text-decoration: none;
}
.communication .reminder-wrapper .reminder-item .reminder-title .sku {
  color: #A6A7AA;
}
.communication .reminder-wrapper .reminder-item .reminder-title .cancel span {
  text-decoration: underline;
  cursor: pointer;
}
.communication .reminder-wrapper .reminder-item .reminder-title .cancel span:hover {
  text-decoration: none;
}
.communication .reminder-wrapper .reminder-item .reminder-price {
  width: 10%;
  flex-grow: 2;
  text-align: right;
  font-weight: bold;
}

.quote-retrieval h2 {
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.5em;
  color: #252525;
  width: 100%;
}
.quote-retrieval form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.quote-retrieval form label {
  width: 100%;
}
.quote-retrieval form input {
  margin: 0 1rem 0 0;
}

.wishlist h2 {
  font-size: 1.5rem;
  font-weight: 400;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.5em;
  color: #252525;
  width: 100%;
}
.wishlist .wishlist-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.wishlist .wishlist-item .wishlist-item-image {
  width: 10%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .wishlist .wishlist-item .wishlist-item-image {
    width: 50%;
    margin-bottom: 1em;
  }
}
.wishlist .wishlist-item .wishlist-item-info {
  width: 49%;
  padding-left: 2em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .wishlist .wishlist-item .wishlist-item-info {
    width: 100%;
    padding: 0;
  }
}
.wishlist .wishlist-item .wishlist-item-info ul {
  margin: 0;
  list-style: none;
  font-size: 1rem;
}
.wishlist .wishlist-item .wishlist-item-info ul #product-title {
  font-weight: 600;
}
.wishlist .wishlist-item .wishlist-item-info ul .RemoveFromWishlist, .wishlist .wishlist-item .wishlist-item-info ul .AddToCartFromWishlist {
  color: #00A3F6;
  text-decoration: underline;
}
.wishlist .wishlist-item .wishlist-item-info ul .RemoveFromWishlist:hover, .wishlist .wishlist-item .wishlist-item-info ul .AddToCartFromWishlist:hover {
  text-decoration: none;
}
.wishlist .wishlist-item .wishlist-product-price {
  width: 10%;
  text-align: right;
}
.wishlist .wishlist-item .wishlist-product-price #product-price {
  color: #000000;
  font-weight: 600;
}
.wishlist .wishlist-item .wishlist-product-qty {
  text-align: right;
}
.wishlist .wishlist-item .wishlist-product-qty select, .wishlist .wishlist-item .wishlist-product-qty input {
  width: 60px;
}

.orders-pending-approval h2 {
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.5em;
  color: #252525;
  width: 100%;
}

.privacy-policy h5 {
  border-bottom: 1px solid #f3f3f3;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #252525;
  margin-bottom: 2em;
  width: 100%;
}

.logged-out {
  text-align: center;
}
.logged-out img {
  width: 200px;
  margin-bottom: 2em;
}

.my-account-back-link {
  text-align: left;
  width: 100%;
  margin-bottom: 2em;
}
.my-account-back-link a {
  color: #666666;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9em;
}
.my-account-back-link a:hover {
  text-decoration: underline;
  color: #666666;
}

.account-home {
  width: 100%;
}
.account-home h1 {
  text-align: left;
  font-size: 2em;
  font-weight: 600;
  color: #252525;
}
@media (max-width: 767px) and (min-width: 320px) {
  .account-home .my-account-right {
    display: none;
  }
  .account-home .my-account-left .my-account-navigation li {
    width: 100% !important;
    font-size: 1em;
  }
}
.account-home .snapshot-header {
  border-bottom: 1px solid #f3f3f3;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #252525;
  margin-bottom: 2em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.account-home .snapshot-header .title span {
  font-weight: 300;
}
@media (max-width: 767px) and (min-width: 320px) {
  .account-home .snapshot-header .title span {
    width: 100%;
  }
}
.account-home .snapshot-header .view-all {
  margin-left: auto;
  font-weight: 300;
}
.account-home .snapshot-header .view-all a {
  color: #A6A7AA;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.account-home .snapshot-header .view-all a:hover {
  color: #252525;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.account-home .snapshot-contact-information {
  margin-top: 10px;
}
.account-home .snapshot-contact-information ul {
  margin: 0;
  list-style: none;
}
.account-home .snapshot-contact-information, .account-home .snapshot-order-history, .account-home .snapshot-address-book, .account-home .snapshot-wishlist {
  margin-bottom: 2em;
}
.account-home .snapshot-order-history .list {
  width: 100%;
}
.account-home .snapshot-order-history .list a {
  color: #252525;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.account-home .snapshot-order-history .list a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.account-home .snapshot-order-history .list a:hover ul {
  background-color: #0068B5;
}
.account-home .snapshot-order-history .list a:last-of-type ul {
  border: 0;
}
.account-home .snapshot-order-history .list a ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
  background-color: #FFFFFF;
}
.account-home .snapshot-order-history .list a ul li {
  width: 20%;
  padding: 0.5em;
}
.account-home .snapshot-address-book .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.account-home .snapshot-address-book .list ul {
  margin: 0;
  list-style: none;
  width: 33%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .account-home .snapshot-address-book .list ul {
    width: 100%;
  }
}
.account-home .snapshot-address-book .list ul li:last-of-type {
  margin-top: 1em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .account-home .snapshot-address-book .list ul li:last-of-type {
    margin-top: 0.5em;
    margin-bottom: 2em;
  }
}
.account-home .snapshot-address-book .list ul li:last-of-type a {
  color: #A6A7AA;
  text-decoration: none;
  margin-right: 1em;
}
.account-home .snapshot-address-book .list ul li:last-of-type a:hover {
  color: #252525;
  text-decoration: none;
}
.account-home .snapshot-wishlist .list {
  width: 100%;
}
.account-home .snapshot-wishlist .list .wishlist-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 1em;
  margin-bottom: 1em;
  /*.wishlist-item-qty {
      text-align: right;
      width: 29%;
  }*/
}
.account-home .snapshot-wishlist .list .wishlist-item:last-of-type {
  border: 0;
}
.account-home .snapshot-wishlist .list .wishlist-item .wishlist-item-image {
  width: 10%;
}
.account-home .snapshot-wishlist .list .wishlist-item .wishlist-item-info {
  width: 60%;
  padding-left: 3em;
}
.account-home .snapshot-wishlist .list .wishlist-item .wishlist-product-price {
  text-align: left;
  width: 29%;
}

.budget #budget-header select {
  width: 200px;
  margin: 0 auto;
}
.budget .budget-transaction-bar {
  width: 100%;
  padding: 0 4em;
}
.budget .budget-transaction-bar .spent, .budget .budget-transaction-bar .pending, .budget .budget-transaction-bar .available {
  display: inline-block;
  height: 10px;
  float: left;
  transition: all 0.5s ease-in-out;
  height: 100%;
  white-space: nowrap;
}
.budget .budget-transaction-bar .spent p, .budget .budget-transaction-bar .pending p, .budget .budget-transaction-bar .available p {
  font-size: 0.9em;
  margin: 0;
}
.budget .budget-transaction-bar .spent h3, .budget .budget-transaction-bar .pending h3, .budget .budget-transaction-bar .available h3 {
  font-weight: 800;
  font-size: 0.9em;
  margin: 0;
  line-height: 1.5;
}
.budget .budget-transaction-bar .spent .bar, .budget .budget-transaction-bar .pending .bar, .budget .budget-transaction-bar .available .bar {
  height: 10px;
}
.budget .budget-transaction-bar .spent {
  width: 0;
  text-align: left;
}
.budget .budget-transaction-bar .spent .bar {
  background-color: #008040;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.budget .budget-transaction-bar .pending {
  width: 0;
}
.budget .budget-transaction-bar .pending .bar {
  background-color: #A6A7AA;
}
.budget .budget-transaction-bar .available {
  width: 100%;
  text-align: right;
}
.budget .budget-transaction-bar .available .bar {
  background-color: #A6A7AA;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.budget.my-account-card {
  padding-bottom: 1em;
}
.budget.my-account-card ul {
  text-align: center;
}
.budget.my-account-card ul li {
  display: block;
}
.budget.my-account-card ul .big-number {
  font-size: 2em;
  font-weight: 800;
}

.point-summary {
  text-align: center;
}
.point-summary h1 {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 0.5em;
}
.point-summary h1, .point-summary label {
  text-align: left;
  width: 100%;
}
.point-summary .points {
  font-size: 0.7em;
}
.point-summary h4 {
  width: 49%;
  display: inline-block;
  text-transform: none;
  font-size: 0.9em;
}
.point-summary .balance-summary {
  display: inline-block;
  text-align: left;
  width: 32%;
  margin-bottom: 1em;
  padding: 0 1em;
  vertical-align: text-top;
}
.point-summary .my-account-card {
  margin-bottom: 1em;
}
.point-summary table {
  width: 100%;
}
.point-summary table th, .point-summary table td {
  width: auto;
  text-align: left;
  padding: 0.5em 1em;
}
.point-summary table th {
  border: 5px solid #FFFFFF;
  border-top: 0;
  border-bottom: 0;
  background-color: #f6f6f6;
}
.point-summary table th:hover {
  background-color: shade(#f6f6f6, 2%);
}
.point-summary table tr {
  width: 100%;
  padding: 0.5em 0;
}
.point-summary table tbody tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.point-summary table .headerSortUp {
  background-image: url(../../images/graphics/asc.gif) !important;
}
.point-summary table .headerSortDown {
  background-image: url(../../images/graphics/desc.gif) !important;
}
.point-summary table .header {
  background-image: url(../../images/graphics/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

.budget-transactions .my-account-card {
  margin-bottom: 1em;
}
.budget-transactions .table-header {
  margin: 0;
  background-color: #FFFFFF;
  font-weight: 600;
}
.budget-transactions .table-header li {
  display: inline-block;
  min-width: 32%;
  padding: 0.5em 1em;
}
.budget-transactions .my-account-back-link {
  position: relative;
}
.budget-transactions .my-account-back-link h5 {
  position: absolute;
  right: 0;
  bottom: 0.1em;
  font-size: 1.5em;
  font-weight: 800;
}
.budget-transactions a {
  color: #000000;
}
.budget-transactions a:nth-of-type(odd) ul {
  background-color: #f6f6f6;
}
.budget-transactions a:hover {
  color: #000000;
  text-decoration: underline;
}
.budget-transactions a:hover ul {
  background-color: #0068B5;
  color: #FFFFFF;
}
.budget-transactions ul {
  margin: 0;
  list-style: none;
  width: 100%;
}
.budget-transactions ul li {
  min-width: 32%;
  display: inline-block;
  padding: 0.5em 1em;
}
.budget-transactions ul li h2 {
  border-bottom: 2px dashed #A6A7AA;
  padding-bottom: 0.5em;
}
.budget-transactions ul li p {
  font-size: 0.9em;
}
.budget-transactions table {
  width: 100%;
}
.budget-transactions table th, .budget-transactions table td {
  width: 25%;
  text-align: left;
  padding: 0.5em 1em;
}
.budget-transactions table tr {
  width: 100%;
  padding: 0.5em 0;
}
.budget-transactions table th {
  border: 5px solid #FFFFFF;
  border-top: 0;
  border-bottom: 0;
  background-color: #f6f6f6;
}
.budget-transactions table th:hover {
  background-color: shade(#f6f6f6, 2%);
}
.budget-transactions table tbody tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.budget-transactions table .headerSortUp {
  background-image: url(../../images/graphics/asc.gif) !important;
}
.budget-transactions table .headerSortDown {
  background-image: url(../../images/graphics/desc.gif) !important;
}
.budget-transactions table .header {
  background-image: url(../../images/graphics/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

.budget-order-details .level-status {
  margin-bottom: 3em;
}
.budget-order-details .order-history-total {
  list-style: none;
  float: right;
  margin-bottom: 3em;
}
.budget-order-details .order-history-total li {
  margin: 0.25em 0;
}
.budget-order-details .order-history-total li:last-child {
  font-weight: 800;
}
.budget-order-details .order-history-total li span {
  text-align: right;
}
.budget-order-details .order-history-total:after {
  content: " ";
  clear: both;
  display: block;
}
.budget-order-details .order-history-details ul {
  list-style: none;
}
.budget-order-details .order-history-details ul li ul {
  margin-bottom: 1em;
  width: 100%;
}
.budget-order-details .order-history-details ul li ul li {
  display: inline-block;
  vertical-align: text-top;
}
.budget-order-details .order-history-details ul li ul li:nth-of-type(1) {
  width: 8%;
}
.budget-order-details .order-history-details ul li ul li:nth-of-type(2) {
  width: 15%;
}
.budget-order-details .order-history-details ul li ul li:nth-of-type(3) {
  width: 30%;
}
.budget-order-details .order-history-details ul li ul li:nth-of-type(4) {
  width: 18%;
}
.budget-order-details .order-history-details ul li ul li:nth-of-type(5) {
  width: 11%;
}
.budget-order-details .order-history-details ul li ul li:nth-of-type(6) {
  width: 11%;
}
.budget-order-details hr {
  margin: 3em 0 3em 0;
  border-top: 0;
  border-bottom: 1px dashed #A6A7AA;
}
.budget-order-details .order-details-container {
  padding: 1em 2em;
}
.budget-order-details .order-details-container:after {
  content: " ";
  clear: both;
  display: block;
}

.error-tooltip {
  font-size: 0.9em;
  color: #FFFFFF;
  position: absolute;
  right: 1em;
  top: 0.8em;
  cursor: pointer;
}
.error-tooltip:hover .error-tooltip-text {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.error-tooltip .error-tooltip-text {
  font-size: 0.9em;
  opacity: 0;
  position: absolute;
  top: -3.75em;
  right: -0.75em;
  padding: 0.5em;
  background-color: #f8f8f8;
  color: #000000;
  transition: all 0.2s ease-in-out;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  border-bottom-right-radius: 0;
  width: 400px;
}
.error-tooltip .error-tooltip-text .arrow-down {
  color: #f8f8f8;
  position: absolute;
  right: 10px;
  bottom: -12px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.create-account {
  max-width: 1200px;
  width: 95%;
  margin: 2em auto 0 auto;
  font-size: 0.9em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .create-account {
    max-width: 350px;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .create-account {
    max-width: 700px;
  }
}
.create-account #password-blurb {
  color: #0068B5;
  font-size: 0.9em;
  list-style: none;
  margin: 0;
}
.create-account form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.create-account form h5 {
  border-bottom: 1px solid #f3f3f3;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #252525;
  text-align: left;
  width: 100%;
  height: 29px;
}
.create-account form p {
  width: 100%;
}
.create-account form .register-left, .create-account form .register-right {
  padding: 2em 0 0 0;
  width: 45%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .create-account form .register-left, .create-account form .register-right {
    width: 100%;
  }
}
.create-account form .register-left label, .create-account form .register-right label {
  font-size: 0.9em;
  color: #252525;
  width: 100%;
}
.create-account form .register-left input, .create-account form .register-left select, .create-account form .register-right input, .create-account form .register-right select {
  margin: 0 0 0 0;
  width: 100%;
}
.create-account form .register-right {
  display: flex;
  flex-wrap: wrap;
}
.create-account form .create-account-buttons {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 5em;
}
.create-account form .create-account-buttons button {
  margin-bottom: 1em;
  width: 100%;
  max-width: initial;
}
.create-account form .create-account-buttons label {
  padding: 0;
  margin-bottom: 2em;
}
.create-account form .create-account-buttons input[type=checkbox] {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  margin-right: 1em;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  float: none;
}
.create-account form .create-account-buttons input[type=checkbox]:checked {
  background-color: #FFFFFF;
  border: 1px solid #f3f3f3;
  color: #252525;
}
.create-account form .create-account-buttons input[type=checkbox]:checked:after {
  font-family: FontAwesome;
  content: "✔";
  font-size: 0.9em;
  position: absolute;
  top: -2px;
  left: 4px;
  color: #99a1a7;
}

.account-created {
  padding-top: 3em !important;
  text-align: center;
}
.account-created > div {
  margin: 0 auto;
  max-width: 50em;
  padding: 5em 2em;
  background-color: #eee;
  border-radius: 0.5em;
}
.account-created > div h1 {
  font-weight: 700;
  margin-bottom: 1em;
}
.account-created > div h3 {
  font-weight: 300;
  margin-bottom: 1em;
}
.account-created > div i {
  color: #0068B5;
  font-size: 10em;
  margin-bottom: 0.2em;
}

.privacy-policy h3 {
  margin-bottom: 1em;
}
.privacy-policy p {
  line-height: 1.8;
}

.address-book-page .icon-address-book, .new-address-container .icon-address-book {
  background-color: #0068B5;
  border-radius: 2px;
}
.address-book-page .icon-address-book:hover a, .new-address-container .icon-address-book:hover a {
  color: #FFFFFF !important;
}
.address-book-page .icon-address-book a, .new-address-container .icon-address-book a {
  color: #FFFFFF;
}

.order-history .icon-order-history {
  border-radius: 2px;
  background-color: #0068B5;
}
.order-history .icon-order-history:hover a {
  color: #FFFFFF !important;
}
.order-history .icon-order-history a {
  color: #FFFFFF;
}

.quote-retrieval .icon-quote-retrieval {
  border-radius: 2px;
  background-color: #0068B5;
}
.quote-retrieval .icon-quote-retrieval:hover a {
  color: #FFFFFF !important;
}
.quote-retrieval .icon-quote-retrieval a {
  color: #FFFFFF;
}

.order-details .icon-order-history {
  border-radius: 2px;
  background-color: #0068B5;
}
.order-details .icon-order-history:hover a {
  color: #FFFFFF !important;
}
.order-details .icon-order-history a {
  color: #FFFFFF;
}

.update-account .icon-update-account {
  background-color: #0068B5;
  border-radius: 2px;
}
.update-account .icon-update-account:hover a {
  color: #FFFFFF !important;
}
.update-account .icon-update-account a {
  color: #FFFFFF;
}

.orders-pending-approval .icon-approvals, .orders-pending-approval-details .icon-approvals {
  background-color: #0068B5;
  border-radius: 2px;
}
.orders-pending-approval .icon-approvals:hover a, .orders-pending-approval-details .icon-approvals:hover a {
  color: #FFFFFF !important;
}
.orders-pending-approval .icon-approvals a, .orders-pending-approval-details .icon-approvals a {
  color: #FFFFFF;
}

.wishlist .icon-wishlist {
  background-color: #0068B5;
  border-radius: 2px;
}
.wishlist .icon-wishlist:hover a {
  color: #FFFFFF !important;
}
.wishlist .icon-wishlist a {
  color: #FFFFFF;
}

.communication .icon-communication {
  background-color: #0068B5;
  border-radius: 2px;
}
.communication .icon-communication:hover a {
  color: #FFFFFF !important;
}
.communication .icon-communication a {
  color: #FFFFFF;
}

.verify-email {
  max-width: 1372px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
  padding: 3rem;
}
@media screen and (max-width: 425px) {
  .verify-email {
    padding: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .verify-email {
    padding: 1rem;
  }
}
.verify-email .verify-email-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.verify-email .verify-email-message {
  width: 100%;
  padding: 2rem;
}
@media screen and (max-width: 320px) {
  .verify-email .verify-email-message {
    padding: 1rem;
  }
}
.verify-email .verify-email-message form {
  width: 100%;
}
.verify-email .verify-email-message h1 {
  text-align: left;
}
.verify-email .verify-email-message h5 {
  margin: 1rem 0 1rem 0;
  width: 100%;
}
.verify-email .verify-email-message p {
  margin-bottom: 2rem;
}
.verify-email .verify-email-message label {
  font-size: 0.9em;
  color: #252525;
  text-align: left;
}
.verify-email .verify-email-message input {
  margin: 0 0 1em 0;
  display: block;
  width: 100%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .verify-email .verify-email-message input {
    width: 100%;
    max-width: initial;
  }
}
.verify-email .verify-email-message hr {
  border: 1px solid #f3f3f3;
  border-top: 0;
  margin: 1rem 0;
}

.verify-email-confirmation .email-verified {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.verify-email-confirmation .email-verified header {
  padding: 1rem;
  text-align: center;
}
.verify-email-confirmation .email-verified header img {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
}
.verify-email-confirmation .email-verified .wrapper {
  padding: 3rem 1rem;
  text-align: center;
}
.verify-email-confirmation .email-verified .wrapper .message {
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.verify-email-confirmation .email-verified .wrapper .message img {
  margin-bottom: 2rem;
}
.verify-email-confirmation .email-verified .wrapper .message .btn-alpha {
  margin: 0 auto;
  cursor: pointer;
}
.verify-email-confirmation .email-verified footer {
  text-align: center;
  margin-top: auto;
  font-size: 0.9rem;
  font-weight: normal;
}
.verify-email-confirmation .email-verified footer p {
  padding: 1rem;
  font-size: 0.9rem;
  font-weight: normal;
}

.grecaptcha-badge {
  display: none !important;
}

.orders-pending-approval table {
  width: 100%;
  /*.headerSortUp {
      background-image: url(../../images/graphics/asc.gif) !important;
  }

  .headerSortDown {
      background-image: url(../../images/graphics/desc.gif) !important;
  }

  .header {
      background-image: url(../../images/graphics/bg.gif);
      background-repeat: no-repeat;
      background-position: center right;
      cursor: pointer;
  }*/
}
.orders-pending-approval table th, .orders-pending-approval table td {
  text-align: left;
  padding: 0.5em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .orders-pending-approval table th, .orders-pending-approval table td {
    width: 100%;
  }
}
.orders-pending-approval table thead tr {
  border-bottom: 0;
}
@media (max-width: 767px) and (min-width: 320px) {
  .orders-pending-approval table thead {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .orders-pending-approval table tr {
    display: block;
    border-bottom: 1px solid #eee;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .orders-pending-approval table table, .orders-pending-approval table th, .orders-pending-approval table td, .orders-pending-approval table tr {
    display: block !important;
    font-size: 0.9em;
  }
  .orders-pending-approval table td {
    padding-left: 50%;
    position: relative;
  }
  .orders-pending-approval table td:before {
    font-weight: bold;
    position: absolute;
    left: 0.75em;
    top: 0.45em;
  }
  .orders-pending-approval table td:nth-of-type(1):before {
    content: "Order Number: ";
  }
  .orders-pending-approval table td:nth-of-type(2):before {
    content: "Date Entered: ";
  }
  .orders-pending-approval table td:nth-of-type(3):before {
    content: "Order Status: ";
  }
  .orders-pending-approval table td:nth-of-type(4):before {
    content: "Manager Name: ";
  }
}
.orders-pending-approval table tr {
  width: 100%;
  padding: 0.5em 0;
  border-bottom: 1px solid #f3f3f3;
}
.orders-pending-approval table th {
  color: #252525;
  padding: 0.5em 0;
}
.orders-pending-approval table tbody tr {
  cursor: pointer;
}
.orders-pending-approval table tbody tr:hover {
  background-color: #0068B5;
  color: #FFFFFF;
}

.orders-pending-approval-details .my-account-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.orders-pending-approval-details .my-account-right .alert-info {
  width: 100%;
}
.orders-pending-approval-details .my-account-right .alert-info h4 {
  font-weight: bold;
}
.orders-pending-approval-details h5 {
  border-bottom: 1px solid #f3f3f3;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #252525;
  width: 100%;
}
.orders-pending-approval-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.orders-pending-approval-details .order-number, .orders-pending-approval-details .print-order, .orders-pending-approval-details .customer-info, .orders-pending-approval-details .order-usage, .orders-pending-approval-details .order-level-info, .orders-pending-approval-details .print-order-level {
  width: 50%;
  margin-bottom: 1em;
  vertical-align: text-bottom;
}
@media (max-width: 767px) and (min-width: 320px) {
  .orders-pending-approval-details .order-number, .orders-pending-approval-details .print-order, .orders-pending-approval-details .customer-info, .orders-pending-approval-details .order-usage, .orders-pending-approval-details .order-level-info, .orders-pending-approval-details .print-order-level {
    width: 100%;
  }
}
.orders-pending-approval-details .print-order, .orders-pending-approval-details .print-order-level, .orders-pending-approval-details .order-usage {
  text-align: right;
}
@media (max-width: 767px) and (min-width: 320px) {
  .orders-pending-approval-details .print-order, .orders-pending-approval-details .print-order-level, .orders-pending-approval-details .order-usage {
    text-align: left;
  }
}
.orders-pending-approval-details .print-order a, .orders-pending-approval-details .print-order-level a, .orders-pending-approval-details .order-usage a {
  color: black;
}
.orders-pending-approval-details .print-order a:hover, .orders-pending-approval-details .print-order-level a:hover, .orders-pending-approval-details .order-usage a:hover {
  color: black;
}
.orders-pending-approval-details hr {
  width: 100%;
  margin: 1em 0;
  border: 1px solid #f3f3f3;
  border-top: 0;
}
.orders-pending-approval-details table {
  width: 100%;
}
.orders-pending-approval-details table th, .orders-pending-approval-details table td {
  width: auto;
  text-align: left;
  padding: 0.5em 1em;
}
.orders-pending-approval-details table tr {
  width: 100%;
  padding: 0.5em 0;
}
@media (max-width: 767px) and (min-width: 320px) {
  .orders-pending-approval-details table table, .orders-pending-approval-details table tr, .orders-pending-approval-details table td {
    display: block !important;
  }
  .orders-pending-approval-details table thead {
    display: none;
  }
  .orders-pending-approval-details table td {
    padding-left: 40%;
    position: relative;
    font-size: 0.9em;
  }
  .orders-pending-approval-details table td:before {
    font-weight: bold;
    position: absolute;
    left: 0.75em;
    top: 0.45em;
  }
  .orders-pending-approval-details table td:nth-of-type(2):before {
    content: "Item #: ";
  }
  .orders-pending-approval-details table td:nth-of-type(3):before {
    content: "Description: ";
  }
  .orders-pending-approval-details table td:nth-of-type(4):before {
    content: "QTY: ";
  }
  .orders-pending-approval-details table td:nth-of-type(5):before {
    content: "Price Ea: ";
  }
  .orders-pending-approval-details table td:nth-of-type(6):before {
    content: "Total: ";
  }
  .orders-pending-approval-details table tr {
    border-bottom: 1px solid #eee;
  }
  .orders-pending-approval-details table tr:last-of-type {
    border: none;
  }
}
.orders-pending-approval-details form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.orders-pending-approval-details form label {
  margin-bottom: 1em;
}
.orders-pending-approval-details form .approver-comments {
  width: 75%;
  margin-bottom: 2em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .orders-pending-approval-details form .approver-comments {
    width: 100%;
  }
}
.orders-pending-approval-details form .approver-comments textarea {
  width: 90%;
  height: 150px;
}
.orders-pending-approval-details form .order-total {
  width: 25%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .orders-pending-approval-details form .order-total {
    width: 100%;
  }
}
.orders-pending-approval-details form .approver-buttons {
  width: 100%;
  text-align: right;
  margin-top: 2em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .orders-pending-approval-details form .approver-buttons {
    text-align: center;
  }
}
@media (max-width: 767px) and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) {
  .orders-pending-approval-details form .approver-buttons button {
    width: 100%;
    text-align: center;
    margin: 0.5em 0 0.5em 0;
  }
}
.orders-pending-approval-details form #order-summary {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.orders-pending-approval-details form #order-summary li {
  width: 50%;
}
.orders-pending-approval-details form #order-summary li:nth-of-type(even) {
  text-align: right;
}

.orders-pending-approval-response .my-account-right {
  flex-direction: column !important;
}

.approval-response {
  margin-top: 3em !important;
  text-align: center;
}
.approval-response .my-account-right {
  flex-direction: column !important;
}
.approval-response h2 {
  text-align: center;
}

.special-approvals {
  margin-top: -6em !important;
}
.special-approvals .special-header {
  width: 100%;
  text-align: center;
  padding: 2em;
  position: relative;
}
.special-approvals .special-header .back-to-selection {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.8em;
  color: #666;
}
.special-approvals .special-header .back-to-selection:hover {
  color: #666;
}
.special-approvals .special-header img {
  width: 150px;
  margin: 0 auto;
}
.special-approvals table {
  width: 100%;
}
.special-approvals table th, .special-approvals table td {
  width: 25%;
  text-align: left;
  padding: 0.5em 1em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .special-approvals table th, .special-approvals table td {
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .special-approvals table thead {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .special-approvals table tr {
    display: block;
    border-bottom: 1px solid #eee;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .special-approvals table table, .special-approvals table th, .special-approvals table td, .special-approvals table tr {
    display: block !important;
    font-size: 0.9em;
  }
  .special-approvals table td {
    padding-left: 50%;
    position: relative;
  }
  .special-approvals table td:before {
    font-weight: bold;
    position: absolute;
    left: 0.75em;
    top: 0.45em;
  }
  .special-approvals table td:nth-of-type(1):before {
    content: "Order Number: ";
  }
  .special-approvals table td:nth-of-type(2):before {
    content: "Date Entered: ";
  }
  .special-approvals table td:nth-of-type(3):before {
    content: "Order Status: ";
  }
  .special-approvals table td:nth-of-type(4):before {
    content: "Manager Name: ";
  }
}
.special-approvals table tr {
  width: 100%;
  padding: 0.5em 0;
}
.special-approvals table th {
  border: 5px solid #FFFFFF;
  border-top: 0;
  border-bottom: 0;
  background-color: #f6f6f6;
}
.special-approvals table th:hover {
  background-color: shade(#f6f6f6, 2%);
}
.special-approvals table tbody tr {
  cursor: pointer;
}
.special-approvals table tbody tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.special-approvals table tbody tr:hover {
  background-color: #0068B5;
  color: #FFFFFF;
}
.special-approvals table .headerSortUp {
  background-image: url(../../images/graphics/asc.gif) !important;
}
.special-approvals table .headerSortDown {
  background-image: url(../../images/graphics/desc.gif) !important;
}
.special-approvals table .header {
  background-image: url(../../images/graphics/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
.special-approvals .headerSortUp {
  background-image: url(../../images/graphics/asc.gif) !important;
}
.special-approvals .headerSortDown {
  background-image: url(../../images/graphics/desc.gif) !important;
}
.special-approvals .header {
  background-image: url(../../images/graphics/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

.special-orders-pending-approval-details {
  margin-top: -6em !important;
}
.special-orders-pending-approval-details .special-header {
  width: 100%;
  text-align: center;
  padding: 2em;
  position: relative;
}
.special-orders-pending-approval-details .special-header .back-to-selection {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.8em;
  color: #666;
}
.special-orders-pending-approval-details .special-header .back-to-selection:hover {
  color: #666;
}
.special-orders-pending-approval-details .special-header img {
  width: 150px;
  margin: 0 auto;
}
.special-orders-pending-approval-details .my-account-card-body {
  padding: 1em 2em;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media (max-width: 767px) and (min-width: 320px) {
  .special-orders-pending-approval-details .my-account-card-body {
    padding: 0.5em;
  }
}
.special-orders-pending-approval-details .my-account-card-body .customer-info {
  display: inline-flex;
  flex-direction: row;
  width: 40%;
  vertical-align: middle;
}
@media (max-width: 767px) and (min-width: 320px) {
  .special-orders-pending-approval-details .my-account-card-body .customer-info {
    display: block;
    border-left: 0;
    width: 100%;
    margin-bottom: 2em;
  }
}
.special-orders-pending-approval-details .my-account-card-body .customer-info ul {
  width: 80%;
  margin: 0 auto;
}
.special-orders-pending-approval-details .my-account-card-body .customer-info ul li {
  margin: 0.5em 0;
  font-size: 1.2em;
}
.special-orders-pending-approval-details .my-account-card-body hr {
  width: 100%;
  margin: 2em 0;
  border: 1px dashed #252525;
  border-top: 0;
}
.special-orders-pending-approval-details .my-account-card-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.special-orders-pending-approval-details .my-account-card-body .order-info {
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  vertical-align: middle;
  border-left: 1px dashed #252525;
  padding: 0 1em 1em 2em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .special-orders-pending-approval-details .my-account-card-body .order-info {
    display: block;
    border-left: 0;
    width: 100%;
    padding: 0 0 1em 2em;
  }
}
.special-orders-pending-approval-details .my-account-card-body .order-info h2 {
  width: 100%;
  display: block;
}
.special-orders-pending-approval-details .my-account-card-body .order-info table {
  font-weight: bold;
  margin: 0.5em 0;
  width: 100%;
  vertical-align: text-top;
}
.special-orders-pending-approval-details .my-account-card-body .order-info table #event-name {
  font-size: 1.5em;
  width: 100%;
}
.special-orders-pending-approval-details .my-account-card-body .order-info table td {
  width: 50%;
  padding: 0.2em 0;
  vertical-align: text-top;
}
.special-orders-pending-approval-details .my-account-card-body .order-info table tr td:nth-of-type(2) {
  font-weight: 400;
}
.special-orders-pending-approval-details .my-account-card-body .approval-buttons {
  text-align: right;
}
@media (max-width: 767px) and (min-width: 320px) {
  .special-orders-pending-approval-details .my-account-card-body .approval-buttons {
    text-align: center;
  }
  .special-orders-pending-approval-details .my-account-card-body .approval-buttons button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.dashboard-header {
  width: 100%;
  position: relative;
  margin-bottom: 2em;
}
.dashboard-header img {
  width: 100%;
  position: relative;
}
.dashboard-header .header-text {
  color: #FFFFFF;
  position: absolute;
  top: 20%;
  left: 24em;
}
.dashboard-header .header-text i {
  color: #FFFFFF;
  font-size: 9em;
  margin-right: 0.25em;
}
.dashboard-header .header-text i, .dashboard-header .header-text .welcome-text {
  display: inline-block;
  vertical-align: middle;
}
.dashboard-header .header-text .welcome-text h1 {
  font-weight: 800;
}
.dashboard-header .header-text .welcome-text h3 {
  font-weight: 600;
  font-size: 2em;
  text-transform: uppercase;
}
.dashboard-header .tint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.dashboard {
  width: 100%;
  max-width: 75em;
  margin: 0 auto 2em auto;
  text-align: center;
  /*    .tablesorter-headerAsc {
      background-image: url(../images/graphics/asc.gif) !important;
  }

  .tablesorter-headerDesc {
      background-image: url(../images/graphics/desc.gif) !important;
  }*/
}
.dashboard .total-orders, .dashboard .total-sales, .dashboard .region-sales, .dashboard .team-sales, .dashboard .order-usage, .dashboard .new-products, .dashboard .top-products {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.dashboard .total-orders, .dashboard .total-sales, .dashboard .new-products, .dashboard .top-products {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .dashboard .total-orders, .dashboard .total-sales, .dashboard .new-products, .dashboard .top-products {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
.dashboard .dash-section-header {
  width: 100%;
  background-color: #0068B5;
  color: #FFFFFF;
  padding: 0.5em 1em;
  text-align: left;
  position: relative;
}
.dashboard .dash-section-header i, .dashboard .dash-section-header h6 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  font-size: 1em;
  color: #FFFFFF;
}
.dashboard .dash-section-header .fa-minus-circle {
  padding: 0.25em;
  position: absolute;
  right: 0.75em;
  top: 1em;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.dashboard .dash-section-content {
  padding: 1em 0;
  transition: all 0.2s ease-in-out;
}
.dashboard .dash-section-content table {
  width: 100%;
}
.dashboard .dash-section-content table th {
  border: 5px solid #FFFFFF;
  border-top: 0;
  border-bottom: 0;
  background-color: #f6f6f6;
}
.dashboard .dash-section-content table th:hover {
  background-color: shade(#f6f6f6, 2%);
}
.dashboard .dash-section-content table th, .dashboard .dash-section-content table td {
  text-align: left;
  padding: 0.5em 1em;
  font-size: 0.9em;
}
.dashboard .dash-section-content table th a, .dashboard .dash-section-content table td a {
  display: block;
}
.dashboard .dash-section-content table th img, .dashboard .dash-section-content table td img {
  width: 50px;
  height: 50px;
  margin-right: 1em;
}
.dashboard .dash-section-content table tr {
  width: 100%;
  padding: 0.5em 0;
}
.dashboard .dash-section-content table tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.dashboard #new-qtr-products-table a, .dashboard #new-ytd-products-table a, .dashboard #top-qtr-products-table a, .dashboard #top-ytd-products-table a {
  cursor: pointer;
  font-size: 0.9em;
  text-decoration: none;
}
.dashboard #new-qtr-products-table a:hover, .dashboard #new-ytd-products-table a:hover, .dashboard #top-qtr-products-table a:hover, .dashboard #top-ytd-products-table a:hover {
  text-decoration: underline;
}
.dashboard .region-sales .dash-section-content, .dashboard .team-sales .dash-section-content {
  overflow-y: scroll;
  max-height: 500px;
}
.dashboard .total-orders, .dashboard .total-sales, .dashboard .new-products, .dashboard .top-products {
  width: 49.35%;
  display: inline-block;
  vertical-align: text-top;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .dashboard .total-orders, .dashboard .total-sales, .dashboard .new-products, .dashboard .top-products {
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .dashboard .total-orders, .dashboard .total-sales, .dashboard .new-products, .dashboard .top-products {
    width: 100%;
    display: block;
  }
}
.dashboard .top-products, .dashboard .total-sales {
  margin-left: 0.25em;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .dashboard .top-products, .dashboard .total-sales {
    margin-left: 0;
  }
}
.dashboard .total-orders, .dashboard .new-products {
  margin-right: 0.25em;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .dashboard .total-orders, .dashboard .new-products {
    margin-left: 0;
  }
}
.dashboard .total-orders .dash-section-content, .dashboard .total-sales .dash-section-content {
  min-height: 150px;
}
.dashboard .total-sales-progress-bar {
  width: 100%;
  padding: 0.5em 1em;
  height: 10px;
}
.dashboard .total-sales-progress-bar .progress-bar-left, .dashboard .total-sales-progress-bar .progress-bar-right {
  display: inline-block;
  vertical-align: text-top;
  height: 10px;
  float: left;
  transition: all 0.5s ease-in-out;
}
.dashboard .total-sales-progress-bar .progress-bar-left {
  background-color: #008040;
  width: 0%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.dashboard .total-sales-progress-bar .progress-bar-right {
  background-color: #A6A7AA;
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.dashboard .qtr-ytd {
  padding: 0.2em 0.5em;
  font-weight: 600;
  cursor: pointer;
  transition: all ease-in-out;
}
.dashboard .five-ten-twenty-top, .dashboard .five-ten-twenty-new {
  padding: 0.2em 0.5em;
  font-weight: 600;
  cursor: pointer;
  transition: all ease-in-out;
}
.dashboard .selected {
  background-color: #FFFFFF;
  color: #0068B5 !important;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.dashboard .order-usage .graph {
  width: 100%;
  height: 200px;
  position: relative;
}
.dashboard .order-usage .graph .graph-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.dashboard .order-usage .graph .bar-graph {
  display: inline-block;
  position: relative;
  bottom: 1em;
  vertical-align: text-bottom;
  width: 15%;
  margin: 1em;
  transition: all 0.2s ease-in-out;
}
.dashboard .order-usage .graph #json-client-gift {
  background-color: #0000cc;
}
.dashboard .order-usage .graph #json-client-visit {
  background-color: #cd29c0;
}
.dashboard .order-usage .graph #json-event {
  background-color: #008040;
}
.dashboard .order-usage .graph #json-internal-gift {
  background-color: #ffb100;
}
.dashboard .order-usage .graph #json-other {
  background-color: #551a8b;
}
.dashboard .order-usage .legend {
  text-align: center;
}
.dashboard .order-usage .legend .legend-entry {
  width: 18%;
  display: inline-block;
  text-align: left;
  margin-right: 0.5em;
}
.dashboard .order-usage .legend .legend-entry:nth-of-type(1) .color-block {
  background-color: #0000cc;
}
.dashboard .order-usage .legend .legend-entry:nth-of-type(2) .color-block {
  background-color: #cd29c0;
}
.dashboard .order-usage .legend .legend-entry:nth-of-type(3) .color-block {
  background-color: #008040;
}
.dashboard .order-usage .legend .legend-entry:nth-of-type(4) .color-block {
  background-color: #ffb100;
}
.dashboard .order-usage .legend .legend-entry:nth-of-type(5) .color-block {
  background-color: #551a8b;
}
.dashboard .order-usage .legend .legend-entry .color-block {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.dashboard .order-usage .legend .legend-entry ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.dashboard .order-usage .legend .legend-entry ul li {
  font-size: 0.8em;
}
.dashboard .order-usage .legend .legend-entry ul li:nth-of-type(1) {
  font-weight: 600;
}
.dashboard #sorttable_sortrevind, .dashboard #sorttable_sortfwdind {
  font-size: 1rem;
  float: right;
}
.dashboard .header {
  /*        background-image: url(../images/graphics/bg.gif);*/
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
.dashboard .dash-section-content table tbody tr td:last-of-type:before {
  content: "$";
}
.dashboard #region-ytd-sales-table {
  display: none;
}
.dashboard #team-ytd-sales-table {
  display: none;
}
.dashboard #new-ytd-products-table {
  display: none;
}
.dashboard #top-ytd-products-table {
  display: none;
}

.plus:before {
  content: "\f055" !important;
}

.collapse {
  min-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.cart-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3em 0 10em 0;
  width: 95%;
  position: relative;
  min-height: 800px;
  text-align: center;
  background-color: #FFFFFF;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .cart-container {
    padding-bottom: 5em;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .cart-container {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.cart-container #start-shopping {
  margin: 2em auto 0 auto;
}
.cart-container .cart-header {
  width: 100%;
  position: relative;
  margin-bottom: 2em;
  text-align: left;
}
@media (max-width: 767px) and (min-width: 320px) {
  .cart-container .cart-header {
    text-align: center !important;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 1em;
    padding-bottom: 2em;
    background-color: #FFFFFF;
  }
  .cart-container .cart-header p {
    margin-bottom: 2em;
  }
}
.cart-container .cart-header h1 {
  text-align: left;
  font-size: 2em;
  color: #252525;
}
@media (max-width: 767px) and (min-width: 320px) {
  .cart-container .cart-header h1 {
    text-align: center !important;
  }
}
.cart-container .cart-header button {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) and (min-width: 320px) {
  .cart-container .cart-header button {
    position: static;
    width: 100%;
    padding: 0.75em 5em;
    margin: 0;
  }
}
.cart-container .item-header {
  width: 100%;
  margin: 0 0 2em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
}
@media (max-width: 767px) and (min-width: 320px) {
  .cart-container .item-header {
    display: none;
  }
}
.cart-container .item-header ul {
  width: 100%;
  margin: 0;
  list-style: none;
  display: flex;
  font-size: 0.9em;
}
.cart-container .item-header ul li:nth-of-type(1) {
  width: 59%;
}
.cart-container .item-header ul li:nth-of-type(2) {
  width: 10%;
  text-align: right;
}
.cart-container .item-header ul li:nth-of-type(3) {
  width: 29%;
  text-align: right;
}
.cart-container .cart-item {
  width: 100%;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
@media (max-width: 767px) and (min-width: 320px) {
  .cart-container .cart-item {
    background-color: #FFFFFF;
    padding: 1em 0.25em;
    margin-bottom: 0.5em;
  }
}
.cart-container .cart-item .cart-item-image, .cart-container .cart-item .cart-item-info, .cart-container .cart-item .cart-item-qty, .cart-container .cart-item .cart-item-price {
  display: inline-block;
  vertical-align: text-top;
}
.cart-container .cart-item .cart-item-image {
  width: 10%;
}
.cart-container .cart-item .cart-item-image img {
  max-width: 100px;
}
@media (max-width: 767px) and (min-width: 320px) {
  .cart-container .cart-item .cart-item-image {
    width: 40%;
    order: 1;
  }
  .cart-container .cart-item .cart-item-image img {
    width: 100%;
    max-width: initial;
  }
}
.cart-container .cart-item .cart-item-info {
  width: 49%;
  padding-left: 2em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .cart-container .cart-item .cart-item-info {
    width: 60%;
    order: 2;
    margin-bottom: 1em;
    font-size: 0.9em;
    padding-left: 1em;
  }
}
.cart-container .cart-item .cart-item-info ul {
  margin: 0;
  list-style: none;
}
.cart-container .cart-item .cart-item-info ul li {
  line-height: 1.5;
}
.cart-container .cart-item .cart-item-info ul #product-title {
  font-weight: 600;
}
.cart-container .cart-item .cart-item-info ul #item-number {
  color: #A6A7AA;
}
.cart-container .cart-item .cart-item-info ul #stock {
  color: #A6A7AA;
}
.cart-container .cart-item .cart-item-info ul #stock #cart-description-backorder {
  color: red;
}
.cart-container .cart-item .cart-item-info ul .cart-item-controls {
  color: #252525;
}
.cart-container .cart-item .cart-item-info ul .cart-item-controls a {
  cursor: pointer;
}
.cart-container .cart-item .cart-item-qty {
  width: 29%;
  text-align: right;
}
@media (max-width: 767px) and (min-width: 320px) {
  .cart-container .cart-item .cart-item-qty {
    width: 40%;
    order: 3;
    text-align: left;
    margin-top: 1em;
  }
  .cart-container .cart-item .cart-item-qty select {
    width: 100% !important;
  }
}
.cart-container .cart-item .cart-item-qty input {
  width: 55px;
  padding: 0.25em;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 0 0.5em 0;
}
.cart-container .cart-item .cart-item-qty select {
  width: 80px;
}
.cart-container .cart-item .cart-item-price {
  width: 10%;
  text-align: right;
}
.cart-container .cart-item .cart-item-price .cart-line-price {
  font-weight: bold;
  color: #0068B5;
}
.cart-container .cart-item .cart-item-price .cart-line-points {
  color: #252525;
}
@media (max-width: 767px) and (min-width: 320px) {
  .cart-container .cart-item .cart-item-price {
    order: 4;
    width: 60%;
    font-weight: 600;
    font-size: 1.2em;
    display: block;
    margin-top: 1em;
  }
}
.cart-container .cart-add-on-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 366px;
  margin-left: auto;
  padding: 1rem;
  background-color: #f3f3f3;
  position: relative;
}
.cart-container .cart-add-on-wrapper .cart-add-on-followup {
  text-align: left;
  padding-left: 20px;
}
.cart-container .cart-add-on-wrapper .cart-add-on-followup label {
  text-align: left;
}
.cart-container .cart-add-on-wrapper .cart-add-on-followup select {
  font-size: 0.9rem;
}
.cart-container .cart-add-on-wrapper .cart-add-on-spinner {
  display: none;
  position: absolute;
  opacity: 0.65;
  background-color: #f3f3f3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.cart-container .cart-add-on-wrapper .cart-add-on-spinner i {
  animation: spin 1s linear infinite;
  position: absolute;
  top: 40%;
}
.cart-container .cart-footer {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .cart-container .cart-footer {
    background-color: #FFFFFF;
    padding: 1em 0.5em;
  }
}
.cart-container .cart-footer .apply-promo {
  flex-grow: 2;
  vertical-align: text-top;
  text-align: left;
  margin-right: auto;
}
@media (max-width: 767px) and (min-width: 320px) {
  .cart-container .cart-footer .apply-promo {
    order: 3;
    margin-top: 5em;
  }
}
.cart-container .cart-footer .apply-promo p {
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 1em;
  color: #252525;
}
@media (max-width: 767px) and (min-width: 320px) {
  .cart-container .cart-footer .apply-promo p {
    font-size: 1em;
  }
}
.cart-container .cart-footer .apply-promo p span {
  font-weight: 600;
  font-size: 0.9em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .cart-container .cart-footer .apply-promo p span {
    font-size: 1em;
  }
}
.cart-container .cart-footer .cart-total {
  flex-grow: 1;
  vertical-align: text-top;
  text-align: left;
  margin-left: auto;
}
.cart-container .cart-footer .cart-total h3 {
  text-align: center;
  margin-bottom: 2em;
  display: none;
}
@media (max-width: 767px) and (min-width: 320px) {
  .cart-container .cart-footer .cart-total h3 {
    display: block;
  }
}
.cart-container .cart-footer .cart-total ul {
  margin: 0;
  list-style: none;
  margin-bottom: 1em;
}
.cart-container .cart-footer .cart-total ul li {
  width: 48.5%;
  display: inline-block;
}
.cart-container .cart-footer .cart-total ul li:nth-of-type(2) {
  text-align: right;
}
.cart-container .cart-footer .cart-total ul li #cart-total-points {
  font-weight: normal;
  color: #252525;
}
.cart-container .cart-footer .cart-total .cart-order-details {
  border-bottom: 1px dashed #e8e8e8;
  padding-bottom: 1em;
}
.cart-container .cart-footer .cart-total .cart-order-total li {
  font-weight: 700;
}
.cart-container .cart-footer .cart-checkout-buttons {
  width: 100%;
  text-align: right;
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-container .cart-footer .cart-checkout-buttons button, .cart-container .cart-footer .cart-checkout-buttons a, .cart-container .cart-footer .cart-checkout-buttons form {
  display: inline-block;
}
@media (max-width: 767px) and (min-width: 320px) {
  .cart-container .cart-footer .cart-checkout-buttons {
    text-align: center;
  }
  .cart-container .cart-footer .cart-checkout-buttons button {
    order: 2;
    margin-bottom: 1em;
    width: 100%;
  }
  .cart-container .cart-footer .cart-checkout-buttons a {
    order: 1;
    position: static;
    width: 100%;
    padding: 0.75em 3em;
    height: 50px;
    margin: 0;
  }
}

.punch-out-order-recap {
  max-width: 1200px;
  width: 95%;
  padding: 3em 0 10em 0;
  margin: 0 auto;
}
.punch-out-order-recap h1 {
  text-align: left;
  font-size: 2em;
  font-weight: 600;
  color: #252525;
  margin-bottom: 2em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .punch-out-order-recap h1 {
    text-align: center !important;
  }
}
.punch-out-order-recap ul {
  margin: 0;
  list-style: none;
}
.punch-out-order-recap .item-recap-header, .punch-out-order-recap .order-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.punch-out-order-recap .item-recap-header li:nth-of-type(1), .punch-out-order-recap .order-item li:nth-of-type(1) {
  width: 10%;
}
.punch-out-order-recap .item-recap-header li:nth-of-type(2), .punch-out-order-recap .order-item li:nth-of-type(2) {
  width: 20%;
}
.punch-out-order-recap .item-recap-header li:nth-of-type(3), .punch-out-order-recap .order-item li:nth-of-type(3) {
  width: 10%;
}
.punch-out-order-recap .item-recap-header li:nth-of-type(4), .punch-out-order-recap .order-item li:nth-of-type(4) {
  width: 10%;
}
.punch-out-order-recap .item-recap-header li:nth-of-type(5), .punch-out-order-recap .order-item li:nth-of-type(5) {
  width: 10%;
}
.punch-out-order-recap .item-recap-header {
  margin-bottom: 1em;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-size: 0.9rem;
}
.punch-out-order-recap .order-item {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.punch-out-order-recap .order-item .cart-desc {
  font-weight: bold;
}
.punch-out-order-recap .order-item #cart-description-backorder {
  color: red;
}
.punch-out-order-recap .order-item .punchout-sku {
  color: #A6A7AA;
}
.punch-out-order-recap .order-ship {
  padding-bottom: 2em;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 2em;
}
.punch-out-order-recap .punchout-button-wrapper {
  display: flex;
}
.punch-out-order-recap .punchout-button-wrapper button {
  margin-left: auto;
}

.spc {
  width: 95%;
  max-width: 1200px;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #FFFFFF;
  position: relative;
  padding-top: 2em;
}

.checkout-progress {
  text-align: center;
  width: 100%;
}
.checkout-progress h1 {
  margin-bottom: 1em;
  text-align: left;
  font-size: 2em;
  margin-left: 0.25em;
  margin-bottom: 1em;
  color: #252525;
  width: 100%;
}
.checkout-progress i {
  text-align: center;
  margin: 0 auto;
}
.checkout-progress h3 {
  text-align: center;
  margin: 0 auto 1em auto;
}
.checkout-progress hr {
  margin: 2em auto 2em auto;
  border: 1px solid #ddd;
  border-top: 0;
}
@media (max-width: 767px) and (min-width: 320px) {
  .checkout-progress hr {
    display: none;
  }
}
.checkout-progress ul {
  list-style: none;
  margin: 0 auto 1em auto;
  text-align: center;
}
@media (max-width: 767px) and (min-width: 320px) {
  .checkout-progress ul {
    display: none;
  }
}
.checkout-progress ul li {
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
}
.checkout-progress ul #check1 {
  display: none;
  color: #0068B5;
}
.checkout-progress ul #check2 {
  display: none;
  color: #0068B5;
}
.checkout-progress ul #check3 {
  display: none;
  color: #0068B5;
}
.checkout-progress ul #step1 {
  background-color: #eee;
  color: #FFFFFF;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  padding: 0.6em;
  height: 2.1em;
  width: 2.1em;
}
.checkout-progress ul #step2 {
  background-color: #eee;
  color: #FFFFFF;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  padding: 0.6em;
  height: 2.1em;
  width: 2.1em;
}
.checkout-progress ul #step3 {
  background-color: #eee;
  color: #FFFFFF;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  padding: 0.6em;
  height: 2.1em;
  width: 2.1em;
}
.checkout-progress ul #step4 {
  background-color: #eee;
  color: #FFFFFF;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  padding: 0.6em;
  height: 2.1em;
  width: 2.1em;
}
.checkout-progress ul #line1 {
  background-color: #eee;
  width: 5em;
  height: 0.25em;
}
.checkout-progress ul #line2 {
  background-color: #eee;
  width: 5em;
  height: 0.25em;
}
.checkout-progress ul #line3 {
  background-color: #eee;
  width: 5em;
  height: 0.25em;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .checkout-progress ul #line1, .checkout-progress ul #line2, .checkout-progress ul #line3 {
    width: 3em;
  }
}

.checkout {
  margin: 0 auto;
  margin-bottom: 5em;
  width: 70%;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .checkout {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .checkout {
    width: 100%;
    padding-bottom: 0;
  }
}

.line-color-success {
  background-color: #0068B5 !important;
}

.step-selected {
  background-color: #0068B5 !important;
}

.selected-step-wrapper {
  background-color: #FFFFFF !important;
}
.selected-step-wrapper h3 {
  color: #FFFFFF;
  border-bottom: 1px solid #CCC;
  background-color: #0068B5;
}

.shipping-address-info, #shipping-options-form, #payment-method-form, #order-recap-form, .gift-message-input, .multiple-address {
  display: none;
}

.address-info-wrapper,
.shipping-method-wrapper,
.payment-method-wrapper,
.order-recap-wrapper {
  position: relative;
  border: 1px solid #ddd;
  padding: 2em;
  background-color: #eee;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .address-info-wrapper,
  .shipping-method-wrapper,
  .payment-method-wrapper,
  .order-recap-wrapper {
    padding: 2em 1em;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .address-info-wrapper,
  .shipping-method-wrapper,
  .payment-method-wrapper,
  .order-recap-wrapper {
    padding: 2em 1em;
  }
}
.address-info-wrapper a,
.shipping-method-wrapper a,
.payment-method-wrapper a,
.order-recap-wrapper a {
  font-size: 0.75em;
  color: #000000;
}
.address-info-wrapper a:hover,
.shipping-method-wrapper a:hover,
.payment-method-wrapper a:hover,
.order-recap-wrapper a:hover {
  color: #000;
  cursor: pointer;
}
.address-info-wrapper form,
.shipping-method-wrapper form,
.payment-method-wrapper form,
.order-recap-wrapper form {
  padding-top: 4em;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .address-info-wrapper form,
  .shipping-method-wrapper form,
  .payment-method-wrapper form,
  .order-recap-wrapper form {
    padding-top: 3em;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .address-info-wrapper form,
  .shipping-method-wrapper form,
  .payment-method-wrapper form,
  .order-recap-wrapper form {
    padding-top: 3em;
  }
}
.address-info-wrapper h3,
.shipping-method-wrapper h3,
.payment-method-wrapper h3,
.order-recap-wrapper h3 {
  margin: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 1em;
  width: 100%;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .address-info-wrapper h3,
  .shipping-method-wrapper h3,
  .payment-method-wrapper h3,
  .order-recap-wrapper h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .address-info-wrapper h3,
  .shipping-method-wrapper h3,
  .payment-method-wrapper h3,
  .order-recap-wrapper h3 {
    font-size: 1em;
  }
}
.address-info-wrapper h3 .edit-step,
.shipping-method-wrapper h3 .edit-step,
.payment-method-wrapper h3 .edit-step,
.order-recap-wrapper h3 .edit-step {
  margin-left: auto;
  cursor: pointer;
}
.address-info-wrapper h3 .step-1, .address-info-wrapper h3 .step-2, .address-info-wrapper h3 .step-3,
.shipping-method-wrapper h3 .step-1,
.shipping-method-wrapper h3 .step-2,
.shipping-method-wrapper h3 .step-3,
.payment-method-wrapper h3 .step-1,
.payment-method-wrapper h3 .step-2,
.payment-method-wrapper h3 .step-3,
.order-recap-wrapper h3 .step-1,
.order-recap-wrapper h3 .step-2,
.order-recap-wrapper h3 .step-3 {
  display: none;
}
.address-info-wrapper h4,
.shipping-method-wrapper h4,
.payment-method-wrapper h4,
.order-recap-wrapper h4 {
  width: 100%;
  text-align: left;
  margin-bottom: 1em;
}
.address-info-wrapper h5,
.shipping-method-wrapper h5,
.payment-method-wrapper h5,
.order-recap-wrapper h5 {
  border-bottom: 1px solid #f3f3f3;
  font-weight: 500;
  padding-bottom: 0.5em;
  color: #252525;
  text-align: left;
  width: 100%;
  height: 29px;
}
.address-info-wrapper #checkout-step-1, .address-info-wrapper #checkout-step-2, .address-info-wrapper #checkout-step-3, .address-info-wrapper #checkout-step-4,
.shipping-method-wrapper #checkout-step-1,
.shipping-method-wrapper #checkout-step-2,
.shipping-method-wrapper #checkout-step-3,
.shipping-method-wrapper #checkout-step-4,
.payment-method-wrapper #checkout-step-1,
.payment-method-wrapper #checkout-step-2,
.payment-method-wrapper #checkout-step-3,
.payment-method-wrapper #checkout-step-4,
.order-recap-wrapper #checkout-step-1,
.order-recap-wrapper #checkout-step-2,
.order-recap-wrapper #checkout-step-3,
.order-recap-wrapper #checkout-step-4 {
  margin: 2em 0 1em auto;
}

.Address-Information-Control, .Shipping-Options-Control, .Payment-Method-Control, .Order-Recap {
  width: 100% !important;
  position: static !important;
  margin: 0 !important;
}

.address-info-wrapper .Address-Information-Control .manage-address-container {
  width: 100%;
  text-align: right;
  margin-bottom: 1em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .address-info-wrapper .Address-Information-Control .manage-address-container {
    text-align: left;
  }
}
.address-info-wrapper .Address-Information-Control .address-search {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  align-items: baseline;
}
.address-info-wrapper .Address-Information-Control .address-search label {
  width: 100%;
}
.address-info-wrapper .Address-Information-Control .address-search input {
  width: 40%;
  height: 24px;
  margin: 0;
}
@media (max-width: 767px) and (min-width: 320px) {
  .address-info-wrapper .Address-Information-Control .address-search input {
    width: 85%;
  }
}
.address-info-wrapper .Address-Information-Control .address-search i {
  color: #252525;
  padding: 0 0.5em;
}
.address-info-wrapper .Address-Information-Control .multiple-address {
  flex-wrap: wrap;
}
.address-info-wrapper .Address-Information-Control .multiple-address p {
  font-size: 12px;
}
.address-info-wrapper .Address-Information-Control .multiple-address .select-multiple-address {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.address-info-wrapper .Address-Information-Control .multiple-address #add-address-list {
  width: 50%;
  display: block !important;
}
@media (max-width: 767px) and (min-width: 320px) {
  .address-info-wrapper .Address-Information-Control .multiple-address #add-address-list {
    width: 100%;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address #add-address-list, .address-info-wrapper .Address-Information-Control .multiple-address #add-address {
  display: block;
  margin: 1em auto;
  vertical-align: text-top;
  float: none;
  height: 42px;
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF;
  background-color: tint(#0068B5, 40%);
  font-size: 0.8em;
  padding: 0.25em;
  margin: 0.25em;
  display: inline-block;
  cursor: pointer;
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag:hover {
  background-color: #0068B5;
}
@media (max-width: 767px) and (min-width: 320px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .address-tag {
    max-width: 300px;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag i, .address-info-wrapper .Address-Information-Control .multiple-address .address-tag p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag p {
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: initial !important;
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag i {
  font-size: 0.9em;
  padding: 0.25em;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-right: 0.25em;
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag i:hover {
  font-weight: bold;
  color: shade(#0068B5, 40%);
  transition: all 0.2s ease-in-out;
}
.address-info-wrapper .Address-Information-Control .multiple-address .multiple-address-list {
  width: 100%;
  margin-bottom: 2em;
  padding: 1em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .multiple-address-list {
    padding: 2em 0 0 0;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .multiple-address-list ul {
  display: flex;
  flex-wrap: wrap;
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item {
  width: 100%;
  padding: 1em 1.5em;
  text-align: left;
  font-size: 0.9em;
  border-bottom: 1px dashed #A6A7AA;
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li {
  display: inline-block;
  align-self: center;
}
@media (max-width: 767px) and (min-width: 320px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li {
    align-self: flex-start;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(1) {
  width: 10%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(1) {
    width: 20%;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(2) {
  width: 45%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(2) {
    width: 60%;
    margin-left: auto;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(3) {
  width: 40%;
  margin-left: auto;
}
@media (max-width: 767px) and (min-width: 320px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(3) {
    margin-top: 1em;
    width: 100%;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li .customizations li {
  width: 100%;
  margin: 0;
}
.address-info-wrapper .Address-Information-Control input, .address-info-wrapper .Address-Information-Control select {
  width: 100%;
}
.address-info-wrapper .Address-Information-Control ul {
  list-style: none;
  margin: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.address-info-wrapper .Address-Information-Control ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.address-info-wrapper .Address-Information-Control ul li input, .address-info-wrapper .Address-Information-Control ul li select {
  margin: 0;
}
.address-info-wrapper .Address-Information-Control ul label {
  text-align: left;
  cursor: default;
  width: 100%;
  margin: 0;
}
.address-info-wrapper .Address-Information-Control ul select {
  margin-bottom: 10px;
}
.address-info-wrapper .Address-Information-Control ul #name1 {
  width: 45%;
}
.address-info-wrapper .Address-Information-Control ul #name2 {
  width: 10%;
}
.address-info-wrapper .Address-Information-Control ul #name3 {
  width: 45%;
}
.address-info-wrapper .Address-Information-Control ul #phone2, .address-info-wrapper .Address-Information-Control ul #phone6 {
  width: 27%;
}
.address-info-wrapper .Address-Information-Control ul #phone3, .address-info-wrapper .Address-Information-Control ul #phone7 {
  width: 27%;
}
.address-info-wrapper .Address-Information-Control ul #phone4, .address-info-wrapper .Address-Information-Control ul #phone8 {
  width: 10%;
}
.address-info-wrapper .Address-Information-Control ul #ship-to-this-address {
  margin: 1em 0;
}
@media (max-width: 767px) and (min-width: 320px) {
  .address-info-wrapper .Address-Information-Control ul #ship-to-this-address {
    display: block !important;
  }
}
.address-info-wrapper .Address-Information-Control ul .controls {
  margin: 0.75em;
}
.address-info-wrapper .Address-Information-Control ul li:nth-of-type(9) {
  float: left;
  clear: left;
}
@media (max-width: 767px) and (min-width: 320px) {
  .address-info-wrapper .Address-Information-Control ul label {
    width: 100%;
  }
  .address-info-wrapper .Address-Information-Control ul input, .address-info-wrapper .Address-Information-Control ul select {
    width: 100%;
  }
  .address-info-wrapper .Address-Information-Control ul input[type=checkbox] {
    width: auto !important;
  }
  .address-info-wrapper .Address-Information-Control ul .required {
    text-align: center;
  }
}
.address-info-wrapper .Address-Information-Control #edit-addresses, .address-info-wrapper .Address-Information-Control #shipping-addresses {
  margin: 1em 0 1em 0;
}

.shipping-method-wrapper {
  /* Customize the label (the container) */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.shipping-method-wrapper .select-shipping-method {
  width: 100%;
  margin-bottom: 3em;
  text-align: left;
}
.shipping-method-wrapper .select-shipping-method ul {
  margin: 0;
  list-style: none;
}
.shipping-method-wrapper .select-shipping-method .custom-item-shipping {
  font-size: 0.9em;
  color: red;
  font-weight: bold;
}
.shipping-method-wrapper .select-shipping-method .method-entry {
  border-bottom: 1px dashed #f3f3f3;
  padding: 1em 0.25em;
  display: flex;
  flex-wrap: wrap;
}
.shipping-method-wrapper .select-shipping-method .method-entry:last-child {
  border-bottom: none;
}
.shipping-method-wrapper .select-shipping-method .method-entry .method-address {
  width: 50%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .shipping-method-wrapper .select-shipping-method .method-entry .method-address {
    width: 100%;
    margin-bottom: 1em;
  }
}
.shipping-method-wrapper .select-shipping-method .method-entry .method-selection {
  width: 50%;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .shipping-method-wrapper .select-shipping-method .method-entry .method-selection {
    width: initial;
    margin-left: auto;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .shipping-method-wrapper .select-shipping-method .method-entry .method-selection {
    width: 100%;
  }
}
.shipping-method-wrapper .select-shipping-method .method-entry .method-selection select {
  margin-bottom: 0.5em;
}
.shipping-method-wrapper .gift-message-input {
  width: 100%;
  margin: 1em 0 3em 0;
}
.shipping-method-wrapper .gift-message-input p {
  font-size: 12px;
}
.shipping-method-wrapper .gift-message-input ul {
  list-style: none;
  margin: 0;
}
.shipping-method-wrapper .container {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.shipping-method-wrapper .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.shipping-method-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.shipping-method-wrapper .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.shipping-method-wrapper .container input:checked ~ .checkmark {
  background-color: #0068B5;
}
.shipping-method-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.shipping-method-wrapper .container input:checked ~ .checkmark:after {
  display: block;
}
.shipping-method-wrapper .container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.shipping-method-wrapper .select-order-type {
  margin-bottom: 2em;
}
.shipping-method-wrapper .shipping-order-type {
  margin-bottom: 1em;
}
.shipping-method-wrapper .shipping-order-type #user-group {
  margin-left: 35px;
}
.shipping-method-wrapper .shipping-order-type p {
  display: inline;
}

.payment-method-wrapper .payment-header {
  width: 100%;
  padding: 1em 0;
  position: relative;
  text-align: left;
  font-size: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1em;
}
.payment-method-wrapper .payment-header i {
  color: #A6A7AA;
  margin-right: 0.25em;
}
.payment-method-wrapper .payment-header h3 {
  width: 100%;
  position: static;
  display: block;
  background-color: transparent;
  color: #A6A7AA;
  text-align: center;
  border: 0;
  padding: 0.25em;
  font-size: 1em;
  line-height: 1.2;
}
.payment-method-wrapper .payment-header hr {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
  display: inline-block;
  width: 75%;
}
.payment-method-wrapper .payment-header .pay-by-card, .payment-method-wrapper .payment-header .pay-by-group, .payment-method-wrapper .payment-header .pay-by-points, .payment-method-wrapper .payment-header .pay-by-webpo {
  cursor: pointer;
  padding: 0.5em 0;
  width: 50%;
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
}
.payment-method-wrapper .payment-body {
  width: 100%;
}
.payment-method-wrapper .payment-body hr {
  border: 1px solid #f3f3f3;
  border-top: 0;
  margin: 2em 0;
}
.payment-method-wrapper .no-store-credit-card {
  text-align: left;
}
.payment-method-wrapper .no-store-credit-card h3 {
  font-size: 1em;
  position: static;
  text-align: left;
  border-bottom: 1px solid #f3f3f3;
  width: 100%;
  background-color: #FFFFFF;
  color: #252525;
  padding: 0.5em 0;
  margin-bottom: 1em;
}
.payment-method-wrapper .pay-by-group-info {
  width: 100%;
  text-align: left;
  vertical-align: text-top;
}
.payment-method-wrapper .pay-by-group-info select {
  margin-bottom: 1em;
}
.payment-method-wrapper .pay-by-group-info select, .payment-method-wrapper .pay-by-group-info input {
  width: initial;
}
.payment-method-wrapper .pay-by-group-info .event-name {
  display: none;
}
.payment-method-wrapper .pay-by-group-info .gc-input {
  width: 100%;
  margin-bottom: 0.25em;
}
.payment-method-wrapper .pay-by-group-info .gc-input label {
  width: 100%;
  font-size: 0.9em;
}
.payment-method-wrapper .pay-by-group-info .gc-input input {
  width: initial;
  margin-bottom: 0;
}
.payment-method-wrapper .pay-by-group-info .gc-input button {
  height: 30px;
  line-height: 30px;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display ul, .payment-method-wrapper .pay-by-group-info .gc-added-display .giftcard-remove {
  width: 50%;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display ul li {
  color: #252525;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display ul li:nth-of-type(1) {
  font-weight: bold;
  color: #000000;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display .giftcard-remove {
  text-align: right;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display .giftcard-remove a {
  color: #0068B5;
  text-decoration: underline;
  cursor: pointer;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display .giftcard-remove a:hover {
  color: #0068B5;
  text-decoration: none;
  cursor: pointer;
}
.payment-method-wrapper .pay-by-webpo-info {
  flex-wrap: wrap;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.payment-method-wrapper .pay-by-webpo-info label {
  width: 100%;
}
.payment-method-wrapper .pay-by-webpo-info input::-webkit-outer-spin-button,
.payment-method-wrapper .pay-by-webpo-info input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.payment-method-wrapper .pay-by-webpo-info input[type=number] {
  -moz-appearance: textfield;
}
.payment-method-wrapper .pay-by-group-info-instructions {
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: text-top;
  margin-bottom: 1em;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels {
  width: 100%;
  position: relative;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels label {
  display: inline;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels .instructions-tooltip {
  font-size: 0.8em;
  color: #A6A7AA;
  cursor: pointer;
  display: inline;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels .instructions-tooltip:hover .instructions-tooltip-text {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels .instructions-tooltip-text {
  opacity: 0;
  position: absolute;
  top: -1.75em;
  left: 0;
  transition: all 0.2s ease-in-out;
  color: #000;
  background-color: #A6A7AA;
  padding: 0.5em;
  border-radius: 3px;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels .character-max {
  float: right;
  color: #A6A7AA;
  font-style: italic;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-text {
  width: 100%;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-text .instructions-text-box {
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
  min-height: 100px;
}
.payment-method-wrapper .pay-by-card-info {
  width: 100%;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  list-style: none;
  text-align: left;
}
.payment-method-wrapper .pay-by-card-info label {
  text-align: left;
}
.payment-method-wrapper .pay-by-card-info ul {
  width: 100%;
  margin: 0;
  display: flex;
}
.payment-method-wrapper .pay-by-card-info ul li {
  display: inline-block;
  vertical-align: text-top;
  margin: 0.25em;
}
@media (max-width: 767px) and (min-width: 320px) {
  .payment-method-wrapper .pay-by-card-info ul li {
    display: block;
    width: 100%;
  }
}
.payment-method-wrapper .pay-by-card-info ul li input, .payment-method-wrapper .pay-by-card-info ul li select {
  width: initial;
  margin-bottom: 0;
}
.payment-method-wrapper .pay-by-points {
  text-align: center;
}
.payment-method-wrapper .pay-by-points input {
  width: 5em;
  height: auto;
}
.payment-method-wrapper .pay-by-points input[type=text] {
  font-size: 2em;
  text-align: center;
}
.payment-method-wrapper .pay-by-points h5 {
  font-size: 1.5em;
  font-weight: bold;
}
.payment-method-wrapper .payment-option {
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  width: 45%;
  padding: 0.5em;
}
.payment-method-wrapper .payment-option:hover h3, .payment-method-wrapper .payment-option:hover i {
  color: #252525;
}
.payment-method-wrapper .payment-info {
  display: none;
}
.payment-method-wrapper .comment-to-approver {
  display: block !important;
  padding: 0.25rem;
}
.payment-method-wrapper .comment-to-approver p {
  font-size: 0.9rem;
}
.payment-method-wrapper .comment-to-approver textarea {
  width: 100%;
  height: 100px;
}
.payment-method-wrapper .payment-info-entry {
  margin: 0.25em;
}
.payment-method-wrapper .pay-by-giftcards-info {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input {
  width: 100%;
  margin-bottom: 0.25em;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input label {
  width: 100%;
  font-size: 0.9em;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input input {
  width: initial;
  margin-bottom: 0;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input button {
  height: 30px;
  line-height: 30px;
  min-width: initial;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display ul, .payment-method-wrapper .pay-by-giftcards-info .gc-added-display .giftcard-remove {
  width: 50%;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display ul li {
  color: #252525;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display ul li:nth-of-type(1) {
  font-weight: bold;
  color: #000000;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display .giftcard-remove {
  text-align: right;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display .giftcard-remove a {
  color: #0068B5;
  text-decoration: underline;
  cursor: pointer;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display .giftcard-remove a:hover {
  color: #0068B5;
  text-decoration: none;
  cursor: pointer;
}
.payment-method-wrapper #oa-shipping-agreement {
  text-align: right;
}
.payment-method-wrapper #oa-shipping-agreement p {
  text-align: left;
}

.active-payment-header {
  display: block !important;
  border-color: #0068B5 !important;
}
.active-payment-header h3, .active-payment-header i {
  font-weight: 800 !important;
  color: #0068B5 !important;
}
.active-payment-header:hover {
  display: block !important;
  border-color: #0068B5 !important;
}
.active-payment-header:hover h3, .active-payment-header:hover i {
  font-weight: 800 !important;
  color: #0068B5 !important;
}

.active-payment-info {
  display: flex !important;
  flex-wrap: wrap;
}

.gc-success p {
  color: green;
}

.gc-failure, .gc-error {
  margin-bottom: 1em;
}
.gc-failure p, .gc-error p {
  color: red;
  font-weight: bold;
  font-size: 0.8em !important;
}
.gc-failure a, .gc-error a {
  color: red !important;
  font-weight: bold !important;
  font-size: 0.9em !important;
}
.gc-remaining-balance, .gc-current-balance, .gc-cart-total {
  font-weight: 800;
}

.payment-spinner {
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
  align-items: center;
}
.payment-spinner span {
  display: block;
  margin: 0 auto;
}
.payment-spinner i {
  display: block;
  color: #252525 !important;
  animation: spin 1s linear infinite;
  align-items: center;
  font-size: 2em;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.show-spinner {
  display: flex !important;
}

.order-recap-wrapper table tbody .shipto table tbody td img {
  width: 80px;
}
.order-recap-wrapper ul {
  list-style: none;
  margin: 0;
}
.order-recap-wrapper .Order-Recap {
  padding: 0 1em;
}
.order-recap-wrapper .billing-and-payment-recap {
  width: 100%;
  margin-bottom: 2em;
  text-align: left;
}
.order-recap-wrapper .billing-and-payment-recap li {
  display: inline-block;
  vertical-align: text-top;
}
@media (max-width: 767px) and (min-width: 320px) {
  .order-recap-wrapper .billing-and-payment-recap li {
    display: block !important;
    width: 100% !important;
  }
}
.order-recap-wrapper .billing-and-payment-recap li:nth-of-type(1) {
  width: 15%;
  font-weight: bold;
}
@media (max-width: 767px) and (min-width: 320px) {
  .order-recap-wrapper .billing-and-payment-recap li:nth-of-type(1) {
    margin-top: 1em;
  }
}
.order-recap-wrapper .billing-and-payment-recap li:nth-of-type(2) {
  width: 20%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .order-recap-wrapper .billing-and-payment-recap li:nth-of-type(2) {
    margin-bottom: 1em;
  }
}
.order-recap-wrapper .billing-and-payment-recap li:nth-of-type(3) {
  font-weight: bold;
  width: 15%;
}
.order-recap-wrapper .billing-and-payment-recap li:nth-of-type(4) {
  width: 20%;
}
.order-recap-wrapper .item-recap-header {
  width: 100%;
  padding: 0.5em;
  text-align: left;
}
@media (max-width: 767px) and (min-width: 320px) {
  .order-recap-wrapper .item-recap-header {
    display: none;
  }
}
.order-recap-wrapper .item-recap-header li {
  display: inline-block;
}
.order-recap-wrapper .item-recap-header li:nth-of-type(1) {
  min-width: 100px;
}
.order-recap-wrapper .item-recap-header li:nth-of-type(2) {
  width: 30%;
}
.order-recap-wrapper .item-recap-header li:nth-of-type(3) {
  width: 15%;
}
.order-recap-wrapper .item-recap-header li:nth-of-type(4) {
  width: 15%;
}
.order-recap-wrapper .item-recap-header li:nth-of-type(5) {
  width: 15%;
}
.order-recap-wrapper .order-items-recap {
  width: 100%;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #f3f3f3;
  text-align: left;
  margin-bottom: 2em;
}
.order-recap-wrapper .order-items-recap .order-item {
  width: 100%;
  padding: 1em 0.5em;
}
.order-recap-wrapper .order-items-recap .order-item #place-order {
  width: 100%;
}
.order-recap-wrapper .order-items-recap .order-item li {
  display: inline-block;
  padding: 0.25em;
  vertical-align: text-top;
}
.order-recap-wrapper .order-items-recap .order-item li .points-gray {
  color: #252525;
}
.order-recap-wrapper .order-items-recap .order-item li:nth-of-type(1) {
  min-width: 100px;
}
@media (max-width: 767px) and (min-width: 320px) {
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(1) {
    display: block;
    width: 100%;
  }
}
.order-recap-wrapper .order-items-recap .order-item li:nth-of-type(2) {
  width: 30%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(2) {
    width: 100%;
  }
}
.order-recap-wrapper .order-items-recap .order-item li:nth-of-type(3) {
  width: 15%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(3) {
    display: block;
    width: 100%;
  }
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(3):before {
    content: "QTY:";
  }
}
.order-recap-wrapper .order-items-recap .order-item li:nth-of-type(4) {
  width: 15%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(4) {
    display: block;
    width: 100%;
  }
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(4):before {
    content: "Price:";
  }
}
.order-recap-wrapper .order-items-recap .order-item li:nth-of-type(5) {
  width: 15%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(5) {
    display: block;
    width: 100%;
  }
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(5):before {
    content: "Total:";
  }
}
.order-recap-wrapper .order-items-recap .order-ship {
  border-bottom: 1px dashed #A6A7AA;
  padding: 1em;
}
.order-recap-wrapper .order-items-recap .order-ship:last-child {
  border: none;
}
.order-recap-wrapper .order-items-recap .order-ship li {
  display: inline-block;
  vertical-align: text-top;
}
@media (max-width: 767px) and (min-width: 320px) {
  .order-recap-wrapper .order-items-recap .order-ship li {
    display: block !important;
    width: 100% !important;
  }
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(1) {
  width: 15%;
  font-weight: bold;
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(2) {
  width: 40%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(2) {
    margin-bottom: 1em;
  }
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(3) {
  width: 15%;
  font-weight: bold;
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(4) {
  width: 20%;
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(5) {
  font-weight: bold;
  width: 15%;
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(6) {
  width: 80%;
}

#order-recap-form {
  font-size: 0.9em;
}
#order-recap-form a {
  font-size: 0.9em;
}

.Single-Page-Checkout-Summary {
  width: 30%;
  background-color: #FFF;
  padding-left: 1em;
  margin-top: 0;
}
@media (max-width: 767px) and (min-width: 320px) {
  .Single-Page-Checkout-Summary {
    width: 100%;
  }
}
.Single-Page-Checkout-Summary .order-summary {
  padding: 1em 2em;
  border: 1px solid #DDD;
  margin-bottom: 1em;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .Single-Page-Checkout-Summary .order-summary {
    padding: 1em;
    font-size: 14px;
  }
}
.Single-Page-Checkout-Summary .order-summary h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.2em;
}
.Single-Page-Checkout-Summary .order-summary hr {
  width: 10%;
  margin: 0 auto 1em auto;
}
.Single-Page-Checkout-Summary .order-summary table {
  width: 100%;
  margin-bottom: 2em;
}
.Single-Page-Checkout-Summary .order-summary table td {
  text-align: right;
  padding: 0.5em 0;
}
.Single-Page-Checkout-Summary .order-summary table td:first-of-type {
  width: 60%;
  text-align: left;
}
.Single-Page-Checkout-Summary .order-summary table #order-summary-total {
  font-weight: bold;
}
.Single-Page-Checkout-Summary .order-summary #promo-code-entry-form input {
  width: 100%;
  height: 40px;
  vertical-align: bottom;
}
.Single-Page-Checkout-Summary .order-summary #promo-code-entry-form #promo-code-button {
  width: 100%;
  margin-bottom: 2em;
  min-width: initial !important;
}
.Single-Page-Checkout-Summary .order-summary .ShippingOptionsMap > div {
  color: #252525;
  text-align: center;
  cursor: pointer;
}
.Single-Page-Checkout-Summary .order-summary .ShippingOptionsMap > div:hover {
  color: #000000;
}
.Single-Page-Checkout-Summary .order-summary .ShippingOptionsMap .icons-ul {
  margin: 2em 0 0 2em;
  font-size: 0.9em;
}
@media (max-width: 1024px) and (min-width: 678px) {
  .Single-Page-Checkout-Summary .order-summary .ShippingOptionsMap .icons-ul {
    margin-left: 1em;
  }
}

.confirm-order {
  text-align: center;
  margin: 10px 0;
  border: 2px dashed #e31929;
  padding: 20px;
}
.confirm-order h3 {
  font-weight: bold;
}

.order-num {
  font-size: 18px;
  color: #000000;
}

.shipto table:nth-of-type(1) {
  margin-bottom: 2em;
}

.order-confirmation {
  background-color: #f3f3f3;
  width: 100%;
}
.order-confirmation .order-confirmation-wrapper {
  max-width: 800px;
  width: 100%;
  padding: 2rem 2rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #FFFFFF;
}
.order-confirmation .order-confirmation-header {
  width: 100%;
  text-align: center;
  padding: 2rem;
  margin-bottom: 2rem;
}
.order-confirmation .order-confirmation-header h3 {
  font-weight: bold;
}
.order-confirmation .order-confirmation-header .order-num {
  font-size: 18px;
  color: #000000;
}
.order-confirmation .order-confirmation-header .order-pending {
  padding: 1rem;
  width: 100%;
}
.order-confirmation .order-confirmation-header .order-pending p {
  font-size: 1.5rem;
  font-weight: bold;
}
.order-confirmation .order-confirmation-header .order-pending p:last-of-type {
  color: #c81326;
  font-weight: bold;
}
.order-confirmation .order-confirm-entry {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.order-confirmation .order-confirm-entry .left {
  width: 50%;
  font-weight: bold;
  margin-bottom: 2rem;
}
.order-confirmation .order-confirm-entry .right {
  width: 50%;
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  .order-confirmation .order-confirm-entry .left, .order-confirmation .order-confirm-entry .right {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.order-confirmation .order-confirm-entry hr {
  border-top: 0;
  border: 1px dashed #A6A7AA;
  width: 100%;
  margin: 1rem 0;
}
.order-confirmation .shipping-address .order-comments {
  width: 100%;
  margin-bottom: 2rem;
}
.order-confirmation .shipping-address .order-comments div {
  width: 100%;
}
.order-confirmation .shipping-address .order-comments div:first-of-type {
  margin-bottom: 1rem;
}
.order-confirmation .shipping-address .item-summary, .order-confirmation .shipping-address .item-summary-header, .order-confirmation .shipping-address .item-summary-products {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.order-confirmation .shipping-address .item-summary-header, .order-confirmation .shipping-address .item-summary-products {
  width: 100%;
  padding: 0.5rem 0;
  font-size: 0.9rem;
}
.order-confirmation .shipping-address .item-summary-header div, .order-confirmation .shipping-address .item-summary-products div {
  width: 25%;
}
.order-confirmation .shipping-address .item-summary-header {
  width: 100%;
  font-weight: bold;
  margin-top: 2rem;
}
.order-confirmation .shipping-address .item-summary-header div {
  padding-right: 0.5rem;
}
.order-confirmation .shipping-address .item-summary-header div:last-of-type {
  text-align: right;
  padding-right: 0;
}
@media (max-width: 500px) {
  .order-confirmation .shipping-address .item-summary-header {
    display: none;
  }
}
.order-confirmation .shipping-address .item-summary-products .item-summary-products-entry {
  width: 100%;
  padding: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px dashed #A6A7AA;
  }
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry:last-of-type {
    border-bottom: 0;
  }
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry span {
    padding: 0.25rem;
  }
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry span:first-of-type {
    padding-left: 0;
  }
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry span:last-of-type {
    margin-left: auto;
    padding-right: 0;
  }
}
.order-confirmation .shipping-address .item-summary-products .item-summary-products-entry div {
  padding-right: 0.5rem;
}
.order-confirmation .shipping-address .item-summary-products .item-summary-products-entry div:last-of-type {
  text-align: right;
  padding-right: 0;
}
.order-confirmation .shipping-address .item-summary-products .item-summary-products-entry div .mobile-header {
  display: none;
}
@media (max-width: 500px) {
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 0;
  }
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry div .mobile-header {
    display: flex;
    font-weight: bold;
  }
}
.order-confirmation .order-summary {
  max-width: 400px;
  margin-left: auto;
}
.order-confirmation .order-summary .right {
  text-align: right;
}
@media (max-width: 500px) {
  .order-confirmation .order-summary .right, .order-confirmation .order-summary .left {
    width: 50% !important;
  }
}

.monolith-partial {
  width: 100%;
}

.feedback-survey {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.feedback-survey .dismiss-feedback {
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 1.25rem;
  transition: all 0.2s ease-in-out;
}
.feedback-survey .dismiss-feedback:hover {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
}
.feedback-survey form h1 {
  text-align: center;
}
.feedback-survey form .icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feedback-survey form .icon-wrapper div {
  padding: 2rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .icon-wrapper div:hover img {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .icon-wrapper div:hover h5 {
  font-weight: 800;
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .icon-wrapper div span {
  display: block;
  max-width: 125px;
  width: 100%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.feedback-survey form .icon-wrapper div img {
  max-width: 125px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.feedback-survey form .icon-wrapper div h5 {
  margin-top: 2rem;
  font-weight: 600;
  color: #000000;
  font-size: 1.25rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .additional-feedback {
  text-align: center;
  display: none;
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .additional-feedback h1 {
  font-size: 2rem;
}
.feedback-survey form .additional-feedback textarea {
  width: 100%;
  height: 150px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.feedback-survey form .additional-feedback label[for=contact-feedback] {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.feedback-survey form .additional-feedback label[for=contact-feedback] input {
  margin-right: 0.5rem;
  cursor: pointer;
}
.feedback-survey form .additional-feedback label[for=contact-feedback] span {
  align-self: center;
}
.feedback-survey form .additional-feedback button {
  margin: 0 auto;
}
.feedback-survey .success, .feedback-survey .failure {
  display: none;
  text-align: center;
}
.feedback-survey .success button, .feedback-survey .failure button {
  margin: 0 auto;
}

.option-selected span {
  display: block;
  animation: surveyspin 0.5s;
}
.option-selected img {
  animation: grow 0.5s;
  animation-fill-mode: forwards;
  transition: all 0.2s ease-in-out;
}
.option-selected h5 {
  font-weight: 800 !important;
  transition: all 0.2s ease-in-out;
}

.show-additional-feedback {
  display: block !important;
  animation: showfeedback 0.5s;
  animation-fill-mode: forwards;
  transition: all 0.2s ease-in-out;
}

.option-remove {
  animation: fadeaway 0.5s;
  animation-fill-mode: forwards;
}
.option-remove span {
  animation: spinaway 0.5s;
  animation-fill-mode: forwards;
}

@keyframes surveyspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes grow {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes showfeedback {
  0% {
    transform: scale(0);
    opacity: 0 !important;
  }
  100% {
    transform: scale(1);
    opacity: 1 !important;
  }
}
@keyframes spinaway {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeaway {
  0% {
    transform: scale(1);
    opacity: 1 !important;
    margin-left: 0;
  }
  100% {
    transform: scale(0);
    opacity: 0 !important;
    margin-left: -100%;
  }
}
.search-full-screen {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: fixed;
  z-index: -100;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.search-full-screen .search-form {
  width: 50%;
  margin: 20% auto 0 auto;
}
.search-full-screen .search-form h1 {
  text-align: center;
  color: #FFF;
}
.search-full-screen .search-form button {
  background-color: transparent;
  vertical-align: text-bottom;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 0;
  border: 1px solid #FFF;
  height: 3.6em;
  width: 4em;
  margin-top: 15px;
  position: relative;
  left: -5px;
}
.search-full-screen .search-form button i {
  color: rgb(255, 255, 255);
  font-size: 1.5em;
}
.search-full-screen .search-form button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.search-full-screen .close-button {
  position: absolute;
  right: 2em;
  top: 2em;
}
.search-full-screen .close-button i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 3em;
}
.search-full-screen .close-button i:hover {
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.search-full-screen input[type=search] {
  background-color: transparent !important;
  border: 1px solid #FFF;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  vertical-align: bottom;
  width: 30em;
  height: 3em;
  color: #FFF;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  margin-bottom: 2px;
}

.show-search-screen {
  z-index: 100;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.hide-keywords {
  display: none;
}

#maintenanceMessage {
  position: fixed;
  width: 500px;
  right: 0;
  top: 120px;
  padding: 2em;
  background-color: red;
  color: #FFFFFF;
  z-index: 1049;
  text-align: center;
  animation-name: maint;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #FFF;
  font-weight: 800;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}
@media (max-width: 767px) and (min-width: 320px) {
  #maintenanceMessage {
    width: 300px;
  }
}

#close-maint-message {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #FFF;
  cursor: pointer;
}

#modal-important-notice {
  color: red;
  font-weight: bold;
}

#important-notice {
  color: red;
  font-weight: bold;
}

.maint-dismiss {
  right: -1000px !important;
  transition: all 0.2s ease-in-out !important;
}

.promo-banner-header {
  width: 100%;
  background-color: #004A86;
}
.promo-banner-header .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 0.25em;
  font-size: 14px;
  text-transform: uppercase;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../sass/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-next, .owl-prev {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 80ms ease-in-out;
  color: gray !important;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  padding: 20px 15px !important;
  margin: 0 !important;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .owl-next, .owl-prev {
    height: 50px;
    width: 50px;
    top: 30%;
    padding: 15px 10px !important;
  }
  .owl-next i, .owl-prev i {
    font-size: 1.5em !important;
  }
}
.owl-next i, .owl-prev i {
  font-size: 2em;
  font-weight: 300;
}

.owl-next {
  right: 0;
  outline: 0;
}

.owl-prev {
  left: 0;
  outline: 0;
}

.owl-nav {
  display: flex;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}

.owl-carousel .owl-stage {
  margin: 0 auto;
}
.owl-carousel:hover .owl-nav {
  opacity: 1;
}

.owl-dots {
  text-align: center;
  padding: 2em;
}
.owl-dots .owl-dot span {
  display: block;
  border-radius: 100% !important;
  background-color: #ccc !important;
  margin: 0.25em !important;
  padding: 0.5em !important;
  outline: 0;
}

.owl-dot.active span {
  background-color: #2164f3 !important;
}

/*
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  z-index: 0;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/*.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}*/
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper:last-of-type,
.owl-carousel .owl-item:last-of-type {
  border-right: none;
}

#owl-home,
#owl-products,
.owl-product-list,
#owl-scrolling-list {
  position: relative;
  overflow: hidden;
}
#owl-home .item,
#owl-products .item,
.owl-product-list .item,
#owl-scrolling-list .item {
  margin: 3px;
  text-align: center;
}
#owl-home .item .item-container,
#owl-products .item .item-container,
.owl-product-list .item .item-container,
#owl-scrolling-list .item .item-container {
  position: relative;
}
#owl-home .item .item-container .favorite-heart,
#owl-products .item .item-container .favorite-heart,
.owl-product-list .item .item-container .favorite-heart,
#owl-scrolling-list .item .item-container .favorite-heart {
  display: none;
  position: absolute;
  top: 0;
  right: 20%;
  color: #555;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-size: 1.2em;
}
#owl-home .item .item-container .favorite-heart:hover,
#owl-products .item .item-container .favorite-heart:hover,
.owl-product-list .item .item-container .favorite-heart:hover,
#owl-scrolling-list .item .item-container .favorite-heart:hover {
  color: rgb(252, 79, 65);
  transition: all 0.2s ease-out;
}
#owl-home .item .item-container .quick-view,
#owl-products .item .item-container .quick-view,
.owl-product-list .item .item-container .quick-view,
#owl-scrolling-list .item .item-container .quick-view {
  position: absolute;
  top: 50%;
  left: 30%;
  width: 40%;
  opacity: 0;
  padding: 1em 0 0.5em 0;
  transition: all 0.2s ease-out;
}
#owl-home .item .item-container .quick-view:hover,
#owl-products .item .item-container .quick-view:hover,
.owl-product-list .item .item-container .quick-view:hover,
#owl-scrolling-list .item .item-container .quick-view:hover {
  opacity: 1;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) and (min-width: 320px) {
  #owl-home .item .item-container .quick-view:hover,
  #owl-products .item .item-container .quick-view:hover,
  .owl-product-list .item .item-container .quick-view:hover,
  #owl-scrolling-list .item .item-container .quick-view:hover {
    opacity: 0;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  #owl-home .item .item-container .quick-view:hover,
  #owl-products .item .item-container .quick-view:hover,
  .owl-product-list .item .item-container .quick-view:hover,
  #owl-scrolling-list .item .item-container .quick-view:hover {
    opacity: 0;
  }
}
#owl-home .item .item-container .quick-view h4,
#owl-products .item .item-container .quick-view h4,
.owl-product-list .item .item-container .quick-view h4,
#owl-scrolling-list .item .item-container .quick-view h4 {
  background-color: #000000;
  opacity: 0.6;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.5em;
  transition: all 0.2s ease-out;
  font-style: normal;
}
#owl-home .item .item-container .quick-view h4:hover,
#owl-products .item .item-container .quick-view h4:hover,
.owl-product-list .item .item-container .quick-view h4:hover,
#owl-scrolling-list .item .item-container .quick-view h4:hover {
  opacity: 1;
  transition: all 0.2s ease-out;
}
#owl-home .item .item-container .product-view,
#owl-products .item .item-container .product-view,
.owl-product-list .item .item-container .product-view,
#owl-scrolling-list .item .item-container .product-view {
  width: 50%;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}
#owl-home .item .item-container .product-view:hover,
#owl-products .item .item-container .product-view:hover,
.owl-product-list .item .item-container .product-view:hover,
#owl-scrolling-list .item .item-container .product-view:hover {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}
#owl-home .item .item-container .product-view .swiper-product-informations,
#owl-products .item .item-container .product-view .swiper-product-informations,
.owl-product-list .item .item-container .product-view .swiper-product-informations,
#owl-scrolling-list .item .item-container .product-view .swiper-product-informations {
  margin: 0 auto;
}
#owl-home .red-heart,
#owl-products .red-heart,
.owl-product-list .red-heart,
#owl-scrolling-list .red-heart {
  color: rgb(252, 79, 65) !important;
}
#owl-home .owl-prev,
#owl-home .owl-next,
#owl-products .owl-prev,
#owl-products .owl-next,
.owl-product-list .owl-prev,
.owl-product-list .owl-next,
#owl-scrolling-list .owl-prev,
#owl-scrolling-list .owl-next {
  position: absolute;
  top: 40%;
}
#owl-home .owl-prev,
#owl-products .owl-prev,
.owl-product-list .owl-prev,
#owl-scrolling-list .owl-prev {
  left: -0.5em;
}
#owl-home .owl-prev:before,
#owl-products .owl-prev:before,
.owl-product-list .owl-prev:before,
#owl-scrolling-list .owl-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 3em;
}
#owl-home .owl-next,
#owl-products .owl-next,
.owl-product-list .owl-next,
#owl-scrolling-list .owl-next {
  right: -0.5em;
}
#owl-home .owl-next:before,
#owl-products .owl-next:before,
.owl-product-list .owl-next:before,
#owl-scrolling-list .owl-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 3em;
}

#owl-home {
  float: none !important;
}

#owl-products .item img {
  display: block;
  margin: 0 auto;
}

.owl-product-list .item img {
  display: block;
  margin: 0 auto;
}

.home-featured-products .entry {
  margin-top: 75px;
  margin-bottom: 100px;
  font-family: "Intel Clear", sans-serif;
  font-style: oblique;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 767px) and (min-width: 320px) {
  .home-featured-products .entry {
    margin-top: 1em;
  }
}
.home-featured-products .entry h2 {
  text-align: left;
  margin-left: 10%;
  padding-left: 1em;
  border-left: 5px solid rgb(252, 79, 65);
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) and (min-width: 320px) {
  .home-featured-products .entry h2 {
    font-size: 1.5em;
  }
}

/*
*   Owl Carousel Owl Demo Theme
* v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #4d4d4f;
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  margin: 5px;
  padding: 20px 10px;
  font-size: 1em;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #252525;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 14px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../sass/AjaxLoader.gif) no-repeat center center;
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.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;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

/* backSlide */
.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;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

/* Keyframes */
/*empty*/
@-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: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.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);
  }
}
/*


   Magic Zoom Plus v4.5.5
   Copyright 2013 Magic Toolbox
   Buy a license: www.magictoolbox.com/magiczoomplus/
   License agreement: http://www.magictoolbox.com/license/


*/
/* Style of the small image link */
.MagicZoomPlus, .MagicZoomPlus:hover {
  display: inline-block;
  cursor: url(../images/graphics/zoomin.cur), pointer;
  outline: 0 !important;
  font-size: 0 !important;
  line-height: 100% !important;
  direction: ltr;
  max-width: 100%;
}

@media (max-width: 767px) and (min-width: 320px) {
  .MagicZoomPlus:hover {
    display: none;
  }
}
/* Style of the small image */
.MagicZoomPlus img {
  border: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: auto;
}

.MagicZoomPlus > img {
  max-width: 100%;
}

.MagicZoomPlus.magic-for-ie8 img {
  max-width: none !important;
}

.MagicZoomPlus.magic-for-ie7 > img {
  width: auto;
}

/* Style of the span inside the small image link */
.MagicZoomPlus span {
  display: none !important;
}

/* Style of hint box */
.MagicZoomPlusHint {
  background: url(../images/graphics/hint.gif) no-repeat 2px 50%;
  color: #444;
  font-family: sans-serif;
  font-size: 8pt;
  line-height: 24px;
  margin: 0;
  min-height: 24px;
  padding: 2px 2px 2px 20px !important;
  text-align: left;
  text-decoration: none;
}

/* Style to hide external title or caption on a page. Only needed for #id method */
.MagicZoomPlus-ExternalText {
  display: none;
}

/* Style of the zoomed image */
.MagicZoomBigImageCont {
  background: #ffffff;
  border: 1px solid #999;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  top: 0;
  left: 0;
}

.MagicZoomBigImageCont img {
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
  width: auto !important;
}

/* Style of text on the zoomed image */
.MagicZoomHeader {
  background: #666;
  color: #fff;
  font-size: 10pt !important;
  line-height: normal !important;
  text-align: center !important;
}

/* Style of square magnify area under the cursor */
.MagicZoomPup {
  background: #fff;
  border: 1px solid #aaa;
  cursor: url(../images/graphics/zoomin.cur), pointer;
}

/* Style of loading message and icon shown during load */
.MagicZoomLoading {
  background: #fff url(../images/graphics/loader.gif) no-repeat 2px 50%;
  border: 1px solid #ccc;
  color: #444;
  font-family: sans-serif;
  font-size: 8pt;
  line-height: 1.5em;
  margin: 0;
  padding: 4px 4px 4px 24px !important;
  text-align: left;
  text-decoration: none;
}

/* Style of hotspots */
.MagicHotspots {
  display: none;
  visibility: hidden;
}

.MagicHotspots a {
  border: 1px solid #ccc;
  display: block !important;
  position: absolute !important;
}

.MagicHotspots a:hover {
  border: 1px solid red;
}

/* Style of the small image when the large image is expanded */
.MagicThumb-expanded-thumbnail {
  cursor: default;
}

/* Style of the expanded image */
.MagicThumb-expanded {
  background: #ffffff;
  border: 1px solid #ccc;
  cursor: url(../images/graphics/zoomout.cur), pointer;
  outline: 0;
  padding: 0;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.MagicThumb-expanded img {
  background: #ffffff;
}

/* Style of the caption for the expanded image */
.MagicThumb-caption {
  background: #ccc;
  border: 0 !important;
  color: #333;
  font: normal 10pt Verdana, Helvetica;
  min-height: 18px !important;
  padding: 8px;
  outline: 0 !important;
  text-align: left;
}

/* Style of the close/next/previous buttons */
.MagicThumb-buttons {
  background: transparent url(../images/graphics/buttons1.png) no-repeat 0 0;
  display: block;
  height: 24px;
}

.MagicThumb-buttons a {
  height: 24px;
  margin: 0px 1px !important;
  overflow: hidden;
  width: 24px;
}

/* Style of the loading message box */
.MagicThumb-loader {
  background: #fff url(../images/graphics/loader.gif) no-repeat 2px 50%;
  border: 1px solid #000;
  font: normal 12pt sans-serif;
  line-height: 1.5em;
  margin: 0;
  padding: 2px 2px 2px 22px;
  text-align: left;
  text-decoration: none;
}

.MagicThumb-expanded > div > div > div > img {
  max-height: none !important;
  max-width: none !important;
  height: auto !important;
  width: auto !important;
}

.MagicThumb-background {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.magic-temporary-img img {
  max-height: none !important;
  max-width: none !important;
}

/* Style of shadow effect behind zoomed image */
.MagicBoxShadow {
  -moz-box-shadow: 3px 3px 4px #888888;
  -webkit-box-shadow: 3px 3px 4px #888888;
  box-shadow: 3px 3px 4px #888888;
  border-collapse: separate;
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color="#888888") !important;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')" !important;
}

/* Style of glow effect behind zoomed image */
.MagicBoxGlow {
  -moz-box-shadow: 0px 0px 4px 4px #888888;
  -webkit-box-shadow: 0px 0px 4px 4px #888888;
  box-shadow: 0px 0px 4px 4px #888888;
  border-collapse: separate;
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Glow(Strength=4, Color="#888888") !important;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888')" !important;
}

#zoom-placeholder {
  position: fixed;
  bottom: 25px;
  left: 10px;
  z-index: 100;
  width: 250px;
  height: 250px;
}

.faqs .my-account-right {
  margin: 0 auto;
}
.faqs h5 {
  border-bottom: 1px solid #f3f3f3;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #252525;
  margin-bottom: 2em;
}
.faqs .faq-nav {
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: text-top;
}
.faqs .faq-nav li {
  cursor: pointer;
  font-weight: 600;
  border-bottom: 2px solid #FFF;
  color: #A6A7AA;
  text-align: left;
  width: 100% !important;
  display: block;
  padding: 2em 1em 1em 1em;
}
.faqs .faq-nav li:hover {
  color: #004A86;
  border-bottom: 2px solid #00A3F6;
}
.faqs .faq-nav li:hover ul {
  color: #004A86;
}
.faqs .faq-nav li:hover ul li {
  color: #004A86;
}
.faqs .faq-nav li:hover ul li:hover {
  border-bottom: 0;
}
.faqs .shopping-online, .faqs .orders, .faqs .shipping-returns {
  display: inline-block;
  margin: 0 auto;
  vertical-align: text-top;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  min-height: 489px;
}
@media (max-width: 767px) and (min-width: 320px) {
  .faqs .shopping-online, .faqs .orders, .faqs .shipping-returns {
    width: 100%;
    padding: 2em 1em;
  }
}
.faqs .shopping-online ul, .faqs .orders ul, .faqs .shipping-returns ul {
  width: 100%;
}
.faqs .shopping-online ul p, .faqs .orders ul p, .faqs .shipping-returns ul p {
  text-align: left;
}
.faqs .orders, .faqs .shipping-returns {
  display: none;
}

.faq-nav-active {
  color: #000000 !important;
  border-bottom: 2px solid #00A3F6 !important;
}

.calendar-ship-dates {
  width: 100%;
  border: 1px solid #252525;
  padding: 0.25em;
  margin: 0.75em 0 !important;
}
.calendar-ship-dates li {
  display: inline-block;
  width: 49.8%;
}
.calendar-ship-dates li ul {
  display: block;
}
.calendar-ship-dates li ul li {
  display: block;
  padding: 0.5em;
  border-bottom: 1px solid #252525;
  width: 100%;
}
.calendar-ship-dates li ul li:nth-of-type(1) {
  font-weight: 700;
  border-bottom: 2px solid #252525;
}
.calendar-ship-dates li ul li:last-child {
  border-bottom: none;
}

.expander {
  margin-left: 0 !important;
  width: 60%;
  list-style: none;
  text-align: left;
  transition: all 0.2s ease-in-out;
}
.expander a {
  color: #000000;
  font-weight: 600;
}
.expander .expander-trigger {
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 1em;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  text-decoration: none;
  user-select: none;
  transition: all 0.2s ease-in-out;
}
.expander .expander-trigger::before {
  content: "▼";
  font-size: 0.7em;
  margin-right: 0.5em;
}
.expander .expander-content {
  list-style: none;
  transition: all 0.2s ease-in-out;
  margin: 0 0 1em 1em;
}
.expander .expander-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
}
.expander .expander-content ul li {
  margin: 1em 0;
}
.expander .expander-content ul li span {
  font-weight: bold;
}
.expander .expander-content p {
  color: #333;
  line-height: 1.5em;
}
.expander .expander-hidden {
  transition: all 0.2s ease-in-out;
}
.expander .expander-hidden::before {
  content: "►";
  font-size: 0.7em;
}
.expander .expander-hidden + li.expander-content {
  display: none;
}

.intel-store {
  padding-top: 2em;
}
.intel-store .store-info {
  width: 65%;
}
@media (max-width: 767px) and (min-width: 320px) {
  .intel-store .store-info {
    width: 100%;
    order: 2;
  }
}
.intel-store .store-info img {
  margin: 1em 0;
}
.intel-store .store-hours {
  width: 30%;
  font-weight: bold;
}
@media (max-width: 767px) and (min-width: 320px) {
  .intel-store .store-hours {
    width: 100%;
    order: 1;
  }
}
.intel-store .store-hours p {
  font-weight: initial;
}
.intel-store .store-hours div {
  background-color: #efefef;
  padding: 1em;
}
.intel-store .store-hours div h4 {
  font-weight: bold;
}

.points-summary {
  width: 100%;
  background-color: #00A3F6;
  display: inline-flex;
  color: #FFFFFF;
  border-top: 2px solid #00A3F6;
  border-bottom: 2px solid #00A3F6;
}
.points-summary .budget-remaining, .points-summary .points-recieved, .points-summary .points-give {
  text-align: center;
  flex-grow: 1;
  padding: 1em;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.points-summary .budget-remaining h5, .points-summary .points-recieved h5, .points-summary .points-give h5 {
  font-size: 1em;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin: 0;
  display: block;
  text-transform: uppercase;
}
.points-summary .budget-remaining hr, .points-summary .points-recieved hr, .points-summary .points-give hr {
  width: 0.75em;
  border-top: 0;
  border-bottom: 1px solid #FFFFFF;
  margin: 0.75em auto;
}
.points-summary .budget-remaining ul, .points-summary .points-recieved ul, .points-summary .points-give ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: block;
  max-width: 15em;
}
.points-summary .budget-remaining ul li, .points-summary .points-recieved ul li, .points-summary .points-give ul li {
  line-height: 1.5;
}
.points-summary .budget-remaining ul li:nth-of-type(1), .points-summary .points-recieved ul li:nth-of-type(1), .points-summary .points-give ul li:nth-of-type(1) {
  font-size: 0.9em;
}
.points-summary .budget-remaining ul li:nth-of-type(2), .points-summary .points-recieved ul li:nth-of-type(2), .points-summary .points-give ul li:nth-of-type(2) {
  font-size: 3em;
  font-weight: 700;
}
.points-summary .budget-remaining ul li:nth-of-type(3), .points-summary .points-recieved ul li:nth-of-type(3), .points-summary .points-give ul li:nth-of-type(3) {
  font-size: 0.9em;
}
.points-summary .points-give {
  border-right: 0;
}

.prop65-link {
  display: block;
  font-weight: bold;
  color: red;
  cursor: pointer;
}
.prop65-link:hover {
  color: darkred;
}
.prop65-link img {
  max-width: 20px;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.prop65-modal {
  width: 90% !important;
  max-width: 700px !important;
}
.prop65-modal .modal-body {
  flex-wrap: wrap;
  padding: 1em 4em 1em 4em;
  height: auto !important;
  flex-direction: row;
  font-size: 14px;
}
@media (max-width: 767px) and (min-width: 320px) {
  .prop65-modal .modal-body {
    padding: 1em 2em;
  }
}
.prop65-modal .modal-body .warning-header {
  width: 100%;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.prop65-modal .modal-body .warning-header img {
  max-width: 40px;
}
.prop65-modal .modal-body p {
  width: 100%;
}
.prop65-modal .modal-body .warning-optin {
  width: 100%;
  text-align: center;
}
.prop65-modal .modal-body .warning-buttons {
  width: 100%;
  padding: 1em;
  text-align: center;
}
.prop65-modal .modal-body .warning-buttons button {
  font-size: 1em;
  color: #FFF;
  background-color: #0068B5;
  padding: 1em;
  margin: 0;
  transition: all 0.2s ease-out;
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
}

#prop65-confirm-modal {
  width: 99% !important;
  position: absolute !important;
}
@media (max-width: 767px) and (min-width: 320px) {
  #prop65-confirm-modal {
    top: 2px !important;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  #prop65-confirm-modal .modal-header {
    padding: 0 !important;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  #prop65-confirm-modal .modal-body {
    padding: 1em !important;
  }
}
#prop65-confirm-modal .affected-items {
  text-align: center;
  font-weight: bold;
}
#prop65-confirm-modal .warning-text {
  padding: 1em;
  margin: 1em 0;
  background-color: #f8f8f8;
}
#prop65-confirm-modal .warning-items {
  width: 100%;
  padding: 1em 0;
  margin: 0 0 2em 0;
  max-height: 150px;
  overflow-y: auto;
}
#prop65-confirm-modal .warning-items p {
  text-align: center;
}
#prop65-confirm-modal .warning-items .warning-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#prop65-confirm-modal .warning-items .warning-item:nth-of-type(even) {
  background-color: #f8f8f8;
}
#prop65-confirm-modal .warning-buttons {
  display: flex;
  justify-content: space-between;
  padding: 2em 0 6em 0;
}
#prop65-confirm-modal .warning-buttons #prop65-return-to-cart {
  background-color: #ffffff;
  color: #0068B5;
}

.login-error, .create-account-error {
  color: red;
  margin: 1em 0;
}

.alert-backorder {
  font-size: 0.9rem;
  text-align: left;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  color: #FC4C02;
  padding: 1em;
  display: block;
  font-weight: 400;
  margin: 1em 0 1em 0;
}

.page-error {
  text-align: center;
  padding-top: 3em;
}
.page-error div {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  margin-bottom: 3em;
}
.page-error div .error {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.page-error img {
  max-width: 200px;
  margin: 0 auto;
}

.alert {
  padding: 8px 14px 8px 14px;
  margin: 1em;
  text-align: left !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}

.alert,
.alert h4 {
  color: #c09853;
  padding: 1em;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  width: 100%;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px !important;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.promo-success {
  float: left;
}

button:focus {
  outline: 2px solid black;
  outline-offset: 3px;
}

.btn-alpha, #c-submit-button, .cog-button--submit, .btn-cart {
  font-family: "Intel Clear", sans-serif;
  font-size: 1rem;
  color: #FFFFFF;
  background-color: #F6CB4B;
  padding: 0.625rem 1.5rem;
  margin: 0;
  vertical-align: middle;
  line-height: 1.25;
  transition: all 0.2s ease-out;
  border: 0;
  text-transform: none;
  font-weight: 400;
  border-radius: 0;
  min-width: 175px;
  max-width: 250px;
  max-width: fit-content;
  display: block;
  text-align: center;
}
.btn-alpha:hover, #c-submit-button:hover, .cog-button--submit:hover, .btn-cart:hover {
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  background-color: #F6CB4B;
}
.btn-alpha:hover:active, .btn-alpha:hover:focus, .btn-alpha:hover:visited, #c-submit-button:hover:active, #c-submit-button:hover:focus, #c-submit-button:hover:visited, .cog-button--submit:hover:active, .cog-button--submit:hover:focus, .cog-button--submit:hover:visited, .btn-cart:hover:active, .btn-cart:hover:focus, .btn-cart:hover:visited {
  color: #FFFFFF;
}
.btn-alpha:active, .btn-alpha:focus, .btn-alpha:visited, #c-submit-button:active, #c-submit-button:focus, #c-submit-button:visited, .cog-button--submit:active, .cog-button--submit:focus, .cog-button--submit:visited, .btn-cart:active, .btn-cart:focus, .btn-cart:visited {
  color: #FFFFFF;
}
.btn-alpha:disabled, #c-submit-button:disabled, .cog-button--submit:disabled, .btn-cart:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.btn-alpha i, #c-submit-button i, .cog-button--submit i, .btn-cart i {
  margin: 0 0.25em;
}
.btn-alpha .fa-circle-notch, #c-submit-button .fa-circle-notch, .cog-button--submit .fa-circle-notch, .btn-cart .fa-circle-notch {
  animation: spin 1s linear infinite;
}

.btn-beta {
  font-family: "Intel Clear", sans-serif;
  font-size: 1rem;
  color: #FFFFFF;
  background-color: #0068B5;
  padding: 0.625rem 1.5rem;
  margin: 0;
  vertical-align: middle;
  line-height: 1.25;
  transition: all 0.2s ease-out;
  border: 0;
  text-transform: none;
  font-weight: 400;
  border-radius: 0;
  min-width: 175px;
  max-width: 250px;
  max-width: fit-content;
  display: block;
  text-align: center;
}
.btn-beta:hover {
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  background-color: #0068B5;
}
.btn-beta:hover:active, .btn-beta:hover:focus, .btn-beta:hover:visited {
  color: #FFFFFF;
}
.btn-beta:active, .btn-beta:focus, .btn-beta:visited {
  color: #FFFFFF;
}
.btn-beta:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.btn-beta i {
  margin: 0 0.25em;
}
.btn-beta .fa-circle-notch {
  animation: spin 1s linear infinite;
}

.btn-gamma {
  font-family: "Intel Clear", sans-serif;
  font-size: 0.9rem;
  color: #FFFFFF;
  background-color: #004A86;
  padding: 0 1em;
  margin: 0;
  height: 35px;
  line-height: 35px;
  transition: all 0.2s ease-out;
  border: 0;
  text-transform: none;
  font-weight: 600;
  border-radius: 2px;
  min-width: 175px;
}
.btn-gamma:hover {
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  background-color: #004A86;
}
.btn-gamma:active, .btn-gamma:focus, .btn-gamma:visited {
  color: #FFFFFF;
}
.btn-gamma:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.btn-gamma i {
  margin: 0 0.25em;
}
.btn-gamma .fa-circle-notch {
  animation: spin 1s linear infinite;
}

.btn-login {
  font-family: "Intel Clear", sans-serif;
  font-size: 1rem;
  color: #0068B5;
  background-color: #FFFFFF;
  padding: 0 1em;
  margin: 0;
  height: 50px;
  line-height: 50px;
  transition: all 0.2s ease-out;
  border: 0;
  text-transform: none;
  font-weight: 400;
  border-radius: 0;
  min-width: 150px;
  max-width: 250px;
  width: fit-content;
  display: block;
  text-align: center;
}
.btn-login:hover {
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  background-color: #FFFFFF;
}
.btn-login:active, .btn-login:focus, .btn-login:visited {
  color: #0068B5;
}
.btn-login:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.btn-login i {
  margin: 0 0.25em;
}
.btn-login .fa-circle-notch {
  animation: spin 1s linear infinite;
}

.btn-neutral {
  font-family: "Intel Clear", sans-serif;
  font-size: 0.9rem;
  color: #FFFFFF;
  background-color: #555;
  padding: 0 1em;
  margin: 0;
  height: 35px;
  line-height: 35px;
  transition: all 0.2s ease-out;
  border: 0;
  text-transform: none;
  font-weight: 600;
  border-radius: 2px;
  min-width: 175px;
  max-width: 250px;
}
.btn-neutral:hover {
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  background-color: #555;
}
.btn-neutral:active, .btn-neutral:focus, .btn-neutral:visited {
  color: #FFFFFF;
}
.btn-neutral:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.btn-neutral i {
  margin: 0 0.25em;
}
.btn-neutral .fa-circle-notch {
  animation: spin 1s linear infinite;
}

.btn-ghost {
  font-family: "Intel Clear", sans-serif;
  font-size: 1em;
  color: #FFF;
  font-weight: 400;
  background-color: transparent;
  padding: 0.25em 2em;
  margin: 0;
  min-height: 40px;
  transition: all 0.2s ease-out;
  border: 2px solid #FFFFFF;
  height: 42px;
  text-transform: uppercase;
}
.btn-ghost:hover {
  background-color: #FFFFFF;
  color: #0068B5;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
}
.btn-ghost:hover:active, .btn-ghost:hover:focus {
  background-color: #FFFFFF;
  color: #0068B5;
}
.btn-ghost:active, .btn-ghost:focus {
  background-color: transparent;
  color: #FFFFFF;
}
.btn-ghost i {
  margin-right: 0.5em;
}
.btn-ghost .fa-circle-notch {
  animation: spin 1s linear infinite;
}

.btn-ghost-alt {
  font-family: "Intel One";
  font-size: 1em;
  color: #0068B5;
  font-weight: 400;
  background-color: transparent;
  padding: 0.25em 2em;
  margin: 0;
  min-height: 40px;
  transition: all 0.2s ease-out;
  border: 1px solid #0068B5;
  height: 42px;
}
.btn-ghost-alt:hover {
  background-color: #0068B5;
  color: #FFFFFF;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
}
.btn-ghost-alt:active, .btn-ghost-alt:focus {
  color: #FFFFFF;
}
.btn-ghost-alt i {
  margin-right: 0.5em;
}

.btn-approve {
  font-family: "Intel Clear", sans-serif;
  color: green;
  font-size: 1.5em;
  text-transform: uppercase;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0.5em;
  font-weight: bold;
  height: 50px;
  transition: all 0.2s ease-out;
  border: 3px solid white;
  vertical-align: middle;
}
.btn-approve:hover {
  background-color: white;
  border-color: white;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  color: shade(green, 20%);
}
.btn-approve:active, .btn-approve:focus {
  color: green;
}
.btn-approve i {
  margin-right: 0.5em;
}

.btn-deny {
  font-family: "Intel Clear", sans-serif;
  color: red;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0.5em;
  height: 50px;
  transition: all 0.2s ease-out;
  border: 3px solid white;
  vertical-align: middle;
}
.btn-deny:hover {
  background-color: white;
  border-color: white;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  color: shade(red, 20%);
}
.btn-deny:active, .btn-deny:focus {
  color: red;
}
.btn-deny i {
  margin-right: 0.5em;
}

.btn-disabled {
  font-family: "Intel One";
  font-size: 1em;
  color: #FFF;
  font-weight: 400;
  background-color: #0068B5;
  padding: 4px 9px;
  margin: 0;
  min-height: 40px;
  transition: all 0.2s ease-out;
  border: 1px solid #636363;
  border-top-color: #AAAAAA;
  border-bottom-color: #636363;
  background: -webkit-gradient(linear, left top, left bottom, from(tint(#666666, 20%)), to(#666666));
  background: -moz-linear-gradient(top, tint(#666666, 20%), #666666);
  background: linear-gradient(top, tint(#666666, 20%), #666666);
  border-radius: 5px;
  opacity: 0.2;
  cursor: initial;
}
.btn-disabled:active, .btn-disabled:focus {
  color: #FFFFFF;
}
.btn-disabled i {
  margin-right: 0.5em;
}
.btn-disabled:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(tint(#666666, 20%)), to(#666666));
  background: -moz-linear-gradient(top, tint(#666666, 20%), #666666);
  background: linear-gradient(top, tint(#666666, 20%), #666666);
  border: 1px solid #636363;
  border-top-color: #AAAAAA;
  border-bottom-color: #636363;
}

.btn-disable {
  font-family: "Comic Sans MS";
  font-size: 1em;
  color: #000000;
  font-weight: 400;
  background-color: #FFFFFF;
  padding: 4px 9px;
  margin: 0;
  min-height: 40px;
  border: 0;
  border-radius: 5px;
  opacity: 1;
  background-image: url(../../images/gray-button.png);
}
.btn-disable:active, .btn-disable:focus {
  color: #FFFFFF;
}
.btn-disable i {
  margin-right: 0.5em;
}
.btn-disable:hover {
  background-image: url(../../images/gray-button.png);
}

#view-cart-button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
#view-cart-button:hover, #view-cart-button:active, #view-cart-button:focus {
  color: #FFF;
}

#tooltip-checkout-button {
  font-size: 1.2em;
}

#return-to-top {
  width: 50px;
  max-width: 50px !important;
  height: 50px;
  position: fixed;
  bottom: 100px;
  right: 15px;
  min-width: initial;
  display: none;
  padding: 10px;
  border: 1px solid #FFFFFF;
}
#return-to-top span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#return-to-top span i {
  margin: 0;
  padding: 0;
  align-self: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-wishlist {
  font-family: "Intel Clear", sans-serif;
  font-size: 1rem;
  color: #00A3F6;
  background-color: transparent;
  padding: 0.625rem 1.5rem;
  margin: 0;
  vertical-align: middle;
  line-height: 1.25;
  transition: all 0.2s ease-out;
  border: 0;
  text-transform: none;
  font-weight: 400;
  border-radius: 0;
  min-width: 175px;
  max-width: 250px;
  max-width: fit-content;
  display: block;
  text-align: center;
}
.btn-wishlist:hover {
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  background-color: transparent;
}
.btn-wishlist:hover:active, .btn-wishlist:hover:focus, .btn-wishlist:hover:visited {
  color: #00A3F6;
}
.btn-wishlist:active, .btn-wishlist:focus, .btn-wishlist:visited {
  color: #00A3F6;
}
.btn-wishlist:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.btn-wishlist i {
  margin: 0 0.25em;
}
.btn-wishlist .fa-circle-notch {
  animation: spin 1s linear infinite;
}

.btn-continue-shopping {
  font-family: "Intel Clear", sans-serif;
  color: #0068B5;
  font-weight: 400;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0.5em;
  height: 50px;
  transition: all 0.2s ease-out;
  border: 3px solid transparent;
  vertical-align: middle;
  text-transform: uppercase;
}
.btn-continue-shopping:hover {
  color: #0068B5;
  transition: all 0.2s ease-out;
}
.btn-continue-shopping:hover i {
  transition: all 0.2s ease-out;
}
.btn-continue-shopping:hover i:before {
  transition: all 0.2s ease-out;
}
.btn-continue-shopping:active, .btn-continue-shopping:focus {
  color: #0068B5;
}
.btn-continue-shopping i {
  margin-right: 0.5em;
}

.btn-special-order {
  font-family: "Intel One";
  font-size: 1.2em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0.5em;
  margin-top: 2em;
  height: 50px;
  transition: all 0.2s ease-out;
  border: 3px solid #FFFFFF;
}
.btn-special-order:hover {
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
}
.btn-special-order:active, .btn-special-order:focus {
  color: #FFFFFF;
}
.btn-special-order i {
  margin-right: 0.5em;
}

.btn-notify-checkout {
  font-family: "Intel One";
  font-size: 0.9em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  background-color: #004A86;
  margin: 0.5em 0 0 0;
  height: 35px;
  transition: all 0.2s ease-out;
  border: 1px solid #636363;
  border-top-color: #AAAAAA;
  border-bottom-color: #636363;
  background: -webkit-gradient(linear, left top, left bottom, from(tint(#666666, 20%)), to(#666666));
  background: -moz-linear-gradient(top, tint(#666666, 20%), #666666);
  background: linear-gradient(top, tint(#666666, 20%), #666666);
  border-radius: 5px;
}
.btn-notify-checkout:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(tint(#666666, 10%)), to(tint(#666666, 10%)));
  background: -moz-linear-gradient(top, tint(#666666, 20%), tint(#666666, 40%));
  background: linear-gradient(top, tint(#666666, 20%), tint(#666666, 40%));
  border-color: #636363;
  border-top-color: #D3D3D3;
  border-bottom-color: #636363;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
}
.btn-notify-checkout:active, .btn-notify-checkout:focus {
  color: #FFFFFF;
}
.btn-notify-checkout i {
  margin-right: 0.5em;
}

.btn-notify-view {
  font-family: "Intel One";
  font-size: 0.9em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  background-color: #0068B5;
  margin: 0.5em 0 0 0;
  height: 35px;
  transition: all 0.2s ease-out;
  border: 1px solid #1c4ed9;
  border-top-color: #7ba7ff;
  border-bottom-color: #133fbb;
  background: -webkit-gradient(linear, left top, left bottom, from(#3163f2), to(#2b57d5));
  background: -moz-linear-gradient(top, #3163f2, #2b57d5);
  background: linear-gradient(top, #3163f2, #2b57d5);
  border-radius: 5px;
}
.btn-notify-view:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#4273ff), to(#3364f1));
  background: -moz-linear-gradient(top, #4273ff, #3364f1);
  background: linear-gradient(top, #4273ff, #3364f1);
  border-color: #235af6;
  border-top-color: #4072ff;
  border-bottom-color: #1e4fd9;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
}
.btn-notify-view:active, .btn-notify-view:focus {
  color: #FFFFFF;
}
.btn-notify-view i {
  margin-right: 0.5em;
}

.breadcrumb {
  background-color: #FFFFFF;
  color: #d7d7d7 !important;
  display: block !important;
  width: 100%;
  margin-bottom: 2em;
  padding: 1em 0;
  text-align: left;
  font-size: 0.9rem !important;
  font-weight: 400;
}
@media print {
  .breadcrumb {
    display: none !important;
  }
}
.breadcrumb a {
  color: #0068B5 !important;
}
.breadcrumb a:hover {
  color: #0068B5 !important;
  text-decoration: underline;
}
.breadcrumb ul {
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  padding-left: 0.5rem;
}
.breadcrumb ul li {
  display: inline-block;
  padding: 0 !important;
}
.breadcrumb ul li:last-of-type a {
  font-weight: bold;
}
.breadcrumb ul .active {
  color: #252525;
}
@media (max-width: 767px) and (min-width: 320px) {
  .breadcrumb {
    display: none !important;
  }
}
.form-entry {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 0.25rem;
}
.form-entry label {
  width: 100%;
}
.form-entry input, .form-entry span {
  align-self: center;
}
.form-entry input, .form-entry label {
  width: 100%;
}

.form-entry.half {
  width: 50%;
}

.minlength,
.exactlength,
.required {
  color: red !important;
}

.minlength {
  margin-top: 10px;
}

.exactlength {
  margin-top: 10px;
}

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/*legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: $baseLineHeight;
  font-size: $baseFontSize * 1.5;
  line-height: $baseLineHeight * 2;
  color: $grayDark;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  // Small
  small {
    font-size: $baseLineHeight * .75;
    color: $grayLight;
  }
}*/
input,
button,
select,
textarea {
  font-family: "Intel Clear", sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  vertical-align: middle;
}

.ie8 input[type=search],
.ie9 input[type=search] {
  padding-bottom: 8px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

select, textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E4;
  height: 35px;
  border-radius: 3px;
}
select:focus, textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: #555;
  outline: 0;
  outline: thin dotted \9 ; /* IE6-9 */
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  *margin-top: 0; /* IE7 */
  margin-top: 1px \9 ; /* IE8-9 */
  line-height: normal;
}

input[type=file],
input[type=image],
input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
input[type=checkbox] {
  width: auto;
}

select,
input[type=file] {
  *margin-top: 4px; /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

select[multiple],
select[size] {
  height: auto;
}

.uneditable-input,
.uneditable-textarea {
  color: #f3f3f3;
  background-color: #fcfcfc;
  border-color: #ccc;
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
input ::-moz-placeholder,
textarea ::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
input :-ms-input-placeholder,
textarea :-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
input :-moz-placeholder,
textarea :-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mobile {
  width: 30px;
}

.input-mini {
  width: 43px;
}

.input-ext {
  width: 50px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

.full-width {
  width: 100%;
}

input[class*=span],
select[class*=span],
textarea[class*=span],
.uneditable-input[class*=span],
.row-fluid input[class*=span],
.row-fluid select[class*=span],
.row-fluid textarea[class*=span],
.row-fluid .uneditable-input[class*=span] {
  float: none;
  margin-left: 0;
}

.input-append input[class*=span],
.input-append .uneditable-input[class*=span],
.input-prepend input[class*=span],
.input-prepend .uneditable-input[class*=span],
.row-fluid input[class*=span],
.row-fluid select[class*=span],
.row-fluid textarea[class*=span],
.row-fluid .uneditable-input[class*=span],
.row-fluid .input-prepend [class*=span],
.row-fluid .input-append [class*=span] {
  display: inline-block;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #aaa;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio][readonly],
input[type=checkbox][readonly] {
  background-color: transparent;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}

.help-block,
.help-inline {
  color: #4b4b4b;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 16px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #FFFFFF;
  background-color: #aaa;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type=radio],
.form-search .checkbox input[type=checkbox],
.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
}
.form-horizontal .control-label {
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}

input[type=checkbox] {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  margin-right: 0.5em;
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: initial !important;
  margin: 0 0.5em 0 0 !important;
}
input[type=checkbox]:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 1rem;
  position: absolute;
  top: -1px;
  left: 4px;
  color: #99a1a7;
}

.modal {
  display: none;
  width: 800px;
  position: fixed;
  left: 0;
  right: 0;
  top: 100px;
  margin: 0 auto;
  z-index: 1050;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  animation: modal-fade-in;
  animation-duration: 0.2s;
}
@media (max-width: 767px) and (min-width: 320px) {
  .modal {
    width: initial;
    max-width: 98%;
    top: 1%;
  }
}
@media (max-width: 1024px) and (min-width: 678px) {
  .modal {
    width: 700px;
    top: 50px;
  }
}
.modal .modal-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1em 2em;
  color: #3c4046;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: right;
}
@media (max-width: 767px) and (min-width: 320px) {
  .modal .modal-header {
    padding: 0.5em;
    padding-bottom: 0;
  }
}
.modal .modal-header h2 {
  font-size: 2em;
  font-weight: 300;
  color: #3c4046;
}
.modal .modal-header h5 {
  width: 100%;
}
.modal .modal-header .modal-close {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-left: auto;
  position: relative;
  top: -0.5em;
  right: -1em;
  padding: 0.5em;
  color: #A6A7AA;
  transition: all 0.1s ease-in-out;
  font-size: 1.2em;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  width: 2em;
}
.modal .modal-header .modal-close:hover {
  color: #252525;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) and (min-width: 320px) {
  .modal .modal-header .modal-close {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
  }
}
.modal .modal-body {
  display: flex;
}
@media (max-width: 767px) and (min-width: 320px) {
  .modal .modal-body {
    flex-direction: column;
    overflow: scroll;
  }
}
.modal .modal-body .modal-body-left, .modal .modal-body .modal-body-right {
  flex-grow: 1;
  padding: 2em;
  padding-bottom: 3em;
}
.modal .modal-body .modal-body-left {
  width: 60%;
}
.modal .modal-body ul {
  margin: 0;
  list-style: none;
}

.quick-view form {
  margin: 0;
}
.quick-view form .modal-header {
  text-align: left;
}
.quick-view form .modal-header #item-title {
  text-align: left;
}
.quick-view form .modal-header #modal-rating i {
  font-size: 1.5em;
}
.quick-view form .modal-header #modal-product-url {
  float: none;
  color: #0068B5;
  text-decoration: none;
  position: absolute;
  right: 2em;
  bottom: 1em;
}
.quick-view form .modal-header #modal-product-url:hover {
  text-decoration: underline;
}
.quick-view form .modal-body .product_image {
  display: inline-block;
  width: 50%;
  vertical-align: text-top;
  padding: 1em 3em 1em 3em;
}
.quick-view form .modal-body .product_info {
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  vertical-align: text-top;
  padding: 1em 3em 3em 3em;
}
.quick-view form .modal-body .product_info .product-details {
  margin: 0;
  list-style: none;
}
.quick-view form .modal-body .product_info .product-details li {
  margin-bottom: 1em;
}
.quick-view form .modal-body .product_info .product-details #item-number {
  font-size: 1em;
  margin: 1em 0;
  color: #252525;
}
.quick-view form .modal-body .product_info .product-details #product-price {
  font-size: 1.5em;
  display: inline;
  font-weight: bold;
}
.quick-view form .modal-body .product_info .product-details #product-points {
  font-size: 1.4em;
  color: #252525;
  padding: 0 0.25em;
  display: inline;
}
.quick-view form .modal-body .product_info .product-options {
  margin: 0;
  list-style: none;
}
.quick-view form .modal-body .product_info .product-options ul {
  margin: 0;
  list-style: none;
  position: relative;
}
.quick-view form .modal-body .product_info .product-options ul li {
  display: block !important;
  margin: 0 0 0.5em 0 !important;
}
.quick-view form .modal-body .product_info .product-options ul li label, .quick-view form .modal-body .product_info .product-options ul li select, .quick-view form .modal-body .product_info .product-options ul li input, .quick-view form .modal-body .product_info .product-options ul li .highlight-stock {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.quick-view form .modal-body .product_info .product-options ul li label:nth-of-type(1), .quick-view form .modal-body .product_info .product-options ul li select:nth-of-type(1), .quick-view form .modal-body .product_info .product-options ul li input:nth-of-type(1), .quick-view form .modal-body .product_info .product-options ul li .highlight-stock:nth-of-type(1) {
  margin-bottom: 1em;
}
.quick-view form .modal-body .product_info .product-options ul li label {
  width: 50%;
}
.quick-view form .modal-body .product_info .product-options ul li select, .quick-view form .modal-body .product_info .product-options ul li input {
  width: 100px !important;
  box-shadow: none;
}
.quick-view form .modal-body .product_info .quick-view-buttons {
  width: 100%;
  margin-top: auto;
}
.quick-view form .modal-body .product_info .quick-view-buttons button {
  margin: 0;
  width: 100%;
}
.quick-view form .modal-body .product_info .quick-view-buttons .btn-cart {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

#size-guide-modal .modal-header h5 {
  text-align: center;
  margin: 0;
}
#size-guide-modal .modal-body {
  padding: 2em;
}
@media (max-width: 767px) and (min-width: 320px) {
  #size-guide-modal .modal-body {
    padding: 0.5em;
    font-size: 0.75em;
  }
}
#size-guide-modal .modal-body section {
  margin: 0;
}

.size-charts-wrapper {
  width: 100%;
}
.size-charts-wrapper .size-chart-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.size-charts-wrapper .size-chart-item h5 {
  width: 100%;
}
.size-charts-wrapper .size-chart-item img {
  padding: 2rem 0;
}
.size-charts-wrapper .size-chart-item .size-chart-table {
  width: 100%;
  margin-bottom: 0;
}
.size-charts-wrapper .size-chart-item p {
  width: 100%;
}

.modal-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  animation: modal-fade-in;
  animation-duration: 0.2s;
}

#special-order-modal .modal-body-left {
  padding-top: 3em;
  font-size: 0.95em;
}
#special-order-modal .modal-body-left ul {
  margin: 1em;
}
#special-order-modal .modal-body-left ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 0.25em;
}
#special-order-modal .modal-body-right {
  text-align: center;
}
#special-order-modal .modal-body-right ul li img {
  border: 1px solid #313131;
  border-radius: 50%;
  width: 100%;
  max-width: 225px;
  height: auto;
}
#special-order-modal .modal-body-right ul li hr {
  width: 50%;
  border-top: 0;
  border-bottom: 2px solid #0068B5;
  margin: 1em auto;
}
#special-order-modal .modal-body-right ul li:nth-of-type(4) {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  letter-spacing: 1px;
}

@media (max-width: 767px) and (min-width: 320px) {
  #contact-us-modal {
    position: absolute !important;
  }
}
#contact-us-modal .modal-body-left {
  text-align: center;
}
@media (max-width: 767px) and (min-width: 320px) {
  #contact-us-modal .modal-body-left {
    width: 100%;
  }
}
#contact-us-modal .modal-body-left form {
  margin: 0;
}
#contact-us-modal .modal-body-left form fieldset .input {
  width: 47%;
  margin: 0.25em;
  display: inline-block;
}
@media (max-width: 1024px) and (min-width: 678px) {
  #contact-us-modal .modal-body-left form fieldset .input {
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  #contact-us-modal .modal-body-left form fieldset .input {
    width: 100%;
  }
}
#contact-us-modal .modal-body-left form fieldset .input label {
  text-align: left;
}
#contact-us-modal .modal-body-left form fieldset textarea {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  resize: none;
  margin-bottom: 1em;
}
#contact-us-modal .modal-body-right .standout {
  font-size: 0.9em;
}

#has-styles-modal {
  max-width: 400px;
  width: 90%;
}
#has-styles-modal .modal-body {
  flex-wrap: wrap;
  height: auto;
}
#has-styles-modal p {
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
}
#has-styles-modal .has-styles-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#has-styles-modal .has-styles-buttons button {
  margin: 0.5em;
  margin-bottom: 1em;
}

#gift-points-modal hr {
  width: 75%;
  margin: 2em auto 2em auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
#gift-points-modal .modal-header {
  padding-bottom: 0;
}
#gift-points-modal .modal-header hr {
  margin-bottom: 1em;
}
#gift-points-modal .modal-header .fa-gift {
  color: #00A3F6;
  font-size: 3em;
}
#gift-points-modal .modal-header h2 {
  font-weight: 600;
}
#gift-points-modal .modal-body {
  padding: 1em;
  display: block;
  text-align: center;
}
#gift-points-modal .modal-body p {
  text-align: center;
  width: 100%;
}
#gift-points-modal .modal-body form {
  width: 600px;
  margin: 2em auto 3em;
}
#gift-points-modal .modal-body form select, #gift-points-modal .modal-body form input {
  display: inline-block;
  height: 44px;
  vertical-align: text-top;
}
#gift-points-modal .modal-body form input {
  width: 120px;
  margin-right: 1em;
}
#gift-points-modal .modal-body form ::-webkit-input-placeholder { /* Chrome */
  color: rgba(0, 0, 0, 0.2);
}
#gift-points-modal .modal-body form :-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.2);
}
#gift-points-modal .modal-body form ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.2);
}
#gift-points-modal .modal-body form :-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(0, 0, 0, 0.2);
}
#gift-points-modal .modal-body form select {
  width: 200px;
}
#gift-points-modal #spinner, #gift-points-modal #success, #gift-points-modal #failure {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 3em;
}
#gift-points-modal #spinner i, #gift-points-modal #success i, #gift-points-modal #failure i {
  font-size: 3em;
}
#gift-points-modal #spinner button, #gift-points-modal #success button, #gift-points-modal #failure button {
  width: 100px;
}
#gift-points-modal #spinner i {
  padding-top: 12em;
  margin-left: -1em;
  position: relative;
  color: #666;
}
#gift-points-modal #spinner i:before {
  position: absolute;
  top: 25%;
  animation: spinner 1.2s linear infinite;
}
#gift-points-modal #success, #gift-points-modal #failure {
  padding-top: 7em;
}
#gift-points-modal #success h3, #gift-points-modal #failure h3 {
  font-weight: 600;
}
#gift-points-modal #success i, #gift-points-modal #failure i {
  font-size: 5em;
}
#gift-points-modal #success p, #gift-points-modal #failure p {
  margin-bottom: 1em;
  font-size: 0.9em;
}
#gift-points-modal #success button, #gift-points-modal #failure button {
  margin-top: 1em;
}
#gift-points-modal #success i {
  color: green;
}
#gift-points-modal #failure i {
  color: red;
}

@keyframes spinner {
  to {
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
  }
}
#special-order-request-modal hr {
  width: 75%;
  margin: 2em auto 2em auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
#special-order-request-modal .modal-header {
  padding-bottom: 0;
}
#special-order-request-modal .modal-header hr {
  margin-bottom: 1em;
}
#special-order-request-modal .modal-header .fa-gift {
  color: #00A3F6;
  font-size: 3em;
}
#special-order-request-modal .modal-header h2 {
  font-weight: 600;
}
#special-order-request-modal .modal-body {
  padding: 1em;
  display: block;
  text-align: center;
  position: relative;
}
#special-order-request-modal .modal-body p {
  text-align: center;
  width: 100%;
}
#special-order-request-modal .modal-body form {
  width: 600px;
  margin: 2em auto 3em;
}
#special-order-request-modal .modal-body form select, #special-order-request-modal .modal-body form input {
  display: inline-block;
  height: 44px;
  vertical-align: text-top;
}
#special-order-request-modal .modal-body form input {
  width: 120px;
  margin-right: 1em;
}
#special-order-request-modal .modal-body form ::-webkit-input-placeholder { /* Chrome */
  color: rgba(0, 0, 0, 0.2);
}
#special-order-request-modal .modal-body form :-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.2);
}
#special-order-request-modal .modal-body form ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.2);
}
#special-order-request-modal .modal-body form :-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(0, 0, 0, 0.2);
}
#special-order-request-modal .modal-body form select {
  width: 200px;
}
#special-order-request-modal #spinner, #special-order-request-modal #success, #special-order-request-modal #failure {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 3em;
}
#special-order-request-modal #spinner i, #special-order-request-modal #success i, #special-order-request-modal #failure i {
  font-size: 3em;
}
#special-order-request-modal #spinner button, #special-order-request-modal #success button, #special-order-request-modal #failure button {
  width: 100px;
}
#special-order-request-modal #spinner i {
  padding: 3em 0;
  margin-left: -1em;
  position: relative;
  color: #666;
}
#special-order-request-modal #spinner i:before {
  position: absolute;
  top: 25%;
  animation: spinner 1.2s linear infinite;
}
#special-order-request-modal #success h3, #special-order-request-modal #failure h3 {
  font-weight: 600;
}
#special-order-request-modal #success i, #special-order-request-modal #failure i {
  font-size: 5em;
}
#special-order-request-modal #success p, #special-order-request-modal #failure p {
  margin-bottom: 1em;
  font-size: 0.9em;
}
#special-order-request-modal #success button, #special-order-request-modal #failure button {
  margin-top: 1em;
}
#special-order-request-modal #success i {
  color: green;
}
#special-order-request-modal #failure i {
  color: red;
}

#dashboard-product-modal .modal-body {
  display: block;
  text-align: center;
}
#dashboard-product-modal .modal-header {
  padding: 0 !important;
}
#dashboard-product-modal .modal-body-left {
  display: inline-block;
  width: 48% !important;
  vertical-align: text-top;
}
#dashboard-product-modal .modal-body-right {
  display: inline-block;
  width: 48% !important;
  text-align: left;
  vertical-align: text-top;
}
#dashboard-product-modal #name {
  font-size: 1.2em;
  font-weight: 700;
}
#dashboard-product-modal #item-no, #dashboard-product-modal #description, #dashboard-product-modal #sizes {
  font-size: 0.9em;
}
#dashboard-product-modal button {
  margin-top: 1em;
}

#update-information-modal {
  max-width: 400px;
}
#update-information-modal hr {
  width: 75%;
  margin: 2em auto 2em auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
#update-information-modal .modal-header {
  padding-bottom: 0;
}
#update-information-modal .modal-header hr {
  margin-bottom: 1em;
}
#update-information-modal .modal-header .fa-gift {
  color: #00A3F6;
  font-size: 3em;
}
#update-information-modal .modal-header h2 {
  font-weight: 600;
}
#update-information-modal .modal-body {
  padding: 1em;
  display: block;
  text-align: center;
}
#update-information-modal .modal-body p {
  text-align: center;
  width: 100%;
}
#update-information-modal .modal-body form {
  width: 600px;
  margin: 2em auto 3em;
}
#update-information-modal .modal-body form select, #update-information-modal .modal-body form input {
  display: inline-block;
  height: 44px;
  vertical-align: text-top;
}
#update-information-modal .modal-body form input {
  width: 120px;
  margin-right: 1em;
}
#update-information-modal .modal-body form ::-webkit-input-placeholder { /* Chrome */
  color: rgba(0, 0, 0, 0.2);
}
#update-information-modal .modal-body form :-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.2);
}
#update-information-modal .modal-body form ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.2);
}
#update-information-modal .modal-body form :-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(0, 0, 0, 0.2);
}
#update-information-modal .modal-body form select {
  width: 200px;
}
#update-information-modal #spinner, #update-information-modal #success, #update-information-modal #failure {
  display: none;
  width: 100%;
  height: 100%;
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 3em;
}
#update-information-modal #spinner i, #update-information-modal #success i, #update-information-modal #failure i {
  font-size: 2em;
}
#update-information-modal #spinner button, #update-information-modal #success button, #update-information-modal #failure button {
  width: 100px;
}
#update-information-modal #spinner i {
  padding-top: 12em;
  margin-left: -1em;
  position: relative;
  color: #666;
}
#update-information-modal #spinner i:before {
  position: absolute;
  top: 25%;
  animation: spinner 1.2s linear infinite;
}
#update-information-modal #success, #update-information-modal #failure {
  padding-top: 2em;
}
#update-information-modal #success h4, #update-information-modal #failure h4 {
  font-weight: 600;
}
#update-information-modal #success i, #update-information-modal #failure i {
  font-size: 3em;
}
#update-information-modal #success p, #update-information-modal #failure p {
  margin-bottom: 1em;
  text-align: center;
}
#update-information-modal #success button, #update-information-modal #failure button {
  margin: 2rem auto 0 auto;
}
#update-information-modal #success i {
  color: green;
}
#update-information-modal #failure i {
  color: red;
}

#special-request-submit-modal hr {
  width: 75%;
  margin: 2em auto 2em auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
#special-request-submit-modal .modal-header {
  padding-bottom: 0;
}
#special-request-submit-modal .modal-header hr {
  margin-bottom: 1em;
}
#special-request-submit-modal .modal-header .fa-gift {
  color: #00A3F6;
  font-size: 3em;
}
#special-request-submit-modal .modal-header h2 {
  font-weight: 600;
}
#special-request-submit-modal .modal-body {
  padding: 1em;
  display: block;
  text-align: center;
}
#special-request-submit-modal #spinner, #special-request-submit-modal #success, #special-request-submit-modal #failure, #special-request-submit-modal #deny {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 3em;
}
#special-request-submit-modal #spinner i, #special-request-submit-modal #success i, #special-request-submit-modal #failure i, #special-request-submit-modal #deny i {
  font-size: 3em;
}
#special-request-submit-modal #spinner button, #special-request-submit-modal #success button, #special-request-submit-modal #failure button, #special-request-submit-modal #deny button {
  width: 100px;
}
#special-request-submit-modal #spinner i {
  padding-top: 12em;
  margin-left: -1em;
  position: relative;
  color: #666;
}
#special-request-submit-modal #spinner i:before {
  position: absolute;
  top: 25%;
  animation: spinner 1.2s linear infinite;
}
#special-request-submit-modal #success, #special-request-submit-modal #failure, #special-request-submit-modal #deny {
  padding-top: 7em;
}
#special-request-submit-modal #success h3, #special-request-submit-modal #failure h3, #special-request-submit-modal #deny h3 {
  font-weight: 600;
}
#special-request-submit-modal #success i, #special-request-submit-modal #failure i, #special-request-submit-modal #deny i {
  font-size: 5em;
}
#special-request-submit-modal #success p, #special-request-submit-modal #failure p, #special-request-submit-modal #deny p {
  margin-bottom: 1em;
  font-size: 0.9em;
}
#special-request-submit-modal #success button, #special-request-submit-modal #failure button, #special-request-submit-modal #deny button {
  margin-top: 1em;
}
#special-request-submit-modal #success i {
  color: green;
}
#special-request-submit-modal #failure i, #special-request-submit-modal #deny i {
  color: red;
}

#verify-information-modal {
  text-align: center;
}
#verify-information-modal .modal-body {
  display: block;
  padding: 1em;
}
#verify-information-modal .modal-body button {
  width: 70px;
  margin-top: 3em;
}

#view-video {
  border: 0;
}
#view-video .video-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  display: block;
}
#view-video .video-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#view-ship-modal .modal-body {
  justify-content: center;
}

#write-review-modal .modal-body-left {
  width: 45%;
  text-align: center;
}
#write-review-modal .modal-body-right {
  width: 55%;
  text-align: center;
}
#write-review-modal .modal-body-right .input {
  text-align: left;
}
#write-review-modal .modal-body-right .input:nth-of-type(2) input {
  width: 75%;
}
#write-review-modal .modal-body-right .input:nth-of-type(2) select {
  width: 24%;
}
#write-review-modal .modal-body-right .input textarea {
  resize: none;
  width: 100%;
  height: 150px;
  border-radius: 5px;
}
#write-review-modal .modal-body-right #write-review-buttons {
  margin-top: 1em;
}
#write-review-modal .modal-body-right #write-review-buttons button {
  width: 100%;
  margin: 0.5em 0;
}

@keyframes modal-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#notify {
  width: 300px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 1em;
  right: -30em;
  z-index: 1050;
  background-color: #FFF;
  transition: all 0.2s ease-in-out;
  padding: 0.75em;
}
@media (max-width: 767px) and (min-width: 320px) {
  #notify {
    display: none;
  }
}
#notify i {
  font-size: 0.9em;
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0.25em;
  right: 0.25em;
}
#notify i:hover {
  color: rgba(0, 0, 0, 0.6);
}
#notify img {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0.75em;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
#notify .notify-message {
  font-size: 0.9em;
  display: inline-block;
  vertical-align: text-top;
  text-align: left;
  width: 20em;
}
#notify .notify-message ul {
  margin: 0;
  list-style: none;
  font-size: 0.9em;
  line-height: 1;
}
#notify .notify-message ul #notify-message-price {
  display: inline-block;
  font-weight: bold;
}
#notify .notify-message ul #notify-message-points {
  display: inline-block;
  color: #252525;
  margin-right: auto;
}
#notify .notify-message ul #notify-message-carttotal {
  display: inline-block;
  font-weight: bold;
}
#notify .notify-message ul #notify-message-carttotal-points {
  display: inline-block;
  color: #252525;
}
#notify button {
  width: 100%;
  display: inline-block;
}

.notify-view {
  right: 1em !important;
  transition: all 0.2s ease-in-out !important;
}

.notify-hide {
  right: -30em !important;
  transition: all 0.2s ease-in-out !important;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
}

.saleprice {
  color: red;
  text-decoration: line-through;
  margin-left: 0.5em;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #000000;
}
a:active {
  color: #000000;
}
a:focus {
  color: #000000;
}

.muted {
  color: #f3f3f3;
}

a.muted:hover,
a.muted:focus {
  color: #dadada;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

h1, h2 {
  margin: 10px 0;
  font-family: "Intel One";
  font-weight: 300;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small, h2 small {
  font-weight: normal;
  line-height: 1;
  color: #f3f3f3;
}

h3, h4 {
  margin: 10px 0;
  font-family: "Intel One";
  font-weight: 400;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h3 small, h4 small {
  font-weight: normal;
  line-height: 1;
  color: #f3f3f3;
}

h5, h6 {
  margin: 10px 0;
  font-family: "Intel One";
  font-weight: 500;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #f3f3f3;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 36px;
  text-align: center;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 13.6px;
}

h1 small {
  font-size: 28px;
}

h2 small {
  font-size: 20px;
}

h3 small {
  font-size: 16px;
}

h4 small {
  font-size: 16px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #aaa;
}

ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #FFFFFF;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #f3f3f3;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #aaa;
}
blockquote p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #f3f3f3;
}
blockquote small:before {
  content: "— ";
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #aaa;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: "";
}
blockquote.pull-right small:after {
  content: " —";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

#item-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2em;
  text-align: center;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #dadada;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*=span],
table th[class*=span],
.row-fluid table td[class*=span],
.row-fluid table th[class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%; /* Part 1: Set a maxium relative to the parent */
  /*width: 100%;*/ /* IE7-8 need help adjusting responsive images */
  height: auto; /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  /*font-size: 100%;*/
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/styles.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/_breakpoints.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/_variables.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/_fonts.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/_layout.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/_media.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_store-selection.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_login.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_homepage.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_header.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_slim-jim.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_footer.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_hero.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_sidekick.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_callouts.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_product-spotlight.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_featured-products.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_showcase-products.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_shop-by-category.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_special-order.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_virtual-catalogs.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_opt-in-banner.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_category-products.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_left-nav.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_product-list.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_product-details.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_cross-sales.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_reviews.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_my-account.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_verify-email.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_approvals.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_dashboard.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_cart.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_checkout.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_order-confirmation.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_feedback-survey.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_search.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_new-maint-msg.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/owl-carousel/_core.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/owl-carousel/_animate.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/owl-carousel/_autoheight.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/owl-carousel/_lazyload.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/owl-carousel/_video.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/owl-carousel/owl.carousel.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/_owl-slider.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_magiczoomplus.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/modules/_faq.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/_points-summary.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/_prop65.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/_alerts.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/_buttons.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/_breadcrumbs.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/_forms.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/_modals.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/_type.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/_tables.scss%22,%22file:///C:/Users/Dirk.Bradley/Desktop/repos/intel/sass/support/_reset.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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;IAGI;;;AAGJ;EACI;EACA;EACA,OLrIY;;AKyIZ;EACI;;;AAOZ;EAEI;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EAEI;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA,OLjML;EKkMK;EACA;EACA;;AAKA;EACI;;AAEA;EACI;;AAKR;EACI;EACA;EACA;;AFvNhB;EEoNY;IAMI;;;;AAahB;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,OLnQO;;AKyQP;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA;;;AFvRJ;EE+RC;IACG;IACA;;EAGH;IACG;IACA;;EAGH;IACI;;;AAMT;EACI;EACA;;;AC/TJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA,kBNKA;EMJA;;AHAJ;EGLA;IAQQ;;;AAGJ;EACI;EACA;EACA,ONHQ;;AMKR;EACI;;AAGA;EACI;;AAMZ;EACI;;AAEA;EACI;;;AAOhB;EACI;;;AAMA;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAOpB;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA,ONvFJ;;AM0FA;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI,ONrGJ;EMsGI;;AAEA;EACI,ONzGR;EM0GQ;;AAEA;EACI,ON7GZ;;AMiHI;EACI,ONlHR;;;AOqBR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBP9BI;AO+BJ;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAOA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;AACA;EACA;EACA;;AAEA;EACI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EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AV3GR;EUsGI;IAQQ;;;AAGJ;EACI;EACA;EACA,ObpHR;EaqHQ,kBbtHR;EauHQ;EACA;EACA;;AVxHZ;EUiHQ;IAUQ;IACA;;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACzJhB;EACI;EACA;;AAOA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAOR;EACI;;AAIR;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAKJ;EACI;EACA;EACA;EACA,kBdhEA;EciEA;;AAGA;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAKZ;EACI;;;ACnGR;EACI;EACA;EACA;EACA;;AAEA;EACG;EACA;EACA;EACA;;AZHP;EYDI;IAOO;IACA;;;AAGJ;EACI;;AAEC;EACI;;AACA;EACI;;AAIR;EACI,kBfrBR;EesBQ;EACA;EACA;EACA;EACA,OfvBZ;EewBY;EACA;;AAIJ;EACI;;AAEA;EACI,kBfjChB;EekCgB,OfjChB;EekCgB;;;AC/CxB;EACI;EACA;EACA;;AAEA;AACI;AAAA;AAAA;EAGA;;AAGA;EACI;EACA;EACA;EACA;;AAEA;EACI;;AbVZ;EaGI;IAWQ;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA,OhBnCJ;EgBoCI;;AAEA;EACI;EACA;EACA;;AAKZ;EACI;EACA,OhB/CD;EgBgDC;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;;ACzExB;EACI;EACA,kBjBagB;EiBZhB;EACA,OjBSI;EiBRJ;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,OjBHJ;EiBII;;AAEA;EACI,OjBPR;EiBQQ;;AAEA;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CA;;AAIF;EACE;EACA;EACA;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAIF;EACE;;AAIF;EACE,kB/BhsBkB;;A+BosBpB;EACE;EACA;EACA;;AAIF;EACE;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACI;;AAGJ;EACI;;AAEA;EACI;;AAEJ;EACI;;;AAWJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,O/BjtBC;E+BktBD;;AAGJ;EACI;EACA;EACA;EACA;EACA,O/B1tBC;E+B2tBD;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA,kB/BjzBJ;E+BkzBI,O/BpzBD;E+BqzBC;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAKJ;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI,O/Bj3BT;;A+Bm3BS;EACI;EACA,O/Bp3BhB;;A+By3BI;EACI;;AAEA;EACI,O/B13BA;E+B23BA;EACA;;AAEA;EACI,O/B/3BJ;E+Bg4BI;EACA;;AAOpB;EACI;AAKA;AAMA;;AATA;EACI;;AAGJ;AAAA;EAEI;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA,O/Bl4BH;E+Bm4BG;EACA;;AAGI;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,kB/Br5BH;E+Bs5BG;EACA;;AAGJ;EACI;EACA,O/B55BH;E+B65BG;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;E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J;EACI;EACA;;AAIA;EADJ;IAEQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;;AAMJ;EACI;EACA;;AAEA;EACI;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;;AAIR;EAdJ;IAeQ;;;AAMJ;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;IACA;IACA;;EAEA;IACI;;EAGJ;IACI;;EAEA;IACI;;EAGJ;IACI;IACA;;;AAKZ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;;AAGJ;EAZJ;IAaQ;IACA;IACA;IACA;;EAEA;IACI;IACA;;;AAQxB;EACI;EACA;;AAEA;EACI;;AAIA;EADJ;IAEQ;;;;ACvMhB;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAMJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAII;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,OjClEZ;EiCmEY;EACA;EACA;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAKR;EACI;;AAKZ;EACI;EACA;;AAEA;EACI;;;AAMR;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;IACA;;EAIJ;IACI;IACA;;;AAIR;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AClOR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;;AAMZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;;;ACvFJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OnCMI;EmCLJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AhCRA;EgCTJ;IAoBQ;;;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAGJ;EACI;EACA,kBnC/BgB;;AmCiChB;EACI;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;;;AC3DR;AAAA;AAAA;AAGA;EACC;EACA;EACA;AACA;EACA;EACA;;AAEA;EACC;EACA;EACA;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;EACA;AACA;EACA;;AAGD;AAAA;EAEC;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;;AAGD;AAAA;EAEC;;AAGD;AAAA;AAAA;EAGC;EACA;EACA;EACA;EACA;EACA;;AAGD;AAAA;AAAA;EAGC;EACA;EACA;EACA;EACA;;AAGD;EACC;;AAGD;EACC;EACA;;AAGD;EACC;;AAGD;EACC;;AAGD;EACC;EACA;EACA;EACA;EACA;;AAGD;EACC;EACA;;AAGD;EACC;;AAGD;EACC;;;AAIF;AACA;EACC;;;AC5HD;AAAA;AAAA;AAIC;EACC;EACA;;AAED;EACC;;AAED;EACC;;AAED;EACC;;;AAIF;EACC;IACC;;EAGD;IACC;;;ACzBF;AAAA;AAAA;AAIA;EACC;;;ACLD;AAAA;AAAA;AAKC;AAMC;AAAA;AAAA;AAAA;;AALA;EACE;EACA;;AAOF;EACC;;AAGD;EACC;;;AClBH;AAAA;AAAA;AAKC;EACC;EACA;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;;AAGD;AAAA;EAEC;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;EACA;EACA;EACA;;;AC5CF;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAlBJ;IAoBY;IACA;IACA;IACA;;EAEA;IACI;;;AASZ;EACI;EACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;EACA;;;AAMJ;EACI;EACA;EACA;;;AAKA;EACI;;AAGA;EACI;;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAKR;EACI;;;AC9FJ;AAAA;AAAA;AAAA;AAKA;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAEF;AACA;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EAEE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAQF;AAAA;EAEE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;AACA;AAAA;AAAA;AAIA;AACA;AAAA;EAOE;EACA;EACA;EACA;EACA;EACA;;AARE;AAAA;EACI;;;AAUR;AAAA;AAAA;AAAA;EAKE;EACA;;AACA;AAAA;AAAA;AAAA;EACE;EACA;;AAEA;AAAA;AAAA;AAAA;EACI;;AAEI;AAAA;AAAA;AAAA;EACI;EACA;EACA;EACA;EACA,O1ClGT;E0CmGS;EACA;EACA;;AACA;AAAA;AAAA;AAAA;EACI,O1ChDd;E0CiDc;;AAIR;AAAA;AAAA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;EACI;EACA;;AvCtHhB;EuCoHY;AAAA;AAAA;AAAA;IAKQ;;;AvCrHpB;EuCgHY;AAAA;AAAA;AAAA;IASQ;;;AAIR;AAAA;AAAA;AAAA;EACI,kB1C/HZ;E0CgIY;EACA,O1ChIZ;E0CiIY;EACA;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;EACI;EACA;;AAKZ;AAAA;AAAA;AAAA;EACI;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;EACI;EACA;EACA;;AAGJ;AAAA;AAAA;AAAA;EAEI;;AAQlB;AAAA;AAAA;AAAA;EACI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEE;EACA;;AAKF;AAAA;AAAA;AAAA;EACE;;AAGA;AAAA;AAAA;AAAA;EACE;EACA;EACA;;AAIJ;AAAA;AAAA;AAAA;EACE;;AAIA;AAAA;AAAA;AAAA;EACE;EACA;EACA;;;AAKN;EACI;;;AAIF;EACE;EACA;;;AAKF;EACE;EACA;;;AAOA;EACI;EACA;EACA,a1C/IgB;E0CgJhB;EACA;EACA,O1ClOA;;AGHJ;EuC+NA;IASQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AvCjPR;EuC2OI;IASQ;;;;AAOhB;AAAA;AAAA;AAAA;AAKA;EACE;EACA;;;AAGF;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;AACA;AACA;EACE;EACA;EACA;;;AAIF;AAEA;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,Y1C3SS;;;A0C8SX;AAAA;EAEE;EACA;;;AAGF;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AACA;EACE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAKA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;AACA;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;AACA;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;AACA;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;AACA;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;AACA;AACA;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;ACppBJ;;;AAAA;AAAA;AAAA;AAAA;;;AAAA;AAYA;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AxCXA;EwCeA;IACI;;;AAGR;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAIJ;AACA;EACI;;;AAGJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AACA;EACI;;;AAIJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;AACA;EACI;EACA;EACA;EACA;EACA;;;AAGJ;AACA;EACI;EACA;EACA;;;AAGJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AACA;EACA;EACA;;;AAEA;EACA;EACA;EACA;;;AAEA;EACA;;;AAGA;AACA;EACI;;;AAGJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AACA;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;AACA;EACA;EACA;EACA;EACA;AACA;EACA;AACA;EACA;;;AAGA;AACA;EACA;EACA;EACA;EACA;AACA;EACA;AACA;EACA;;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;;;AClPA;EACI;;AAIJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAKA;EAEI;EACA;EACA;EACA,O5C4BC;E4C3BD;EACA;EACA;EACA;;AAGA;EACI,O5CpBI;E4CqBJ;;AAGA;EACI,O5CzBA;;A4C0BA;EACI,O5C3BJ;;A4C6BI;EACI;;AASxB;EACI;EACA;EACA;EACA;EACA;EACA;EAEA;;AzCvDJ;EyC+CA;IAWQ;IACA;;;AAIJ;EACI;;AAEA;EACI;;AAOZ;EACI;;;AAKR;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEA;EACI;;AAGA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEJ;EACI;;;AAOpB;EAYE;EACA;EACA;EACA;EACA;;AAEA;EACI,O5CpIE;E4CqIF;;AAGJ;EAEE,O5C1II;E4C2IJ;EACA;EACA,WAnBqB;EAoBrB,eApBqB;EAqBrB;EACA;EACA;EACA;;AAEA;EACE;EACA,WA7BmB;EA8BnB;;AAIJ;EACI;EAC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;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEI;EACI,OhD5XJ;;AgD+XA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACR;EACA;;;AAIJ;EACI;EACA;EACA,OhDjZI;EgDkZJ;EACA,kBhDlZI;EgDmZJ;EACA;EACA;EACA;EACA;EACA;EACA;;AAEI;EACI,OhD5ZJ;;AgD+ZA;EACI;;AAGJ;EACI;;;AAIZ;EACI;EACA;EACI;EACJ;;AAEA;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAOZ;EACI;IAAK;;EACL;IAAO;;;AAGX;EACI,ahD3YoB;EgD4YpB;EACA,OhDzde;EgD0df;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;;AAEA;EACI,OhDjfO;;AgDqff;EACI,OhDtfW;;AgDyff;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;;AAMR;EACI,ahD9boB;EgD+bpB,OhD5gBgB;EgD6gBhB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEI;EACI,OhDzhBQ;EgD0hBR;;AAEA;EACI;;AACA;EAEI;;AAKZ;EACI,OhDtiBQ;;AgDyiBZ;EACI;;;AAIZ;EACI,ahDtdoB;EgDudpB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGI;EACI,kBhDjkBJ;EgDkkBI,OhDnkBJ;EgDokBI;EACA;;AAGJ;EACI,OhDxkBJ;;AgD2kBA;EACI;;;AAIZ;EACI,ahDtfoB;EgDufpB;EACA;EACA;EACA;EACA,kBhDllBgB;EgDmlBhB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,OhD9mBJ;;AgDinBA;EACI;;;AAIZ;EACI,ahD5hBoB;EgD6hBpB;EACA;EACA;EACA;EACA,kBhD1nBgB;EgD2nBhB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,OhDrpBJ;;AgDwpBA;EACI;;;AClqBZ;EACI,kBjDQI;EiDPJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAXJ;IAYQ;;;AAGJ;EACI;;AAGA;EACI;EACA;;AAIR;EACI,W1CHI;E0CIJ;EACA;EACA;;AAEA;EACI;EACA;;AAGI;EACI;;AAKZ;EACI,OjDpCD;;AGFP;E8CLJ;IAgDQ;;;AC3CR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAIR;EACI;;;AAIJ;AAAA;AAAA;EAGE;;;AAGF;EACE;;;AAGF;EACE;;;AAIF;EACE;;;AAGF;EACE;EACA;EACA;;;AAIF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA0BA;AAAA;AAAA;AAAA;EAIE,alDEsB;;;AkDExB;EACE;EACA;EACA;;;AAOF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAiBE;EACA;EACA;EACA,WlD3BsB;EkD4BtB,alD1BsB;EkD2BtB,OlDlHM;EkDmHN;;;AAGF;AAAA;EAEE;;;AAKF;AAAA;AAAA;EAGE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAgBE,kBlDtJM;EkDuJN;EACA;EACA;;AAGA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE,clDlKG;EkDmKH;EACA;;;AAMJ;AAAA;EAEE;EACA;EACA;EACA;;;AAIF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOE;;;AAIF;AAAA;EAGE;EACA,alDrC8B;;;AkD2ChC;AAAA;EAEE;;;AAgBF;AAAA;EAEE,OlD3NU;EkD4NV;EACA,clDrE8B;EkDuE9B;;;AAIF;EACE;EACA;;;AAIF;EACE;EACA;;;AAYF;AAAA;EACI;;AAEJ;AAAA;EACI;;AAEJ;AAAA;EACI;;AAEJ;AAAA;EACI;;;AAWJ;AAAA;EAEE,YlDpLsB;EkDqLtB;;;AAGF;AAAA;EAEE;EACA;;;AAIF;AAAA;EAEE;;;AAKF;AAAA;EAEE;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;;;AASF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAIF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EASE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAUE;;;AASF;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;EACA,kBlDlVY;;;AkDqVd;AAAA;AAAA;AAAA;EAIE;;;AAaF;AAAA;AAAA;EAGE;EACA;;AAEA;AAAA;AAAA;EACE;;;AAUJ;EACE;EACA,YlD5UsB;EkD6UtB,elD7UsB;EkD8UtB,kBlD7Q8B;EkD8Q9B;;;AASF;AAAA;EAEE;;;AAGF;EACE;EACA;;;AAGF;EACE;EAEA;EACA;;;AASF;AAAA;EAEE;EACA;EACA;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAKE,WlD9XoB;;AkDiYtB;AAAA;AAAA;AAAA;AAAA;AAAA;EAGE;EACA;EACA;EACA;;AAGA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;;AAIJ;AAAA;EACE;EACA;EACA,QlDhZoB;EkDiZpB;EACA;EACA,WlDrZoB;EkDsZpB;EACA,alDrZoB;EkDsZpB;EACA;EACA,kBlDrcU;EkDscV;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;EAGE;;AAIF;AAAA;EACE;EACA,clDlcoB;;;AkDuctB;AAAA;EAEE;;AA0BF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOE;EAEA;EACA;;AAGF;AAAA;AAAA;EACE;;;AAIJ;AAAA;AAAA;AAAA;EAIE;;;AAGF;AAAA;AAAA;AAAA;EAIE;;;AAGF;AAAA;AAAA;AAAA;EAIE;EACA;EACA;;;AAGF;AAAA;AAAA;AAAA;EAIE;EACA;EACA;;;AAKF;EACE;;;AAIF;EACE,YlDhgBsB;EkDigBtB;;;AAQA;EACE,elD1gBoB;;AkD8gBtB;EAEE;EACA;EACA;;AAGF;EAGE;EACA;EACA,alDpa8B;EkDqa9B;;AAEA;EACE,elDxa4B;;AkD4ahC;EACE;;AASA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;;AAIJ;EACE,clD5b8B;;;AkDmclC;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;;ACnrBZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AhDPA;EgDPJ;IAiBQ;IACA;IACA;;;AhDRJ;EgDXJ;IAuBQ;IACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AhD/BJ;EgDoBA;IAcQ;IACA;;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OnDTC;EmDUD;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,OnDhEL;EmDiEK;;AhDnEZ;EgDgDI;IAuBQ;IACA;IACA;;;AAOZ;EACI;;AhDjFJ;EgDgFA;IAIQ;IAEA;;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;;AAQR;EACI;;AAEA;EACI;;AAEA;EACI;;AAIA;EACI;;AAIZ;EACI;EACA,OnDzHQ;EmD0HR;EACA;EACA;EACA;;AAEA;EACI;;AAQR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA,OnDtKT;;AmDyKK;EACI;EACA;EACA;;AAGJ;EACI;EACA,OnDjLT;EmDkLS;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAKR;EACI;;AAGJ;EACI;EACA;;AAQhB;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;;AAeZ;EACI;EACA;;AAGR;EACI;;AhD/PJ;EgD8PA;IAIQ;IACA;;;AAGJ;EACI;;;AAMZ;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;;AAMZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMA;EACI;EACA;;AAEA;EACI;;AAGI;EACI;EACA;EACA;;AAMhB;EACI;;AAMQ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;AhDnWhB;EgD2WJ;IAGQ;;;AAGJ;EACI;;AhDlXJ;EgDiXA;IAIgB;;;AAGZ;EACI;;AAIA;EACI;EACA;EACA;;AhD5XZ;EgDyXQ;IAMQ;;;AhDnYhB;EgD6XQ;IASQ;;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAOR;EACI;;;AAMZ;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAUR;EACQ;EACA;EACA;EACA;;AAIR;EAaI;;AAXA;EACI;;AAGJ;EACI,OnD1cO;EmD2cP;;AAEJ;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAKJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAMJ;EACA;;AAEA;EACA;;AAEA;EACA;;AAEA;EACA;;AAGA;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EAEA;;AAMR;EACI;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAKJ;EACI;;AAKJ;EACI;;;AAKZ;EACI;IACI;IACA;IACA;;;AAUJ;EACQ;EACA;EACA;EACA;;AAIR;EAaI;;AAXA;EACI;;AAGJ;EACI,OnDvmBO;EmDwmBP;;AAEJ;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAKJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAMJ;EACA;;AAEA;EACA;;AAEA;EACA;;AAEA;EACA;;AAGA;EACI;;AAKZ;EACI;EACA;EACA;EAEA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EAEA;;AASJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAKJ;EACI;;AAKJ;EACI;;;AASR;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEJ;EACI;;AAGJ;EACI;;;AAKR;EAEI;;AAGA;EACQ;EACA;EACA;EACA;;AAIR;EAaI;;AAXA;EACI;;AAGJ;EACI,OnDhyBO;EmDiyBP;;AAEJ;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAKJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAMJ;EACA;;AAEA;EACA;;AAEA;EACA;;AAEA;EACA;;AAGA;EACI;;AAKZ;EACI;EACA;EACA;AACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EAEA;;AAMR;EACI;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAMJ;EACI;;AAKJ;EACI;;;AAUR;EACQ;EACA;EACA;EACA;;AAIR;EAaI;;AAXA;EACI;;AAGJ;EACI,OnDr7BO;EmDs7BP;;AAEJ;EACI;;AAIR;EACI;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EAEA;;AAMR;EACI;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAKJ;EACI;;AAKJ;EACI;;;AAMZ;EACI;;AAEA;EACI;EACA;;AAEA;EACI;EACA;;;AAMZ;EAEI;;AAEA;EACQ;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAOR;EACI;;;AAMJ;EACI;EACA;;AAGJ;EACI;EACA;;AACA;EACI;;AAGI;EACI;;AAEJ;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;;;AAOhB;EACI;IAAM;;EACN;IAAI;;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AhDznCA;EgD+mCJ;IAaQ;;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIJ;EACI;EACA,OnDvqCL;EmDwqCK;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA,OnDlrCL;;AmDwrCP;EACI;EACA;;;AAIR;EAEI;EACA;;;AAGJ;EAEI;EACA;;;AC1sCJ;EACE;;;AAEF;EACE,epDuFsB;EoDtFtB;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAMF;EAAU;;;AAEV;EAAU;;;AACV;EAAU;;;AACV;EAAU;;;AAIV;EACI;EACA,OpDzBI;;AoD2BH;EACI;;AAGJ;EACI,OpDhCD;;AoDmCH;EACI,OpDpCD;;AoDuCH;EACI,OpDxCD;;;AoD2CR;EAAuB,OpD9CX;;;AoD+CZ;AAAA;EACuB;;;AAEvB;EAAuB,OpD6NG;;;AoD5N1B;AAAA;EACuB;;;AAEvB;EAAuB,OpD6NG;;;AoD5N1B;AAAA;EACuB;;;AAEvB;EAAuB,OpDiOG;;;AoDhO1B;AAAA;EACuB;;;AAEvB;EAAuB,OpDyNG;;;AoDxN1B;AAAA;EACuB;;;AAEvB;EAAuB;;;AACvB;EAAuB;;;AACvB;EAAuB;;;AAMvB;EACE;EACA,apDmBsB;EoDlBtB;EACA,apDYsB;EoDXtB,OpDkBsB;EoDhBtB;;AACA;EACE;EACA;EACA,OpDrFQ;;;AoDyFZ;EACI;EACA,apDIoB;EoDHpB;EACA,apDHoB;EoDIpB,OpDGoB;EoDFpB;;AACA;EACI;EACA;EACA,OpDnGI;;;AoDuGZ;EACI;EACA,apDVoB;EoDWpB;EACA,apDjBoB;EoDkBpB,OpDXoB;EoDYpB;;AACA;EACI;EACA;EACA,OpDjHI;;;AoDqHZ;AAAA;AAAA;EAEK;;;AAEL;EAAK;EAAiC;;;AACtC;EAAK;;;AACL;EAAK;;;AACL;EAAK;;;AACL;EAAK,WpDrCmB;;;AoDsCxB;EAAK;;;AAEL;EAAW;;;AACX;EAAW;;;AACX;EAAW,WpD1Ca;;;AoD2CxB;EAAW,WpD3Ca;;;AoDiDxB;EACE;EACA;EACA;;;AASF;EACE;EACA;;;AAEF;AAAA;AAAA;AAAA;EAIE;;;AAEF;EACE,apDtEsB;;;AoD0ExB;AAAA;EAEE;EACA;;;AAIF;AAAA;EAEE;EACA;;AACA;AAAA;EACE;EACA;EACA;;;AAKJ;EACE,epD9FsB;;;AoDgGxB;AAAA;EAEE,apDlGsB;;;AoDoGxB;EACE;;;AAEF;EACE;;;AAKA;EACE;EACA;EACA;EACA;;AAGF;EACE,apDC8B;;;AoDOlC;EACE;EACA;EACA;EACA;;;AAIF;AAAA;EAGE;EACA;;;AAEF;EACE;EACA;;;AAIF;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA,apD7JoB;EoD8JpB,OpDxPQ;;AoDyPR;EACE;;AAKJ;EACE;EACA;EACA;EACA;EACA;;AACA;AAAA;EAEE;;AAGA;EACE;;AAEF;EACE;;;AAOR;AAAA;AAAA;AAAA;EAIE;;;AAIF;EACE;EACA,epDrMsB;EoDsMtB;EACA,apDvMsB;;;AoD0MxB;EACE;EACA;EACA;EACA;;;ACzSF;EACE;EACA,kBrDsHkC;EqDrHlC;EACA;;;AAMF;EACE;EACA,erD+EsB;;AqD7EtB;AAAA;EAEE;EACA,arD0EoB;EqDzEpB;EACA;EACA;;AAEF;EACE;;AAGF;EACE;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;;AAGF;EACE;;AAIF;EACE,kBrD2BoB;;;AqDjBtB;AAAA;EAEE;;;AAQJ;EACE;EACA;EACA;EACA;;AACA;AAAA;EAEE;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EASE;;AAgEA;AAAA;EAEE,kBrD7B8B;;;AqDwChC;AAAA;EAEE,kBrDzC8B;;;AqDmDpC;AAAA;AAAA;AAAA;EAIE;EACA;EACA;;;AAUA;EACE,kBrD2FsB;;AqDzFxB;EACE,kBrDoFsB;;AqDlFxB;EACE,kBrD6EsB;;AqD3ExB;EACE,kBrDsFsB;;;AqDhFxB;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;;ACtNJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAUE;;;AAMF;AAAA;AAAA;EAGE;EACA;EACA;;;AAMF;EACI;;;AAMJ;EACE;EACA;EACI;;;AAON;AAAA;EAEE;;;AAMF;AAAA;EAEE;EACA;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAMF;AACE;EACA;AACA;EACA;EAEA;EACA;EACA;;;AAIF;AAAA;EAEE;;;AAOF;AAAA;AAAA;AAAA;EAIE;AACA;EACA;;;AAEF;AAAA;EAEE;EACA;;;AAEF;AAAA;EAEE;EACA;;;AAEF;AAAA;AAAA;AAAA;EAII;EACA;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOI;;;AAEJ;EAEE;;;AAEF;AAAA;EAEE;;;AAEF;EACE;EACA;;;AAQF;EAEE;IACE;IACA;IACA;IACA;;EAGF;AAAA;IAEE;;EAGF;IACE;;EAGF;IACE;;EAIF;AAAA;AAAA;IAGE;;EAGF;AAAA;IAEE;IACA;;EAGF;IACE;;EAGF;AAAA;IAEE;;EAGF;IACE;;EAGF;IACE;;EAGF;AAAA;AAAA;IAGE;IACA;;EAGF;AAAA;IAEE%22%7D */