.f1_d-none {
  display: none !important; }

.product-quickview .product-quickview-swatch {
  margin-bottom: 15px; }
  .product-quickview .product-quickview-swatch .product-sw-line {
    margin-top: 15px; }
    .product-quickview .product-quickview-swatch .product-sw-line .product-sw-select {
      gap: 10px; }
      .product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-title {
        font-weight: 500;
        margin-right: 20px;
        min-width: 100px;
        display: block;
        font-size: 1rem;
        line-height: 1;
        margin-bottom: 0; }
      .product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item .product-sw-select-item-span {
        display: block;
        border: 1px solid #e1e1e1;
        border-radius: var(--border_radius);
        min-width: 70px;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        cursor: pointer;
        box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.15);
        transition: all 0.3s linear;
        margin-bottom: 0;
        text-align: center; }
      .product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item input:not(.disabled):checked + label {
        border-color: #222;
        font-weight: 700;
        color: #222; }
      .product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item:not(.sw-color) input.soldOut + label {
        position: relative;
        background: url(https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png);
        background-position: center center;
        background-repeat: repeat;
        background-size: contain; }
      .product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color {
        position: relative; }
        .product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label {
          position: relative;
          background: url(https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png);
          background-position: center center;
          background-repeat: repeat;
          background-size: contain; }
          .product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label span {
            position: relative;
            z-index: -1; }
        .product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span {
          border: none;
          height: 34px;
          width: 34px;
          min-width: auto;
          position: relative;
          overflow: hidden;
          padding: 2px; }
          .product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span span {
            border: 1px solid #f1f1f1;
            display: block;
            height: 100%;
            width: 100%;
            cursor: pointer;
            background-size: contain; }
        .product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input:checked + label {
          padding: 2px;
          border: 1px solid #000; }

.product-quickview .product-sw-select {
  display: flex;
  gap: 10px; }

.mixmatchblogtitle {
  text-align: center;
  font-size: 32px;
  margin: 50px 0; }

.mixmatchbloggrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px; }
  @media (max-width: 767px) {
    .mixmatchbloggrid {
      grid-template-columns: repeat(2, 1fr); } }
  .mixmatchbloggrid > div {
    min-width: 0; }
  .mixmatchbloggrid img {
    height: auto;
    object-fit: contain; }

.articleoutfit .articleoutfit_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px; }
  @media (max-width: 991px) {
    .articleoutfit .articleoutfit_grid {
      grid-template-columns: repeat(1, 1fr); } }
  .articleoutfit .articleoutfit_grid > div {
    min-width: 0; }
  .articleoutfit .articleoutfit_grid .flexgallery {
    display: flex;
    gap: 10px; }
    .articleoutfit .articleoutfit_grid .flexgallery > div {
      flex-grow: 1; }
      .articleoutfit .articleoutfit_grid .flexgallery > div:nth-child(1) {
        width: 100px;
        overflow: hidden;
        /* the slides */ }
        @media (max-width: 991px) {
          .articleoutfit .articleoutfit_grid .flexgallery > div:nth-child(1) {
            display: none !important; } }
        .articleoutfit .articleoutfit_grid .flexgallery > div:nth-child(1) a {
          border: 1px solid transparent;
          display: block; }
        .articleoutfit .articleoutfit_grid .flexgallery > div:nth-child(1) .slick-current.slick-active a {
          border: 1px solid #000; }
        .articleoutfit .articleoutfit_grid .flexgallery > div:nth-child(1) .slick-dots {
          display: none !important; }
        .articleoutfit .articleoutfit_grid .flexgallery > div:nth-child(1) .slick-slide {
          margin: 5px 0; }
        .articleoutfit .articleoutfit_grid .flexgallery > div:nth-child(1) .slick-list {
          margin: -5px 0; }
        .articleoutfit .articleoutfit_grid .flexgallery > div:nth-child(1) .slider-index.prev {
          position: absolute;
          top: 6px;
          z-index: 999;
          background: transparent;
          background: rgba(0, 0, 0, 0.6);
          transform: rotate(-90deg);
          left: 2px;
          outline: none;
          border: none; }
        .articleoutfit .articleoutfit_grid .flexgallery > div:nth-child(1) .slider-index.next {
          position: absolute;
          top: 6px;
          z-index: 999;
          background: transparent;
          background: rgba(0, 0, 0, 0.6);
          transform: rotate(90deg);
          right: 2px;
          outline: none;
          border: none; }
      .articleoutfit .articleoutfit_grid .flexgallery > div:nth-child(2) {
        width: calc(100% - 120px); }
        @media (max-width: 991px) {
          .articleoutfit .articleoutfit_grid .flexgallery > div:nth-child(2) {
            width: calc(100% - 0px) !important; } }
        .articleoutfit .articleoutfit_grid .flexgallery > div:nth-child(2) .gallerybigimage .slick-dots {
          display: none !important; }
        .articleoutfit .articleoutfit_grid .flexgallery > div:nth-child(2) .gallerybigimage .slider-index.prev {
          position: absolute;
          top: 50%;
          z-index: 2;
          background: transparent;
          background: rgba(0, 0, 0, 0.6);
          left: 1px;
          outline: none;
          border: none;
          transform: translateY(-50%) rotate(180deg); }
        .articleoutfit .articleoutfit_grid .flexgallery > div:nth-child(2) .gallerybigimage .slider-index.next {
          position: absolute;
          top: 50%;
          z-index: 2;
          background: transparent;
          background: rgba(0, 0, 0, 0.6);
          transform: rotate(90deg);
          right: 0;
          outline: none;
          border: none;
          transform: translateY(-50%); }

.gridlfexproduct .gridlfexproduct_item {
  display: flex;
  gap: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .gridlfexproduct .gridlfexproduct_item .loopimage {
    width: 145px; }
    .gridlfexproduct .gridlfexproduct_item .loopimage img {
      width: 100%; }
  .gridlfexproduct .gridlfexproduct_item .loopinfo {
    flex-grow: 1;
    width: calc(100% - 165px); }
    .gridlfexproduct .gridlfexproduct_item .loopinfo h3 {
      font-size: 18px; }

.product-quickview .product-sw-select {
  display: flex;
  flex-wrap: wrap; }

.product-quickview .product-sw-select .product-sw-title {
  width: 100%; }

.flexaddgio {
  display: flex;
  gap: 15px; }
  .flexaddgio > div {
    width: calc(50% - 15px);
    flex-grow: 1; }
  .flexaddgio .flexaddgio a {
    display: flex;
    border: 1px solid #ccc;
    padding: 7px 25px;
    justify-content: center;
    align-items: center;
    width: 100%; }
  .flexaddgio .flexaddgionow a {
    display: flex;
    border: 1px solid #ccc;
    padding: 7px 25px;
    justify-content: center;
    align-items: center;
    width: 100%; }

#price-preview2 span {
  font-weight: bold;
  margin-right: 6px;
  font-size: 16px; }

@media (max-width: 767px) {
  .product-quickview + .flexaddgio {
    width: calc(100vw - 20px);
    transform: translateX(-39%); } }

.product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span span {
  background-repeat: no-repeat;
  background-size: cover; }

.product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span {
  height: 50px; }

.collection-cus .hrv-pmo-coupon {
  display: none !important; }

.collection-cus .collection-title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0; }

.collection-cus .wrap-filter .colsort__btn {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px; }
  @media (max-width: 767px) {
    .collection-cus .wrap-filter .colsort__btn {
      font-size: 12px;
      white-space: nowrap; } }
  .collection-cus .wrap-filter .colsort__btn .icon-arr {
    background: url(https://file.hstatic.net/200000596505/file/down.png) center center/cover no-repeat;
    width: 12px;
    height: 12px;
    right: -5px; }
    @media (max-width: 767px) {
      .collection-cus .wrap-filter .colsort__btn .icon-arr {
        width: 10px;
        height: 10px;
        right: -2.5px; } }
    .collection-cus .wrap-filter .colsort__btn .icon-arr img {
      display: none; }

.collection-cus .wrap-filter .col-nav__wrapper {
  background: #DbDbDb; }

.collection-cus .filter-here .content-product-list {
  border: none; }
  .collection-cus .filter-here .content-product-list > .pro-loop {
    border: none; }

.product-cus .product-title h1 {
  font-family: "NVN Monument Extended";
  font-weight: 600; }

.product-cus .pro_sku {
  display: none !important; }

.product-cus .product-price {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 15px; }
  .product-cus .product-price .pro-price {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    font-family: "NVN Monument Extended"; }
  .product-cus .product-price del {
    font-family: "NVN Monument Extended";
    font-size: 12px;
    color: #A5A5A5;
    letter-spacing: -0.96px; }

.product-cus .product-ecommerce, .product-cus .box-pro-promotion {
  display: none; }

.product-cus #add-item-form .variant-sizguide .header {
  font-weight: 400;
  color: #000;
  font-family: "NVN Monument Extended"; }

.product-cus #add-item-form .variant-sizguide .select-swatch .swatch-color label span {
  display: none; }

.product-cus #add-item-form .variant-sizguide .box-item__sizeguide {
  display: none; }

.product-cus #add-item-form .select-cus__title {
  text-align: right;
  padding-right: 20px;
  font-family: 'NVN Monument Extended', sans-serif !important; }
  .product-cus #add-item-form .select-cus__title input {
    text-align: right;
    font-family: 'NVN Monument Extended', sans-serif !important; }

.product-cus #add-item-form .selector-actions {
  margin-top: 0; }
  .product-cus #add-item-form .selector-actions .wrap-addcart button {
    background: #000;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    font-family: 'NVN Monument Extended', sans-serif !important; }

.product-cus .product-description {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .product-cus .product-description {
      margin-top: 25px; } }
  .product-cus .product-description .desc-tabs__list .desc-tabs__item {
    /*flex: 0 0 100%; 
				max-width: 100%; 
				*/
    flex: 1;
    max-width: max-content;
    text-align: left;
    /*&:not(:first-child){ display: none; }*/ }
    .product-cus .product-description .desc-tabs__list .desc-tabs__item a {
      padding: 0;
      border: none;
      font-size: 18px;
      font-weight: 400;
      opacity: 0.6; }
  .product-cus .product-description .desc-tabs__list .desc-tabs__item.active a {
    opacity: 1; }
  .product-cus .product-description .desc-more a {
    text-transform: uppercase;
    font-weight: 500; }

.product-cus .policy-shop {
  display: none !important; }

#btnSubmitReview {
  width: max-content;
  background-color: #fff !important;
  display: inline-block;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  position: relative;
  text-align: center;
  line-height: 1.5;
  z-index: 1;
  padding: 5px 24px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: 0 !important;
  border-radius: 0 !important;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  font-family: 'NVN Monument Extended', sans-serif !important; }

.product-description .desc-tabs__list {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  gap: 15px; }

@media (max-width: 991px) {
  .product-cus .product-description .desc-tabs__list .desc-tabs__item a {
    font-size: 16px;
    white-space: nowrap; }
  .product-description .desc-tabs__list {
    overflow: scroll;
    flex-wrap: nowrap; } }
