/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* VWE
   header
 */
/*
body > div.page-wrapper > header
{
    min-height: 250px;
    margin: 0;
	background: url("/pub/media/vwe/header/header-background.png") transparent;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

#store\.menu > nav > ul
{
    background-color: transparent;
}

#store\.menu > nav {
    background-color: #272723;
}
/*
//
//  playing with product hover borders
//
//
.catalog-category-view .products-grid .product-item-info {
    box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.3);
    background: #f0f0f0;
}
.catalog-category-view .products-grid .product-item-info:hover,
.catalog-category-view .products-grid .product-item-info:active {
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
}
.catalog-category-view .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    overflow: inherit;
    clip: auto;
}
 */
.page-header.header-newskin .navigation li.level0.fullwidth .submenu a,
.page-header.header-newskin .navigation li.level0.classic .submenu a,
.page-header.header-newskin .navigation li.level0.staticwidth .submenu a {
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  text-transform: uppercase;
}
.cookie-status-message {
  display: none;
}
small.copyright {
  display: none;
}
button.action.primary {
  background-color: #302E2A;
  border-color: #302E2A;
  color: #FFFFFF;
}
button.action.primary:hover {
  background-color: #666666;
  border-color: #666666;
  color: #FFFFFF;
}
button.action.secondary {
  background-color: #302E2A;
  border-color: #302E2A;
  color: #FFFFFF;
}
button.action.secondary:hover {
  background-color: #666666;
  border-color: #666666;
  color: #FFFFFF;
}
div.product.info.tabs {
  padding-bottom: 50px;
  padding-top: 25px;
}
div.product.info.tabs p.tab-header {
  font-size: large;
  color: red;
}
.filter-options-title {
  min-width: 150px;
}
.product.info.documentation {
  padding-bottom: 50px;
  padding-top: 25px;
}
.product.info.documentation p {
  font-size: large;
  color: red;
}
.product.info.documentation a {
  border-style: solid;
  padding: 5px;
  border-width: thin;
  border-color: #e6e2e2;
}
.landing-page-header {
  font-family: FuturaLight, Helvetica, arial, serif;
  position: relative;
  top: 0px;
  font-size: 20px;
  font-weight: normal;
  background: #272723;
  color: #fff;
  text-align: center;
  padding: 0.5em 0;
}
.product-labels {
  position: absolute;
  right: 10px;
  top: 10px;
}
.product-label {
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  color: #fff;
  margin-top: 5px;
  line-height: 1;
}
.product-label.new-label {
  background-color: #1e6823 !important;
  /* Darker green for better contrast */
  border-radius: 4px;
}
.product-label.sale-label,
.product-label.other-label {
  background-color: #b21f1f !important;
  /* Darker red for better contrast */
  border-radius: 4px;
}
.product-label.trend-label {
  background-color: #99004d !important;
  /* Darker pink for better contrast */
  border-radius: 20px;
  /* Keeping your original rounded style */
}
/* Cookie banner buttons and links */
#notice-cookie-block .actions button,
#notice-cookie-block .actions a.action {
  display: inline-block;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 1.125rem;
  margin: 8px;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.5;
  text-align: center;
}
/* Hover & focus styles */
#notice-cookie-block .actions button:hover,
#notice-cookie-block .actions button:focus,
#notice-cookie-block .actions a.action:hover,
#notice-cookie-block .actions a.action:focus {
  opacity: 0.9;
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
/* Button-specific background colours */
#btn-cookie-allow {
  background-color: #007a00;
}
#btn-cookie-reject {
  background-color: #b00000;
}
#btn-cookie-partial,
#btn-cookie-info {
  background-color: #444444;
}
/* Consent text scroll container */
#notice-cookie-block .consenttext {
  overflow: auto;
  max-height: 130px;
}
.product-item .price-box .price-label {
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.price-box .price {
  font-family: 'Oswald';
  font-size: 18px;
  letter-spacing: 0.005em;
  font-weight: 400;
}
.product-item .special-price .price {
  color: #b10000;
  font-weight: 600;
}
.product-item .old-price .price {
  text-decoration: line-through;
  color: #555555;
  font-weight: 500;
}
.product-info-price .product-info-stock-sku {
  width: 300px;
  float: left;
}
.product-info-price .ppcp-paylater-message-container {
  max-width: 50%;
  float: right;
}
.product-item .lowest-tier-pricing,
.product-info-price .lowest-tier-pricing {
  padding-top: 5px;
}
.product-item .lowest-tier-pricing .lowest-tier-price,
.product-info-price .lowest-tier-pricing .lowest-tier-price {
  font-family: 'Oswald';
  font-size: 18px;
  letter-spacing: 0.005em;
  color: #2b2b2d;
  font-weight: 400;
}
.product-item .lowest-tier-pricing .lowest-tier-price-label,
.product-info-price .lowest-tier-pricing .lowest-tier-price-label {
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.price-box.price-final_price {
  min-height: 55px;
}
.product.name.product-item-name {
  min-height: 60px;
}
.price-box .price-wrapper {
  font-family: 'Oswald';
  font-size: 18px;
  letter-spacing: 0.005em;
  color: #2b2b2d;
  font-weight: 400;
}
.sale-product .price-box .price {
  color: #b30000;
  /* Even darker */
  font-weight: bold;
  /* Optional: improve clarity */
}
.stock.unavailable {
  color: #b30000;
  /* Even darker */
  font-weight: bold;
  /* Optional: improve clarity */
}
.cart.table-wrapper .col.qty .input-text {
  text-align: center;
  width: 69px;
}
button.btn-red {
  background-color: #d0021b;
  /* Darker red for better contrast */
  color: #ffffff;
  /* White text */
  border-radius: 5px;
  line-height: 10px;
  border: 2px solid #b30000;
  /* Slightly darker border */
  font-size: large;
  padding: 10px 20px;
  /* Improved spacing */
  font-weight: bold;
  /* Better readability */
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
button.btn-red:hover {
  background-color: #b30000;
  /* Darker hover effect */
  color: #ffffff;
  border-color: #900000;
}
button.btn-black {
  background-color: #000000;
  /* Pure Black */
  color: #ffffff;
  /* White text */
  border-radius: 5px;
  border: 2px solid #222222;
  /* Slightly lighter black */
  font-size: large;
  line-height: 5px;
  font-weight: bold;
  padding: 12px 24px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
button.btn-black:hover {
  background-color: #222222;
  /* Darker grey for hover */
  border-color: #444444;
  color: #ffffff;
}
.sellingunit {
  color: black;
}
.rating-summary .rating-result > span:before,
.review-control-vote label:before {
  color: #ffc600 !important;
}
.message.global p {
  margin: 0;
}
.message.global a {
  color: #ffffff !important;
}
.message.global.noscript,
.message.global.cookie {
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #272723;
  color: #ffffff !important;
  outline: 1px solid gray;
  color: #595959;
  margin: 0;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 9px;
}
.fotorama-sprite:before,
.fotorama__fullscreen .fotorama__zoom-out:before,
.fotorama__fullscreen .fotorama__zoom-in:before,
.fotorama__arr .fotorama__arr__arr:before,
.fotorama__fullscreen-icon:before,
.fotorama__thumb__arr:before {
  font: normal normal normal 24px/1 FontAwesome !important;
  display: block;
  text-align: center;
}
.fotorama__zoom-in:before {
  content: "\f00e" !important;
  font-size: 50px;
  line-height: 50px;
  padding: 20px;
}
.fotorama__zoom-out:before {
  content: "\f010" !important;
  font-size: 50px;
  line-height: 50px;
  padding: 20px;
}
.fotorama__fullscreen-icon:before {
  content: "\f0b2" !important;
  padding: 10px;
}
div.swatch-attribute.product_colour_gfchd {
  overflow-x: auto;
  max-height: 600px;
}
div.swatch-attribute.product_colour_uvpo {
  overflow-x: auto;
  max-height: 600px;
}
div.swatch-attribute.product_colour_gfcg {
  overflow-x: auto;
  max-height: 600px;
}
div.swatch-attribute.product_colour_uvgel {
  overflow-x: auto;
  max-height: 600px;
}
div.swatch-attribute.product_option_nailart_sticker {
  overflow-x: auto;
  max-height: 600px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #F9F9F9;
  color: black;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #ECEFF1;
  color: black;
}
.table-hover > tbody > th:hover {
  background-color: #ffff99;
}
.page-wrapper > header > div.sections.nav-sections {
  background-color: #272723;
  margin-bottom: 0px;
}
.swatch-option.selected {
  outline: 5px solid #cc0000;
  border: 1px solid #ffffff;
  color: #333333;
}
.product-info-main .product.sku .type:after {
  content: ' :';
}
.porto-icon-left-open-big:before {
  font-size: xx-large;
  content: '\f80a';
}
.porto-icon-right-open-big:before {
  font-size: xx-large;
  content: '\f809';
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
.products-grid.divider-line .product-item-details .product-item-actions .tocart {
  background-color: #2f2f2e;
}
.logo {
  border-radius: 25px;
  border: 4px solid #272723;
}
div.page-wrapper > div.breadcrumbs {
  padding: 25px;
}
.breadcrumbs .items > li {
  font-size: large;
}
.breadcrumbs li.home a {
  width: 25px !important;
  display: inline-block;
  text-indent: 30px;
  line-height: 30px;
  overflow: hidden;
  float: left;
  position: relative;
  font-size: large;
}
.breadcrumbs li.home a:after {
  content: "\e883";
  font-family: 'porto-icons';
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}
div.base-wrapper {
  padding-bottom: 25px;
}
/* icon before
span[data-dynamic="base-price"]:before
{
    font-family: FontAwesome;
    content: "\f0da";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}
 */
.product-social-links {
  display: none;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
