/* grid breakpoints */
/* grid containers */
/* links */
/* cards */
/* tables */
/* breadcrumbs */
/* navs */
/* modals */
/* progress */
/* options */
/* dropdowns */
/* focus-states */
/* grid breakpoints */
/* grid containers */
/* links */
/* cards */
/* tables */
/* breadcrumbs */
/* navs */
/* modals */
/* progress */
/* options */
/* dropdowns */
@import '../../js/password/password.min.css';
@import '../libraries/datatables.min.css';
/* downloads */
.download-item {
  padding-right: 0;
  padding-left: 0;
}
.download-item .card-header {
  text-align: left;
  padding: 0.5rem;
  border-top: 1px solid #ebebeb;
}

.download-main-body {
  padding: 0;
}

/* login */
.register-wrapper {
  margin-bottom: 0.5rem;
  display: block;
}
@media (min-width: 768px) {
  .register-wrapper {
    display: inline-block;
  }
}

.resetpw-wrapper {
  margin-left: 0;
}
@media (min-width: 768px) {
  .resetpw-wrapper {
    margin-left: 1rem;
  }
}

/* uploads */
#uploads {
  margin-top: 1rem;
}
#uploads th, #uploads td {
  text-align: center;
}

/* order-item */
.order-items .order-item .item-detail-list {
  margin-top: 0.5rem;
}
.order-items .order-item .order-item-image-wrapper {
  padding-right: 0.25rem;
}
.order-items .order-item .order-item-image-wrapper img {
  width: 100%;
  object-fit: contain;
}
.order-items .order-items-total {
  margin-left: auto;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.order-items .price-col {
  text-align: right;
  margin-left: auto;
}

/* order-details */
.order-details {
  margin-bottom: 1rem;
}
.order-details .order-details-status {
  text-align: right;
}
@media (min-width: 992px) {
  .order-details .order-details-status {
    text-align: left;
  }
}

.order-details-data > li {
  margin-bottom: 1.5rem;
}
.order-details-data .order-details-data-item {
  color: #707070;
  display: block;
  font-size: 0.75rem;
}

.order-details-date {
  font-size: 1rem;
  font-weight: 700;
}
.order-details-date > span {
  margin-right: 0.5rem;
}

/* my-account */
.account-comparelist .card-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.account-head-data > div {
  margin-bottom: 2rem;
}
.account-head-data .account-head-data-credit {
  text-align: center;
  font-weight: 700;
  border: 1px solid #e46066;
}

.custom-switch {
  margin-left: 0.5rem;
}

.account-orders-item {
  margin-bottom: 1rem;
}
.account-orders-item a {
  text-decoration: none;
}

.account-data-item {
  margin-bottom: 2rem;
}

.shipping-order-modal .shipping-order-modal-mb {
  margin-bottom: 1rem;
}

/* reviews */
.account-feedback {
  margin-bottom: 1rem;
}

/* shipping-adresses */
.shipping-address-form-wrapper {
  margin-bottom: 1rem;
}

div.dataTables_wrapper div.dataTables_filter input[type=search] {
  margin-left: 0;
  width: 100%;
}

.shipping-address-standard-active tr:first-child {
  background-color: #f5f7fa;
}

/* RMA */
.rma-img {
  width: 100%;
  height: auto;
}

.product-thumbnail {
  max-width: 100px;
}

.list-compressed li.list-group-item {
  display: flex;
}

.list-compressed {
  max-height: 50vh;
  overflow-y: auto;
}

#rmaStickyItems.loadingAJAX .rmaItemContainer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
  z-index: 3;
}

#rmaStickyPositions.loadingAJAX::after, #rmaStickyPositions.loadingAJAX::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 2rem;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  border: 8px solid #e46066;
  border-radius: 50%;
  border-color: #e46066 #e46066 transparent transparent;
  animation: ringLoader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

#rmaStickyPositions.loadingAJAX::before {
  animation-delay: -0.25s;
}

@keyframes ringLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#rma-positions .custom-select {
  min-width: 63px;
}

.register-form-account .register-form-account-unreg, .register-form-account .register-form-account-password, .register-form-account .register-form-account-repeat {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .register-form-account .register-form-account-unreg, .register-form-account .register-form-account-password, .register-form-account .register-form-account-repeat {
    margin-bottom: 0;
  }
}

/* customer-login */
.customer-login-buttons {
  margin-bottom: 0;
}
.customer-login-buttons .customer-login-buttons-forgot {
  width: 100%;
  display: block;
  text-decoration: underline;
}

.contact-form legend {
  border: 0;
}
.contact-form .contact-form-privacy {
  text-align: left;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .contact-form .contact-form-privacy {
    text-align: right;
  }
}
.contact-form .is-top {
  margin-top: 2rem;
}
.contact-form .contact-form-hr {
  margin-bottom: 2rem;
}

.newsletter-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.newsletter-subscribe {
  margin-bottom: 5rem;
}
.newsletter-subscribe .newsletter-subscribe-consent {
  margin-top: 0.25rem;
}

.newsletter-unsubscribe {
  margin-top: 1rem;
}
