#shop {

}
.selectBox-dropdown { border: none; }
.selectBox-dropdown .selectBox-label {line-height: 1.2;}

#shop .field-cartitems-nid{ display:none;}
#shop .image-wrapper {
  position: relative;
}
#shop .image-wrapper .prd-img {
  max-width: inherit;

  margin-left: -30px;
}
#shop .image-wrapper .product-price {
  display: inline-block;
  position: absolute;
  top: 440px;
  left: 145px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 120px;
  background: white;
  border: 1px solid #00adf2;
  font-size: 45px;
  font-weight: 100;
  font-family: HelveticaNeueLight;
}
#shop .image-wrapper .product-price sup {
  font-size: 17px;
  line-height: 117px;
  display: inline-block;
  vertical-align: top;
}
#shop .shirt-form .color {
  display: inline-block;
  width: 100%;
}
#shop .shirt-form .radio-wrapper {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
}
#shop .shirt-form  .radio-wrapper input[type="radio"] {
  display: none;
}
#shop .shirt-form  .radio-wrapper input[type="radio"]:checked + label:after {
  border-color: #00adf2;
}
/*
#shop .shirt-form .color .radio-wrapper label {
  display: inline;
  font-size: 0;
  width: 0;
  height: 0;
  padding: 0px;
  margin: 0px;
}
#shop .shirt-form .color .radio-wrapper label:after {
  content: "";
  width: 236px;
  height: 236px;
  display: block;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background: url("../img/m_black_thumb.jpg") no-repeat center transparent;
}
#shop .shirt-form .color .radio-wrapper:nth-child(2n) {
  margin-right: 0;
}
#shop .shirt-form .color .radio-wrapper:nth-child(2) label:after {
  background: url("../img/m_w_thumb.jpg") no-repeat center transparent;
}
#shop .shirt-form .color .radio-wrapper:nth-child(3) label:after {
  background: url("../img/w_w_thumb.jpg") no-repeat center transparent;
}
#shop .shirt-form .color .radio-wrapper:nth-child(4) label:after {
  background: url("../img/w_b_thumb.jpg") no-repeat center transparent;
}
*/
#shop .shirt-choose .form-group,.add {
  font-family: "HelveticaNeueLight", sans-serif;
  font-size: 21px;
  width: 238px;
  float: left;
  margin: 0 20px 10px 0;
}
#shop .selectBox .selectBox-label {
  width: 213px;
  height: 58px;
  padding: 0px 8px 0px 20px;
  line-height: 44px;
  font-family: "HelveticaNeueLight",sans-serif;
    font-size: 21px;
    line-height: 46px;
}
#shop .field-cartitems-count .selectBox  .selectBox-label{ margin-left: 76px;}
#shop .field-cartitems-size .selectBox  .selectBox-label{ margin-left: 38px;}

#shop  a.selectBox {
  height: 58px;
}

#shop .shirt-choose .form-group {
  position: relative;
}
#shop .shirt-choose .form-group select {
  padding-left: 52px;
}
#shop .shirt-choose .form-group label {
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 20px;
  height: 100%;
  display: block;
  line-height: 56px;
  font-family: "HelveticaNeueLight", sans-serif;
  font-size: 22px;
  font-weight: normal;
}
#shop .shirt-form .shirt-choose .field-cartitems-count .select {
  padding-left: 90px;
}
#shop .shirt-form .shirt-choose .chooser-submit button {
  width: 100%;
  height: 58px;
  border: 0px none;
  margin: 0px 20px 0px 0px;
  border-radius: 5px;
  background-color: #00adf2;
  color: white;
  font-family: "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-size: 19px;
}

.shop-banner {
  background-color: #00adf2;
}

.smell-product .row {
  margin-top: 60px;
}
.smell-product .row .smell-thumb {
  margin-bottom: 28px;
}
.smell-product .row .smell-wrapper {
  text-align: left;
}
.smell-product .row .smell-wrapper .smell-product-form .select {
  margin-bottom: 20px;
  font-family: "HelveticaNeueLight", sans-serif;
  font-size: 19px;
  float: left;
}
.smell-product .row .smell-wrapper .smell-product-form .select a {
  height: 40px;
}
.smell-product .row .smell-wrapper .smell-product-form .select .selectBox-label {
  height: 40px;
  line-height: 35px;
  padding-left: 10px;
}
.smell-product .row .smell-wrapper .smell-product-form .select:nth-child(2n) {
  margin-right: 0;
}
.smell-product .row .smell-wrapper .smell-product-form .with-label {
  position: relative;
}
.smell-product .row .smell-wrapper .smell-product-form .with-label .custom-select {
  padding-left: 60px;
}
.smell-product .row .smell-wrapper .smell-product-form .with-label label {
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 20px;
  height: 100%;
  display: block;
  line-height: 40px;
  font-family: "HelveticaNeueLight", sans-serif;
  font-size: 19px;
}
.smell-product .row .smell-wrapper .smell-product-form .chooser-submit input {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 5px;
  background-color: #00adf2;
  color: white;
  font-family: "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
}

.selectBox-dropdown-menu {
  background-color: #F2F2F2;
  border: 0px;
}
.selectBox-dropdown-menu li a {
  height: 35px;
  color: black;
  font-family: HelveticaNeueLight !important;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  #shop .image-wrapper {
    position: relative;
  }
  #shop .image-wrapper .product-price {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 80px;
    background: white;
    border: 1px solid #00adf2;
    font-size: 25px;
    font-weight: 100;
    font-family: HelveticaNeueLight;
  }
  #shop .image-wrapper .product-price sup {
    line-height: 7;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
  }
}
