.checkout{background-color:#043B55;color:white;width:150px;height:50px;border:none;border-radius:0;font-weight:700;font-family:Raleway, sans-serif;font-style:normal;line-height:1.42;margin:0;padding:7.5px 15px;text-align:center;vertical-align:middle;white-space:nowrap}.checkout:hover,.checkout:focus,.checkout:active{background-color:#043B4F !important;color:white}.checkout:disabled{background-color:#d3d3d3}.checkout:disabled:hover,.checkout:disabled:focus,.checkout:disabled:active{background-color:#d3d3d3 !important;color:#717171;cursor:default}.cart{display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:5%}.cart-footer{display:flex;flex-direction:column;width:80%;justify-content:center;align-items:flex-end;margin-top:10px;padding-top:10px;border-top:1px solid #d3d3d3}.cart-actions{display:flex;flex-direction:row;width:80%;justify-content:flex-end;align-items:center;margin-top:15px}.cart-actions .checkout{background-color:#043B55}.cart-actions .checkout:hover,.cart-actions .checkout:focus,.cart-actions .checkout:active{background-color:#043B4F !important}@media only screen and (max-width: 768px){.cart-footer{align-items:center}.cart-actions{justify-content:center}}

bgt-cart-item.cart-item{display:flex;position:relative;width:80%;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid #d3d3d3;height:120px}@media only screen and (max-width: 768px){bgt-cart-item.cart-item{flex-direction:column;height:auto}}bgt-cart-item.cart-item .cart-item__image{display:flex;align-items:center;justify-content:center;flex:0 0 120px}bgt-cart-item.cart-item .cart-item__info{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:0 10px;flex:1}@media only screen and (max-width: 768px){bgt-cart-item.cart-item .cart-item__info{flex-direction:column;align-items:center;justify-content:space-around;margin-bottom:10px;padding-left:0}}bgt-cart-item.cart-item .cart-item__info .cart-item__title{flex:1;padding-right:10px}@media only screen and (max-width: 768px){bgt-cart-item.cart-item .cart-item__info .cart-item__title{padding-right:0}}bgt-cart-item.cart-item .cart-item__quantity,bgt-cart-item.cart-item .cart-item__price{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;flex:0 100px}@media only screen and (max-width: 768px){bgt-cart-item.cart-item .cart-item__quantity,bgt-cart-item.cart-item .cart-item__price{align-items:center;flex:1}bgt-cart-item.cart-item .cart-item__quantity{margin-bottom:18px}}bgt-cart-item.cart-item .cart-item__remove{position:absolute;top:0;left:0}bgt-cart-item.cart-item .cart-item__remove img{width:20px;height:20px}

bgt-quantity-input,.bgt-quantity-input{display:flex;align-self:center;line-height:1.66}bgt-quantity-input .bgt-quantity-input__inner-input,.bgt-quantity-input .bgt-quantity-input__inner-input{display:none !important}bgt-quantity-input .bgt-quantity-input__minus-button,bgt-quantity-input .bgt-quantity-input__plus-button,bgt-quantity-input .bgt-quantity-input__display-value,.bgt-quantity-input .bgt-quantity-input__minus-button,.bgt-quantity-input .bgt-quantity-input__plus-button,.bgt-quantity-input .bgt-quantity-input__display-value{height:30px;width:30px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:0}bgt-quantity-input .bgt-quantity-input__disabled-sign,.bgt-quantity-input .bgt-quantity-input__disabled-sign{display:none;color:black;font-size:larger}bgt-quantity-input .show,.bgt-quantity-input .show{display:flex}bgt-quantity-input .bgt-quantity-input__minus-button,bgt-quantity-input .bgt-quantity-input__plus-button,.bgt-quantity-input .bgt-quantity-input__minus-button,.bgt-quantity-input .bgt-quantity-input__plus-button{transition:background-color 0.2s linear 0.1s;cursor:pointer}bgt-quantity-input .bgt-quantity-input__minus-button svg,bgt-quantity-input .bgt-quantity-input__plus-button svg,.bgt-quantity-input .bgt-quantity-input__minus-button svg,.bgt-quantity-input .bgt-quantity-input__plus-button svg{height:100%;width:100%}bgt-quantity-input .bgt-quantity-input__minus-button--invisible,bgt-quantity-input .bgt-quantity-input__plus-button--invisible,.bgt-quantity-input .bgt-quantity-input__minus-button--invisible,.bgt-quantity-input .bgt-quantity-input__plus-button--invisible{visibility:hidden}bgt-quantity-input .bgt-quantity-input__minus-button--changed,bgt-quantity-input .bgt-quantity-input__plus-button--changed,.bgt-quantity-input .bgt-quantity-input__minus-button--changed,.bgt-quantity-input .bgt-quantity-input__plus-button--changed{background-color:#DDDDDD}bgt-quantity-input .bgt-quantity-input__display-value,.bgt-quantity-input .bgt-quantity-input__display-value{line-height:30px;color:black;border-top:1px solid black;border-bottom:1px solid black;text-align:center}bgt-quantity-input .bgt-quantity-input__display-value--no-buttons,.bgt-quantity-input .bgt-quantity-input__display-value--no-buttons{font-size:18px;border:0;color:black !important}bgt-quantity-input.bgt-quantity-input--changed-minus .bgt-quantity-input__minus-button,.bgt-quantity-input.bgt-quantity-input--changed-minus .bgt-quantity-input__minus-button{transition:background-color 0.1s linear;background-color:#DDDDDD}bgt-quantity-input.bgt-quantity-input--changed-plus .bgt-quantity-input__plus-button,.bgt-quantity-input.bgt-quantity-input--changed-plus .bgt-quantity-input__plus-button{transition:background-color 0.1s linear;background-color:#DDDDDD}bgt-quantity-input.bgt-quantity-input--disabled .bgt-quantity-input__plus-button,bgt-quantity-input.bgt-quantity-input--disabled .bgt-quantity-input__minus-button,.bgt-quantity-input.bgt-quantity-input--disabled .bgt-quantity-input__plus-button,.bgt-quantity-input.bgt-quantity-input--disabled .bgt-quantity-input__minus-button{cursor:not-allowed}bgt-quantity-input.bgt-quantity-input--disabled .bgt-quantity-input__plus-button svg line,bgt-quantity-input.bgt-quantity-input--disabled .bgt-quantity-input__minus-button svg line,.bgt-quantity-input.bgt-quantity-input--disabled .bgt-quantity-input__plus-button svg line,.bgt-quantity-input.bgt-quantity-input--disabled .bgt-quantity-input__minus-button svg line{stroke:#b3b3b3}bgt-quantity-input.bgt-quantity-input--disabled .bgt-quantity-input__plus-button svg path,bgt-quantity-input.bgt-quantity-input--disabled .bgt-quantity-input__minus-button svg path,.bgt-quantity-input.bgt-quantity-input--disabled .bgt-quantity-input__plus-button svg path,.bgt-quantity-input.bgt-quantity-input--disabled .bgt-quantity-input__minus-button svg path{fill:#b3b3b3}bgt-quantity-input.bgt-quantity-input--disabled .bgt-quantity-input__display-value,.bgt-quantity-input.bgt-quantity-input--disabled .bgt-quantity-input__display-value{color:#b3b3b3;border-color:#b3b3b3}bgt-quantity-input.bgt-quantity-input--hidden,.bgt-quantity-input.bgt-quantity-input--hidden{display:none}

