@font-face {
    font-family: gotham;
    src: url(//cdn.shopify.com/s/files/1/0309/2321/t/33/assets/Gotham-Medium.ttf?8846617576379420162) format('truetype'), url(//cdn.shopify.com/s/files/1/0309/2321/t/33/assets/Gotham-Medium.woff?8846617576379420162) format('woff');
}

@font-face {
    font-family: gotham-book;
    src: url(//cdn.shopify.com/s/files/1/0309/2321/t/33/assets/Gotham-Book.ttf?8846617576379420162) format('truetype'), url(//cdn.shopify.com/s/files/1/0309/2321/t/33/assets/Gotham-Book.woff?8846617576379420162) format('woff');
}

@font-face {
    font-family: avenir;
    src: url(//cdn.shopify.com/s/files/1/0309/2321/t/33/assets/AvenirNext-Regular.ttf?8846617576379420162) format('truetype'), url(//cdn.shopify.com/s/files/1/0309/2321/t/33/assets/AvenirNext-Regular.woff?8846617576379420162) format('woff');
    font-family: 300;
}

@font-face {
    font-family: avenir;
    src: url(//cdn.shopify.com/s/files/1/0309/2321/t/33/assets/AvenirNext-Medium.ttf?8846617576379420162) format('truetype'), url(//cdn.shopify.com/s/files/1/0309/2321/t/33/assets/AvenirNext-Medium.woff?8846617576379420162) format('woff');
    font-weight: 500;
}

@font-face {
    font-family: avenir;
    src: url(//cdn.shopify.com/s/files/1/0309/2321/t/33/assets/AvenirNext-DemiBold.ttf?8846617576379420162) format('truetype'), url(//cdn.shopify.com/s/files/1/0309/2321/t/33/assets/AvenirNext-DemiBold.woff?8846617576379420162) format('woff');
    font-weight: 600;
}
/* General + Reset Styles */

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    /* Firefox 18- */
    
    color: transparent;
}

input:focus::-moz-placeholder {
    /* Firefox 19+ */
    
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

body {
    width: 100%;
    overflow: auto;
}

::selection {
    background: black;
    color: white;
}

::-moz-selection {
    background: black;
    color: white;
}

p.clearfix {
    display: block;
    float: left;
    width: 100%;
}

.fa {
    font-family: FontAwesome!important;
}

iframe {
    width: 100%;
    height: 100%;
}

.map-canvas {
    height: 100%;
    width: 100%;
}

.invimage {
    opacity: 0;
}

.debug {
    display: none;
}

.spacer {
    margin: 30px 0;
}

hr {
    margin-top: 25px;
    margin-bottom: 75px;
}

.index-container hr {
    margin: 90px 0 10px;
}

.fake-border {
    margin-right: -15px;
    border-color: #F5F5F5;
    margin-left: -100%;
}

.no-scroll {
    overflow: hidden;
}

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

.border-right {
    border-right: solid 1px #F5F5F5;
}

.full-width {
    width: 100%;
}

.padded-border {
    margin: 40px 0;
}

.index-container .padded-heading {
    padding: 0;
}

.index-container.container h1,
.index-container h2,
.multi-container.container .header-block {
    padding: 100px 0;
    margin: 0;
    color: #110D42;
    font-weight: 300;
}

.index-container img {
    width: 100%;
}

.multi-container.container .header-block {
    padding: 72px 0;
}

.multi-container.container .header-block p {
    color: #A8A8A8;
    font-size: 18px;
    margin-bottom: 0;
}

.multi-container.container .header-block h2 {
    font-size: 30px;
    color: #110D42;
    margin: 0;
}

.index-container .top-column h4 {
    margin-top: 33px;
}

.index-container .top-column p {
    color: #ACACAC;
    line-height: 22px;
}

.padded-heading {
    padding: 40px 0;
}

.margin-bottom {
    margin-bottom: 30px;
}

.marginless-children p {
    margin: 0;
}

.booker-t {
    font-family: gotham-book;
}

.breaker-breaker:after {
    content: "\a";
    white-space: pre;
}

.righty {
    float: right;
}

.lefty {
    float: left;
}

.rightlined {
    text-align: right;
}

.leftlined {
    text-align: left;
}

.centerline {
    text-align: center;
}

.main-product-detail .strikeout {
    position: relative;
    margin-right: 5px;
}

.main-product-detail .strikeout:before {
    border-bottom: solid 2px black;
    content: '';
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 5px;
}

.dark-area {
    background-color: #10102B;
    margin: 80px 0;
}

.dark-area.last-area {
    margin-bottom: 0;
}

.overlay {
    display: none;
    width: 100%;
    background: rgba(150, 150, 150, .7);
    position: fixed;
    z-index: 10000;
    height: 100vh;
    right: inherit;
}

.ghostly {
    opacity: .3;
    pointer-events: none;
}

.mobile-side {
    padding: 17px 10px;
    font-size: 20px;
}

.avenir {
    text-transform: none;
    font-family: avenir;
}

#index {
    font-family: gotham;
    font-size: 30px;
    color: #10102B;
    text-transform: uppercase;
}

h1,
.header-one {
    font-family: gotham;
    font-size: 30px;
    color: #10102B;
    text-transform: uppercase;
}

.header-one-size {
    font-size: 30px;
}

h2,
.header-two {
    font-family: avenir;
    font-size: 32px;
    color: #10102B;
    text-transform: none;
}

h3,
.header-three {
    font-family: gotham;
    font-size: 18px;
    color: #10102B;
    text-transform: uppercase;
}

h4,
.header-four {
    font-family: avenir;
    font-size: 20px;
    color: #10102B;
    margin: 20px 0;
}

h5,
h6 {
    font-family: avenir;
}

h5 {
    font-size: 18px;
}

.light-grey {
    color: #9D9D9D;
}

.light-grey strong {
    color: #10102B;
}

label {
    font-size: 12px;
    font-weight: normal;
    font-family: avenir;
    margin: 10px 0;
}

a,
.link-lookalike {
    text-decoration: none!important;
    font-family: avenir;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    width: auto;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a .hover-hide {
    visibility: visible;
    width: auto;
}

a .hover-display {
    visibility: hidden;
    width: 0;
}

a.active > .hover-display {
    visibility: visible;
}

a:hover .hover-hide {
    visibility: hidden;
    width: 0;
}

a:hover .hover-display {
    visibility: visible;
    width: auto;
}

p,
span,
.span-style {
    font-family: avenir;
    font-size: 14px;
    color: #10102B;
    margin: 5px 0;
    line-height: 1.5;
}

.link-style {
    font-style: italic;
    color: #059FDF!important;
    cursor: pointer;
}

.red-link {
    color: #AE121D!important;
    margin-bottom: 25px;
}

.error-message * {
    color: red!important;
}

.fake-table-cell {
    float: left;
    display: block;
}

img {
    max-width: 100%;
}

ul {
    margin-bottom: 0;
}

a:focus,
input:focus {
    outline: 0;
}

.form-field {
    padding: 8px;
    width: 100%;
}

.account-field {
    margin-bottom: 20px;
    display: block;
    float: left;
    height: 50px;
}

.account-field.round-button {
    text-transform: capitalize!important;
}

.button {
    background: #10102B;
    color: white;
    font-family: gotham;
    border: none;
    font-weight: normal;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    transition: .2s;
}

#index-carousel button.transparent-button,
#blog-carousel button.transparent-button {
    padding: 13px 44px;
    border: solid 3px white;
    background: transparent;
    color: white;
}

#blog-carousel button.transparent-button:hover {
    color: black;
    background: white;
}

.button[disabled='disabled'],
.button.disabled {
    background-color: #C6C6C6;
    pointer-events: none;
}

.button.transparent-button {
    padding: 14px 44px;
    border: solid 2px white;
    background: transparent;
    color: white;
}

.button.transparent-button:hover {
    color: black;
    background: white;
}

.button:hover {
    color: white;
}

.button:focus,
button:focus {
    outline: 0;
}

.button-link {
    width: auto;
}

.round-button {
    font-family: avenir;
    color: white;
    background: #10102B;
    border-radius: 25px;
    padding: 16px 35px;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
    line-height: 18px;
}

.round-button:focus {
    outline: 0;
}

.atc-button.round-button {
    border-radius: 5px;
    padding: 12px 35px;
    font-size: 11px;
    letter-spacing: 2px;
    font-family: gotham;
    margin-top: 40px;
}

.round-button:hover {
    color: white;
}

.drugstore-input {
    padding: 9px 5px;
    padding-left: 15px;
    border-radius: 25px 0 0 25px;
    border: solid 1px #ddd;
    float: left;
    width: 66%;
    font-family: avenir;
}

.drugstore-button {
    border-radius: 0 25px 25px 0;
    display: block;
    float: left;
    width: 33%;
    margin-top: 0;
    font-size: 12px;
    font-family: avenir;
    padding-top: 11px;
    padding-bottom: 11px;
}

.drugstore-button:hover {
    background-color: #6B80D7;
}

.drugstore-button:focus {
    outline: 0;
}

.white-button {
    background-color: white;
    color: black;
    margin: 20px 0;
    width: auto;
    padding: 16px 35px;
}

.white-button:hover {
    background-color: #6B80D7;
    color: white;
}

.white-button:focus {
    outline: 0;
}

.float-field {
    width: 66%;
    float: left;
    display: block;
    font-weight: normal;
    text-transform: capitalize;
    padding: 13px;
}

.float-button {
    width: 33%;
    float: left;
    display: block;
    margin: 0;
    font-weight: normal;
    text-transform: capitalize;
    font-family: avenir;
    padding: 15px;
}
/* Bootstrap Overrides */

.apple-page {
    background-color: #F9F9F9;
}

.apple-page .top-image {
    position: relative;
}

.apple-page .top-image .caption {
    text-align: center;
    position: absolute;
    top: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.apple-page .top-image .caption * {
    color: white;
}

.apple-page .top-image .caption h2 {
    font-family: gotham;
    font-size: 40px;
    letter-spacing: 8px;
}

.apple-page .top-image .caption h4 {
    font-family: avenir;
}

.apple-page .top-image .caption .button {
    width: 200px;
    margin: auto;
}

.apple-page .top-image > .button {
    width: 200px;
    bottom: 10%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.apple-page h4 {
    margin-top: 0px;
}

.apple-page .container-fluid,
.container-fluid.full-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid.full-fluid.mini-gutter {
    padding-left: 3px;
    padding-right: 3px;
}

.apple-page .container-fluid.second-full-slide {
    margin-top: 125px;
}

.apple-page .container-fluid .row,
.container-fluid.full-fluid .row {
    margin: 0;
}

.apple-page .container-fluid .row > div,
.container-fluid.full-fluid .row > div {
    padding: 0;
}

.apple-page .container-fluid img,
.container-fluid.full-fluid img {
    width: 100%;
}

.apple-page .bordered-area > div {
    padding: 63px 73px;
}

.apple-page .bordered-area h4 {
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 26px;
}

.apple-page .bordered-area {
    margin: 25px 0;
    background-color: white;
}

.apple-page .bordered-area > img {
    width: 100%;
}

.apple-page .carousel .item {
    height: 740px;
    background-size: cover;
}

.apple-page .carousel-control img {
    width: 60px;
    height: 60px;
}

.below-content .apple-page .carousel-control {
    height: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.below-content .apple-page .carousel-control img.unhovered {
    display: block;
}

.below-content .apple-page .carousel-control img.hovered {
    display: none;
}

.below-content .apple-page .carousel-control:hover img.unhovered {
    display: none;
}

.below-content .apple-page .carousel-control:hover img.hovered {
    display: block;
}

.below-content .apple-page .collapsible-info {
    padding: 25px 40px 0;
    background-color: #FAFAFA;
    display: block;
    float: left;
    width: 100%;
    margin-left: -5px;
    margin-bottom: 25px;
}

.below-content .apple-page .collapsible-info h4 {
    margin: 17px 0 42px;
}

.below-content .apple-page .collapser {
    margin-top: -7px;
}

.below-content .apple-page .collapser.active {
    transform: rotate(45deg);
}

.below-content .apple-page .collapsible-content {
    display: none;
    border-top: solid 1px transparent;
    padding-top: 20px;
    margin-top: 25px;
    padding-bottom: 25px;
    transition: border .5s;
}

.below-content .apple-page li {
    font-size: 14px;
    color: #707070;
    font-family: avenir;
    line-height: 1.5;
}

.below-content .apple-page hr {
    float: left;
    display: block;
    width: 209%;
    margin: 50px 0 130px -100%;
}

.below-content .apple-page .collapsible-content.active {
    border-color: #D7D7D7;
}

.apple-page .caption {
    padding: 33px 25px;
    background-color: white;
    margin-bottom: 30px;
}

.apple-page .caption h4 {
    margin-bottom: 13px;
}

.apple-page .caption p {
    color: #777777;
}

.apple-page .feature-block img {
    width: 100%;
}

.apple-page .container.mini-gutter {
    padding-right: 3px;
    padding-left: 3px;
}

.apple-page .container.mini-gutter .row,
.container-fluid.full-fluid.mini-gutter .row {
    margin-left: -3px;
    margin-right: -3px;
}

.apple-page .container.mini-gutter .row > div,
.container-fluid.full-fluid.mini-gutter .row > div {
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.apple-page h1 {
    margin-top: 95px;
    margin-bottom: 70px;
    line-height: 45px;
    font-size: 36px;
}

.apple-page .container .row > div.header-area {
    margin-top: 95px;
    margin-bottom: 95px;
    line-height: 45px;
}

.apple-page .container .row > div.header-area h4 {
    color: #777777;
}

.apple-page h1 strong,
.apple-page .container .row > div.header-area strong {
    line-height: 45px;
    font-weight: 600;
}

.apple-page .color-block img {
    width: 100%;
}

.apple-page .color-block h4 {
    margin-bottom: 0;
}

.apple-page h2,
.apple-page .header-two {
    color: #9d9d9d;
    line-height: 50px;
    font-size: 36px;
}

.apple-page h2 strong,
.apple-page .header-two strong {
    color: #10102B;
    line-height: 50px;
}

.apple-page .arrow-call {
    margin-bottom: 95px;
}

.page-content .row,
.apple-page .dark-area .row {
    margin: 30px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

@media(max-width:767px) {
    .apple-page .bordered-area > div {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .apple-page .bordered-area > div:first-of-type {
        padding-top: 50px;
    }
    .apple-page .bordered-area > div:last-of-type {
        padding-bottom: 50px;
    }
}

.page-content .mosiac-row .col-xs-30,
.page-content .mosiac-row .col-xs-60 {
    padding: 7px;
}

.page-content .row.no-margin-top {
    margin-top: 0;
}

.page-content .row.no-margin-top .round-button {
    margin-top: 0;
}

.page-content .centered-content {
    padding: 0 50px;
}

.page-content p {
    color: #707070;
}
/* Carousel Styles */

.carousel-control,
.carousel-control:focus {
    opacity: .5;
}

.carousel-control:hover {
    opacity: 1;
}

.carousel-control img {
    width: 9px;
    height: 19px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

#index-carousel,
#blog-carousel {
    position: relative;
    margin-bottom: 90px;
    background-color: black;
    opacity: .95;
}

#index-carousel {
    margin-bottom: 0;
}

#index-carousel .item,
#blog-carousel .item {
    height: 85vh;
    max-height: 85vh;
    background-size: cover;
    background-position: center;
    text-align: center;
    vertical-align: middle;
}

#blog-carousel .item {
    background-position-x: center!important;
}

#index-carousel .item a:before,
#blog-carousel .item a:before,
#blog-carousel .item .caption-wrapper:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.to_center_vertically {
    display: inline-block;
    vertical-align: middle;
}

#index-carousel .item a,
#blog-carousel .item a,
#blog-carousel div.caption-wrapper {
    height: 100%;
    width: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, .2);
    position: relative;
}

#blog-carousel .item {
    height: 70vh;
    max-height: 70vh;
    background-attachment: fixed;
}

#index-carousel .slideshow-caption,
#blog-carousel .slideshow-caption {
    text-align: center;
    max-width: 90%;
    display: inline-block;
    vertical-align: middle;
}

#blog-carousel .slideshow-caption.page-caption {
    height: 100px;
}

#blog-carousel .slideshow-caption.alt-style.page-caption {
    height: 70px;
}

#index-carousel .slideshow-caption {
    opacity: 0;
    transition: 1s;
}

#index-carousel .slideshow-caption.animated {
    opacity: 1;
}

#index-carousel button,
#blog-carousel button {
    border: none;
    padding: 16px 46px;
    border-radius: 25px;
    color: #10102B;
    font-size: 14px;
    font-family: avenir;
    background: white;
    position: absolute;
    margin: auto;
    display: inline-block;
    width: 200px;
    right: 0;
    left: 0;
    transition: color .2s, background-color .2s;
}

#index-carousel button {
    margin-top: 20px;
}

#index-carousel button.independant-button {
    bottom: 6vh;
    margin-top: 0;
}

#blog-carousel a.button,
#blog-carousel button {
    margin-top: 100px;
    position: relative;
}

#index-carousel button:hover,
#blog-carousel a.button:hover,
#blog-carousel button:hover {
    background-color: #6B80D7;
    color: white;
    border-color: #6B80D7;
}

#index-carousel .slideshow-caption h2,
#index-carousel .slideshow-caption h2 span,
#blog-carousel .slideshow-caption h2,
#blog-carousel .slideshow-caption h1 {
    margin-top: 0;
    font-size: 36px;
    color: white;
    text-align: center;
    letter-spacing: 0px;
}

#index-carousel .slideshow-caption h2,
#index-carousel .slideshow-caption h2 span {
    letter-spacing: 7px;
    line-height: 72px;
    font-size: 48px;
}

#index-carousel .slideshow-caption h2 {
    text-shadow: 0px 0px 12px rgba(40, 40, 40, 1);
}

#index-carousel .slideshow-caption h2 span.bookit {
    font-family: gotham-book;
}

#blog-carousel .slideshow-caption.alt-style.page-caption h1 {
    text-align: inherit;
    font-size: 30px;
    text-transform: uppercase;
    font-family: gotham;
}

#blog-carousel h3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: white;
    margin-bottom: 110px;
    left: 0;
    letter-spacing: 2px;
    margin-top: 0;
}

#blog-carousel .blog-arrow {
    margin: auto;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

#index-carousel .slideshow-caption h4,
#blog-carousel .slideshow-caption h4,
#blog-carousel .slideshow-caption p {
    font-size: 18px;
    color: white;
}

#index-carousel .slideshow-caption.alt-style h2 p,
#blog-carousel .slideshow-caption h2 p {
    display: inline-block;
    text-align: left;
}

#index-carousel .slideshow-caption.alt-style h2 span {
    font-size: 60px;
    display: inline-block;
    letter-spacing: 0;
    width: auto;
    text-align: left;
    color: white;
}

.hero-carousel .carousel-inner {
    border: solid 2px white;
}

.hero-carousel .carousel-indicators {
    position: relative;
    left: 0;
    margin: 0 -3px;
    ;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.hero-carousel .carousel-indicators li {
    width: auto;
    text-indent: 0;
    border: none;
    background: #F9FAF9;
    height: 38px;
    width: 61px;
    border-radius: 0;
    margin: 0;
    display: block;
    float: left;
    padding: 2px;
    margin: 9px 5px;
}

.hero-carousel .carousel-indicators li img {
    height: 100%;
    width: auto;
}

.hero-carousel .carousel-indicators li.active {
    background: #F9FAF9;
    border: solid 2px black;
    padding: 0;
}

.carousel-inner .item {
    background: #F9FAF9;
    position: absolute!important;
}

.carousel-inner .item.active {
    position: relative!important;
}

.carousel-inner .item.active img.zoomImg {
    background-color: #F7F9F7;
}

.carousel-inner .item img {
    margin: auto;
}
/* Header + Cart Flyout Styles */

header {
    border-bottom: solid 1px #F5F5F5;
    background: white;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    position: fixed;
    width: 100%;
    z-index: 30;
    left: inherit;
    right: inherit;
}

#desktop-header {
    padding-top: 6px;
    padding-bottom: 5px;
}

header.absolute-header {
    position: absolute;
    z-index: 20;
    border: 0;
    width: 100%;
}

header.ninja-header.scrolled {
    background: transparent;
    border: none;
}

header.ninja-header.scrolled #main-nav a,
header.ninja-header.scrolled #main-nav a.light-link,
header.ninja-header.scrolled #main-nav a span {
    color: white;
}

header.ninja-header.scrolled #main-nav a:hover,
header.ninja-header.scrolled #main-nav a:hover span {
    color: #6B80D7;
}

header.ninja-header.scrolled #logo,
header #logo-white {
    display: none;
}

header #logo,
header.ninja-header.scrolled #logo-white {
    display: block;
}

#side-menu {
    width: 200px;
    left: -200px;
    top: 0;
    position: absolute;
    height: 100%;
    background: #F5F5F5;
}

.side-menu-inner {
    width: 200px;
    height: 100%;
    position: fixed;
    background: #F5F5F5;
    padding: 30px 40px 0;
}

#side-menu a {
    font-family: gotham;
    color: #10102B;
    width: 100%;
    display: block;
    float: left;
    padding: 10px 0;
    text-transform: uppercase;
}

#cart-menu {
    width: 360px;
    right: -360px;
    top: 0;
    position: absolute;
    height: 100%;
    background: #F5F5F5;
    display: none;
}

#cart-menu img {
    width: 100%;
}

#cart-menu .email-collection {
    padding: 60px 30px;
}

#cart-menu .email-collection label {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    display: block;
}

#cart-menu .email-collection .float-field {
    margin: auto;
    float: none;
    width: 90%;
}

#cart-menu .email-collection h4 {
    margin-bottom: 40px;
}

#cart-menu .change-q {
    cursor: pointer;
}

.cart-menu-inner {
    position: fixed;
    background: #F5F5F5;
    height: 100%;
    width: 360px;
}

#cart-menu form {
    height: 100%;
}

#cart-menu h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    background: #F2F2F2;
    margin: 0;
    padding: 21px;
    border-bottom: solid 1px #ddd;
    font-family: gotham;
    line-height: 15px;
    background-image: url(//cdn.shopify.com/s/files/1/0309/2321/t/33/assets/cart-arrow.png?8846617576379420162);
    background-repeat: no-repeat;
    background-position: 20px center;
}

#cart-menu h2 span {
    font-size: 13px;
    font-family: gotham;
}

#cart-menu .mobile-variant-removal {
    font-weight: 600;
    color: #10102b;
    font-size: 15px;
}

#cart-menu .item-list {
    display: block;
    float: left;
    overflow-y: scroll;
    width: 100%;
    position: relative;
}

#cart-menu .item {
    padding: 20px 25px;
    width: 100%;
    display: block;
    float: left;
    border-bottom: solid 1px #ddd;
}

#cart-menu .product-image {
    width: 30%;
    display: block;
    float: left;
}

#cart-menu .product-desc {
    width: 70%;
    display: block;
    float: left;
    padding-left: 15px;
    padding-top: 8px;
}

#cart-menu .product-desc .name {
    color: black;
    font-family: gotham;
    text-transform: uppercase;
    font-size: 14px;
}

#cart-menu textarea {
    text-align: left;
}

#cart-menu .product-desc p {
    font-family: avenir;
    font-size: 12px;
    color: #9D9D9D;
    line-height: 1;
}

#cart-menu .product-desc .quantity * {
    color: #110D42;
    font-family: avenir;
    font-size: 12px;
    font-weight: 600;
}

#cart-menu .totals-area {
    display: block;
    float: left;
    width: 100%;
    background: #F2F2F2;
    position: absolute;
    bottom: 0;
}

#cart-menu .totals-area > div {
    padding: 25px 25px;
    border-top: solid 1px #ddd;
}

#cart-menu .totals-area > div.gift-area {
    padding: 18px 25px;
}

#cart-menu .totals-area .gift-area span {
    color: #9D9D9D;
    font-size: 12px;
    cursor: pointer;
}

#cart-menu .totals-area .gift-area p {
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 0;
}

#cart-menu .totals-area .gift-area.active span {
    color: black;
}

#cart-menu .totals-area .gift-area span.fa {
    padding-right: 10px;
    font-size: 14px;
}

#cart-menu .totals-area .gift-area .gift-note {
    border-top: solid 1px #ddd;
    padding: 15px 10px 0;
    margin-top: 15px;
}

#cart-menu .totals-area .gift-area .gift-note textarea {
    width: 100%;
    height: 100px;
    border: 0;
}

#cart-menu .totals-area .gift-cta span.righty {
    font-size: 15px;
    font-weight: 600;
    margin-top: 2px;
}

#cart-menu .totals-area .subtotals-area span {
    font-family: avenir;
    margin: 0;
    line-height: 1.1;
}

#cart-menu .totals-area .subtotals-area span.subtotal-value {
    font-size: 18px;
    font-weight: 600;
}

#cart-menu .totals-area .subtotals-area span.green-text {
    color: #6A9000;
}

#cart-menu .totals-area .round-button {
    border-radius: 40px;
    padding: 18px 35px;
    margin-top: 0;
}

#cart-menu .empty-message {
    position: absolute;
    height: 20px;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
}

#main-body {
    width: 100%;
    position: relative;
    height: 100%;
}

#main-content {
    padding-top: 76px;
}

#main-content.index {
    padding-top: 0;
}

#logo,
#logo-white {
    padding: 26px 0;
}

#main-nav {
    width: 100%;
    text-align: right;
}

#main-nav a {
    color: #10102b;
    font-size: 7pt;
    letter-spacing: 2px;
    padding: 16px 10px;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    text-align: right;
    line-height: 31px;
    margin-right: 17px;
    font-family: gotham;
    font-weight: normal;
}

#main-nav a:hover,
#main-nav a:hover span {
    color: #6B80D7;
}

#main-nav a.light-link {
    color: #9d9d9d;
}

#main-nav a span {
    font-size: 7pt;
    font-family: gotham;
}

#main-nav a:last-child {
    margin-right: 0;
    padding-right: 0;
}

#main-nav a .fa {
    width: 0!important;
}

#main-nav a.active .fa {
    -webkit-transform: rotate(180deg) translatex(-6px);
    transform: rotate(180deg) translatex(-6px);
}

nav.submenu {
    position: absolute;
    background: #10102b;
    width: 100%;
    z-index: 100;
    padding: 30px 0;
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none;
}

nav.submenu.active {
    opacity: 1;
    pointer-events: all;
}

nav.submenu .sublink {
    text-align: center;
    display: block;
    float: left;
    width: 100%;
    color: white;
    font-family: gotham;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

nav.submenu .sublink:hover {
    color: #6B80D7;
}

nav.submenu .sublink img {
    margin: auto;
    max-height: 30px;
}
/* Footer Styles */

footer {
    padding: 73px 0 72px;
    border-top: solid 1px #F5F5F5;
    position: relative;
    z-index: 2;
    background: white;
    display: none;
}

footer.padded-footer {
    margin-top: 50px;
}

footer form {
    margin-top: 35px;
}

footer form input.drugstore-button,
.modal-front input.drugstore-button {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer form input.drugstore-input,
.modal-front input.drugstore-input {
    padding: 18px 0px 18px 23px;
    text-transform: none;
}

footer ul {
    width: 33.3%;
    display: block;
    float: left;
}

footer .list-inline li {
    padding: 5px 10px;
    font-family: avenir;
}

footer .row {
    margin-bottom: 20px;
}

footer .social-links {
    margin-bottom: 45px;
    margin-top: 46px;
}

footer .social-link {
    color: white;
    background: #10102B;
    border-radius: 100%;
    padding: 7px;
    width: 32px;
    text-align: center;
    margin-right: 15px;
    line-height: 18px;
    transition: all .2s;
}

footer .social-link:hover {
    background-color: #6B80D7;
}
/* Filter + Collection Styles */

#breadcrumbs,
#filter {
    border-bottom: solid 1px #F3F3F3;
    background: #FAFAFA;
}

#filter {
    border-top: solid 1px #F3F3F3;
    margin-bottom: 30px;
    background-color: #C0C0C0;
    border-top: 0;
    max-width: 1300px;
    margin: auto;
    margin-top: -1px;
    border-color: white;
    border-bottom: 0;
}

#filter.fixed {
    position: fixed;
    z-index: 100;
    top: 76px;
    left: 0;
    right: 0;
    width: 100%;
    transition: .6s;
    transition-timing-function: ease-in-out;
}

#filter.fixed.to-the-left {
    left: -360px;
    right: 360px;
}

#breadcrumbs a,
#filter a {
    padding: 15px 0;
    text-align: center;
    border-right: solid 1px #EAEAEA;
    display: block;
    float: left;
    width: 14.28%;
    color: #9D9D9D;
    line-height: 1;
    position: relative;
}

#breadcrumbs a .active-back {
    margin: 0;
    position: absolute;
    border-radius: 100%;
    margin-left: 13px;
    color: white;
    background-color: #2E2A62;
    padding: 3px;
    font-size: 12px;
    height: 19px;
    width: 19px;
    text-align: center;
    top: 10px;
    right: 10px;
    line-height: 1;
}

#breadcrumbs a .active-back:hover {
    background-color: white;
    color: #10102B;
}

#filter .filter-bread-cont a.filter-bread {
    width: auto;
    border-right: 0;
    padding: 18px 5px 18px 0;
    color: white;
    font-weight: 700;
}

#breadcrumbs a.active {
    background-color: #10102B;
    color: white;
}

#breadcrumbs a.active:hover {
    background-color: #10102B;
    color: white;
}

#filter * {
    color: white;
}

#page-nav a {
    width: 25%;
}

#filter {
    position: relative
}

#breadcrumbs a:first-child {
    border-left: solid 1px #EAEAEA;
}

.filter-list li span,
#filter span.filter-title {
    font-size: 12px;
    padding-left: 20px;
    padding: 7px 0;
    text-align: center;
    line-height: 1;
    display: block;
    margin: 0;
    cursor: pointer;
}

#filter span.bread {
    padding-left: 5px;
}

#breadcrumbs a.filter-bread,
a.filter-bread {
    border: 0;
    width: auto;
    line-height: 1;
    padding-right: 10px;
}

.filter-bread-row {
    margin-bottom: 50px;
}

.filter-bread-cont {
    position: absolute;
    left: 80px;
}

#breadcrumbs a:hover {
    background-color: #ECECEC;
}

#filter span.filter-title span.selected {
    line-height: 1;
    font-size: 12px;
}

.filter-list {
    display: none;
}

.filter-list li span {
    text-align: left;
    float: left;
    display: block;
}

.filter-list li span.fa {
    margin-right: 10px;
}

a.filter-bread span.fa {
    margin: 0;
    padding-left: 5px;
}

.filter-call .title-wrap span.fa {
    padding-left: 20px;
    margin: 0;
}

.filter-call.active .title-wrap span.fa {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-left: 0;
    padding-right: 20px;
}

.filter-cont {
    display: block;
    width: 600px;
    margin: auto;
}

.filter-call {
    position: static;
    padding: 11px 0px;
    display: block;
    width: 200px;
    font-size: 0;
    float: left;
}

.filter-call.active {
    background-color: #C0C0C0;
}

.filter-call * {
    color: #9d9d9d;
}

#filter .filter-call.active .filter-title * {
    color: #6b80d7;
}

.filter-call.active * {
    color: white;
}

.filter-call:last-child .title-wrap {
    border-right: solid 1px #CFCFCF;
}

.title-wrap {
    display: block;
    margin: auto;
    border-left: solid 1px #CFCFCF;
    padding: 0 20px;
}

.filter-list li span {
    padding: 0;
}

.filter-list {
    position: absolute;
    top: 48px;
    left: 0px;
    background-color: #C0C0C0;
    z-index: 10;
    width: 100%;
    max-width: 1300px;
    box-sizing: content-box;
    text-align: center;
    border-color: white;
}

.filter-list ul {
    border: solid 1px #CFCFCF;
    padding: 12px 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    max-width: 1000px;
    margin: auto;
}

.filter-list li {
    padding: 7.5px 20px;
    display: inline-block;
    width: auto;
}

.filter-list li.filter-row {
    cursor: pointer;
}

#filter .filter-list li span {
    color: #E0E0E0;
    font-size: 10px;
}

#filter .filter-list li:hover span {
    color: #6B80D7;
}

.filter-list li.active .fa {
    color: #6B80D7;
}

.filter-list li.filter-row.disabled {
    display: none;
}

.banner-row {
    margin-bottom: 30px;
}

.banner-title,
.banner-title.tech-title.white {
    position: absolute;
    height: 110px;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    margin: auto;
    padding: 0 30% 0 70px;
}

.banner-title h1,
.banner-title h2 {
    letter-spacing: 0px;
}

.banner-title * {
    color: #10102B;
}

.banner-title h5 {
    line-height: 1.5;
}

.banner-title.white {
    padding-right: 70px;
    height: 90px;
}

.banner-title.white * {
    color: white;
}

.collection-listing {
    margin-bottom: 100px;
    margin-left: -21px;
    margin-right: -21px;
}

.collection-listing.last-listing {
    margin-bottom: 0;
}

.collection-banner {
    max-width: 1300px;
    width: 100%;
    background-size: cover;
    height: 336px;
    margin: auto;
    background-position: center;
    margin-top: -1px;
}

.collection-banner.compensate {
    margin-bottom: 48px;
}

.series-row {
    display: block;
    width: 100%;
    float: left;
}

.series-block {
    padding: 21px;
}

.series-block .series-title {
    padding-top: 44px;
    padding-left: 44px;
}

.series-block h4 {
    display: inline-block;
    text-align: left;
    font-size: 24px;
    margin-top: 0;
}

.series-block h4:after {
    width: 98%;
    border: 0;
    border-top: 5px solid #C6E5F2;
    display: block;
    content: '';
}

.series-block p,
.series-block p span {
    font-size: 14px;
    color: #949494;
    max-width: 215px;
}

.product-thumbnail {
    margin: 0 0 0px 0;
    padding: 0 21px;
    overflow: visible;
    min-height: 474px;
}

.product-thumbnail.dummy-product a,
.product-thumbnail.dummy-product a img {
    width: 100%;
}

.product-thumbnail.mix {
    display: none;
}

.product-thumbnail .preorder-label,
.product-detail .preorder-label {
    color: #f36666;
    font-weight: normal;
}

.product-detail .preorder-label {
    margin-top: 13px;
}

.thumbnail-price .sale-price {
    color: red;
}

.thumbnail-price .strikeout {
    text-decoration: line-through;
    color: red;
    padding-left: 5px;
}

.coming-soon-thumbnail {
    height: 50vh;
    background-size: cover;
    position: relative;
}

.coming-soon-caption {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
}

.coming-soon-caption * {
    color: white;
}

.coming-soon-button {
    position: absolute;
    text-align: center;
    bottom: 10%;
    width: 100%;
}

.float-symbol {
    position: absolute;
    top: 15px;
    left: 40px;
    z-index: 10;
    color: #FF4C4C;
    font-size: 14px;
}
/* Product Styles */

.product-images-container {
    padding-right: 37px;
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.product-shot {
    background: #FAFAFA;
    padding: 30px;
    position: relative;
}

.product-shot img {
    width: 100%;
}

.product-info {
    min-height: 56px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: avenir;
    padding-top: 5px;
    position: relative;
    transition: .2s;
}

.product-info .thumbnail-price {
    padding-bottom: 5px;
}

.hover-info {
    position: relative;
    top: 0;
    padding: 27px;
    padding-top: 0px;
    padding-bottom: 0;
    background: white;
    opacity: 0;
    transition: .2s;
}

.hover-info .product-title {
    color: #110D42;
    font-size: 14px;
    font-family: avenir;
    font-weight: 600;
}

.unhover-info {
    position: absolute;
    top: 0;
    width: 100%;
}

.hover-info .hover-desc {
    border-top: solid 1px #e9e9e9;
    color: #ACACAC;
    font-size: 14px;
    font-family: avenir;
    padding: 21px 0 31px;
    line-height: 20px;
}

.product-info .hover-info .thumbnail-price {
    padding-bottom: 13px;
}

.hover-info .hover-desc p,
.hover-info .hover-desc span {
    color: #ACACAC;
    font-size: 14px;
    font-family: avenir;
}

.product-inner:hover {
    -webkit-box-shadow: 0px 1px 7px 0px rgba(174, 174, 174, 1);
    -moz-box-shadow: 0px 1px 7px 0px rgba(174, 174, 174, 1);
    box-shadow: 0px 1px 7px 0px rgba(174, 174, 174, 1);
    position: relative;
    transition: .2s;
}

.product-inner:hover .unhover-info {
    display: none;
}

.product-inner:hover .hover-info {
    opacity: 1;
}

.hero-carousel {
    margin-top: 53px;
}

.hero-carousel img {
    max-height: 415px;
}

.main-product-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 45px;
    padding-right: 0px;
    padding-top: 45px;
    transition: left 1s;
    display: none;
}

.main-product-detail.floating {
    position: fixed;
    left: inherit;
    padding-left: 30px;
    padding-right: 15px;
    padding-top: 138px;
}

.main-product-detail.floating.bottomed-out {
    top: auto!important;
    bottom: 0;
    position: absolute;
    left: 0!important;
    padding-left: 45px;
    padding-right: 0px;
    width: 100%;
}

.main-product-detail.bottomed-out {
    bottom: 1px;
    top: auto!important;
}

.main-product-detail h1 {
    letter-spacing: 2.75px;
    margin-bottom: 0px;
    font-size: 20px;
    font-family: gotham-book;
    font-weight: normal;
    margin-top: 0;
    max-width: 292px;
}

.main-product-detail h1 strong {
    font-family: gotham;
}

.main-product-detail p.price {
    font-size: 18px;
    font-family: gotham-book;
    letter-spacing: 0px;
}

.composite .main-product-detail {
    position: static;
}

.main-product-detail form {
    margin-top: 60px;
}

.main-product-detail form.preorder {
    margin-top: 0;
}

.main-product-detail form.hidden_form {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
}

.main-product-detail .atc-button {
    max-width: 292px;
    margin-top: 17px;
    border-radius: 1px;
    background-color: #110D42;
}

.main-product-detail .drugstore-input {
    border-radius: 1px 0 0 1px;
    width: 58%;
}

.main-product-detail .drugstore-button {
    border-radius: 0 1px 1px 0;
    background-color: #110D42;
}

.main-product-detail select {
    display: none;
}

.swatch-spacer {
    height: 54px;
    width: 100%;
    display: inline-block;
}

ul.options li {
    float: left;
}

.simple-swatch ul.color.options li.color {
    width: 10px;
    float: none;
    text-align: right;
    display: inline-block;
    padding-right: 0;
    font-size: 12px;
}

.simple-swatch ul.color.options li.color.white {
    width: 11px;
    border: solid 1px #D7D7D7;
    border-radius: 100%;
    padding: 0;
}

.simple-swatch ul.color.options li.color.white a {
    width: 9px;
    height: 9px;
}

.simple-swatch ul.color.options li.color span {
    font-size: 12px;
}

.simple-swatch ul.color li a {
    margin: 0;
    vertical-align: text-top;
}

.color_swatch {
    padding: 10px 0 6px;
}

.color_label {
    margin: 0;
    margin-bottom: 8px;
}

.color_label span {
    font-size: 14px;
    font-family: avenir;
    margin-right: 5px;
}

.other-options-selection {
    margin: 0;
    margin-left: 5px;
    display: inline-block;
    width: auto;
}

.other_options_label {
    margin: 17px 0 8px;
}

.other_options_label,
.other_options_label span {
    font-size: 14px;
}

.color_label .swatch div.full-width {
    width: 50%;
    border: 0;
    text-align: center;
    display: inline-block;
}

.swatch div.full-width:hover {
    background: transparent;
    color: grey;
}

.dropdown_swatch_label .inner_title.unavailable {
    color: red;
}

.option-list {
    margin-top: 7px;
}

.swatch .options {
    margin: 0 -1px;
}

.swatch .options li {
    width: 96px;
    padding: 0;
    text-align: center;
    border: solid 1px #e9e9e9;
    border-radius: 1px;
    margin: 1px;
    padding: 7px 1px;
    cursor: pointer;
    background-color: #FAFAFA;
}

ul.color.option-list li {
    padding: 0;
}

.swatch .options.size li,
.swatch .options.style li {
    height: 35px;
}

.swatch .options li.style {
    width: 145px;
}

.swatch .options li.unavailable,
.swatch .options li.style.unavailable:nth-child(2n) {
    background: #FEDEE0;
    border-color: #FEBCBD;
    position: relative;
}

.swatch .options li.unavailable:after {
    display: inline-block;
    position: absolute;
    background-color: #FEBCBD;
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    transform: matrix(1, -0.38, 0, 1, 0, 0);
}

.swatch .options li.unavailable.style:after {
    transform: matrix(1, -0.23, 0, 1, 0, 0);
}

.swatch .options li.color.unavailable:after {
    display: none;
}

.swatch .options li.selected,
.swatch .options li.style.selected:nth-child(2n) {
    color: #5C6DCD;
    border: solid 2px #5C6DCD;
    border-radius: 2px;
    padding: 6px 0px;
}

.swatch .options li:hover,
.swatch .options li.style:nth-child(2n):hover {
    border: solid 2px #B3B3B3;
    border-radius: 2px;
    padding: 6px 0px;
}

.swatch .options li span {
    color: #919191;
}

.swatch .options li.unavailable span {
    color: #FEBCBD!important;
}

.swatch .options li span {
    margin: 0;
    line-height: 16px;
    padding: 11px 0;
    font-size: 12px;
    font-weight: 300;
    font-family: 'avenir';
}

.swatch .options li.selected span {
    color: #5C6DCD;
}

.swatch ul.options li.color {
    width: auto;
    background: transparent;
    border-radius: 100%;
    line-height: 0;
    font-size: 0px;
    width: 22px;
    height: 22px;
    border: solid 1px #ccc!important;
    padding: 0;
    margin: 1px 4px;
}

ul.options li.color.selected {
    border: solid 2px black!important;
    width: 24px;
    height: 24px;
    margin: 0px 4px;
}

ul.options .color a,
ul.options.option-list li.color span {
    background-size: 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background-size: 3px;
    margin-right: 5px;
    cursor: pointer;
    padding: 0;
}

ul.options .color a.white-swatch {
    background-size: 10px;
}

ul.options.option-list li.color span {
    width: 20px;
    height: 20px;
    padding: 0;
}

.swatch .options.style li span {
    text-transform: none;
}

.messages-section {
    min-height: 50px;
}

#geo-message,
.pdp-anchor-message {
    font-size: 12px;
    color: #C6C6C6;
    font-family: avenir;
    max-width: 292px;
    margin-top: 12px;
}

.chart-cta {
    display: inline;
    color: #9D9D9D;
    cursor: pointer;
    font-size: 11px;
    color: #6B80D7;
}

.below-content {
    width: 100%;
    display: block;
    float: left;
    padding-right: 30px;
    padding-bottom: 130px;
}

.below-content .container {
    width: auto!important;
}

.below-content .row {
    margin-left: -5px;
    margin-right: -5px;
}

.below-content * {
    -webkit-backface-visibility: hidden;
}

.below-content .row.thumb-row {
    margin: 0;
}

.below-content .reduced-padding {
    padding: 5px 5px;
}

.below-content h2 {
    margin-top: 60px;
    margin-bottom: 25px;
    text-align: center;
}

.below-content h4 {
    border-top: solid 1px #F5F5F5;
    padding-top: 25px;
    font-size: 22px;
    /*    background-image: url(//cdn.shopify.com/s/files/1/0309/2321/t/33/assets/circle-icon.png?8846617576379420162);*/
    
    margin-top: 30px;
    color: #10102b;
    margin-bottom: 0;
    background-size: 25px;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

.below-content .apple-page h4 {
    border-top: 0;
    padding: 0;
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 18px;
    font-weight: 500;
}

.below-content .apple-page .bordered-area h4 {
    float: left;
    width: auto;
    font-weight: 500;
}

.below-content .apple-page .bordered-area p {
    width: 100%;
    float: left;
}

.below-content .apple-page .bordered-area h4:after {
    content: '';
    display: block;
    float: left;
    width: 105%;
    margin-top: 19px;
    border-top: 7px solid #C6E5F2;
}

.below-content .apple-page h2 {
    color: #10102B;
    margin: 7px 0 40px;
    font-weight: 500;
}

.below-content .apple-page p {
    font-size: 14px;
}

.below-content .apple-page .bordered-area > div {
    padding: 24px 0 81px;
}

.below-content .apple-page .carousel-control.left {
    left: -59px;
    opacity: 1;
}

.below-content .apple-page .carousel-control.right {
    right: -59px;
    opacity: 1;
}

.below-content .apple-page .item {
    height: 479px;
}

.below-content img,
.below-content iframe {
    width: 100%;
}

.below-content .apple-page img {
    width: auto;
}

#recommended-products h2 {
    margin: 50px 0;
}

.pdp-image-cont {
    position: relative;
}

.thumb-image img:first-child {
    display: none;
}

.below-content .thumb-image {
    padding: 30px 25px;
    border-right: solid 1px #F5F5F5;
    border-bottom: solid 1px #F5F5F5;
    border-top: solid 1px #F5F5F5;
    height: 310px;
    cursor: pointer;
}

.below-content p {
    color: #707070;
}

.below-content .initial-statement {
    margin-bottom: 90px;
}

.below-content .thumb-image h5 {
    margin-bottom: 20px;
}

.below-content .thumb-image .active-show {
    display: none;
    max-width: 40px;
    margin-bottom: 10px;
}

.below-content .thumb-image .active-hide {
    display: inline-block;
    max-width: 40px;
    margin-bottom: 10px;
}

.below-content .thumb-image.active .active-hide {
    display: none;
}

.below-content .thumb-image.active .active-show {
    display: inline-block;
}

.below-content .thumb-image:first-child {
    border-left: solid 1px #F5F5F5;
}

.below-content .thumb-image.active {
    background-color: #fafafa;
}

.below-content .thumb-image.active:before {
    content: "\f0d8";
    font-family: FontAwesome!important;
    color: #fafafa;
    top: -13px;
    z-index: 20000;
    left: 0;
    right: 0;
    width: 14px;
    position: absolute;
    margin: auto;
    font-size: 26px;
    font-family:
}

.below-content .thumb-image.active * {
    color: #6B80D7;
}

.thumb-image .hoverlay,
.main-image .hoverlay,
.page-content .hoverlay {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    margin: auto;
    background: rgba(50, 50, 50, .75);
    transition: opacity .2s;
    z-index: 20;
}

.thumb-image .hoverlay,
.main-image .hoverlay {
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}

.page-content .hoverlay {
    left: 15px;
    right: 15px;
}

.thumb-image .hoverlay span,
.main-image .hoverlay span {
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    color: white;
}

.thumb-image .hoverlay:hover,
.main-image .hoverlay:hover,
.page-content .hoverlay:hover,
.page-content .hoverlay.superhovered {
    opacity: 1;
    pointer-events: all;
}

.accordion-label p:after {
    content: '+';
    color: #707070;
    float: right;
}

.accordion-label.active p:after {
    content: '–';
}

.accordion-container {
    background: white;
    border: solid 1px #F5F5F5;
    margin: 15px 0;
    padding: 10px 15px;
    width: 100%;
    display: block;
    float: left;
}

.accordion-content {
    display: none;
    float: left;
    margin-top: 15px;
}
/* BLOG STYLES */

.full-banner {
    width: 100%;
    background-size: cover;
    height: 70vh;
    margin-bottom: 30px;
    background-position-x: 50%;
    position: relative;
}

.blog-caption {
    position: absolute;
    height: auto;
    margin: auto;
    top: 0;
    botton: 0;
}

.blog-caption * {
    color: white;
}

.post-container {
    margin-bottom: 121px;
    position: relative;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.post-image {
    height: 265px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    display: block;
    float: left;
}

.tech-post .post-image {
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
}

.post-content h5 {
    color: #110D42;
    margin: 30px 0 19px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    line-height: 23px;
    font-weight: 600;
}

.post-content p {
    display: inline-block;
    max-width: 242px;
    width: 100%;
    clear: both;
    margin-top: 0;
    color: #A8A8A8;
}

.post-caption {
    position: absolute;
    top: 42%;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.post-caption h3 {
    text-transform: uppercase;
    font-size: 34px;
}

.post-caption p {
    font-size: 14px;
}

.blog-navigation {
    border-top: solid 1px #F5F5F5;
    padding: 40px 0;
    margin-top: 40px;
}

.blog-navigation a {
    font-style: italic;
    color: #6b80d7;
}

.paginate {
    float: left;
    width: 100%;
    display: block;
}

.homepage-grid-image {
    display: block;
    float: left;
    margin: 0px 0 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.homepage-grid-image img {
    transition: .2s;
}

.homepage-grid-image:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -moz-transform: scale(1.2);
    /* Firefox */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
}

.post-back {
    position: absolute;
    background-color: rgba(247, 247, 247, .8);
    top: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    transition: .2s;
}
/*
.post-back:hover {
    background-color: rgba(17, 13, 66, .8);
}

.post-back:hover .post-link,
.post-back:hover .post-link .booker-t {
    color: white;
}
*/

.post-link {
    font-family: avenir;
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
    height: 41px;
}

.post-link .booker-t {
    font-weight: normal;
    font-size: 24px;
    font-family: avenir;
}

.post-link:after {
    content: '';
    width: 150px;
    border: 0;
    border-top: 10px solid #C6E5F2;
    display: block;
    margin: auto;
    transition: .2s;
}

.post-container img {
    width: 100%;
}

.post-titles {
    margin-top: 35px;
    margin-bottom: 35px;
}

.post-titles h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 2px;
}

.post-titles h3 {
    letter-spacing: 2px;
}

.post-titles .post-date {
    color: #ADADAD;
    font-size: 18px;
}

.blog-post p {
    margin-bottom: 25px;
    color: #707070;
}

.article-image {
    background-size: 1200px;
    overflow: hidden;
    display: block;
    margin: auto;
    background-position: center;
    margin-bottom: 45px;
    background-repeat: no-repeat;
}

.article-image img {
    width: 1200px;
    min-width: 1200px;
    opacity: 0;
}

.container.article-container {
    width: 800px;
}

.container.article-container h4 {
    font-size: 18px;
    color: #10102b;
    line-height: 1.4;
}

.container.article-container a {
    font-family: avenir;
    color: #7b78ee;
    font-style: italic;
    font-size: 14px;
}

@media(max-width:800px) {
    .container.article-container {
        width: 100%;
    }
}

.reg-cta {
    color: #707070;
    margin-top: 0l
}

.login-title {
    margin-bottom: 45px;
}

#customer_orders table {
    border: solid 1px #eee;
}

#customer_orders table hr {
    margin: 0;
}

#customer_orders table thead {
    background: #10102B;
}

#customer_orders table tfoot {
    border-top: solid 1px #eee;
}

#customer_orders table td,
#customer_orders table thead th {
    padding: 25px 60px;
    vertical-align: middle;
}

#customer_orders table thead th h3 {
    margin-top: 0;
}

#customer_orders table thead th .button {
    margin-top: 0;
}

#customer_orders table thead th * {
    color: white;
}

#customer_orders table thead th .button:hover {
    color: #10102B;
}

#customer_orders table td .half-cell,
table.table td .half-cell {
    display: block;
    float: left;
}

#customer_orders table td {
    vertical-align: middle;
    border: 0;
}

#order_details.table tr td {
    padding-left: 0;
}

#order_details.table {
    margin-top: 60px;
    margin-bottom: 60px;
}

.returns-table.table td.return-cell {
    display: block;
    float: right;
    border-top: 0;
}

.returns-table.table tr {
    border: solid 1px #eee;
}

.returns-table.table tr td {
    padding: 20px;
}

.returns-table.table .oversized-return-button {
    width: 280px;
    border: solid 3px #686868;
    margin: 25px auto;
    padding: 20px 15px;
    cursor: pointer;
}

.returns-table.table .oversized-return-button.active,
.returns-table.table .oversized-return-button.active * {
    border-color: #6373D1;
    color: #6373D1;
}

.returns-table.table .oversized-return-button h4 {
    margin-top: 0;
}

.returns-table.table.step-1-table {
    opacity: .4;
    transition: .2s;
}

.returns-table.table.step-1-table.active {
    opacity: 1;
}

.returns-table.table.step-3-table td {
    padding: 50px;
    vertical-align: middle;
}

.returns-table.table.step-3-table td .button {
    width: 300px;
    margin: auto;
}

.returns-submit {
    margin-bottom: 45px;
}

.error-error .error-message:first-letter {
    text-transform: uppercase;
}

.button.continue-button,
.button.back-button {
    background-color: white;
    color: #7a7a7a;
    border-color: #7a7a7a;
    border-width: 3px;
}

.button.continue-button.active,
.button.back-button:hover {
    background-color: #10102B;
    border-color: #10102B;
    color: white;
}

.table td .comment-box {
    border: solid 1px #9d9d9d;
    width: 300px;
    height: 100px;
}

.address-form {
    display: none;
}

.size-chart-column h3 {
    font-family: avenir;
    text-transform: none;
}

.size-chart-column img {
    border-top: solid 1px #DADADA;
    border-bottom: solid 1px #DADADA;
    margin-bottom: 50px;
}

.klaviyo_messages {
    display: inline-block;
    padding-top: 20px;
}

@media(max-width:1250px) {
    #index-carousel .item, #blog-carousel .item {
        height: 77vh;
    }
}

@media(max-width:1200px) {
    .hidden_form .drugstore-button {
        font-size: 11px;
    }
}

@media(max-width:1100px) {
    .filter-bread-cont {
        display: none;
    }
    .disappear-link {
        display: none!important;
    }
    #breadcrumbs a {
        width: 16.6666%;
    }
}

@media(max-width:1024px) {
    #index-carousel .item, #blog-carousel .item {
        background-attachment: scroll;
        background-size: cover;
        height: 400px;
        background-position: center center!important;
        max-height: none;
    }
    .independant-button {
        bottom: 30px;
    }
}

@media(max-width:991px) {
    header {
        transition: 0s;
    }
    .hidden_form .drugstore-input {
        width: 56%;
    }
    .hidden_form .drugstore-button {
        width: 44%;
    }
    .below-content .row {
        margin-left: 0;
        margin-right: 0;
    }
    .below-content .row.thumb-row {
        padding: 0;
    }
    .below-content .main-image {
        display: none;
    }
    .below-content .mobile-image {
        display: block!important;
    }
    .below-content .thumb-image {
        border: none!important;
        pointer-events: none;
        height: auto;
        background: white!important;
        padding: 0;
        width: 100%;
        padding: 15px 0;
    }
    .below-content .thumb-image.active * {
        color: #707070;
    }
    .below-content .thumb-image.active h5 {
        color: #10102B;
    }
    .below-content .thumb-image img,
    .below-content .thumb-image img.active-hide,
    .below-content .thumb-image.active img.active-show {
        display: none;
    }
    .banner-title h1,
    .banner-title h2 {
        letter-spacing: 2px;
        font-size: 24px;
    }
    .post-image {
        height: 200px;
    }
    .page-content .centered-content {
        margin-top: 30px;
        padding: 0;
    }
    .page-content .top-column {
        margin-bottom: 45px;
    }
    #main-content,
    #main-content.index {
        padding-top: 64px;
    }
    #filter.fixed {
        top: 64px;
    }
}

@media(min-width:992px) {
    .product-thumbnail: not(.mix):first-of-type {
        clear: left;
    }
    .product-thumbnail:not(.mix):nth-of-type(3n+1) {
        clear: left;
    }
    .product-thumbnail:not(.mix):nth-of-type(3n) {
        clear: right;
    }
    .mix-thumb[style*="display: inline-block"]:first-of-type {
        clear: left;
    }
    .mix-thumb[style*="display: inline-block"]:nth-of-type(3n) {
        clear: right;
    }
    .mix-thumb[style*="display: inline-block"]:nth-of-type(3n+1) {
        clear: left;
    }
}

@media(max-width: 767px) {
    .series-block .series-title {
        padding: 0;
        padding-bottom: 30px;
    }
    .mobile-centerlined {
        text-align: center;
    }
    .page-content .row .mobile-centerlined .round-button {
        margin-top: 50px;
    }
    #index-carousel .slideshow-caption,
    #blog-carousel .slideshow-caption {
        opacity: 1;
    }
    .carousel-indicators {
        display: none;
    }
    .main-product-detail {
        position: static!important;
        padding: 0 15px!important;
    }
    .collection-listing {
        margin: 0 -15px;
    }
    .product-thumbnail {
        display: block!important;
        padding: 0 15px;
    }
    .product-thumbnail:nth-child(odd) {
        clear: left;
    }
    .product-thumbnail:nth-child(even) {
        clear: right;
    }
    .product-shot {
        min-height: 0;
        width: 100%;
        padding: 0;
    }
    .product-shot a {
        width: 100%;
    }
    .product-shot img {
        max-width: none;
    }
    .product-info {
        min-height: 61px;
    }
    .swatch .options li.unavailable:after {
        transform: matrix(1, -0.20, 0, 1, 0, 0);
    }
    .swatch .options li.unavailable.style:after {
        transform: matrix(1, -0.13, 0, 1, 0, 0);
    }
    .hidden_form .drugstore-input {
        width: 66%;
    }
    .hidden_form .drugstore-button {
        width: 33%;
        font-size: 12px;
    }
    .below-content {
        padding-right: 0;
    }
    .product-images-container {
        padding-right: 0;
    }
    #cart-menu {
        width: 300px;
        right: -300px;
    }
    .cart-menu-inner {
        width: 300px;
    }
    footer form {
        padding: 0 25px;
    }
    .banner-title {
        padding: 0 70px 0 50px;
    }
    .banner-title.white {
        padding: 0 50px 0 50px;
    }
    .top-column {
        margin-bottom: 45px;
    }
    .post-image {
        height: 290px;
    }
    .returns-table tr td {
        display: block;
        width: 100%;
    }
    .returns-table.table.step-3-table td .button {
        width: 100%;
    }
    #index-carousel .slideshow-caption h2,
    #index-carousel .slideshow-caption h2 span {
        font-size: 38px;
    }
}
/* Droppleganger Styles */

.droppleganger {
    display: inline-block;
    width: 300px;
    position: relative;
    text-align: left;
    vertical-align: top;
    cursor: pointer;
    border: solid 3px black;
}

.droppleganger.disabled {
    opacity: .4;
    pointer-events: none;
}

.droppleganger > span {
    padding: 7px;
    margin: 0;
    line-height: 1;
    display: block;
    float: left;
    width: 100%;
}

.droppleganger span {
    font-size: 12px;
}

.droppleganger a {
    display: block;
}

.droppleganger ul {
    display: none;
    position: absolute;
    background-color: white;
    top: 36px;
    width: 300px;
    padding-bottom: 0px;
    z-index: 10;
    list-style: none;
    border: solid 3px black;
    border-top: 0;
    box-sizing: border-box;
    left: -3px;
    max-height: 250px;
    overflow-y: scroll;
    padding-top: 0;
}

.droppleganger ul li {
    padding: 10px 7px;
    cursor: pointer;
    font-family: avenir;
    font-size: 12px;
    color: #10102B;
    line-height: 1;
}

.droppleganger ul.filter-list li {
    padding: 0;
}

.droppleganger ul.filter-list li label {
    margin-bottom: 0;
}

.droppleganger ul li:hover {
    color: white;
    background: black;
}

.droppleganger ul li:hover span,
.droppleganger ul li:hover a {
    color: white;
}

.droppleganger li.unavailable {
    text-decoration: line-through;
    color: red;
}