/* Hyde */

























body {
    font: 13px/1.75em 'Asap', sans-serif;
    background: #d7d8d4;
    background-image: url('https://s9.limitedrun.com/images/1539457/cheap666_site_background.png');
    background-repeat: repeat-y;
    background-position: top center;
}

.content {
    padding: 2em 0;
    overflow: hidden;
    color: #666666;
}

.content:before {
    content: '';
    display: block;
    height: 60px;
}

@media screen and (min-width: 64em) {
    .content:before {
        content: '';
        display: block;
        height: 90px;
    }
}

footer {
    background: #272a32;
    color: #666666;
}

footer .newsletter-subscribe-form .row + .row {
    margin-top: 9px;
}

footer .newsletter-subscribe-form input, footer .newsletter-subscribe-form button {
    border-radius: 3px;
    display: block;
    max-width: 100%;
    width: 100%;
}

footer .newsletter-subscribe-form input {
    margin-bottom: 9px;
}

footer .newsletter-subscribe-form button {
    height: 40px;
    line-height: 42px;
}

@media screen and (max-width: 40em) {
    .gc-display-area {
        pointer-events: none;
    }
}

@media screen and (min-width: 64em) {
    footer .newsletter-subscribe-form input, footer .newsletter-subscribe-form button {
        display: inline-block;
        margin: 0;
        max-width: 33%;
    }
}

footer .newsletter-subscribe-form + .row {
    margin-top: 18px;
}

section {
    margin-bottom: 2em;
}

@media screen and (min-width: 64em) {
    .row {
        max-width: 1200px;
    }
}


/********************
  TYPOGRAPHY
********************/

h2, h3, h4, h5 {
    margin: 0 0 0.5em;
    line-height: 1.2em;
    font-family: Poppins;
    font-weight: 600;
    color: #333333;
}

h2 a, h3 a, h4 a, h5 a,
a h2, a h3, a h4, a h5 {
    color: #333333;
}

h2 a:hover, h3 a:hover, h4 a:hover,
a h2:hover, a h3:hover, a h4:hover {
    color: #ff4422;
}

h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 2.4em;
    margin-bottom: 0.8em;
}

h3 {
    font-size: 1.5em;
    margin-top: 1.5em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1.1em;
}

h2 small, h3 small {
    display: block;
    font-family: 'Asap';
    font-size: 0.75rem;
    font-weight: normal;
}

.subheading {
    font-size: 0.65em;
    font-weight: normal;
    font-family: 'Asap';
    color: #333333;
}


/********************
  HTML ELEMENTS
********************/

p {
    margin: 0 0 1.5em;
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

ol {
    list-style-position: inside;
    margin-bottom: 1.5em;
}

a {
    color: #ff4422;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    color: #666666;
}

hr {
    margin: 1.5em 0;
    border: 0;
    border-top: 1px solid#f4f4f4;
}

small {
    font-size: 0.85em;
}

select {
    height: 48px;
    line-height: 48px;
    text-indent: 10px;
    border-radius: 3px;
    -webkit-appearance: none;
    background: #ffffff;
    border: 1px solid#f4f4f4;
    color: #666666;
}

input, textarea {
    border-radius: 0;
    min-height: 40px;
    text-indent: 8px;
    width: 100%;
    margin-bottom: 1em;
    background: #ffffff;
    border: 1px solid#f4f4f4;
}

textarea {
    min-height: 120px;
}

*:focus, *:active {
    outline: none;
}


/********************
  CLASSES
********************/

button, .button {
    color: #fff;
    padding: 0 4em;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    border-radius: 3px;
    transition: background 0.2s ease;
    background: #ff4422;
}

button:hover, .button:hover {
    background: #666666;
    color: #d7d8d4;
}

button.disabled, .button.disabled {
    background: #ddd;
    pointer-events: none;
}

.banner {
    background: #C51919;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2px;
    text-align: center;
    color: white;
    font-size: 0.9em;
    font-weight: bold;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

article.row + article.row {
    margin-top: 50px;
}

.sticker {
    position: absolute;
    color: white;
    width: 120px;
    top: 10px;
    left: -30px;
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1em;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    background: #ff4422;
}

.badge {
    height: 15px;
    width: 15px;
    line-height: 17px;
    text-align: center;
    font-size: 9px;
    border-radius: 50%;
    color: white;
    text-indent: 1px;
    background: #ff4422;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.relative {
    position: relative;
}

.hide-images img {
    display: none;
}

iframe {
    max-width: 100%;
}

[class*="arrow-"]:before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    border-style: solid;
    border-width: 2px 2px 0 0;
}

.arrow-up:before {
    transform: rotate(-45deg);
}

.arrow-right:before {
    transform: rotate(45deg);
}

.arrow-down:before {
    transform: rotate(135deg);
}

.arrow-left::before {
    transform: rotate(-135deg);
}

.slick-slider [class*="arrow-"] {
    position: absolute;
    top: 50%;
    padding: 0 20px;
    color: white;
    z-index: 1;
    transition: all 0.2s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.slick-slider [class*="arrow-"]:before {
    height: 15px;
    width: 15px;
}

.slick-slider .arrow-left {
    left: 0;
}

.slick-slider .arrow-right {
    right: 0;
}

.carousel [class*="arrow-"] {
    opacity: 0;
}

.carousel:hover [class*="arrow-"] {
    opacity: 1;
}

.vertical-list li {
    padding: 0.5em 0;
    border-bottom: 1px solid#f4f4f4;
}

.vertical-list li span {
    display: inline-block;
    width: 3.5em;
    text-transform: uppercase;
    font-size: 0.9em;
}

.horizontal-list {
    margin-bottom: 1.5em;
}

.horizontal-list li {
    display: inline-block;
}

.horizontal-list li:after {
    content: '/';
    font-size: 0.9em;
    margin: 0 5px 0 8px;
}

.horizontal-list li:last-child:after {
    display: none;
}


/********************
  TOP BAR
********************/

.top-bar {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #272a32;
}

.top-bar a {
    font-size: 14px;
    padding: 0 0.5em;
    opacity: 0.75;
    color: #888888;
}

.top-bar a:hover {
    opacity: 1;
    color: #888888;
}

.top-bar .social-icons {
    float: right;
}

.top-bar li:last-child a {
    padding-right: 0;
}


/********************
  HEADER
********************/

.main-nav {
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-right: 55px;
    transition: height 0.4s ease, line-height 0.4s ease;
 border-bottom: 1px solid#f4f4f4;
 background: #272a32;
 font-family: 'Poppins';

}

.main-nav.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040;
}

.main-nav.shrink {
    height: 60px;
    line-height: 60px;
}

.main-nav li {
    display: inline-block;
}

.main-nav a {
    display: inline-block;
    padding: 0 1em;
    font-size: 0.9em;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #ffffff;
}

.main-nav a:hover {
    color: #ff4422;
}

.main-nav h1,
.main-nav .logo {
    margin: 0;
    padding: 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
}

.main-nav .logo img {
    max-height: 60px;
    padding: 5px 0;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.main-nav .dropdown {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    min-width: 15em;
    opacity: 0;
    transition: opacity 0.2s;
    background: #272a32;
}

.main-nav .dropdown.columns {
    -webkit-columns: 150px 2;
    -moz-columns: 150px 2;
    columns: 150px 2;
    padding: 0;
}

.main-nav .dropdown li {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 1em;
}

.main-nav .dropdown li a {
    display: block;
    padding: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

.main-nav .dropdown:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    border-top: 1px solid#272a32;
}

.main-nav li:hover .dropdown {
    visibility: visible;
    opacity: 1;
}

.main-nav i {
    font-size: 1.2em;
    vertical-align: middle;
}


.main-nav .search-trigger {
    border-left: 1px solid#f4f4f4;
    padding-left: 2em;
    margin-left: 1em;
}



.main-nav .cart-trigger {
    position: relative;
    padding-right: 0;
}

.main-nav .cart-count {
    position: absolute;
    top: 15px;
    right: -8px;
    transition: top 0.4s ease;
}

.main-nav.shrink .cart-count {
    top: 15px;
}

@media screen and (min-width: 64em) {
    .main-nav {
        height: 90px;
        line-height: 90px;
        padding-right: 0;
    }

    .main-nav .logo img {
        max-height: 90px;
        padding: 10px 0;
    }

    .main-nav.shrink .logo img {
        max-height: 60px;
        padding: 5px 0;
    }

    .main-nav .cart-count {
        top: 30px;
    }
}


/********************
  MOBILE NAVIGATION
********************/

.mobile-nav {
    position: fixed;
    left: 0;
    top: -100%;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    z-index: 1050;
    opacity: 0;
    transition: opacity 0.25s;
    padding-top: 10px;
    background: #272a32;
}

.mobile-nav.open {
    top: 60px;
    opacity: 1;
}

.mobile-nav::-webkit-scrollbar {
    display: none;
}

.mobile-nav li a {
    display: block;
    padding: 0.5em 0;
    color: #ffffff;
}

.mobile-nav .social-icons {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 1.2em;
    background: #fafafa;
    height: 60px;
    line-height: 60px;
}

.mobile-nav .social-icons a {
    padding: 0 1em;
}

.nav-trigger {
    position: absolute;
    top: 0;
    right: 1em;
    height: 60px;
    width: 44px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    z-index: 1100;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
    position: absolute;
    width: 18px;
    height: 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #ffffff;
}

.nav-trigger span {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

.nav-trigger span::before,
.nav-trigger span:after {
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

.nav-trigger span::before {
    bottom: 6px;
}

.nav-trigger span::after {
    top: 6px;
}

.nav-is-visible {
    position: fixed;
}

.nav-is-visible .nav-trigger {
    position: fixed;
}

.nav-is-visible .nav-trigger span {
    background-color: rgba(255, 255, 255, 0) !important;
}

.nav-is-visible .nav-trigger span::before,
.nav-is-visible .nav-trigger span::after {
    background-color: #ffffff;
}

.nav-is-visible .nav-trigger span::before {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

.nav-is-visible .nav-trigger span::after {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}


/********************
  PAGINATION
********************/

.pagination {
    text-align: center;
}

.pagination .page a,
.pagination .current {
    display: inline-block;
    padding: 2px 10px;
    margin: 2px;
    color: #666666;
}

.pagination .current {
    font-weight: bold;
}

.pagination .prev,
.pagination .next {
    display: none;
}


/********************
  FOOTER
********************/

footer {
    text-align: center;
}

footer a, footer a:hover {
    color: #666666;
}

.footer-content {
    font-family: 'Poppins';
    text-transform: uppercase;
    padding: 2em;
}

.footer-copyright {
    font-size: 0.9em;
    padding: 1em;
    background: rgba(255, 255, 255, 0.05);
}


/********************
  GRIDS
********************/

.grid-item {
    margin-bottom: 2em;
    text-align: center;
    color: #333333;
}

.grid-item img {
    transition: transform 0.4s ease 0.1s;
}

.grid-item img:hover {
    transform: scale(1.1);
}

.grid-item-caption {
    margin-top: 10px;
}

.grid-item-caption a {
    color: #333333;
}

.grid-item .price {
    font-size: 0.9em;
    opacity: 0.5;
}

.grid-item div {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background 0.4s ease;
}

figure {
    margin: 0;
    position: relative;
    overflow: hidden;
}

figure img {
    width: 100%;
}

figure .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s ease-in-out;
 background: rgba(0, 0, 0, 0.8);

}

figure:hover .overlay {
    opacity: 1;
}

figure .overlay div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 0 1em;
    width: 100%;
    text-transform: uppercase;
 color: #eee;

}

.list {
    margin-bottom: 4em;
}

.list h3 {
    margin: 0 0 1em;
}


/********************
  HOME PAGE
********************/

.index .carousel,
.news .carousel {

}

.index .carousel .caption,
.news .carousel .caption {
    display: inline-block;
    position: absolute;
    bottom: 2em;
    padding: 1em 2em;
    background: #272a32;
}

.index .carousel .caption h3,
.news .carousel .caption h3 {
    margin: 0;
    color: #ffffff;
}

.index .carousel .caption h3:hover,
.news .carousel .caption h3:hover {
    color: #ffffff;
}


/********************
  PRODUCT PAGE
********************/

.slick-slide img {
    width: 100%;
}

.slider-prev, .slider-next {
    width: 50px;
    text-align: center;
    font-size: 5em;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.slider-prev:hover, .slider-next:hover {
    color: white;
}

.slider-prev {
    left: 0px;
}

.slider-next {
    right: 0px;
}

.slider-thumbnails li {
    padding: 2px 2px 0 0;
    cursor: pointer;
    max-height: 120px;
}

.product select {
    margin-bottom: 1em;
}

.product .button {
    margin-bottom: 2em;
}

.variations {
    position: relative;
}

.variations .fa-angle-down {
    position: absolute;
    right: 10px;
    top: 19px;
    pointer-events: none;
}

.related-products .grid-item {
    display: none;
}

@media screen and (max-width: 63.9375em) {
    .related-products .grid-item:nth-child(-n+4) {
        display: block;
    }
}

@media screen and (min-width: 64em) {
    .related-products .grid-item:nth-child(-n+5) {
        display: block;
    }
}


/********************
  GALLERY PAGE
********************/

.image-gallery {
    padding-left: calc(0.9375rem - 10px);
    padding-right: calc(0.9375rem - 10px);
}

.image-gallery .column {
    padding: 10px;
}


/********************
  ORDER PAGE
********************/

.order table {
    margin-bottom: 2em;
    width: 100%;
}

.order table thead th,
.order table tbody td {
    text-align: left;
    vertical-align: top;
    height: 30px;
}

.order table tbody td + td {
    text-align: right;
    width: 20%;
}

.order table#metadata td {
    width: 50%;
}

.order table#metadata td + td {
    text-align: left;
}


/********************
  BANDSINTOWN
********************/

.bit-widget {
    font-family: inherit !important;
    color: #666666 !important;
}

.bit-widget .bit-event {
    font-size: 13px !important;
    color: #666666 !important;
}

.bit-widget .bit-button {
    background-color: #ff4422 !important;
    color: #d7d8d4 !important;
}

.bit-nav-bar-container {
    display: none;
}


/********************
  ICONS & SHARING
********************/

.social-icons li {
    display: inline-block;
}

.social-icons li a {
    font-size: 14px;
    padding: 0 0.4em;
}

.sharing-button {
    border-radius: 3px;
    transition: 25ms ease-out;
    height: 32px;
    line-height: 32px;
    padding: 0 0.75em;
}

.sharing-button__link,
.sharing-button__icon {
    display: inline-block
}

.sharing-button__link {
    margin: 0.5em;
    color: white;
}

.sharing-button__link:hover {
    color: white;
}

.sharing-button__icon svg {
    width: 1em;
    height: 1em
}

.sharing-button__icon {
    fill: #fff;
    margin-right: 5px;
    vertical-align: middle;
}

.sharing-button--twitter {
    background-color: #55acee
}

.sharing-button--twitter:hover {
    background-color: #2795e9
}

.sharing-button--pinterest {
    background-color: #bd081c
}

.sharing-button--pinterest:hover {
    background-color: #8c0615
}

.sharing-button--facebook {
    background-color: #3b5998
}

.sharing-button--facebook:hover {
    background-color: #2d4373
}

.sharing-button--email {
    background-color: #777
}

.sharing-button--email:hover {
    background-color: #5e5e5e
}


/********************
  SEARCH
********************/

#search {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2em;
    z-index: 2000;
    background-color: #d7d8d4;
}

#search.open {
    display: block;
}

#search input[type="search"] {
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 0;
    width: 90%;
    max-width: 640px;
    text-indent: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 2.4em;
    font-family: Poppins;
    font-weight: 600;
    border-bottom: 2px solid#f4f4f4;
}

#search .close {
    background: transparent;
    position: fixed;
    top: 0px;
    right: 20px;
    font-size: 2.5em;
    font-weight: 200;
    color: inherit;
    padding: 0;
}

#search .close:hover {
    border: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

@media screen and (min-width: 64em) {
    #search input[type="search"] {
        top: 20%;
    }
}

/****************
 FOUNDATION 6.2.1
 ****************/

.media-object {
    margin-bottom: 1rem;
    display: block
}

.media-object img {
    max-width: none
}

@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        display: block
    }

    .media-object.stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section {
    display: table-cell;
    vertical-align: top
}

.media-object-section:first-child {
    padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem
}

.media-object-section.middle {
    vertical-align: middle
}

.media-object-section.bottom {
    vertical-align: bottom
}

/*************************
  FOUNDATION 6.2.1 Plugins
**************************/

.tabs {
    margin: 0;
    list-style-type: none;
}

.tabs::before, .tabs::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.tabs::after {
    clear: both;
}

.tabs.vertical > li {
    width: auto;
    float: none;
    display: block;
}

.tabs.simple > li > a {
    padding: 0;
}

.tabs.simple > li > a:hover {
    background: transparent;
}

.tabs-title {
    border: 1px solid#d7d8d4;
    border-bottom: 0;
    float: left;
}

.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem;
}

.tabs-title.is-active {
    background: #d7d8d4
}

.tabs-content {
    transition: all 0.5s ease;
    border: 1px solid#d7d8d4;
}

.tabs-content.vertical {
    border: 1px solid#d7d8d4;
    border-left: 0;
}

.tabs-panel {
    display: none;
    padding: 1rem;
}

.tabs-panel.is-active {
    display: block;
}

.accordion {
    list-style-type: none;
    background: #fefefe;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    border-radius: 0;
    margin-left: 0
}

.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: .75rem;
    color: #2199e8;
    position: relative;
    border-bottom: 1px solid #e6e6e6
}

.accordion-title:focus, .accordion-title:hover {
    background-color: #e6e6e6
}

.accordion-title:before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5rem
}

.is-active > .accordion-title:before {
    content: '–'
}

.accordion-content {
    padding: 1rem;
    display: none;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fefefe
}

.is-accordion-submenu-parent > a {
    position: relative
}

.is-accordion-submenu-parent > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem
}

.is-accordion-submenu-parent[aria-expanded=true] > a:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

/*************************************
  Usefull styles from FOUNDATION 6.6.3
**************************************/

.flex-video, .responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-video.widescreen, .responsive-embed.widescreen {
    padding-bottom: 56.25%
}


.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #2199e8;
    color: #666666;
}

.label.secondary {
    background: #777;
    color: #fefefe;
}

.label.success {
    background: #3adb76;
    color: #fefefe;
}

.label.warning {
    background: #ffae00;
    color: #fefefe;
}

.label.alert {
    background: #ec5840;
    color: #fefefe;
}
