/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

body {

    font-size: 14px !important;
    line-height: 1em !important;
}
#header .header-nav .blockcart {
    background: #008f8e;
    color: #ffffff;
}

#header .header-nav .cart-preview .shopping-cart {
    color: #ffffff;
}

#header a:hover {
    color: #008f8e;
}

#product #content{
    max-width: initial !important;
}

.product-customization {
     margin:0 !important;
}
.product-prices {
    margin-top: 0!important;
}
.product-prices div {
    margin-bottom: 0!important;
}

.label, label {
    text-align: left!important;
}

.product-customization .card-title{
    text-transform: uppercase;
}

.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    min-height: initial;

}

:focus-visible {
  outline: 0px!important;
}