/*== VARIABLES =============================================================*/
.basket-button {
  color: white;
  background-color: #34343d;
  width: 133px;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  cursor: pointer; }
  .basket-button.bb-small {
    font-size: 12px;
    width: 113px;
    padding: 5px 0; }
  .basket-button.disabled {
    opacity: 0.7; }

#basket-bar {
  position: fixed;
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
  z-index: 40;
  top: 82px; }
  @media (max-width: 900px) {
    #basket-bar {
      top: 61px; } }
  @media (max-width: 800px) {
    #basket-bar {
      top: 41px; } }
  #basket-bar .contain {
    padding: 10px 0; }
  #basket-bar div.dash {
    position: absolute;
    bottom: 3px;
    width: 100%;
    border-bottom: 1px solid #34343d; }
  #basket-bar a {
    height: 20px;
    cursor: pointer;
    z-index: 10;
    vertical-align: top;
    float: right;
    position: relative;
    margin: 0 0 0 20px; }
    #basket-bar a img {
      width: auto;
      height: 100%; }
    #basket-bar a div#basket_count {
      position: absolute;
      background-color: #34343d;
      font-size: 8px;
      color: #FFF;
      border-radius: 10px;
      width: 14px;
      text-align: center;
      font-family: 'Egon-Bold';
      padding: 2px 0px;
      z-index: 2;
      line-height: 10px;
      top: -5px;
      right: -5px; }
  #basket-bar div#breadcrumb {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    #basket-bar div#breadcrumb a {
      float: none;
      margin: 0;
      font-size: 16px;
      font-family: "Egon-Light", serif; }

div.basket-contain div.basket-contain-product {
  padding: 10px 0 0 0; }
  div.basket-contain div.basket-contain-product img {
    max-width: 100%;
    max-height: 160px; }
  div.basket-contain div.basket-contain-product div {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle; }
    @media (max-width: 600px) {
      div.basket-contain div.basket-contain-product div {
        vertical-align: middle;
        margin: 0 5px 0 0; } }
    div.basket-contain div.basket-contain-product div input {
      max-width: 100%;
      width: 40px;
      border: 1px solid #34343d;
      padding: 0 0 0 10px;
      background-color: rgba(204, 204, 204, 0.3); }
      @media (max-width: 600px) {
        div.basket-contain div.basket-contain-product div input {
          width: 25px;
          font-size: 14px; } }
  div.basket-contain div.basket-contain-product div:first-of-type {
    width: calc(100% - 880px); }
    @media (max-width: 1000px) {
      div.basket-contain div.basket-contain-product div:first-of-type {
        width: 73px; } }
    @media (max-width: 450px) {
      div.basket-contain div.basket-contain-product div:first-of-type {
        width: 55px; } }
  div.basket-contain div.basket-contain-product div:nth-of-type(2) {
    width: 500px; }
    @media (max-width: 1000px) {
      div.basket-contain div.basket-contain-product div:nth-of-type(2) {
        width: calc(100% - 400px); } }
    @media (max-width: 600px) {
      div.basket-contain div.basket-contain-product div:nth-of-type(2) {
        width: calc(100% - 230px); } }
    @media (max-width: 450px) {
      div.basket-contain div.basket-contain-product div:nth-of-type(2) {
        width: calc(100% - 210px); } }
  div.basket-contain div.basket-contain-product div:nth-of-type(3) {
    width: 130px; }
    @media (max-width: 1000px) {
      div.basket-contain div.basket-contain-product div:nth-of-type(3) {
        width: 100px; } }
    @media (max-width: 600px) {
      div.basket-contain div.basket-contain-product div:nth-of-type(3) {
        width: 45px;
        margin: 0 0px 0 5px; } }
  div.basket-contain div.basket-contain-product div:nth-of-type(4) {
    width: 100px;
    text-align: right; }
    @media (max-width: 1000px) {
      div.basket-contain div.basket-contain-product div:nth-of-type(4) {
        width: 100px; } }
    @media (max-width: 600px) {
      div.basket-contain div.basket-contain-product div:nth-of-type(4) {
        width: 60px;
        margin: 0 0 0 0; } }
  div.basket-contain div.basket-contain-product div:nth-of-type(5) {
    width: 50px;
    margin-right: 0; }
    @media (max-width: 1000px) {
      div.basket-contain div.basket-contain-product div:nth-of-type(5) {
        width: 20px; } }
    @media (max-width: 600px) {
      div.basket-contain div.basket-contain-product div:nth-of-type(5) {
        margin: 0 0 0 0; } }
  div.basket-contain div.basket-contain-product button.bucket, div.basket-contain div.basket-contain-product button.c-bucket, div.basket-contain div.basket-contain-product button.g-bucket {
    background-color: transparent;
    background-image: url("/templates/web/img/icons/bucket.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 17px;
    width: 17px;
    cursor: pointer; }
  @media (max-width: 600px) {
    div.basket-contain div.basket-contain-product {
      font-size: 13px; } }

div.basket-contain div.basket-contain-product:first-of-type {
  border-bottom: 1px solid #34343d; }

@media (max-width: 600px) {
  div.basket-contain .basket-small {
    font-size: 13px; } }

div.basket-contain div.basket-contain-total {
  border-top: 1px solid #34343d;
  text-align: right;
  margin-top: 10px; }
  div.basket-contain div.basket-contain-total > div {
    padding: 15px 0;
    display: inline-block; }
  div.basket-contain div.basket-contain-total > div:last-of-type {
    border-bottom: 1px solid #34343d;
    border-top: 1px solid #34343d;
    width: 310px; }
    @media (max-width: 450px) {
      div.basket-contain div.basket-contain-total > div:last-of-type {
        width: 290px; } }
  div.basket-contain div.basket-contain-total .b-code-contain {
    height: 25px;
    margin-bottom: 15px; }
    div.basket-contain div.basket-contain-total .b-code-contain input {
      height: calc(100% - 2px);
      padding: 0px 10px 0px 0px;
      margin: 0 10px 0 0;
      border: 1px solid #34343d;
      text-align: right;
      font-size: 12px;
      vertical-align: top; }
    div.basket-contain div.basket-contain-total .b-code-contain .bb-small {
      height: 100%; }

div.basket-contain span.reduction-detail,
div.checkout-contain span.reduction-detail {
  font-size: 14px;
  color: #299829;
  font-family: "Egon-Bold", serif; }
  @media (max-width: 600px) {
    div.basket-contain span.reduction-detail,
    div.checkout-contain span.reduction-detail {
      font-size: 10px; } }

.store-content {
  padding-top: 30px; }
  .store-content .head-article p {
    font-size: 17px; }
    @media (max-width: 800px) {
      .store-content .head-article p {
        font-size: 16px; } }

div#stores-list div.store-top {
  position: fixed;
  padding-top: 25px;
  padding-bottom: 4px;
  top: 82px;
  width: 100%;
  z-index: 40;
  background-color: #FFF; }
  @media (max-width: 900px) {
    div#stores-list div.store-top {
      top: 61px;
      padding-top: 20px; } }
  @media (max-width: 800px) {
    div#stores-list div.store-top {
      top: 41px; } }

div#stores-list div.stores-categorie {
  border-bottom: 1px solid #34343d;
  position: sticky; }
  div#stores-list div.stores-categorie ul {
    display: flex;
    flex-wrap: wrap;
    width: calc((100% / 6) * 5); }
    @media (max-width: 450px) {
      div#stores-list div.stores-categorie ul {
        width: 100%; } }
    div#stores-list div.stores-categorie ul li {
      margin: 0 15px 0 0;
      padding: 0 15px 10px 0;
      cursor: pointer; }
      @media (max-width: 1000px) {
        div#stores-list div.stores-categorie ul li {
          margin: 0 8% 0 0; } }
      @media (max-width: 600px) {
        div#stores-list div.stores-categorie ul li {
          margin: 0;
          min-width: 115px; } }
    div#stores-list div.stores-categorie ul li:last-of-type {
      margin: 0; }
    div#stores-list div.stores-categorie ul li.selected {
      font-family: "Egon-Bold",serif;
      letter-spacing: -0.5px; }
    div#stores-list div.stores-categorie ul a {
      position: absolute;
      right: 0px; }
    div#stores-list div.stores-categorie ul a:first-of-type {
      right: 40px; }
    div#stores-list div.stores-categorie ul img {
      width: 20px;
      height: 20px; }
    div#stores-list div.stores-categorie ul #basket_count {
      position: absolute;
      background-color: #34343d;
      font-size: 8px;
      color: #FFF;
      border-radius: 10px;
      width: 14px;
      text-align: center;
      font-family: 'Egon-Bold';
      padding: 2px 0px;
      z-index: 2;
      line-height: 10px;
      top: -5px;
      right: -5px; }

div#stores-list section.list-section .preview-list .news-preview {
  cursor: pointer;
  width: calc((100% - 150px) / 6);
  margin-right: 30px;
  float: left !important; }
  div#stores-list section.list-section .preview-list .news-preview span {
    display: none; }
  div#stores-list section.list-section .preview-list .news-preview .prev-store {
    width: 100%;
    padding-bottom: 100%; }
    @media (max-width: 600px) {
      div#stores-list section.list-section .preview-list .news-preview .prev-store {
        transform: none !important; }
        div#stores-list section.list-section .preview-list .news-preview .prev-store > .wrap {
          background-position: center center; } }
    @media (max-width: 450px) {
      div#stores-list section.list-section .preview-list .news-preview .prev-store {
        padding-bottom: 62%; } }
  div#stores-list section.list-section .preview-list .news-preview h2 {
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px !important; }
  div#stores-list section.list-section .preview-list .news-preview p {
    font-size: 12px;
    padding: 0; }
  @media (max-width: 1220px) {
    div#stores-list section.list-section .preview-list .news-preview {
      width: calc((100% - 90px)/4); } }
  @media (max-width: 800px) {
    div#stores-list section.list-section .preview-list .news-preview {
      width: calc((100% - 20px)/2);
      margin-right: 20px; } }
  @media (max-width: 450px) {
    div#stores-list section.list-section .preview-list .news-preview {
      width: 100%;
      margin-right: 0; } }

div#stores-list section.list-section .preview-list .news-preview:first-of-type {
  width: calc(((100% - 150px)/3) + 30px);
  margin-right: 30px !important;
  margin-bottom: 0; }
  div#stores-list section.list-section .preview-list .news-preview:first-of-type div.prev-bg {
    cursor: pointer;
    padding-bottom: calc(100% + 49px); }
    @media (max-width: 800px) {
      div#stores-list section.list-section .preview-list .news-preview:first-of-type div.prev-bg {
        padding-bottom: 100%; } }
    @media (max-width: 600px) {
      div#stores-list section.list-section .preview-list .news-preview:first-of-type div.prev-bg {
        padding-bottom: 62%; } }
    @media (max-width: 450px) {
      div#stores-list section.list-section .preview-list .news-preview:first-of-type div.prev-bg {
        padding-bottom: 100%; } }
  @media (max-width: 1220px) {
    div#stores-list section.list-section .preview-list .news-preview:first-of-type {
      width: calc((100% - 90px)/2 + 30px); } }
  @media (max-width: 800px) {
    div#stores-list section.list-section .preview-list .news-preview:first-of-type {
      width: 100%;
      margin-bottom: 15px; } }

div#stores-list section.list-section .preview-list .news-preview.pbp-l {
  margin-right: 0px !important; }
  @media (max-width: 1220px) {
    div#stores-list section.list-section .preview-list .news-preview.pbp-l {
      margin-right: 30px !important; } }

@media (max-width: 1220px) {
  div#stores-list section.list-section .preview-list .news-preview.pbp-m {
    margin-right: 0px !important; } }
  @media (max-width: 1220px) and (max-width: 800px) {
    div#stores-list section.list-section .preview-list .news-preview.pbp-m {
      margin-right: 30px; } }

@media (max-width: 800px) {
  div#stores-list section.list-section .preview-list .news-preview.pbp-s {
    margin-right: 0px !important; } }

div.bestseller.line {
  margin: 40px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #34343d; }

div.bestseller h2 {
  margin-bottom: 20px; }

div.bestseller .news-preview {
  margin-right: 30px;
  float: left; }
  div.bestseller .news-preview span {
    display: none; }
  div.bestseller .news-preview .prev-store {
    width: 100%;
    padding-bottom: 100%; }
    @media (max-width: 600px) {
      div.bestseller .news-preview .prev-store {
        transform: none !important; }
        div.bestseller .news-preview .prev-store > .wrap {
          background-position: center center; } }
    @media (max-width: 450px) {
      div.bestseller .news-preview .prev-store {
        padding-bottom: 62%; } }
  div.bestseller .news-preview h2 {
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px !important; }
  div.bestseller .news-preview p {
    font-size: 12px;
    padding: 0; }
  @media (max-width: 800px) {
    div.bestseller .news-preview {
      width: calc((100% - 20px)/2);
      margin-right: 20px; }
      div.bestseller .news-preview:nth-child(2n) {
        margin-right: 0px; } }
  @media (max-width: 450px) {
    div.bestseller .news-preview {
      width: 100%;
      margin-right: 0; } }

div.bestseller.line .news-preview {
  width: calc((100% - 150px) / 6); }
  div.bestseller.line .news-preview:nth-child(6) {
    margin-right: 0px; }
  @media (max-width: 1220px) {
    div.bestseller.line .news-preview {
      width: calc((100% - 120px)/3); }
      div.bestseller.line .news-preview:nth-child(3n) {
        margin-right: 0px; } }
  @media (max-width: 800px) {
    div.bestseller.line .news-preview {
      width: calc((100% - 20px)/2);
      margin-right: 20px; }
      div.bestseller.line .news-preview:nth-child(2n) {
        margin-right: 0px; } }
  @media (max-width: 450px) {
    div.bestseller.line .news-preview {
      width: 100%;
      margin-right: 0; } }

div.bestseller.bestseller-lb .news-preview {
  width: calc((100% - 90px) / 4); }
  div.bestseller.bestseller-lb .news-preview:nth-child(4) {
    margin-right: 0px; }
  @media (max-width: 800px) {
    div.bestseller.bestseller-lb .news-preview {
      width: calc((100% - 20px)/2); }
      div.bestseller.bestseller-lb .news-preview:nth-child(2) {
        margin-right: 0px; } }
  @media (max-width: 450px) {
    div.bestseller.bestseller-lb .news-preview {
      width: 100%;
      margin-right: 0px; } }

.article-contain {
  margin-top: 0px; }

.product-contein {
  width: 100%;
  margin: 20px 0 0 0; }
  .product-contein .product-slide {
    display: inline-block;
    width: calc(50% - 25px);
    margin: 0 20px 0 0;
    height: 460px;
    vertical-align: top; }
    .product-contein .product-slide.single-slide {
      height: 400px; }
    @media (max-width: 1000px) {
      .product-contein .product-slide {
        height: 430px; }
        .product-contein .product-slide.single-slide {
          height: 340px; } }
    @media (max-width: 800px) {
      .product-contein .product-slide {
        height: 470px; }
        .product-contein .product-slide.single-slide {
          height: 370px; } }
    @media (max-width: 600px) {
      .product-contein .product-slide {
        height: 400px; }
        .product-contein .product-slide.single-slide {
          height: 310px; } }
    @media (max-width: 450px) {
      .product-contein .product-slide {
        height: 340px; }
        .product-contein .product-slide.single-slide {
          height: 240px; } }
    .product-contein .product-slide .slick-product .slick-slide {
      margin: 0 5px;
      height: 390px;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media (max-width: 1000px) {
        .product-contein .product-slide .slick-product .slick-slide {
          height: 320px; } }
      @media (max-width: 800px) {
        .product-contein .product-slide .slick-product .slick-slide {
          height: 360px; } }
      @media (max-width: 600px) {
        .product-contein .product-slide .slick-product .slick-slide {
          height: 300px; } }
      @media (max-width: 450px) {
        .product-contein .product-slide .slick-product .slick-slide {
          height: 230px; } }
    .product-contein .product-slide .slick-product-nav {
      margin: 20px 0 0 0; }
      .product-contein .product-slide .slick-product-nav div {
        height: 80px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden; }
      .product-contein .product-slide .slick-product-nav div.slick-list.draggable {
        padding: 0;
        margin: 0 50px; }
      .product-contein .product-slide .slick-product-nav div.slick-slide {
        margin: 0 5px; }
      .product-contein .product-slide .slick-product-nav .slick-prev, .product-contein .product-slide .slick-product-nav .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 20px;
        height: 25px;
        margin-top: -10px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent; }
      .product-contein .product-slide .slick-product-nav .slick-next {
        right: 10px; }
      .product-contein .product-slide .slick-product-nav .slick-prev:before, .product-contein .product-slide .slick-product-nav .slick-next:before {
        content: "";
        background-image: url("/templates/web/img/icons/arrleft-black.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        width: 25px;
        height: 25px; }
      .product-contein .product-slide .slick-product-nav .slick-next:before {
        background-image: url("/templates/web/img/icons/arrright-black.png"); }
    @media (max-width: 900px) {
      .product-contein .product-slide {
        display: block;
        width: 100%; } }
  .product-contein .product-detail {
    display: inline-block;
    width: 50%;
    vertical-align: top; }
    .product-contein .product-detail p.price {
      margin: 10px 0;
      font-size: 14px; }
    .product-contein .product-detail div.option {
      display: inherit;
      padding: 10px 0;
      border-width: 1px 0;
      border-color: #34343d;
      border-style: solid;
      margin: 0 0 10px 0; }
      .product-contein .product-detail div.option p {
        margin: 0 0 10px 0; }
        .product-contein .product-detail div.option p span {
          min-width: 90px;
          padding-right: 5px;
          display: inline-block; }
        .product-contein .product-detail div.option p:last-of-type {
          margin: 0; }
      .product-contein .product-detail div.option a.product-color-link {
        display: inline-block;
        padding: 10px 20px;
        border: 1px solid #34343d;
        vertical-align: middle;
        margin-right: 20px; }
      .product-contein .product-detail div.option select {
        padding-left: 10px;
        min-width: 170px; }
      .product-contein .product-detail div.option input {
        border: 1px solid #34343d;
        padding-left: 10px;
        width: 30px; }
    .product-contein .product-detail article p {
      font-size: 14px; }
    .product-contein .product-detail button.button-add-product {
      display: block;
      background-color: #34343d;
      color: white;
      padding: 10px 20px 10px 10px;
      margin-bottom: 10px; }
    .product-contein .product-detail span.small-text {
      font-size: 10px;
      line-height: 14px;
      margin-bottom: 24px;
      display: block; }
    @media (max-width: 900px) {
      .product-contein .product-detail {
        display: block;
        width: 100%;
        padding-top: 25px; } }

div.account-contain {
  width: 100%;
  max-width: 900px;
  margin-top: 50px; }
  div.account-contain div.account-menu {
    width: 40%;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 800px) {
      div.account-contain div.account-menu {
        display: block;
        width: 100%;
        margin-bottom: 20px; } }
  div.account-contain div.account-article {
    width: calc(60% - 20px);
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 800px) {
      div.account-contain div.account-article {
        display: block;
        width: 100%; } }
  div.account-contain div.account-contain-existing-user {
    width: calc(50% - 25px);
    display: inline-block;
    vertical-align: top;
    margin-right: 50px; }
    @media (max-width: 800px) {
      div.account-contain div.account-contain-existing-user {
        display: block;
        width: 100%;
        margin-bottom: 20px; } }
    div.account-contain div.account-contain-existing-user td.account-button-contain {
      text-align: center; }
    div.account-contain div.account-contain-existing-user a {
      font-family: "Egon-Light", serif;
      margin-top: 10px;
      display: inline-block; }
  div.account-contain div.account-contain-new-user {
    width: calc(50% - 25px);
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 800px) {
      div.account-contain div.account-contain-new-user {
        display: block;
        width: 100%; } }
    div.account-contain div.account-contain-new-user p {
      margin-left: 35px; }
  div.account-contain table.account-table {
    width: 100%; }
    div.account-contain table.account-table tr {
      border: 1px solid #34343d;
      border-collapse: collapse; }
      div.account-contain table.account-table tr th {
        font-family: "Egon-Bold", serif;
        text-align: center; }
      div.account-contain table.account-table tr td, div.account-contain table.account-table tr th {
        padding: 10px 15px; }
      div.account-contain table.account-table tr td.acc-sel {
        background-color: #434244; }
        div.account-contain table.account-table tr td.acc-sel :hover {
          background-color: #434244; }
        div.account-contain table.account-table tr td.acc-sel a {
          color: white; }
      div.account-contain table.account-table tr td.account-table-link {
        padding: 0; }
        div.account-contain table.account-table tr td.account-table-link a {
          padding: 10px 15px;
          display: block;
          width: calc(100% - 30px);
          font-family: "Egon-light", serif; }
      div.account-contain table.account-table tr td.account-table-link:hover, div.account-contain table.account-table tr td.account-table-link.account-table-link-sub-menu {
        background-color: #E5E5E5; }
      div.account-contain table.account-table tr td.account-table-link.account-table-link-sub-menu.acc-sel {
        background-color: #434244; }
      div.account-contain table.account-table tr td.account-input {
        padding: 0; }
        div.account-contain table.account-table tr td.account-input select, div.account-contain table.account-table tr td.account-input input {
          padding: 10px 15px !important;
          width: calc(100% - 30px);
          height: 100%;
          border: none; }
        div.account-contain table.account-table tr td.account-input select {
          -webkit-appearance: none;
          width: 100%;
          height: auto;
          background-image: url("/templates/web/img/selcorner.png");
          background-size: 8px;
          background-repeat: no-repeat;
          background-position: 90% center;
          background-color: white; }
          div.account-contain table.account-table tr td.account-input select.lg {
            background-position: 98% center; }
        div.account-contain table.account-table tr td.account-input input:nth-of-type(2) {
          border-left: 1px solid #34343d; }
        div.account-contain table.account-table tr td.account-input input.column-2-large {
          width: calc(70% - 33px); }
        div.account-contain table.account-table tr td.account-input input.column-2-small {
          width: calc(30% - 33px); }
        div.account-contain table.account-table tr td.account-input .acc-bd-label {
          margin: 10px 15px;
          display: inline-block;
          color: #545454; }
          @media (max-width: 450px) {
            div.account-contain table.account-table tr td.account-input .acc-bd-label {
              display: block; } }
        div.account-contain table.account-table tr td.account-input .acc-bd-contain {
          float: right;
          height: 100%; }
          @media (max-width: 450px) {
            div.account-contain table.account-table tr td.account-input .acc-bd-contain {
              float: left; } }
          div.account-contain table.account-table tr td.account-input .acc-bd-contain span {
            display: inline-block;
            padding: 10px 0px !important;
            height: 100%; }
        div.account-contain table.account-table tr td.account-input .acc-bd-d,
        div.account-contain table.account-table tr td.account-input .acc-bd-m,
        div.account-contain table.account-table tr td.account-input .acc-bd-y {
          display: inline-block;
          padding: 10px 5px !important;
          height: 100%; }
        div.account-contain table.account-table tr td.account-input .acc-bd-d {
          width: 50px;
          margin-left: 5px;
          margin-right: 5px; }
          @media (max-width: 450px) {
            div.account-contain table.account-table tr td.account-input .acc-bd-d {
              margin-left: 10px; } }
        div.account-contain table.account-table tr td.account-input .acc-bd-m {
          width: 50px;
          margin-right: 5px; }
        div.account-contain table.account-table tr td.account-input .acc-bd-y {
          width: 80px; }
      div.account-contain table.account-table tr td.account-button-contain .account-button {
        margin: 0 auto; }
      div.account-contain table.account-table tr td#account-error-td {
        color: red;
        text-align: center; }
    div.account-contain table.account-table tr.account-table-subtitle td {
      text-align: center; }
    div.account-contain table.account-table tr.ticket-list td,
    div.account-contain table.account-table tr.ticket-list-h td {
      font-size: 14px;
      text-align: center; }
    div.account-contain table.account-table tr.ticket-list td:nth-child(2),
    div.account-contain table.account-table tr.ticket-list-h td:nth-child(2) {
      border-right: 1px solid #34343d; }
      div.account-contain table.account-table tr.ticket-list td:nth-child(2) img,
      div.account-contain table.account-table tr.ticket-list-h td:nth-child(2) img {
        width: 16px; }
    div.account-contain table.account-table tr.ticket-fair-h td {
      background-color: #434244;
      color: #FFF;
      text-align: center; }
    div.account-contain table.account-table tr.account-order-row td {
      text-align: center; }
    div.account-contain table.account-table img.account-order-status {
      width: 15px; }
  div.account-contain .account-button {
    margin-top: 10px;
    color: white;
    background-color: #34343d;
    padding: 8px 0;
    width: 150px;
    max-width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
    font-family: "Egon", serif; }

input::-webkit-input-placeholder {
  color: #545454; }

input::-moz-placeholder {
  color: #545454; }

input:-ms-input-placeholder {
  color: #545454; }

input:-moz-placeholder {
  color: #545454; }

div.checkout-contain {
  margin: 20px 0 0 0; }
  @media (max-width: 600px) {
    div.checkout-contain p {
      font-size: 14px !important; } }
  div.checkout-contain div.checkout-contain-payment .pt-info-contain {
    background-color: #34343d;
    height: 0;
    padding: 0 15px;
    overflow: hidden;
    transition: all ease-in 100ms;
    -webkit-transition: all ease-in 100ms;
    -moz-transition: all ease-in 100ms;
    -o-transition: all ease-in 100ms;
    -ms-transition: all ease-in 100ms; }
    div.checkout-contain div.checkout-contain-payment .pt-info-contain.show {
      height: 20px;
      padding: 10px 15px; }
    div.checkout-contain div.checkout-contain-payment .pt-info-contain span {
      font-size: 16px; }
    div.checkout-contain div.checkout-contain-payment .pt-info-contain span.pt-text {
      color: #FFF;
      font-size: 14px; }
    div.checkout-contain div.checkout-contain-payment .pt-info-contain span.pt-info {
      display: inline-block;
      width: 20px;
      height: 20px;
      text-align: center;
      background-color: #FFF;
      border-radius: 50%;
      color: #34343d;
      margin-left: -5px;
      margin-right: 8px;
      font-family: "Egon-Bold", serif; }
  div.checkout-contain div.checkout-contain-option {
    width: 360px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0; }
    div.checkout-contain div.checkout-contain-option > div {
      margin: 0 0 25px 0; }
    div.checkout-contain div.checkout-contain-option h2 {
      font-size: 20px;
      margin: 0 0 15px 0; }
    div.checkout-contain div.checkout-contain-option table {
      width: 100%; }
      div.checkout-contain div.checkout-contain-option table tr {
        border: 1px solid #34343d;
        border-collapse: collapse; }
        div.checkout-contain div.checkout-contain-option table tr td {
          padding: 10px 15px;
          display: block;
          width: calc(100% - 30px); }
    div.checkout-contain div.checkout-contain-option img.checkout-cc-icon {
      height: 12px;
      float: right;
      margin-right: 5px; }
      div.checkout-contain div.checkout-contain-option img.checkout-cc-icon:first-child {
        margin-right: 0; }
    @media (max-width: 1000px) {
      div.checkout-contain div.checkout-contain-option {
        width: 300px; } }
    @media (max-width: 900px) {
      div.checkout-contain div.checkout-contain-option {
        display: block;
        width: 100%; } }
    @media (max-width: 600px) {
      div.checkout-contain div.checkout-contain-option * {
        font-size: 14px; } }
  div.checkout-contain div.checkout-product {
    width: calc(100% - 447px);
    display: inline-block;
    vertical-align: top;
    border: 1px solid #34343d;
    padding: 15px 30px; }
    @media (max-width: 1000px) {
      div.checkout-contain div.checkout-product {
        padding: 15px;
        width: calc(100% - 357px); } }
    @media (max-width: 900px) {
      div.checkout-contain div.checkout-product {
        display: block;
        width: calc(100% - 32px); } }
    @media (max-width: 600px) {
      div.checkout-contain div.checkout-product {
        padding: 10px;
        width: calc(100% - 22px); } }
    div.checkout-contain div.checkout-product div.checkout-contain-product {
      padding: 0 0 10px 0;
      position: relative; }
      div.checkout-contain div.checkout-product div.checkout-contain-product > div:first-of-type {
        display: inline-block;
        position: relative;
        margin: 0 40px 0 0; }
        @media (max-width: 600px) {
          div.checkout-contain div.checkout-product div.checkout-contain-product > div:first-of-type {
            margin: 0 10px 0 0; } }
        div.checkout-contain div.checkout-product div.checkout-contain-product > div:first-of-type img {
          height: 90px;
          display: inline-block; }
          @media (max-width: 450px) {
            div.checkout-contain div.checkout-product div.checkout-contain-product > div:first-of-type img {
              height: 70px; } }
        div.checkout-contain div.checkout-product div.checkout-contain-product > div:first-of-type .count-product {
          position: absolute;
          background-color: #34343d;
          font-size: 12px;
          color: #FFF;
          border-radius: 10px;
          width: 18px;
          text-align: center;
          font-family: 'Egon-Bold';
          padding: 2px 0px;
          z-index: 2;
          line-height: 14px;
          top: -5px;
          right: -5px; }
      div.checkout-contain div.checkout-product div.checkout-contain-product > div:nth-of-type(2) {
        display: inline-block;
        position: absolute;
        top: calc(50% - 10px);
        transform: translateY(-50%); }
      div.checkout-contain div.checkout-product div.checkout-contain-product > div:last-of-type {
        display: inline-block;
        float: right;
        margin: 32px 0 0 0; }
      @media (max-width: 600px) {
        div.checkout-contain div.checkout-product div.checkout-contain-product * {
          font-size: 14px; } }
    div.checkout-contain div.checkout-product div.checkout-contain-total {
      border-top: 1px solid #34343d;
      text-align: right;
      padding: 15px 0 0 0; }
      div.checkout-contain div.checkout-product div.checkout-contain-total div {
        border-bottom: 1px solid #34343d;
        display: inline-block;
        margin-bottom: 10px;
        margin-right: -4px;
        padding-bottom: 15px;
        min-width: 270px; }
        div.checkout-contain div.checkout-product div.checkout-contain-total div input[name='b-code'] {
          padding: 4px 10px;
          width: auto;
          margin: 0 10px 0 0;
          border: 0.5px solid #34343d;
          text-align: right;
          font-size: 11px;
          vertical-align: top; }
      div.checkout-contain div.checkout-product div.checkout-contain-total span.summary-title {
        float: left; }

input.code-error {
  border: 1px solid red !important; }

#sp-iframe {
  width: 100%;
  margin-top: 20px;
  min-height: 500px; }
