.height-stable {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Roboto", "Barlow", sans-serif;
  font-size: 12px;
  height: 100%;
  width: 100wh;
  overflow: auto;
}

main {
  min-height: calc(100% - 80px);
}

.w-main-wrapper {
  min-height: calc(100% - 80px);
  display: flex;
  justify-content: flex-start;
}

header {
  width: 100%;
  height: 50px;
  background-color: rgb(240, 240, 240);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(220, 220, 220);
  position: sticky;
  top: 0;
  z-index: 1999;
  box-shadow: 0 1px 4px rgba(169, 169, 182, 0.55);
}

button {
  border: 0;
  padding: 0;
  background-color: rgb(240, 240, 240);
}
button:focus {
  outline: 0;
}

.open-side-btn {
  margin-left: 25px;
  display: flex;
}

.hide-button {
  border: 1px rgb(240, 240, 240) solid;
  width: 26px;
  height: 23px;
  cursor: pointer;
}
.hide-button:hover {
  border: 1px rgb(208, 208, 208) solid;
  border-radius: 2px;
}
.hide-button .burger-btn {
  align-self: center;
  margin: 0 auto;
  opacity: 0.7;
}
.hide-button .burger-btn .bbar {
  width: 19px;
  height: 2px;
  background-color: rgb(0, 0, 0);
  margin: 3px auto;
}
.hide-button .burger-btn:hover, .hide-button .burger-btn:focus {
  opacity: 1;
}

.logo img {
  height: 40px;
  cursor: pointer;
  vertical-align: middle;
}

.nav-side {
  position: absolute;
  z-index: 2;
  top: 46px; 
}

.side-details {
  display: none;
  min-width: 160px;
  min-height: 170px;
  left: 0px;
  top: 50px;
  border-left: 1px rgba(0, 0, 0, 0.15) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.15) solid;
  border-right: 1px rgba(0, 0, 0, 0.15) solid;
  border-radius: 1px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 1px rgba(15, 20, 24, 0.07), 0 2px 12px rgba(15, 20, 24, 0.2);
  padding: 20px;
}
.side-details a {
  list-style: none;
  line-height: 2.333rem;
  font-size: 1.166rem;
  display: block;
  color: rgb(0, 113, 188);
  text-decoration: none;
}
.side-details a:hover, .side-details a:focus {
  color: rgb(0, 79, 236);
}

.rs {
  margin-left: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rs .rs-edge {
  margin: 0 25px;
}
.rs a {
  color: rgb(94, 94, 94);
  text-decoration: none;
  font-size: 1.166rem;
}
.rs a:hover, .rs a:focus {
  color: rgb(60, 60, 60);
  text-decoration: underline;
}

/* Dropdown Button */
.show {
  display: block;
}

.ms-c {
  position: absolute;
  left: 225px;
  top: 0px;
  background: rgb(240, 240, 240);
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-search-wrapper {
  border: 1px solid rgb(208, 208, 208);
  background-color: white;
  border-radius: 17px;
  width: 470px;
  height: 33px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 1.166rem;
}

.breadcrumbs-wrapper {
  margin: 6px 25px;
}

.breadcw-atl {
  margin: 5px 0;
}

.cr-root {
  font-size: 1.125rem;
  color: rgb(0, 113, 188);
  font-weight: 400;
}
.cr-root:hover {
  color: rgb(0, 79, 236);
}

.breadcrumbs {
  border-bottom: rgb(220, 220, 220) 1px solid;
  padding-bottom: 3px;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.75rem;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs p {
  font-size: 1.125rem;
  font-weight: 400;
}
.breadcrumbs .root-page {
  margin-right: 8px;
}
.breadcrumbs .root-page h2 {
  font-size: 1.125rem;
  color: rgb(0, 113, 188);
  font-weight: 400;
}
.breadcrumbs .root-page h2:hover {
  color: rgb(0, 79, 236);
}
.breadcrumbs .middle-dot {
  font-size: 3rem;
  margin-right: 8px;
}
.breadcrumbs .current-page {
  font-size: 1.125rem;
  font-weight: 100;
  color: rgb(40, 40, 40);
}

footer {
  height: 30px;
  width: 100%;
  background-color: rgb(240, 240, 240);
  color: rgb(40, 40, 40);
  display: flex;
}
footer .footer-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-self: center;
  margin: 0 25px;
  font-size: 1.166rem;
}
footer .footer-ls {
  display: flex;
  width: 50%;
}
footer .footer-item {
  margin-right: 20px;
}
footer a {
  color: rgb(94, 94, 94);
  text-decoration: none;
  font-size: 1.166rem;
}
footer a:hover, footer a:focus {
  color: rgb(60, 60, 60);
  text-decoration: underline;
}

.assets-container {
  float: right;
  background: white;
  margin: 5px 0 5px 10px;
  max-width: 360px;
  min-width: 250px;
  border: 1px solid rgb(220, 220, 220);
}
.assets-container .side-image {
  width: 100%;
  height: auto;
}
.assets-container .assets-object-title {
  padding: 4px 10px;
}
.assets-container .assets-object-title span {
  font-size: 1.125rem;
  font-weight: bold;
}
.assets-container .assets-mfg {
  padding: 10px;
}
.assets-container .assets-mfg span {
  font-size: 1.5rem;
  font-weight: bold;
}
.assets-container .assets-text {
  padding: 0 10px 5px;
}
.assets-container .assets-hl {
  width: 100%;
  border-bottom: 1px solid rgb(220, 220, 220);
  margin: 20px 0;
}
.assets-container .assets-mfg-text {
  padding: 0 10px 10px;
  line-height: 1.75rem;
  font-size: 1.166rem;
}
.assets-container .assets-mfg-url {
  text-decoration: none;
  color: rgb(0, 113, 188);
  padding-left: 3px;
}
.assets-container .assets-mfg-url:hover {
  color: rgb(0, 79, 236);
}

.clhd {
  display: none;
}

.mg25 {
  margin: 25px;
}

.mg-b2 {
  margin-bottom: 2px;
}

.mg-b5 {
  margin-bottom: 5px;
}

.mg-b10 {
  margin-bottom: 10px;
}

.mg-b25 {
  margin-bottom: 25px;
}

.mg-b15 {
  margin-bottom: 15px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.mg-b25 {
  margin-bottom: 25px;
}

.mg-b30 {
  margin-bottom: 30px;
}

.mg-t50 {
  margin-top: 50px;
}

.mg-l25 {
  margin-left: 25px;
}

.mg-l20 {
  margin-left: 20px;
}

.mg-r25 {
  margin-right: 25px;
}

.flex-sb-fs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-sb-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-fs {
  display: flex;
  justify-content: flex-start;
}

.flex-fs-c {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-fs-fs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.fx-se-c {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.fx-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w100 {
  width: 100%;
}

.ovx {
  overflow-x: auto;
}

.ftbold {
  font-weight: 600;
}

@media (max-width: 900px) {
  header {
    box-shadow: none;
  }
  .ms-c {
    left: 0;
    top: 45px;
    width: 100%;
    box-shadow: 0 4px 2px -2px rgba(169, 169, 182, 0.55);
  }
  .main-search-wrapper {
    border-radius: 22px;
    height: 33px;
    width: calc(100% - 50px);
    margin-top: -5px;
  }
  .side-details {
    margin-top: 44px;
  }
  .breadcrumbs-wrapper, .breadcw-atl {
    margin-top: 50px;
  }
  .flatPage {
    margin-top: 30px;
  }
}
.title-items-cart {
  margin: 20px 25px;
  padding: 6px 0;
  min-height: 40px;
  border-radius: 3px;
  background: rgb(240, 240, 240);
  display: flex;
  align-items: center;
}
.title-items-cart h2 {
  margin-left: 15px;
  font-size: 1.75rem;
  font-weight: 100;
}

.title-order-confirmation {
  margin: 0 20px;
  padding: 6px 0;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.title-order-confirmation h2 {
  margin-left: 15px;
  font-size: 1.75rem;
  font-weight: 100;
  font-weight: bold;
}

.cart-has-items {
  display: block;
}

.cart-empty {
  display: none;
  margin: 25px 40px;
  font-size: 1.333rem;
}

.page-title-checkout {
  margin: 30px 25px 0;
  color: rgb(40, 40, 40);
}

.shipping-form-step1-2-wrapper {
  margin: 10px 25px;
  background-color: rgb(246, 246, 246);
  max-width: 600px;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 4px;
  color: rgb(40, 40, 40);
}

.form-group-row {
  display: flex;
  align-items: center;
  margin: 15px 15px 0;
}
.form-group-row .label-title {
  width: 150px;
  font-size: 1.16rem;
  font-weight: bold;
  text-align: right;
  margin-right: 15px;
}
.form-group-row .label-value-wrapper {
  width: 75%;
}
.form-group-row .form-control {
  width: 100%;
  height: 34px;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 3px;
  font-size: 1.166rem;
  color: rgb(40, 40, 40);
  padding: 5px;
}
.form-group-row .form-control:hover {
  border: 1px solid #999999;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(139, 139, 139, 0.6);
  transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
}
.form-group-row .card-four-digits-control {
  width: 30%;
  height: 34px;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 3px;
  font-size: 1.166rem;
  color: rgb(40, 40, 40);
  padding: 5px;
}
.form-group-row .card-four-digits-control:hover {
  border: 1px solid #999999;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(139, 139, 139, 0.6);
  transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
}
.form-group-row .dropdown {
  width: 75%;
  height: 34px;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 3px;
  font-size: 1.166rem;
  font-family: "Roboto", "Barlow", sans-serif;
  color: rgb(40, 40, 40);
  padding: 5px;
}
.form-group-row .dropdown:hover {
  border: 1px solid #999999;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(139, 139, 139, 0.6);
  transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
}

.textarea-step1-2-form-control {
  resize: vertical;
  width: 100%;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 3px;
  font-size: 1.166rem;
  color: rgb(40, 40, 40);
  padding: 5px;
  max-height: 110px;
  min-height: 45px;
  overflow: auto;
}
.textarea-step1-2-form-control:hover {
  border: 1px solid #999999;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(139, 139, 139, 0.6);
  transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
}

.card-wrapper {
  display: flex;
  width: 75%;
}
.card-wrapper .cc-input-field {
  width: 100%;
  height: 34px;
}
.card-wrapper .cc-svg {
  margin-left: -34px;
  margin-top: 4px;
}
.card-wrapper .svg-cc-icon {
  opacity: 0.25;
}

.row-below-form {
  display: block;
  width: 100%;
  margin: 20px;
}
.row-below-form .spacer-below-row {
  display: flex;
  align-items: center;
  margin-left: 26%;
  width: 75%;
}
.row-below-form .text-below-form {
  color: rgb(40, 40, 40);
  font-size: 1.166rem;
  margin-left: 5px;
  margin-right: 30px;
}

.tax-exempt-wrapper {
  width: 100%;
  margin: 20px;
}
.tax-exempt-wrapper .spacer-exempt-row {
  display: flex;
  align-items: center;
  margin-left: 26%;
  width: 75%;
}
.tax-exempt-wrapper .text-exempt-below-form {
  color: rgb(40, 40, 40);
  font-size: 1.166rem;
  margin-left: 5px;
  margin-right: 30px;
}
.tax-exempt-wrapper .tax-exempt {
  color: rgb(0, 113, 188);
  position: relative;
}
.tax-exempt-wrapper .tax-exempt:hover .exempt-text {
  visibility: visible;
}
.tax-exempt-wrapper .exempt-text {
  position: absolute;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 4px;
  background-color: white;
  color: rgb(40, 40, 40);
  height: 50px;
  width: 266px;
  font-size: 1rem;
  margin: 30px -18px;
  padding: 9.5px 5px;
  text-align: center;
  visibility: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(139, 139, 139, 0.6);
}

.shipping-form-method-wrapper {
  margin: 10px 25px;
  background-color: rgb(246, 246, 246);
  max-width: 600px;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 4px;
  color: rgb(40, 40, 40);
}

.shipping-method-form-group-row {
  display: flex;
  width: 100%;
}
.shipping-method-form-group-row .label-title-shipping-method {
  width: 20%;
  font-size: 1.16rem;
  font-weight: bold;
  color: rgb(40, 40, 40);
  text-align: right;
  margin: 15px 15px 0 15px;
}
.shipping-method-form-group-row .method-links .radio {
  margin: 15px 0 10px 0;
  color: rgb(40, 40, 40);
  font-size: 1.166rem;
}
.shipping-method-form-group-row .method-links .radio input {
  margin-right: 3px;
}
.shipping-method-form-group-row .method-links .radio input:hover {
  border: 1px solid #999999;
  transition: ease-in-out 0.1s;
}

.vertical-spacer {
  margin-top: 15px;
}

.label-title-shipping-method-wrapper {
  width: 20%;
  font-size: 1.16rem;
  font-weight: bold;
  color: rgb(40, 40, 40);
  margin: 0 15px;
}
.label-title-shipping-method-wrapper .shipping-account-label {
  text-align: right;
}

.textarea-step3-form-control {
  resize: vertical;
  width: 75%;
  margin: 0 15px 0 0;
  max-height: 110px;
  min-height: 55px;
  overflow: auto;
  font-size: 1.166rem;
  font-family: "Roboto", "Barlow", sans-serif;
  padding: 5px;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 4px;
}
.textarea-step3-form-control:hover {
  border: 1px solid #999999;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(139, 139, 139, 0.6);
  transition: border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
}

.continue-wrapper {
  margin: 15px;
  display: flex;
  justify-content: flex-end;
}

.continuebtn {
  font-size: 1.166rem;
  cursor: pointer;
  color: rgb(252, 252, 252);
  background-color: rgb(105, 105, 105);
  border: 1px solid rgb(60, 60, 60);
  border-radius: 6px;
  padding: 10px 10px;
}
.continuebtn:hover {
  background-color: rgb(60, 60, 60);
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.items-table-wrapper {
  margin: 20px 25px 10px;
}
.items-table-wrapper table {
  border: 1px solid rgb(220, 220, 220);
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.items-table-wrapper th {
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgb(220, 220, 220);
  line-height: 1.5rem;
  font-size: 1.166rem;
  height: 30px;
  padding: 5px;
}
.items-table-wrapper .item-data:hover {
  background-color: rgb(246, 246, 246);
  transition: 0.5s;
}
.items-table-wrapper td {
  border: 1px solid rgb(220, 220, 220);
  text-align: center;
  font-size: 1.166rem;
}
.items-table-wrapper .cart-table-header {
  border: 1px solid rgb(220, 220, 220);
  text-align: center;
  font-size: 1.166rem;
}
.items-table-wrapper form {
  display: inline-block;
}
.items-table-wrapper .header-item-description {
  text-align: left;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 550px;
}
.items-table-wrapper .header-item-description a {
  text-decoration: none;
  font-size: 1.25rem;
  color: rgb(0, 113, 188);
}
.items-table-wrapper .header-item-description a:hover {
  color: rgb(0, 79, 236);
}

.quantity {
  width: 170px;
}

.quantity-field {
  font-size: 1rem;
  height: 30px;
  width: 35px;
  border: 1px solid rgb(208, 208, 208);
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  margin: 10px 1px;
}
.quantity-field:hover {
  border: 1px solid rgb(105, 105, 105);
  transition: 0.3s;
}

.update-remove-btn {
  font-size: 1rem;
  height: 30px;
  width: 50px;
  border: 1px solid rgb(208, 208, 208);
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  margin: 10px 1px;
  display: inline-block;
  white-space: nowrap;
  color: black;
  background-color: white;
  cursor: pointer;
}
.update-remove-btn:hover {
  background-color: rgb(240, 240, 240);
  border: 1px solid rgb(105, 105, 105);
  transition: 0.3s;
}

.subtotal {
  background-color: rgb(240, 240, 240);
  border: 1px solid rgb(220, 220, 220);
  margin: 12px 25px 0;
  float: right;
  display: flex;
}
.subtotal span, .subtotal p {
  padding: 12px;
  font-size: 17px;
  font-weight: bold;
}
.subtotal span {
  padding-right: 30px;
}

.cart-btns {
  clear: both;
  float: right;
  display: flex;
  margin: 30px 25px;
}

.clearcartbtn {
  margin-right: 20px;
  display: inline-block;
  border: 1px solid rgb(105, 105, 105);
  background-color: white;
  font-family: "Roboto", "Barlow", sans-serif;
  border-radius: 6px;
  cursor: pointer;
  height: 34px;
  width: 90px;
  font-size: 1.166rem;
}
.clearcartbtn:hover {
  background-color: rgb(246, 246, 246);
  color: black;
  border: 1px solid rgb(60, 60, 60);
  transition: 0.3s;
}

.checkoutbtn {
  display: inline-block;
  font-size: 1.166rem;
  font-family: "Roboto", "Barlow", sans-serif;
  cursor: pointer;
  color: rgb(252, 252, 252);
  background-color: rgb(105, 105, 105);
  border: 1px solid rgb(60, 60, 60);
  border-radius: 6px;
  width: 90px !important;
  height: 34px;
}
.checkoutbtn:hover {
  background-color: rgb(60, 60, 60);
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.confirmation-top-row {
  margin: 5px 25px 0 40px;
  display: flex;
  justify-content: space-between;
}
.confirmation-top-row .ls-confirm-top-row {
  width: 75%;
  font-size: 1.166rem;
}
.confirmation-top-row .ls-confirm-top-row h6 {
  font-size: 1.5rem;
  font-weight: 100;
}
.confirmation-top-row .confirmation-item {
  display: flex;
  margin-top: 10px;
}
.confirmation-top-row .confirmation-item .ls-confirm-tr-title {
  width: 52px;
}
.confirmation-top-row .rs-confirm-top-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.order-total-title {
  width: 180px;
  margin-right: 5px;
}

.order-total-title-summary {
  width: 121px;
}

.main-order-confirmation {
  max-width: 1290px;
}

.email-confirmation-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 10px;
}

.order-confirmation-email {
  font-size: 2rem;
  font-weight: 100;
  margin: 10px 25px 10px 0;
}

.svg-logo-small {
  display: flex;
  justify-content: flex-start;
  max-width: 200px;
}

.title-order-confirmation-email {
  margin: 25px 25px 0 25px;
  padding: 6px;
  min-height: 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.title-order-confirmation-email h2 {
  font-weight: 100;
  font-size: 1.633rem;
}

#id_encole_logo_email {
  max-height: 50px;
  min-height: 50px;
  text-align: left;
  margin: 0 25px;
}

.confirmation-top-row-email {
  margin: 0 25px;
  background-color: rgb(252, 252, 252);
  border: 1px solid rgb(220, 220, 220);
  border-radius: 5px;
  padding: 5px 15px;
  width: 31%;
}

.confirmation-item-email {
  display: flex;
  align-items: center;
  font-size: 1.166rem;
  line-height: 1.8rem;
}

.order-title-email {
  width: 115px;
}

.confirmation-middle-row-email {
  display: flex;
  margin: 0 25px;
  justify-content: flex-start;
}

.confirmation-middle-row {
  display: flex;
  margin: 25px 25px 0 25px;
  justify-content: flex-start;
}

.ship-bill-wrapper {
  border: 1px solid rgb(220, 220, 220);
  border-radius: 5px;
  background-color: rgb(246, 246, 246);
  width: 32%;
  padding: 10px 15px;
  margin-right: 20px;
  font-size: 1.166rem;
  line-height: 1.7rem;
}
.ship-bill-wrapper .action-item {
  font-weight: bold;
  padding-bottom: 5px;
}

.confirmation-bottom-row {
  margin: 20px 25px 0 25px;
  border: 1px solid rgb(220, 220, 220);
  width: 63%;
  border-radius: 5px;
  padding: 10px 15px;
}
.confirmation-bottom-row .row-wrapper {
  display: flex;
  font-size: 1.166rem;
  padding-bottom: 5px;
}
.confirmation-bottom-row .row-wrapper .conf-bottom-row-title {
  width: 180px;
  margin-right: 5px;
}
.confirmation-bottom-row .bottom-line-wrapper {
  display: flex;
  font-size: 1.166rem;
  font-weight: bold;
}

.items-table-wrapper .confirm-header-item-description {
  background-color: rgb(246, 246, 246);
  text-align: left;
  padding-left: 10px;
  width: 40%;
}

.cart-table-header-confirmation, .cart-table-header-confirmation-part, .cart-table-header-confirmation-quantity {
  background-color: rgb(246, 246, 246);
  width: 10%;
}

.cart-table-header-confirmation-part {
  width: 15%;
}

.cart-table-header-confirmation-quantity {
  width: 5%;
}

.cart-btns-confirmation {
  clear: both;
  float: right;
  display: flex;
  margin: 16px 25px;
}

.confirmbtn {
  display: inline-block;
  font-size: 1.166rem;
  font-family: "Roboto", "Barlow", sans-serif;
  cursor: pointer;
  color: rgb(252, 252, 252);
  background-color:  rgb(0, 102, 0);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  width: 110px !important;
  height: 34px;
}
/*
.confirmbtn {
  display: inline-block;
  font-size: 1.166rem;
  font-family: "Roboto", "Barlow", sans-serif;
  cursor: pointer;
  color: rgb(252, 252, 252);
  background-color: rgb(105, 105, 105);
  border: 1px solid rgb(60, 60, 60);
  border-radius: 6px;
  width: 110px !important;
  height: 34px;
}
.confirmbtn:hover {
  background-color: rgb(60, 60, 60);
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
  */

.print-save-btn {
  display: inline-block;
  font-size: 1.166rem;
  font-family: "Roboto", "Barlow", sans-serif;
  cursor: pointer;
  color: rgb(252, 252, 252);
  background-color: rgb(0, 153, 51);
  border: 1px solid rgb(0, 102, 0);
  border-radius: 6px;
  width: 130px !important;
  height: 34px;
}
.print-save-btn:hover {
  background-color: rgb(0, 102, 0);
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.order-questions {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 20px 40px;
}

@media screen and (min-width: 1080.1px) {
  .shopping-cart-table-mobile {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .confirmation-top-row-email {
    width: 46%;
  }
  .confirmation-middle-row, .confirmation-middle-row-email {
    display: block;
  }
  .ship-bill-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
  .confirmation-bottom-row {
    width: calc(100% - 50px);
  }
  .items-table-wrapper {
    display: none;
  }
  .shopping-cart-table-mobile {
    margin: 15px 25px 10px;
    border-right: 1px solid rgb(220, 220, 220);
    border-left: 1px solid rgb(220, 220, 220);
  }
  .shopping-cart-table-header {
    background-color: rgb(246, 246, 246);
    text-align: left;
    padding: 8px 15px;
    line-height: 1.75rem;
    border-bottom: 1px solid rgb(220, 220, 220);
    border-top: 1px solid rgb(220, 220, 220);
  }
  .header-item-description-mobile {
    font-size: 1.125rem;
    color: rgb(40, 40, 40);
  }
  a {
    font-size: 1.333rem;
    text-decoration: none;
    color: rgb(0, 113, 188);
  }
  .item-row-mobile {
    display: flex;
    font-size: 1.166rem;
    align-items: center;
    border-bottom: 1px solid rgb(240, 240, 240);
  }
  .item-row-mobile .item-header-mobile {
    margin: 4px 15px;
    width: 85px;
  }
  .item-row-mobile .item-data-mobile {
    margin: 4px 15px;
  }
  .quantity-field {
    margin: 8px 0 8px 15px;
  }
  .update-remove-btn {
    margin: 8px 4px 8px 0px;
  }
}
@media screen and (max-width: 640px) {
  .form-group-row {
    display: block;
  }
  .form-group-row .label-value-wrapper {
    width: 100%;
  }
  .form-group-row .dropdown {
    width: 100%;
    height: 34px;
  }
  .form-group-row .card-wrapper {
    width: 100%;
  }
  .form-control {
    width: 100%;
    height: 34px;
  }
  .row-below-form {
    display: block;
    width: 100%;
    margin: 15px 0;
  }
  .row-below-form .spacer-below-row {
    margin-left: 15px;
    width: 100%;
  }
  .tax-exempt-wrapper {
    width: 100%;
    margin: 15px 0;
  }
  .tax-exempt-wrapper .spacer-exempt-row {
    margin-left: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 590px) {
  .shipping-method-form-group-row {
    display: block;
  }
  .shipping-method-form-group-row .label-title-shipping-method {
    width: 50%;
    text-align: left;
    margin: 15px;
  }
  .shipping-method-form-group-row .method-links .radio {
    margin: 15px 0 10px 15px;
  }
  .vertical-spacer {
    margin-top: 40px;
  }
  .label-title-shipping-method-wrapper {
    width: 50%;
    margin: 15px 0 8px 15px;
  }
  .label-title-shipping-method-wrapper .shipping-account-label {
    text-align: left;
    width: 100%;
  }
  .textarea-step3-form-control {
    width: 91%;
    margin: 0 15px 0 15px;
  }
  .email-confirmation-header {
    align-items: flex-start;
  }
  .order-confirmation-email {
    text-align: right;
    font-size: 1.8rem;
  }
  .confirmation-top-row-email {
    width: calc(100% - 50px);
  }
  .confirmation-bottom-row {
    background-color: rgb(252, 252, 252);
  }
  .confirmation-bottom-row .row-wrapper {
    flex-direction: column;
    font-size: 1.166rem;
    padding-bottom: 10px;
  }
  .confirmation-bottom-row .row-wrapper .conf-bottom-row-title {
    width: 180px;
    font-weight: bold;
    margin: 2px 0;
  }
  .confirmation-bottom-row .bottom-line-wrapper {
    flex-direction: column;
    margin-top: 5px;
  }
  .order-total-title {
    width: 100px;
  }
  .order-total {
    font-weight: 100;
  }
}
@media screen and (max-width: 460px) {
  .tax-exempt-wrapper .exempt-text {
    margin: -66px -32px;
  }
  .confirmation-top-row {
    display: block;
    margin: 5px 25px 0 27px;
  }
  .confirmation-top-row .ls-confirm-top-row {
    width: 100%;
  }
  .confirmation-top-row .rs-confirm-top-row {
    margin-top: 15px;
    text-align: left;
  }
  .cart-btns-confirmation {
    float: left;
  }
}
@media screen and (max-width: 400px) {
  .form-group-row .card-four-digits-control {
    width: 40%;
  }
}/*# sourceMappingURL=cart.css.map */