/*--- 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 -----*/
a,
a:hover {
  color: #383838;
}
h2 {
  font-size: 16px;
  font-weight: 400;
  color: #383838;
}
.title-overview {
  font-size: 16px;
  color: #383838;
}
#accountCoupons {
  display: block;
  top: 28px;
  left: 0;
  z-index: 9999;
  zoom: 1;
  background: white;
}
#accountCoupons table {
  padding: 0;
}
#accountCoupons #couponsContent {
  overflow: hidden;
}
#accountCoupons .itemList {
  max-height: 226px;
  overflow-y: auto;
  background-color: #85ba88;
}
#accountCoupons .item {
  position: relative;
  overflow: hidden;
  margin: 0;
}
#accountCoupons .item .thumb {
  position: relative;
  float: left;
  width: 15%;
  height: 70px;
  padding: 0;
  margin: 0;
  background: white;
}
#accountCoupons .item .thumb a {
  display: block;
  width: auto;
}
#accountCoupons .item .text {
  float: left;
  width: 100%;
}
#accountCoupons .item .text table {
  margin-bottom: 16px;
}
.accountCoupons-price {
  text-align: right;
}
.accountCoupons-price-txt {
  font-size: 18px;
  text-align: center;
  font-weight: 800;
  color: black;
  font-family: 'Roboto', sans-serif;
}
#accountCoupons-footer {
  width: 98%;
  margin-top: 12px;
}
#accountCoupons-footer td {
  padding: 0 0 4px 0;
}
.accountCoupons-total {
  font-weight: bold;
}
.acc-coupons {
  padding: 14px 10px;
  cursor: pointer;
  background-color: white;
}
.acc-coupon-price {
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 20px;
}
.acc-coupon-price h3 {
  text-align: left;
}
.acc-coupon-txt {
  font-size: 16px;
  text-align: center;
  font-weight: 800;
  line-height: normal;
}
.acc-coupon-formated {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #4ca950;
}
.acc-coupon-desc {
  height: 64px;
  padding-top: 2%;
  border-left: 1px solid #999999;
  margin-left: 108px;
  padding-left: 14px;
}
.acc-coupon-desc p {
  font-size: 12px;
  text-align: left;
  margin: 0;
}
.acc-coupon-desc h4 {
  font-size: 18px;
  font-weight: 300;
}
.acc-coupon-select {
  font-size: 18px;
  font-weight: 300;
  padding: 20px 94px 42px 0;
  cursor: pointer;
}
.acc-coupon-account-select {
  padding: 20px 100px 44px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  cursor: pointer;
}
#accountCoupons tr td {
  padding: 0;
  line-height: 20px;
}
#accountCoupons-description {
  margin-bottom: 16px;
}
.acc-block-color-1 {
  background-color: #ecc87a;
}
.acc-block-color-2 {
  background-color: #92c085;
}
.acc-block-color-3 {
  background-color: #efc58e;
}
.acc-block-color-4 {
  background-color: #68a65a;
}
.accountCoupons-mini {
  position: relative;
  min-height: 50px;
}
.accountCoupons-mini .item {
  padding-top: 10px;
  border-bottom: 1px solid #dedede;
}
.accountCoupons-mini .item:first-child {
  border-top: 0;
}
.accountCoupons-mini .item .image {
  max-width: 30%;
  float: left;
  margin-right: 5%;
}
.accountCoupons-mini .item .content {
  width: 74%;
  float: left;
}
.accountCoupons-mini .item table {
  margin-top: -10px;
  color: #8b8b8b;
}
.accountCoupons-mini .item tr td:first-child {
  padding-left: 0;
}
.price-right {
  text-align: right;
}
.accountCoupons-title {
  font-size: 16px;
  color: #383838;
}
.valuta {
  display: none;
}
@media screen and (max-width: 1148px) {
  .accountCoupons-mini .item .content {
    width: 74%;
  }
}
@media only screen and (min-width: 768px) {
  #accountCoupons {
    width: 100%;
    top: 55px;
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .toggle-content {
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 350ms ease-in-out;
  }
  .toggle-content.is-visible {
    display: block;
    height: auto;
  }
  .acc-toggle::after,
  .acc-toggle-coupons::after {
    content: "";
    color: black;
    position: absolute;
    right: 20px;
    width: 50px;
    height: 26px;
    background: url(../../../images/svg/buttons/btn-dark-arrow-right.svg) no-repeat center center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-position-y: -4px;
    margin-top: 12px;
  }
  .acc-toggle.overview-arrow::after {
    background: url(../../../images/svg/buttons/btn-dark-arrow-left.svg) no-repeat center center;
    background-position-y: -8px;
    height: 22px;
  }
  .acc-toggle-coupons.overview-arrow-coupons::after {
    background: url(../../../images/svg/buttons/btn-dark-arrow-left.svg) no-repeat center center;
    background-position-y: -8px;
    height: 22px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .acc-coupon-account-select {
    padding: 20px 300px 44px 0;
  }
}
@media only screen and (max-width: 639px) {
  .acc-coupon-account-select {
    padding: 20px 64px 44px 0;
  }
}
