/** Shopify CDN: Minification failed

Line 60:11 Expected identifier but found whitespace
Line 60:12 Unexpected "1px"
Line 61:8 Unexpected "{"
Line 62:36 Expected ":"
Line 203:14 Unexpected "{"
Line 206:4 Expected identifier but found "100%"
Line 243:4 Expected identifier but found "*"

**/
.show-search {
    display: block;
    text-transform:lowercase;
    animation: fadeIn 500ms ease-in-out both;
    -webkit-animation: fadeIn 500ms ease-in-out both;
}

.hide-search {
    display: none!important;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.search-2-input {
    width: 120px!important;
    border: 1px solid #e5e5e5;
    padding: 0!important;
    margin: 0!important;
    margin-bottom: 0;
    min-width: 100%;
    text-indent: 5px!important;
    outline: none;
    text-transform:lowercase;
}

.search-results {
    z-index: 8889;
    list-style-type: none;
    width: 400px;
    margin-top: 30px;
    padding: 0;
    background: #fff;
    border: 1px solid {
        {
            results_box_border_color
        }
    }
    ;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.search-results li {
    display: block;
    width: 100%;
    height: 38px;
    margin-top: 0;
    padding: 0;
    line-height: 38px;
    overflow: hidden;
}

.search-results li:first-child {
    border-top: none;
    text-align: center!important;
}

.search-results .title {
    float: left;
    /* width: 345px; */
    padding-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    /* The text-overflow property is supported in all major browsers. */
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-align: left;
    color: #000!important;
}

.search-results .thumbnail {
    float: left;
    display: block;
    width: 50px;
    height: 40px;
    margin: 3px 0 3px 3px;
    padding: 0;
    text-align: center;
}

.search-results .header {
    float: left;
    width: 350px;
    text-align: center!important;
    text-decoration: underline;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-align: left;
    color: #000!important;
}

#promo-images {
    width: 100%;
}

#promo-images > a > img {
    min-width: 100%!important;
}

.collection-link-list > img {
    min-width: 100%;
}

.item-list-col-section {
    width: 100%!important;
    border-bottom: none;
    margin-top: 20px;
}

.item-list-item {
    margin: 0!important;
}

.full-width {
    width: 100%!important;
}

.overlay-caption {
    transition: .2s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000;
    color: #fff;
}

.overlay-caption > a > h3 {
    color: #fff!important;
    text-align: center;
}

.overlay-description {
    color: #fff!important;
    text-align: center;
}

.overlay:hover {
    background-color: #000;
}

.overlay:hover > .collection-link-list {
    transition: .2s ease;
    opacity: 0.3;
}

.overlay:hover > .overlay-caption {
    transition: .2s ease;
    opacity: 1;
}

.overlay {
    position: relative;
    background-color: #F6F6F6;
    margin: -3px;
}


/*
    
    .full-width > .homepage-promo{
      min-width:100%
      
    }
    */


/* !Defaults */

.full-width > {
    margin-left: 0;
    margin-right: 0;
    100%;
    /* Fallback */
}

.full-width >:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden!important;
}

.full-width > .row {
    margin-left: 0;
    margin-right: -0;
    width: 100%!important;
}

.full-width > [class*="desktop-"] {
    margin: 0!important;
}

.full-width > [class*="desktop-"].right {
    float: right!important;
}

.full-width > [class*="desktop-"].padded {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10;
    padding-right: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    *behavior: none!important;
}


/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */

.full-width > .desktop-1 {
    width: 8.333333333%!important;
}

.full-width > .desktop-2 {
    width: 16.666666667!important;
}

.full-width > .desktop-3 {
    width: 25%!important;
}

.full-width > .desktop-4 {
    width: 33.33%!important;
}

.full-width > .desktop-5 {
    width: 39.5833333333333333%!important;
}

.full-width > .desktop-6 {
    width: 50%!important;
}

.full-width > .desktop-7 {
    width: 56.25%!important;
}

.full-width > .desktop-8 {
    width: 64.5833333333333333%!important;
}

.full-width > .desktop-9 {
    width: 72.9166666666666667%!important;
}

.full-width > .desktop-10 {
    width: 81.25%!important;
}

.full-width > .desktop-11 {
    width: 89.5833333333333333%!important;
}

.full-width > .desktop-12 {
    width: 100%!important;
}


/* Push Cells */

.full-width > .desktop-push-1 {
    margin-left: 9.375%!important;
}

.full-width > .desktop-push-2 {
    margin-left: 17.7083333333333333%!important;
}

.full-width > .desktop-push-3 {
    margin-left: 26.0416666666666667%!important;
}

.full-width > .desktop-push-4 {
    margin-left: 34.375%!important;
}

.full-width > .desktop-push-5 {
    margin-left: 42.7083333333333334%!important;
}

.full-width > .desktop-push-6 {
    margin-left: 51.0416666666666667%!important;
}

.full-width > .desktop-push-7 {
    margin-left: 59.375%!important;
}

.full-width > .desktop-push-8 {
    margin-left: 67.7083333333334%!important;
}

.full-width > .desktop-push-9 {
    margin-left: 76.0416666666668%!important;
}

.full-width > .desktop-push-10 {
    margin-left: 84.375%!important;
}

.full-width > .desktop-push-11 {
    margin-left: 92.7083333333335%!important;
}


/* Center Cells */

.full-width > [class*="desktop-"].center {
    margin-left: auto;
    margin-right: auto!important;
}


/* !Generic, fractions */

.full-width > .desktop-third {
    width: 33.33%!important;
}

.full-width > .desktop-half {
    width: 50%!important;
}

.full-width > .desktop-full {
    width: 66.66%!important;
}

.full-width > .desktop-push-third {
    margin-left: 34.375%!important;
}

.full-width > .desktop-push-half {
    margin-left: 51.0416666666666667%!important;
}


/* !Desktop - Max, 12 column, 1200 (min 1221) */

@media screen and (min-width: 1221px) {
    .full-width > .max-1 {
        width: 6.25%!important;
    }
    .full-width > .max-2 {
        width: 14.5833333333333333%!important;
    }
    .full-width > .max-3 {
        width: 22.9166666666666667%!important;
    }
    .full-width > .max-4 {
        width: 31.25%!important;
    }
    .full-width > .max-5 {
        width: 39.5833333333333333%!important;
    }
    .full-width > .max-6 {
        width: 47.9166666666666667%!important;
    }
    .full-width > .max-7 {
        width: 56.25%!important;
    }
    .full-width > .max-8 {
        width: 64.5833333333333333%!important;
    }
    .full-width > .max-9 {
        width: 72.9166666666666667%!important;
    }
    .full-width > .max-10 {
        width: 81.25%!important;
    }
    .full-width > .max-11 {
        width: 89.5833333333333333%!important;
    }
    .full-width > .max-12 {
        width: 97.9166666666666667%!important;
    }
    /* Push Cells */
    .full-width > .max-push-1 {
        margin-left: 9.375%!important;
    }
    .full-width > .max-push-2 {
        margin-left: 17.7083333333333333%!important;
    }
    .full-width > .max-push-3 {
        margin-left: 26.0416666666666667%!important;
    }
    .full-width > .max-push-4 {
        margin-left: 34.375%!important;
    }
    .full-width > .max-push-5 {
        margin-left: 42.7083333333333334%!important;
    }
    .full-width > .max-push-6 {
        margin-left: 51.0416666666666667%!important;
    }
    .full-width > .max-push-7 {
        margin-left: 59.375%!important;
    }
    .full-width > .max-push-8 {
        margin-left: 67.7083333333334%!important;
    }
    .full-width > .max-push-9 {
        margin-left: 76.0416666666668%!important;
    }
    .full-width > .max-push-10 {
        margin-left: 84.375%!important;
    }
    .full-width > .max-push-11 {
        margin-left: 92.7083333333335%!important;
    }
}

@media screen and ( min-width: 980px) {
    .full-width > .contained.desktop-1 {
        width: 8.33333333%;
    }
    .full-width > .contained.desktop-2 {
        width: 16.66666667%;
    }
    .full-width > .contained.desktop-3 {
        width: 25%;
    }
    .full-width > .contained.desktop-4 {
        width: 33.33333333%;
    }
    .full-width > .contained.desktop-5 {
        width: 41.66666667%;
    }
    .full-width > .contained.desktop-6 {
        width: 50%;
    }
    .full-width > .contained.desktop-7 {
        width: 58.33333333%;
    }
    .full-width > .contained.desktop-8 {
        width: 66.66666667%;
    }
    .full-width > .contained.desktop-9 {
        width: 75%;
    }
    .full-width > .contained.desktop-10 {
        width: 83.33333333%;
    }
    .full-width > .contained.desktop-11 {
        width: 91.66666667%;
    }
    .full-width > .contained.desktop-12 {
        width: 100%;
    }
}


/* !Tablet, 6 column, 720 (min 739) */

@media screen and (min-width: 739px) and (max-width: 980px) {
    .full-width > [class*="desktop-push-"] {
        margin-left: 0;
        margin-right: 0!important;
    }
    .full-width > .tablet-1 {
        width: 14.5833333333333333%!important;
    }
    .full-width > .tablet-2 {
        width: 33.33%!important;
    }
    .full-width > .tablet-3 {
        width: 50%!important;
    }
    .full-width > .tablet-4 {
        width: 66.66%!important;
    }
    .full-width > .tablet-5 {
        width: 81.25%!important;
    }
    .full-width > .tablet-6 {
        width: 100%!important;
    }
    /* Push Cells */
    .full-width > .tablet-push-1 {
        margin-left: 17.7083333333333333%!important;
    }
    .full-width > .tablet-push-2 {
        margin-left: 34.375%!important;
    }
    .full-width > .tablet-push-3 {
        margin-left: 51.0416666666666667%!important;
    }
    .full-width > .tablet-push-4 {
        margin-left: 67.7083333333334%!important;
    }
    .full-width > .tablet-push-5 {
        margin-left: 84.375%!important;
    }
    /* !Generic, fractions */
    .full-width > .tablet-third {
        width: 33.33%!important;
    }
    .full-width > .tablet-half {
        width: 50%!important;
    }
    .full-width > .tablet-full {
        width: 100%!important;
    }
    .full-width > .tablet-push-third {
        margin-left: 33.33%!important;
    }
    .full-width > .tablet-push-half {
        margin-left: 50%!important;
    }
    .full-width > .contained.tablet-1 {
        width: 16.66666667%;
    }
    .full-width > .contained.tablet-2 {
        width: 33.33333333%;
    }
    .full-width > .contained.tablet-3 {
        width: 50%;
    }
    .full-width > .contained.tablet-4 {
        width: 66.66666667%;
    }
    .full-width > .contained.tablet-5 {
        width: 83.33333333%;
    }
    .full-width > .contained.tablet-6 {
        width: 100%;
    }
}


/* !Mobile, 3 column, 300 + 480 (max 740) */

@media screen and (max-width: 740px) {
    .full-width > [class*="desktop-push-"], .full-width > [class*="tablet-push-"] {
        margin-left: 0;
        margin-right: 0!important;
    }
    .full-width > .mobile-1 {
        width: 33.333%!important;
    }
    .full-width > .mobile-2 {
        width: 66.666%!important;
    }
    .full-width > .mobile-3 {
        width: 100%!important;
    }
    /* Push Cells */
    .full-width > .mobile-push-1 {
        margin-left: 33.333%!important;
    }
    .full-width > .mobile-push-2 {
        margin-left: 66.666%!important;
    }
    /* !Generic, fractions */
    .full-width > .mobile-third {
        width: 33.333%!important;
    }
    .full-width > .mobile-half {
        width: 50%!important;
    }
    .full-width > .mobile-full {
        width: 100%!important;
    }
    .full-width > .mobile-push-third {
        margin-left: 33.333%!important;
    }
    .full-width > .mobile-push-half {
        margin-left: 50%!important;
    }
    .full-width > .contained.mobile-1 {
        width: 33.33333333%;
    }
    .full-width > .contained.mobile-2 {
        width: 66.66666667%;
    }
    .full-width > .contained.mobile-3 {
        width: 100%;
    }
}


/* !Mobile - Min, 300 (max 500) */

@media screen and (max-width: 500px) {
    .full-width > .min-full {
        width: 100%!important;
    }
  
  .search-results {
    
     width: 240px;

}
  
  .search-results .header {

    width:  270px;
    
}
  
  
  
  
  
  
}

.full-width > [class*="all-"].contained, .full-width > [class*="min-"].contained, .full-width > [class*="mobile-"].contained, .full-width > [class*="tablet-"].contained, .full-width > [class*="desktop-"].contained, .full-width > [class*="max-"].contained {
    margin-left: 0;
    margin-right: 0;
}