.home-fitting-sub {
  margin: 0;
  line-height: normal !important;
  font-size: 12px;
}
.cart-remove:focus {
  color: black !important;
  background-color: transparent !important;
}

.cartinc:active,
.cartinc:focus,
.cartdec:active,
.cartdec:focus {
  background-color: transparent !important;
  border: 0px !important;
  color: transparent !important;
}
.mob-bunddesktop {
  font-size: 10px;
  display: flex;
}
.bundle-names {
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.img-mobscn {
  width: 35px;
}
@media screen and(max-width: 640px) {
  table tr th,
  table tr td {
    color: #333333;
    font-size: 1rem;
    padding: 0px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .main tbody {
    display: grid;
  }

  .main tr {
    display: contents;
    border: solid red;
  }

  .main td {
    display: block;
  }

  .main tr td + td {
    order: 1;
  }
}

.topalg {
  vertical-align: baseline;
}

table {
  background: #fff;
  border: solid 0px #dfdfdf;
}

table tr.alt,
table tr.even,
table tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.customizearrow {
  float: right;
  margin-top: 30px;
}

.definitionList {
  font-size: 0.7rem !important;
  line-height: 1.9;
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
}

.cart-item-value {
  font-size: 1.2rem !important;
  width: 100%;
  text-align: initial;
  display: block;
}

.cart-item-info .has-text-secondary:hover {
  background-color: #ffffff;
  color: #6a6a6a !important;
}

.cart-remove {
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  float: left;
  padding: 0 !important;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: auto;
  margin-left: 0px;
  width: 100%;
  text-align: initial;
}

.cart-remove:hover {
  color: #000000;
  background-color: #ffffff;
}

.cart-item-name__label {
  line-height: 1.125;
  font-size: 1.2rem !important;
  font-weight: 900;
  text-decoration: none;
}

.sampleimg .button {
  background-color: #6a6a6a;
  border-color: transparent;
  color: #fff;
  font-weight: 700;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase !important;
}

.font-cart-heading {
  font-size: 18px;
}

.font-cart-span {
  font-size: 13px;
}

@media (min-width: 801px) {
  .cart-total-grandTotal {
    font-weight: 100;
  }
}

@media screen and (max-width: 900px) and (min-width: 80px) {
  .img-mobscn {
    width: 20px !important;
  }
  .mob-txt {
    font-size: 9px !important;
    display: flex;
  }
  .bundle-names {
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }

  .cart-item-title {
    display: grid;
    height: auto;
    margin-top: 10px;
    min-height: 90px;
  }

  .cart-item-value {
    padding-left: 0rem;
  }

  .cart-mobile-cell {
    /*    float: left;*/
    margin-bottom: 1.5rem;
    width: 37.33333%;
    position: relative;
    display: table-cell;
  }

  .display-table-cell {
    display: table-cell;
  }

  .font-cart-heading {
    font-size: 14px;
  }

  .font-cart-span {
    font-size: 12px;
  }

  .form-increment input {
    width: 80px;
  }

  .cartinc {
    right: -35px;
  }

  .cartdec {
    right: -35px;
  }

  .cart-item-quantity .form-increment {
    display: inline-block;
    margin: 0 0.21429rem 1px 0rem;
  }

  .cart-item-figure {
    padding-left: 10px;
    height: 90px;
  }
}

@media screen and (max-width: 900px) and (min-width: 80px) {
  .cartinc {
    right: -5px;
    position: absolute;
    top: 26px !important;
  }

  .cartinc:active,
  .cartinc:focus,
  .cartdec:active,
  .cartdec:focus {
    background-color: transparent !important;
    border: 0px !important;
    color: transparent !important;
  }

  .cartdec {
    right: -5px;
    top: 40px !important;
    position: absolute;
  }
}

.cart-item-figure img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

@media screen and (min-width: 900px) {
  .hide {
    display: none;
  }
}
.vechilesection {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vechilesection p {
  line-height: normal;
}
.changesection {
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: 500;
  color: #006cff;
  margin-left: 10px;
  cursor: pointer;
}
p.changesection {
  display: none;
}
