.product__stock_ok,
.product__stock_ok:hover{
    border:2px solid #219653;
    color: #219653;
    padding:3px 15px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top:10px;
    font-size: 14px;
    width: 250px;
    height: 45px;
    text-decoration: none;
    /* margin-left:15px; */
  }
  .product__stock_out{
    border:2px solid #F15B67;
    color: #F15B67;
    padding:3px 15px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
    width: 250px;
    height: 45px;
    text-decoration: none;
  }
  .product__stock_out:hover{
    color:#F15B67;
    text-decoration: none !important;
  }
  
  .product__header h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
  }
  
  .product__tabs {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  }
  
  .product__subtitle {
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .product__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #6c757d;
    font-size: 14px;
    line-height: 1;
  }
  
  [dir=ltr] .product__rating-stars {
    margin-right: 8px;
  }
  
  [dir=rtl] .product__rating-stars {
    margin-left: 8px;
  }
  
  .product__rating-label a {
    color: inherit;
  }
  
  [dir=ltr] .product__fit {
    margin-left: 12px;
  }
  
  [dir=rtl] .product__fit {
    margin-right: 12px;
  }
  
  .product__info-card {
    position: relative;
    /* padding:20px; */
  }
  
  .product__info-body {
    /* padding: 28px 28px 24px; */
    padding:0;
  }
  
  .button-etman{
    background-color: #A41A44;
    height: 40px;
    padding: 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: none;
    color: white;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .button-etman:hover{
    color: #fff;
  }

  
  .product__meta {
    /* margin: -3px 0; */
    padding:20px;
  }
  
  .product__meta table {
    width: 100%;
    font-size: 16px;
  }
  
  .product__meta th,
  .product__meta td {
    padding: 3px 0;
  }
  
  .product__meta th {
    font-weight: 500;
  }
  
  [dir=ltr] .product__meta th {
    padding-right: 12px;
  }
  
  [dir=rtl] .product__meta th {
    padding-left: 12px;
  }
  
  .product__meta tr + tr > * {
    border-top: 1px solid #ebebeb;
  }
  
  .product__meta a {
    color: #cb1818;
  }
  
  .product__meta a:hover {
    text-decoration: underline;
  }
  
  .product__shop-features {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    margin-top: 30px;
  }
  
  .product__badge {
    top: -7px;
    position: absolute;
  }
  
  [dir=ltr] .product__badge {
    left: 22px;
  }
  
  [dir=rtl] .product__badge {
    right: 22px;
  }
  
  .product__prices {
    /* padding: 8px 0 7px; */
    line-height: 1;
  }
  
  .product__price {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.04em;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .product__price--new {
    color: #262626;
  }
  
  .product__price--old {
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 400;
    color: #999;
    margin-bottom: 5px;
  }
  
  .product__form {
    background: #f9f9f9;
    margin-bottom: 24px;
    margin-top: -4px;
    padding: 16px 28px 18px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  
  .product__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    white-space: nowrap;
    padding: 0 28px 24px;
  }
  
  .product__actions-item--quantity {
    width: 120px;
  }
  
  [dir=ltr] .product__actions-item--quantity {
    margin-right: 8px;
  }
  
  [dir=rtl] .product__actions-item--quantity {
    margin-left: 8px;
  }
  
  .product__actions-item--addtocart {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  
  .product__actions-item--wishlist,
  .product__actions-item--compare {
    margin-top: 14px;
    margin-bottom: -8px;
    width: 50%;
    font-size: 13px;
    line-height: 16px;
    background: transparent;
    color: #262626;
    fill: #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    padding-top: 7px;
    padding-bottom: 5px;
    border-radius: 2px;
    -webkit-transition: background .15s,
   fill .15s;
    transition: background .15s,
   fill .15s;
  }
  
  [dir=ltr] .product__actions-item--wishlist, [dir=ltr]
  .product__actions-item--compare {
    padding-left: 9px;
    padding-right: 10px;
  }
  
  [dir=rtl] .product__actions-item--wishlist, [dir=rtl]
  .product__actions-item--compare {
    padding-right: 9px;
    padding-left: 10px;
  }
  
  .product__actions-item--wishlist svg,
  .product__actions-item--compare svg {
    position: relative;
    top: -1px;
  }
  
  [dir=ltr] .product__actions-item--wishlist svg, [dir=ltr]
  .product__actions-item--compare svg {
    margin-right: 8px;
  }
  
  [dir=rtl] .product__actions-item--wishlist svg, [dir=rtl]
  .product__actions-item--compare svg {
    margin-left: 8px;
  }
  
  .product__actions-item--wishlist:focus,
  .product__actions-item--compare:focus {
    outline: none;
  }
  
  .product__actions-item--wishlist:hover,
  .product__actions-item--compare:hover {
    background: #f5f5f5;
    fill: #bfbfbf;
  }
  
  .product__actions-item--wishlist:active,
  .product__actions-item--compare:active {
    background: #f0f0f0;
    fill: #b3b3b3;
  }
  
  .product__actions-divider {
    width: 100%;
  }
  
  .product__tags-and-share-links {
    border-top: 1px solid #ebebeb;
    padding: 24px 28px;
  }
  
  .product__tags + .product__share-links {
    margin-top: 18px;
  }
  
  .product--layout--sidebar {
    --product-gutter: 30px;
    --product-gallery-image-max-width: 400px;
  }
  
  .product--layout--sidebar .product__body {
    display: grid;
    grid-template-columns: calc(100% - 370px) 370px;
    grid-template-rows: auto auto 1fr;
  }
  
  .product--layout--sidebar .product__card--one {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  
  .product--layout--sidebar .product__header {
    grid-column: 1;
    grid-row: 1;
  }
  
  .product--layout--sidebar .product__gallery {
    grid-column: 1;
    grid-row: 2;
  }
  
  .product--layout--sidebar .product__tabs {
    grid-column: 1;
    grid-row: 3;
  }
  
  .product--layout--sidebar .product__info {
    grid-column: 2;
    grid-row: 1 / 4;
  }
  
  .product--layout--sidebar .product__card {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  }
  
  .product--layout--sidebar .product__card--two {
    display: none;
  }
  
  .product--layout--sidebar .product__gallery {
    padding: 0 40px 40px;
  }
  
  .product--layout--sidebar .product__header {
    padding: 36px 40px 16px;
  }
  
  [dir=ltr] .product--layout--sidebar .product__info {
    margin-left: var(--product-gutter);
  }
  
  [dir=rtl] .product--layout--sidebar .product__info {
    margin-right: var(--product-gutter);
  }
  
  .product--layout--sidebar .product__info-card {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  }
  
  .product--layout--sidebar .product__shop-features,
  .product--layout--sidebar .product__tabs {
    margin-top: var(--product-gutter);
  }
  
  @media (min-width: 768px) and (max-width: 1199.98px) {
    [dir=ltr] .product--layout--sidebar .product__title {
      padding-right: 80px;
    }
    [dir=rtl] .product--layout--sidebar .product__title {
      padding-left: 80px;
    }
    .product--layout--sidebar .product__actions-item--wishlist,
    .product--layout--sidebar .product__actions-item--compare {
      position: absolute;
      top: 19px;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      padding: 0;
      margin: 0;
    }
    [dir=ltr] .product--layout--sidebar .product__actions-item--wishlist, [dir=ltr]
    .product--layout--sidebar .product__actions-item--compare {
      right: 16px;
    }
    [dir=rtl] .product--layout--sidebar .product__actions-item--wishlist, [dir=rtl]
    .product--layout--sidebar .product__actions-item--compare {
      left: 16px;
    }
    .product--layout--sidebar .product__actions-item--wishlist span,
    .product--layout--sidebar .product__actions-item--compare span {
      display: none;
    }
    .product--layout--sidebar .product__actions-item--wishlist svg,
    .product--layout--sidebar .product__actions-item--compare svg {
      top: 0;
      display: block;
      margin: 0;
    }
    [dir=ltr] .product--layout--sidebar .product__actions-item--compare {
      right: 52px;
    }
    [dir=rtl] .product--layout--sidebar .product__actions-item--compare {
      left: 52px;
    }
  }
  
  @media (min-width: 1200px) and (max-width: 1399.98px) {
  }
  
  @media (min-width: 576px) and (max-width: 1199.98px) {
    .product--layout--sidebar .product__meta table,
    .product--layout--sidebar .product__meta th,
    .product--layout--sidebar .product__meta td {
      display: block;
    }
    .product--layout--sidebar .product__meta tbody {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .product--layout--sidebar .product__meta tr,
    .product--layout--sidebar .product__meta th {
      width: calc(50% - 10px);
    }
    .product--layout--sidebar .product__meta tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    [dir=ltr] .product--layout--sidebar .product__meta tr:nth-child(2n) {
      margin-left: 20px;
    }
    [dir=rtl] .product--layout--sidebar .product__meta tr:nth-child(2n) {
      margin-right: 20px;
    }
  }
  
  @media (max-width: 1199.98px) {
    .product--layout--sidebar .product__info-card {
      padding-top: 24px;
      padding-bottom: 28px;
    }
    [dir=ltr] .product--layout--sidebar .product__info-card {
      padding-left: 24px;
      padding-right: 24px;
    }
    [dir=rtl] .product--layout--sidebar .product__info-card {
      padding-right: 24px;
      padding-left: 24px;
    }
    .product--layout--sidebar .product__info-body {
      padding-top: 0;
      padding-bottom: 16px;
    }
    [dir=ltr] .product--layout--sidebar .product__info-body {
      padding-left: 0;
      padding-right: 0;
    }
    [dir=rtl] .product--layout--sidebar .product__info-body {
      padding-right: 0;
      padding-left: 0;
    }
    .product--layout--sidebar .product__prices-stock {
      padding-top: 0;
      padding-bottom: 10px;
    }
    [dir=ltr] .product--layout--sidebar .product__prices-stock {
      padding-left: 0;
      padding-right: 0;
    }
    [dir=rtl] .product--layout--sidebar .product__prices-stock {
      padding-right: 0;
      padding-left: 0;
    }
    .product--layout--sidebar .product__price {
      font-size: 26px;
    }
    .product--layout--sidebar .product__price--old {
      font-size: 16px;
    }
    .product--layout--sidebar .product__meta {
      border-top: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb;
      padding: 10px 0;
      margin: 8px 0;
    }
    .product--layout--sidebar .product__meta th,
    .product--layout--sidebar .product__meta td {
      padding-top: 1px;
      padding-bottom: 1px;
    }
    .product--layout--sidebar .product__meta tr + tr > * {
      border: none;
    }
    .product--layout--sidebar .product__form {
      background: transparent;
      padding: 0;
      border: none;
      margin-bottom: 16px;
    }
    .product--layout--sidebar .product__actions {
      padding: 0;
    }
    .product--layout--sidebar .product__tags-and-share-links {
      border: none;
      padding: 20px 0 0;
    }
  }
  
  @media (max-width: 767.98px) {
    .product--layout--sidebar .product__actions {
      margin-bottom: -6px;
    }
    .product--layout--sidebar .product__actions-divider {
      height: 10px;
    }
    .product--layout--sidebar .product__actions-item--wishlist,
    .product--layout--sidebar .product__actions-item--compare {
      width: auto;
      margin-top: 2px;
      margin-bottom: -2px;
    }
  }
  
  @media (max-width: 575.98px) {
    .product--layout--sidebar .product__subtitle {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .product--layout--sidebar .product__fit {
      margin-bottom: 11px;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
    }
    [dir=ltr] .product--layout--sidebar .product__fit {
      margin-left: -4px;
    }
    [dir=rtl] .product--layout--sidebar .product__fit {
      margin-right: -4px;
    }
  }
  
  @media (max-width: 1399.98px) {
    .product--layout--sidebar {
      --product-gutter: 20px;
      --product-gallery-image-max-width: 360px;
    }
    .product--layout--sidebar .product__body {
      grid-template-rows: -webkit-max-content;
      grid-template-rows: max-content;
      grid-template-columns: calc(100% - 332px) 332px;
    }
    .product--layout--sidebar .product__info {
      grid-column: 2;
      grid-row: 1 / 3;
    }
    .product--layout--sidebar .product__gallery {
      padding-top: 0;
      padding-bottom: 28px;
    }
    [dir=ltr] .product--layout--sidebar .product__gallery {
      padding-left: 28px;
      padding-right: 28px;
    }
    [dir=rtl] .product--layout--sidebar .product__gallery {
      padding-right: 28px;
      padding-left: 28px;
    }
    .product--layout--sidebar .product__header {
      padding-top: 24px;
      padding-bottom: 16px;
    }
    [dir=ltr] .product--layout--sidebar .product__header {
      padding-left: 28px;
      padding-right: 28px;
    }
    [dir=rtl] .product--layout--sidebar .product__header {
      padding-right: 28px;
      padding-left: 28px;
    }
    .product--layout--sidebar .product__shop-features {
      display: none;
    }
    .product--layout--sidebar .product__tabs {
      grid-column: 1 / 3;
    }
  }
  
  @media (max-width: 1199.98px) {
    .product--layout--sidebar {
      --product-gutter: 16px;
    }
    .product--layout--sidebar .product__body {
      grid-template-columns: 100%;
    }
    .product--layout--sidebar .product__info {
      grid-column: 1;
      grid-row: 3;
    }
    .product--layout--sidebar .product__tabs {
      grid-column: 1;
      grid-row: 4;
    }
    .product--layout--sidebar .product__card--one {
      display: none;
    }
    .product--layout--sidebar .product__header {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
      padding-bottom: 24px;
    }
    .product--layout--sidebar .product__gallery {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
      width: 100%;
      margin-top: var(--product-gutter);
      padding-top: 24px;
      padding-bottom: 28px;
    }
    [dir=ltr] .product--layout--sidebar .product__gallery {
      padding-left: 24px;
      padding-right: 24px;
    }
    [dir=rtl] .product--layout--sidebar .product__gallery {
      padding-right: 24px;
      padding-left: 24px;
    }
    .product--layout--sidebar .product__info {
      margin-top: var(--product-gutter);
    }
    [dir=ltr] .product--layout--sidebar .product__info {
      margin-left: 0;
    }
    [dir=rtl] .product--layout--sidebar .product__info {
      margin-right: 0;
    }
    .product--layout--sidebar .product__info-card {
      position: static;
    }
    .product--layout--sidebar .product__actions-item--addtocart .btn {
      width: auto;
    }
  }
  
  @media (max-width: 767.98px) {
    .product--layout--sidebar .product__header {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
      padding-top: 24px;
      padding-bottom: 22px;
    }
    [dir=ltr] .product--layout--sidebar .product__header {
      padding-left: 24px;
      padding-right: 24px;
    }
    [dir=rtl] .product--layout--sidebar .product__header {
      padding-right: 24px;
      padding-left: 24px;
    }
    .product--layout--sidebar .product__title {
      font-size: 22px;
      line-height: 28px;
    }
  }
  
  .product--layout--full {
    --product-gutter: 30px;
  }
  
  .product--layout--full .product__body {
    display: grid;
    grid-template-columns: auto 1fr 370px;
    grid-template-rows: -webkit-max-content auto auto 1fr;
    grid-template-rows: max-content auto auto 1fr;
  }
  
  .product--layout--full .product__card--one {
    grid-column: 1 / 3;
    grid-row: 1 / 4;
  }
  
  .product--layout--full .product__gallery {
    grid-column: 1;
    grid-row: 1 / 4;
  }
  
  .product--layout--full .product__header {
    grid-column: 2;
    grid-row: 1;
  }
  
  .product--layout--full .product__main {
    grid-column: 2;
    grid-row: 2;
  }
  
  .product--layout--full .product__info {
    grid-column: 3;
    grid-row: 1 / 5;
  }
  
  .product--layout--full .product__tabs {
    grid-column: 1 / 3;
    grid-row: 4;
  }
  
  .product--layout--full .product__card {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  }
  
  .product--layout--full .product__card--two {
    display: none;
  }
  
  .product--layout--full .product__gallery {
    padding-top: 36px;
    padding-bottom: 48px;
    width: 440px;
  }
  
  [dir=ltr] .product--layout--full .product__gallery {
    padding-left: 40px;
    padding-right: 0;
  }
  
  [dir=rtl] .product--layout--full .product__gallery {
    padding-right: 40px;
    padding-left: 0;
  }
  
  .product--layout--full .product__header {
    padding-top: 36px;
    padding-bottom: 16px;
  }
  
  [dir=ltr] .product--layout--full .product__header {
    padding-left: 36px;
    padding-right: 40px;
  }
  
  [dir=rtl] .product--layout--full .product__header {
    padding-right: 36px;
    padding-left: 40px;
  }
  
  .product--layout--full .product__main {
    padding-top: 0;
    padding-bottom: 48px;
  }
  
  [dir=ltr] .product--layout--full .product__main {
    padding-left: 36px;
    padding-right: 40px;
    margin-bottom: 20px;
  }
  
  [dir=rtl] .product--layout--full .product__main {
    padding-right: 36px;
    padding-left: 40px;
  }
  
  [dir=ltr] .product--layout--full .product__info {
    margin-left: var(--product-gutter);
  }
  
  [dir=rtl] .product--layout--full .product__info {
    margin-right: var(--product-gutter);
  }
  
  .product--layout--full .product__shop-features,
  .product--layout--full .product__tabs {
    margin-top: var(--product-gutter);
  }
  
  .product--layout--full .product__subtitle {
    padding-top: 8px;
  }
  
  .product--layout--full .product__gallery-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .product--layout--full .product__excerpt {
    font-size: 15px;
  }
  
  .product--layout--full .product__features {
    margin: 20px 0 0;
    font-size: 14px;
    border-radius: 3px;
  }
  
  .product--layout--full .product__features ul {
    list-style: none;
    padding: 0;
    color: #6c757d;
    margin: -6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .product--layout--full .product__features li {
    padding-top: 3px;
    padding-bottom: 2px;
    position: relative;
    margin: 0 6px;
    width: calc(100% / 1 - 12px);
  }
  
  [dir=ltr] .product--layout--full .product__features li {
    padding-left: 11px;
    padding-right: 0;
  }
  
  [dir=rtl] .product--layout--full .product__features li {
    padding-right: 11px;
    padding-left: 0;
  }
  
  .product--layout--full .product__features li:before {
    position: absolute;
    display: block;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
    background: currentColor;
    top: 12px;
    opacity: .85;
  }
  
  [dir=ltr] .product--layout--full .product__features li:before {
    left: 0;
  }
  
  [dir=rtl] .product--layout--full .product__features li:before {
    right: 0;
  }
  
  .product--layout--full .product__features-title {
    font-weight: 500;
    padding-bottom: 12px;
  }
  
  .product--layout--full .product__features-link {
    margin: 20px -2px 0;
    padding: 20px 2px 0;
    font-size: 14px;
    border-top: 1px solid #ebebeb;
  }
  
  .product--layout--full .product__features-link a:hover {
    text-decoration: underline;
  }
  
  @media (min-width: 1200px) {
    .product--layout--full .product__subtitle {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .product--layout--full .product__fit {
      margin-bottom: 11px;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
    }
    [dir=ltr] .product--layout--full .product__fit {
      margin-left: -4px;
    }
    [dir=rtl] .product--layout--full .product__fit {
      margin-right: -4px;
    }
  }
  
  @media (min-width: 768px) {
    .product--layout--full .product__info-card {
      display: block;
      width: 100%;
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    }
  }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
    .product--layout--full .product__gallery {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    }
    [dir=ltr] .product--layout--full .product__actions-item--addtocart .btn {
      padding-left: 16px;
      padding-right: 16px;
    }
    [dir=rtl] .product--layout--full .product__actions-item--addtocart .btn {
      padding-right: 16px;
      padding-left: 16px;
    }
  }
  
  @media (max-width: 575.98px) {
    .product--layout--full .product__subtitle {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .product--layout--full .product__fit {
      margin-bottom: 11px;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
    }
    [dir=ltr] .product--layout--full .product__fit {
      margin-left: -4px;
    }
    [dir=rtl] .product--layout--full .product__fit {
      margin-right: -4px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
    [dir=ltr] .product--layout--full .product__title {
      padding-right: 80px;
    }
    [dir=rtl] .product--layout--full .product__title {
      padding-left: 80px;
    }
    .product--layout--full .product__actions-item--wishlist,
    .product--layout--full .product__actions-item--compare {
      position: absolute;
      top: 19px;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      padding: 0;
      margin: 0;
    }
    [dir=ltr] .product--layout--full .product__actions-item--wishlist, [dir=ltr]
    .product--layout--full .product__actions-item--compare {
      right: 16px;
    }
    [dir=rtl] .product--layout--full .product__actions-item--wishlist, [dir=rtl]
    .product--layout--full .product__actions-item--compare {
      left: 16px;
    }
    .product--layout--full .product__actions-item--wishlist span,
    .product--layout--full .product__actions-item--compare span {
      display: none;
    }
    .product--layout--full .product__actions-item--wishlist svg,
    .product--layout--full .product__actions-item--compare svg {
      top: 0;
      display: block;
      margin: 0;
    }
    [dir=ltr] .product--layout--full .product__actions-item--compare {
      right: 52px;
    }
    [dir=rtl] .product--layout--full .product__actions-item--compare {
      left: 52px;
    }
  }
  
  @media (max-width: 1399.98px) {
    .product--layout--full {
      --product-gutter: 24px;
    }
    .product--layout--full .product__body {
      grid-template-columns: auto 1fr 336px;
    }
    .product--layout--full .product__gallery {
      padding-top: 24px;
      padding-bottom: 36px;
      width: 348px;
    }
    [dir=ltr] .product--layout--full .product__gallery {
      padding-left: 28px;
      padding-right: 0;
    }
    [dir=rtl] .product--layout--full .product__gallery {
      padding-right: 28px;
      padding-left: 0;
    }
    .product--layout--full .product__header {
      padding-top: 24px;
      padding-bottom: 16px;
    }
    [dir=ltr] .product--layout--full .product__header {
      padding-left: 28px;
      padding-right: 28px;
    }
    [dir=rtl] .product--layout--full .product__header {
      padding-right: 28px;
      padding-left: 28px;
    }
    .product--layout--full .product__main {
      padding-top: 0;
      padding-bottom: 36px;
    }
    [dir=ltr] .product--layout--full .product__main {
      padding-left: 28px;
      padding-right: 28px;
    }
    [dir=rtl] .product--layout--full .product__main {
      padding-right: 28px;
      padding-left: 28px;
    }
  }
  
  @media (max-width: 1199.98px) {
    .product--layout--full .product__body {
      grid-template-columns: auto 1fr 336px;
      grid-template-rows: -webkit-max-content auto auto 1fr;
      grid-template-rows: max-content auto auto 1fr;
    }
    .product--layout--full .product__card {
      grid-column: 1 / 3;
      grid-row: 1 / 4;
    }
    .product--layout--full .product__gallery {
      grid-column: 1 / 3;
      grid-row: 3;
    }
    .product--layout--full .product__gallery img{
      width: 100%;
    }
    .product--layout--full .product__header {
      grid-column: 1 / 3;
      grid-row: 1;
    }
    .product--layout--full .product__main {
      grid-column: 1 / 3;
      grid-row: 2;
    }
    .product--layout--full .product__info {
      grid-column: 3;
      grid-row: 1 / 4;
    }
    .product--layout--full .product__tabs {
      grid-column: 1 / 4;
      grid-row: 4;
    }
    .product--layout--full .product__features {
      display: none;
    }
    .product--layout--full .product__main {
      padding-bottom: 16px;
    }
    .product--layout--full .product__excerpt {
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 14px;
    }
    .product--layout--full .product__gallery {
      --product-gallery-image-max-width: 380px;
      padding-top: 0;
      width: 100%;
    }
    [dir=ltr] .product--layout--full .product__gallery {
      padding-right: 28px;
    }
    [dir=rtl] .product--layout--full .product__gallery {
      padding-left: 28px;
    }
    .product--layout--full .product__header {
      padding-bottom: 10px;
    }
    .product--layout--full .product__info {
      /* display: -webkit-box;
      display: -ms-flexbox;
      display: flex; */
    }
    .product--layout--full .product__shop-features {
      display: none;
    }
  }
  
  @media (max-width: 991.98px) {
    .product--layout--full {
      --product-gutter: 16px;
    }
    .product--layout--full .product__body {
      grid-template-columns: auto 1fr;
      grid-template-rows: -webkit-max-content auto auto 1fr;
      grid-template-rows: max-content auto auto 1fr;
    }
    .product--layout--full .product__card {
      grid-column: 1 / 3;
      grid-row: 1 / 3;
    }
    .product--layout--full .product__header {
      grid-column: 1 / 3;
      grid-row: 1;
    }
    .product--layout--full .product__main {
      grid-column: 1 / 3;
      grid-row: 2;
    }
    .product--layout--full .product__gallery {
      grid-column: 1;
      grid-row: 3;
    }
    .product--layout--full .product__info {
      grid-column: 2;
      grid-row: 3;
    }
    .product--layout--full .product__gallery {
      margin-top: var(--product-gutter);
      width: 385px;
      padding-top: 24px;
      padding-bottom: 28px;
    }
    [dir=ltr] .product--layout--full .product__gallery {
      padding-left: 24px;
      padding-right: 24px;
    }
    [dir=rtl] .product--layout--full .product__gallery {
      padding-right: 24px;
      padding-left: 24px;
    }
    [dir=ltr] .product--layout--full .product__info {
      margin-left: var(--product-gutter);
    }
    [dir=rtl] .product--layout--full .product__info {
      margin-right: var(--product-gutter);
    }
    .product--layout--full .product__excerpt {
      border: none;
      padding-bottom: 8px;
    }
    .product--layout--full .product__info-card {
      position: static;
      margin-top: var(--product-gutter);
      /* padding-top: 24px;
      padding-bottom: 28px; */
    }
    [dir=ltr] .product--layout--full .product__info-card {
      /* padding-left: 24px;
      padding-right: 24px; */
    }
    [dir=rtl] .product--layout--full .product__info-card {
      /* padding-right: 24px;
      padding-left: 24px; */
    }
    .product--layout--full .product__info-body {
      padding-top: 0;
      padding-bottom: 16px;
    }
    [dir=ltr] .product--layout--full .product__info-body {
      padding-left: 0px;
      padding-right: 0px;
    }
    [dir=rtl] .product--layout--full .product__info-body {
      padding-right: 0px;
      padding-left: 0px;
    }
    /* .product--layout--full .product__prices-stock {
      padding-top: 0;
      padding-bottom: 10px;
    }
    [dir=ltr] .product--layout--full .product__prices-stock {
      padding-left: 0px;
      padding-right: 0px;
    }
    [dir=rtl] .product--layout--full .product__prices-stock {
      padding-right: 0px;
      padding-left: 0px;
    } */
    .product--layout--full .product__price {
      font-size: 22px;
    }
    .product--layout--full .product__price--old {
      font-size: 16px;
    }
    .product--layout--full .product__meta {
      /* border-top: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb;
      padding: 10px 0;
      margin: 8px 0; */
    }
    .product--layout--full .product__meta th,
    .product--layout--full .product__meta td {
      /* padding-top: 1px;
      padding-bottom: 1px; */
    }
    .product--layout--full .product__meta tr + tr > * {
      border: none;
    }
    .product--layout--full .product__form {
      background: transparent;
      border: none;
      margin-bottom: 16px;
      padding-top: 0;
      padding-bottom: 0;
    }
    [dir=ltr] .product--layout--full .product__form {
      padding-left: 0;
      padding-right: 0;
    }
    [dir=rtl] .product--layout--full .product__form {
      padding-right: 0;
      padding-left: 0;
    }
    .product--layout--full .product__actions {
      padding-top: 0;
      padding-bottom: 0;
    }
    [dir=ltr] .product--layout--full .product__actions {
      padding-left: 0;
      padding-right: 0;
    }
    [dir=rtl] .product--layout--full .product__actions {
      padding-right: 0;
      padding-left: 0;
    }
    .product--layout--full .product__tags-and-share-links {
      border: none;
      padding-top: 20px;
      padding-bottom: 0;
    }
    [dir=ltr] .product--layout--full .product__tags-and-share-links {
      padding-left: 0;
      padding-right: 0;
    }
    [dir=rtl] .product--layout--full .product__tags-and-share-links {
      padding-right: 0;
      padding-left: 0;
    }
    .product--layout--full .product-gallery[data-layout="product-full"] .product-gallery__zoom {
      top: -15px;
    }
    [dir=ltr] .product--layout--full .product-gallery[data-layout="product-full"] .product-gallery__zoom {
      right: -15px;
    }
    [dir=rtl] .product--layout--full .product-gallery[data-layout="product-full"] .product-gallery__zoom {
      left: -15px;
    }
  }
  
  @media (min-width: 576px) and (max-width: 767.98px) {
    /* .product--layout--full .product__meta table,
    .product--layout--full .product__meta th,
    .product--layout--full .product__meta td {
      display: block;
    }
    .product--layout--full .product__meta tbody {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .product--layout--full .product__meta tr,
    .product--layout--full .product__meta th {
      width: calc(50% - 10px);
    }
    .product--layout--full .product__meta tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    [dir=ltr] .product--layout--full .product__meta tr:nth-child(2n) {
      margin-left: 20px;
    }
    [dir=rtl] .product--layout--full .product__meta tr:nth-child(2n) {
      margin-right: 20px;
    } */
  }
  
  @media (max-width: 767.98px) {
    .product--layout--full .product__body {
      grid-template-columns: 100%;
      grid-template-rows: auto;
    }
    .product--layout--full .product__header {
      grid-column: 1;
      grid-row: 1;
    }
    .product--layout--full .product__gallery {
      grid-column: 1;
      grid-row: 2;
    }
    .product--layout--full .product__card--two {
      /* grid-column: 1;
      grid-row: 3 / 5; */
    }
    .product--layout--full .product__main {
      grid-column: 1;
      grid-row: 3;
      background-color: #fff;
    }
    .product--layout--full .product__info {
      grid-column: 1;
      grid-row: 4;
      background-color: #fff;
    }
    .product--layout--full .product__tabs {
      grid-column: 1;
      grid-row: 5;
    }
    .product--layout--full .product__card--one {
      display: none;
    }
    .product--layout--full .product__card--two {
      display: block;
    }
    .product--layout--full .product__header {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
      padding-top: 24px;
      padding-bottom: 22px;
    }
    [dir=ltr] .product--layout--full .product__header {
      padding-left: 24px;
      padding-right: 24px;
    }
    [dir=rtl] .product--layout--full .product__header {
      padding-right: 24px;
      padding-left: 24px;
    }
    .product--layout--full .product__title {
      font-size: 22px;
      line-height: 28px;
    }
    .product--layout--full .product__subtitle {
      padding-top: 8px;
    }
    .product--layout--full .product__body {
      width: 100%;
    }
    .product--layout--full .product__gallery {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
      --product-gallery-image-max-width: 360px;
      width: 100%;
    }
    .product--layout--full .product__main,
    .product--layout--full .product__card--two {
      margin-top: var(--product-gutter);
    }
    .product--layout--full .product__main {
      padding-top: 24px;
      padding-bottom: 18px;
    }
    [dir=ltr] .product--layout--full .product__main {
      padding-left: 24px;
      padding-right: 24px;
    }
    [dir=rtl] .product--layout--full .product__main {
      padding-right: 24px;
      padding-left: 24px;
    }
    .product--layout--full .product__excerpt {
      padding-bottom: 0;
    }
    .product--layout--full .product__info {
      width: 100%;
    }
    [dir=ltr] .product--layout--full .product__info {
      margin-left: 0;
    }
    [dir=rtl] .product--layout--full .product__info {
      margin-right: 0;
    }
    .product--layout--full .product__info-card {
      margin-top: 0;
      padding-top: 0;
    }
    .product--layout--full .product__actions {
      margin-bottom: -6px;
    }
    .product--layout--full .product__actions-item--addtocart {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
    }
    .product--layout--full .product__actions-divider {
      height: 10px;
    }
    .product--layout--full .product__actions-item--wishlist,
    .product--layout--full .product__actions-item--compare {
      width: auto;
      margin-top: 2px;
      margin-bottom: -2px;
    }
  }
  
  /*
  // .product-card
  */
  .product-card {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    }
    
    .product-card .product-card__action {
      position: relative;
      display: block;
      padding: 8px;
      margin: 0;
      border: none;
      -webkit-transition: color .08s,
     background .08s;
      transition: color .08s,
     background .08s;
      background-color: #fff;
      color: #ccc;
    }
    
    .product-card .product-card__action:hover {
      background-color: #f2f2f2;
      color: #4d4d4d;
    }
    
    .product-card .product-card__action:active {
      background-color: #ebebeb;
      color: #4d4d4d;
    }
    
    .product-card .product-card__action svg {
      fill: currentColor;
      display: block;
    }
    
    .product-card .product-card__action:focus {
      outline: none;
    }
    
    .product-card .product-card__action:active {
      -webkit-transition-duration: 0s;
              transition-duration: 0s;
    }
    
    [dir=ltr] .product-card .product-card__action:last-child {
      border-bottom-left-radius: 2px;
    }
    
    [dir=rtl] .product-card .product-card__action:last-child {
      border-bottom-right-radius: 2px;
    }
    
    .product-card .product-card__action--loading, .product-card .product-card__action--loading:hover {
      cursor: default;
      background: transparent;
      color: transparent;
      -webkit-transition-duration: 0s;
              transition-duration: 0s;
    }
    
    .product-card .product-card__action--loading:before {
      left: calc(50% - 8px);
      top: calc(50% - 8px);
      width: 16px;
      height: 16px;
      border-radius: 8px;
      border-width: 2px;
      border-color: rgba(0, 0, 0, 0.1);
      border-top-color: rgba(0, 0, 0, 0.5);
      border-style: solid;
      -webkit-animation-name: loader-animation;
              animation-name: loader-animation;
      -webkit-animation-duration: .5s;
              animation-duration: .5s;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      position: absolute;
      display: block;
      content: '';
    }
    
    .product-card .product-card__image {
      display: block;
    }
    
    .product-card .product-card__rating {
      color: #6c757d;
      font-size: .8125rem;
    }
    
    .product-card .product-card__features {
      color: #6c757d;
      font-size: 13px;
      line-height: 21px;
    }
    
    .product-card .product-card__features ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    
    .product-card .product-card__features li {
      position: relative;
    }
    
    [dir=ltr] .product-card .product-card__features li {
      padding-left: 12px;
    }
    
    [dir=rtl] .product-card .product-card__features li {
      padding-right: 12px;
    }
    
    .product-card .product-card__features li:before {
      display: block;
      position: absolute;
      content: '';
      width: 3px;
      height: 3px;
      border-radius: 1.5px;
      background: currentColor;
      top: 9px;
      opacity: .7;
    }
    
    [dir=ltr] .product-card .product-card__features li:before {
      left: 3px;
    }
    
    [dir=rtl] .product-card .product-card__features li:before {
      right: 3px;
    }
    
    .product-card .product-card__name a {
      color: inherit;
    }
    
    .product-card .product-card__name a:hover {
      text-decoration: none;
    }
    
    .product-card .product-card__meta {
      font-size: 12px;
      line-height: 1;
      color: #999;
    }
    
    .product-card .product-card__prices {
      font-weight: 500;
      letter-spacing: -.04em;
      line-height: 1;
      color: #262626;
    }
    
    .product-card .product-card__price--new {
      color: #262626;
    }
    
    .product-card .product-card__price--old {
      font-weight: 400;
      text-decoration: line-through;
      color: #999;
    }
    
    .product-card .product-card__addtocart-full {
      background: #F15B67;
      color: #fff;
      border: none;
      border-radius: 2px;
      font-weight: 500;
      -webkit-transition: background-color .15s,
     color .15s;
      transition: background-color .15s,
     color .15s;
    }
    
    .product-card .product-card__addtocart-full:focus {
      outline: none;
    }
    
    .product-card .product-card__addtocart-full:hover {
      background: #333;
      color: #fff;
    }
    
    .product-card .product-card__addtocart-full:active {
      background: #4d4d4d;
      color: #fff;
    }
    
    .product-card .product-card__wishlist,
    .product-card .product-card__compare {
      border: none;
      background: transparent;
      color: #262626;
      fill: #d9d9d9;
      border-radius: 2px;
      -webkit-transition: background .15s,
     fill .15s;
      transition: background .15s,
     fill .15s;
    }
    
    .product-card .product-card__wishlist:focus,
    .product-card .product-card__compare:focus {
      outline: none;
    }
    
    .product-card .product-card__wishlist:hover,
    .product-card .product-card__compare:hover {
      background: #f5f5f5;
      fill: #bfbfbf;
    }
    
    .product-card .product-card__wishlist:active,
    .product-card .product-card__compare:active {
      background: #f0f0f0;
      fill: #b3b3b3;
    }
    
    .product-card .product-card__addtocart-icon {
      position: relative;
      border: none;
      padding: 8px;
      border-radius: 2px;
      background: transparent;
      color: #ccc;
      z-index: 0;
      -webkit-transition: color .2s;
      transition: color .2s;
    }
    
    .product-card .product-card__addtocart-icon svg {
      display: block;
      fill: currentColor;
    }
    
    .product-card .product-card__addtocart-icon:before {
      top: -2px;
      left: -2px;
      display: block;
      content: '';
      position: absolute;
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      background: transparent;
      z-index: -1;
      border-radius: 50%;
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: background .2s,
     -webkit-transform .2s;
      transition: background .2s,
     -webkit-transform .2s;
      transition: transform .2s,
     background .2s;
      transition: transform .2s,
     background .2s,
     -webkit-transform .2s;
    }
    
    .product-card .product-card__addtocart-icon:focus {
      outline: none;
    }
    
    .product-card:hover .product-card__addtocart-icon, .product-card:active .product-card__addtocart-icon {
      color: #fff;
    }
    
    .product-card:hover .product-card__addtocart-icon:before, .product-card:active .product-card__addtocart-icon:before {
      -webkit-transform: scale(1);
              transform: scale(1);
      background: #F15B67;
    }
    
    .product-card:hover .product-card__addtocart-icon:hover, .product-card:active .product-card__addtocart-icon:hover {
      color: #fff;
    }
    
    .product-card:hover .product-card__addtocart-icon:hover:before, .product-card:active .product-card__addtocart-icon:hover:before {
      background: #333;
    }
    
    .product-card:hover .product-card__addtocart-icon:active, .product-card:active .product-card__addtocart-icon:active {
      color: #fff;
    }
    
    .product-card:hover .product-card__addtocart-icon:active:before, .product-card:active .product-card__addtocart-icon:active:before {
      -webkit-transition-duration: .05s;
              transition-duration: .05s;
      background: #4d4d4d;
    }
    
    .product-card--layout--grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
    }
    
    .product-card--layout--grid .product-card__addtocart-full,
    .product-card--layout--grid .product-card__wishlist,
    .product-card--layout--grid .product-card__compare {
      display: none;
    }
    
    .product-card--layout--grid:after {
      display: block;
      position: static;
      content: '';
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
    }
    
    .product-card--layout--grid .product-card__badges {
      position: absolute;
      top: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    
    [dir=ltr] .product-card--layout--grid .product-card__badges {
      left: 16px;
    }
    
    [dir=rtl] .product-card--layout--grid .product-card__badges {
      right: 16px;
    }
    
    .product-card--layout--grid .product-card__badges > * + * {
      margin-top: 3px;
    }
    
    .product-card--layout--grid .product-card__actions-list {
      position: absolute;
      overflow: hidden;
      z-index: 1;
    }
    
    [dir=ltr] .product-card--layout--grid .product-card__actions-list {
      right: 0;
    }
    
    [dir=rtl] .product-card--layout--grid .product-card__actions-list {
      left: 0;
    }
    
    .product-card--layout--grid .product-card__image {
      display: block;
      position: relative;
    }
    
    .product-card--layout--grid .product-card__fit {
      position: absolute;
      bottom: 8px;
    }
    
    .product-card--layout--grid .product-card__fit .status-badge__text {
      display: none;
    }
    
    .product-card--layout--grid .product-card__fit .status-badge__tooltip {
      display: block;
    }
    
    [dir=ltr] .product-card--layout--grid .product-card__fit {
      left: calc(16px - 3px);
    }
    
    [dir=rtl] .product-card--layout--grid .product-card__fit {
      right: calc(16px - 3px);
    }
    
    .product-card--layout--grid .product-card__meta {
      padding: 6px 16px;
    }
    
    .product-card--layout--grid .product-card__name {
      padding: 0 16px;
      line-height: 1.1875;
    }
    
    .product-card--layout--grid .product-card__rating {
      margin: -3px 0 -2px 0;
      padding: 8px 16px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    
    .product-card--layout--grid .product-card__rating-stars,
    .product-card--layout--grid .product-card__rating-label {
      margin: 3px 0 2px 0;
    }
    
    [dir=ltr] .product-card--layout--grid .product-card__rating-stars {
      margin-right: 7px;
    }
    
    [dir=rtl] .product-card--layout--grid .product-card__rating-stars {
      margin-left: 7px;
    }
    
    .product-card--layout--grid .product-card__rating-label {
      line-height: 1;
    }
    
    .product-card--layout--grid .product-card__features {
      padding: 10px 16px 0;
      margin-bottom: -2px;
      display: none;
    }
    
    .product-card--layout--grid .product-card__footer {
      padding: 16px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
    
    .product-card--layout--grid .product-card__prices {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      font-size: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    
    .product-card--layout--grid .product-card__price--old {
      font-size: 14px;
    }
    
    [dir=ltr] .product-card--layout--grid .product-card__price--old {
      margin-left: 6px;
    }
    
    [dir=rtl] .product-card--layout--grid .product-card__price--old {
      margin-right: 6px;
    }
    
    .product-card--layout--grid .product-card__addtocart-icon {
      margin: -3px;
    }
    
    @media (hover: hover) {
      .product-card--layout--grid .product-card__action--wishlist,
      .product-card--layout--grid .product-card__action--compare {
        -webkit-transition: opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
        transition: opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
        transition: transform 0.2s, opacity 0.2s, color 0.12s, background 0.12s;
        transition: transform 0.2s, opacity 0.2s, color 0.12s, background 0.12s, -webkit-transform 0.2s;
        opacity: 0;
        will-change: transform;
      }
      [dir=ltr] .product-card--layout--grid .product-card__action--wishlist, [dir=ltr]
      .product-card--layout--grid .product-card__action--compare {
        -webkit-transform: translateX(100%) translateX(6px);
                transform: translateX(100%) translateX(6px);
      }
      [dir=rtl] .product-card--layout--grid .product-card__action--wishlist, [dir=rtl]
      .product-card--layout--grid .product-card__action--compare {
        -webkit-transform: translateX(-100%) translateX(6px);
                transform: translateX(-100%) translateX(6px);
      }
      .product-card--layout--grid:hover .product-card__action--wishlist,
      .product-card--layout--grid:hover .product-card__action--compare, .product-card--layout--grid:active .product-card__action--wishlist,
      .product-card--layout--grid:active .product-card__action--compare {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
      }
    }
    
    .product-card--layout--horizontal {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    
    .product-card--layout--horizontal .product-card__action--wishlist,
    .product-card--layout--horizontal .product-card__action--compare,
    .product-card--layout--horizontal .product-card__features,
    .product-card--layout--horizontal .product-card__addtocart-icon,
    .product-card--layout--horizontal .product-card__addtocart-full,
    .product-card--layout--horizontal .product-card__wishlist,
    .product-card--layout--horizontal .product-card__compare,
    .product-card--layout--horizontal .product-card__meta,
    .product-card--layout--horizontal .product-card__fit {
      display: none;
    }
    
    .product-card--layout--horizontal .product-card__image {
      padding: 8px 10px;
      width: 112px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    }
    
    .product-card--layout--horizontal .product-card__badges {
      position: absolute;
      top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    
    [dir=ltr] .product-card--layout--horizontal .product-card__badges {
      left: 10px;
    }
    
    [dir=rtl] .product-card--layout--horizontal .product-card__badges {
      right: 10px;
    }
    
    .product-card--layout--horizontal .product-card__badges > * + * {
      margin-top: 3px;
    }
    
    .product-card--layout--horizontal .tag-badge {
      height: 16px;
      padding: 3px 11px 0;
    }
    
    .product-card--layout--horizontal .tag-badge:before {
      left: 3px;
      right: 3px;
    }
    
    [dir=ltr] .product-card--layout--horizontal .tag-badge:before {
      -webkit-transform: skewX(-20deg);
              transform: skewX(-20deg);
    }
    
    [dir=rtl] .product-card--layout--horizontal .tag-badge:before {
      -webkit-transform: skewX(20deg);
              transform: skewX(20deg);
    }
    
    .product-card--layout--horizontal .product-card__actions-list {
      position: absolute;
    }
    
    [dir=ltr] .product-card--layout--horizontal .product-card__actions-list {
      right: 0;
    }
    
    [dir=rtl] .product-card--layout--horizontal .product-card__actions-list {
      left: 0;
    }
    
    .product-card--layout--horizontal .product-card__info {
      padding-top: 12px;
      padding-bottom: 40px;
    }
    
    [dir=ltr] .product-card--layout--horizontal .product-card__info {
      padding-right: 10px;
    }
    
    [dir=rtl] .product-card--layout--horizontal .product-card__info {
      padding-left: 10px;
    }
    
    .product-card--layout--horizontal .product-card__name {
      font-size: 15px;
      line-height: 18px;
      max-height: 36px;
      overflow: hidden;
    }
    
    [dir=ltr] .product-card--layout--horizontal .product-card__name {
      padding-right: 26px;
    }
    
    [dir=rtl] .product-card--layout--horizontal .product-card__name {
      padding-left: 26px;
    }
    
    .product-card--layout--horizontal .product-card__rating {
      margin: -3px 0 -2px 0;
      padding-top: 7px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    
    .product-card--layout--horizontal .product-card__rating-stars,
    .product-card--layout--horizontal .product-card__rating-label {
      margin: 3px 0 2px 0;
    }
    
    [dir=ltr] .product-card--layout--horizontal .product-card__rating-stars {
      margin-right: 7px;
    }
    
    [dir=rtl] .product-card--layout--horizontal .product-card__rating-stars {
      margin-left: 7px;
    }
    
    .product-card--layout--horizontal .product-card__rating-label {
      line-height: 1;
    }
    
    .product-card--layout--horizontal .product-card__prices {
      position: absolute;
      bottom: 14px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    
    [dir=ltr] .product-card--layout--horizontal .product-card__prices {
      left: 112px;
    }
    
    [dir=rtl] .product-card--layout--horizontal .product-card__prices {
      right: 112px;
    }
    
    .product-card--layout--horizontal .product-card__price--old {
      font-size: 14px;
    }
    
    [dir=ltr] .product-card--layout--horizontal .product-card__price--old {
      margin-left: 6px;
    }
    
    [dir=rtl] .product-card--layout--horizontal .product-card__price--old {
      margin-right: 6px;
    }
    
    /*
    // .product-form
    */
    .product-form__row + .product-form__row {
      margin-top: 12px;
    }
    
    .product-form__title {
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 500;
      color: #6c7177;
      margin-bottom: 4px;
    }
    
    /*
    // .product-gallery
    */
    .product-gallery__featured {
      position: relative;
    }
    
    .product-gallery__featured .owl-carousel a {
      display: block;
    }
    
    .product-gallery__featured .image {
      max-width: 420px;
      margin: 0 auto;
    }
    
    .product-gallery__zoom {
      display: var(--product-gallery-zoom-display, block);
      top: 0;
      position: absolute;
      padding: 9px;
      margin: 0;
      border: none;
      border-radius: 21px;
      fill: currentColor;
      z-index: 2;
      -webkit-transition: background .15s,
     color .15s;
      transition: background .15s,
     color .15s;
      background-color: #fff;
      color: #ccc;
    }
    
    .product-gallery__zoom:hover {
      background-color: #f2f2f2;
      color: #999;
    }
    
    .product-gallery__zoom:active {
      background-color: #ebebeb;
      color: #808080;
    }
    
    [dir=ltr] .product-gallery__zoom {
      right: -21px;
    }
    
    [dir=rtl] .product-gallery__zoom {
      left: -21px;
    }
    
    .product-gallery__zoom:focus {
      outline: none;
    }
    
    .product-gallery__zoom svg {
      display: block;
    }
    
    .product-gallery__thumbnails .owl-stage {
      margin: 0 auto;
    }
    
    .product-gallery__thumbnails-item {
      position: relative;
      display: block;
      overflow: hidden;
      border-radius: 1.5px;
      padding: 2px;
      cursor: pointer;
    }
    
    .product-gallery__thumbnails-item:before {
      position: absolute;
      display: block;
      content: '';
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-box-shadow: 0 0 0 2px #f2f2f2 inset;
              box-shadow: 0 0 0 2px #f2f2f2 inset;
      -webkit-transition: -webkit-box-shadow .12s;
      transition: -webkit-box-shadow .12s;
      transition: box-shadow .12s;
      transition: box-shadow .12s, -webkit-box-shadow .12s;
    }
    
    [dir=ltr] .product-gallery__thumbnails-item:before {
      left: 0;
    }
    
    [dir=rtl] .product-gallery__thumbnails-item:before {
      right: 0;
    }
    
    .product-gallery__thumbnails-item:hover:before {
      -webkit-box-shadow: 0 0 0 2px #e0e0e0 inset;
              box-shadow: 0 0 0 2px #e0e0e0 inset;
    }
    
    .product-gallery__thumbnails-item--active {
      cursor: default;
    }
    
    .product-gallery__thumbnails-item--active:before, .product-gallery__thumbnails-item--active:hover:before {
      -webkit-box-shadow: 0 0 0 2px #F15B67 inset;
              box-shadow: 0 0 0 2px #F15B67 inset;
    }
    
    .product-gallery--layout--quickview .product-gallery__featured .image {
      width: 320px;
      max-width: 100%;
    }
    
    .product-gallery--layout--quickview .product-gallery__zoom {
      display: none;
    }
    
    .product-gallery--layout--product-sidebar .product-gallery__featured .image {
      max-width: var(--product-gallery-image-max-width, 100%);
    }
    
    .product-gallery--layout--product-full .product-gallery__featured .image {
      max-width: var(--product-gallery-image-max-width, 100%);
    }
    
    .product-gallery--layout--product-full .product-gallery__zoom {
      top: 0;
    }
    
    [dir=ltr] .product-gallery--layout--product-full .product-gallery__zoom {
      right: 0;
    }
    
    [dir=rtl] .product-gallery--layout--product-full .product-gallery__zoom {
      left: 0;
    }
    
    /*
  // .product-tabs
  */
  .product-tabs__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin: 0 0 -1px;
      list-style: none;
      overflow-x: auto;
    }
    
    .product-tabs__content {
      border-top: 1px solid #ebebeb;
    }
    
    .product-tabs__item {
      position: relative;
    }
    
    .product-tabs__item a {
      text-decoration: none;
      font-size: 16px;
      font-weight: 500;
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 14px 18px 13px;
      -webkit-transition: background .12s,
     -webkit-box-shadow .12s;
      transition: background .12s,
     -webkit-box-shadow .12s;
      transition: background .12s,
     box-shadow .12s;
      transition: background .12s,
     box-shadow .12s,
     -webkit-box-shadow .12s;
    }
    
    .product-tabs__item a:hover {
      background: #f7f7f7;
      -webkit-box-shadow: 0 -1px #e5e5e5 inset;
              box-shadow: 0 -1px #e5e5e5 inset;
    }
    
    .product-tabs__item a:active {
      background: #f2f2f2;
      -webkit-box-shadow: 0 -1px #e0e0e0 inset;
              box-shadow: 0 -1px #e0e0e0 inset;
    }
    
    [dir=ltr] .product-tabs__item:first-child {
      margin-left: auto;
    }
    
    [dir=rtl] .product-tabs__item:first-child {
      margin-right: auto;
    }
    
    [dir=ltr] .product-tabs__item:last-child {
      margin-right: auto;
    }
    
    [dir=rtl] .product-tabs__item:last-child {
      margin-left: auto;
    }
    
    .product-tabs__item-counter {
      color: #F15B67;
      font-size: 14px;
      top: -4px;
      position: relative;
    }
    
    [dir=ltr] .product-tabs__item-counter {
      margin-left: 3px;
      margin-right: -3px;
    }
    
    [dir=rtl] .product-tabs__item-counter {
      margin-right: 3px;
      margin-left: -3px;
    }
    
    .product-tabs__item--active a, .product-tabs__item--active a:hover, .product-tabs__item--active a:active {
      background: transparent;
      -webkit-box-shadow: 0 -2px #F15B67 inset;
              box-shadow: 0 -2px #F15B67 inset;
    }
    
    .product-tabs__pane {
      display: block;
      overflow: hidden;
      height: 0;
      opacity: 0;
      -webkit-transition: opacity .5s;
      transition: opacity .5s;
    }
    
    .product-tabs__pane--active {
      padding: 42px 48px 48px;
      overflow: visible;
      height: auto;
      opacity: 1;
      max-width: calc(100% - .001px);
    }
    
    .product-tabs--layout--full .product-tabs__pane--active {
      padding: 48px;
    }
    
    @media (max-width: 991.98px) {
      .product-tabs--layout--full .product-tabs__pane--active {
        padding: 40px 44px 44px;
      }
    }
    
    @media (max-width: 767.98px) {
      .product-tabs--layout--full .product-tabs__pane--active {
        padding: 24px 28px 28px;
      }
    }
    
    @media (max-width: 419px) {
      .product-tabs--layout--full .product-tabs__pane--active {
        padding: 20px 24px 24px;
      }
    }
    
    @media (min-width: 1400px) {
      .product-tabs--layout--sidebar .product-tabs__pane--active {
        padding: 36px;
      }
    }
    
    @media (min-width: 1200px) and (max-width: 1399.98px) {
      .product-tabs--layout--sidebar .product-tabs__pane--active {
        padding: 48px;
      }
    }
    
    @media (max-width: 1199.98px) {
      .product-tabs--layout--sidebar .product-tabs__pane--active {
        padding: 36px;
      }
    }
    
    @media (max-width: 767.98px) {
      .product-tabs--layout--sidebar .product-tabs__pane--active {
        padding: 28px;
      }
    }
    
    @media (max-width: 419px) {
      .product-tabs--layout--sidebar .product-tabs__pane--active {
        padding: 24px;
      }
    }
    /*
  // .spec
  */
  .spec {
      font-size: 14px;
      line-height: 18px;
    }
    
    .spec__header {
      margin-bottom: 50px;
    }
    
    .spec__section + .spec__section {
      margin-top: 40px;
    }
    
    .spec__section-title {
      font-weight: 500;
      font-size: 17px;
      letter-spacing: -.03em;
      line-height: 20px;
      margin: 0 0 12px;
    }
    
    .spec__row {
      padding: 8px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #ebebeb;
    }
    
    .spec__row:first-of-type {
      border-top: 1px solid #ebebeb;
    }
    
    .spec__name {
      width: 230px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      color: #6c757d;
    }
    
    [dir=ltr] .spec__name {
      padding-right: 30px;
    }
    
    [dir=rtl] .spec__name {
      padding-left: 30px;
    }
    
    .spec__disclaimer {
      margin-top: 40px;
      font-size: 13px;
      line-height: 20px;
      color: #6c757d;
    }
    
    @media (min-width: 576px) and (max-width: 767.98px) {
      .spec__name {
        width: 170px;
      }
    }
    
    @media (max-width: 575.98px) {
      .spec__header {
        margin-bottom: 30px;
      }
      .spec__section + .spec__section {
        margin-top: 24px;
      }
      .spec__row {
        display: block;
        padding: 8px 0;
      }
      .spec__name {
        width: auto;
        margin-bottom: 2px;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 15px;
      }
      .spec__disclaimer {
        margin-top: 28px;
      }
    }
    
    /*
  // .status-badge
  */
  .status-badge {
    display: inline-block;
    vertical-align: middle;
    cursor: default;
  }
  
  .status-badge__body {
    position: relative;
    min-height: 23px;
    border-radius: 11.5px;
    min-width: 31px;
  }
  
  .status-badge__icon {
    fill: currentColor;
    position: absolute;
    top: calc(50% - 6.5px);
    opacity: .85;
  }
  
  [dir=ltr] .status-badge__icon {
    left: 9px;
  }
  
  [dir=rtl] .status-badge__icon {
    right: 9px;
  }
  
  .status-badge__icon svg {
    display: block;
  }
  
  .status-badge__text {
    font-size: 13px;
    line-height: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  
  [dir=ltr] .status-badge__text {
    padding-left: 12px;
    padding-right: 12px;
  }
  
  [dir=rtl] .status-badge__text {
    padding-right: 12px;
    padding-left: 12px;
  }
  
  .status-badge__tooltip {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  .status-badge__tooltip:focus {
    outline: none;
  }
  
  .status-badge--has-text .status-badge__tooltip {
    display: none;
  }
  
  [dir=ltr] .status-badge--has-icon .status-badge__text {
    padding-left: 28px;
  }
  
  [dir=rtl] .status-badge--has-icon .status-badge__text {
    padding-right: 28px;
  }
  
  .status-badge--style--success .status-badge__body {
    background-color: #e2f2da;
    color: #44782a;
  }
  
  .status-badge--style--failure .status-badge__body {
    background-color: #f2dada;
    color: #993d3d;
  }
  
  .status-badge--style--warning .status-badge__body {
    background-color: #f2eeda;
    color: #786b2a;
  }
  
  .status-badge--style--unknown .status-badge__body {
    background-color: #ebebeb;
    color: #6a6a6a;
  }
  
  /*
  // .tag-badge
  */
  .tag-badge {
    display: inline-block;
    position: absolute;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    z-index: 0;
    height: 18px;
    padding: 4px 14px 0;
  }
  
  .tag-badge:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 2.5px;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  
  .tag-badge:before {
    left: 3.5px;
    right: 3.5px;
  }
  
  [dir=ltr] .tag-badge:before {
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
  }
  
  [dir=rtl] .tag-badge:before {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
  }
  
  .tag-badge--theme {
    color: #fff;
  }
  
  .tag-badge--theme:before {
    background: #F15B67;
  }
  
  .tag-badge--sale {
    color: #fff;
  }
  
  .tag-badge--sale:before {
    background: #ff3333;
  }
  
  .tag-badge--new {
    color: #fff;
  }
  
  .tag-badge--new:before {
    background: #3377ff;
  }
  
  .tag-badge--hot {
    color: #fff;
  }
  
  .tag-badge--hot:before {
    background: #614ba6;
  }
  
  /*
// .cart
*/
.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .cart__table {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  
  .cart__totals {
    width: 360px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  
  [dir=ltr] .cart__totals {
    margin-left: 50px;
  }
  
  [dir=rtl] .cart__totals {
    margin-right: 50px;
  }
  
  .cart__totals-table {
    width: 100%;
    font-size: 15px;
  }
  
  .cart__totals-table a:hover {
    text-decoration: underline;
  }
  
  .cart__totals-table,
  .cart__totals-table thead,
  .cart__totals-table tbody,
  .cart__totals-table tfoot,
  .cart__totals-table tr,
  .cart__totals-table th,
  .cart__totals-table td {
    display: block;
  }
  
  .cart__totals-table tr:after {
    display: block;
    content: '';
    clear: both;
  }
  
  .cart__totals-table th,
  .cart__totals-table td {
    padding: 0;
  }
  
  [dir=ltr] .cart__totals-table th {
    float: left;
  }
  
  [dir=rtl] .cart__totals-table th {
    float: right;
  }
  
  [dir=ltr] .cart__totals-table td {
    text-align: right;
  }
  
  [dir=rtl] .cart__totals-table td {
    text-align: left;
  }
  
  .cart__totals-table thead,
  .cart__totals-table tbody {
    line-height: 20px;
  }
  
  .cart__totals-table tr > * {
    padding: 5px;
  }
  
  /* .cart__totals-table tbody tr:last-child > * {
    padding-bottom: 10px;
  } */
  
  .cart__totals-table tfoot {
    font-size: 20px;
  }
  
  .cart__totals-table tfoot th {
    font-weight: 500;
  }
  
  .cart__totals-table tfoot td, .cart__totals-table tfoot th {
    padding-top: 12px;
    border-top: 1px solid #ebebeb;
  }
  
  .cart__totals-table tfoot td {
    letter-spacing: -.02em;
  }
  
  @media (max-width: 1399.98px) {
    .cart {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .cart__table {
      width: 100%;
    }
    .cart__totals {
      margin-top: 40px;
      width: 400px;
    }
    [dir=ltr] .cart__totals {
      margin-left: auto;
    }
    [dir=rtl] .cart__totals {
      margin-right: auto;
    }
  }
  
  @media (max-width: 991.98px) {
    .cart__totals {
      width: 360px;
    }
    [dir=ltr] .cart__totals {
      margin-left: 0;
    }
    [dir=rtl] .cart__totals {
      margin-right: 0;
    }
  }
  
  @media (max-width: 767.98px) {
    .cart__totals {
      width: 100%;
    }
  }
  
  /*
  // .cart-table
  */
  .cart-table__table {
    width: 100%;
    border-spacing: 0;
  }
  
  .cart-table__head {
    font-size: 13px;
    text-transform: uppercase;
  }
  
  .cart-table__column--product {
    line-height: 1.25;
  }
  
  .cart-table__column--price {
    width: 130px;
  }
  
  [dir=ltr] .cart-table__column--price {
    text-align: right;
  }
  
  [dir=rtl] .cart-table__column--price {
    text-align: left;
  }
  
  .cart-table__column--quantity {
    width: 180px;
    text-align: center;
  }
  
  [dir=ltr] .cart-table__column--quantity {
    padding-left: 15px;
  }
  
  .cart-table__column--total {
    width: 130px;
  }
  
  [dir=ltr] .cart-table__column--total {
    text-align: right;
  }
  
  [dir=rtl] .cart-table__column--total {
    text-align: left;
  }
  
  .cart-table__column--remove {
    width: 1px;
    white-space: nowrap;
  }
  
  [dir=ltr] .cart-table__column--remove {
    padding-left: 0;
  }
  
  [dir=rtl] .cart-table__column--remove {
    padding-right: 0;
  }
  
  .cart-table__product-name {
    color: inherit;
    -webkit-transition: color .15s;
    transition: color .15s;
  }
  
  .cart-table__product-name:hover {
    color: #cb1818;
  }
  
  .cart-table__options {
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.375;
    color: #6c757d;
  }
  
  @media (min-width: 992px) {
    .cart-table {
      -ms-flex-item-align: start;
          align-self: flex-start;
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    }
    .cart-table__foot td {
      padding: 20px 24px;
    }
    .cart-table__column {
      padding: 14px 16px;
      border-bottom: 1px solid #ebebeb;
    }
    [dir=ltr] .cart-table__column:first-child {
      padding-left: 28px;
    }
    [dir=rtl] .cart-table__column:first-child {
      padding-right: 28px;
    }
    [dir=ltr] .cart-table__column:last-child {
      padding-right: 28px;
    }
    [dir=rtl] .cart-table__column:last-child {
      padding-left: 28px;
    }
    .cart-table__column--image {
      width: 1px;
      text-align: center;
    }
    .cart-table__column--image .image {
      width: 80px;
    }
    .cart-table__options li {
      position: relative;
    }
    [dir=ltr] .cart-table__options li {
      padding-left: 12px;
    }
    [dir=rtl] .cart-table__options li {
      padding-right: 12px;
    }
    .cart-table__options li:before {
      display: block;
      position: absolute;
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 2px;
      background: currentColor;
      top: 7px;
      opacity: .7;
    }
    [dir=ltr] .cart-table__options li:before {
      left: 2px;
    }
    [dir=rtl] .cart-table__options li:before {
      right: 2px;
    }
    [dir=ltr] .cart-table__remove {
      margin-right: -12px;
    }
    [dir=rtl] .cart-table__remove {
      margin-left: -12px;
    }
    .cart-table__actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .cart-table__coupon-form {
      width: 360px;
    }
  }
  
  @media (max-width: 991.98px) {
    .cart-table__table {
      display: block;
    }
    .cart-table__head {
      display: none;
    }
    .cart-table__column {
      display: block;
    }
    .cart-table__column {
      padding: 0;
    }
    .cart-table__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -8px;
    }
    .cart-table__row {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      margin: 8px;
      width: calc(100% / 3 - 16px);
    }
    .cart-table__column--image {
      text-align: center;
      padding: 16px 14px;
    }
    .cart-table__column--image .image {
      max-width: 220px;
      margin: 0 auto;
    }
    .cart-table__column--product {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: center;
      padding: 0 14px 16px;
    }
    .cart-table__column--price,
    .cart-table__column--quantity,
    .cart-table__column--total {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-top: 1px solid #ebebeb;
      padding: 10px 14px;
      font-size: 15px;
    }
    [dir=ltr] .cart-table__column--price, [dir=ltr]
    .cart-table__column--quantity, [dir=ltr]
    .cart-table__column--total {
      padding-left: 14px;
    }
    [dir=rtl] .cart-table__column--price, [dir=rtl]
    .cart-table__column--quantity, [dir=rtl]
    .cart-table__column--total {
      padding-right: 14px;
    }
    .cart-table__column--price:before,
    .cart-table__column--quantity:before,
    .cart-table__column--total:before {
      content: attr(data-title) ":";
      display: block;
      width: calc(40% - 6px);
      -ms-flex-negative: 0;
          flex-shrink: 0;
      font-weight: 500;
    }
    [dir=ltr] .cart-table__column--price:before, [dir=ltr]
    .cart-table__column--quantity:before, [dir=ltr]
    .cart-table__column--total:before {
      margin-right: 12px;
      text-align: left;
    }
    [dir=rtl] .cart-table__column--price:before, [dir=rtl]
    .cart-table__column--quantity:before, [dir=rtl]
    .cart-table__column--total:before {
      margin-left: 12px;
      text-align: right;
    }
    .cart-table__remove {
      position: absolute;
      top: 0;
    }
    [dir=ltr] .cart-table__remove {
      right: 0;
    }
    [dir=rtl] .cart-table__remove {
      left: 0;
    }
    .cart-table__foot,
    .cart-table__foot tr,
    .cart-table__foot td {
      display: block;
      padding: 0;
    }
    .cart-table__actions {
      background-color: #fff;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .cart-table__coupon-form {
      padding: 16px;
    }
    .cart-table__update-button {
      padding: 16px;
    }
    .cart-table__quantity {
      max-width: 120px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
    .cart-table__coupon-form {
      width: 60%;
    }
  }
  
  @media (max-width: 767.98px) {
    .cart-table__row {
      width: calc(50% - 16px);
    }
    .cart-table__update-button {
      border-top: 1px solid #ebebeb;
    }
  }
  
  @media (max-width: 767.98px) {
    .cart-table__actions {
      display: block;
    }
    .cart-table__update-button {
      border-top: 1px solid #ebebeb;
      text-align: center;
    }
  }
  
  @media (max-width: 474px) {
    .cart-table__row {
      width: 100%;
    }
  }
  /*
// .checkout
*/
.checkout__totals {
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    border-spacing: 0;
    /* margin-bottom: 40px; */
  }
  
  .checkout__totals th,
  .checkout__totals td {
    padding: 0;
  }
  
  [dir=ltr] .checkout__totals th:last-child, [dir=ltr]
  .checkout__totals td:last-child {
    padding-left: 20px;
    text-align: right;
  }
  
  [dir=rtl] .checkout__totals th:last-child, [dir=rtl]
  .checkout__totals td:last-child {
    padding-right: 20px;
    text-align: left;
  }
  
  .checkout__totals-header {
    font-size: 13px;
    text-transform: uppercase;
  }
  
  .checkout__totals-header th {
    padding-bottom: 4px;
    border-bottom: 1px solid #ebebeb;
    padding:10px 15px;

  }
  
  .checkout__totals-products td {
    padding: 5px 15px;
  }
  
  .checkout__totals-products tr:first-child td {
    padding-top: 16px;
  }
  
  .checkout__totals-products tr {
    border-top: 1px solid #ececec;
  }
  
  .checkout__totals-products tr:last-child td {
    padding-bottom: 16px;
  }
  
  .checkout__totals-subtotals th {
    font-weight: 500;
  }
  
  .checkout__totals-subtotals td,
  .checkout__totals-subtotals th {
    padding: 10px 15px;
  }
  
  .checkout__totals-subtotals tr:first-child td,
  .checkout__totals-subtotals tr:first-child th {
    padding-top: 16px;
    border-top: 1px solid #ebebeb;
  }
  
  .checkout__totals-subtotals tr:last-child td,
  .checkout__totals-subtotals tr:last-child th {
    padding-bottom: 16px;
  }
  
  .checkout__totals-footer {
    font-size: 24px;
  }
  
  .checkout__totals-footer th {
    font-weight: 500;
  }
  
  .checkout__totals-footer tr:first-child td,
  .checkout__totals-footer tr:first-child th {
    padding: 20px 15px;
    border-top: 1px solid #ebebeb;
  }
  
  /* .checkout__payment-methods {
    margin-bottom: 20px;
  } */
  
  .checkout__agree {
    margin-bottom: 40px;
    padding: 0px 12px
  }
  
  .checkout__agree a:hover {
    text-decoration: underline;
  }
  /*
// .payment-methods
*/
.payment-methods__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .payment-methods__item {
    border-radius: 2px;
    padding-bottom: 2px;
    /* border: 1px solid #ebebeb; */
    -webkit-transition: background .12s,
   border-color .12s;
    transition: background .12s,
   border-color .12s;
  }
  
  /* .payment-methods__item + .payment-methods__item {
    margin-top: 6px;
  } */
  
  .payment-methods__item:hover {
    background: #f5f5f5;
    border-color: #e5e5e5;
  }
  
  .payment-methods__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 18px;
    margin: 0;
    padding: 10px 12px 8px;
    cursor: pointer;
  }
  
  [dir=ltr] .payment-methods__item-radio {
    margin-right: 8px;
  }
  
  [dir=rtl] .payment-methods__item-radio {
    margin-left: 8px;
  }
  
  .payment-methods__item-details {
    font-size: 14px;
    line-height: 22px;
    padding: 0 12px 8px;
  }
  
  .payment-methods__item-container {
    overflow: hidden;
    opacity: 1;
    height: 0;
    -webkit-transition: height .3s,
   opacity .3s;
    transition: height .3s,
   opacity .3s;
  }
  
  .payment-methods__item--active, .payment-methods__item--active:hover {
    background: #f5f5f5;
    border-color: #e5e5e5;
  }
  
  .payment-methods__item--active .payment-methods__item-container {
    opacity: 1;
    height: auto;
  }
  /*
// .input-check
*/
.input-check {
    display: inline-block;
  }
  
  .input-check__body {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
  }
  
  .input-check__input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: inherit;
  }
  
  .input-check__box {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 1.2px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: background 0.15s, -webkit-box-shadow 0.15s;
    transition: background 0.15s, -webkit-box-shadow 0.15s;
    transition: background 0.15s, box-shadow 0.15s;
    transition: background 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
  }
  
  .input-check__icon {
    pointer-events: none;
    position: absolute;
    left: 4px;
    top: 5px;
    fill: #fff;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: fill 0.15s, visibility 0s 0.15s, -webkit-transform 0.15s;
    transition: fill 0.15s, visibility 0s 0.15s, -webkit-transform 0.15s;
    transition: fill 0.15s, transform 0.15s, visibility 0s 0.15s;
    transition: fill 0.15s, transform 0.15s, visibility 0s 0.15s, -webkit-transform 0.15s;
  }
  
  .input-check__icon svg {
    display: block;
  }
  
  .input-check__input:checked ~ .input-check__box {
    background: #e52727;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
  }
  
  .input-check__input:checked ~ .input-check__icon {
    fill: #fff;
    -webkit-transition-delay: 0s, 0s, 0s;
            transition-delay: 0s, 0s, 0s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  
  .input-check__input:disabled ~ .input-check__box {
    background: #f2f2f2;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  }
  
  .input-check__input:disabled ~ .input-check__icon {
    fill: rgba(0, 0, 0, 0.2);
  }
  /*
// .filter-price
*/
.filter-price__slider {
  margin-top: 6px;
}

.filter-price__title {
  padding-top: 2px;
  font-size: 14px;
}

.filter-price__title-button {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
*
// .nouislider
*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  height: 16px;
  padding:0 15px;
}

.noUi-base {
  padding-top: 5px;
}

.noUi-connects {
  background: #e0e0e0;
  border-radius: 3px;
  height: 6px;
}

.noUi-connect {
  border-radius: 2px;
  background: #1a79ff;
}

.noUi-horizontal .noUi-handle {
  cursor: ew-resize;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #1a79ff;
  -webkit-box-shadow: 0 0 0 0 rgba(26, 121, 255, 0);
          box-shadow: 0 0 0 0 rgba(26, 121, 255, 0);
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  left: auto;
  right: -8px;
}

.noUi-horizontal .noUi-handle:after {
  display: block;
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  margin: 5px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  top: 0;
}

.noUi-horizontal .noUi-handle:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(26, 121, 255, 0.3);
          box-shadow: 0 0 0 3px rgba(26, 121, 255, 0.3);
}

.noUi-horizontal .noUi-handle:focus:after {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.noUi-horizontal .noUi-handle {
  top: 0px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -8px;
  right: auto;
}
