/* ------------------------------------------------------------ *\
    Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
    Settings
\* ------------------------------------------------------------ */
/**
* Config.
*
* This is an automatically generated file - DO NOT edit manually.
*/
/**
 * Any shared variables between front-end, editor, admin and login bundles.
 */
/* ------------------------------------------------------------ *\
    Theme
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* stylelint-disable */
/* ------------------------------------------------------------ *\
    Base WordPress CSS
    Feel free to modify or outright delete these default styles.
\* ------------------------------------------------------------ */
.alignnone,
.alignleft,
.alignright,
.aligncenter {
  margin: 5px 15px 10px; }

.alignleft {
  float: left;
  margin-left: 0; }

.alignright {
  float: right;
  margin-right: 0; }

.alignnone {
  display: block;
  margin-left: 0;
  margin-right: 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  position: relative; }
  .wp-caption img {
    width: 100%; }
  .wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff; }

/* ------------------------------------------------------------ *\
    Articles
\* ------------------------------------------------------------ */
.articles {
  list-style-type: none;
  padding: 0;
  margin: 0; }

/* ------------------------------------------------------------ *\
    Sidebar
\* ------------------------------------------------------------ */
.widgets {
  list-style-type: none;
  padding: 0;
  margin: 0; }

/* ------------------------------------------------------------ *\
    Gallery
\* ------------------------------------------------------------ */
.gallery {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px; }
  .gallery-item {
    float: left;
    position: relative;
    padding: 10px; }
    .gallery-columns-1 .gallery-item {
      width: 100%; }
    .gallery-columns-2 .gallery-item {
      width: 50%; }
    .gallery-columns-3 .gallery-item {
      width: 33.33%; }
    .gallery-columns-4 .gallery-item {
      width: 25%; }
    .gallery-columns-5 .gallery-item {
      width: 20%; }
    .gallery-columns-6 .gallery-item {
      width: 16.67%; }
    .gallery-columns-7 .gallery-item {
      width: 14.29%; }
    .gallery-columns-8 .gallery-item {
      width: 12.5%; }
    .gallery-columns-9 .gallery-item {
      width: 11.11%; }
  .gallery-columns-7 .gallery .wp-caption,
  .gallery-columns-8 .gallery .wp-caption,
  .gallery-columns-9 .gallery .wp-caption {
    display: none; }
  .gallery .wp-caption-text {
    right: 10px;
    bottom: 10px;
    left: 10px;
    text-align: left; }

/* ------------------------------------------------------------ *\
    Pagination
\* ------------------------------------------------------------ */
.paging {
  padding: 0 0 20px;
  text-align: center; }
  .paging ul {
    list-style: none outside none;
    padding: 0;
    margin: 0; }
  .paging ul,
  .paging li {
    display: inline-block;
    vertical-align: top; }
  .paging a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #000;
    margin: 0 2px;
    text-decoration: none; }
  .paging .current a,
  .paging a:hover {
    text-decoration: none;
    background: #000;
    color: #fff; }

.paging-label {
  padding-right: 10px; }

/* ------------------------------------------------------------ *\
    Comments
\* ------------------------------------------------------------ */
.section-comments {
  padding-top: 15px; }
  .section-comments a {
    text-decoration: none; }
  .section-comments p {
    padding-bottom: 18.2px; }
  .section-comments ol,
  .section-comments ul {
    padding: 0;
    margin: 0;
    list-style: none outside none; }
  .section-comments h3 {
    position: relative;
    padding: 0 0 10px; }
    .section-comments h3 small {
      position: absolute;
      top: 0;
      right: 0; }

.comments {
  position: relative; }
  .comments .children {
    position: relative;
    padding-left: 70px; }
    .comments .children:before, .comments .children:after {
      content: '';
      position: absolute;
      display: block; }
    .comments .children:before {
      top: 33px;
      left: 23px;
      width: 32px;
      height: 27px;
      border-left: 8px solid #c3c3c3;
      border-bottom: 8px solid #c3c3c3; }
    .comments .children:after {
      top: -5px;
      left: 8px;
      border: 20px solid transparent;
      border-width: 20px 19px;
      border-bottom-color: #c3c3c3; }

.comment {
  position: relative;
  padding: 30px 0 30px 65px; }
  .comment .avatar {
    position: absolute;
    top: 28px;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .comment__says {
    padding-left: 5px; }
  .comment__moderation-notice {
    display: inline-block;
    margin: 3px 0 8px;
    color: #999; }
  .comment__meta {
    padding-bottom: 12px; }
    .comment__meta a {
      color: #363636; }
  .comment__text p:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }
  .comment__reply {
    padding-top: 10px;
    text-align: right; }
    .comment__reply a {
      display: inline-block;
      padding: 5px 10px;
      background: #363636;
      color: #fff; }
      .comment__reply a:hover {
        text-decoration: none;
        opacity: .8; }

.comment-respond {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #363636; }
  .comment-respond h3 {
    position: relative; }
  .comment-respond small {
    position: absolute;
    top: 0;
    right: 0; }
  .comment-respond label {
    display: block;
    padding-bottom: 4px; }
  .comment-respond input[type="text"],
  .comment-respond input[type="email"],
  .comment-respond input[type="url"],
  .comment-respond textarea {
    display: block;
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7; }
  .comment-respond textarea {
    width: 100%;
    height: 100px; }
  .comment-respond input[type="text"]:focus,
  .comment-respond input[type="email"]:focus,
  .comment-respond input[type="url"]:focus {
    background-color: #fff; }
  .comment-respond input[type="text"]::-moz-placeholder,
  .comment-respond input[type="email"]::-moz-placeholder,
  .comment-respond input[type="url"]::-moz-placeholder {
    color: #777; }
  .comment-respond input[type="text"]:-ms-input-placeholder,
  .comment-respond input[type="email"]:-ms-input-placeholder,
  .comment-respond input[type="url"]:-ms-input-placeholder {
    color: #777; }
  .comment-respond input[type="text"]::placeholder,
  .comment-respond input[type="email"]::placeholder,
  .comment-respond input[type="url"]::placeholder {
    color: #777; }
  .comment-respond .required {
    color: #e40000; }
  .comment-respond .comment-notes {
    padding-top: 15px; }
  .comment-respond .form-submit input {
    display: block;
    width: 160px;
    height: 40px;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #363636;
    cursor: pointer; }

.no-comments {
  padding-top: 12px;
  font-weight: bold;
  font-size: 18px; }

/* ------------------------------------------------------------ *\
    Search Form
\* ------------------------------------------------------------ */
.search-form {
  position: relative;
  overflow: hidden; }
  .search-form__field {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7; }
    .search-form__field:focus {
      background-color: #fff; }
    .search-form__field::-moz-placeholder {
      color: #777; }
    .search-form__field:-ms-input-placeholder {
      color: #777; }
    .search-form__field::placeholder {
      color: #777; }
  .search-form .screen-reader-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0.5;
    visibility: hidden; }

/* ------------------------------------------------------------ *\
    Theme/gateway
\* ------------------------------------------------------------ */
#wc-woo-ame-digital-qrcode-form {
  width: 300px; }
  #wc-woo-ame-digital-qrcode-form .container-qrcode img {
    max-height: auto; }

#ame-digital-qrcode-thankyou {
  padding: 15px 0px 15px 0px;
  margin-bottom: 1.9em; }
  #ame-digital-qrcode-thankyou #ame-digital-top h2 {
    text-align: center; }
  #ame-digital-qrcode-thankyou #ame-digital-top img {
    margin: 0 auto;
    padding: 20px; }
  #ame-digital-qrcode-thankyou .wad-qrcode-container img {
    margin: 0 auto; }
  #ame-digital-qrcode-thankyou .wad-qrcode-container .wad-qrcode-price-container {
    padding-top: 20px; }
    #ame-digital-qrcode-thankyou .wad-qrcode-container .wad-qrcode-price-container p {
      text-align: center;
      line-height: 0.4; }
    #ame-digital-qrcode-thankyou .wad-qrcode-container .wad-qrcode-price-container #wad-qrcode-price {
      color: #ff1f1f;
      font-size: 23px;
      font-weight: 600; }
    #ame-digital-qrcode-thankyou .wad-qrcode-container .wad-qrcode-price-container #wad-qrcode-cashback {
      font-size: 17px; }
      #ame-digital-qrcode-thankyou .wad-qrcode-container .wad-qrcode-price-container #wad-qrcode-cashback strong {
        color: #0073e6; }
  #ame-digital-qrcode-thankyou .wad-qrcode-container #wad-qrcode-footer {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin: 0 auto;
    width: 400px;
    text-align: center; }

@media only screen and (max-width: 600px) {
  #ame-digital-qrcode-thankyou {
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 5px 5px 20px 5px #cccccc; }
    #ame-digital-qrcode-thankyou .wad-qrcode-container #wad-qrcode-footer {
      width: 300px; }
    #ame-digital-qrcode-thankyou .wad-qrcode-mobile-container {
      text-align: center; }
      #ame-digital-qrcode-thankyou .wad-qrcode-mobile-container .wad-qrcode-price-container {
        padding-top: 20px; }
        #ame-digital-qrcode-thankyou .wad-qrcode-mobile-container .wad-qrcode-price-container p {
          text-align: center;
          line-height: 0.4; }
        #ame-digital-qrcode-thankyou .wad-qrcode-mobile-container .wad-qrcode-price-container #wad-qrcode-price {
          color: #ff1f1f;
          font-size: 23px;
          font-weight: 600; }
        #ame-digital-qrcode-thankyou .wad-qrcode-mobile-container .wad-qrcode-price-container #wad-qrcode-cashback {
          font-size: 17px; }
          #ame-digital-qrcode-thankyou .wad-qrcode-mobile-container .wad-qrcode-price-container #wad-qrcode-cashback strong {
            color: #0073e6; }
      #ame-digital-qrcode-thankyou .wad-qrcode-mobile-container .wad-btn-primary {
        background-color: #170885;
        border-radius: 2px;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        margin: 25px;
        cursor: pointer; } }

@media only screen and (min-width: 768px) {
  #ame-digital-qrcode-thankyou {
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 5px 5px 20px 5px #cccccc; } }
