/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media screen and (min-width: 769px) {
  #html-body .pagebuilder-slide-wrapper {
    background-size: contain !important;
    height: 442px;
  }
}
.auction-message-without-action.a0_style {
  grid-row: 4 / span 4;
}
.margin-left {
  margin-left: 5px;
}
.auction-message-without-action.changeRow {
  grid-row: 4;
}
.under_image_info-container {
  float: right;
  margin-right: 5px;
  margin-left: 15px;
}
.fa-solid.fa-heart.is-favorite {
  color: red;
}
.fa-solid.fa-heart {
  color: grey;
}
.sidebar.sidebar-main {
  display: none;
}
.toolbar.toolbar-products {
  display: none;
}
.page-products .columns {
  padding-top: 10px;
}
.info-product-state {
  font-size: 11px;
}
.icon-resubasta_check {
  padding-right: 4px;
  font-size: 9px;
  padding-top: 1px;
}
.page-products .grey {
  color: grey;
}
.message-offer-status {
  font-size: 10px;
  margin-left: 10px;
}
.negative-outcome {
  color: #ff9d00;
}
.positive-outcome {
  color: #00adbb;
}
.auction-message {
  display: flex;
  border-radius: 10px;
  border-width: 1.5px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 0px;
  margin-top: 5px;
  width: 95%;
  align-content: center;
  background-color: #ececec;
}
.auction-message-without-action {
  grid-row: 6;
  grid-column: 2;
  margin-top: 2px;
}
.page-products .page-main {
  -webkit-flex-grow: unset;
  flex-grow: unset;
  padding-left: unset;
  padding-right: unset;
}
.auction-won {
  color: green;
}
.auction-loss {
  color: red;
}
.auction-status {
  grid-row: 6;
  grid-column: 2;
}
.time-critical {
  color: red;
}
.product-item-attributes {
  color: black;
  grid-row: 2;
  grid-column: 2;
  color: #00adbb;
}
.product-item-attributes p {
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item-attributes span {
  font-weight: 700;
}
.page-products .product-item-photo {
  grid-row: 1 / span 5;
  grid-column: 1;
}
.page-products .auction-details {
  grid-row: 3;
  grid-column: 2;
}
.page-products .auction-buyout {
  grid-row: 4;
  grid-column: 2;
}
.page-products .pending-approval {
  grid-row: 4;
  grid-column: 2;
  font-size: 12px;
}
.auction-remaining-time {
  font-size: 12px;
  grid-row: 5;
  grid-column: 2;
  margin-top: 2px;
}
.page-products .product-item-info {
  width: 100%;
}
.products-grid .product-item {
  width: 100%;
  margin-left: 0;
}
a {
  display: block;
}
p {
  margin: 0;
}
.product-item-photo {
  position: relative;
}
.products-grid:not(:first-of-type) .block-subtitle {
  margin-top: 15px;
  margin-bottom: 5px;
}
.page-products .product-item:last-child {
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.bidder-vertical-grid {
  overflow: hidden;
}
.bidder-vertical-grid .products-grid {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
}
#html-body .bidder-vertical-grid .products-grid a,
#html-body .bidder-vertical-grid .products-grid a:visited {
  color: inherit;
  text-decoration: none;
}
.cms-resubasta-com {
  background-color: #f2f2f2;
}
.cms-resubasta-com .bidder-grid-container .listProductCollection {
  box-shadow: unset;
}
.cms-resubasta-com .bidder-grid-container .listProductCollection .products-grid {
  background-color: unset;
}
.cms-resubasta-com .columns .column.main {
  padding-bottom: 0px;
}
.cms-resubasta-com .page-footer {
  margin-top: 10px;
}
.title-homepage-grid {
  margin: 0px 10px;
  color: #00adbb;
  font-weight: 700;
  font-size: 18px;
}
.grid-ending-soon {
  position: relative;
  display: flex;
  margin: 20px 0;
  width: 100%;
}
.grid-ending-soon .product-items {
  width: 100%;
  display: flex;
  /* Make it a flex container */
  overflow-x: auto;
  /* Allow horizontal scrolling */
  list-style-type: none;
  /* Remove default list styles */
  padding: 0;
  /* Remove default padding */
  /* Prevents wrapping of items */
  line-height: 1.2;
  padding-left: 10px;
}
.grid-ending-soon .product-image-wrapper {
  padding-bottom: 71.42857143% !important;
}
.grid-ending-soon .bid-amount {
  font-size: 18px;
}
.grid-ending-soon .product-ending-soon {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  flex: 0 0 auto;
  /* Items don't grow or shrink and auto basis */
  margin-right: 7px;
  /* Add some spacing between items */
  /* display: block; */
  width: calc(40% - 10px);
  height: 200px;
  background-color: #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  margin-bottom: 20px;
  transition: transform 0.2s;
  border-width: 0px;
}
.grid-ending-soon .product-ending-soon:hover {
  transform: scale(1.02);
}
.grid-ending-soon .image-ending-soon {
  width: 100%;
  overflow: hidden;
  position: relative;
  flex: 0 0 50%;
}
.grid-ending-soon .image-ending-soon img {
  width: 100%;
  display: block;
}
.grid-ending-soon .info-ending-soon {
  display: flex;
  /* Flexbox layout */
  flex-direction: column;
  /* Stack children vertically */
  justify-content: space-between;
  /* Space between first and last child */
  height: 100%;
  /* 100% height as mentioned */
  position: relative;
  /* Relative positioning for its children */
  margin-top: 5px;
}
.grid-ending-soon .name-ending-soon {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #666666;
  font-weight: 600;
  display: -webkit-box;
  /* Use box model for content */
  -webkit-line-clamp: 3;
  /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  /* Stack content vertically */
  overflow: hidden;
  /* Hide any overflow */
  height: calc(1.2em * 2.1);
}
.grid-ending-soon .auction-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.grid-ending-soon .bid-amount {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  margin: 0px 10px;
}
.grid-ending-soon .homepage-horizontal-grid-bottom-message .time {
  font-weight: 600;
}
.grid-ending-soon .homepage-horizontal-grid-bottom-message {
  width: 100%;
  text-align: center;
  background-color: #00adbb;
  height: 34px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.grid-ending-soon .homepage-horizontal-grid-bottom-message span {
  display: block;
  font-size: 12px;
  color: white;
}
#html-body.cms-resubasta-com .view-more-wrapper {
  display: block;
  text-align: center;
  /* Center the link */
  padding: 5px 0px;
  /* Add some space at the top */
  background-color: #00adbb;
  color: white;
  /* Set a default color */
  font-weight: 600;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 15px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
#html-body.cms-resubasta-com .view-more-wrapper:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #html-body.cms-resubasta-com .pagebuilder-slide-wrapper {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 0px;
  }
  #html-body.cms-resubasta-com .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 0px;
    background-color: transparent;
  }
  #html-body.cms-resubasta-com .pagebuilder-slide-wrapper {
    height: calc(33vw - 7px);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.4);
  }
  #html-body.cms-resubasta-com .header-background {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #html-body.cms-resubasta-com .secondary-style-button {
    font-size: 8px;
    padding: 2px 4px;
  }
  #html-body.cms-resubasta-com .category-title-wrapper {
    text-align: center;
    margin-bottom: 20px;
    /* spacing before the products */
    margin: 0px 10px 10px 10px;
  }
  #html-body.cms-resubasta-com .category-title {
    font-size: 18px;
    font-weight: 600;
    /* adjust as needed */
    margin: 0;
    color: #cccccc;
  }
  #html-body.cms-resubasta-com .grey-line {
    height: 1px;
    background-color: #e9e9e9;
    margin-top: 10px;
    /* adjust as needed */
  }
  #html-body.cms-resubasta-com .page-wrapper {
    background-color: #eaeaea;
  }
  #html-body.cms-resubasta-com .block.widget.block-products-list.grid {
    padding-top: 10px;
    margin: 0px 10px 15px 10px;
    border-radius: 3%;
    background-color: white;
    overflow: hidden;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.4);
  }
  #html-body.cms-resubasta-com .block.widget.block-products-list.grid .block-content {
    padding: 10px;
  }
  #html-body.cms-resubasta-com .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  #html-body.cms-resubasta-com .product-item-name {
    margin: 0px;
  }
  #html-body.cms-resubasta-com .product-item-photo {
    grid-row: 1 / span 3;
    grid-column: 1;
    width: 100%;
    padding-right: 5px;
  }
  #html-body.cms-resubasta-com .auction-details {
    grid-row: 3;
    grid-column: 2;
  }
  #html-body.cms-resubasta-com .auction-details {
    display: flex;
    align-items: center;
    /* Vertically centers content within the grid row */
    justify-content: start;
    /* Align content to the start (left) of the grid column */
  }
  #html-body.cms-resubasta-com .product-image-photo {
    position: absolute;
    /* Allow the image to position itself relative to .product-image-wrapper */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    /* Cover the full width of the container */
    height: 100%;
    /* Cover the full height of the container */
    object-fit: cover;
    /* Maintain the image's aspect ratio */
    object-position: center;
    /* Center the image */
    margin: auto;
    /* Retain this to center the image in case its dimensions are less than the container */
  }
  #html-body.cms-resubasta-com .label.secondary-style-button {
    margin-right: 5px;
  }
}
#html-body.cms-resubasta-com .product-image-container {
  width: 100% !important;
  /* Override the hardcoded width */
}
@media screen and (min-width: 769px) {
  #html-body.cms-resubasta-com .pagebuilder-slide-wrapper {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 0px;
  }
  #html-body.cms-resubasta-com .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 0px;
    background-color: transparent;
  }
  #html-body.cms-resubasta-com .pagebuilder-slide-wrapper {
    height: calc(33vw - 7px);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.4);
  }
  #html-body.cms-resubasta-com .header-background {
    margin-bottom: 20px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-ending-soon .product-ending-soon {
    max-width: 240px;
    height: 300px;
  }
  .grid-ending-soon .product-ending-soon .name-ending-soon {
    font-size: 15px;
    text-align: center;
    margin-left: unset;
    margin-right: unset;
    margin-bottom: unset;
  }
  .grid-ending-soon .product-ending-soon .bid-amount {
    font-size: 20px;
  }
  .product-image-photo {
    margin-top: 0;
  }
  .product-item-info {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .product-item-info .product-item-photo {
    grid-column: 1;
    grid-row: 1 / span 3;
  }
  .product-item-info .product-item-details {
    grid-column: 1;
    grid-row: 4;
  }
  .product-item-info .product-item-attributes {
    grid-column: 1;
    grid-row: 5;
  }
  .product-item-info .auction-details {
    grid-column: 1;
    grid-row: 6;
  }
  .product-item-info .auction-buyout {
    grid-column: 1;
    grid-row: 7;
  }
  .product-item-info .auction-remaining-time {
    grid-column: 1;
    grid-row: 8;
  }
  .product-item-info .auction-message-without-action {
    grid-row: 9;
    grid-column: 1;
  }
}
.page-footer {
  display: flex;
  /* Makes the footer use flexbox layout */
  justify-content: center;
  /* Centers children horizontally */
  align-items: center;
  /* Centers children vertically */
  text-align: center;
  /* For direct text-based children */
  padding-top: 0px;
  background-color: #00adbb;
}
.footer-logo-wrapper {
  width: 100%;
  /* Takes full width of its parent */
  text-align: center;
  /* Centers inline-block children, like images */
}
.footer-logo-wrapper .logo-menu img {
  width: 50%;
  /* Set logo width to 50% of its container */
  max-width: 100%;
  /* Ensures the image doesn't overflow its parent */
  display: inline-block;
  /* Makes it respond to text-align of parent */
  margin: 0 auto;
  /* For any block-level centering that might be needed */
}
@media (min-width: 769px), print {
  .page-wrapper .page-footer {
    background: #00adbb;
    margin-top: auto;
    padding-bottom: 25px;
  }
}
.block.block-search {
  margin: 0 !important;
}
.header.content .control {
  display: flex;
}
.header.content .control .input-text {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.action.search {
  display: none !important;
}
@media (min-width: 769px), print {
  .block-search {
    float: unset !important;
    padding-left: unset !important;
    position: static !important;
    width: 100% !important;
    z-index: 4;
  }
}
@media (min-width: 769px), print {
  .nav-toggle {
    display: grid !important;
  }
}
.panel.wrapper .panel.header {
  display: none;
}
/* Setting the cart container to use Grid */
.minicart-wrapper .action.showcart {
  display: grid !important;
  place-items: center;
  /* This will center both icon and counter in the grid cell */
}
.minicart-wrapper .action.showcart::before {
  grid-row: 1 !important;
  grid-column: 1 !important;
}
/* Ensuring both the cart icon and counter overlap in the same grid cell */
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter.qty {
  grid-row: 1 !important;
  grid-column: 1 !important;
  margin-bottom: 15px !important;
}
.minicart-wrapper .action.showcart .counter .counter-number {
  text-shadow: none !important;
}
/* Styling the counter */
.content .minicart-wrapper .action.showcart .counter.qty {
  background-color: transparent;
  border-radius: 0%;
  padding: 0 5px;
  color: #00adbb;
  font-weight: bold;
  z-index: 1;
  margin-left: 2px;
  /* Ensure the counter is above the cart icon/text */
}
.header.content .minicart-wrapper .action.showcart::before,
.header.content .minicart-wrapper .action.showcart.active::before {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: '\f07a';
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 28px;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
.header.content .minicart-wrapper .action.showcart:hover::before {
  color: #333;
}
.logo img {
  content: url('../images/logo.png');
}
.my-account-link {
  display: none;
}
.my-account-link .fa-user {
  color: white;
}
.my-account-link:hover .fa-user {
  color: black;
}
.minicart-wrapper .action.showcart::before {
  color: white !important;
}
.logo img {
  content: url('../images/logo-mobile.png');
}
.block-search .minisearch input#search {
  position: static;
  border-radius: 15px;
}
.block-search .minisearch .control {
  margin: 0 !important;
}
.block-search .minisearch .label {
  display: none;
}
.block-search .control {
  border-top: 0px !important;
  padding: 0px 5px !important;
}
.page-header {
  border-bottom: 0px !important;
  background-color: #00adbb;
  margin-bottom: 20px !important;
}
.nav-toggle::before {
  color: white !important;
}
.action.nav-toggle {
  color: white !important;
}
.my-account-link .fa-user {
  color: white;
}
.my-account-link:hover .fa-user {
  color: black;
}
.logo-name {
  display: flex;
  justify-content: space-between;
  grid-column: 1 / span 3;
  grid-row: 1;
  padding-top: 4px;
}
.logo-name .name {
  color: white;
  font-weight: 600;
}
.header.content {
  display: grid;
  grid-template-columns: 0.2fr 1.2fr 0.2fr;
  /* Divide the content area into three equal parts */
  grid-template-rows: auto auto;
  /* Two rows: one for the logo and one for the rest */
  gap: 10px;
  /* Spacing between grid items */
  align-items: center;
  /* Center the items vertically */
}
#html-body .logo {
  grid-column: 1 / span 3;
  /* The logo will span all three columns */
  grid-row: 1;
  /* Place it in the first row */
  /* We dont need to Center the logo */
  float: unset;
  margin: 0 0 0 0;
}
.action.nav-toggle {
  grid-column: 1;
  /* First part of the second row */
  grid-row: 2;
  position: static;
}
.block-search {
  grid-column: 2;
  /* Middle part of the second row */
  grid-row: 2;
}
.minicart-wrapper {
  grid-column: 3;
  /* Last part of the second row */
  grid-row: 2;
  margin-top: 0px !important;
}
@media (min-width: 1024px), print {
  .header.content {
    display: grid;
    grid-template-columns: 0.2fr 0.8fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    align-items: center;
  }
  .header.content .action.nav-toggle {
    grid-row: 1;
    grid-column: 1;
    margin-top: 5px;
  }
  .header.content .logo-name {
    grid-column: 2;
    grid-row: 1;
    justify-content: space-between;
    display: flex;
    padding-top: 0px;
  }
  .header.content .authorization-link {
    display: inline;
    grid-column: 4;
    grid-row: 1;
    margin-left: auto;
  }
  .header.content .block.block-search {
    grid-row: 1;
    grid-column: 3;
    margin: 0 !important;
  }
}
@media (max-width: 1023px), print {
  .header.content .authorization-link {
    display: inline;
    grid-column: 3;
    grid-row: 2;
    position: static;
  }
}
#social-login-authentication label::after {
  content: "";
}
.white-popup#social-login-popup {
  border-radius: 10px;
  margin: 0 7px;
}
.social-login.block-container.authentication {
  margin-top: 10px;
}
.mfp-content #social-login-popup .social-login-title,
#request-popup .social-login-title {
  margin: 0px;
  padding: 0px;
}
.mfp-content #social-login-popup > div.mp-social-popup.col-mp.mp-7 div.social-login-title {
  width: 100%;
}
.mfp-content #social-login-popup .social-login-title {
  background-color: white;
  /* Use !important to override any inline styles */
  color: #000000;
}
.mfp-content #social-login-popup .social-login-title .action.create {
  color: #00adbb;
  font-style: italic;
}
.mfp-content #social-login-popup .social-login-title .italic {
  font-style: italic;
}
.mfp-content #social-login-popup .social-login-title .login-title {
  color: #999999;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  padding-left: 0;
  text-align: center;
}
.center {
  text-align: center;
}
#social-form-password-forget .recover-pass {
  display: none;
}
#social-form-login input[type="text"],
#social-form-password-forget input[type="text"],
#social-form-login input[type="password"],
#social-form-password-forget input[type="password"],
#social-form-login input[type="url"],
#social-form-password-forget input[type="url"],
#social-form-login input[type="tel"],
#social-form-password-forget input[type="tel"],
#social-form-login input[type="search"],
#social-form-password-forget input[type="search"],
#social-form-login input[type="number"],
#social-form-password-forget input[type="number"],
#social-form-login input[type*="date"],
#social-form-password-forget input[type*="date"],
#social-form-login input[type="email"],
#social-form-password-forget input[type="email"] {
  border-radius: 25px;
  border-color: #79cbd2;
  width: 110%;
  margin-left: -5%;
  border-width: 2px;
  height: 40px;
}
#social-login-popup .social-login #bnt-social-login-authentication,
#social-login-popup .forgot .primary button,
#social-login-popup .create .primary button,
#social-login-popup .fake-email .primary button {
  background-color: #79cbd2;
  border: none;
  border-radius: 15px;
}
#social-login-popup .mp-social-popup .social-login #bnt-social-login-authentication,
#social-login-popup .mp-social-popup .forgot .primary button,
#social-login-popup .mp-social-popup .create .primary button,
#social-login-popup .mp-social-popup .fake-email .primary button {
  background-color: #00adbb;
  border: none;
  border-radius: 25px;
  width: 90%;
  font-size: 19px;
  padding: 12px 0px;
}
.mp-social-popup .parent {
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  width: 90%;
  margin-left: 5%;
}
.mp-social-popup .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  font-size: 19px;
  margin-bottom: 10px;
  /* Pulls the "O" slightly down so it looks underlined */
  z-index: 1;
  color: #cccccc;
}
.mp-social-popup .line {
  flex-grow: 1;
  height: 1px;
  background-color: #cccccc;
}
#mp-popup-social-content .parent {
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  width: 90%;
  margin-left: 5%;
}
#mp-popup-social-content .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  font-size: 19px;
  margin-bottom: 10px;
  /* Pulls the "O" slightly down so it looks underlined */
  z-index: 1;
  color: #cccccc;
}
#mp-popup-social-content .line {
  flex-grow: 1;
  height: 1px;
  background-color: #cccccc;
}
#mp-popup-social-content .btn-google {
  color: #000000;
  background-color: white;
  border-color: #000000;
}
#mp-popup-social-content .btn-social > :first-child {
  border-right: none;
}
#mp-popup-social-content .social-btn .btn-social {
  border-color: #000000;
  border-radius: 25px;
  padding: 8px 0;
}
#mp-popup-social-content #social-form-login .field.mail.required {
  margin: 0 0 0;
}
.action.remind.italic {
  margin-bottom: 10px;
}
#social-form-create .fieldset.create {
  margin: 0 0 20px;
}
.social-login .create-account-title {
  color: #999999;
  font-size: 21px;
  font-weight: 600;
  padding-left: 0px;
  text-align: center;
}
#social-login-popup .field.street .control .pac-container {
  top: unset !important;
  left: unset !important;
}
.catalog-product-view .number-of-offers {
  padding: 3x 6px;
  font-size: 10px;
  color: black;
  margin-left: 5px;
}
.catalog-product-view .pages .pages-items {
  display: none;
}
.catalog-product-view .social-login-btn {
  border-radius: 25px;
}
.catalog-product-view #load-more-btn {
  border: 1px solid white;
  background-color: #00adbb;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  border: unset;
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
}
.catalog-product-view #load-more-btn:hover,
.catalog-product-view #load-more-btn:visited,
.catalog-product-view #load-more-btn:active {
  background-color: #00adbb;
  color: #fff;
  text-decoration: none;
}
.catalog-product-view .auction-status-message {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
}
.catalog-product-view #buy-now-form .buy-now-button {
  height: 34px;
  display: flex;
  flex-direction: column;
}
.catalog-product-view #buy-now-form .buy-now-button div {
  margin-top: auto;
  margin-bottom: auto;
}
.catalog-product-view h2.product-view-details-title {
  margin-bottom: 1rem;
}
.catalog-product-view .product.attribute.description {
  margin-bottom: 2rem;
}
.catalog-product-view h1,
.catalog-product-view p {
  margin-bottom: 0.5rem;
}
.catalog-product-view p#main-attributes {
  font-weight: 600;
  color: #00adbb;
}
.catalog-product-view p#secondary-attributes {
  font-size: 10px;
  font-weight: 600;
}
.catalog-product-view .page-title-wrapper.product {
  display: flex;
  flex-direction: column;
}
.catalog-product-view .under_image_info-container {
  order: -1;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-view-details-title {
    color: #999999;
    font-weight: 600;
    font-size: 21px;
  }
  .catalog-product-view .product-info-main .product-info-price {
    display: none;
  }
  .catalog-product-view .modal-footer .action-primary.action-accept {
    background: #00adbb;
    border: 1px solid #00adbb;
  }
  .catalog-product-view .all-questions > div {
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
    padding: 0;
  }
  .catalog-product-view .bidder-qa-modal .modal-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 90%;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    z-index: 902;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .catalog-product-view .bidder-qa-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
  }
  .catalog-product-view .bidder-qa-modal .modal-title {
    font-size: 18px;
    margin: 0;
    color: #333;
  }
  .catalog-product-view .bidder-qa-modal .action-close {
    font-size: 24px;
    border: none;
    background: none;
    cursor: pointer;
  }
  .catalog-product-view .bidder-qa-modal .modal-content {
    padding: 16px;
    overflow-y: auto;
  }
  .catalog-product-view .bidder-qa-modal .label {
    display: block;
    margin-bottom: 8px;
    color: #666;
  }
  .catalog-product-view .bidder-qa-modal .queryquestion {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
  }
  .catalog-product-view .bidder-qa-modal .modal-footer {
    text-align: center;
  }
  .catalog-product-view .bidder-qa-modal .wk-question-submit {
    border: 1px solid white;
    background-color: #00adbb;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    border: unset;
  }
  .catalog-product-view .bidder-qa-modal .wk-question-submit:hover,
  .catalog-product-view .bidder-qa-modal .wk-question-submit:visited,
  .catalog-product-view .bidder-qa-modal .wk-question-submit:active {
    background-color: #00adbb;
    color: #fff;
    text-decoration: none;
  }
  .catalog-product-view #ajaxquestion-answertemplate .subj {
    display: none;
  }
  .catalog-product-view #ajaxquestion-answertemplate .logo {
    display: none;
  }
  .catalog-product-view #ajaxquestion-answertemplate .qa-ans {
    border: 1px solid white;
    background-color: #00adbb;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    border: unset;
    margin-right: auto;
    margin-left: auto;
  }
  .catalog-product-view #ajaxquestion-answertemplate .qa-ans:hover,
  .catalog-product-view #ajaxquestion-answertemplate .qa-ans:visited,
  .catalog-product-view #ajaxquestion-answertemplate .qa-ans:active {
    background-color: #00adbb;
    color: #fff;
    text-decoration: none;
  }
  .catalog-product-view #ajaxquestion-answertemplate .ques {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 45px;
    border-color: lightgray;
    border-width: 1px;
    border-style: solid;
    background-color: lightgray;
    border-radius: 7px;
    width: 80%;
    padding: 7px;
  }
  .catalog-product-view #ajaxquestion-answertemplate .ques .ques-user-info {
    color: black;
  }
  .catalog-product-view #ajaxquestion-answertemplate .answers {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .catalog-product-view #ajaxquestion-answertemplate .answer {
    margin-left: auto;
    width: 80%;
    margin-top: 0;
  }
  .catalog-product-view #ajaxquestion-answertemplate .answers .answer:not(:last-child) {
    margin-bottom: 10px;
  }
  .catalog-product-view #ajaxquestion-answertemplate .answ {
    padding-left: 0px;
    border-color: #00adbb;
    border-width: 1px;
    border-style: solid;
    background-color: #00adbb;
    border-radius: 7px;
    padding: 7px;
    color: white;
  }
  .catalog-product-view #ajaxquestion-answertemplate .answ .user-info {
    color: black;
  }
  .catalog-product-view #ajaxquestion-answertemplate .answ.more {
    text-align: right;
    background-color: white;
    border: unset;
  }
  .catalog-product-view #ajaxquestion-answertemplate .reviews {
    display: none;
  }
  .catalog-product-view #ajaxquestion-answertemplate .wk_prewrap {
    white-space: normal;
  }
  .catalog-product-view .box-collateral.box-description {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .catalog-product-view .box-collateral.box-description .question-header > h4 {
    float: unset !important;
    text-align: center;
  }
  .catalog-product-view .box-collateral.box-description .question-container {
    margin-bottom: 0;
  }
  .catalog-product-view .box-collateral.box-description .mainprt {
    padding: 0;
    margin-bottom: 0;
  }
  .catalog-product-view .box-collateral.box-description .all-questions {
    order: 1;
  }
  .catalog-product-view .box-collateral.box-description .qa-question .action.primary {
    background: #00adbb;
    border: 1px solid #00adbb;
    border-radius: 15px;
  }
  .catalog-product-view .box-collateral.box-description #search-bar {
    display: none;
  }
  .catalog-product-view .box-collateral.box-description .question-header {
    display: none;
  }
  .catalog-product-view .box-collateral.box-description .toolbar-amount {
    display: none;
  }
  .catalog-product-view .box-collateral.box-description .limiter {
    display: none;
  }
  .catalog-product-view .normal-div {
    margin-top: 20px;
  }
  .catalog-product-view .fotorama {
    overflow: visible !important;
  }
  .catalog-product-view .gallery-placeholder__image {
    border-radius: 3%;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.4);
    /* Adjust values as needed */
  }
  .catalog-product-view .fotorama__stage .fotorama__img {
    border-radius: 3% !important;
  }
  .catalog-product-view .fotorama__stage {
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.4) !important;
    /* Adjust values as needed */
    border-radius: 3% !important;
  }
  .catalog-product-view .fotorama__active .fotorama__dot {
    height: 6px;
    width: 6px;
    background-color: #4b4b4b !important;
    border-color: #4b4b4b !important;
    /* 4b4b4b */
  }
  .catalog-product-view .fotorama__dot {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #999999 !important;
    border-color: #999999 !important;
  }
  .catalog-product-view .fotorama__nav.fotorama__nav--dots {
    margin-top: 10px;
  }
  .catalog-product-view .field.search .control .input-text {
    border-radius: 3%;
  }
  .catalog-product-view .product-info-main {
    margin-top: 15px;
  }
  .catalog-product-view .product-info-main .page-title .base {
    font-weight: 600;
    line-height: 1.33;
    font-size: 21px;
  }
  .catalog-product-view .rating {
    font-size: 10px;
    color: black;
  }
  .catalog-product-view .fa-user {
    color: #00adbb;
  }
  .catalog-product-view .fa-angle-right {
    font-size: 30px;
    /* Adjust size as needed */
    margin-left: auto;
    /* Pushes the icon to the far right */
    margin-right: 10px;
    align-self: center;
    /* Vertically center within the flex container */
    color: #00adbb;
  }
  .catalog-product-view .shop_info {
    color: #000000;
  }
  .catalog-product-view #profileconnect:hover {
    text-decoration: none;
    /* To remove underline */
  }
}
.catalog-product-view .auction-message {
  height: 34px;
  padding-top: unset;
  margin-top: unset;
  padding-left: unset;
  padding-right: unset;
  width: 100%;
}
.catalog-product-view .auction-time-left-container,
.catalog-category-view .auction-time-left-container {
  margin-top: 10px;
  font-size: 10px;
}
.catalog-product-view .price_product_view .price-info,
.catalog-category-view .price_product_view .price-info {
  font-size: 21px;
  color: #00adbb;
  font-weight: 600;
}
.catalog-product-view .highest .offer-square,
.catalog-category-view .highest .offer-square {
  background-color: #00adbb;
}
.catalog-product-view .highest .price-info,
.catalog-category-view .highest .price-info {
  color: #00adbb;
}
.catalog-product-view .label-auction-end,
.catalog-category-view .label-auction-end {
  font-weight: 600;
}
.catalog-product-view #auctionCountdown,
.catalog-category-view #auctionCountdown {
  font-size: 18px;
  font-weight: normal;
}
.catalog-product-view .offer-square,
.catalog-category-view .offer-square {
  display: inline-block;
  background-color: #ff9d00;
  color: white;
  padding: 3px 6px;
  text-align: center;
  vertical-align: middle;
  border-radius: 7px;
  font-size: 10px;
}
.catalog-product-view .minprice_inmidiatebuy,
.catalog-category-view .minprice_inmidiatebuy {
  margin-top: 10px;
}
.catalog-product-view .minprice_inmidiatebuy .label,
.catalog-category-view .minprice_inmidiatebuy .label {
  color: #00adbb;
}
.catalog-product-view .minprice_inmidiatebuy .price,
.catalog-category-view .minprice_inmidiatebuy .price {
  font-weight: 700;
}
.catalog-product-view .modal-slide.modal-popup .modal-header,
.catalog-category-view .modal-slide.modal-popup .modal-header {
  text-align: center;
}
.catalog-product-view .input-text::placeholder,
.catalog-category-view .input-text::placeholder {
  text-align: center;
  /* Additional styling for the placeholder text */
}
.catalog-product-view .message.error,
.catalog-category-view .message.error {
  margin: 0;
}
.catalog-product-view .buy-now-button {
  background-color: #00adbb;
  border-width: 0;
}
.catalog-product-view .buy-now-button,
.catalog-product-view .buy-now-button:hover {
  background-color: #00adbb;
  border: unset;
  color: white;
}
.default-style-button,
.default-style-button:hover,
.default-style-button:focus,
.default-style-button:active {
  background-color: white;
  border-color: #00adbb;
  border-width: 2px;
  border-radius: 25px !important;
  color: #00adbb;
  outline: none;
  text-align: center;
  /* To remove the default focus outline */
}
.secondary-style-button {
  background-color: #00adbb;
  border-color: #00adbb;
  border-radius: 5px;
  color: white;
}
.auction-message-without-action .auction-message .authorization-link {
  width: 100%;
}
.auction-message-without-action .auction-message .authorization-link .buy-now-button.social-login-btn {
  height: 100%;
}
.page-wrapper .nav-open .page-wrapper {
  left: 400px !important;
}
@media only screen and (max-width: 768px) {
  .nav-open .page-wrapper {
    left: 400px !important;
  }
}
.section-item-title.nav-sections-item-title {
  display: none;
}
.section-item-content.nav-sections-item-content {
  margin-top: 0px;
  padding: 0 0;
}
.sections.nav-sections {
  max-width: 400px;
}
@media (min-width: 769px) {
  #loggedInDiv {
    display: none !important;
    /* Use !important to override any inline styles */
  }
}
.menu-logo-wrapper {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
}
.section-items.nav-sections-items.mage-tabs-disabled {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #79cbd2 !important;
    border-style: solid !important;
    border-width: 0 0 0 8px !important;
    color: #000000 !important;
  }
}
.nav-sections,
.navigation {
  background-color: white !important;
}
.user-profile {
  background-color: #00adbb;
  padding: 20px 10px;
  color: white;
}
.user-profile .fa,
.user-profile .user-profile__line {
  color: white;
}
.user-profile .fa-user,
.user-profile .fa-angle-right,
.user-profile .user-greeting,
.user-profile .menu-link {
  align-self: center;
}
.user-profile .fa-user,
.user-profile .fa-angle-right {
  font-size: 24px;
}
.user-profile .fa-user {
  margin: 0;
}
.user-profile .fa-angle-right {
  margin-left: auto;
  margin-right: 10px;
}
.user-profile .user-greeting {
  font-size: 18px;
  font-weight: 700;
}
.user-profile .sold-unsold {
  font-size: 14px;
  font-weight: 600;
}
.user-profile .user-profile__line {
  display: contents;
  text-decoration: none;
}
.user-profile .user-profile__line:visited {
  color: white;
}
.user-profile .user-sales-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.user-profile .icon-placeholder {
  width: 20px;
  height: 20px;
  display: inline-block;
  visibility: hidden;
}
.user-profile .menu-link {
  font-weight: 400;
}
.user-profile .small-store-info {
  font-size: 10px;
  font-style: italic;
}
.user-profile .icon.number-icon {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00adbb;
  font-weight: 1000;
  font-size: 14px;
  margin-left: auto;
  align-self: center;
}
.user-profile .user-profile__button {
  grid-column: 1 / span 3;
  background-color: #79cbd2;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.user-profile .user-profile__button:hover {
  background-color: #008fa1;
}
.search-container {
  text-align: center;
  padding: 20px;
  background-color: white;
  color: white;
}
.search-container h2 {
  font-size: 21px;
  font-weight: 600;
  margin: 0 30px;
  padding-bottom: 20px;
  background-color: white;
  color: #5d5d5f;
}
.search-container .magento-search-bar {
  margin: 0 auto;
  border-radius: 25px;
  border-width: 2px;
  border-color: #79cbd2;
}
@media screen and (min-width: 768px) {
  .nav-sections {
    width: 300px;
    left: -300px;
    transition: left 0.3s;
  }
  .nav-open .nav-sections {
    left: 0;
    z-index: 999;
  }
  .navigation {
    background: #f0f0f0;
  }
  .navigation .level0 {
    font-size: 14px;
    border-top: 1px solid #d1d1d1;
  }
  .navigation .level0 > .level-top {
    padding: 8px 40px 8px 15px;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
}
@media screen and (max-width: 768px) {
  .catalog-category-view .item.product.product-item {
    display: block;
  }
}
.gray {
  color: gray;
}
.red {
  color: #ff9d00;
}
.blue {
  color: #00adbb;
}
@media (max-width: 768px) {
  .page-products #maincontent .columns {
    padding-top: 0;
  }
  .page-products .page-header {
    margin-bottom: 0px;
  }
  .page-products .page-footer {
    margin-top: auto;
  }
  .page-products .columns .column.main {
    padding-bottom: 0px;
  }
  .page-products .secondary-style-button {
    font-size: 8px;
    padding: 2px 4px;
  }
  .page-products .category-title-wrapper {
    margin-bottom: 20px;
    /* spacing before the products */
    margin: 0px 10px 0px 10px;
  }
  .page-products .category-title {
    font-size: 18px;
    font-weight: 600;
    /* adjust as needed */
    margin: 0;
    color: #00adbb;
  }
  .page-products .grey-line {
    height: 1px;
    background-color: #e9e9e9;
    margin-top: 10px;
    /* adjust as needed */
  }
  .page-products .page-wrapper {
    background-color: #eaeaea;
  }
  .page-products .block.widget.block-products-list.grid {
    padding-top: 10px;
    margin: 0px 0px 0px 0px;
    background-color: white;
    overflow: hidden;
  }
  .page-products .block.widget.block-products-list.grid .block-content {
    padding: 10px;
  }
  .page-products .product-image-container {
    width: 100% !important;
    /* Override the hardcoded width */
  }
  .page-products .product-item a {
    display: block;
    /* Makes the anchor fill the list item */
    text-decoration: none;
    /* Optional: Removes the underline from links */
    color: inherit;
    /* Optional: Ensures the link color is the same as the text */
    /* Add padding if necessary */
  }
  .page-products .product-item-name {
    margin: 0px;
  }
  .page-products .product-item-photo {
    grid-row: 1 / span 2;
    grid-column: 1;
    width: 100%;
    padding-right: 5px;
  }
  .page-products .auction-details {
    display: flex;
    align-items: center;
    /* Vertically centers content within the grid row */
    justify-content: start;
    /* Align content to the start (left) of the grid column */
  }
  .page-products .product-image-photo {
    position: absolute;
    /* Allow the image to position itself relative to .product-image-wrapper */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    /* Cover the full width of the container */
    height: 100%;
    /* Cover the full height of the container */
    object-fit: cover;
    /* Maintain the image's aspect ratio */
    object-position: center;
    /* Center the image */
    margin: auto;
    /* Retain this to center the image in case its dimensions are less than the container */
  }
  .page-products .label.secondary-style-button {
    margin-right: 5px;
  }
  .page-products .view-more-wrapper {
    display: block;
    text-align: center;
    /* Center the link */
    padding: 5px 0px;
    /* Add some space at the top */
    background-color: #00adbb;
    color: white;
    /* Set a default color */
    font-weight: 600;
  }
  .page-products .view-more-wrapper:hover {
    text-decoration: none;
  }
}
.profile-page.visible {
  display: block;
  opacity: 1;
  visibility: visible;
}
.profile-page {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed position */
  top: var(--header-height);
  /* Use the CSS variable here */
  left: 0;
  right: 0;
  z-index: 13;
  /* Below the header's z-index */
  background: #00adbb;
  /* White or any other background color */
  transition: opacity 0.5s, visibility 0.5s;
  /* For a smooth fade-in effect */
  opacity: 0;
  visibility: hidden;
  /* Initially hidden */
  height: calc(100vh - var(--header-height));
  /* Calculate the height */
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.profile-page .user-info {
  margin-bottom: 5px;
}
.profile-page .bidder-profile-paying {
  display: flex;
  flex-direction: column;
}
.profile-page .bottom-section {
  position: relative;
  /* Make sure this is relative so the pseudo-element is positioned in relation to it */
  background-color: #00adbb;
  /* You have this to make space for the circle, but it may not be needed based on the exact look you're going for */
  z-index: 3;
  margin: 0px 10px;
}
.profile-page .bottom-buttons {
  margin-bottom: 20px;
}
.profile-page h2 {
  color: white;
  text-align: center;
  font-weight: 700;
  /* Or whatever color you want */
}
.profile-page .bottom-buttons {
  display: flex;
  flex-direction: column;
}
.profile-page .bottom-buttons button {
  text-align: center;
  margin-bottom: 10px;
  border-radius: 15px;
  width: 250px;
  color: #00adbb;
  align-self: center;
  font-weight: 600;
}
.profile-page .bottom-buttons button:hover,
.profile-page .bottom-buttons button:active,
.profile-page .bottom-buttons button:focus,
.profile-page .bottom-buttons button:visited {
  outline: none;
  color: #00adbb;
  background-color: white;
}
.profile-page .bottom-section .expandable-section:first-child {
  margin-top: 20px !important;
  /* Add bottom border to the last h3 */
}
.profile-page .bottom-section .expandable-section:last-child {
  border-bottom: 1px solid white;
  /* Add bottom border to the last h3 */
  margin-bottom: 20px;
}
.profile-page .image-container::before {
  content: "";
  display: block;
  width: 120%;
  height: 15vh;
  position: absolute;
  bottom: -14vh;
  left: 50%;
  transform: translateX(-50%) scaleY(2);
  border-radius: 50%;
  background-color: #00adbb;
  z-index: 2;
  /* Positioned above the image but below .bottom-section */
  pointer-events: none;
}
.profile-page .image-container::after {
  content: "";
  display: block;
  width: 17vh;
  /* Diameter of the new circle */
  height: 17vh;
  /* Diameter of the new circle */
  position: absolute;
  bottom: calc(50% - 4vh);
  /* Half the height of the semicircle minus half the height of the new circle */
  left: 50%;
  transform: translate(-50%, 50%);
  /* Center horizontally and move up by half of the new circle's height */
  border-radius: 50%;
  background-color: white;
  z-index: 3;
  /* Ensure it is above the ::before pseudo-element */
  pointer-events: none;
  /* Make it non-interactive */
}
.profile-page .image-container {
  position: relative;
  z-index: 1;
  /* Lower z-index to keep it at the bottom of the stack */
}
.profile-page .image-container .profile-center {
  position: absolute;
  top: 50%;
  /* Align the top of the icon to the center of the container */
  left: 50%;
  /* Align the left of the icon to the center of the container */
  bottom: calc(50% - 3vh);
  transform: translate(-50%, -50%);
  /* Center the icon exactly */
  font-size: 5.5em;
  /* Adjust the size of the icon as needed */
  z-index: 4;
  /* Above the .image-container::after pseudo-element */
  color: #00adbb;
  /* Choose the color you want for the icon */
}
.profile-page img {
  position: relative;
  z-index: 1;
  /* Ensure the image is below the circle */
  /* The rest of your image styling */
}
.profile-page .profile-info {
  margin-bottom: 20px;
}
.profile-page .profile-info .user-info {
  margin: 0px 20px;
  color: white;
}
.profile-page .profile-info .user-info p {
  font-weight: 700;
}
.profile-page :root {
  --header-height: 0px;
  /* Initial value if JavaScript hasn't run yet */
}
.marketplace-product-edit .page-wrapper {
  background-color: #00adbb;
}
.marketplace-product-edit .fieldset.info.wk-mp-fieldset {
  overflow: unset;
  height: auto;
}
.marketplace-product-edit .styled-class.wizard-style .wk-cat-container {
  margin-top: 0 !important;
}
.marketplace-product-edit .styled-class.wizard-style .wk-cat-container .wk-cat-name {
  word-spacing: normal;
}
.marketplace-product-edit #summary-div {
  overflow: auto;
  height: 50vh;
}
.marketplace-product-edit #summary-div .field > .label {
  display: none;
}
.marketplace-product-edit .footer.content {
  border-top: unset;
}
.marketplace-product-edit #media_gallery_content .image.image-placeholder {
  display: none;
}
.marketplace-product-edit .wk-cat-container .wk-cat-name {
  display: block;
  text-align: center;
  float: unset;
}
.marketplace-product-edit .wk-mp-design .wk-mp-fieldset .control {
  overflow: unset;
}
.styled-class {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
[id^="price-page-instructions"] {
  margin-bottom: 9px;
}
body.account.marketplace-product-add .page-header {
  display: none;
}
body.account.marketplace-product-add .sections.nav-sections {
  display: none;
}
body.account.marketplace-product-add .page-title-wrapper {
  display: none;
}
body.account.marketplace-product-add .page-footer {
  display: none;
}
@media (min-width: 769px), print {
  .account.page-layout-2columns-left.marketplace-product-add .column.main,
  .account.page-layout-2columns-left.marketplace-product-edit .column.main {
    width: 100%;
  }
}
@media (min-width: 769px), print {
  body.marketplace-product-add .auction-container-form-step,
  body.marketplace-product-edit .auction-container-form-step {
    margin-left: auto;
    margin-right: auto;
    width: 460px;
  }
}
body.marketplace-product-add .icon-resubasta_check,
body.marketplace-product-edit .icon-resubasta_check {
  padding-right: unset;
  font-size: 18px;
  padding-top: unset;
}
body.marketplace-product-add .auction-container-form-step,
body.marketplace-product-edit .auction-container-form-step {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-width: 460px;
}
body.marketplace-product-add .columns .sidebar.sidebar-main,
body.marketplace-product-edit .columns .sidebar.sidebar-main {
  display: none;
}
body.marketplace-product-add #imageDiv label,
body.marketplace-product-edit #imageDiv label {
  display: none;
}
body.marketplace-product-add #imageDiv,
body.marketplace-product-edit #imageDiv {
  background-color: #00adbb;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}
body.marketplace-product-add #imageDiv .field,
body.marketplace-product-edit #imageDiv .field {
  height: 100%;
}
body.marketplace-product-add #media_gallery_content,
body.marketplace-product-edit #media_gallery_content {
  border-style: none;
  padding: 0;
  margin: 0;
  background-color: #00adbb;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
}
body.marketplace-product-add #media_gallery_content .image,
body.marketplace-product-edit #media_gallery_content .image {
  border: none;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
body.marketplace-product-add #media_gallery_content .media_gallery_content,
body.marketplace-product-edit #media_gallery_content .media_gallery_content {
  height: 100%;
  position: relative;
}
body.marketplace-product-add #media_gallery_content .media_gallery_content::before,
body.marketplace-product-edit #media_gallery_content .media_gallery_content::before,
body.marketplace-product-add #media_gallery_content .media_gallery_content::after,
body.marketplace-product-edit #media_gallery_content .media_gallery_content::after {
  position: absolute;
  /* Other styling as needed */
}
body.marketplace-product-add #media_gallery_content::before,
body.marketplace-product-edit #media_gallery_content::before {
  content: none;
}
body.marketplace-product-add .image.image-placeholder,
body.marketplace-product-edit .image.image-placeholder {
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  height: 125px;
  /* Example height */
  width: 125px;
  /* Example width */
  border: 0;
}
body.marketplace-product-add .image.image-placeholder::before,
body.marketplace-product-edit .image.image-placeholder::before {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  color: #00adbb;
  font-size: 125px;
  /* Match or less than the parent div's height and width */
  line-height: 125px;
  /* Match the parent div's height for vertical alignment */
  top: 0px;
}
body.marketplace-product-add .image-placeholder-text,
body.marketplace-product-edit .image-placeholder-text {
  display: none;
}
body.marketplace-product-add .image.base-image .image-label,
body.marketplace-product-edit .image.base-image .image-label {
  background: none;
}
body.marketplace-product-add .draggable-handle,
body.marketplace-product-edit .draggable-handle {
  display: none;
}
body.marketplace-product-add .product-image,
body.marketplace-product-edit .product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.marketplace-product-add .image,
body.marketplace-product-edit .image {
  border-radius: 15px;
}
.marketplace-product-add .tox-editor-header {
  display: none;
}
.marketplace-product-add .tox .tox-statusbar {
  display: none;
}
.marketplace-product-add #descrDiv {
  margin-left: 40px;
  margin-right: 40px;
}
.marketplace-product-add .tox.tox-tinymce {
  border-radius: 15px;
}
.marketplace-product-add #step-7 .wk-cat-container .wk-cat-name {
  word-spacing: normal;
}
.marketplace-product-add #step-7 #priceDiv {
  flex-grow: 1;
  overflow-y: auto;
}
.marketplace-product-add #summary-description-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-radius: 15px;
  word-wrap: break-word;
  /* Ensures long words do not cause overflow */
  text-overflow: ellipsis;
  /* For single lines, this will show '...' at the end if the text is too long */
  max-height: 100px;
  /* Adjust as necessary for your layout */
  overflow-y: auto;
}
.marketplace-product-add #step-9 .field.required.styled-field,
.marketplace-product-edit #step-9 .field.required.styled-field {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
.marketplace-product-add #step-9 .field.required.styled-field #summaryDiv.control,
.marketplace-product-edit #step-9 .field.required.styled-field #summaryDiv.control {
  display: block;
  text-align: center;
  overflow-y: scroll;
  height: 100%;
}
.marketplace-product-add #step-9 .field.required.styled-field::after,
.marketplace-product-edit #step-9 .field.required.styled-field::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  background: linear-gradient(to bottom, #00adbb, #006a7a);
  pointer-events: none;
}
.marketplace-product-add #step-9 .wk-cat-container .wk-cat-name,
.marketplace-product-edit #step-9 .wk-cat-container .wk-cat-name {
  word-spacing: normal;
}
.marketplace-product-add .styled-field #summaryDiv .control,
.marketplace-product-edit .styled-field #summaryDiv .control {
  margin-top: 0;
  display: flex;
  justify-content: center;
  background-color: #00adbb;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  width: auto !important;
}
.marketplace-product-add .styled-field #summaryDiv .control #summary-auction-start,
.marketplace-product-edit .styled-field #summaryDiv .control #summary-auction-start,
.marketplace-product-add .styled-field #summaryDiv .control #summary-auction-end,
.marketplace-product-edit .styled-field #summaryDiv .control #summary-auction-end {
  align-self: center;
}
.marketplace-product-add .styled-field #summaryDiv .control #summary-auction-start .bidder-cat-label,
.marketplace-product-edit .styled-field #summaryDiv .control #summary-auction-start .bidder-cat-label,
.marketplace-product-add .styled-field #summaryDiv .control #summary-auction-end .bidder-cat-label,
.marketplace-product-edit .styled-field #summaryDiv .control #summary-auction-end .bidder-cat-label {
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
}
.marketplace-product-add,
.marketplace-product-edit {
  background-color: #00adbb;
}
.marketplace-product-add button,
.marketplace-product-edit button {
  font-size: 18px;
}
.marketplace-product-add .back-button,
.marketplace-product-edit .back-button,
.marketplace-product-add .back-button:hover,
.marketplace-product-edit .back-button:hover {
  align-self: end;
  border: 2px solid white;
  border-radius: 20px;
  color: white;
}
.marketplace-product-add .step-buttons-margin,
.marketplace-product-edit .step-buttons-margin {
  margin-bottom: 20px;
  margin-top: 20px;
}
.marketplace-product-add #step-1,
.marketplace-product-edit #step-1 {
  flex-grow: 1;
}
.marketplace-product-add #step-1 .back-button,
.marketplace-product-edit #step-1 .back-button,
.marketplace-product-add #step-1 .back-button:hover,
.marketplace-product-edit #step-1 .back-button:hover {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.marketplace-product-add #step-2 .step-2_inputs,
.marketplace-product-edit #step-2 .step-2_inputs {
  height: 100%;
  overflow-y: auto;
  flex-grow: 1;
}
.marketplace-product-add .step-2_inputs-container::after,
.marketplace-product-edit .step-2_inputs-container::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  background: linear-gradient(to bottom, #00adbb, #006a7a);
  pointer-events: none;
}
.marketplace-product-add .step-2_inputs-container,
.marketplace-product-edit .step-2_inputs-container {
  overflow-y: hidden;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-shrink: 1;
  min-height: 0;
}
.marketplace-product-add #step-2,
.marketplace-product-edit #step-2,
.marketplace-product-add #step-3,
.marketplace-product-edit #step-3,
.marketplace-product-add #step-4,
.marketplace-product-edit #step-4,
.marketplace-product-add #step-5,
.marketplace-product-edit #step-5,
.marketplace-product-add #step-6,
.marketplace-product-edit #step-6,
.marketplace-product-add #step-7,
.marketplace-product-edit #step-7,
.marketplace-product-add #step-8,
.marketplace-product-edit #step-8,
.marketplace-product-add #step-9,
.marketplace-product-edit #step-9,
.marketplace-product-add .wizard-style,
.marketplace-product-edit .wizard-style {
  height: 100%;
}
.marketplace-product-add #step-2 .bidder-cat-instructions,
.marketplace-product-edit #step-2 .bidder-cat-instructions,
.marketplace-product-add #step-3 .bidder-cat-instructions,
.marketplace-product-edit #step-3 .bidder-cat-instructions,
.marketplace-product-add #step-4 .bidder-cat-instructions,
.marketplace-product-edit #step-4 .bidder-cat-instructions,
.marketplace-product-add #step-5 .bidder-cat-instructions,
.marketplace-product-edit #step-5 .bidder-cat-instructions,
.marketplace-product-add #step-6 .bidder-cat-instructions,
.marketplace-product-edit #step-6 .bidder-cat-instructions,
.marketplace-product-add #step-7 .bidder-cat-instructions,
.marketplace-product-edit #step-7 .bidder-cat-instructions,
.marketplace-product-add #step-8 .bidder-cat-instructions,
.marketplace-product-edit #step-8 .bidder-cat-instructions,
.marketplace-product-add #step-9 .bidder-cat-instructions,
.marketplace-product-edit #step-9 .bidder-cat-instructions,
.marketplace-product-add .wizard-style .bidder-cat-instructions,
.marketplace-product-edit .wizard-style .bidder-cat-instructions {
  margin-left: 15px;
  margin-right: 15px;
}
.marketplace-product-add #step-2 .wk-cat-name,
.marketplace-product-edit #step-2 .wk-cat-name,
.marketplace-product-add #step-3 .wk-cat-name,
.marketplace-product-edit #step-3 .wk-cat-name,
.marketplace-product-add #step-4 .wk-cat-name,
.marketplace-product-edit #step-4 .wk-cat-name,
.marketplace-product-add #step-5 .wk-cat-name,
.marketplace-product-edit #step-5 .wk-cat-name,
.marketplace-product-add #step-6 .wk-cat-name,
.marketplace-product-edit #step-6 .wk-cat-name,
.marketplace-product-add #step-7 .wk-cat-name,
.marketplace-product-edit #step-7 .wk-cat-name,
.marketplace-product-add #step-8 .wk-cat-name,
.marketplace-product-edit #step-8 .wk-cat-name,
.marketplace-product-add #step-9 .wk-cat-name,
.marketplace-product-edit #step-9 .wk-cat-name,
.marketplace-product-add .wizard-style .wk-cat-name,
.marketplace-product-edit .wizard-style .wk-cat-name {
  font-size: 25px;
  font-weight: 700;
}
.marketplace-product-add #step-2 .wk-cat-container,
.marketplace-product-edit #step-2 .wk-cat-container,
.marketplace-product-add #step-3 .wk-cat-container,
.marketplace-product-edit #step-3 .wk-cat-container,
.marketplace-product-add #step-4 .wk-cat-container,
.marketplace-product-edit #step-4 .wk-cat-container,
.marketplace-product-add #step-5 .wk-cat-container,
.marketplace-product-edit #step-5 .wk-cat-container,
.marketplace-product-add #step-6 .wk-cat-container,
.marketplace-product-edit #step-6 .wk-cat-container,
.marketplace-product-add #step-7 .wk-cat-container,
.marketplace-product-edit #step-7 .wk-cat-container,
.marketplace-product-add #step-8 .wk-cat-container,
.marketplace-product-edit #step-8 .wk-cat-container,
.marketplace-product-add #step-9 .wk-cat-container,
.marketplace-product-edit #step-9 .wk-cat-container,
.marketplace-product-add .wizard-style .wk-cat-container,
.marketplace-product-edit .wizard-style .wk-cat-container {
  margin-top: 20px;
  margin-bottom: 15px;
}
.marketplace-product-add .bidder-to-bottom,
.marketplace-product-edit .bidder-to-bottom {
  flex-grow: 1;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 20px;
  padding-top: 10px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.marketplace-product-add .next-step-button,
.marketplace-product-edit .next-step-button,
.marketplace-product-add .next-step-button:hover,
.marketplace-product-edit .next-step-button:hover,
.marketplace-product-add .end-step-button,
.marketplace-product-edit .end-step-button {
  align-self: end;
  border: 2px solid white;
  border-radius: 20px;
  color: #00adbb;
  background-color: white;
}
.marketplace-product-add .two-buttons,
.marketplace-product-edit .two-buttons {
  display: grid;
  /* Enable Grid layout */
  grid-template-columns: 1fr 1fr;
  /* Two columns with equal width */
  grid-auto-rows: 1fr;
  /* Rows take the height of the tallest item */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
  gap: 20px;
}
.marketplace-product-add .two-buttons .styled-field .control input,
.marketplace-product-edit .two-buttons .styled-field .control input,
.marketplace-product-add .two-buttons .styled-field .control select,
.marketplace-product-edit .two-buttons .styled-field .control select {
  width: 100%;
}
.marketplace-product-add .container-wizard-logo,
.marketplace-product-edit .container-wizard-logo {
  margin-top: 35px;
  text-align: center;
}
.marketplace-product-add .category-wrapper,
.marketplace-product-edit .category-wrapper {
  display: grid;
  grid-template-rows: 25% 25% 25% 25%;
  /* Split into 4 equal rows */
  text-align: center;
  height: 100%;
}
.marketplace-product-add .label,
.marketplace-product-edit .label {
  align-self: end;
  color: white;
  font-weight: 700;
  font-size: 32px;
  grid-row: 1 / 2;
  margin-bottom: 20px;
}
.marketplace-product-add .wizard-logo,
.marketplace-product-edit .wizard-logo {
  width: 45%;
  max-width: 260px;
  min-width: 160px;
}
.marketplace-product-add .wk-elements.category-button,
.marketplace-product-edit .wk-elements.category-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 3em;
  border-radius: 50%;
  /* border: 1px solid #000; */
  background-color: white;
  cursor: pointer;
  margin-bottom: 10px;
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
  margin-left: 0;
}
.marketplace-product-add .wk-cat-container,
.marketplace-product-edit .wk-cat-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.marketplace-product-add .wk-cat-container .wk-cat-name,
.marketplace-product-edit .wk-cat-container .wk-cat-name {
  color: white;
  word-spacing: 100vw;
}
.marketplace-product-add .wk-category,
.marketplace-product-edit .wk-category {
  grid-row: 2 / span 2;
  /* Spans from the second row to the third, effectively centering */
  justify-self: center;
  align-self: center;
}
.marketplace-product-add .wk-category .wk-field-label,
.marketplace-product-edit .wk-category .wk-field-label {
  margin-bottom: 20px;
}
.marketplace-product-add .wk-category .wk-field-label .label,
.marketplace-product-edit .wk-category .wk-field-label .label {
  font-size: 18px;
}
.marketplace-product-add .wk-category .categories-row,
.marketplace-product-edit .wk-category .categories-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Adjust the number of columns as needed */
  margin-left: 12%;
  margin-right: 12%;
  /* Allow items to wrap onto the next line */
}
.marketplace-product-add .wk-category .categories-row .wk-elements,
.marketplace-product-edit .wk-category .categories-row .wk-elements {
  margin-left: 0;
}
.marketplace-product-add .bidder-cat-instructions,
.marketplace-product-edit .bidder-cat-instructions {
  color: white;
  font-size: 14px;
  font-weight: 600;
  margin-left: 15%;
  margin-right: 15%;
}
.marketplace-product-add .bidder-cat-label,
.marketplace-product-edit .bidder-cat-label {
  color: white;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
.marketplace-product-add .bidder-cat-label p,
.marketplace-product-edit .bidder-cat-label p {
  margin-bottom: 10px;
}
.marketplace-product-add #step-9 .bidder-cat-label p,
.marketplace-product-edit #step-9 .bidder-cat-label p {
  margin-bottom: 0;
}
.marketplace-product-add .wk-mp-fieldset,
.marketplace-product-edit .wk-mp-fieldset {
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin-bottom: 0;
}
.marketplace-product-add .fieldset:last-child,
.marketplace-product-edit .fieldset:last-child {
  margin-bottom: 0;
}
.marketplace-product-add .wk-elements.category-button.fa-truck-monster,
.marketplace-product-edit .wk-elements.category-button.fa-truck-monster,
.marketplace-product-add .fa-solid,
.marketplace-product-edit .fa-solid {
  color: #00adbb;
}
.marketplace-product-add .wk-elements.wk-cat-name.category-button.fa-house-chimney,
.marketplace-product-edit .wk-elements.wk-cat-name.category-button.fa-house-chimney {
  color: #cccccc;
}
.marketplace-product-add .wk-elements.wk-cat-name.category-button.fa-box,
.marketplace-product-edit .wk-elements.wk-cat-name.category-button.fa-box {
  color: #cccccc;
}
.marketplace-product-add .styled-field,
.marketplace-product-edit .styled-field {
  /* margin-top: 10%; */
}
.marketplace-product-add .styled-field .label,
.marketplace-product-edit .styled-field .label {
  font-size: 25px;
  text-align: center;
  margin-top: 10%;
  display: block;
  margin-bottom: 10px;
}
.marketplace-product-add .styled-field .control,
.marketplace-product-edit .styled-field .control {
  /* margin-top: 5%; */
  display: flex;
  justify-content: center;
}
.marketplace-product-add .styled-field .control input,
.marketplace-product-edit .styled-field .control input,
.marketplace-product-add .styled-field .control select,
.marketplace-product-edit .styled-field .control select,
.marketplace-product-add .styled-field .control .white-withradius,
.marketplace-product-edit .styled-field .control .white-withradius {
  width: 80%;
  max-width: 260px;
  border: none;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 10px;
}
.marketplace-product-add #step-9 .styled-field .control .white-withradius,
.marketplace-product-edit #step-9 .styled-field .control .white-withradius {
  margin-bottom: 0px;
}
.marketplace-product-add .white-withradius,
.marketplace-product-edit .white-withradius {
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  font-size: 14px;
}
.marketplace-product-add input[type="text"]::placeholder,
.marketplace-product-edit input[type="text"]::placeholder,
.marketplace-product-add input[type="password"]::placeholder,
.marketplace-product-edit input[type="password"]::placeholder,
.marketplace-product-add input[type="url"]::placeholder,
.marketplace-product-edit input[type="url"]::placeholder,
.marketplace-product-add input[type="tel"]::placeholder,
.marketplace-product-edit input[type="tel"]::placeholder,
.marketplace-product-add input[type="search"]::placeholder,
.marketplace-product-edit input[type="search"]::placeholder,
.marketplace-product-add input[type*="date"]::placeholder,
.marketplace-product-edit input[type*="date"]::placeholder,
.marketplace-product-add input[type="email"]::placeholder,
.marketplace-product-edit input[type="email"]::placeholder {
  color: #008fa1;
  font-style: italic;
}
.marketplace-product-add #anoDiv input[type="number"]::placeholder,
.marketplace-product-edit #anoDiv input[type="number"]::placeholder {
  color: #008fa1;
  font-weight: 600;
}
/* Hide the actual checkbox */
.marketplace-product-add .toggle-checkbox {
  display: none;
}
/* Custom radio button style */
.marketplace-product-add .toggle-label {
  position: relative;
  display: inline-block;
  width: 15px;
  /* Width of the outer circle */
  height: 15px;
  /* Height of the outer circle */
  border: 2px solid #ddd;
  /* Border color */
  border-radius: 50%;
  /* Circular border */
  cursor: pointer;
  background-color: white;
}
/* When checkbox is checked, show the inner circle */
.marketplace-product-add .toggle-checkbox:checked + .toggle-label:after {
  content: '';
  position: absolute;
  left: 3px;
  /* Adjusted for smaller size */
  top: 3px;
  /* Adjusted for smaller size */
  width: 9px;
  /* Width of the inner circle */
  height: 9px;
  /* Height of the inner circle */
  background-color: #00adbb;
  /* Inner circle color */
  border-radius: 50%;
}
body button.back-button,
body button.back-button:hover,
body button.back-button:focus,
body button.back-button:active {
  background-color: transparent !important;
  background: none !important;
  border: none;
  color: #000000;
  cursor: pointer;
}
/* Change on global css after everything is ok */
/* .required-entry.input-text option {
    font-size: 1rem;
} */
.marketplace-product-add .priceDiv-horizontal {
  display: flex;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
.image .actions [class^="action-"] {
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.7);
  padding-bottom: 3px;
}
.marketplace-product-add .container-wizard-logo {
  margin-top: 0px;
  padding-top: 15px;
  display: flex;
  margin-left: 0;
  padding-left: 15px;
}
.marketplace-product-add .container-wizard-logo .container-wizard-logo-title {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-left: 20px;
  align-self: center;
  font-size: 1.6rem;
  color: white;
  font-weight: 700;
}
.container-wizard-logo-alone {
  margin-top: 30px;
  text-align: center;
}
.marketplace-product-add .bidder-cat-instructions {
  margin-left: 0px;
  margin-right: 0px;
  width: 80%;
  text-align: left;
  font-weight: 500;
}
.marketplace-product-add .bidder-cat-title {
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.marketplace-product-add .bidder-cat-label {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  /* text-align: left; */
}
.marketplace-product-add .bidder-cat-price-instructions {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
}
/* End of global changes for this task */
@media screen and (max-width: 768px) {
  #contentarea {
    display: none;
  }
  #back-label .styled-field .label {
    padding-bottom: 35px;
  }
  #main-content {
    position: relative;
  }
  #conditionDiv .control,
  #stateDiv .control,
  #summaryDiv .control {
    display: flex;
    flex-direction: column;
  }
  #summaryDiv {
    flex-direction: column;
  }
  .custom-option:hover {
    background-color: #f0f0f0;
    /* Optional hover effect */
  }
  #back-label {
    display: flex;
    /* grid-template-columns: auto 1fr auto; */
    /* justify-items: center; */
    align-items: center;
    height: 8.3vh;
    flex-direction: column;
    justify-content: center;
  }
  #back-label .back-button {
    padding: 10px;
    margin-right: 20px;
    align-self: flex-start;
    position: absolute;
  }
  #back-label .label {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
  }
  .extra-label {
    width: 80%;
    text-align: center;
    align-self: center;
  }
  .extra-label .label {
    padding-bottom: 36px;
  }
}
#social-login-popup .fieldset.create {
  margin: 0 0 20px;
}
#social-login-popup .fieldset .legend {
  margin: unset;
}
#social-login-popup .field.company {
  margin-bottom: 20px;
}
#social-login-popup #show-tax-address {
  display: flex;
  margin-top: 20px;
}
#social-login-popup .fieldset .checkbox {
  margin-bottom: auto;
  margin-top: 4px;
  top: unset;
}
.modal-slide.modal-popup #bid-modal .price-info {
  font-size: 21px;
  color: #00adbb;
  font-weight: 800;
  margin-bottom: 7px;
}
fieldset.agreement .label a {
  display: inline;
  margin-bottom: 10px;
  /* Keeps the link in-line with text */
}
.modal-slide.modal-popup .modal-header .modal-title {
  font-size: 16px;
  font-weight: 600;
  color: grey;
}
.modal-slide.modal-popup h1 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.modal-slide.modal-popup #bid-form .offer-square {
  font-weight: 600;
}
.modal-slide.modal-popup .price-info {
  font-size: 32px;
}
.modal-slide.modal-popup #bid-form .auction-end {
  margin-bottom: 15px;
}
.auction-end {
  font-size: 10px;
}
.modal-slide.modal-popup #bidding_amount {
  border-radius: 15px;
  border-width: 1.5px;
  border-color: #00adbb;
}
.modal-slide.modal-popup .input-text {
  text-align: center;
}
.modal-slide.modal-popup .mpbidding_amount {
  margin-bottom: 15px;
}
.modal-image-container {
  margin-bottom: 10px;
}
.reserve-price {
  font-size: 12px;
  margin-bottom: 7px;
}
.modal-slide.modal-popup h1 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 650px) {
  .modal-popup.modal-slide._inner-scroll._show {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top: 20px;
    left: 10px;
    right: 10px;
    bottom: auto;
    text-align: center;
  }
  .modals-wrapper .modal-popup.modal-slide .modal-inner-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-popup .modal-inner-wrap {
  max-width: 450px;
  border-radius: 15px;
}
.modal-popup .modal-inner-wrap .action.primary {
  border: 1px solid white;
  background-color: #00adbb;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  border: unset;
}
.modal-popup .modal-inner-wrap .action.primary:hover,
.modal-popup .modal-inner-wrap .action.primary:visited,
.modal-popup .modal-inner-wrap .action.primary:active {
  background-color: #00adbb;
  color: #fff;
  text-decoration: none;
}
.modal-popup .modal-inner-wrap .modal-content {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: unset;
  margin-bottom: unset;
}
.pages-faq-index .faq-header-description {
  margin-bottom: 15px;
}
.pages-faq-index .answer-truncated {
  display: block;
  /* Changed from -webkit-box to block for better height management */
  -webkit-line-clamp: unset;
  /* Remove this property since we are no longer using -webkit-box */
  -webkit-box-orient: unset;
  /* Remove this property for the same reason */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;
  /* Adjust based on your design */
  height: 3.6em;
  /* Set an initial fixed height */
  margin-bottom: unset;
  /* You can adjust this as needed */
  transition: height 0.3s ease;
  /* Smooth transition for height changes */
}
.pages-faq-index .answer-expanded {
  -webkit-line-clamp: none;
  overflow: visible;
  text-overflow: clip;
  height: auto;
  /* Remove the height restriction when expanded */
}
.pages-faq-index .bidder-flex-centered .fa-chevron-right {
  font-size: 25px;
  font-weight: 700;
  color: #00adbb;
  padding-left: 10px;
  /* Smooth rotation for the chevron */
}
.pages-faq-index .question-answer h4 {
  margin-top: 0;
  font-weight: 600;
  font-size: 14px;
}
.pages-faq-index .question-answer p {
  font-size: 12px;
}
.pages-faq-index .faq-header h2 {
  font-weight: 600;
  color: #00adbb;
  margin-top: 0;
}
.pages-faq-index .faq-header .centered-allwidth {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.pages-faq-index .faq-question-answer-container {
  transition: margin-bottom 0.3s ease;
  padding-top: 20px;
  padding-bottom: 20px;
  /* Ensure there's enough space at the bottom when expanded */
}
.pages-faq-index .chevron-rotate {
  transform: rotate(90deg);
  /* Rotate the chevron when expanded */
}
.grey {
  color: grey;
}
.red {
  color: #ff9d00;
}
.marketplace-seller-profile .page-footer {
  margin-top: 0px;
}
.bidder-vertical-grid .products-grid .product-item-details {
  color: black;
  font-size: 14px;
  align-items: center;
  justify-content: start;
  font-weight: bold;
}
.bid-amount {
  font-size: 1.6rem;
  color: #00adbb;
  font-weight: 700;
}
.widget-product-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.product-item .product-item-info {
  width: 100%;
}
.sidebar {
  display: none;
}
.text_s {
  font-size: 9px;
  display: block;
}
.listProductCollection {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.listProductCollection .products-grid {
  background-color: #00adbb;
  display: flex;
  flex-direction: column;
}
.listProductCollection .products-grid .product-items {
  margin-left: auto;
  margin-right: auto;
}
.listProductCollection .products-grid .product-items .product-item {
  background-color: white;
  max-width: 327px;
}
.cms-resubasta-com .bidder-vertical-grid .block-subtitle {
  display: none;
}
.bidder-vertical-grid .block-subtitle {
  margin-bottom: 10px;
}
.column.main .product-items.widget-product-grid {
  margin-left: auto;
}
.page-products .column.main .product-items.widget-product-grid {
  width: 100%;
}
.page-products .column.main .product-items.widget-product-grid .product-item {
  padding: 10px;
  background-color: white;
}
.page-products .widget-product-grid .product-item-info {
  width: unset;
}
.page-layout-1column .products-grid .product-items .product-item,
.products-grid .product-items .product-item {
  max-width: unset;
  width: 100%;
  padding: 10px;
  margin-left: unset;
}
.page-layout-1column .products-grid .product-items .product-item img,
.products-grid .product-items .product-item img {
  width: 100%;
  aspect-ratio: 1.5;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .column.main .product-items.widget-product-grid {
    width: 100%;
  }
  .page-layout-1column .products-grid .product-items .product-item,
  .products-grid .product-items .product-item {
    max-width: unset;
    width: 100%;
    padding: 10px;
    margin-left: unset;
  }
  .page-layout-1column .products-grid .product-items .product-item img,
  .products-grid .product-items .product-item img {
    width: 100%;
    aspect-ratio: 1.5;
    border-radius: 15px;
    object-fit: cover;
  }
}
@media screen and (min-width: 530px) {
  .widget-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
  }
  .product-item-info {
    width: 100%;
  }
  .sidebar {
    display: none;
  }
  .listProductCollection {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .listProductCollection .products-grid {
    background-color: #00adbb;
    display: flex;
    flex-direction: column;
  }
  .listProductCollection .products-grid .product-items {
    margin-left: auto;
    margin-right: auto;
  }
  .listProductCollection .products-grid .product-items .product-item {
    background-color: white;
    max-width: 370px;
  }
}
@media screen and (min-width: 769px) {
  .widget-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .product-item-info {
    width: 100%;
  }
}
@media screen and (min-width: 1266px) {
  .widget-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .product-item-info {
    width: 100%;
  }
  .product-item-info .product-image-photo {
    width: 265px;
    height: 177px;
  }
}
@media (min-width: 1024px), print {
  .page-products .bidder-vertical-grid .products-grid .product-item {
    margin-left: unset;
    padding: 10px;
    width: 100%;
  }
}
.page-layout-2columns-left .columns .column.main {
  float: unset;
  width: unset;
}
.product-item-details {
  display: inline;
}
.bidder-enrollment-modal-status .modal-inner-wrap {
  border-radius: 10px;
}
.bidder-enrollment-modal-status .modal-header {
  border-bottom: unset;
}
.bidder-enrollment-modal-status .modal-footer {
  border-top: unset;
}
.bidder-enrollment-modal-status .action-accept {
  border: 1px solid white;
  background-color: #00adbb;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: unset;
}
.bidder-enrollment-modal-status .action-accept:hover,
.bidder-enrollment-modal-status .action-accept:visited,
.bidder-enrollment-modal-status .action-accept:active {
  background-color: #00adbb;
  color: #fff;
  text-decoration: none;
}
.bidder-enrollment-modal-status .modal-footer {
  display: flex;
}
.checkout-index-index {
  color: white;
  background-color: #00adbb;
}
.checkout-index-index a,
.checkout-index-index a:hover,
.checkout-index-index .alink:hover,
.checkout-index-index .alink {
  color: white;
  text-decoration: none;
}
.checkout-index-index .wk-elements.category-button,
.checkout-index-index .wk-elements.category-button {
  color: #00adbb;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  margin-bottom: 10px;
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
  font-size: 10vw;
}
.checkout-index-index .payment-group {
  display: flex;
  flex-direction: column;
}
.checkout-index-index .payment-group .payment-method:nth-child(1) {
  order: 2;
}
.checkout-index-index .payment-group .payment-method:nth-child(2) {
  order: 1;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code {
  display: none;
}
.checkout-index-index .payment-method-title label {
  font-size: 16px;
  font-weight: 600;
}
.checkout-index-index hr {
  display: none;
}
.checkout-index-index .opc-estimated-wrapper {
  color: white;
  background-color: #00adbb;
  border: unset;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.checkout-index-index .opc-estimated-wrapper .estimated-block {
  float: unset;
}
.checkout-index-index .opc-wrapper .step-title {
  color: white;
  font-weight: 700;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper {
  display: none;
}
.checkout-index-index .minicart-wrapper {
  display: none;
}
.checkout-index-index .logo-name {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.checkout-index-index .columns .column.main {
  padding-bottom: 0px;
}
.checkout-index-index .payment-method .radio {
  display: none;
  /* Hide the original radio button */
}
.checkout-index-index .payment-method .label {
  position: relative;
  padding-left: 25px;
  /* Adjust this value as needed */
  cursor: pointer;
  display: inline-block;
  /* Ensure the label is inline */
  line-height: 15px;
  /* Adjust line height to match your design */
  vertical-align: middle;
  /* Aligns the text vertically in the middle */
}
.checkout-index-index .payment-method .label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  /* Width of the outer circle */
  height: 15px;
  /* Height of the outer circle */
  border: 2px solid #ddd;
  /* Border color */
  border-radius: 50%;
  /* Circular border */
  background-color: white;
}
.checkout-index-index .payment-method input[type="radio"]:checked + .label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #00adbb;
  border-radius: 50%;
  transform: translateY(-50%);
}
.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content {
  display: flex;
  flex-direction: column;
}
.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content .oneclick-payment-methods {
  order: 0;
  text-align: center;
}
.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content .payment-method-billing-address {
  order: 1;
}
.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content .actions-toolbar {
  order: 2;
}
.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content .actions-toolbar .primary {
  margin-top: 0 !important;
}
.checkout-index-index .action.action-edit-address {
  display: none;
}
.checkout-index-index .action.primary.checkout {
  background-color: white;
  border: 2px solid #00adbb;
  color: #00adbb;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 150px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 20px;
}
.checkout-index-index .action.primary.checkout:hover,
.checkout-index-index .action.primary.checkout:visited,
.checkout-index-index .action.primary.checkout:active {
  background-color: white;
  color: #00adbb;
  text-decoration: none;
}
.checkout-index-index #transbank_oneclick_payment_profile_id {
  width: 90%;
  border-radius: 15px;
  color: #00adbb;
  margin-bottom: 6px;
  text-align: center;
}
.checkout-onepage-success a.action.primary.continue {
  background-color: #00adbb;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 180px;
  text-decoration: unset !important;
}
.checkout-onepage-success a.action.primary.continue:hover,
.checkout-onepage-success a.action.primary.continue:visited,
.checkout-onepage-success a.action.primary.continue:active {
  background-color: #00adbb;
  color: #fff;
  text-decoration: none;
}
.account.sales-order-view.page-layout-2columns-left .block.block-collapsible-nav {
  display: none;
}
.account.sales-order-view.page-layout-2columns-left .block.account-nav.block-collapsible-nav.wk-mp-main {
  display: none;
}
.account.sales-order-view.page-layout-2columns-left .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.sku {
  display: none;
}
.account.sales-order-view.page-layout-2columns-left #maincontent {
  padding-top: 0px;
}
.mpqa-customer-viewall .pimg {
  width: 100%;
}
.mpqa-customer-viewall #search-bar {
  display: none;
}
.mpqa-customer-viewall .question-header {
  display: none;
}
.mpqa-customer-viewall .pinfo {
  display: none;
}
.mpqa-customer-viewall .plabl {
  color: black;
}
.mpqa-customer-viewall .qa-question {
  border: 1px solid white;
  background-color: #00adbb;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.mpqa-customer-viewall .qa-question:hover,
.mpqa-customer-viewall .qa-question:visited,
.mpqa-customer-viewall .qa-question:active {
  background-color: #00adbb;
  color: #fff;
  text-decoration: none;
}
.mpqa-customer-viewall .all-questions > div {
  background: #fff none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.mpqa-customer-viewall .question {
  margin-bottom: 7px;
}
.mpqa-customer-viewall .qlogo {
  display: none;
}
.mpqa-customer-viewall .alogo {
  display: none;
}
.mpqa-customer-viewall .answer {
  float: right;
  width: 80%;
}
.mpqa-customer-viewall .answ:not(:last-child) {
  padding-left: 0px;
  border-color: #00adbb;
  border-width: 1px;
  border-style: solid;
  background-color: #00adbb;
  border-radius: 7px;
  padding: 7px;
  color: white;
  margin-bottom: 7px;
}
.mpqa-customer-viewall .answ:not(:last-child) .user-info {
  color: black;
}
.mpqa-customer-viewall .answe + .answ {
  background-color: yellow;
  /* Example style */
}
.mpqa-customer-viewall .answ.more {
  text-align: right;
  background-color: white;
  border: unset;
}
.mpqa-customer-viewall .wk-bold {
  color: black;
}
.mpqa-customer-viewall [class^="extra-answ"] {
  padding-left: 0px;
  border-color: #00adbb;
  border-width: 1px;
  border-style: solid;
  background-color: #00adbb;
  border-radius: 7px;
  padding: 7px;
  color: white;
  margin-bottom: 7px;
  margin-left: 0;
  margin-right: 0;
}
.mpqa-customer-viewall [class^="extra-answ"] [class^="user-info"] {
  color: black;
}
.mpqa-customer-viewall .reviews {
  display: none;
}
.mpqa-customer-viewall .wk_prewrap {
  white-space: normal;
}
.mpqa-customer-viewall .ques {
  padding-left: 0;
  padding-right: 45px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  background-color: lightgray;
  border-radius: 7px;
  width: 80%;
  padding: 7px;
}
.mpqa-customer-viewall .box-collateral.box-description .qa-question .action.primary {
  background: #00adbb;
  border: 1px solid #00adbb;
  border-radius: 15px;
}
.mpqa-customer-viewall .qa-question {
  background-color: unset;
}
.mpqa-customer-viewall .mainprt .qa-question {
  pointer-events: none;
}
/* Hide the image by default */
#desktop-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/desktop-only.jpg') no-repeat center center;
  background-size: cover;
  z-index: 1000;
  /* High z-index to cover other content */
}
.whatsapp-button {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
.whatsapp-button img {
  width: 40px;
  height: 40px;
}
.mp-social-popup input[type],
.mp-social-popup select {
  border: 1px solid #00adbb;
  border-radius: 25px;
}
.mp-social-popup .social-login-authentication-channel .block-content {
  display: flex;
}
.mp-social-popup .social-login-authentication-channel .block-content .social-form-login {
  margin-left: auto;
  margin-right: auto;
}
.mp-social-popup .btn-social > :first-child {
  border: unset;
  width: 22px;
  height: 22px;
  bottom: unset;
  left: 15px;
  top: 9px;
}
.mp-social-popup .google-login {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  /* border: 1px blue solid; */
  /* border-radius: 25px; */
  display: flex;
  flex-direction: column;
}
.mp-social-popup .social-btn .btn-social {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  height: 26.6666px;
  /* border: 2px solid red; */
  font-size: 15px;
  border-radius: 25px;
  border: 2px solid;
  color: #00adbb;
  display: flex;
}
.mp-social-popup .social-btn .btn-social .btn-social-text {
  margin: auto;
}
.mp-social-popup .fieldset #mp-popup-social-content {
  padding: unset;
  width: 100%;
  display: flex;
  /* .form-customer-login {
        width: 90%;
        text-align: center; */
  /* } */
}
.mp-social-popup .fieldset #mp-popup-social-content .social-login-authentication-channel {
  padding: 0;
  margin-top: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.mp-social-popup .fieldset #mp-popup-social-content .parent {
  margin-left: auto;
  margin-right: auto;
}
.mp-social-popup .fieldset #mp-popup-social-content .bidder-button-whiteBackground-secondaryColorBorder {
  height: 26px;
  font-size: 19px;
  border-radius: 25px;
  /* width: 100%; */
  font-weight: 600;
}
.mp-social-popup .fieldset #mp-popup-social-content .social-login .social-btn .btn-social {
  display: flex;
}
.mp-social-popup .fieldset #mp-popup-social-content .social-login .social-btn .btn-social .btn-social-text {
  margin: auto;
}
.breadcrumbs {
  display: none;
}
.reserve-price-modal.modal-popup .modal-title {
  color: black;
}
.reserve-price-modal.modal-popup .modal-footer {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  display: flex;
}
.reserve-price-modal.modal-popup button {
  margin-left: auto;
  margin-right: auto;
  min-width: 75px;
  border: unset;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    /* Icon at normal size */
  }
  50% {
    transform: scale(1.1);
    /* Icon scales up to 110% of its size */
  }
}
.info-icon {
  animation: pulse 2s infinite;
  /* Apply the pulse animation */
  animation-timing-function: ease-in-out;
  /* Smooth transition effect */
}
/* Display the image only on desktops */
.sales-order-view .address {
  display: inline;
}
.checkout-index-index .billing-address-details a {
  display: inline;
}
.checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  padding: 5px 10px;
}
.mfp-close {
  color: black;
}
.recover-pass {
  margin-bottom: 10px;
}
.social-login-title .forgot-pass-title {
  color: black;
  margin-top: 20px;
}
#bid-form .input-box {
  display: flex;
  flex-direction: column;
}
h2 {
  font-size: 21px;
}
.bidder-flex-centered {
  display: flex;
  align-items: center;
}
.bidder-margin-center {
  margin-left: auto;
  margin-right: auto;
}
.span-white-xs-centered {
  color: white;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.bidder-button-blueBackground {
  background-color: #00adbb;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.bidder-button-blueBackground:hover,
.bidder-button-blueBackground:visited,
.bidder-button-blueBackground:active {
  background-color: #00adbb;
  color: #fff;
  text-decoration: none;
}
.bidder-button-blueBackground-whiteBorder {
  border: 1px solid white;
  background-color: #00adbb;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.bidder-button-blueBackground-whiteBorder:hover,
.bidder-button-blueBackground-whiteBorder:visited,
.bidder-button-blueBackground-whiteBorder:active {
  background-color: #00adbb;
  color: #fff;
  text-decoration: none;
}
.bidder-button-whiteBackground-secondaryColorBorder {
  background-color: white;
  border: 2px solid #00adbb;
  color: #00adbb;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.bidder-button-whiteBackground-secondaryColorBorder:hover,
.bidder-button-whiteBackground-secondaryColorBorder:visited,
.bidder-button-whiteBackground-secondaryColorBorder:active {
  background-color: white;
  color: #00adbb;
  text-decoration: none;
}
.bidder-grey-line {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
.container-buttons-column-same-size {
  display: grid;
  grid-template-rows: repeat(3, max-content);
  justify-content: center;
  gap: 12px;
  margin-top: 5px;
  margin-bottom: 25px;
}
.container-buttons-row-same-size {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 12px;
  margin-top: 5px;
  margin-bottom: 25px;
}
.auction-message {
  height: 34px;
}
.expandable-section .fa-solid {
  position: absolute;
  color: white;
}
.expandable-section .toggle-info {
  position: relative;
  /* Give space for the icon */
  padding-top: 10px;
  padding-bottom: 10px;
  /* Line above the h3 */
  border-bottom: none;
  margin-top: 0px;
  /* Spacing above the h3 */
  margin-bottom: 0px;
  /* Spacing below the h3 */
  font-size: 14px;
  color: white;
  text-align: center;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.expandable-section.is-expanded .fa-chevron-down::before {
  content: "\f077";
  /* Unicode for 'fa-chevron-up' */
  /* Your styling for the icon when the section is expanded */
}
.expandable-section {
  border-top: 1px solid white;
  display: flex;
  align-items: center;
}
.expandable-section:last-child {
  border-bottom: 1px solid white;
  /* Add bottom border to the last h3 */
  margin-bottom: 20px;
}
.expandable-child {
  margin: 0 20px;
  color: white;
  margin-bottom: 10px;
}
.bidder-bottom-line {
  border-bottom: 1.5px solid white;
  padding-bottom: 20px;
  margin-left: 25px;
  margin-right: 25px;
}
.circle-over-image.image-container::before {
  content: "";
  display: block;
  width: 130%;
  height: 14vh;
  position: absolute;
  bottom: -8vh;
  left: 50%;
  transform: translateX(-50%) scaleY(2);
  border-radius: 50%;
  background-color: #00adbb;
  z-index: 2;
  pointer-events: none;
}
.circle-over-image.image-container {
  position: relative;
  z-index: 1;
  display: flex;
  height: 20vh;
  /* Lower z-index to keep it at the bottom of the stack */
}
.circle-over-image.image-container .name-container {
  margin-top: auto;
  width: 100%;
  margin-bottom: 0px;
}
.circle-over-image.image-container h1 {
  color: white;
  text-align: center;
  font-weight: 600;
  margin-top: auto;
  z-index: 4;
  margin-left: auto;
  margin-right: auto;
}
html,
body {
  height: 100%;
  margin: 0;
}
.page-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.page-header,
.nav-sections,
#maincontent {
  flex: 0 0 auto;
  /* Do not grow, do not shrink, and use their original size */
}
.page-footer {
  margin-top: auto;
  /* Push footer to the bottom */
  /* Additional styling for your footer */
}
#maincontent {
  flex-grow: 1;
  /* Allow the main content to grow and fill the space */
}
.cms-resubasta-com .listProductCollection {
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.4);
}
.page-with-filter dl.block {
  display: none;
}
@media only screen and (max-width: 768px) {
  .customer-account-login .login-container .fieldset::after {
    display: none;
  }
  .abs-margin-for-blocks-and-widgets,
  .block,
  .customer-review .product-details,
  .block-banners,
  .block-banners-inline {
    margin-bottom: 0px !important;
  }
}
.level0.nav-1 {
  border-bottom: 1px solid #d1d1d1;
}
.level0.nav-2 {
  display: none;
}
.level0.nav-3 {
  display: none;
}
.customer-account-login .wk_social_choice {
  display: none;
}
.customer-account-login .action.primary {
  background: #00adbb;
  border: none;
  border-radius: 15px;
}
body.marketplace-product-add .sidebar.sidebar-main,
body.marketplace-product-add .block.block-search,
body.marketplace-product-add .page-footer {
  display: block;
}
@media screen and (max-width: 768px) {
  body.marketplace-product-add #maincontent {
    padding-left: 0px;
    padding-right: 0px;
  }
  body.marketplace-product-add .sidebar.sidebar-main,
  body.marketplace-product-add .block.block-search,
  body.marketplace-product-add .page-header,
  body.marketplace-product-add .page-footer,
  body.marketplace-product-add .wk-mp-page-title,
  body.marketplace-product-add .copyright {
    display: none;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #ccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #ccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #fff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #ccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #000000;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ccc;
    color: #ccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #00adbb;
    color: #000000;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #000000;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #ccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #ccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #ccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #ccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #ccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #4a4a4a;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #4a4a4a;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #000000;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #000000;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #000000;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #000000;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #4a4a4a;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #ccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #ccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #fff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #000000;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #000000;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.428571429;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #ccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #ccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #ccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #fff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #ccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #4a4a4a;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #00adbb;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #00adbb;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #fff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #fff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #fff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/*# sourceMappingURL=pub/static/frontend/Bidder/Amabay/es_ES/css/styles-l.css.map */