/** Shopify CDN: Minification failed

Line 105:1 Expected "}" to go with "{"

**/
/*  Custom Header sections   */
.custom-header{
        text-align: center;
            padding: 0 0 40px 0;
}
.custom-header .SectionHeader__Description{
max-width:100% !important;
}
/*  Custom Header sections   */
.container {
    max-width: 1200px;
}
.custom_coll h2 {
    font-size: 15px;
    letter-spacing: 2px !important;
    color: #7D7C7C;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    margin-top: -1px;
}
.custom_coll .Carousel .CollectionItem {
    width: 20%;
    min-width: 20%;
    margin-bottom: 40px;
}
.custom_coll .Carousel .CollectionItem__Content {
    position: unset;
    padding: 0;
    text-align: center;
    margin: 20px 0;
}
.custom_coll .CollectionItem__Wrapper {
    overflow: visible;
    height: 250px !important;
}
.custom_coll a.CollectionItem__Link.Button {
    display: none;
}
.custom_coll h2.SectionHeader__Heading {
    font-size: 15px;
    color: #7D7C7C !important;
}
.custom_coll .Carousel .CollectionItem__Content header.SectionHeader {
    margin-bottom: 0;
}
.custom_coll .CollectionItem:hover .CollectionItem__ImageWrapper {transform: scale(1);}
.test_head {
    text-align: center;
}
.custom_coll .CollectionList {
    justify-content: center;
}
.custom_coll.four_row .CollectionItem.Carousel__Cell {
    width: 25%;
    min-width: 25%;
}
@media only screen and (max-width: 990px) {
 .container {
    max-width: 100%;
} 
  
}
@media only screen and (max-width: 768px) {
 .container {
    max-width: 90%;
} 
.custom_coll .Carousel .CollectionItem, .custom_coll.four_row .Carousel .CollectionItem{
    padding: 20px 8px;
    width: 33%;
    min-width: 33%;
}
@media only screen and (max-width: 667px) {
    .container {
    max-width: 90%;
} 
    .custom_coll .Carousel .CollectionItem,.custom_coll.four_row .Carousel .CollectionItem {
    width: 50%;
    min-width: 50%;
    padding: 0 10px;
    margin-bottom: 60px;
}
.Carousel:not(.flickity-enabled) .Carousel__Cell:not(.is-selected) {
    display: block;
}
.custom_coll .CollectionList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}
.custom_coll .Carousel .CollectionItem__Content {
    transform: none;
}
.custom_coll .CollectionItem__Wrapper {
    height: 180px !important;
} 
}