/** Shopify CDN: Minification failed

Line 138:10 Expected identifier but found whitespace
Line 138:12 Unexpected "{"
Line 138:39 Expected ":"
Line 141:24 Expected identifier but found whitespace
Line 141:26 Unexpected "{"
Line 141:54 Expected ":"
Line 142:21 Expected identifier but found whitespace
Line 142:23 Unexpected "{"
Line 142:51 Expected ":"

**/
.hdr-content .row {
  align-items: center;
}

.hdr-search-bar {
  flex-grow: 1;
  padding: 0 15px;
}

.hdr-search-bar .search_container_desktop {
  display: flex;
  width: 100%;
}

@media (max-width: 1024px) {
  .hdr-search-bar .search_container_desktop {
    display: flex;
    width: 100%;
    position: absolute;
    top: 54px;
    left: 0;
    padding: 5px;
    background-color: #AE275F;
}
}

@media (max-width: 767px) {
  .hdr-search-bar .search_container_desktop {
    display: flex;
    width: 100%;
    position: absolute;
    top: 47px;
    left: 0;
}
}

.hdr-search-bar .search-input {
  flex-grow: 1;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  line-height: 0;
}



.hdr-search-bar .search-button i {
  font-size: 22px;
}

@media (max-width: 767px) {
  .hdr-search-bar {
    display: block;
  }
}

.hdr-wrap
{
    position: fixed;
    width: 100%;
    z-index: 163;
    margin: 0;
    padding: 0;
    top: 0;
}

.page-content {
  margin-top: 164px;
}

@media (max-width: 1024px) {
  .page-content {
  margin-top: 114px;
  }
}

@media (max-width: 767px) {
  .page-content {
  margin-top: 107px;
  }
}


.hdr-wrap .search-button
{
    font-size: 33px;
    line-height: 50px;
    position: absolute;
    right: 0;
    display: block;
    width: 50px;
    padding: 0;
    transition: .2s; 
    text-align: center;
    border: 0;
    background: rgba(174, 39, 95, 0.5);
    color: #000;
    top:0;
    cursor: pointer;
}



.hdr-wrap .search
{
    position: relative;
    width: 100%;
    max-width: 800px;
    margin-right: auto; 
    margin-left: auto;
    padding: 0 0 0 0;
}
.hdr-wrap .search-input[type]
{
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 50px 0 10px;
    transition: .2s; 
    vertical-align: top;
    color: {{ header-search-input_color }};
    border: 0;
    border-radius:7px;
    border-bottom-color: {{ header-search-border-color }};
    background-color: {{ header-search-input_bg_new }};
}

@media (max-width: 1024px) {
  .hdr .search-button{
    display: block;
  }
}
