/** Shopify CDN: Minification failed

Line 44:11 Expected identifier but found whitespace
Line 71:0 Expected "}" to go with "{"

**/

.ymm-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.ymm-modal-content  {
  color: #fff !important;
  border-radius: 0 !important;
  width: 90%;
  max-width: 400px;  
  position: absolute;
  right: 10px;       
  top:66px;
  left: auto;
  margin: 0;        
  animation: fadeIn 0.3s ease;
}

.ymm-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
  color: #333;
  transition: color 0.2s ease;
}
.ymm-close:hover {
  color: #000;
}

.ymm-modal .ymm_app {
  z-index: 10000;
  position: r

#ymm_data select,
.ymm_app select {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  border-radius: 2px !important;
  padding: 20px 16px !important;
  font-size: 1.15em !important;
}

#ymm_data select option,
.ymm_app select option {
  background: #fff !important; 
  color: #353535 !important; 
}

#ymm_searchbox .btn.ymm_search {
    background-color: #b50c09 !important;
    color: #ffffff;
}

.ymm_app .select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #b50c09 !important;
}

