.bundle-select-option label {
  font-family: "Helvetica Neue Bold Condensed","Helvetica","Arial","sans-serif";
  font-size: 16px;
  display: inline;
  line-height: 30px;
  text-transform: uppercase;
  margin-right: 5px; }

.bundle-select-wrap {
  display: inline-block;
  width: 40%; }

.bundle-product-total {
  margin-top: 3em;
  margin-left: 10px;
  float: left;
  border: 1px solid #272727;
  padding-top: 30px;
  padding-bottom: 30px;
  /* min-width: 375px; */
  min-width: 60%;
  text-transform: uppercase;
  text-align: center;
  height: 60%; }

#bundle-total-span {
  font-family: "Helvetica Neue","sans-serif";
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 3px;
  display: block;
  font-size: 14px; }

#product-bundle-cost {
  font-family: "Helvetica Neue Bold Condensed","Helvetica","Arial","sans-serif";
  font-size: 1.25em;
  display: block;
  line-height: 1em; }

.bundle-col {
  position: relative; }

.bundle-col .quick-view-btn {
  position: absolute;
  top: 25%;
  left: 20%;
  opacity: 0;
  transition: all 0.3s; }

.bundle-col:hover .quick-view-btn {
  opacity: 1; }

@media screen and (orientation: portrait) {
  .product-bundle-option {
    width: 45%;
    height: auto; }
  .bundle-product-total {
    width: 100%;
    margin-left: 0; }
  .bundle-select-wrap {
    width: 50%; } }

@media screen and (orientation: landscape) and (max-width: 1100px) {
  .product-bundle-option {
    width: 45%;
    height: auto; }
  .bundle-product-total {
    width: 100%;
    margin-top: 10px; } }

@media screen and (orientation: landscape) and (min-width: 1100px) and (max-width: 1400px) {
  .product-bundle-option {
    width: 100%;
    height: auto; }
  .bundle-product-total {
    width: 50%; }
  .bundle-select-wrap {
    width: 40%; } }

@media screen and (orientation: landscape) and (min-width: 1420px) {
  .bundle-select-wrap {
    width: 40%; } }

.bundle-select-wrap select {
  background-image: url(/static/images/icons/size-arrow.png?359df782c936);
  background-origin: padding-box;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: solid #272727;
  border-width: 1px 0 1px 1px;
  display: block;
  font-family: Arial;
  font-size: 13.3333px;
  height: 30px;
  margin: 0;
  padding: 0 10px;
  width: 50%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none; }

.product-bundle-option {
  float: left; }
