/*
  Journal - Advanced Opencart Theme Framework
  Version 2.9.8
  Copyright (c) 2017 Digital Atelier
  https://www.journal-theme.com/
*/
/******************************
 LOGIN
*******************************/
.btn.btn-info {
  color:#000;
}
.promo_code_container * {
  font-family: 'Roboto'!important;
}
.account-menu-wrap {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 20px;
  margin-top: 15px;
}
.promo_code_container .account-menu-wrap {
  margin: 15px;
}
.account-menu-wrap h2 {
  color: #000;
  font-weight: 500;
}
.account-menu-wrap ul li a {
  color:#000;
  padding: 4px 0 4px 10px;
  font-size: 14px;
  display: inline-block;
}
.account-menu-wrap ul li {
  padding: 5px 0px!important;
  border-radius: 10px;
}
.account-menu-wrap ul li:hover , .account-menu-wrap ul li.active{
  background:rgb(119, 119, 119);
}
.account-menu-wrap ul li:hover a, .account-menu-wrap ul li.active a {
  color:#FFF;
  font-weight:500!important;
}
.order-popup-wrap {
  display:none;
  position: fixed;
  width:100vw;
  height:100vh;
  padding:0px;
  background-color: rgba(0,0,0,.5);
  justify-content: center;
  align-items: center;
  top:0;
  left:0;
  z-index:99999;
}
.order-popup-wrap.show {
  display:flex;
}
.order-popup-exit {
  position: absolute;
  right: 13px;
  top: 8px;
  width:20px;
  cursor:pointer;
}
.order-popup .popup-header {
  display:flex;
  justify-content: space-between;
  margin-bottom:15px;
}
.order-popup .popup-header div p:first-child {
  font-weight: 500;
  color: #7d7d7d;
}
.order-popup .popup-header div p:last-child {

}
.order-popup .popup-footer > div >  p:first-child {
  font-weight: 600;
  color: #000;
}
.order-popup .order_date_label {
  text-align: right;
}
.order-popup {
  width:calc(100% - 90px);
  max-width:768px;
  height:auto;
  max-height:80vh;
  border-radius: 20px;
  padding:30px;
  padding-top:45px;
  background: #FFF;
  position:relative;
  font-size: 14px;
  font-weight: 500;
}
.order-popup .order_id, .order-popup .order_date {
  font-size: 16px;
  font-weight: 600;
}
.order-popup .order_date {
  text-align: right;
}
.order-popup .popup-products {
  max-height: 300px;
  overflow-y: scroll;
}
.order-popup .popup-products::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

.order-popup .popup-products::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.order-popup .popup-products::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.order-popup .popup-products::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.order-popup .popup-products::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.order-popup .popup-products > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:10px;
  padding:10px 0;
}
.order-popup .popup-products .product-title {
  max-width:50%;
  color: #7d7d7d;
}
.order-popup .popup-products > div:not(:first-child) {
  border-top:1px solid rgb(228, 228, 228);
}
.order-popup .popup-products .product-total {
  max-width:20%;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}
.order-popup .popup-products img {
  width:80px;
  height:auto;
  max-width:30%;
}
.order-popup .popup-footer {
  margin-top:15px;
}
.order-popup .popup-footer > div {
  display: flex;
  justify-content: space-between;
  padding:5px 0;
  align-items: center;
}
.order-popup .popup-footer > div p:last-child {
  font-size: 16px;
  font-weight: 600;
}
.order-popup .popup-footer  div .total-discount {
  font-size: 20px!important;
}
.euros_saved {
  border-radius: 20px;
  text-align: center;
  border: 2px solid rgb(56 56 56);
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background: rgb(56 56 56);
  color: #FFF;
  max-width: 300px;
  margin: auto;
}
/*.euros_saved {*/
/*  margin: auto;*/
/*  width: fit-content;*/
/*  aspect-ratio: 1;*/
/*  border-radius: 100%;*/
/*  text-align: center;*/
/*  border: 2px solid rgb(56 56 56);*/
/*  padding: 30px 40px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  flex-direction: column;*/
/*  background: rgb(56 56 56);*/
/*  color: #FFF;*/
/*}*/
.euros_saved .total {
  font-size:30px;
  font-weight:600;
  margin-top:10px;
  margin-bottom:0px;
  line-height: 1;
}
.euros_saved .subtotal {
  margin: 0px;
  margin-top:3px;
  font-size:12px;
}
.subtotal {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
}
.promo_code {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  max-width: 300px;
  margin: auto;
  margin-top: 10px;
  font-weight: 500;
}
.promo_code span {
  font-weight:600;
  font-size:20px;
}

.promo_code_orders {
  text-align:left;
  margin-top:50px;
}
.promo_code_orders tbody tr {
  transition: all ease-in-out .3s;
  cursor:pointer;
}
.promo_code_orders tbody tr:hover {
  background: rgb(56 56 56);
  color:#FFF;
}
.promo_code_orders tbody td {
  border-bottom:1px solid rgb(228, 228, 228);
  padding: 10px;
}
.promo_code_orders th {
  padding: 10px;
}
.promo_code_container .heading-title {
  text-align: center;
  font-weight: 500;
}
.promo_code_container .buttons {
  border:none;
}
.promo_code_container .buttons .btn-default{
  background: rgb(56 56 56);
}
.promo_code_container .buttons .btn-default:hover {
  color: #FFF;
}
.login-content {
  overflow: auto;
  margin-bottom: 15px; }
  .login-content .content input + a {
    display: block; }
  .login-content .login-wrap {
    min-height: 200px; }

.login-content h2 {
  margin-bottom: 15px; }
.login-content > div {
  width: 48%;
  position: relative;
  padding: 15px;
  min-height: 345px; }
.login-content .left {
  float: left; }
  .login-content .left .button {
    margin: 2px 0; }

.login-content .left p:first-child {
  font-size: 15px;
  margin-top: 7px; }

.login-content .left p:nth-child(2) {
  font-size: 13px;
  line-height: 1.3;
  overflow: hidden;
  margin-top: 15px; }

.login-content .right {
  float: right; }

.login-content .right p:first-child {
  font-size: 15px;
  margin-top: 7px; }

.login-content .right b {
  display: block;
  margin-top: 18px; }

.login-content .right a {
  position: relative;
  margin: 8px 0;
  display: block;
  font-size: 13px;
  text-decoration: underline; }

.login-content .right input.button {
  cursor: pointer; }

.login-content hr {
  height: 1px;
  display: block;
  width: 100%;
  border: 0;
  margin-bottom: 14px;
  margin-top: 4px; }

.address-entry .content {
  border-bottom: 1px solid #E4E4E4; }
.address-entry tr:last-child td {
  border-bottom: none; }
.address-entry td:first-of-type {
  line-height: 1.5;
  padding: 8px 0; }
.address-entry td:last-of-type {
  text-align: right; }

.content:last-of-type .address-entry {
  border-bottom: none; }

/******************************
 TABLES
*******************************/
.box-heading + table.list {
  margin-top: 20px; }

table {
  width: 100%;
  border-spacing: 0; }

table td a + a {
  margin-left: 15px; }

table.list {
  margin-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  overflow: hidden; }
  table.list td {
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 8px; }
  table.list thead td {
    text-align: left; }
  table.list tbody td {
    vertical-align: middle; }
  table.list .left {
    max-width: 390px; }
  table.list .t-span-1 {
    display: none; }

table.radio td {
  padding: 6px; }
  table.radio td label {
    display: block; }
table.radio td:first-child {
  width: 1px; }
table.radio .highlight:hover td {
  cursor: pointer; }

table.form {
  width: 100%;
  padding-top: 15px;
  margin-bottom: 15px; }
  table.form td {
    padding: 5px; }
  table.form td:first-child {
    width: 150px;
    font-weight: bold; }

/******************************
 WISHLIST
*******************************/
.wishlist-info table {
  overflow: hidden; }

.wishlist-info thead td {
  font-weight: bold;
  background-color: #5f6874; }

.wishlist-info thead .image {
  line-height: 40px; }

.wishlist-info thead td {
  text-align: center; }
.wishlist-info thead .action {
  padding-right: 8px; }
.wishlist-info thead .name {
  text-align: left;
  padding-left: 10px; }

.wishlist-info td {
  text-align: center; }

.wishlist-info tbody td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #E4E4E4;
  padding: 5px 5px 5px 0;
  text-align: center; }
.wishlist-info tbody .image {
  text-align: center; }
  .wishlist-info tbody .image img {
    margin: 5px 0;
    float: left;
    margin-left: 10px; }
.wishlist-info tbody .name {
  max-width: 500px;
  text-align: left;
  padding-left: 10px;
  font-size: 14px; }
.wishlist-info tbody .action img {
  display: inline-block;
  margin: 0 2px; }

.wishlist-info tbody tr:last-of-type td {
  border-bottom: none; }

.wishlist-info tbody .price {
  font-weight: bold; }

/******************************
COMPARE
*******************************/
.compare-info {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden; }

.compare-info thead td {
  font-size: 14px;
  font-weight: bold;
  background: #5f6874;
  text-align: center;
  border-left: 0; }

.compare-info td {
  padding: 7px;
  width: 20%;
  color: #333;
  text-align: center;
  border-right-width: 1px;
  border-right-color: #f4f4f4;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #f4f4f4;
  border-bottom-style: solid;
  border-left-color: #f4f4f4;
  border-left-width: 1px;
  border-left-style: solid; }

.compare-info .name a {
  font-weight: bold; }

.compare-info .price-old {
  font-weight: bold;
  color: #EA2E49;
  text-decoration: line-through; }

.compare-info .price-new {
  font-weight: bold; }

/******************************
 ORDER LIST
*******************************/
.order-list {
  overflow: hidden;
  margin-bottom: 15px; }
  .order-list .order-id {
    width: 50%;
    float: left;
    font-weight: bold;
    color: #333745;
    padding-left: 10px;
    line-height: 30px; }
    .order-list .order-id b {
      font-weight: bold; }
  .order-list .order-status {
    width: 50%;
    float: right;
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    line-height: 30px; }
  .order-list .order-content {
    display: inline-block;
    width: 100%;
    background: #f4f4f4; }
    .order-list .order-content:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      opacity: 0; }
    .order-list .order-content div {
      float: left;
      width: 33.3%;
      padding-left: 10px;
      padding-right: 15px;
      padding: 10px 15px 0 15px; }
      .order-list .order-content div b {
        display: inline-block;
        padding: 2px; }
  .order-list div.order-info {
    text-align: right;
    padding-right: 12px;
    padding-top: 22px; }

.pagination + .buttons {
  margin-top: 5px; }

/******************************
RETURNS
*******************************/
.return-list {
  margin-bottom: 10px; }

.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 2px; }

.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px; }

.return-list .return-content {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4; }

.return-list .return-content div {
  float: left;
  width: 33.3%; }

.return-list .return-info {
  text-align: right; }

.return-product {
  overflow: auto;
  margin-bottom: 20px; }

.return-product input[type='text'] {
  min-width: 150px; }

.return-name {
  float: left;
  width: 31%;
  margin-right: 15px; }

.return-model {
  float: left;
  width: 31%;
  margin-right: 15px; }

.return-quantity {
  float: left;
  width: 31%; }

.return-detail {
  overflow: auto;
  margin-bottom: 20px; }

.return-reason {
  float: left;
  width: 31%;
  margin-right: 15px; }

.return-opened {
  float: left;
  width: 31%;
  margin-right: 15px; }

.return-opened textarea {
  min-width: 150px !important; }

.return-opened textarea {
  width: 98%;
  vertical-align: top; }

.return-captcha {
  float: left; }

.download-list {
  margin-bottom: 10px; }

.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 2px; }

.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px; }

.download-list .download-content {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4; }

.download-list .download-content div {
  float: left;
  width: 33.3%; }

.download-list .download-info {
  text-align: right; }

.oc2 .account-text {
  margin-bottom: 15px; }
.oc2 .login-wrap .form-group {
  margin-top: 15px; }
.oc2 .login-wrap strong {
  font-weight: normal; }

.route-affiliate-register fieldset .radio {
  display: inline; }

.route-affiliate-register .form-horizontal .form-group label {
  width: auto; }

@media(max-width:425px) {
  .order-popup {
    width:100%;
    padding: 30px 15px;
    padding-top: 45px;
  }
  .order-popup .popup-products>div {
    gap: 0px;
  }
  .order-popup .popup-products .product-total {
    width:25%;
  }
}