html {
    background: url(../images/background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

body{
    background: transparent;
    color: #fff;
    font-family: 'Lato', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

#categories{
    padding-top: 80px;
}

.store-content{
    min-height: 100%;
    min-height: 100vh;
}

.intro-form{
    /*min-height: 100vh;*/
}

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

.intro-form form input{
    width: 60%;
    text-align: center;
    text-transform: uppercase;
}

.hats-form{
    /*height: 600px;*/
    /*margin: 120px 0;*/
    text-align: center;
    min-height: inherit;
}

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

.hats-form form input{
    width: 60%;
    text-align: center;
    text-transform: uppercase;
}

h2{
    font-weight: 300;
    margin: 10px 0 20px;
}

h4{
    font-weight: 100;
}

p{
    font-weight: 300;
}

input {
    background: transparent;
    border: 1px dotted #fff;
    outline: none;
    color: #fff;
}

button {
    background: transparent;
    border: 1px dotted #fff;
    outline: none;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 100;
    padding: 4px 12px;
    -webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}

button:hover{
    background-color: rgba(255, 255, 255, 0.4);
}

button:focus {
    outline: none;
}

#size input[type=radio] {
    display:none;
}

#size input[type=radio] + label {
    display:inline-block;
    padding: 2px 42px;
    background-color: transparent;
    margin: 10px;
    border: 1px dotted #fff;
    border-radius: 4px;
    cursor: pointer;
}

#size .size-measure {
    font-size: 11px;
    font-weight: 100;
}

#size input[type=radio]:checked + label {
    background-color:#015463;
}

#categories input[type=radio] {
    display:none;
}

#categories input[type=radio] + label {
    display:inline-block;
    padding: 10px 20px;
    background-color: transparent;
    margin: 10px;
    cursor: pointer;
}

#categories img{
    height: 130px;
    margin-bottom: 20px;
}

#categories input[type=radio]:checked + label {
    background-color:#015463;
    border: 1px dotted #fff;
    border-radius: 4px;
}

.item-list{
    /*margin: 20px 0;*/
}

.item-list .item{
    width: 320px;
    /*height: 320px;*/
    /*display: inline-block;
    text-align: center;*/
    padding: 20px 0;
    margin: 0 auto;
}

.item-list .item{
    /*opacity: 0;*/
}

.center .slick-center .item {
    opacity: 1;
}

.center .slick-center .item .hat-image {
    -ms-transform: scale(1.20);
    transform: scale(1.20);
}

.center .item {
    opacity: .2;
    transition: all .3s ease;
}

.center .item .hat-image{
    transition: all .3s ease;
    margin: 40px 20px;
    display: inline-block;
    z-index: 99999999;
}

.hat-image-zoom{
    z-index: 99999999;
}

.item-list .item.slick-active{
    opacity: 0.2;
}

.item-list .item.slick-current{
    opacity: 1;
    height: 520px;
    width: 440px !important;
    outline: none;
}

.item-list .item.slick-current .item-options{
    display: flex;
}

.item-list .item img{
    height: 220px;
    margin: 0 auto;
}

.item-list .item.slick-current img{
    height: 280px;
}

/*.button {
    background: transparent;
    border: 1px dotted #fff;
    outline: none;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 100;
    padding: 6px 2px;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
}*/

.button:hover {
    color:#fff;
    text-decoration: none;
}

.button.fixed {
    line-height: 18px;
}

button.cart {
    height: 50px;
    line-height: 18px;
    font-size: 11px;
    text-transform: uppercase;
}

.item-options{
    /*display: none;*/
    display: block;
    margin-bottom: 20px;
}

.item-options div{
    margin: 0 4px;
    display: inline-block;
    height: 45px;
    vertical-align: top;
}

.item-options .about{
    font-size: 11px;
    display: block;
    text-align: right;
    margin: 4px 0;
}

.item-options .about a{
    color: #fff;
    text-decoration: none;

}

.slick-dots{
    bottom: 0;
    position: relative;
}

.slick-dots li button:before {
    color: #fff !important;
}

.slick-dots li.slick-active button:before {
    color: #fff !important;
}

/* GLOBALS */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

::selection {
    background: transparent;
}

::-moz-selection {
    background: transparent;
}

.wrapper-demo {
    margin: 60px 0 0 0;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

/* DEMO 5 */

.wrapper-dropdown-1 {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    width: 100%;
    padding: 0;
    margin: 0 auto;

    /* Styles */
    background: transparent;
    color: #fff;
    outline: none;
    cursor: pointer;

    /* Font settings */
    font-weight: 100;
    font-size: 11px;

    display: inline-block;

    border: 1px dotted #fff;

    border-radius: 4px;

    height: 50px;

}

.wrapper-dropdown-1 span{
    display: inline-block;
    margin: 16px 30px 20px 0;
}

.wrapper-dropdown-1:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;
}

.wrapper-dropdown-1 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #687c7f;
    color: #fff;
    list-style: none;
    font-weight: normal; /* Cancels previous font-weight: bold; */

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-1 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
}

/* Hover state */
.wrapper-dropdown-1 .dropdown li:hover a {
    background: #3e585c;
}

/* Active state */
.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}


.wrapper-dropdown-1.active:after {
    border-color: #fff transparent;
    border-width: 6px 6px 0 6px ;
    margin-top: -3px;
}

.wrapper-dropdown-1:after {
    border-color: #fff transparent;
    border-width: 6px 6px 0 6px ;
    margin-top: -3px;
}

#filters{
    width: 50%;
    margin: 20px;
    position: absolute;
    z-index: 999;
}

.filter{
    margin: 10px;
}

.filter-button{
    margin: 10px;
}

.bag{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px;
}

.logo{
    display: block;
    position: absolute;
    left: 0;
    margin: 20px;
    top: 0;
    z-index: 99999;
}

.logo img {
    width: 120px;
}

.button{
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    /*display: block;
    float: left;*/
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    outline: none;
    /*padding-left: 18px;
    padding-right: 18px;*/
    padding: 8px 12px;
    /*position: relative;
    text-align: left !important;*/
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.change-category{
    margin: 80px auto 20px;
    display: block;
    width: 152px;
    text-align: center;
    color: #fff;
}

.slick-next, .slick-next:hover, .slick-next:focus {
    right: -12px;
    background: transparent url("/shop/public/images/arrow-right.png") no-repeat center center;
    height: 200px;
    width: 45px;
    opacity: 0.5;
    z-index: 9999;
}

.slick-next:before, [dir=rtl] .slick-next:before {
    content: '';
    opacity: 0.5;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
    left: -12px;
    background: transparent url("/shop/public/images/arrow-left.png") no-repeat center center;
    height: 200px;
    width: 45px;
    opacity: 0.5;
    z-index: 9999;
}

.slick-prev:before, [dir=rtl] .slick-prev:before {
    content: '';
    opacity: 0.5;
}

.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    z-index: 9999;
    background: transparent url("/shop/public/images/loader.gif") no-repeat center center;
}

.loader .spinner{
    display: none;
}

.item .button.visible{
    display: inline-block;
}

.item .button{
    display: none;
}

@media only screen and (max-width: 600px) {
    .item select {
        font-size: 12px;
    }
}