.omnibusprice { font-size:13px;font-weight:normal;display:block;width:auto;text-align:center;margin:6px 0px 15px 0px;color:#444;}
.omnibusprice span { display:inline-block;padding:3px 10px 3px 10px;background:#eee;}
#product .omnibusprice { text-align:left;}

.simple-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-animation: animationSimpleModalOverlay 0.25s 1;
     -moz-animation: animationSimpleModalOverlay 0.25s 1;
          animation: animationSimpleModalOverlay 0.25s 1;
}
.simple-modal::-webkit-scrollbar {
  width: 4px;
}
.simple-modal::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.66);
}
.simple-modal__container,
.simple-modal__middle {
  height: 100%;
}
.simple-modal__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.simple-modal__middle,
.simple-modal__box {
  width: 100%;
}
.simple-modal__middle {
  display: table;
}
.simple-modal__box {
  padding-top: 16px;
  padding-bottom: 16px;
  display: table-cell;
  vertical-align: middle;
}
.simple-modal-box {
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #fff;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 16px 64px rgba(0,0,0,0.05);
          box-shadow: 0 16px 64px rgba(0,0,0,0.05);
  -webkit-animation: animationSimpleModalBox 0.25s 1;
     -moz-animation: animationSimpleModalBox 0.25s 1;
          animation: animationSimpleModalBox 0.25s 1;
}
.simple-modal-box--small {
  max-width: 280px;
}
.simple-modal-box--middle {
  max-width: 480px;
}
.simple-modal-box--large {
  max-width: 640px;
}
.simple-modal-box__header,
.simple-modal-box__content {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}
.simple-modal-box__header {
  padding-top: 16px;
  position: relative;
}
.simple-modal-box__title {
  padding-right: 40px;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
}
.simple-modal-box__close {
  padding: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  outline: none;
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M7.773 7L13.84.935a.547.547 0 1 0-.774-.773L7 6.227.933.161A.547.547 0 1 0 .16.934l6.066 6.067L.16 13.067a.547.547 0 1 0 .773.774L7 7.774l6.066 6.067a.545.545 0 0 0 .774 0 .547.547 0 0 0 0-.774L7.773 7.001z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0H14V14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-background-size: 14px 14px;
          background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out, opacity 0.1s ease-in-out, -moz-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.1s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.1s ease-in-out, -webkit-transform 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
}
.no-touch .simple-modal-box__close:hover {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.no-touch .simple-modal-box__close:active {
  opacity: 0.7;
}
@-moz-keyframes animationSimpleModalOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animationSimpleModalOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animationSimpleModalOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes animationSimpleModalBox {
  from {
    opacity: 0;
    -moz-transform: scale3d(0.95, 0.95, 0.95);
         transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes animationSimpleModalBox {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
            transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes animationSimpleModalBox {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
       -moz-transform: scale3d(0.95, 0.95, 0.95);
            transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
