/*
Theme Name: ShellUI Child
Description: This is a child theme for ShellUI Theme
Author: UX Themes
Template: shellui
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


.extra-product {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 8px;
  border-radius: 10px;
  text-align: center;
  max-width: 150px;
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
}

.extra-product img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.extra-product.selected {
  border-color: #ff0099;
  background-color: #fff0f5;
}















