remap-store-item {
 display: block;
 font-family: 'Raleway', serif;
 /* background-color: rgba(255, 255, 255, 0.05); */
 padding: 12px;
 margin-left: 16px;
 margin-bottom: 1em;
 /* border: solid 1px rgb(220 192 143); */
}

remap-store-item select {
 font-family: sans-serif;
 font-size: 9pt;
 margin-top: 16px;
 margin-bottom: 16px;
 display: block;
 border: 0;
 width: 100%;
}


remap-store-item input {
 font-family: sans-serif;
 font-size: 9pt;
 margin-top: 16px;
 margin-bottom: 16px;
 display: block;
 border: 0;
 width: calc(100% - 6px);
}

remap-store-item option {
   display: block;
   text-wrap: wrap;
   text-indent: 0.5em hanging;
   padding-top: 4px;
   padding-bottom: 4px;
   padding-left: 4px;
   padding-right: 4px;
}

remap-store-item option:checked {
   background-color: lightblue !important;
   color: black !important;
}

remap-store-item .product-image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

@media (min-width: 800px) {
    remap-store-item {
       width: 275px;
       float: right;
    }
   
   remap-store-item select {
    margin-top: 4px;
    margin-bottom: 4px;
   }

      
   remap-store-item input {
    margin-top: 4px;
    margin-bottom: 12px;
      padding-left: 4px;
   }

}

button.product-buy-button {
    background-color: #0074d4;
    display: inline-block;
    border: solid 2px transparent;
    background-clip: content-box;
    width: 100%;
    height: 44px;
    color: white;
    font-size: 12pt;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 3px;
    margin-top: 5px;
 }

button.product-buy-button:disabled {
    color: lightgray;
    background-color: #6385a2;
   cursor: wait;
}

button.product-buy-button:focus {
   border: solid 2px #0074d4;
}

button.product-buy-button:active {
   transform: scale(0.99);
}

remap-store-item .product-shipping-label {
   font-size: small;
}


remap-store-item .product-price {
    font-size: 24pt;
    text-align: center;
 }
 
remap-store-item .product-name {
    text-align: center;
 }
 
remap-store-item .product-image {
    width: 62%;
    margin: 0 auto;
 }
 
remap-store-item .product-address {
    margin-top: 1.0em;
 }

remap-store-item select.product-shipping-rates {
    scrollbar-width: none;
}