main.page.account ~ footer {
  display: none;
}

main.cart .right .summary .select,
main.cart .right .summary input,
main.cart .promo-code .select,
main.cart .promo-code input {
  color: #fff;
}

header .bar nav .right a,
header .bar nav .right div,
header .bar nav .right select {
  margin-right: 0;
  margin-left: 30px;
}

main.home .intro .txt {
  width: 100% !important;
}

main.cart .list .item .row {
  display: flex;
  align-items: center;
}

main.list .sort .open-filter,
main.list .sort .select {
  text-align: center;
  background-image: unset;
  background-position: unset;
  padding: 0 12px;
  width: fit-content;
  min-width: 110px;
}

nav.main .social .social-item {
  background: unset;
}

.mobile.mobile-nav .right .button {
  margin-right: 20px;
}

.card .txt .price {
  width: fit-content;
}

option {
  color: #000;
}

@media (max-width: 1200px) {
  header nav .right {
    display: none;
  }
}


main.detail .product-added.active {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



main.account {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
main.account .sidebar-button {
  position: relative;
  font-size: 0.688em;
  line-height: 46px;
  border-radius: 9px;
  display: block;
  margin-bottom: 15px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
main.account .sidebar-button .img {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  display: inline-block;
  margin-right: 15px;
  margin-left: 3px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media only screen and (max-width: 767px) {
  main.account .sidebar-button .img {
    border-radius: 50%;
  }
}
main.account .sidebar-button.account .img {
  background-image: url(../img/account/home.svg);
}
@media only screen and (max-width: 767px) {
  main.account .sidebar-button.account .img {
    background-image: url(../img/account/home-wh.svg);
  }
}
main.account .sidebar-button.prepaid .img {
  background-image: url(../img/account/card.svg);
}
@media only screen and (max-width: 767px) {
  main.account .sidebar-button.prepaid .img {
    background-image: url(../img/account/card-wh.svg);
  }
}
main.account .sidebar-button.order .img {
  background-image: url(../img/account/basket.svg);
}
@media only screen and (max-width: 767px) {
  main.account .sidebar-button.order .img {
    background-image: url(../img/account/basket-wh.svg);
  }
}
main.account .sidebar-button.logout .img {
  background-image: url(../img/account/logout.svg);
}
@media only screen and (max-width: 767px) {
  main.account .sidebar-button.logout .img {
    background-image: url(../img/account/logout-wh.svg);
  }
}
main.account .sidebar-button:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 0;
  border-radius: 2px;
  top: 0;
  right: -40px;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

main.account .sidebar-button.active:after, main.account .sidebar-button:hover:after {
  opacity: 1;
  height: 100%;
}

@media (max-width: 1200px) and (min-width: 768px) {
  main.account .sidebar-button {
    width: calc(25% - 30px);
    margin: 0 15px;
    float: left;
  }
  main.account .sidebar-button:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  main.account .sidebar-button {
    font-size: 0.9em;
  }
  main.account .sidebar-button:after {
    display: none;
  }
}
main.account .sidebar-button.open-menu {
  margin-top: 20px;
  background-image: url(../img/account/mobile-arrow.svg);
  background-position: 95%;
  background-repeat: no-repeat;
}
main.account .sidebar-button.open-menu .img {
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  main.account .sidebar-button.open-menu {
    line-height: 60px;
    padding-left: 15px;
  }
}
main.account .sidebar {
  position: absolute;
  top: 120px;
  left: 0;
  width: 340px;
  bottom: 0;
  padding: 70px 40px 70px 100px;
}
main.account .sidebar .campaign {
  margin-top: 90px;
  width: 190px;
  border-radius: 19px;
  padding: 0 30px;
  text-align: center;
}
main.account .sidebar .campaign img {
  width: 100%;
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}
main.account .sidebar .campaign .txt {
  margin-top: 20px;
  font-size: 0.9em;
}
main.account .sidebar .campaign .txt span {
  opacity: 0.4;
}
main.account .sidebar .campaign .button {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  main.account .sidebar .campaign {
    margin: 0 10px;
    margin-top: 40px;
    width: calc(100% - 20px);
  }
  main.account .sidebar .campaign img {
    width: 140px;
    margin-right: 30px;
    display: inline-block;
    top: -15px;
    vertical-align: top;
    margin-bottom: -15px;
  }
  main.account .sidebar .campaign .txt {
    width: calc(100% - 175px);
    display: inline-block;
  }
  main.account .sidebar .campaign .txt .button {
    background: none;
    text-decoration: underline;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  main.account .sidebar {
    top: 115px;
    width: 100%;
    padding: 0;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  main.account .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 186px);
    padding: 0 5px;
    z-index: 3;
    top: 186px;
    padding-bottom: 30px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main.account .sidebar .sidebar-button {
    width: calc(50% - 20px);
    float: left;
    margin: 10px;
    padding: 15px;
    line-height: normal;
    background-image: url(../img/account/mobile-arrow.svg);
    background-position: 145px 115px;
    background-repeat: no-repeat;
  }
  main.account .sidebar .sidebar-button .img {
    margin-left: 0;
    display: block;
    margin-bottom: 55px;
  }
  main.account .sidebar .sidebar-button:after {
    display: none;
  }
  main.account .sidebar.active {
    opacity: 1;
    visibility: visible;
  }
}
main.account h1 {
  margin: 0;
  font-size: 2.25em;
  font-weight: 400;
}
main.account h2 {
  font-size: 1.25em;
  font-weight: 400;
  margin: 0 0 30px 0;
}
main.account section.right {
  position: absolute;
  padding: 60px 100px;
  right: 0;
  top: 120px;
  bottom: 0;
  width: calc(100% - 340px);
  overflow: auto;
}
main.account section.right .box {
  max-width: 1100px;
  padding: 45px 60px;
  margin-top: 35px;
}
main.account section.right .box .pull-up {
  margin-top: -73px;
}
main.account section.right .box .form {
  position: relative;
}
main.account section.right .box .side-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75em;
  margin-left: 15px;
  text-decoration: underline;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
main.account section.right .box .prepaid-card-container {
  max-width: 800px;
}
main.account section.right .box .prepaid-card-container .prepaid-card {
  position: relative;
  margin-bottom: 35px;
}
main.account section.right .box .prepaid-card-container .prepaid-card .txt {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
main.account section.right .box .prepaid-card-container .prepaid-card .txt .name {
  display: block;
  font-size: 0.875em;
}
main.account section.right .box .prepaid-card-container .prepaid-card img {
  width: 100%;
}
main.account section.right .box .prepaid-card-container .prepaid-card-info {
  padding-top: 20px;
}
main.account section.right .box .prepaid-card-container .prepaid-card-info .item {
  margin-bottom: 20px;
}
main.account section.right .box .prepaid-card-container .prepaid-card-info .button {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  main.account section.right .box .prepaid-card-container .prepaid-card-info {
    padding: 30px;
    width: calc(100% - 30px);
    margin: 15px;
  }
}
main.account section.right .box .buy-prepaid-card h2 {
  display: inline-block;
  margin: 0 0 40px 0;
}
main.account section.right .box .buy-prepaid-card .prepaid-card {
  display: inline-block;
  width: 134px;
}
main.account section.right .box .buy-prepaid-card .prepaid-card img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  main.account section.right .box .buy-prepaid-card .prepaid-card {
    width: 100px;
  }
}
main.account section.right .box .buy-prepaid-card .right-box {
  padding: 40px 30px;
  font-size: 0.875em;
}
main.account section.right .box .buy-prepaid-card .right-box input {
  border-radius: 22.5px;
  height: 45px;
  border: 0;
}
main.account section.right .box .buy-prepaid-card .right-box label {
  font-size: 1em;
}
main.account section.right .box .buy-prepaid-card .right-box .select {
  width: 100%;
  display: block;
  height: 45px;
  border: 0;
  font-size: 1em;
  border-radius: 22.5px;
  background-position: 95%;
  margin-bottom: 15px;
}
main.account section.right .box .buy-prepaid-card .right-box .title {
  opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  main.account section.right .box .buy-prepaid-card .right-box .title {
    display: block;
    margin-top: 10px;
  }
}
main.account section.right .box .buy-prepaid-card .right-box .button {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  main.account section.right .box .buy-prepaid-card .right-box {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  main.account section.right .box .buy-prepaid-card .right-box {
    font-size: 1em;
  }
}
main.account section.right .box .orders h2 {
  margin: 36px 0 0 0;
}
@media only screen and (max-width: 767px) {
  main.account section.right .box .orders h2 {
    margin: 0 0 20px 0;
  }
}
main.account section.right .box .orders .status-box {
  padding: 20px 40px;
  border-radius: 15px;
  min-width: 305px;
  float: right;
}
main.account section.right .box .orders .status-box .circle {
  width: 54px;
  line-height: 48px;
  font-size: 0.688em;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin-right: 25px;
  border-radius: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main.account section.right .box .orders .status-box .circle:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  opacity: 0;
  border-radius: 50%;
  z-index: 1;
}
main.account section.right .box .orders .status-box .circle:after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  top: -3px;
  left: -3px;
}
main.account section.right .box .orders .status-box .circle.percent-50:before {
  opacity: 1;
  bottom: -5px;
  left: 25px;
}
main.account section.right .box .orders .status-box .circle.percent-75:before {
  opacity: 1;
  top: 25px;
  left: -5px;
}

main.account section.right .box .orders .status-box .circle.percent-90:before {
  opacity: 1;
  top: -5px;
  left: 15px;
}
main.account section.right .box .orders .status-box .txt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 85px);
  font-size: 0.938em;
}
main.account section.right .box .orders .status-box .txt .remaining {
  opacity: 0.55;
  font-size: 0.813em;
}
@media only screen and (max-width: 767px) {
  main.account section.right .box .orders .status-box {
    min-width: 0;
    float: none;
  }
}
main.account section.right .box .orders .order-status:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}
main.account section.right .box .orders .orders-list {
  padding-top: 30px;
  margin-top: 30px;
  font-size: 0.75em;
}
main.account section.right .box .orders .orders-list .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
main.account section.right .box .orders .orders-list .item .title {
  font-size: 1.167em;
  max-width: 200px;
}
main.account section.right .box .orders .orders-list .item .date {
  opacity: 0.37;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  main.account section.right .box .orders .orders-list .item .price {
    text-align: right;
  }
}
main.account section.right .box .orders .orders-list .item .details {
  text-decoration: underline;
  float: right;
}
main.account section.right .box .orders .order-detail .detail-box {
  margin-bottom: 45px;
  padding: 42px 48px;
}
main.account section.right .box .orders .order-detail .detail-box h2 {
  margin: 0 0 40px 0;
  font-size: 1.25em;
  font-weight: 400;
}
main.account section.right .box .orders .order-detail .detail-box .date {
  opacity: 0.4;
  font-size: 0.75em;
  margin-top: -40px;
}
main.account section.right .box .orders .order-detail .detail-box .order-no {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  main.account section.right .box .orders .order-detail .detail-box .order-no {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  main.account section.right .box .orders .order-detail .detail-box .order-status {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  main.account section.right .box .orders .order-detail .detail-box .button {
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 0.8em;
  }
}
main.account section.right .box .orders .order-detail .detail-box .row:first-of-type {
  margin-top: 0;
}
main.account section.right .box .orders .order-detail .detail-box .row {
  margin-top: 20px;
}
main.account section.right .box .orders .order-detail .detail-box .order-code-row {
  margin-top: 30px;
}
@media (max-width: 1280px) {
  main.account section.right .box .orders .order-detail .detail-box .order-code-row .button {
    font-size: 0.6em;
  }
}
main.account section.right .box .orders .order-detail .detail-box .line {
  height: 1px;
  margin: 20px 0;
}
main.account section.right .box .orders .order-detail .detail-box .title:after {
  content: ":";
  float: right;
  margin-right: 55px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  main.account section.right .box .orders .order-detail .detail-box .title:after {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main.account section.right .box .orders .order-detail .detail-box .title:after {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  main.account section.right .box .orders .order-detail .detail-box .title {
    position: relative;
  }
  main.account section.right .box .orders .order-detail .detail-box .title:after {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
main.account section.right .box .orders .order-detail .detail-box .codes {
  display: none;
  margin-bottom: -30px;
}
main.account section.right .box .orders .order-detail .detail-box .codes .line {
  margin: 40px 0;
}
main.account section.right .box .orders .order-detail .detail-box .codes .row {
  margin-top: 0;
}
main.account section.right .box .orders .order-detail .detail-box .codes .code-box {
  padding: 20px 25px;
  margin-bottom: 30px;
}
main.account section.right .box .orders .order-detail .detail-box .codes .code-box .name {
  margin-bottom: 40px;
  font-size: 0.75em;
  width: 140px;
}
main.account section.right .box .orders .order-detail .detail-box .codes .code-box .code {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  main.account section.right .box .orders .order-detail .detail-box .codes .code-box .code {
    margin-top: 15px;
    font-size: 0.9em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main.account section.right .box .orders .order-detail .detail-box .codes .code-box .button {
    width: 60px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  main.account section.right .box .orders .order-detail .detail-box {
    padding: 30px 15px;
  }
  main.account section.right .box .orders .order-detail .detail-box.summary-box {
    font-size: 0.7em;
  }
}
main.account section.right .box .orders .order-detail .cards {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
main.account section.right .box .orders .order-detail .cards .card-desc {
  font-size: 0.875em;
}
@media only screen and (max-width: 767px) {
  main.account section.right .box .orders .order-detail .cards .row {
    overflow: auto;
    white-space: nowrap;
  }
  main.account section.right .box .orders .order-detail .cards .row .col-sm-6 {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 70%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  main.account section.right {
    padding: 30px 15px;
    top: 183px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  main.account section.right {
    width: 100%;
    position: static;
    padding: 30px 15px;
    min-height: 100vh;
  }
  main.account section.right .box {
    padding: 30px 0;
    margin-top: 20px;
    border-radius: 15px;
  }
  main.account section.right .box .pull-up {
    margin-top: 0;
    text-align: left;
    width: 100%;
  }
  main.account section.right .box .pull-up .visible-xs {
    display: inline-block !important;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  main.account {
    position: static;
  }
}
