@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
.modal-product-quickview {
  padding: 0 !important;
  font-family: 'Inter', sans-serif !important; }
  .modal-product-quickview .modal-dialog-centered {
    max-width: 100vw;
    margin: 0;
    padding: 48px; }
    @media (max-width: 1200px) {
      .modal-product-quickview .modal-dialog-centered {
        padding: 36px; } }
    @media (max-width: 1024px) {
      .modal-product-quickview .modal-dialog-centered {
        padding: 24px; } }
    .modal-product-quickview .modal-dialog-centered .productDetail--gallery {
      -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      max-width: 45%; }
      .modal-product-quickview .modal-dialog-centered .productDetail--gallery .wrapbox-image {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        align-items: flex-start;
        justify-content: flex-start; }
        .modal-product-quickview .modal-dialog-centered .productDetail--gallery .wrapbox-image .quickview-sliderproduct {
          width: calc(100% - 88px - 16px);
          order: 2;
          border-radius: 10px; }
          .modal-product-quickview .modal-dialog-centered .productDetail--gallery .wrapbox-image .quickview-sliderproduct img {
            border-radius: 10px; }
        .modal-product-quickview .modal-dialog-centered .productDetail--gallery .wrapbox-image .quickview-sliderthumb {
          width: 88px;
          order: 1;
          max-width: 100%;
          display: block;
          margin: 0; }
          .modal-product-quickview .modal-dialog-centered .productDetail--gallery .wrapbox-image .quickview-sliderthumb li {
            max-width: 100%;
            margin-bottom: 16px;
            border-radius: 10px; }
            .modal-product-quickview .modal-dialog-centered .productDetail--gallery .wrapbox-image .quickview-sliderthumb li a {
              border-radius: 10px; }
              .modal-product-quickview .modal-dialog-centered .productDetail--gallery .wrapbox-image .quickview-sliderthumb li a img {
                border-radius: 10px; }
    .modal-product-quickview .modal-dialog-centered .productDetail--content {
      -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
      flex: 0 0 55%;
      max-width: 55%;
      padding: 0 55px; }
      .modal-product-quickview .modal-dialog-centered .productDetail--content .pro-vendor {
        margin-bottom: 12px;
        display: block; }
        .modal-product-quickview .modal-dialog-centered .productDetail--content .pro-vendor a {
          color: #000;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 130%;
          /* 18.2px */ }
      .modal-product-quickview .modal-dialog-centered .productDetail--content h2 {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        margin-bottom: 15px; }
      .modal-product-quickview .modal-dialog-centered .productDetail--content .pro_sku {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin-bottom: 20px; }
        .modal-product-quickview .modal-dialog-centered .productDetail--content .pro_sku strong {
          color: #000;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%; }
      .modal-product-quickview .modal-dialog-centered .productDetail--content .product-descriptionff {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin-bottom: 20px; }
      .modal-product-quickview .modal-dialog-centered .productDetail--content .gif-special {
        background: #F9F9F9;
        padding: 16px 20px;
        border-radius: 10px; }
        .modal-product-quickview .modal-dialog-centered .productDetail--content .gif-special label {
          color: #000;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 150%; }
        .modal-product-quickview .modal-dialog-centered .productDetail--content .gif-special ul {
          list-style: disc; }
          .modal-product-quickview .modal-dialog-centered .productDetail--content .gif-special ul li {
            margin-left: 20px;
            color: #000;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; }
      .modal-product-quickview .modal-dialog-centered .productDetail--content .block-quantity {
        flex-wrap: wrap;
        padding: 10px 0;
        margin-bottom: 20px; }
        .modal-product-quickview .modal-dialog-centered .productDetail--content .block-quantity .quantity-title {
          display: block;
          width: 100%;
          margin-bottom: 10px !important; }
        .modal-product-quickview .modal-dialog-centered .productDetail--content .block-quantity button {
          background: none !important;
          border: none !important; }
        .modal-product-quickview .modal-dialog-centered .productDetail--content .block-quantity input {
          border: none !important;
          border-bottom: 1px solid #000 !important; }
      .modal-product-quickview .modal-dialog-centered .productDetail--content .block-addcart {
        display: flex;
        gap: 10px;
        margin-bottom: 20px; }
        .modal-product-quickview .modal-dialog-centered .productDetail--content .block-addcart button {
          height: 48px; }
          .modal-product-quickview .modal-dialog-centered .productDetail--content .block-addcart button:nth-child(1) {
            color: #000 !important;
            background: transparent !important;
            border: 1px solid #000 !important; }
            .modal-product-quickview .modal-dialog-centered .productDetail--content .block-addcart button:nth-child(1):before {
              color: #000 !important;
              border: none !important;
              background: transparent !important; }
          .modal-product-quickview .modal-dialog-centered .productDetail--content .block-addcart button:nth-child(2) {
            background: #000 !important;
            border: 1px solid #000 !important; }
            .modal-product-quickview .modal-dialog-centered .productDetail--content .block-addcart button:nth-child(2):before {
              border: 1px solid #000 !important;
              background: #000 !important; }
      .modal-product-quickview .modal-dialog-centered .productDetail--content .product-viewdetail {
        display: none !important; }

.pgif {
  font-family: 'Inter', sans-serif !important; }
  .pgif .proGif.isBest .proGif-detail h3 a {
    display: flex;
    justify-content: space-between; }
    .pgif .proGif.isBest .proGif-detail h3 a span {
      width: 92.5%; }
    .pgif .proGif.isBest .proGif-detail h3 a img {
      width: 24px;
      height: 24px; }
  .pgif .proGif .proGif-wrap:hover .proGif-image .proGif-actions {
    opacity: 1;
    visibility: visible; }
  .pgif .proGif .proGif-wrap .proGif-image {
    position: relative;
    border-radius: 10px;
    border: 1px solid #F1F1F1;
    background: #F1F1F1; }
    .pgif .proGif .proGif-wrap .proGif-image .proGif-actions {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 12px;
      background: #FFF;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      opacity: 0;
      visibility: hidden;
      transition: all .5s; }
      @media (max-width: 1468px) {
        .pgif .proGif .proGif-wrap .proGif-image .proGif-actions {
          flex-wrap: wrap; } }
      @media (max-width: 991px) {
        .pgif .proGif .proGif-wrap .proGif-image .proGif-actions {
          display: none; } }
      .pgif .proGif .proGif-wrap .proGif-image .proGif-actions button {
        outline: none;
        background: none;
        border-radius: 6px;
        border: 1px solid #B20710;
        flex: 1;
        padding: 10px 5px;
        color: #B20710;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 142.857% */
        letter-spacing: 1.12px;
        text-transform: uppercase; }
        .pgif .proGif .proGif-wrap .proGif-image .proGif-actions button[data-type="proGif-actions-add"] {
          background: #B20710;
          color: #FFD6BA; }
        @media (max-width: 1468px) {
          .pgif .proGif .proGif-wrap .proGif-image .proGif-actions button {
            flex: auto;
            width: 100%; } }
    .pgif .proGif .proGif-wrap .proGif-image .proGif-label {
      position: absolute;
      top: -7px;
      right: -7px;
      z-index: 1; }
    .pgif .proGif .proGif-wrap .proGif-image picture img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 10px; }
    .pgif .proGif .proGif-wrap .proGif-image:hover .icon-quickview {
      opacity: 1;
      visibility: visible; }
    .pgif .proGif .proGif-wrap .proGif-image .icon-quickview {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #FFF;
      width: 30px;
      height: 30px;
      border-radius: 999px;
      text-align: center;
      line-height: 28px;
      visibility: hidden;
      opacity: 0;
      transition: all .5s;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12); }
  .pgif .proGif .proGif-wrap .proGif-detail {
    margin-top: 15px;
    padding: 0 8px; }
    .pgif .proGif .proGif-wrap .proGif-detail h3 {
      color: var(--Neutral-Neutral-1-900, #282B32);
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      height: 42px; }
    .pgif .proGif .proGif-wrap .proGif-detail .proloop--price {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      flex-direction: row; }
      .pgif .proGif .proGif-wrap .proGif-detail .proloop--price span {
        display: inline-block !important; }
        .pgif .proGif .proGif-wrap .proGif-detail .proloop--price span.prohzt-soldout {
          color: var(#000);
          font-family: Inter;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 24px; }
        .pgif .proGif .proGif-wrap .proGif-detail .proloop--price span.price {
          color: #C63A41;
          font-family: Inter;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 24px; }
        .pgif .proGif .proGif-wrap .proGif-detail .proloop--price span.price-del {
          color: #858993;
          font-family: Inter;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px;
          /* 142.857% */
          margin-left: 5px; }
        .pgif .proGif .proGif-wrap .proGif-detail .proloop--price span.pro-percent {
          margin-left: auto;
          background: #B20710;
          color: #FFD6BA;
          font-family: Inter;
          font-size: 13px;
          font-style: normal;
          font-weight: 500;
          line-height: 130%;
          /* 16.9px */
          padding: 1.25px 2.5px;
          position: relative; }
          .pgif .proGif .proGif-wrap .proGif-detail .proloop--price span.pro-percent:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: -8px;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid #B20710; }
  .pgif .pgif-header {
    height: 80px;
    background: #000000;
    position: relative !important; }
    .pgif .pgif-header .pgif-header-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      height: 80px; }
      .pgif .pgif-header .pgif-header-wrap .pgif-header-menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-left: auto; }
        @media (max-width: 991px) {
          .pgif .pgif-header .pgif-header-wrap .pgif-header-menu {
            order: 3;
            width: 100%; } }
        .pgif .pgif-header .pgif-header-wrap .pgif-header-menu ul {
          display: flex;
          align-items: center;
          gap: 54px; }
          @media (max-width: 991px) {
            .pgif .pgif-header .pgif-header-wrap .pgif-header-menu ul {
              width: 100%;
              gap: 15px;
              justify-content: space-around; } }
          .pgif .pgif-header .pgif-header-wrap .pgif-header-menu ul li:first-child a {
            color: #ffe4ed; }
          .pgif .pgif-header .pgif-header-wrap .pgif-header-menu ul li:last-child a {
            color: #ffffff; }
          .pgif .pgif-header .pgif-header-wrap .pgif-header-menu ul li a {
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            /* 150% */
            text-transform: capitalize; }
            .pgif .pgif-header .pgif-header-wrap .pgif-header-menu ul li a:hover {
              color: #ffe4ed; }
      .pgif .pgif-header .pgif-header-wrap .pgif-header-action {
        margin-left: 60px; }
        @media (max-width: 767px) {
          .pgif .pgif-header .pgif-header-wrap .pgif-header-action {
            order: 2;
            margin-left: 0; } }
  .pgif .pgif-slider .pgif-slider-wrap a {
    display: block;
    padding: 16px; }
    .pgif .pgif-slider .pgif-slider-wrap a img {
      width: 100%;
      border-radius: 10px; }
  .pgif .pgif-about {
    padding: 80px 0; }
    @media (max-width: 991px) {
      .pgif .pgif-about {
        padding: 20px 0 40px; } }
    .pgif .pgif-about .pgif-about-wrap {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .pgif .pgif-about .pgif-about-wrap .pgif-about-left {
        width: 50%; }
        @media (max-width: 991px) {
          .pgif .pgif-about .pgif-about-wrap .pgif-about-left {
            width: 100%; } }
        .pgif .pgif-about .pgif-about-wrap .pgif-about-left h2, .pgif .pgif-about .pgif-about-wrap .pgif-about-left p {
          width: 500px; }
          @media (max-width: 991px) {
            .pgif .pgif-about .pgif-about-wrap .pgif-about-left h2, .pgif .pgif-about .pgif-about-wrap .pgif-about-left p {
              width: 100%; } }
        .pgif .pgif-about .pgif-about-wrap .pgif-about-left h2 {
          color: #000;
          margin-bottom: 16px;
          font-family: Inter;
          font-size: 28px;
          font-style: normal;
          font-weight: 700;
          line-height: 32px;
          /* 114.286% */
          /*text-transform: capitalize;*/ }
          @media (max-width: 991px) {
            .pgif .pgif-about .pgif-about-wrap .pgif-about-left h2 {
              font-size: 22px; } }
        .pgif .pgif-about .pgif-about-wrap .pgif-about-left p {
          color: #000;
          font-family: Inter;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          /* 150% */
          /*text-transform: capitalize;*/ }
      .pgif .pgif-about .pgif-about-wrap .pgif-about-right {
        width: 50%; }
        @media (max-width: 991px) {
          .pgif .pgif-about .pgif-about-wrap .pgif-about-right {
            width: 100%;
            margin-top: 40px; } }
  .pgif .pgif-best {
    padding: 80px 0; }
    .pgif .pgif-best .pgif-best-top {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 38px; }
      .pgif .pgif-best .pgif-best-top h2 {
        color: #000;
        font-family: Inter;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        /* 114.286% */
        /*text-transform: capitalize;*/
        margin: 0; }
        @media (max-width: 991px) {
          .pgif .pgif-best .pgif-best-top h2 {
            font-size: 22px; } }
      .pgif .pgif-best .pgif-best-top .pgif-best-top-action {
        display: flex;
        gap: 16px; }
        .pgif .pgif-best .pgif-best-top .pgif-best-top-action button {
          width: 38px;
          height: 38px;
          border-radius: 999px;
          padding: 0;
          background: transparent;
          border: 1px solid #920000;
          color: #920000;
          outline: 0 !important; }
    .pgif .pgif-best .pgif-best-body-data .slick-track {
      padding-top: 7px; }
    @media (max-width: 991px) {
      .pgif .pgif-best .pgif-best-body-data {
        padding: 16px; } }
    .pgif .pgif-best .pgif-best-body-data .proGif {
      padding: 0 15px; }
  .pgif .pgif-set {
    padding: 80px 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1); }
    .pgif .pgif-set .pgif-set-top {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 48px; }
      .pgif .pgif-set .pgif-set-top h2 {
        color: #000;
        font-family: Inter;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        /* 114.286% */
        /*text-transform: capitalize;*/
        margin: 0; }
        @media (max-width: 991px) {
          .pgif .pgif-set .pgif-set-top h2 {
            font-size: 22px; } }
      .pgif .pgif-set .pgif-set-top .pgif-set-top-action {
        position: relative; }
        .pgif .pgif-set .pgif-set-top .pgif-set-top-action label {
          color: #000;
          text-align: center;
          font-family: Inter;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px;
          /* 142.857% */
          text-transform: capitalize;
          background: none;
          border: none;
          display: flex;
          align-items: center;
          margin: 0; }
          .pgif .pgif-set .pgif-set-top .pgif-set-top-action label i {
            margin-left: 10px; }
        .pgif .pgif-set .pgif-set-top .pgif-set-top-action .pgif-set-top-action-list {
          position: absolute;
          top: 30px;
          background: #FFF;
          border: 1px solid #DbDbDB;
          width: 100%;
          min-width: 125px;
          right: 0;
          padding: 5px 10px;
          border-radius: 5px;
          display: none;
          z-index: 100; }
          .pgif .pgif-set .pgif-set-top .pgif-set-top-action .pgif-set-top-action-list li {
            cursor: pointer;
            color: #000;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            /* 142.857% */
            padding: 5px 0; }
            .pgif .pgif-set .pgif-set-top .pgif-set-top-action .pgif-set-top-action-list li.active, .pgif .pgif-set .pgif-set-top .pgif-set-top-action .pgif-set-top-action-list li:hover {
              color: #000;
              font-weight: bold; }
    .pgif .pgif-set .pgif-set-body-data {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 30px;
      padding: 0 16px; }
      @media (max-width: 991px) {
        .pgif .pgif-set .pgif-set-body-data {
          grid-template-columns: repeat(3, 1fr); } }
      @media (max-width: 480px) {
        .pgif .pgif-set .pgif-set-body-data {
          grid-template-columns: repeat(2, 1fr);
          gap: 16px; } }
      .pgif .pgif-set .pgif-set-body-data .proGif {
        display: none;
        min-width: 0; }
      .pgif .pgif-set .pgif-set-body-data.one .proGif:nth-child(-n+20):nth-child(n+0) {
        display: block; }
      .pgif .pgif-set .pgif-set-body-data.two .proGif:nth-child(-n+30):nth-child(n+0) {
        display: block; }
      .pgif .pgif-set .pgif-set-body-data .proGif:nth-child(-n+10):nth-child(n+0) {
        display: block; }
    .pgif .pgif-set .pgif-set-body-more {
      text-align: center;
      margin-top: 40px; }
      .pgif .pgif-set .pgif-set-body-more button {
        display: inline-flex;
        width: 188px;
        padding: 14px 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 6px;
        background: #B20710;
        border: 1px solid #B20710;
        color: #FFD6BA;
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 142.857% */
        letter-spacing: 1.12px;
        text-transform: uppercase;
        transition: all .5s;
        outline: 0; }
        .pgif .pgif-set .pgif-set-body-more button:hover {
          background: #FFF;
          color: #B20710; }
  .pgif .pgif-banner .pgif-banner-wrap a {
    display: block;
    padding: 16px;
    position: relative; }
    .pgif .pgif-banner .pgif-banner-wrap a img {
      width: 100%;
      border-radius: 10px; }
    .pgif .pgif-banner .pgif-banner-wrap a .pgif-banner-box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #FFF;
      max-width: 625px;
      width: 625px;
      padding: 44px 55px;
      box-shadow: 4px 8px 30px 0px rgba(0, 0, 0, 0.08);
      border-radius: 10px;
      text-align: center; }
      @media (max-width: 991px) {
        .pgif .pgif-banner .pgif-banner-wrap a .pgif-banner-box {
          width: 100%;
          position: relative;
          top: initial;
          left: initial;
          transform: none;
          padding: 20px;
          margin-top: 15px; } }
      .pgif .pgif-banner .pgif-banner-wrap a .pgif-banner-box h3 {
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        /* 114.286% */
        text-transform: capitalize;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .pgif .pgif-banner .pgif-banner-wrap a .pgif-banner-box h3 {
            font-size: 20px; } }
      .pgif .pgif-banner .pgif-banner-wrap a .pgif-banner-box p {
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
        line-height: 24px;
        /* 150% */
        text-transform: capitalize;
        margin-bottom: 30px; }
        @media (max-width: 991px) {
          .pgif .pgif-banner .pgif-banner-wrap a .pgif-banner-box p {
            font-size: 14px;
            margin-bottom: 15px; } }
      .pgif .pgif-banner .pgif-banner-wrap a .pgif-banner-box span {
        border-radius: 6px;
        background: #0068FF;
        box-shadow: 0px 9px 36px 0px rgba(0, 56, 255, 0.25);
        display: flex;
        padding: 16px 20px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        text-align: center;
        color: #FFF;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        /* 150% */
        margin-bottom: 40px;
        border: 1px solid #0068FF;
        transition: all .5s; }
        @media (max-width: 991px) {
          .pgif .pgif-banner .pgif-banner-wrap a .pgif-banner-box span {
            padding: 12px;
            font-size: 14px;
            margin-bottom: 20px; } }
        .pgif .pgif-banner .pgif-banner-wrap a .pgif-banner-box span:hover {
          color: #0068FF;
          background: transparent; }
      .pgif .pgif-banner .pgif-banner-wrap a .pgif-banner-box img {
        max-height: 24px;
        width: auto;
        border-radius: 0; }
  .pgif .pgif-policy {
    padding: 80px 0;
    background: #F7F7F7; }
    .pgif .pgif-policy .pgif-policy-wrap h2 {
      color: #000;
      text-align: center;
      font-family: Inter;
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      /* 114.286% */
      text-transform: capitalize;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .pgif .pgif-policy .pgif-policy-wrap h2 {
          font-size: 22px; } }
    .pgif .pgif-policy .pgif-policy-wrap p {
      color: #000;
      text-align: center;
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      /* 150% */
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 60px; }
    .pgif .pgif-policy .pgif-policy-wrap ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: stretch;
      gap: 30px; }
      .pgif .pgif-policy .pgif-policy-wrap ul li {
        width: calc((100%/3) - 30px);
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background: #FFF;
        padding: 20px;
        text-align: center; }
        @media (max-width: 991px) {
          .pgif .pgif-policy .pgif-policy-wrap ul li {
            width: 100%; } }
        .pgif .pgif-policy .pgif-policy-wrap ul li img {
          width: 80px;
          height: 80px;
          object-fit: cover; }
        .pgif .pgif-policy .pgif-policy-wrap ul li span {
          display: block;
          color: #000;
          margin-top: 20px;
          text-align: center;
          font-family: Inter;
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px;
          /* 150% */
          text-transform: capitalize;
          max-width: 245px;
          margin: 20px auto 0; }
  .pgif .pgif-vendor {
    /*background: rgba(255, 213, 0, .04);*/
    background: #fff;
    padding: 30px 0; }
  .pgif .pgif-footer {
    background: #000000;
    padding: 60px 0; }
    .pgif .pgif-footer .pgif-footer-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      gap: 60px; }
      @media (max-width: 991px) {
        .pgif .pgif-footer .pgif-footer-top {
          gap: 40px; } }
      .pgif .pgif-footer .pgif-footer-top .pgif-footer-top-item {
        width: calc((100%/3) - 40px); }
        @media (max-width: 991px) {
          .pgif .pgif-footer .pgif-footer-top .pgif-footer-top-item {
            width: 100%; } }
        .pgif .pgif-footer .pgif-footer-top .pgif-footer-top-item.pgif-top-footer-item1 > a {
          display: block;
          margin-bottom: 42px; }
        .pgif .pgif-footer .pgif-footer-top .pgif-footer-top-item.pgif-top-footer-item1 ul {
          display: flex;
          flex-direction: column;
          gap: 16px; }
          .pgif .pgif-footer .pgif-footer-top .pgif-footer-top-item.pgif-top-footer-item1 ul li a {
            color: #ffffff;
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; }
            .pgif .pgif-footer .pgif-footer-top .pgif-footer-top-item.pgif-top-footer-item1 ul li a i {
              width: 20px;
              height: 20px;
              text-align: center;
              margin-right: 10px; }
        .pgif .pgif-footer .pgif-footer-top .pgif-footer-top-item.pgif-footer-top-item2 h4 {
          color: #ffffff;
          font-family: Inter;
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px;
          /* 171.429% */
          text-transform: uppercase;
          margin-bottom: 20px; }
        .pgif .pgif-footer .pgif-footer-top .pgif-footer-top-item.pgif-footer-top-item2 ul {
          display: flex;
          flex-direction: column;
          gap: 16px; }
          .pgif .pgif-footer .pgif-footer-top .pgif-footer-top-item.pgif-footer-top-item2 ul li a {
            color: #ffffff;
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; }
        .pgif .pgif-footer .pgif-footer-top .pgif-footer-top-item.pgif-footer-top-item3 h4 {
          color: #ffffff;
          font-family: Inter;
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px;
          /* 171.429% */
          text-transform: uppercase;
          margin-bottom: 20px; }
        .pgif .pgif-footer .pgif-footer-top .pgif-footer-top-item.pgif-footer-top-item3 .pgif-footer-top-item3-store {
          margin-bottom: 52px; }
          .pgif .pgif-footer .pgif-footer-top .pgif-footer-top-item.pgif-footer-top-item3 .pgif-footer-top-item3-store a {
            color: #ffffff;
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; }
        .pgif .pgif-footer .pgif-footer-top .pgif-footer-top-item.pgif-footer-top-item3 .pgif-footer-top-item3-connect ul {
          display: flex;
          flex-wrap: wrap;
          gap: 16px; }
          .pgif .pgif-footer .pgif-footer-top .pgif-footer-top-item.pgif-footer-top-item3 .pgif-footer-top-item3-connect ul li a {
            color: #ffffff;
            font-size: 20px; }
    .pgif .pgif-footer .pgif-footer-bot {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 44px 0 0; }
      .pgif .pgif-footer .pgif-footer-bot .pgif-footer-bot-left {
        width: calc(66.6% + 40px); }
        @media (max-width: 991px) {
          .pgif .pgif-footer .pgif-footer-bot .pgif-footer-bot-left {
            width: 100%;
            margin-bottom: 40px; } }
        .pgif .pgif-footer .pgif-footer-bot .pgif-footer-bot-left p {
          color: #ffffff;
          font-family: Inter;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px; }
  .pgif .pgif-copy {
    background: #000000;
    padding: 12px 0; }
    @media (max-width: 480px) {
      .pgif .pgif-copy {
        padding-bottom: 50px; } }
    .pgif .pgif-copy .pgif-copy-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 991px) {
        .pgif .pgif-copy .pgif-copy-wrap {
          justify-content: center; } }
      @media (max-width: 991px) {
        .pgif .pgif-copy .pgif-copy-wrap .pgif-copy-left {
          text-align: center; } }
      .pgif .pgif-copy .pgif-copy-wrap .pgif-copy-left p {
        color: #ffffff;
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 153.846% */
        margin: 0; }
      .pgif .pgif-copy .pgif-copy-wrap .pgif-copy-right ul {
        display: flex;
        gap: 4px; }
        @media (max-width: 991px) {
          .pgif .pgif-copy .pgif-copy-wrap .pgif-copy-right ul {
            justify-content: center;
            margin-top: 10px; } }

.wrapper-quickview .modal-detailProduct .productToolbar-addcart .product-actions .quantity-selector .quantity-number {
  border-radius: 0 !important; }

.pgif .pgif-about .pgif-about-wrap .pgif-about-left p {
  width: 100%;
  text-align: justify; }
