/*--- standard variables ---*/
/* @fontFamily1:        'PT Sans', sans-serif;*/
/*--- product item ratio (thumb + content) ---*/
/*--- media queries. When using responsive ---*/
/*--- media queries. When not using responsive ---
@useResponsive:			false;

@breakPointLargePhone:	~"only screen and (min-width : 1px)";
@breakPointTablet:		~"only screen and (min-width : 1px)";
@breakPointDesktop:		~"only screen and (min-width : 1px)";

@breakPointUpToTablet:	~"only screen and (max-width: 1px)";
@breakPointUpToTabletLand:~"only screen and (max-width: 1023px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 1px)";
*/
/*--- media queries. When using responsive: only mobile & desktop ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width : 480px) and (max-width: 768px )";
@breakPointTablet:		~"only screen and (min-width : 999999999px)";
@breakPointDesktop:		~"only screen and (min-width : 768px)";

@breakPointUpToTablet:	~"only screen and (max-width: 768px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 768px)";
*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*----- LESS functions -----*/
.acc-columns {
  display: flex;
  justify-content: center;
}
.acc-column {
  flex: 1;
  max-width: 100%;
  background-color: #f6f6f6;
  margin: 10px;
  padding: 10px 10px 14px 10px;
  min-height: 264px;
}
@media only screen and (min-width : 768px) {
  .acc-column {
    max-width: 50%;
  }
}
.acc-column:first-child {
  margin-left: 0;
}
.acc-column:last-child {
  margin-right: 0;
}
.acc-column a:link,
.acc-column a:visited,
.acc-column a:hover,
.acc-column a:active {
  color: white;
}
.acc-toggle {
  display: block;
  width: 100%;
  cursor: pointer;
}
.acc-discount-txt {
  text-align: left;
  padding: 14px 12px 0;
}
.acc-logout-txt {
  font-weight: 600;
  text-align: right;
  padding: 0 4% 4%;
}
.acc-logout-txt a:link {
  color: #4ca950;
}
.acc-discount-bttn button a:link,
.acc-discount-bttn button a:visited,
.acc-discount-bttn button a:hover,
.acc-discount-bttn button a:active {
  color: white;
}
.acc-column p {
  text-align: center;
  margin: 2%;
  margin-top: 4%;
}
.acc-header h1 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 14px;
}
.acc-header-txt {
  margin-bottom: 14px;
  text-align: center;
}
.acc-column h2,
.acc-double-column h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: white;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.acc-column h2 span,
.acc-double-column h2 span {
  font-weight: 800;
  color: white;
  pointer-events: none;
}
.acc-row h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 54px;
}
.acc-double-column {
  color: white;
  background-color: #68a65a;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
  margin: 10px 10px 10px 0;
  padding: 10px 52px 10px 10px;
}
.acc-double-column h2 {
  color: white;
  line-height: 54px;
}
.acc-double-column:last-child {
  margin-right: 0;
}
.acc-points {
  margin: auto;
  text-align: center;
  padding-left: 10%;
}
.acc-counter {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 78px;
  font-weight: 800;
  line-height: normal;
}
.acc-block {
  width: 90px;
  margin: 48px auto 20px;
}
.acc-wrapper {
  display: block;
  width: 96%;
  height: 90px;
  border-radius: 6px;
  margin: auto;
  margin-bottom: 10px;
}
.acc-margin {
  margin-top: 0;
}
.acc-coupons-bttn {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#acc-loyalty-icon {
  width: 90px;
  position: absolute;
}
.contentSnippet .status-txt {
  text-align: center;
}
#status-txt-gold,
#status-txt-silver,
#status-txt-brons {
  color: white;
  margin-top: 20px;
  padding: 0 20px;
  text-align: center;
}
.coupon-panel h2 {
  width: 100%;
  display: block;
}
a.acc-toggle-coupons {
  display: block;
  width: 100%;
}
.acc-status-bttn {
  text-align: center;
  background: white;
  height: 38px;
  line-height: 39px;
  display: inline-block;
  border: 0 none;
  vertical-align: middle;
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 0 10px;
  margin-top: 3%;
  margin-right: 2%;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  position: relative;
  transition: background ease-in-out 0.1s;
  transition: color ease-in-out 0.1s;
}
.acc-status-bttn span {
  font-weight: 600;
  color: #383838;
}
@media screen and (max-width: 768px) {
  .acc-columns {
    flex-flow: row wrap;
  }
  .acc-columns .acc-column {
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    flex-basis: 100%;
    min-height: auto;
  }
  .acc-columns .acc-column:nth-last-child(2) {
    margin-right: 10px 0;
    flex-basis: 100%;
  }
  .acc-columns .acc-column:last-child {
    flex-basis: 100%;
  }
  .acc-row h2 {
    padding-top: 0;
  }
  .acc-double-column {
    margin: 10px 0;
  }
  .acc-double-column:first-child {
    margin-top: 0;
    margin-left: 0;
  }
  .acc-column {
    padding: 10px 10px 0 10px;
  }
  .acc-column h2 {
    text-align: left;
    line-height: 54px;
  }
  .acc-txt-center h2 {
    text-align: center;
    width: 100%;
    line-height: 54px;
    margin: 0;
  }
  .acc-block {
    display: none;
  }
  #acc-icon-1 h2::before,
  #acc-icon-2 h2::before,
  #acc-icon-3 h2::before,
  #acc-icon-4 h2::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 30px;
  }
  #acc-icon-0 h2 {
    text-align: center;
    width: 100%;
  }
  #acc-icon-0 h2::before {
    width: 60px;
    height: 60px;
    margin-top: 2px;
    margin-right: 10px;
  }
  #acc-icon-0 h2::before {
    background: url("../../images/svg/account/icon-loyalty.svg") no-repeat;
  }
  #acc-icon-1 h2::before {
    background: url("../..//images/svg/account/icon-bag.svg") no-repeat;
  }
  #acc-icon-2 h2::before {
    background: url("../..//images/svg/account/icon-account.svg") no-repeat;
  }
  #acc-icon-3 h2::before {
    background: url("../..//images/svg/account/icon-address.svg") no-repeat;
  }
  #acc-icon-4 h2::before {
    background: url("../..//images/svg/account/icon-hart.svg") no-repeat;
  }
  .acc-double-column {
    padding-top: 28px;
  }
  .acc-double-column h2 {
    line-height: normal;
  }
  .acc-counter {
    font-size: 48px;
  }
}
@media screen and (max-width: 380px) {
  div.acc-discount-bttn {
    margin-right: auto;
  }
}
