/*--------------------------------------------------------
INGRID SCSS
Author:   Robert Piirainen
Twitter:  @robertpiira
--------------------------------------------------------*/
/* line 39, vendor/assets/stylesheets/ingrid.css.scss */
.ingrid, .tab-pane {
  padding: 0;
  list-style: none;
}

/* line 44, vendor/assets/stylesheets/ingrid.css.scss */
.ingrid--unit, .tab-pane .col {
  margin: 0;
  letter-spacing: normal;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4, app/assets/stylesheets/controllers/basha.css.sass */
.game-random {
  padding: 10px;
  text-align: center;
}

/* line 7, app/assets/stylesheets/controllers/basha.css.sass */
.game-random .btn {
  width: 23%;
}

/* line 9, app/assets/stylesheets/controllers/basha.css.sass */
.game-random .banner {
  height: 84px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  background: url(https://assets.jawaker.com/assets/application/progress_sprite-aed0d8dc931dc90fe6a1820d9d065921565dbbd142eaacf6dee829388b0d3ec6.png) no-repeat;
  background-position: 0 -501px;
}

/* line 16, app/assets/stylesheets/controllers/basha.css.sass */
.rtl .game-random .banner {
  background-position: 0 -585px;
}

/* line 20, app/assets/stylesheets/controllers/basha.css.sass */
.head h1 {
  text-align: center;
}

/* line 24, app/assets/stylesheets/controllers/basha.css.sass */
.main .main-basha-info-list {
  list-style-type: none;
}

/* line 26, app/assets/stylesheets/controllers/basha.css.sass */
.main .main-basha-info-list li {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}

/* line 31, app/assets/stylesheets/controllers/basha.css.sass */
.main .main-basha-info-list li .basha-sprite {
  background-image: url(https://assets.jawaker.com/assets/basha/basha-sprite-24e702ba0a00e1ba2190e4e372bac38db3cd09de7c45aa5450d8b1c8dc37a64d.png);
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  display: block;
  margin-top: 20px;
  margin-left: 45px;
}

/* line 39, app/assets/stylesheets/controllers/basha.css.sass */
.rtl .main .main-basha-info-list li .basha-sprite {
  margin-right: 65px;
}

/* line 41, app/assets/stylesheets/controllers/basha.css.sass */
.main .main-basha-info-list li h4 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 10px;
  text-align: center;
}

/* line 46, app/assets/stylesheets/controllers/basha.css.sass */
.main .main-basha-info-list li h4.control {
  margin-top: 15px;
}

/* line 48, app/assets/stylesheets/controllers/basha.css.sass */
.rtl .main .main-basha-info-list li h4.control {
  margin-top: 34px;
}

/* line 50, app/assets/stylesheets/controllers/basha.css.sass */
.main .main-basha-info-list li p {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

/* line 54, app/assets/stylesheets/controllers/basha.css.sass */
.main .main-basha-info-list li p.control {
  margin-top: 14px;
}

/* line 58, app/assets/stylesheets/controllers/basha.css.sass */
.other .other-basha-info-list {
  list-style-type: none;
}

/* line 60, app/assets/stylesheets/controllers/basha.css.sass */
.other .other-basha-info-list li {
  width: 18%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 40px;
}

/* line 65, app/assets/stylesheets/controllers/basha.css.sass */
.other .other-basha-info-list li .basha-sprite {
  background-image: url(https://assets.jawaker.com/assets/basha/basha-sprite-24e702ba0a00e1ba2190e4e372bac38db3cd09de7c45aa5450d8b1c8dc37a64d.png);
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  display: inline;
  float: right;
  margin: 20px 10px 0 0;
}

/* line 73, app/assets/stylesheets/controllers/basha.css.sass */
.other .other-basha-info-list li h4 {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}

/* line 77, app/assets/stylesheets/controllers/basha.css.sass */
.other .other-basha-info-list li p {
  text-align: center;
}

/* line 82, app/assets/stylesheets/controllers/basha.css.sass */
.basha-sprite.level {
  background-position: 0 0;
}

/* line 84, app/assets/stylesheets/controllers/basha.css.sass */
.basha-sprite.competitions {
  background-position: -140px -140px;
}

/* line 86, app/assets/stylesheets/controllers/basha.css.sass */
.basha-sprite.pause {
  background-position: -140px 0;
}

/* line 88, app/assets/stylesheets/controllers/basha.css.sass */
.basha-sprite.away {
  background-position: 0 -140px;
}

/* line 90, app/assets/stylesheets/controllers/basha.css.sass */
.basha-sprite.chat {
  background-position: 0 -280px;
}

/* line 92, app/assets/stylesheets/controllers/basha.css.sass */
.basha-sprite.play {
  background-position: -140px -420px;
}

/* line 94, app/assets/stylesheets/controllers/basha.css.sass */
.basha-sprite.game {
  background-position: 0 -420px;
}

/* line 96, app/assets/stylesheets/controllers/basha.css.sass */
.basha-sprite.control {
  background-position: -140px -280px;
}

/* line 98, app/assets/stylesheets/controllers/basha.css.sass */
.basha-sprite.no-ads {
  background-position: 0 -560px;
}

/* line 101, app/assets/stylesheets/controllers/basha.css.sass */
form input[type="submit"] {
  height: 34px;
}

/* line 104, app/assets/stylesheets/controllers/basha.css.sass */
.modal.resellers-modal {
  width: 660px;
}

/* line 106, app/assets/stylesheets/controllers/basha.css.sass */
.modal.resellers-modal a.dealerPrices {
  color: blue;
}

/* line 109, app/assets/stylesheets/controllers/basha.css.sass */
.row {
  *zoom: 1;
}

/* line 111, app/assets/stylesheets/controllers/basha.css.sass */
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 115, app/assets/stylesheets/controllers/basha.css.sass */
.row:after {
  clear: both;
}

/* line 118, app/assets/stylesheets/controllers/basha.css.sass */
.step-msg {
  vertical-align: middle;
  clear: both;
  padding: 25px 20px;
  font-size: 20px;
}

/* line 123, app/assets/stylesheets/controllers/basha.css.sass */
.step-msg .buysection-number {
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #E9C500;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9C500), to(#ECB000));
  background: -moz-linear-gradient(top, #E9C500, #ECB000);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  display: inline-block;
  width: 90px;
  height: 51px;
  float: left;
  color: #191919;
  line-height: 51px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/* line 138, app/assets/stylesheets/controllers/basha.css.sass */
.payment-methods {
  clear: both;
}

/* line 141, app/assets/stylesheets/controllers/basha.css.sass */
.tab-pane {
  letter-spacing: -0.31em;
}

/* line 143, app/assets/stylesheets/controllers/basha.css.sass */
.tab-pane .col {
  display: inline-block;
  width: 33.3333333333%;
  padding: 10px 15px;
  display: none;
  min-height: 300px;
}

/* line 149, app/assets/stylesheets/controllers/basha.css.sass */
.tab-pane .col .step-msg {
  padding-left: 5px;
}

/* line 151, app/assets/stylesheets/controllers/basha.css.sass */
.tab-pane .col h6 {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #FFFFFF;
  padding: 7px 0 6px 0;
}

/* line 156, app/assets/stylesheets/controllers/basha.css.sass */
.tab-pane .col table.prices {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 2px;
  width: 100%;
  border: 5px solid #2C2C2C;
  background-color: #4E4E4D;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 163, app/assets/stylesheets/controllers/basha.css.sass */
.tab-pane .col table.prices thead tr {
  background: #2C2C2C;
  cursor: default;
}

/* line 166, app/assets/stylesheets/controllers/basha.css.sass */
.tab-pane .col table.prices thead tr:hover {
  background: #2C2C2C;
}

/* line 168, app/assets/stylesheets/controllers/basha.css.sass */
.tab-pane .col table.prices tr {
  height: 37px;
  background: rgba(0, 0, 0, 0.6);
  border-top: 2px solid #2C2C2C;
  cursor: pointer;
}

/* line 173, app/assets/stylesheets/controllers/basha.css.sass */
.tab-pane .col table.prices tr:hover, .tab-pane .col table.prices tr.active {
  background: rgba(0, 0, 0, 0.1);
}

/* line 175, app/assets/stylesheets/controllers/basha.css.sass */
.tab-pane .col table.prices td {
  padding: 6px 2px 6px 6px;
  text-align: center;
}

/* line 178, app/assets/stylesheets/controllers/basha.css.sass */
.tab-pane .col .buy-btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 180, app/assets/stylesheets/controllers/basha.css.sass */
.tab-pane .col .reseller-login {
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}

/* line 185, app/assets/stylesheets/controllers/basha.css.sass */
.buy-nav {
  list-style-type: none;
}

/* line 187, app/assets/stylesheets/controllers/basha.css.sass */
.buy-nav li {
  display: inline;
  float: left;
  width: 25%;
  box-sizing: border-box;
  text-align: center;
}

/* line 193, app/assets/stylesheets/controllers/basha.css.sass */
.facebook.without-fb .buy-nav li {
  width: 33.33333%;
}

/* line 195, app/assets/stylesheets/controllers/basha.css.sass */
.facebook.without-fb .buy-nav li > a {
  padding: 0 48px;
}

/* line 198, app/assets/stylesheets/controllers/basha.css.sass */
.buy-nav li span {
  font-size: 20px;
}

/* line 201, app/assets/stylesheets/controllers/basha.css.sass */
.buy-info {
  clear: both;
}

/* line 203, app/assets/stylesheets/controllers/basha.css.sass */
.buy-info label {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}

/* line 207, app/assets/stylesheets/controllers/basha.css.sass */
.buy-info .buy-info-section {
  margin-bottom: 5px;
}

/* line 209, app/assets/stylesheets/controllers/basha.css.sass */
.buy-info .buy-info-section label {
  cursor: default;
}

/* line 211, app/assets/stylesheets/controllers/basha.css.sass */
.buy-info .extra-info {
  margin-top: 15px;
}

/* line 215, app/assets/stylesheets/controllers/basha.css.sass */
.buy-page-tab .buy_now_sprite {
  background-image: url(https://assets.jawaker.com/assets/basha/buy_now_sprite-38b471d14ecb0ce8d89e7c3b8115cb764990b7b5172ea3c51d4ff2e921aad132.png);
  width: 150px;
  height: 150px;
  float: left;
  margin: 0 32px;
}

/* line 221, app/assets/stylesheets/controllers/basha.css.sass */
.buy-page-tab .buy_now_sprite.resellers {
  background-position: 0 0;
}

/* line 223, app/assets/stylesheets/controllers/basha.css.sass */
.buy-page-tab .buy_now_sprite.online {
  background-position: 0 -150px;
}

/* line 225, app/assets/stylesheets/controllers/basha.css.sass */
.buy-page-tab .buy_now_sprite.sms {
  background-position: 0 -300px;
}

/* line 227, app/assets/stylesheets/controllers/basha.css.sass */
.buy-page-tab .buy_now_sprite.wire_t {
  background-position: 0 -450px;
}

/* line 229, app/assets/stylesheets/controllers/basha.css.sass */
.buy-page-tab .buy_now_sprite.facebook {
  background-position: 0 -590px;
}

/* line 233, app/assets/stylesheets/controllers/basha.css.sass */
.buy-page-tab:hover .buy_now_sprite.resellers, .active .buy-page-tab .buy_now_sprite.resellers {
  background-position: 150px 0;
}

/* line 235, app/assets/stylesheets/controllers/basha.css.sass */
.buy-page-tab:hover .buy_now_sprite.online, .active .buy-page-tab .buy_now_sprite.online {
  background-position: 150px -150px;
}

/* line 237, app/assets/stylesheets/controllers/basha.css.sass */
.buy-page-tab:hover .buy_now_sprite.sms, .active .buy-page-tab .buy_now_sprite.sms {
  background-position: 150px -300px;
}

/* line 239, app/assets/stylesheets/controllers/basha.css.sass */
.buy-page-tab:hover .buy_now_sprite.wire_t, .active .buy-page-tab .buy_now_sprite.wire_t {
  background-position: 150px -450px;
}

/* line 241, app/assets/stylesheets/controllers/basha.css.sass */
.buy-page-tab:hover .buy_now_sprite.facebook, .active .buy-page-tab .buy_now_sprite.facebook {
  background-position: 150px -590px;
}

/* line 244, app/assets/stylesheets/controllers/basha.css.sass */
.page-body .buy-btn {
  width: 85%;
  height: 44px;
  text-align: center;
  font-size: 22px;
  line-height: 45px;
}

/* line 251, app/assets/stylesheets/controllers/basha.css.sass */
.tab-content {
  min-height: 100px;
}

/* line 254, app/assets/stylesheets/controllers/basha.css.sass */
.online-image {
  display: none;
}

/* line 257, app/assets/stylesheets/controllers/basha.css.sass */
.country-reseller-list tbody td {
  font-weight: bold;
}

/* line 260, app/assets/stylesheets/controllers/basha.css.sass */
.promotion-banner {
  text-align: center;
}

/* line 264, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .btn-price {
  display: inline-block;
  width: 100px;
  height: 40px;
  position: relative;
}

/* line 269, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .btn-price label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 276, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .btn-price input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 283, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .btn-price input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

/* line 286, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .btn-price input[type="radio"]:checked + label {
  background: #0B7121;
}

/* line 289, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .Checked + label {
  background: #0B7121;
}

/* line 292, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .btn-price label {
  cursor: pointer;
  z-index: 90;
}

/* line 295, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .btn-price label:hover {
  background: #0B7121;
}

/* line 298, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}

/* line 303, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .btn-store {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 324, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .wrap div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 329, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .wrap select {
  width: 170px;
}

/* line 332, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .text-center {
  text-align: center;
}

/* line 335, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 339, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .clock {
  direction: ltr;
  text-align: center;
}

/* line 342, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .clockdiv {
  border: solid;
  border-color: #ffc52d;
  border-width: 2px;
  margin: -40px 0px 30px 0px;
  border-top-width: 0px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}

/* line 351, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .clockdiv > div {
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
}

/* line 355, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .clockdiv div > span {
  padding: 15px;
  font-weight: bold;
  color: #ffc52d;
}

/* line 359, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .clockdiv .smalltext {
  font-size: 14px;
}

/* line 362, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .inactive-offer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #000;
  opacity: 0.6;
}

/* line 372, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-1, .store_wrapper .col-sm-1, .store_wrapper .col-md-1, .store_wrapper .col-lg-1, .store_wrapper .col-xs-2, .store_wrapper .col-sm-2, .store_wrapper .col-md-2, .store_wrapper .col-lg-2, .store_wrapper .col-xs-3, .store_wrapper .col-sm-3, .store_wrapper .col-md-3, .store_wrapper .col-lg-3, .store_wrapper .col-xs-4, .store_wrapper .col-sm-4, .store_wrapper .col-md-4, .store_wrapper .col-lg-4, .store_wrapper .col-xs-5, .store_wrapper .col-sm-5, .store_wrapper .col-md-5, .store_wrapper .col-lg-5, .store_wrapper .col-xs-6, .store_wrapper .col-sm-6, .store_wrapper .col-md-6, .store_wrapper .col-lg-6, .store_wrapper .col-xs-7, .store_wrapper .col-sm-7, .store_wrapper .col-md-7, .store_wrapper .col-lg-7, .store_wrapper .col-xs-8, .store_wrapper .col-sm-8, .store_wrapper .col-md-8, .store_wrapper .col-lg-8, .store_wrapper .col-xs-9, .store_wrapper .col-sm-9, .store_wrapper .col-md-9, .store_wrapper .col-lg-9, .store_wrapper .col-xs-10, .store_wrapper .col-sm-10, .store_wrapper .col-md-10, .store_wrapper .col-lg-10, .store_wrapper .col-xs-11, .store_wrapper .col-sm-11, .store_wrapper .col-md-11, .store_wrapper .col-lg-11, .store_wrapper .col-xs-12, .store_wrapper .col-sm-12, .store_wrapper .col-md-12, .store_wrapper .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 379, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-1, .store_wrapper .col-xs-2, .store_wrapper .col-xs-3, .store_wrapper .col-xs-4, .store_wrapper .col-xs-5, .store_wrapper .col-xs-6, .store_wrapper .col-xs-7, .store_wrapper .col-xs-8, .store_wrapper .col-xs-9, .store_wrapper .col-xs-10, .store_wrapper .col-xs-11 {
  float: left;
}

/* line 382, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-12 {
  float: left;
  width: 100%;
}

/* line 386, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-11 {
  width: 91.66666667%;
}

/* line 389, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-10 {
  width: 83.33333333%;
}

/* line 392, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-9 {
  width: 75%;
}

/* line 395, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-8 {
  width: 66.66666667%;
}

/* line 398, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-7 {
  width: 58.33333333%;
}

/* line 401, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-6 {
  width: 50%;
}

/* line 404, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-5 {
  width: 41.66666667%;
}

/* line 407, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-4 {
  width: 33.33333333%;
}

/* line 410, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-3 {
  width: 25%;
}

/* line 413, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-2 {
  width: 16.66666667%;
}

/* line 416, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-1 {
  width: 8.33333333%;
}

/* line 419, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-offset-12 {
  margin-left: 100%;
}

/* line 422, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 425, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 428, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-offset-9 {
  margin-left: 75%;
}

/* line 431, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 434, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 437, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-offset-6 {
  margin-left: 50%;
}

/* line 440, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 443, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 446, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-offset-3 {
  margin-left: 25%;
}

/* line 449, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 452, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 455, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .col-xs-offset-0 {
  margin-left: 0%;
}

/* line 458, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .notransition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 464, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .container-store {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 471, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .container-store {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 475, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .container-store {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 479, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .container-store {
    width: 1170px;
  }
}

@media screen and (max-width: 400px) {
  /* line 483, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .h4, .store_wrapper h4 {
    font-size: 12px;
  }
  /* line 485, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .h3, .store_wrapper h3 {
    font-size: 14px;
  }
  /* line 487, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .current-tokens {
    display: inline-block;
    height: 35px !important;
  }
}

/* line 491, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .yellow-text {
  color: #ffc52d;
}

/* line 494, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .white-text {
  color: #ffffff;
}

/* line 497, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .bold-text {
  font-weight: bold;
}

/* line 502, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .payment-img {
  width: 120px;
  margin-top: 35px;
}

/* line 506, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .token-item {
  text-align: center;
  border: 2px solid #ffc52d;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 17px;
}

/* line 512, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .token-item h3 {
  margin: 0;
}

/* line 515, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .token-item.inactive {
  border-color: #CCC;
}

/* line 518, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .token-item.offer {
  padding: 0px;
}

/* line 521, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .img-responsive.offer {
  border-radius: 10px;
}

/* line 524, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .payment-item {
  text-align: center;
  border: 2px solid #ffc52d;
  border-radius: 10px;
  min-height: 325px;
  margin-bottom: 25px;
}

/* line 531, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .selected-bundle {
  text-align: center;
  border: 3px solid #ffc52d;
  border-radius: 10px;
  max-width: 360px;
  height: 60px;
  margin-bottom: 5%;
  padding: 5px 20px;
  margin-left: 36%;
}

@media screen and (max-width: 768px) {
  /* line 542, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .selected-bundle {
    margin-left: 29%;
  }
}

@media screen and (max-width: 400px) {
  /* line 546, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .selected-bundle {
    margin-left: 9%;
  }
}

/* line 549, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .price-btn {
  background-color: #0e942b;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

/* line 554, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .price-btn:hover {
  background-color: #0B7121;
  color: #ffffff;
}

/* line 557, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .price-btn:focus {
  background-color: #0B7121;
  color: #ffffff;
}

/* line 561, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .buy-btn {
  background-color: #0e942b;
  color: #ffffff;
  font-weight: bold;
  border-color: #0e942b;
  margin-bottom: 20px;
  margin-top: 18px;
}

/* line 568, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .buy-btn:hover {
  background-color: #0B7121;
  color: #ffffff;
}

/* line 571, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .buy-btn:focus {
  background-color: #0B7121;
  color: #ffffff;
}

/* line 575, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .token-icon {
  width: 20px;
  margin-left: 5px;
}

/* line 579, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .select {
  font-size: 22px;
}

/* line 582, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .quantity_badge {
  position: absolute;
  top: -20px;
  right: -14px;
  padding: 3px 11px 3px 11px;
  color: #454545;
  border: solid #f1d05d;
  border-width: 3px;
  border-radius: 34px;
  font-size: 21px;
  background: #f5b22d;
}

/* line 593, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .quantity_badge p {
  margin: 5px 0;
}

/* line 595, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .quantity_badge .left {
  font-size: 16px;
}

/* line 598, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .change-bundle {
  padding-left: 0px;
  margin-top: 2%;
}

/* line 601, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .change-bundle a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 400px) {
  /* line 608, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .change-bundle {
    margin-top: 0px;
  }
}

/* line 611, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .margin-top-xs {
  margin-top: 15px;
}

/* line 614, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .margin-top-s {
  margin-top: 50px;
}

/* line 617, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .margin-bottom {
  margin-bottom: 3%;
}

/* line 620, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .current-tokens {
  display: inline-block;
  border: 3px solid #000000;
  background-color: #454545;
  min-width: 12%;
  height: 45px;
}

/* line 626, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .current-tokens > h4 {
  margin-top: -2px;
}

@media screen and (max-width: 768px) {
  /* line 630, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .current-tokens {
    display: inline-block;
    padding: 0% 2%;
  }
}

/* line 634, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .img-responsive {
  max-width: 100%;
  height: auto;
  display: initial;
}

/* line 639, app/assets/stylesheets/controllers/basha.css.sass */
.store_wrapper .payment-method {
  font-size: 24px;
}

@media (min-width: 768px) {
  /* line 643, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-1, .store_wrapper .col-sm-2, .store_wrapper .col-sm-3, .store_wrapper .col-sm-4, .store_wrapper .col-sm-5, .store_wrapper .col-sm-6, .store_wrapper .col-sm-7, .store_wrapper .col-sm-8, .store_wrapper .col-sm-9, .store_wrapper .col-sm-10, .store_wrapper .col-sm-11 {
    float: left;
  }
  /* line 645, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-12 {
    float: left;
    width: 100%;
  }
  /* line 648, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 650, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 652, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-9 {
    width: 75%;
  }
  /* line 654, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 656, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 658, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-6 {
    width: 50%;
  }
  /* line 660, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 662, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 664, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-3 {
    width: 25%;
  }
  /* line 666, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 668, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 670, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-pull-12 {
    right: 100%;
  }
  /* line 672, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 674, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 676, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-pull-9 {
    right: 75%;
  }
  /* line 678, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 680, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 682, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-pull-6 {
    right: 50%;
  }
  /* line 684, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 686, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 688, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-pull-3 {
    right: 25%;
  }
  /* line 690, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 692, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 694, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-pull-0 {
    right: auto;
  }
  /* line 696, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-push-12 {
    left: 100%;
  }
  /* line 698, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 700, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 702, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-push-9 {
    left: 75%;
  }
  /* line 704, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 706, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 708, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-push-6 {
    left: 50%;
  }
  /* line 710, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 712, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 714, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-push-3 {
    left: 25%;
  }
  /* line 716, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 718, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 720, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-push-0 {
    left: auto;
  }
  /* line 722, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 724, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 726, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 728, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 730, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 732, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 734, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 736, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 738, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 740, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 742, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 744, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 746, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  /* line 750, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-1, .store_wrapper .col-md-2, .store_wrapper .col-md-3, .store_wrapper .col-md-4, .store_wrapper .col-md-5, .store_wrapper .col-md-6, .store_wrapper .col-md-7, .store_wrapper .col-md-8, .store_wrapper .col-md-9, .store_wrapper .col-md-10, .store_wrapper .col-md-11 {
    float: left;
  }
  /* line 752, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-12 {
    float: left;
    width: 100%;
  }
  /* line 755, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-11 {
    width: 91.66666667%;
  }
  /* line 757, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-10 {
    width: 83.33333333%;
  }
  /* line 759, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-9 {
    width: 75%;
  }
  /* line 761, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-8 {
    width: 66.66666667%;
  }
  /* line 763, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-7 {
    width: 58.33333333%;
  }
  /* line 765, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-6 {
    width: 50%;
  }
  /* line 767, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-5 {
    width: 41.66666667%;
  }
  /* line 769, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-4 {
    width: 33.33333333%;
  }
  /* line 771, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-3 {
    width: 25%;
  }
  /* line 773, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-2 {
    width: 16.66666667%;
  }
  /* line 775, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-1 {
    width: 8.33333333%;
  }
  /* line 777, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-pull-12 {
    right: 100%;
  }
  /* line 779, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 781, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 783, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-pull-9 {
    right: 75%;
  }
  /* line 785, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 787, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 789, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-pull-6 {
    right: 50%;
  }
  /* line 791, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 793, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 795, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-pull-3 {
    right: 25%;
  }
  /* line 797, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 799, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 801, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-pull-0 {
    right: auto;
  }
  /* line 803, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-push-12 {
    left: 100%;
  }
  /* line 805, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 807, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 809, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-push-9 {
    left: 75%;
  }
  /* line 811, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 813, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 815, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-push-6 {
    left: 50%;
  }
  /* line 817, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 819, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 821, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-push-3 {
    left: 25%;
  }
  /* line 823, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 825, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 827, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-push-0 {
    left: auto;
  }
  /* line 829, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 831, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 833, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 835, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 837, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 839, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 841, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 843, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 845, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 847, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 849, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 851, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 853, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  /* line 857, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-1, .store_wrapper .col-lg-2, .store_wrapper .col-lg-3, .store_wrapper .col-lg-4, .store_wrapper .col-lg-5, .store_wrapper .col-lg-6, .store_wrapper .col-lg-7, .store_wrapper .col-lg-8, .store_wrapper .col-lg-9, .store_wrapper .col-lg-10, .store_wrapper .col-lg-11 {
    float: left;
  }
  /* line 859, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-12 {
    float: left;
    width: 100%;
  }
  /* line 862, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 864, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 866, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-9 {
    width: 75%;
  }
  /* line 868, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 870, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 872, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-6 {
    width: 50%;
  }
  /* line 874, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 876, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 878, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-3 {
    width: 25%;
  }
  /* line 880, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 882, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 884, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-pull-12 {
    right: 100%;
  }
  /* line 886, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 888, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 890, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-pull-9 {
    right: 75%;
  }
  /* line 892, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 894, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 896, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-pull-6 {
    right: 50%;
  }
  /* line 898, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 900, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 902, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-pull-3 {
    right: 25%;
  }
  /* line 904, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 906, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 908, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-pull-0 {
    right: auto;
  }
  /* line 910, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-push-12 {
    left: 100%;
  }
  /* line 912, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 914, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 916, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-push-9 {
    left: 75%;
  }
  /* line 918, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 920, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 922, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-push-6 {
    left: 50%;
  }
  /* line 924, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 926, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 928, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-push-3 {
    left: 25%;
  }
  /* line 930, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 932, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 934, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-push-0 {
    left: auto;
  }
  /* line 936, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 938, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 940, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 942, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 944, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 946, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 948, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 950, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 952, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 954, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 956, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 958, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 960, app/assets/stylesheets/controllers/basha.css.sass */
  .store_wrapper .col-lg-offset-0 {
    margin-left: 0%;
  }
}

/* line 963, app/assets/stylesheets/controllers/basha.css.sass */
.store-button {
  width: 12%;
  height: 35px;
  font-size: 20px;
  vertical-align: middle;
}

/* line 969, app/assets/stylesheets/controllers/basha.css.sass */
.club-store {
  cursor: default;
  width: 600px;
}

/* line 972, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .modal-header {
  font-size: 16px;
  text-align: center;
}

/* line 975, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .modal-body {
  background-color: #dbdbdb;
  max-height: 500px;
}

/* line 978, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .wrapper {
  position: relative;
}

/* line 980, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .content_contianer {
  padding: 32px;
  background-color: #ececec;
  border: 1px solid #aaaaaa;
  overflow-y: scroll;
  height: 300px;
}

/* line 986, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .table_wapper {
  height: 200px;
}

/* line 988, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .banner_container {
  margin: 10px;
}

/* line 990, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .hidden {
  display: none;
}

/* line 992, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .shown {
  display: block;
}

/* line 994, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .banner {
  margin: auto;
}

/* line 996, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .profile_banner_ar {
  background: url(https://assets.jawaker.com/assets/clubs_store/pro-ar-68f67be5baa75f595a2322976bc2d8dc5b2022aeaccd7b6bd8f6989f93f5b7e2.png) no-repeat center center;
  width: 400px;
  height: 35px;
  background-size: 100% 100%;
}

/* line 1001, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .profile_banner {
  background: url(https://assets.jawaker.com/assets/clubs_store/profile-banner-2ab5fb408990996567d4790ef07fca2cbcd0354829a4e8721a7e0ff9dbc45be2.png) no-repeat center center;
  width: 400px;
  height: 35px;
  background-size: 100% 100%;
}

/* line 1006, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .vip_banner_ar {
  background: url(https://assets.jawaker.com/assets/clubs_store/vip-ar-4d97dd171e9d1b4138455b1d36ae9a9a08d87ac497713e063aaa38add6f47898.png) no-repeat center center;
  width: 400px;
  height: 35px;
  background-size: 100% 100%;
}

/* line 1011, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .vip_banner {
  background: url(https://assets.jawaker.com/assets/clubs_store/vip-banner-0313dec2c0bb02ddf5762f65790f3813a4c2d6cf6a81d235f4b765eecbb51159.png) no-repeat center center;
  width: 400px;
  height: 35px;
  background-size: 100% 100%;
}

/* line 1016, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .tab_contianer {
  position: absolute;
  height: 32px;
  width: 100%;
  background-color: #dbdbdb;
}

/* line 1021, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .tab {
  border-radius: 3px;
  background-color: #ececec;
  border: 1px solid #ececec;
  border-bottom: 1px solid #aaaaaa;
  color: #7b7b7b;
  padding: 5px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  position: relative;
}

/* line 1032, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .chosen {
  border: 1px solid  #aaaaaa;
  border-bottom: 1px solid #ececec;
  color: #006d2b;
}

/* line 1036, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .fil {
  border-bottom: 1px solid #aaaaaa;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
}

/* line 1042, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .table {
  table-layout: fixed;
  width: 100%;
}

/* line 1045, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .img_col {
  text-align: center;
  height: 60px;
}

/* line 1049, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .locked {
  width: 90px;
  height: 90px;
  border: 1px solid #7b7e7e;
  box-shadow: 1px 3px 3px #7b7e7e;
  border-radius: 3px;
  background: url(https://assets.jawaker.com/assets/clubs_store/locked-53dbb91712a07ce38c48f061ea02e683f2afb63ac08c16c8a788edb4cb51437e.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 5px;
}

/* line 1058, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .price_col {
  width: 100px;
  height: 100%;
  padding: 8px;
  cursor: pointer;
}

/* line 1063, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .name_cont {
  width: 100%;
  height: 100%;
  padding: 3px;
  background-color: #e7e7e7;
  border: 1px solid #7b7e7e;
  box-shadow: 1px 3px 3px #7b7e7e;
  border-radius: 3px;
}

/* line 1071, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .vip_en {
  background: url(https://assets.jawaker.com/assets/clubs_store/VIP-Crown-804b99f84d439053ad6783e117db7b433bdd351e8cf4201c138a9d8b24c6004a.png) no-repeat center center;
  background-size: 100% 100%;
}

/* line 1074, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .vip_ar {
  background: url(https://assets.jawaker.com/assets/clubs_store/VIP-Arabic-d9aeaa5a51c118b1def4540763167437ad0e476570da06a76527dd66f42c5621.png) no-repeat center center;
  background-size: 100% 100%;
}

/* line 1077, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .name {
  display: inline-table;
  width: 104px;
}

/* line 1080, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .unlocks {
  width: 100px;
  display: inline-table;
}

/* line 1083, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .image {
  width: 50px;
  height: 50px;
  display: inline-block;
}

/* line 1087, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .vip {
  width: 75px;
  height: 75px;
}

/* line 1090, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .price_cont {
  width: 90%;
  height: 100%;
  background-color: #006d2b;
  border: 1px solid #7b7e7e;
  box-shadow: 1px 3px 3px #7b7e7e;
  border-radius: 3px;
  color: white;
  margin-left: 5px;
}

/* line 1099, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .price {
  text-align: right;
  margin-right: 9px;
  margin-bottom: 10%;
}

/* line 1103, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .duration {
  margin-left: 9px;
  margin-bottom: 10%;
}

/* line 1106, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .num {
  font-size: 18px;
}

/* line 1108, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .price_img {
  background: url(https://assets.jawaker.com/assets/clubs_store/token-7fb5698d0944cb7bd22617c98ddb8f838409c978d009672aac2829beebe8bf40.png) no-repeat center center;
  width: 10px;
  height: 10px;
  background-size: 100% 100%;
  display: inline-block;
}

/* line 1114, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .add {
  background-color: #ffc63d;
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: black;
  margin-top: 27%;
}

/* line 1121, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .add_img {
  display: inline-block;
  background: url(https://assets.jawaker.com/assets/clubs_store/plus-a013cf56e1c54ade48a7bb0ff64ad4e87ea3deba8526de74455f7b588297b63f.png) no-repeat center center;
  width: 10px;
  height: 10px;
  background-size: 100% 100%;
}

/* line 1127, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .basket {
  width: 100%;
  height: 100px;
  background-color: #dbdbdb;
  margin-top: 20px;
}

/* line 1132, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .basket_table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

/* line 1136, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .image_col {
  width: 7%;
}

/* line 1138, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .basket_image {
  display: inline-block;
  margin: auto;
  background: url(https://assets.jawaker.com/assets/clubs_store/cart-93409f2049c3990fea8537eb8e4802766aa17a544ab5aecb0f5938e8e6ac0938.png) no-repeat center center;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
}

/* line 1145, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .cont_col {
  width: 75%;
  text-align: center;
}

/* line 1148, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .basket_contianer {
  display: inline-block;
  margin: auto;
  text-align: left;
  width: 95%;
  height: 100px;
  background-color: #ececec;
  overflow-y: scroll;
  border-radius: 1px;
}

/* line 1157, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .sum_col {
  width: 18%;
  padding-bottom: 3px;
}

/* line 1160, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .sum {
  border-radius: 3px;
  background-color: #e7e7e7;
  height: 50%;
  margin-bottom: 5%;
  width: 95%;
  font-size: 18px;
  padding: 2px;
  border: 1px solid #aaaaaa;
  text-align: center;
}

/* line 1170, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .buy_items {
  height: 45%;
  width: 75%;
}

/* line 1173, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .banner_container {
  width: 100%;
  text-align: center;
}

/* line 1176, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .added_temp {
  display: inline-block;
  margin: 5px;
  border-radius: 2px;
  position: relative;
  border: 1px solid #7b7c7c;
}

/* line 1182, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .temp_table {
  width: 80px;
  height: 40px;
  table-layout: fixed;
  position: relative;
}

/* line 1187, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .img_cont {
  width: 40px;
  height: 40px;
  padding: 1px;
  background-color: #e7e7e7;
  text-align: center;
}

/* line 1193, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .img {
  width: 40px;
}

/* line 1195, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .days {
  width: 40px;
  height: 40px;
  padding: 1px;
  background-color: #006d2b;
  text-align: center;
  color: white;
}

/* line 1202, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .number {
  display: inline-block;
  width: 100%;
}

/* line 1205, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .remove {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 10px;
  height: 10px;
  background: url(https://assets.jawaker.com/assets/clubs_store/x-dd92c57ff1b4c8765e8ed604aa1a85adde660bc52ea09a9f25b5ce843aebde63.png) no-repeat center center;
  background-size: 100% 100%;
}

/* line 1213, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .count {
  position: absolute;
  bottom: -8px;
  left: -5px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #ffc63d;
  font-size: 8px;
  text-align: center;
}

/* line 1223, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .count span {
  margin: auto;
}

/* line 1225, app/assets/stylesheets/controllers/basha.css.sass */
.club-store .name_label {
  display: none;
}
