/** Shopify CDN: Minification failed

Line 10:1 Unexpected "/"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
*/ Header */

.header__mid .h_search_frm {
    max-width: 750px;
}

/* Display Metafields */
.metafields_container dt {
    float: left;
width: 40%;
}

.metafields_container dd {
    margin: 0;
}

.metafields_container dd, .metafields_container dt {
    background-color: #f7f7f7;
padding: 2px 7px;
}

.metafields_container dt:nth-child(4n+1), dt:nth-child(4n+1) + dd {
    background-color: white;
}

/* ----- */
/* Vendor Logo on the product page */

.vendor-url .vendor-logo {
    width: 150px;
}

#shopify-section-pr_summary .price-review {
    margin-bottom: 0;
}

.carousel-img {
  position: absolute;
  height: fit-content !important;
  top: 50% !important;
  transform: translateY(-50%);
}

/* ----- */

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}