/* 
    Created on : Dec 11, 2024, 5:21:09 PM
    Author     : Michael
*/

a.site-logo img{
  width: 300px;
}

.views-field-field-images {
  float: left;
  padding-right: 10px;
}

.views-field-variations-target-id {
  clear: both;
  padding: 10px 0;
}

.views-row {
  border-bottom: lightgray solid 1px;
  padding: 10px 0;
}

.form-item-purchased-entity-0-attributes-attribute-leather-color{
  width: 19%;
}

.related-products {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 2px lightgray;
}

.form-label {
  float: left;
  padding-right: 20px;
}

.variations, .clear {
  clear: both;
}

.views-field-variations {
  clear: both;
  padding-top: 10px;
}

.flex-control-thumbs li {
  padding-right: 5px;
  width: unset;
}

.flex-control-thumbs li img {
  width: auto;
  height: 100px;
}

.optionset-product {
  border: 1px solid lightgray;
  padding: 10px;
}

.commerce-product-full .title {
    font-weight: bold;
    background-color: aliceblue;
    text-align: center;
    padding: 10px 0px;
}