body {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: #282729;
  text-align: left;
}
.btn-primary {
  color: #fff;
  background-color: #FFF;
  border-color: #F46618;
}
body:not(.product-with-children-table) .flypage .product-cart-box {

    background: #ee6011;
    color: #fff;
    padding: 38px 40px 40px;
    margin-top: 14px;

}
.btn {
  font-weight: 900;
  color: #282729;
  text-align: center;
  cursor: pointer;
  font-size: 0.8125rem;
  line-height: 15px;
  text-transform: uppercase;
}

elem {

}
*, ::before, ::after {

    box-sizing: border-box;

}
.btn {

    font-weight: 900;
    color: #f46618;
    text-align: center;
    cursor: pointer;
    font-size: 0.8125rem;
    line-height: 15px;
    text-transform: uppercase;

}