/** Shopify CDN: Minification failed

Line 18:34 Comments in CSS use "/* ... */" instead of "//"
Line 18:107 Unterminated string token
Line 65:1 Expected ")" to go with "("

**/
.slider-buttons { display:none!important; }
.header__submenu .header__menu-item { color:#fff; font-weight:500; }

.section-header { border-top: 7px solid #fb2923; }
section#shopify-section-sections--24670205215065__171928304493739663 { background: #4770DB !important; }
#ymm_searchbox { background-color: transparent!important; border: none!important; margin:0; }
#ymm_searchbox h2 { line-height:1; margin:0; }
#ymm_searchbox h2, #ymm_searchbox label { color:#fff!important;}
#ymm_searchbox label { font-weight: 400; text-transform: capitalize; font-size:16px; }
#ymm_searchbox select, #ymm_searchbox .select2-container--default .select2-selection--single { padding: 8px 25px 8px 15px; min-height: 40px; border:none; border-radius:30px;
    background-image: url(''/cdn/shop/files/chevron-down-icon.png');
    background-repeat: no-repeat, repeat;
    background-position: right 1rem center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-size: 25px 25px;
    outline: none; opacity:1!important;      
}                                                                         
#ymm_searchbox .btn {padding: 8px 20px; min-height:40px; }
#ymm_searchbox .btn.ymm_search { padding-left: 40px; padding-right: 40px; background-color: #666666!important; color: #ffffff; border: none; border-radius: 0px!important;
}
#ymm_searchbox .btn[disabled] { opacity:1;}
#ymm_searchbox .btn.ymm_reset {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 0px!important;
    padding-left: 40px;
    padding-right: 40px;
}




/*** Responsive ***/

@media only screen and (max-width: 989px) {
  #ymm_searchbox.horizontal ul li:not(.ymm_bttns) {
    width: 24.333333%;
}
}

@media only screen and (max-width: 768px) {
.mobile-search { margin-left:30px; }
}

@media only screen and (max-width: 749px) {
#ymm_searchbox.horizontal ul li:not(.ymm_bttns) { width: 49.333333%;}
#ymm_searchbox h2 { font-size: 18px!important; margin-bottom: 10px!important; }
}


@media only screen and (max-width: 500px) {
#ymm_searchbox .btn.ymm_search, #ymm_searchbox .btn.ymm_reset {
    padding-left: 20px;
    padding-right: 20px; }
}