nav[aria-label="Breadcrumb"] {
  padding: 0 60px;
  padding-bottom: 30px; }
  @media (max-width: 950px) {
    nav[aria-label="Breadcrumb"] {
      padding: 0 30px; } }

ol.breadcrumbs {
  text-align: left; }

.breadcrumbs {
  display: block !important; }

.productView {
  padding: 0 60px;
  padding-bottom: 30px;
  margin: 0;
  display: flex;
  flex-direction: row;
  background-color: white; }
  @media (max-width: 950px) {
    .productView {
      padding: 0 30px; } }
  @media (max-width: 800px) {
    .productView {
      flex-direction: column;
      padding-bottom: 30px; } }
  .productView section.productView-images {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 800px) {
      .productView section.productView-images {
        flex-wrap: wrap; } }
    .productView section.productView-images .mobile-product-title {
      display: none; }
      .productView section.productView-images .mobile-product-title h1 {
        margin-top: 7px;
        color: #222222;
        font-family: 'Oswald';
        font-size: 28px;
        font-weight: bold; }
      .productView section.productView-images .mobile-product-title .badge-instock {
        background-color: #B5EF3D;
        color: #285E2E;
        font-size: 14px;
        font-weight: bold;
        font-family: "Oswald";
        display: initial;
        line-height: 0;
        padding: 4px 14px;
        border-radius: 12px; }
      @media (max-width: 800px) {
        .productView section.productView-images .mobile-product-title {
          display: block;
          order: 1;
          margin-bottom: 80px; } }
      @media (max-width: 550px) {
        .productView section.productView-images .mobile-product-title {
          order: 3;
          margin-bottom: 20px; } }
    @media (max-width: 1016px) {
      .productView section.productView-images {
        width: 60%; } }
    @media (max-width: 800px) {
      .productView section.productView-images {
        width: 100%; } }
    @media (max-width: 550px) {
      .productView section.productView-images {
        flex-direction: column-reverse; } }
    .productView section.productView-images ul.productView-thumbnails {
      width: 20%;
      float: none;
      order: 1;
      margin: 0;
      position: relative; }
      @media (max-width: 550px) {
        .productView section.productView-images ul.productView-thumbnails {
          width: 100%; } }
      .productView section.productView-images ul.productView-thumbnails .slick-list {
        margin-left: 0; }
        @media (max-width: 1366px) {
          .productView section.productView-images ul.productView-thumbnails .slick-list {
            margin: 0; } }
      .productView section.productView-images ul.productView-thumbnails li.productView-thumbnail {
        display: flex;
        justify-content: flex-start;
        padding-left: 2px; }
        @media (max-width: 1366px) {
          .productView section.productView-images ul.productView-thumbnails li.productView-thumbnail {
            width: 100% !important; } }
        @media (max-width: 550px) {
          .productView section.productView-images ul.productView-thumbnails li.productView-thumbnail {
            justify-content: center;
            margin-top: 20px; } }
        .productView section.productView-images ul.productView-thumbnails li.productView-thumbnail a.productView-thumbnail-link {
          height: 100px;
          max-width: 100px; }
          @media (max-width: 440px) {
            .productView section.productView-images ul.productView-thumbnails li.productView-thumbnail a.productView-thumbnail-link {
              max-width: 60%;
              height: 77px;
              padding: 15px; }
              .productView section.productView-images ul.productView-thumbnails li.productView-thumbnail a.productView-thumbnail-link img {
                width: 100px; } }
      .productView section.productView-images ul.productView-thumbnails button.slick-prev {
        left: 20%;
        transform: translateX(-50%);
        top: -44px;
        transform: rotate(90deg); }
        @media (max-width: 550px) {
          .productView section.productView-images ul.productView-thumbnails button.slick-prev {
            margin: 0;
            transform: translateY(-33%) !important;
            top: 50% !important;
            height: auto !important;
            position: absolute;
            left: -5% !important; } }
      .productView section.productView-images ul.productView-thumbnails button.slick-next {
        position: relative;
        top: 10px;
        left: 20%;
        transform: translateX(-50%) !important;
        transform: rotate(90deg) !important; }
        @media (max-width: 550px) {
          .productView section.productView-images ul.productView-thumbnails button.slick-next {
            margin: 0;
            transform: translateY(-33%) !important;
            top: 50% !important;
            height: auto !important;
            position: absolute;
            left: 95% !important; } }
      @media (max-width: 550px) {
        .productView section.productView-images ul.productView-thumbnails .slick-track {
          display: flex; } }
    .productView section.productView-images figure.productView-image {
      border: 1px solid #CCCCCC;
      width: 70%;
      order: 2;
      margin: 0;
      position: relative; }
      @media (max-width: 550px) {
        .productView section.productView-images figure.productView-image {
          width: 100% !important; } }
      .productView section.productView-images figure.productView-image .badge-discount-container {
        background-color: #CE001B;
        color: white;
        position: absolute;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: max-content;
        height: 36px;
        top: 10px;
        right: 10px;
        border-radius: 18px; }
        .productView section.productView-images figure.productView-image .badge-discount-container .badge-discount {
          display: block;
          position: relative;
          font-size: 14px;
          font-weight: bold;
          font-family: 'Oswald';
          padding: 8px 11px; }
  .productView .container-product-options {
    width: 50%; }
    @media (min-width: 1470px) {
      .productView .container-product-options {
        width: 41%;
        margin-left: auto;
        margin-right: 101px; } }
    @media (max-width: 1016px) {
      .productView .container-product-options {
        width: 40%; } }
    @media (max-width: 800px) {
      .productView .container-product-options {
        width: 100%; } }
    .productView .container-product-options section.productView-details {
      float: none;
      width: 100%;
      margin: 0;
      padding: 0; }
      .productView .container-product-options section.productView-details .badge-instock {
        background-color: #B5EF3D;
        color: #285E2E;
        font-size: 14px;
        font-weight: bold;
        font-family: "Oswald";
        display: initial;
        line-height: 0;
        padding: 4px 14px;
        border-radius: 12px; }
        @media (max-width: 800px) {
          .productView .container-product-options section.productView-details .badge-instock {
            display: none; } }
      .productView .container-product-options section.productView-details h1.productView-title {
        margin-top: 7px;
        color: #222222;
        font-family: 'Oswald';
        font-size: 28px;
        font-weight: bold; }
        @media (max-width: 800px) {
          .productView .container-product-options section.productView-details h1.productView-title {
            display: none; } }
      .productView .container-product-options section.productView-details .productView-rating span.icon.icon--ratingFull svg {
        fill: #B5EF3D; }
      .productView .container-product-options section.productView-details h2.productView-brand {
        margin-top: 7px;
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 7px; }
        .productView .container-product-options section.productView-details h2.productView-brand a {
          text-decoration: none;
          font-size: 20px;
          font-family: 'Oswald';
          color: #222222; }
      .productView .container-product-options section.productView-details .price-section.price-section--saving.price {
        display: none !important; }
      .productView .container-product-options section.productView-details .productView-product div.productView-price {
        display: flex;
        align-items: center;
        padding-bottom: 2px;
        margin-bottom: 0; }
        .productView .container-product-options section.productView-details .productView-product div.productView-price .price-section.price-section--withoutTax {
          order: 1; }
        .productView .container-product-options section.productView-details .productView-product div.productView-price .parent-container-discounter {
          order: 2;
          margin-left: 24px;
          margin-bottom: 14px; }
      .productView .container-product-options section.productView-details .productView-product {
        border-bottom: 0;
        padding-bottom: 7px; }
    .productView .container-product-options .productView-price .price-section.price-section--withoutTax:not(.non-sale-price--withoutTax):not(.rrp-price--withoutTax) {
      display: flex;
      flex-direction: column; }
      .productView .container-product-options .productView-price .price-section.price-section--withoutTax:not(.non-sale-price--withoutTax):not(.rrp-price--withoutTax) span.price-now-label {
        font-family: 'Oswald';
        font-size: 14px;
        color: #222222;
        font-weight: bold; }
      .productView .container-product-options .productView-price .price-section.price-section--withoutTax:not(.non-sale-price--withoutTax):not(.rrp-price--withoutTax) [data-product-price-without-tax] {
        color: #EA1616;
        font-family: 'Oswald';
        font-weight: bold;
        font-size: 50px; }
    .productView .container-product-options span:not([data-product-rrp-price-without-tax]), .productView .container-product-options span:not([data-product-non-sale-price-without-tax]) {
      font-size: 16px;
      font-family: 'Oswald';
      color: #222222; }
    .productView .container-product-options span[data-product-non-sale-price-without-tax] {
      text-decoration: line-through !important; }
    .productView .container-product-options span[data-product-rrp-price-without-tax], .productView .container-product-options span[data-product-non-sale-price-without-tax] {
      font-size: 16px;
      font-family: 'Oswald';
      color: #222222;
      font-weight: bold;
      text-decoration: none; }
    .productView .container-product-options .price-section.price-section--withoutTax.rrp-price--withoutTax {
      line-height: 0.7; }
    .productView .container-product-options #add-to-cart-wrapper {
      display: flex;
      align-items: center; }
      .productView .container-product-options #add-to-cart-wrapper .form-field.form-field--increments {
        margin: 0;
        max-width: 92px;
        max-height: 60px; }
    .productView .container-product-options dl.productView-info .container-dd {
      display: flex;
      border-bottom: 1px solid #cccccc; }
      .productView .container-product-options dl.productView-info .container-dd dt.productView-info-name {
        font-size: 16px;
        font-family: 'Oswald';
        font-weight: bold;
        color: #222222; }
    .productView .container-product-options label[for="qty[]"] {
      display: none; }
    .productView .container-product-options [data-quantity-change] {
      border: 1px solid #CCCCCC;
      width: 92px;
      height: 60px;
      display: flex;
      border-radius: 4px;
      justify-content: center;
      margin: 0; }
      .productView .container-product-options [data-quantity-change] button.button--icon {
        border: none;
        fill: black;
        padding: 0;
        stroke: black; }
        .productView .container-product-options [data-quantity-change] button.button--icon:focus {
          outline: none !important; }
      .productView .container-product-options [data-quantity-change] input.form-input--incrementTotal {
        font-size: 20px;
        font-weight: bold;
        color: #222222;
        font-family: 'Oswald'; }
    .productView .container-product-options .add-to-cart-buttons {
      margin: 0 !important;
      padding-left: 16px;
      padding-right: 0;
      width: 100%;
      display: grid;
      grid-template-rows: auto;
      grid-template-columns: 100px;
      grid-template-areas: "a b" "c c"; }
      .productView .container-product-options .add-to-cart-buttons #form-action-addToCart {
        margin: 0;
        background-color: #CE001B;
        border-radius: 4px;
        height: 60px;
        display: block;
        width: 100%;
        font-family: 'Oswald';
        font-size: 20px;
        font-weight: bold;
        border: none; }
      .productView .container-product-options .add-to-cart-buttons .form-field.form-field--increments {
        grid-area: a; }
      .productView .container-product-options .add-to-cart-buttons .form-action {
        grid-area: b; }
      .productView .container-product-options .add-to-cart-buttons .add-to-cart-wallet-buttons {
        grid-area: c;
        z-index: 1; }
    .productView .container-product-options [data-product-option-change] {
      /*COLOR */ }
      @media (max-width: 550px) {
        .productView .container-product-options [data-product-option-change] div.form-field {
          text-align: left; } }
      .productView .container-product-options [data-product-option-change] [data-product-attribute="swatch"] label.form-option-swatch {
        width: 40px;
        height: 40px;
        border-radius: 100%; }
        .productView .container-product-options [data-product-option-change] [data-product-attribute="swatch"] label.form-option-swatch span {
          height: 100%;
          width: 100%;
          border-radius: 100%; }
      .productView .container-product-options [data-product-option-change] label.form-label.form-label--alternate.form-label--inlineSmall {
        color: #222222;
        font-family: 'Oswald';
        font-weight: bold;
        font-size: 16px; }
      .productView .container-product-options [data-product-option-change] [data-product-attribute="set-rectangle"] {
        /*Size*/ }
        .productView .container-product-options [data-product-option-change] [data-product-attribute="set-rectangle"] [data-product-attribute-value] {
          border: 1px solid #CCCCCC;
          border-radius: 40px;
          padding-left: 10px;
          padding-right: 10px;
          width: auto;
          height: 42px;
          margin-right: 15px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          font-weight: bold;
          color: #222222;
          font-family: 'Oswald'; }
          .productView .container-product-options [data-product-option-change] [data-product-attribute="set-rectangle"] [data-product-attribute-value]::after {
            height: 35px;
            width: 118px;
            background: transparent;
            border: 2px solid  black; }
    .productView .container-product-options ul.socialLinks {
      display: none; }
    .productView .container-product-options .parent-container-specification .container-specification {
      height: 46px;
      overflow: hidden;
      transition: 0.4s all; }
      .productView .container-product-options .parent-container-specification .container-specification .row-header-specs {
        background-color: #CCCCCC;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 14px; }
        .productView .container-product-options .parent-container-specification .container-specification .row-header-specs .title-specs {
          font-family: 'Oswald';
          font-weight: bold;
          font-size: 20px; }
        .productView .container-product-options .parent-container-specification .container-specification .row-header-specs .arrow-down {
          height: 15px; }
          .productView .container-product-options .parent-container-specification .container-specification .row-header-specs .arrow-down:hover {
            cursor: pointer; }
          .productView .container-product-options .parent-container-specification .container-specification .row-header-specs .arrow-down:hover svg {
            fill: #6e6e6e;
            stroke: #6e6e6e; }
          .productView .container-product-options .parent-container-specification .container-specification .row-header-specs .arrow-down svg {
            fill: black;
            stroke: black;
            max-width: 15px;
            max-height: 15px; }
      .productView .container-product-options .parent-container-specification .container-specification .row-specs {
        border-bottom: 1px solid #cccccc; }
        .productView .container-product-options .parent-container-specification .container-specification .row-specs span.label-specs {
          display: flex;
          justify-content: space-between;
          padding: 8px 15px; }
          .productView .container-product-options .parent-container-specification .container-specification .row-specs span.label-specs strong {
            width: 50%; }
          .productView .container-product-options .parent-container-specification .container-specification .row-specs span.label-specs .main-label {
            width: 50%; }
    .productView .container-product-options .parent-container-specification .toggle-height {
      height: auto !important; }
    .productView .container-product-options .parent-container-specification .toggle-rotate {
      transform: rotate(180deg); }

.modal-body.quickView .container-specification {
  height: auto !important; }

main#main-content, .tabs-contents {
  margin-bottom: 0; }

/* description tabs */
.container-description {
  background-color: #F3F3F3;
  padding: 80px 0px; }
  .container-description article.productView-description {
    display: block;
    float: none;
    max-width: 90%;
    margin: 0 auto;
    background-color: white;
    border: 1px solid #cccccc;
    padding: 0; }
    @media (max-width: 800px) {
      .container-description article.productView-description {
        max-width: calc(100% - 60px); } }
    .container-description article.productView-description ul.tabs[data-tab] {
      height: 50px; }
      @media (max-width: 800px) {
        .container-description article.productView-description ul.tabs[data-tab] {
          height: 100%; } }
      .container-description article.productView-description ul.tabs[data-tab] li {
        width: 321px;
        border: none;
        border-right: 1px solid #CCCCCC;
        background-color: #285E2E; }
        @media (max-width: 800px) {
          .container-description article.productView-description ul.tabs[data-tab] li {
            width: 100%; } }
        @media (max-width: 800px) {
          .container-description article.productView-description ul.tabs[data-tab] li.is-active {
            background-color: #3a8342; } }
        .container-description article.productView-description ul.tabs[data-tab] li.is-active::before {
          content: '';
          position: absolute;
          bottom: -28px;
          left: 50%;
          transform: translateX(-50%);
          width: 0;
          height: 0;
          border-top: 15px solid #285E2E;
          border-right: 15px solid transparent;
          border-bottom: 15px solid transparent;
          border-left: 15px solid transparent; }
          @media (max-width: 800px) {
            .container-description article.productView-description ul.tabs[data-tab] li.is-active::before {
              display: none; } }
        .container-description article.productView-description ul.tabs[data-tab] li:last-child {
          border-right: none !important; }
        .container-description article.productView-description ul.tabs[data-tab] li a {
          text-align: center;
          color: white;
          font-size: 18px;
          font-family: 'Oswald';
          font-weight: bold; }
          .container-description article.productView-description ul.tabs[data-tab] li a:focus {
            outline: none !important; }
    .container-description article.productView-description div.tabs-contents .tab-content {
      padding: 40px;
      font-family: 'Oswald'; }
      @media (max-width: 550px) {
        .container-description article.productView-description div.tabs-contents .tab-content {
          margin-bottom: 40px; } }

.container-content-before-footer {
  background-color: #F3F3F3; }
  .container-content-before-footer h2.title-tabs {
    margin: 0;
    text-align: center;
    font-size: 32px;
    color: #222222;
    font-family: 'Oswald';
    font-weight: bold; }
  .container-content-before-footer .tabs-contents {
    max-width: 80%;
    margin: 0 auto; }
    @media (max-width: 430px) {
      .container-content-before-footer .tabs-contents {
        max-width: 98%; } }
  @media (max-width: 800px) {
    .container-content-before-footer div.tabs-contents {
      padding-left: 30px;
      padding-right: 30px; } }

#tab-similar .slick-dots {
  bottom: -75px; }

@media (min-width: 1301px) {
  #tab-related button.quickview {
    width: 130px; }
  #tab-related a.card-figcaption-button {
    width: 130px; } }

/**QUICK VIEW***/
@media (max-width: 440px) {
  .modal-body.quickView {
    padding: 10px; }
    .modal-body.quickView .productView.productView--quickView {
      padding: 10px; }
    .modal-body.quickView h1.productView-title {
      font-size: 18px !important; } }

.modal-body.quickView .badge-instock {
  display: none !important; }

.modal-body.quickView .container-save-price {
  display: none !important; }

.modal-body.quickView .price-now-label {
  display: none !important; }

.modal-body.quickView .productView-price {
  flex-direction: row-reverse;
  justify-content: flex-end;
  row-gap: 10px;
  column-gap: 10px; }

.modal-body.quickView .price-section.price-section--withoutTax.rrp-price--withoutTax {
  display: flex;
  margin-bottom: 16px; }
  .modal-body.quickView .price-section.price-section--withoutTax.rrp-price--withoutTax span:first-child {
    font-size: 0;
    position: relative; }
    .modal-body.quickView .price-section.price-section--withoutTax.rrp-price--withoutTax span:first-child::before {
      content: 'RRP: ';
      font-size: 16px;
      font-weight: bold;
      color: #222222;
      font-family: 'Oswald'; }

.modal-body.quickView .price-section.price-section--withoutTax.non-sale-price--withoutTax {
  display: none; }

.modal-body.quickView .container-description {
  display: none !important; }

.modal-body.quickView .expand-height {
  height: auto !important;
  transition: all 0.6s; }

.modal-body.quickView .r-sku {
  height: 0px; }

.modal-body.quickView li.productView-thumbnail {
  width: 100% !important; }

.modal-body.quickView .productView-thumbnails .slick-list {
  margin-right: 1.2rem; }

.modal-body.quickView .slick-next {
  left: 23% !important; }
  @media (max-width: 800px) {
    .modal-body.quickView .slick-next {
      left: 28% !important; } }
  @media (max-width: 550px) {
    .modal-body.quickView .slick-next {
      left: 100% !important;
      top: 59% !important; } }

.modal-body.quickView .slick-prev {
  left: 26% !important;
  top: -34px !important; }
  @media (max-width: 800px) {
    .modal-body.quickView .slick-prev {
      left: 30% !important;
      top: -34px !important; } }
  @media (max-width: 550px) {
    .modal-body.quickView .slick-prev {
      left: -6% !important; } }

.modal-body.quickView .productView-thumbnails.slick-initialized.slick-slider.slick-vertical {
  margin-top: 30px; }

/**END OF QUICK VIEW**/
/***************variation*****************/
[data-product-attribute="set-radio"] {
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px; }
  [data-product-attribute="set-radio"] .form-label--alternate {
    width: 100%; }
  [data-product-attribute="set-radio"] [data-product-attribute-value] {
    z-index: 1;
    font-size: 16px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    width: 120px;
    height: 40px; }
    [data-product-attribute="set-radio"] [data-product-attribute-value]::before {
      width: 120px;
      height: 35px;
      border-radius: 24px;
      z-index: -1; }
    [data-product-attribute="set-radio"] [data-product-attribute-value]::after {
      height: 35px;
      width: 118px;
      background: transparent;
      border: 2px solid  black; }

/************end of variation************/
/***PRICE SAVE***/
.container-save-price {
  background-color: #CE001B;
  text-align: center;
  padding: 8px 0px;
  margin-bottom: 18px; }
  .container-save-price span {
    color: white !important;
    display: flex;
    font-size: 24px !important;
    font-family: 'Oswald';
    align-items: center;
    justify-content: center;
    font-weight: 500; }
  .container-save-price svg {
    height: 25px;
    width: 25px;
    fill: white; }
  .container-save-price #save_price_prod_page {
    margin-right: 5px; }

/** END OF PRICE SAVE***/
main.body .container {
  padding: 0; }

@media (max-width: 1300px) {
  .tab-content.has-jsContent.is-active button.slick-next {
    right: -40px; }
  .tab-content.has-jsContent.is-active button.slick-prev {
    left: -40px; } }

@media (max-width: 500px) {
  .tab-content.has-jsContent.is-active {
    padding: 0 25px; }
    .tab-content.has-jsContent.is-active button.slick-next {
      right: -45px; }
    .tab-content.has-jsContent.is-active button.slick-prev {
      left: -45px; } }

@media (max-width: 400px) {
  .tab-content.has-jsContent.is-active {
    padding: 0 5px; } }

a.tab-title {
  text-transform: uppercase; }

.tab-content p, .tab-content ul li {
  font-size: 18px; }
