/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/

/* SINGLE MATERIAL STOCK DISPLAY */

.custom-thumbnail-class {
    line-height: 0 !important;
  }
  
  .custom-thumbnail-class img {
    width: 40px;
    height: 40px;
    border-radius: 90px !important;
    margin-right: 10px;
    /* Adjust the margin between the image and title */
  }
  
  .custom-title-class a {
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    float: right;
    margin-top: 0px;
    color: #000;
    font-family: "Uggrec";
    letter-spacing: 0.01px;
  }
  
  .alignment-container {
    display: flex;
    /* Use flexbox for horizontal alignment */
    align-items: center;
    /* Center items vertically */
    height: 60px;
  }
  
  .no-stock-message {
    color: #111;
    font-weight: 500;
    font-size: 17px;
    background-color: rgba(255, 247, 138, 0.5);
    padding: 5px 18px;
    border-radius: 4px;
  }
  
  /* END SINGLE MATERIAL STOCK DISPLAY */
  
  
  .wdt-column-sum {
      display: inline-block !important;
  }
  
  #brxe-xgfpby .out-of-stock {
    padding: 5px 10px;
    border-radius: 4px;
  }
  
  
  /* SEARCH FORM BUTTON (TO PUT ICON INSIDE FORM INPUT) */
  
  #brxe-wcxjgh button {
    position: absolute !important;
    margin-left: 260px !important;
  }