@charset "UTF-8";
/* ============================================ *
 * Tags
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
#newsletterpopup .block-content .actions .button {
  background-color: #83b8e0;
  color: #ffffff;
  border: 0; }
  #newsletterpopup .block-content .actions .button span span:before {
    color: #fff !important; }
  #newsletterpopup .block-content .actions .button:hover {
    background: #1e1e1e; }
  #newsletterpopup .block-content .actions .button:focus {
    background: #1e1e1e; }

/* -------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/***********/
/************/
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #83b8e0; }

.theme-color {
  color: #83b8e0; }

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important; }
  @media only screen and (max-width: 767px) {
    .title-border {
      margin-bottom: 15px !important;
      padding-bottom: 10px !important; } }

.theme-block {
  border: solid 1px #e4e3e3;
  border-top: solid 2px #83b8e0;
  padding: 30px 29px;
  margin-bottom: 60px; }

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0; }

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500; }

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px; } }
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px; }
.table-bordered th, .table-bordered td {
  border: solid 1px #dfdfdf; }

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

.icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png); }

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px; } }
#newsletterpopup {
  z-index: 99999; }
  #newsletterpopup .modal-dialog {
    top: 50%;
    margin: -150px auto 0;
    width: 520px;
    left: 50%;
    margin-left: -260px;
    position: fixed; }
  #newsletterpopup .newsletterpopup-content {
    background-color: #fff;
    position: relative;
    padding: 50px 35px 35px;
    background-size: contain; }
    #newsletterpopup .newsletterpopup-content .newsletterpopup-indent .modal-body:after {
      content: "";
      display: table;
      clear: both; }
    #newsletterpopup .newsletterpopup-content .button {
      height: 40px; }
  #newsletterpopup button.button span span {
    text-transform: uppercase; }
  #newsletterpopup .newsletter-title {
    margin: 0;
    margin-bottom: 10px;
    color: #1e1e1e;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    text-align: center; }
  #newsletterpopup .newsletter-slogan {
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center; }
  #newsletterpopup .block-content {
    float: right; }
    #newsletterpopup .block-content .form-group {
      width: 270px;
      float: left;
      margin-bottom: 0;
      position: relative; }
      #newsletterpopup .block-content .form-group .input-text {
        height: 40px;
        background: #fff;
        border: 1px solid #dfdfdf;
        width: 100%; }
    #newsletterpopup .block-content .actions {
      float: right;
      margin-left: 6px;
      width: 140px; }
  #newsletterpopup .close {
    background: #fff;
    width: 37px;
    height: 37px;
    font-size: 14px;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: 0;
    color: #b4b4b4;
    z-index: 2; }
    #newsletterpopup .close:hover {
      color: #83b8e0; }
    #newsletterpopup .close i {
      display: block;
      margin: -3px -2px 0 0; }
  #newsletterpopup .validation-advice {
    bottom: auto;
    top: 100%; }
  @media only screen and (max-width: 991px) {
    #newsletterpopup .newsletterpopup-content {
      padding: 50px 20px 40px; }
    #newsletterpopup .form-group {
      width: 230px; } }
  @media only screen and (max-width: 767px) {
    #newsletterpopup .modal-dialog {
      width: 500px;
      margin: 20px auto 0;
      top: 0;
      position: relative;
      left: auto; }
    #newsletterpopup .block-content {
      float: none;
      position: relative; }
      #newsletterpopup .block-content .form-group {
        width: 100%;
        float: none; }
        #newsletterpopup .block-content .form-group .input-text {
          padding-right: 50px; }
      #newsletterpopup .block-content .actions {
        position: absolute;
        top: 0;
        right: 0;
        width: auto; }
    #newsletterpopup button.button {
      padding: 6px 5px;
      height: 40px; }
      #newsletterpopup button.button span span {
        display: none; }
      #newsletterpopup button.button span::before {
        display: inline-block;
        font-family: "material-design";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "";
        font-size: 32px; } }
  @media only screen and (max-width: 599px) {
    #newsletterpopup .modal-dialog {
      width: 280px;
      top: 20px;
      margin-top: 0; }
    #newsletterpopup .newsletterpopup-content {
      position: relative;
      padding: 50px 20px 40px;
      background-size: contain; }
      #newsletterpopup .newsletterpopup-content .newsletterpopup-indent {
        text-align: center; }
        #newsletterpopup .newsletterpopup-content .newsletterpopup-indent .modal-body {
          padding: 0; }
    #newsletterpopup .newsletter-title {
      margin-left: 0; }
    #newsletterpopup .newsletter-slogan {
      margin-left: 0; } }

/*# sourceMappingURL=newsletterpopup.css.map */
