/**
 * @file
 * Reusable layout styling for Commerce Cart components
 */

.cart img {
  width: 100px;
  height: auto;
}
.cart-block--summary, .cart-block--summary__icon img, .cart-block--summary__count {
  vertical-align: center;
}

.cart-block--contents__links{
background: #9d9443;
color: white;
}
.cart-block--contents__links:hover{
background: #9d9443;
color: white;
}

.cart--cart-block .cart-block--contents a{
color:white;
background: #a67d00;
}
.cart--cart-block .cart-block--contents a:hover{
color:white;
background:#9d9443;
}

.cart-info,
.order-status-label-bold,
.add-on-header{
background:#025e8a;
color:white;
}
.cart-block--summary:hover{
background: #a6c3d2;
}

.cart-block--link__expand:hover {
width: 100%;
}
#block-cart h2{
display: inline-block;
vertical-align: top;
}
#block-cart-2{
margin: auto;
margin-bottom: 20px;
}
#block-cart-2 h2{
width: 100%;
display: block;
}
#block-cart-2 h2{
display: inline-block;
text-align: center !important;
padding: 6px 0 8px 0;
margin: 0 0 3px 0;
font-size: 2.5em;
}
#block-checkoutprogress a:link,
.layout-region.layout-region-checkout-main a:link{
color: white;
}
.cart-block--contents .is-outside-horizontal .cart-block--contents__expanded{
display: block;
}
.cart-block--contents__items {
display: inline;
}
.field-entity-cart-image{
float: left;
margin-right: 10px;
}
.Product-entity-cart{
text-align: left;
}
.field-entity-cart-sku{
text-align: left;
}
.field-entity-cart-description{
display: inline;
}
.product-form-cart-add-on .form-actions{
margin: 0 !important;
}
.carttip{font-variant-caps: all-petite-caps;}
.carttipstep{display: inline-block;}

.cartselecttip,
.cartaddontip,
.cartordertip,
.cartinvoicetip{
padding: 5px;
width: fit-content;
}

.cartselecttip:after,
.cartaddontip:after,
.cartordertip:after{
}
.product-form-cart-main [id*="edit-purchased-entity-wrapper"]{
}
.product-form-cart-main [id*="edit-actions"]{
float:right;
}
.product-form-cart-inks legend,
.product-form-cart-main legend,
.product-add-on-tube fieldset legend,
.product-add-on-nib fieldset legend,
.product-form-cart fieldset legend,
.views-buy-list fieldset legend{
font-size: 0.75em;
margin: 0;
border-bottom: 1px solid firebrick;
font-weight: bold;
}
.product-form-cart-main .label, button,
.product-form-cart-main input[type="submit"],
.product-form-cart-main input[type="reset"],
.product-form-cart-main input[type="button"]{
border-radius:5px;
}
#block-cart-2 .cart-block--contents{
width: 100%;
}
.cart-block--contents__items {
overflow-x: hidden;
overflow-y: scroll;
max-height:100%;
}
.cart-block--contents.is-outside-horizontal {
right: 0;
}
.cart-block--contents__expanded {
overflow: visible;
}
.cart-block--contents,
.cart-block--contents__links:hover,
.cart-block--contents a:hover{
}

/*----- cart open/close ----*/
.cart-block--contents__inner{
padding: 0;
}

.cart-block--contents__items{
overflow-x: hidden;
overflow-y: scroll;
}
.cart-block{
text-align: left;
font-size: 0.8em;
}
.views-cart-form-area #edit-actions{
text-align: center;
}
.cart-block .views-field-title{
font-size: 1.14em;
}
.cart-block--summary__icon{
margin-right: 7px;
}
.cart-block--summary__count{
font-size: 20px;
display: inline-block;
vertical-align: text-bottom;
font-weight: normal;
}
.cart-block tr{
border:none;
border-bottom: 1.5px solid lightgray;
}
.cart-block--contents__links{
display: block;
text-align: center;
margin: auto;
position: relative;
font-size: 1.5em;
font-weight:700;
font-variant-caps: all-small-caps;
}
.cart-block--contents__links,
.cart-block--contents__links a,
.cart-block--contents__links a:hover{
display:inline-block;
width:100%;
margin-top: 2px;
}
.cart-block--contents__links{
border-top: 1px solid white;
}
.cart-block--contents a {
font-family: "Poiret One";
font-weight:700;
font-size: 1.5em;
}
.top-block .cart-block--summary__count,
.top-block .cart-block--summary__icon img,
.top-block .cart-block--summary__icon::after{
vertical-align: sub;
}
.cart-info{
text-align: center;
font-size: 16px;
}
.order-total-line__total{
padding-bottom:10px;
}
.cart-empty-page{
text-align: center;
font-size: 1.42em;
color: black;
font-family: "Poiret One";
font-weight:700;
margin: 0 0 30px 0;
}
.cart-block tbody{
border-bottom: 1px solid black;
}
.cart-form{
max-width: 1000px;
margin: auto;
}
.cart--cart-block{
text-align: center;
}
.cart-block--link__expand {
}
