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


#header .header-nav #tptnhtmlbox1 {
    color: red;
    margin-left: 5px;
}


.product-variants .product-more-details label {
    flex-basis: 10%;
}

.product-variants .product-variants-item .control-label {
    flex-basis: 10%;
}

.form-control {
    width: 50%;
}
.address-form .form-group:first-of-type {
  display: none;
}