/* customize */
.remodal { padding-top: 15px; }
.remodal-close { right: 0; left: initial; }
#modal1Title {  
  margin-bottom: 25px;
  border-bottom: 1px solid #d7d7d7;
}

.a-number { font-size: 14px; }
.a-number.selected,
.a-number:hover {
  background-color: #fafafa;
  color: #393;
}

.shopbox-with-options2.business-swo {
    width: 280px;
    float: left;
    text-align: left;
}

.swo-overlay-img {
  width: 340px;
  float: left; 
  text-align: center;
  padding-right: 20px;
  box-sizing: border-box;
}
.swo-overlay-img  img {
  width: 100%;
}

.swo-price {
  margin-left: 2em;
  font-weight: bold;
}

.shopbox-with-options2.business-swo .input.select {
  position: relative;
  cursor: pointer;
}
.shopbox-with-options2.business-swo .input.select .value {
    display: inline-block;
    height: 40px;
    position: relative;
    width: 100%;
}
.shopbox-with-options2.business-swo .input.select span.s-text {
    float: left;
    display: inline-block;
    background-color: #fff;
    border-width: 1px;
    border-color: #ccc rgba(0,0,0,0.2);
    border-style: solid;
    line-height: 40px;
    color: #5c707b;
    font-size: 14px;
    height: 40px;
    padding: 0 0 0 20px;
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
}
.shopbox-with-options2.business-swo .input.select span.s-button {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background: url(https://d289qh4hsbjjw7.cloudfront.net/avg-ja-official-20150902020050021/files/forms-icon-inputs.png) no-repeat -30px -125px;
    padding: 0;
    margin: 0;
    top: 11px;
    right: 5px;
}

.shopbox-with-options2.business-swo .avg-button a,
.shopbox-with-options2.business-swo .avg-button a:link,
.shopbox-with-options2.business-swo .avg-button a:visited,
.shopbox-with-options2.business-swo .avg-button a:active,
.shopbox-with-options2.business-swo .avg-button a:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fe691f 0px, #ff451c 100%) repeat scroll 0 0;
  padding: 7px 30px 6px; 
  border-radius: 4px;
  color: #fff;
  display: block;
  font: 24px/24px AVGSans_4a,Verdana,sans-serif;
  margin: 0;
  text-decoration: none !important;
}

.shopbox-with-options2.business-swo .avg-button a small {
  display: block;
  font-family: AVGSans_1,Verdana,sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}


.shopbox-with-options2.business-swo .input.select .ul-wrapper {
    position: absolute;
    top: -29px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    max-height: 200px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
}
.shopbox-with-options2.business-swo .input.select .ul-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.shopbox-with-options2.business-swo .input.select .options li.selected {
    border-left: 2px solid;
    padding-left: 18px;
}
.shopbox-with-options2.business-swo .swo-button {
    margin-top: 10px;
    display: block;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 96;
}
.shopbox-with-options2.business-swo .input.select .ul-wrapper.active {
    display: block;
    width: 100%;
}
.shopbox-with-options2.business-swo .swo-sellbox_rper_fieldset {
    margin-top: 15px;
}
.shopbox-with-options2.business-swo .swo-sellbox_rper_fieldset .text {
   font-size: 16px;
   line-height: 22px;
}
.shopbox-with-options2.business-swo .swo-sellbox_rper_fieldset .text.active {
    color: #3ca12e;
}
.shopbox-with-options2.business-swo .swo-buttonTextId {
    font-size: 20px;
}

.shopbox-with-options2.business-swo .currency {
  font-size: 14px;
  margin-left: 3px;
}

@media screen and (max-width: 640px) {
  .swo-overlay-img { 
    display: none;
  }
  .shopbox-with-options2.business-swo {
    width: 100%;
  }
  
}