root {
  --color-2: #2E3192;
  --color-3: #F48221; }

body, html {
  font-size: 16px; }
  @media (max-width: 1201px) {
    body, html {
      font-size: 16.0px; } }
  @media (max-width: 1024px) {
    body, html {
      font-size: 15.5px; } }
  @media (max-width: 991px) {
    body, html {
      font-size: 15.0px; } }
  @media (max-width: 768px) {
    body, html {
      font-size: 14.5px; } }
  @media (max-width: 480px) {
    body, html {
      font-size: 14.0px; } }
  @media (max-width: 360px) {
    body, html {
      font-size: 13.5px; } }

.container {
  max-width: 1230px;
  padding: 0 15px; }

img {
  max-width: 100%;
  height: auto; }

.slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.slick-slider .slick-track {
  margin-left: initial; }
  .slick-slider .slick-track div, .slick-slider .slick-track a, .slick-slider .slick-track a:focus, .slick-slider .slick-track div:focus, .slick-slider .slick-track article:focus, .slick-slider .slick-track article {
    outline: 0 !important; }
    .slick-slider .slick-track div img, .slick-slider .slick-track a img, .slick-slider .slick-track a:focus img, .slick-slider .slick-track div:focus img, .slick-slider .slick-track article:focus img, .slick-slider .slick-track article img {
      padding: 0; }

.slick-slider .slick-arrow {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  box-shadow: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.125rem;
  height: 3.125rem;
  background: #2E3192;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: all .5s; }
  .slick-slider .slick-arrow:hover {
    background: #F48221; }
  .slick-slider .slick-arrow svg {
    width: 1.875rem;
    height: 1.875rem;
    flex-shrink: 0; }
  .slick-slider .slick-arrow.slick-next {
    left: calc(3.125rem + 0.62rem); }

.slick-slider .slick-dots {
  position: absolute;
  bottom: 1.44rem;
  right: 3.5rem;
  z-index: 9; }
  @media (max-width: 768px) {
    .slick-slider .slick-dots {
      width: 100%;
      text-align: center; } }
  .slick-slider .slick-dots li {
    margin: 0 0.31rem;
    display: inline-block; }
    .slick-slider .slick-dots li.slick-active button {
      background: #F48221;
      border-color: #F48221; }
    .slick-slider .slick-dots li button {
      font-size: 0;
      background: #2E3192;
      border: 1px solid #2E3192;
      width: 2.5rem;
      height: 0.3125rem; }

.breadcrumb-shop {
  background: none;
  border: none;
  padding: 1.25rem 0; }
  .breadcrumb-shop .container {
    padding: 0 !important; }
    .breadcrumb-shop .container .breadcrumb {
      border-bottom: 1px solid #000;
      display: inline-block; }
      .breadcrumb-shop .container .breadcrumb li, .breadcrumb-shop .container .breadcrumb * {
        color: #000;
        /* text-body */
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
        .breadcrumb-shop .container .breadcrumb li.active, .breadcrumb-shop .container .breadcrumb li.active *, .breadcrumb-shop .container .breadcrumb *.active, .breadcrumb-shop .container .breadcrumb *.active * {
          font-weight: bold; }

.iswhite .breadcrumb-shop {
  padding: 0; }
  .iswhite .breadcrumb-shop .breadcrumb {
    border-bottom: 1px solid #dfe2e6; }
    .iswhite .breadcrumb-shop .breadcrumb li, .iswhite .breadcrumb-shop .breadcrumb * {
      color: #FFF; }

#pagination {
  margin: 3.12rem 0; }
  #pagination .pagination li {
    margin-left: 0.62rem; }
    #pagination .pagination li span, #pagination .pagination li a {
      border-radius: 0.3125rem !important;
      border: 1px solid var(--color-1, #7E8A96); }
      #pagination .pagination li span:hover, #pagination .pagination li a:hover {
        background: #2E3192 !important;
        border: 1px solid #2E3192; }
      #pagination .pagination li span.current, #pagination .pagination li a.current {
        background: #F48221 !important;
        border: 1px solid #F48221; }

.product-item .product-item-wrap:hover .product-item-top .product-item-actions {
  transform: translate(-50%, 0); }

.product-item .product-item-wrap .product-item-top {
  position: relative;
  padding: 0.56rem;
  border-radius: 0.625rem;
  border: 1px solid #F1F1F1;
  background: #FFF;
  overflow: hidden; }
  .product-item .product-item-wrap .product-item-top .product-item-actions {
    position: absolute;
    bottom: 0.62rem;
    left: 50%;
    transform: translate(-50%, 150%);
    display: flex;
    gap: 0.62rem;
    transition: all .5s; }
    .product-item .product-item-wrap .product-item-top .product-item-actions button {
      background: transparent;
      border: none;
      outline: none;
      padding: 0;
      box-shadow: none;
      background: #2E3192;
      padding: 5px;
      transition: all .5s; }
      .product-item .product-item-wrap .product-item-top .product-item-actions button svg, .product-item .product-item-wrap .product-item-top .product-item-actions button svg * {
        fill: #FFF;
        color: #FFF; }
      .product-item .product-item-wrap .product-item-top .product-item-actions button:hover {
        background: #F48221; }

.product-item .product-item-wrap .product-item-detail {
  padding: 1rem;
  text-align: center; }
  .product-item .product-item-wrap .product-item-detail h3 {
    margin-bottom: .5rem; }
    .product-item .product-item-wrap .product-item-detail h3 a {
      color: var(--color-2, #2E3192);
      text-align: center;
      font-family: Roboto;
      font-size: 1.25rem;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
  .product-item .product-item-wrap .product-item-detail .product-item-detail-content {
    color: var(--color-5, #000);
    text-align: center;
    /* text-body */
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.5rem;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .product-item .product-item-wrap .product-item-detail .product-item-detail-price strong {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    align-self: stretch;
    color: var(--color-2, #2E3192);
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
    .product-item .product-item-wrap .product-item-detail .product-item-detail-price strong span {
      color: #F48221;
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
  .product-item .product-item-wrap .product-item-detail .product-item-detail-buy {
    margin-top: 1.25rem; }

.product-item-label-sale {
  position: absolute;
  top: -10px;
  left: 0;
  background: url(//theme.hstatic.net/200000872067/1001247686/14/defaul_tags.png?v=2081) 0px 0px/100% 100% no-repeat;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 0.725rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .product-item-label-sale span {
    margin-top: -5px;
    width: 33px;
    word-break: break-word; }
  .product-item-label-sale.yellow {
    background: url(//theme.hstatic.net/200000872067/1001247686/14/defaul_tags1.png?v=2081) 0px 0px/100% 100% no-repeat; }
  .product-item-label-sale.sales {
    background: url(//theme.hstatic.net/200000872067/1001247686/14/defaul_tags2.png?v=2081) 0px 0px/100% 100% no-repeat; }
  .product-item-label-sale.organ {
    background: url(//theme.hstatic.net/200000872067/1001247686/14/defaul_tags3.png?v=2081) 0px 0px/100% 100% no-repeat; }
  .product-item-label-sale.blues {
    background: url(//theme.hstatic.net/200000872067/1001247686/14/defaul_tags4.png?v=2081) 0px 0px/100% 100% no-repeat; }

.flink1 {
  color: var(--color-2, #2E3192);
  font-family: Roboto;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0.625rem 0rem;
  border-bottom: 1px solid var(--color-2, #2E3192);
  text-transform: uppercase; }

.article-item .article-item-wrap:hover .article-item-detail h3 a, .article-item .article-item-wrap:hover .article-item-detail .flink1 {
  color: #F48221;
  border-color: #F48221; }

.article-item .article-item-wrap .article-item-image {
  display: block;
  margin-bottom: 0.63rem; }

.article-item .article-item-wrap .article-item-detail h3 {
  margin-bottom: 0.63rem;
  padding-bottom: 0.63rem;
  position: relative; }
  .article-item .article-item-wrap .article-item-detail h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3.3125rem;
    height: 0.1875rem;
    background: #000; }
  .article-item .article-item-wrap .article-item-detail h3 a {
    color: var(--color-2, #2E3192);
    font-family: Roboto;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all .5s; }

.article-item .article-item-wrap .article-item-detail .article-item-detail-content {
  color: #000;
  /* text-body */
  font-family: Roboto;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.25rem; }

section:not(.home-slider) {
  margin: 3.12rem 0; }

.fsubtitle1 {
  color: var(--color-3, #F48221);
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.ftitle1 {
  color: var(--color-2, #2E3192);
  font-family: Roboto;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0.63rem 0 1.88rem; }

.fcontent1 {
  color: #000;
  /* text-body */
  font-family: Roboto;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.88rem; }

.fbutton1 {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  box-shadow: none;
  display: inline-flex;
  padding: 0.9375rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: #FFF;
  font-family: Roboto;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: var(--color-4, #2296F9);
  border: 1px solid var(--color-4, #2296F9); }
  .fbutton1:hover {
    background: #F48221;
    border-color: #F48221;
    color: #FFF !important; }

.extend-slick-prev, .extend-slick-next {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  box-shadow: none;
  width: 3.125rem;
  height: 3.125rem;
  background: #2E3192;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 1; }
  @media (max-width: 480px) {
    .extend-slick-prev, .extend-slick-next {
      display: none; } }
  .extend-slick-prev svg, .extend-slick-next svg {
    width: 1.875rem;
    height: 1.875rem;
    flex-shrink: 0; }

.extend-slick-next {
  margin-left: 0.62rem; }

.home-slider .home-slider-items img, .home-slider .home-slider-items video {
  width: 100%; }

.home-slider .home-slider-items .home-slider-item {
  position: relative; }
  .home-slider .home-slider-items .home-slider-item .home-slider-item-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);
    display: flex;
    max-width: 604px;
    padding: 50px 30px;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(46, 49, 146, 0.5); }
    @media (max-width: 991px) {
      .home-slider .home-slider-items .home-slider-item .home-slider-item-content {
        position: relative;
        top: inherit;
        left: inherit;
        transform: none;
        display: none; } }
    .home-slider .home-slider-items .home-slider-item .home-slider-item-content h2 {
      color: #FFF;
      font-family: Roboto;
      font-size: 2.5rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase; }
    .home-slider .home-slider-items .home-slider-item .home-slider-item-content p {
      color: #FFF;
      /* text-body */
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 50px; }

@media (max-width: 768px) {
  .home-slider .home-slider-items .slick-dots {
    text-align: right !important; } }

.home-policy .home-policy-wrap .home-policy-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
  position: relative; }
  @media (max-width: 991px) {
    .home-policy .home-policy-wrap .home-policy-items {
      grid-template-columns: repeat(2, 1fr); } }
  .home-policy .home-policy-wrap .home-policy-items:after {
    content: "";
    position: absolute;
    left: 15%;
    right: 15%;
    top: calc(3.75rem/2);
    width: 70%;
    border-top: 1px dotted #F48221;
    z-index: 1; }
    @media (max-width: 991px) {
      .home-policy .home-policy-wrap .home-policy-items:after {
        display: none; } }
  .home-policy .home-policy-wrap .home-policy-items > * {
    min-width: 0; }
  .home-policy .home-policy-wrap .home-policy-items .home-policy-item {
    position: relative;
    z-index: 2; }
    .home-policy .home-policy-wrap .home-policy-items .home-policy-item .home-policy-item-image {
      text-align: center;
      margin-bottom: 3.12rem;
      position: relative;
      z-index: 2; }
      .home-policy .home-policy-wrap .home-policy-items .home-policy-item .home-policy-item-image > div {
        display: inline-block;
        padding: 0 1.56rem;
        background: #FFF; }
      .home-policy .home-policy-wrap .home-policy-items .home-policy-item .home-policy-item-image span {
        width: 3.75rem;
        height: 3.75rem;
        background: #2E3192;
        border-radius: 999px;
        position: relative;
        z-index: 2;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
        .home-policy .home-policy-wrap .home-policy-items .home-policy-item .home-policy-item-image span img {
          width: 48px;
          height: 48px;
          flex-shrink: 0; }
    .home-policy .home-policy-wrap .home-policy-items .home-policy-item strong {
      color: var(--color-2, #2E3192);
      font-family: Roboto;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      display: block;
      margin-bottom: 0.62rem; }
    .home-policy .home-policy-wrap .home-policy-items .home-policy-item p {
      color: #000;
      text-align: center;
      /* text-body */
      font-family: Roboto;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }

.home-about {
  background: #F7F7F7;
  padding: 3.12rem 0; }
  .home-about .home-about-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.88rem; }
    @media (max-width: 991px) {
      .home-about .home-about-wrap {
        grid-template-columns: repeat(1, 1fr); } }
    .home-about .home-about-wrap > * {
      min-width: 0; }
    .home-about .home-about-wrap .home-about-banner {
      text-align: center; }
      .home-about .home-about-wrap .home-about-banner img {
        aspect-ratio: 1;
        width: auto;
        max-height: 28.25rem;
        border-radius: 999px; }
    .home-about .home-about-wrap .home-about-content .home-about-content-counter {
      margin: 1.87rem 0;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      background: var(--color-2, #2E3192);
      gap: 1.88rem; }
      @media (max-width: 991px) {
        .home-about .home-about-wrap .home-about-content .home-about-content-counter {
          grid-template-columns: repeat(2, 1fr);
          padding: 10px; } }
      .home-about .home-about-wrap .home-about-content .home-about-content-counter > * {
        min-width: 0; }
      .home-about .home-about-wrap .home-about-content .home-about-content-counter .home-about-content-counter-item {
        text-align: center;
        padding: 1.88rem 0; }
        .home-about .home-about-wrap .home-about-content .home-about-content-counter .home-about-content-counter-item:first-child {
          background: #F7F7F7;
          padding-right: 10px; }
          @media (max-width: 991px) {
            .home-about .home-about-wrap .home-about-content .home-about-content-counter .home-about-content-counter-item:first-child {
              grid-column: span 2; } }
          .home-about .home-about-wrap .home-about-content .home-about-content-counter .home-about-content-counter-item:first-child strong, .home-about .home-about-wrap .home-about-content .home-about-content-counter .home-about-content-counter-item:first-child p {
            color: var(--color-2, #2E3192); }
          .home-about .home-about-wrap .home-about-content .home-about-content-counter .home-about-content-counter-item:first-child b {
            display: block;
            color: #F48221;
            margin-bottom: 0.31rem; }
        .home-about .home-about-wrap .home-about-content .home-about-content-counter .home-about-content-counter-item strong {
          color: #FFF;
          font-family: Roboto;
          font-size: 1.875rem;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin-bottom: 0.62rem;
          display: block; }
        .home-about .home-about-wrap .home-about-content .home-about-content-counter .home-about-content-counter-item p {
          color: #FFF;
          text-align: center;
          /* text-body */
          font-family: Roboto;
          font-size: 0.875rem;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          margin: 0; }
    .home-about .home-about-wrap .home-about-content .home-about-content-more {
      text-align: center; }
      .home-about .home-about-wrap .home-about-content .home-about-content-more a {
        display: inline-flex;
        margin: 0 auto; }

.home-cols {
  position: relative; }
  .home-cols .home-cols-head {
    margin-bottom: 1.88rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end; }
    .home-cols .home-cols-head h2 {
      margin-bottom: 0; }
  .home-cols .home-cols-wrap .home-cols-items {
    padding-bottom: calc(1.88rem*2);
    margin: 0 calc(-1.92rem/2); }
    .home-cols .home-cols-wrap .home-cols-items .slick-arrow {
      display: none !important; }
    .home-cols .home-cols-wrap .home-cols-items .slick-dots {
      left: 50%;
      transform: translateX(-50%);
      right: inherit; }
    .home-cols .home-cols-wrap .home-cols-items .home-cols-item {
      padding: 0 calc(1.92rem/2); }
      .home-cols .home-cols-wrap .home-cols-items .home-cols-item img {
        border-radius: 0.625rem; }
      .home-cols .home-cols-wrap .home-cols-items .home-cols-item .home-cols-item-content {
        display: flex;
        width: calc(100% - (0.94rem*2));
        margin: -4.35rem auto 0;
        padding: 1.25rem 0.625rem;
        flex-direction: column;
        align-items: center;
        gap: 0.9375rem;
        background: #FFF;
        position: relative;
        z-index: 1;
        text-align: center;
        box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.1);
        webkit-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.1); }
        .home-cols .home-cols-wrap .home-cols-items .home-cols-item .home-cols-item-content img {
          width: 1.875rem;
          height: 1.875rem; }
        .home-cols .home-cols-wrap .home-cols-items .home-cols-item .home-cols-item-content h3 {
          color: #2E3192;
          font-family: Roboto;
          font-size: 1.25rem;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin: 0; }
        .home-cols .home-cols-wrap .home-cols-items .home-cols-item .home-cols-item-content span {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          width: 3rem;
          height: 3rem;
          flex-shrink: 0;
          background: #2E3192;
          border-radius: 999px;
          transition: all .5s; }
          .home-cols .home-cols-wrap .home-cols-items .home-cols-item .home-cols-item-content span:hover {
            background: #F48221; }

.home-fsale {
  padding: 3.21rem 0; }
  @media (max-width: 991px) {
    .home-fsale {
      margin: 25px 0;
      padding-top: 3rem;
      padding-bottom: 2rem; } }
  .home-fsale .home-fsale-wrap .home-fsale-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.62rem;
    margin-bottom: 1.88rem; }
    @media (max-width: 991px) {
      .home-fsale .home-fsale-wrap .home-fsale-head {
        flex-direction: column;
        margin-bottom: 25px;
        gap: 1rem; } }

@keyframes supriseBorder {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-dot {
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 991px) {
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-dot {
          display: none; } }
      .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-dot * {
        border: 1px solid #ffe600;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 999px; }
      .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-dot > span {
        width: 20px;
        height: 20px;
        border-color: rgba(255, 230, 0, 0.4);
        position: relative; }
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-dot > span:after {
          content: "";
          position: absolute;
          left: -6px;
          border: 1px solid rgba(255, 230, 0, 0.4);
          width: 30px;
          height: 30px;
          border-radius: 999px;
          animation: supriseBorder 1s 1.5s linear infinite; }
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-dot > span:before {
          content: "";
          position: absolute;
          left: -10.5px;
          border: 1px solid rgba(255, 230, 0, 0.1);
          width: 40px;
          height: 40px;
          border-radius: 999px;
          animation: supriseBorder 1s 1s linear infinite; }
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-dot > span > span {
          width: 10px;
          height: 10px;
          background: #ffe600; }

@keyframes suprisePingPong {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.25); }
  100% {
    transform: scale(1); } }
    .home-fsale .home-fsale-wrap .home-fsale-head img {
      max-height: 2rem;
      width: auto;
      margin-top: -5px; }
    .home-fsale .home-fsale-wrap .home-fsale-head .countdownLoop {
      display: flex;
      gap: 10px; }
      .home-fsale .home-fsale-wrap .home-fsale-head .countdownLoop span {
        background: #FFF;
        border-radius: 7px;
        padding: 5px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        position: relative;
        font-size: 14px;
        font-weight: 600;
        font-size: 10px;
        font-weight: 400;
        line-height: 12px; }
        .home-fsale .home-fsale-wrap .home-fsale-head .countdownLoop span br {
          display: none; }
        .home-fsale .home-fsale-wrap .home-fsale-head .countdownLoop span b {
          font-size: 14px;
          font-weight: 600; }
  .home-fsale .home-fsale-wrap .home-fsale-items {
    padding: 5px 0 4.06rem;
    margin: 0 -0.75rem; }
    .home-fsale .home-fsale-wrap .home-fsale-items .slick-arrow {
      display: none !important; }
    .home-fsale .home-fsale-wrap .home-fsale-items .slick-dots {
      left: 50%;
      transform: translateX(-50%);
      right: inherit; }
      .home-fsale .home-fsale-wrap .home-fsale-items .slick-dots li.slick-active button {
        background: #FFF;
        border-color: #FFF; }
    .home-fsale .home-fsale-wrap .home-fsale-items .product-item {
      padding: 5px .75rem; }
      .home-fsale .home-fsale-wrap .home-fsale-items .product-item .product-item-wrap {
        background: #FFF;
        border-radius: 0.625rem; }
        .home-fsale .home-fsale-wrap .home-fsale-items .product-item .product-item-wrap .product-item-top .product-item-label-sale {
          top: -15px !important; }
        .home-fsale .home-fsale-wrap .home-fsale-items .product-item .product-item-wrap .product-item-detail {
          padding: 1rem 1rem 1.88rem; }
  .home-fsale .home-fsale-wrap .home-fsale-more {
    text-align: center; }
    .home-fsale .home-fsale-wrap .home-fsale-more a {
      display: inline-flex;
      background: #FFF;
      color: #2E3192;
      border-color: #FFF; }
      .home-fsale .home-fsale-wrap .home-fsale-more a svg {
        fill: #2E3192;
        color: #2E3192; }
        .home-fsale .home-fsale-wrap .home-fsale-more a svg * {
          fill: #2E3192;
          color: #2E3192; }

.home-product .home-product-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.88rem; }
  @media (max-width: 991px) {
    .home-product .home-product-items {
      grid-template-columns: repeat(2, 1fr); } }

.home-product .home-product-more {
  text-align: center;
  margin-top: 3.75rem; }

.home-client {
  background: #F7F7F7;
  padding: 3.12rem 0; }
  .home-client .home-client-items .slick-arrow, .home-client .home-client-items .slick-dots {
    display: none !important; }
  .home-client .home-client-items .home-client-item img {
    width: 12.5rem;
    height: 12.5rem;
    margin: 0 auto; }

.home-review {
  position: relative; }
  .home-review .home-review-head {
    margin-bottom: 1.88rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end; }
    .home-review .home-review-head h2 {
      margin-bottom: 0; }
  .home-review .home-review-wrap .home-review-items {
    padding-bottom: calc(1.88rem*2);
    margin: 0 calc(-1.87rem/2); }
    .home-review .home-review-wrap .home-review-items .slick-arrow {
      display: none !important; }
    .home-review .home-review-wrap .home-review-items .slick-dots {
      left: 50%;
      transform: translateX(-50%);
      right: inherit; }
    .home-review .home-review-wrap .home-review-items .home-review-item {
      padding: 0 calc(1.87rem/2);
      position: relative; }
      .home-review .home-review-wrap .home-review-items .home-review-item:after {
        content: "";
        position: absolute;
        bottom: 3.44rem;
        right: 1.88rem;
        background-image: url(https://file.hstatic.net/200000872067/file/quote_39052d3313144592a1d44ff981b0abc3.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 3.125rem;
        height: 3.125rem; }
      .home-review .home-review-wrap .home-review-items .home-review-item .home-review-item-wrap {
        border: 1px solid var(--color-2, #2E3192);
        padding: 1.88rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        gap: 1.88rem;
        transition: all .5s; }
        .home-review .home-review-wrap .home-review-items .home-review-item .home-review-item-wrap:hover {
          box-shadow: 0 0 1px 1.5px rgba(0, 0, 0, 0.25); }
        .home-review .home-review-wrap .home-review-items .home-review-item .home-review-item-wrap p {
          color: #000;
          /* text-body */
          font-family: Roboto;
          font-size: 0.875rem;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          width: 100%;
          margin: 0; }
      .home-review .home-review-wrap .home-review-items .home-review-item .home-review-item-logo img {
        width: 6.25rem;
        height: 6.25rem; }
      .home-review .home-review-wrap .home-review-items .home-review-item .home-review-item-info strong {
        color: #000;
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: block;
        margin-bottom: 0.62rem; }
      .home-review .home-review-wrap .home-review-items .home-review-item .home-review-item-info span {
        color: #F48221;
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal; }

.home-vendor {
  background: #F7F7F7;
  padding: 3.12rem 0; }
  .home-vendor .home-vendor-items .slick-arrow, .home-vendor .home-vendor-items .slick-dots {
    display: none !important; }
  .home-vendor .home-vendor-items .home-vendor-item img {
    width: 12.5rem;
    height: 12.5rem;
    margin: 0 auto; }

.home-blog .home-blog-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.home-blog .home-blog-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.88rem; }
  @media (max-width: 991px) {
    .home-blog .home-blog-items {
      grid-auto-flow: column;
      grid-auto-columns: 40vw;
      grid-template-columns: inherit;
      overflow: auto hidden;
      padding-bottom: 10px; } }
  @media (max-width: 480px) {
    .home-blog .home-blog-items {
      grid-auto-columns: 80vw; } }

.mcollection .mcollection-list {
  margin-top: 1.87rem; }
  .mcollection .mcollection-list .mcollection-list-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch; }
    @media (max-width: 1024px) {
      .mcollection .mcollection-list .mcollection-list-items {
        overflow: auto hidden;
        justify-content: flex-start; } }
    .mcollection .mcollection-list .mcollection-list-items li {
      display: flex;
      padding: 0.5rem 1.5625rem;
      justify-content: center;
      align-items: center;
      border: 1px solid #000;
      background: #FFF; }
      .mcollection .mcollection-list .mcollection-list-items li.active {
        border-color: var(--color-2, #2E3192);
        background: var(--color-2, #2E3192); }
        .mcollection .mcollection-list .mcollection-list-items li.active a {
          color: #FFF; }
      .mcollection .mcollection-list .mcollection-list-items li a {
        text-align: center;
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }

.mcollection .mcollection-body {
  margin: 3.12rem 0;
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  gap: 1.88rem; }
  @media (max-width: 991px) {
    .mcollection .mcollection-body {
      grid-template-columns: 1fr; } }
  .mcollection .mcollection-body .mcollection-filter .filter_group-subtitle {
    cursor: pointer; }
  .mcollection .mcollection-body .mcollection-filter .filter_group-content {
    margin-top: 15px !important; }
    .mcollection .mcollection-body .mcollection-filter .filter_group-content .checkbox-list li:last-child {
      margin: 0 !important; }
  .mcollection .mcollection-body .mcollection-main .mcollection-main-sort .shop-sort {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1.88rem;
    gap: 0.62rem; }
    .mcollection .mcollection-body .mcollection-main .mcollection-main-sort .shop-sort .shop-trigger-filter {
      border-radius: 0.625rem;
      border: 1px solid var(--color-1, #7E8A96);
      display: flex;
      padding: 0.625rem;
      align-items: center;
      gap: 0.625rem; }
      .mcollection .mcollection-body .mcollection-main .mcollection-main-sort .shop-sort .shop-trigger-filter li {
        margin: 0 !important; }
      .mcollection .mcollection-body .mcollection-main .mcollection-main-sort .shop-sort .shop-trigger-filter label {
        color: #000;
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0; }
    .mcollection .mcollection-body .mcollection-main .mcollection-main-sort .shop-sort .shop-sort-main {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center;
      gap: 0.62rem; }
      .mcollection .mcollection-body .mcollection-main .mcollection-main-sort .shop-sort .shop-sort-main label {
        color: #000;
        /* text-body */
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0; }
      .mcollection .mcollection-body .mcollection-main .mcollection-main-sort .shop-sort .shop-sort-main select {
        background: transparent;
        border: none;
        outline: none;
        padding: 0;
        box-shadow: none;
        display: flex;
        padding: 0.625rem;
        align-items: center;
        gap: 0.625rem;
        background: #EFEEEE;
        border: 1px solid #EFEEEE; }
  .mcollection .mcollection-body .mcollection-main .mcollection-main-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.88rem; }
    @media (max-width: 991px) {
      .mcollection .mcollection-body .mcollection-main .mcollection-main-items {
        grid-template-columns: repeat(2, 1fr); } }
    .mcollection .mcollection-body .mcollection-main .mcollection-main-items .mcollection-main-paginate, .mcollection .mcollection-body .mcollection-main .mcollection-main-items .product-noloop {
      grid-column: span 3; }
      @media (max-width: 991px) {
        .mcollection .mcollection-body .mcollection-main .mcollection-main-items .mcollection-main-paginate, .mcollection .mcollection-body .mcollection-main .mcollection-main-items .product-noloop {
          grid-column: span 2; } }

.main-product .main-product-wrap {
  display: grid;
  grid-template-columns: 36.5625rem 1fr;
  gap: 1.88rem;
  margin-bottom: 3.12rem; }
  @media (max-width: 991px) {
    .main-product .main-product-wrap {
      grid-template-columns: 1fr; } }
  .main-product .main-product-wrap > * {
    min-width: 0; }
  .main-product .main-product-wrap .main-product-left .slick-arrow, .main-product .main-product-wrap .main-product-left .slick-dots {
    display: none !important; }
  .main-product .main-product-wrap .main-product-left .main-product-feature-featured {
    margin-bottom: 1.88rem; }
    .main-product .main-product-wrap .main-product-left .main-product-feature-featured img {
      border-radius: 0.3125rem;
      border: 1px solid var(--color-6, #EFEEEE); }
  .main-product .main-product-wrap .main-product-left .main-product-feature-thumbs {
    padding: 0 1.41rem; }
    .main-product .main-product-wrap .main-product-left .main-product-feature-thumbs a {
      padding: 0 calc(0.63rem/2); }
      .main-product .main-product-wrap .main-product-left .main-product-feature-thumbs a img {
        border-radius: 0.3125rem;
        border: 1px solid var(--color-1, #7E8A96); }
  .main-product .main-product-wrap .main-product-right h1 {
    margin-bottom: 0.62rem;
    color: var(--color-2, #2E3192);
    font-family: Roboto;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase; }
  .main-product .main-product-wrap .main-product-right .main-product-price .main-product-price-wrap .main-product-price-this {
    margin-right: 0.62rem; }
    .main-product .main-product-wrap .main-product-right .main-product-price .main-product-price-wrap .main-product-price-this b {
      color: #F48221; }
  .main-product .main-product-wrap .main-product-right .main-product-price .main-product-price-wrap .main-product-price-compare del {
    color: #7E8A96; }
  .main-product .main-product-wrap .main-product-right .main-product-price-this span b {
    color: #F48221; }
  .main-product .main-product-wrap .main-product-right .main-product-quantity {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1.88rem; }
    .main-product .main-product-wrap .main-product-right .main-product-quantity label {
      margin: 0;
      color: #000;
      /* text-body */
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .main-product .main-product-wrap .main-product-right .main-product-quantity .shop-quantity {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start; }
      .main-product .main-product-wrap .main-product-right .main-product-quantity .shop-quantity button {
        background: transparent;
        border: none;
        outline: none;
        padding: 0;
        box-shadow: none;
        display: flex;
        padding: 0.5625rem 0.8125rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        background: var(--color-6, #EFEEEE);
        color: var(--color-1, #7E8A96);
        /* text-body */
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
      .main-product .main-product-wrap .main-product-right .main-product-quantity .shop-quantity input {
        background: transparent;
        border: none;
        outline: none;
        padding: 0;
        box-shadow: none;
        padding: 0.5625rem 0;
        width: 2rem;
        text-align: center;
        color: #000;
        /* text-body */
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        /* Firefox */ }
        .main-product .main-product-wrap .main-product-right .main-product-quantity .shop-quantity input::-webkit-outer-spin-button, .main-product .main-product-wrap .main-product-right .main-product-quantity .shop-quantity input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .main-product .main-product-wrap .main-product-right .main-product-quantity .shop-quantity input {
          -moz-appearance: textfield; }
  .main-product .main-product-wrap .main-product-right button[data-type="main-product-contact"],
  .main-product .main-product-wrap .main-product-right button[data-type="main-product-contactnew"] {
    display: flex;
    padding: 0.9375rem 1.25rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    width: 100%;
    margin: 1.88rem 0;
    background: #C40000;
    border: 1px solid #C40000;
    color: #FFF;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    cursor: pointer; }
  .main-product .main-product-wrap .main-product-right .main-product-swatch {
    /*	@include dFlex(flex, wrap, flex-start, flex-start);
				gap: 1.88rem;
				margin: 1.88rem 0;
				*/ }
    .main-product .main-product-wrap .main-product-right .main-product-swatch .product-sw-line .product-sw-select {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center; }
      .main-product .main-product-wrap .main-product-right .main-product-swatch .product-sw-line .product-sw-select .product-sw-title {
        min-width: 4rem;
        color: #000;
        /* text-body */
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
      .main-product .main-product-wrap .main-product-right .main-product-swatch .product-sw-line .product-sw-select .product-sw-select-item:not(:last-child) {
        margin-right: 0.62rem; }
      .main-product .main-product-wrap .main-product-right .main-product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input:checked + label {
        border: 1px solid #000; }
      .main-product .main-product-wrap .main-product-right .main-product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color label {
        display: flex;
        width: 2.375rem;
        height: 2.375rem;
        padding: 0.25rem;
        justify-content: center;
        align-items: center;
        margin: 0;
        border: 1px solid transparent;
        border-radius: 999px; }
        .main-product .main-product-wrap .main-product-right .main-product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color label span {
          width: 1.875rem;
          height: 1.875rem;
          flex-shrink: 0;
          border: 1px solid #CCC;
          border-radius: 999px; }
  .main-product .main-product-wrap .main-product-right .main-product-info {
    display: flex;
    gap: 1.88rem;
    margin-bottom: 1.88rem; }
    .main-product .main-product-wrap .main-product-right .main-product-info > *:not(:last-child) {
      padding-right: 1.88rem;
      border-right: 1px solid #7E8A96; }
    .main-product .main-product-wrap .main-product-right .main-product-info > * * {
      line-height: 1; }
    .main-product .main-product-wrap .main-product-right .main-product-info > * strong {
      color: #000;
      /* text-body */
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .main-product .main-product-wrap .main-product-right .main-product-info > * span {
      color: var(--color-2, #2E3192);
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
  .main-product .main-product-wrap .main-product-right .main-product-short {
    margin: 1.88rem 0; }
    .main-product .main-product-wrap .main-product-right .main-product-short .main-product-short-head {
      display: flex;
      padding: 0.625rem 1.25rem;
      align-items: center;
      gap: 0.625rem;
      align-self: stretch;
      border-radius: 0.3125rem 0.3125rem 0rem 0rem;
      background: var(--color-2, #2E3192);
      color: #FFF;
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase; }
      .main-product .main-product-wrap .main-product-right .main-product-short .main-product-short-head svg {
        width: 1rem;
        height: 1rem; }
    .main-product .main-product-wrap .main-product-right .main-product-short .main-product-short-data {
      display: flex;
      padding: 1.25rem;
      align-items: center;
      gap: 0.625rem;
      align-self: stretch;
      border-radius: 0rem 0rem 0.3125rem 0.3125rem;
      background: var(--color-6, #EFEEEE); }
      .main-product .main-product-wrap .main-product-right .main-product-short .main-product-short-data .main-product-short-data-content {
        border-radius: 0.625rem;
        background: #FFF;
        width: 100%;
        display: flex;
        padding: 0.625rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 1.25rem;
        flex: 1 0 0;
        align-self: stretch; }
        .main-product .main-product-wrap .main-product-right .main-product-short .main-product-short-data .main-product-short-data-content ul {
          margin-left: 20px;
          padding: 0;
          list-style: inherit;
          display: flex;
          padding: 0.625rem;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          gap: 1.25rem;
          flex: 1 0 0;
          align-self: stretch; }
  .main-product .main-product-wrap .main-product-right .main-product-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.88rem;
    margin: 1.88rem 0; }
    .main-product .main-product-wrap .main-product-right .main-product-cta button {
      background: transparent;
      border: none;
      outline: none;
      padding: 0;
      box-shadow: none;
      border-radius: 0.3125rem;
      display: flex;
      padding: 0.8125rem;
      justify-content: center;
      align-items: center;
      gap: 0.625rem;
      align-self: stretch;
      background: #2E3192;
      border: 1px solid #2E3192;
      color: #FFF;
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
      .main-product .main-product-wrap .main-product-right .main-product-cta button svg {
        margin-right: 0.62rem;
        margin-top: -5px; }
      .main-product .main-product-wrap .main-product-right .main-product-cta button[data-type="main-product-buy"] {
        background: #F30;
        border-color: #F30; }
  .main-product .main-product-wrap .main-product-right .main-product-phone {
    text-align: center;
    color: #000;
    /* text-body */
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    .main-product .main-product-wrap .main-product-right .main-product-phone a {
      font-weight: bold; }

.main-product .main-product-description .main-product-description-left .main-product-description-left-head {
  border-bottom: 1px solid var(--color-2, #2E3192); }
  .main-product .main-product-description .main-product-description-left .main-product-description-left-head li {
    display: inline-flex;
    cursor: pointer;
    padding: 1.25rem;
    align-items: flex-start;
    gap: 0.625rem; }
    .main-product .main-product-description .main-product-description-left .main-product-description-left-head li.active {
      border-bottom: 3px solid var(--color-2, #2E3192);
      background: var(--color-6, #EFEEEE); }
    .main-product .main-product-description .main-product-description-left .main-product-description-left-head li span {
      color: #000;
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }

.main-product .main-product-description .main-product-description-left .main-product-description-left-item.active .main-product-description-item-data {
  display: block; }

.main-product .main-product-description .main-product-description-left .main-product-description-left-item .main-product-description-item-data {
  display: none;
  padding: 1.88rem 0; }

.mblog2 .mblog2-breadcrumb {
  height: 17rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(79, 79, 79, 0.5);
  background-blend-mode: color; }
  .mblog2 .mblog2-breadcrumb h1 {
    width: 100%;
    color: #FFF;
    font-family: Roboto;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0.63rem;
    text-align: center; }

.mblog2 .mblog2-main .mblog2-items .article-item {
  padding: 3.12rem 0; }
  .mblog2 .mblog2-main .mblog2-items .article-item:nth-child(2n+2) {
    background: var(--color-6, #EFEEEE); }
    @media (min-width: 768px) {
      .mblog2 .mblog2-main .mblog2-items .article-item:nth-child(2n+2) .article-item-wrap .article-item-image {
        order: 1; }
      .mblog2 .mblog2-main .mblog2-items .article-item:nth-child(2n+2) .article-item-wrap .article-item-detail {
        order: 2; } }
  .mblog2 .mblog2-main .mblog2-items .article-item .article-item-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.88rem;
    align-items: center; }
    @media (max-width: 768px) {
      .mblog2 .mblog2-main .mblog2-items .article-item .article-item-wrap {
        grid-template-columns: repeat(1, 1fr); } }
    .mblog2 .mblog2-main .mblog2-items .article-item .article-item-wrap h3 {
      margin-bottom: 1.5rem;
      padding-bottom: 0; }
      .mblog2 .mblog2-main .mblog2-items .article-item .article-item-wrap h3:after {
        display: none !important; }
    .mblog2 .mblog2-main .mblog2-items .article-item .article-item-wrap .article-item-detail-content {
      margin-bottom: 1.5rem; }

.ldpnew .ldpnew-slider {
  margin: 0 !important; }
  .ldpnew .ldpnew-slider .ldpnew-slider-items img, .ldpnew .ldpnew-slider .ldpnew-slider-items video {
    width: 100%; }
  .ldpnew .ldpnew-slider .ldpnew-slider-items .ldpnew-slider-item {
    position: relative; }
    .ldpnew .ldpnew-slider .ldpnew-slider-items .ldpnew-slider-item .ldpnew-slider-item-content {
      position: absolute;
      top: 50%;
      left: 10%;
      transform: translate(0, -50%);
      display: flex;
      max-width: 604px;
      padding: 50px 30px;
      flex-direction: column;
      align-items: flex-start;
      background: rgba(46, 49, 146, 0.5); }
      @media (max-width: 991px) {
        .ldpnew .ldpnew-slider .ldpnew-slider-items .ldpnew-slider-item .ldpnew-slider-item-content {
          display: none; } }
      .ldpnew .ldpnew-slider .ldpnew-slider-items .ldpnew-slider-item .ldpnew-slider-item-content h2 {
        color: #FFF;
        font-family: Roboto;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase; }
      .ldpnew .ldpnew-slider .ldpnew-slider-items .ldpnew-slider-item .ldpnew-slider-item-content p {
        color: #FFF;
        /* text-body */
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 50px; }
  @media (max-width: 991px) {
    .ldpnew .ldpnew-slider .ldpnew-slider-items .slick-dots {
      text-align: right; } }

.ldpnew .ldpnew-bancon {
  padding: 3.12rem 0;
  margin: 0; }
  .ldpnew .ldpnew-bancon.ldpnew-bancon-1, .ldpnew .ldpnew-bancon.ldpnew-bancon-3 {
    background: linear-gradient(180deg, #2E3192 64.5%, #009CDE 100%); }
    .ldpnew .ldpnew-bancon.ldpnew-bancon-1 .ldpnew-bancon-wrap .ldpnew-bancon-content h2, .ldpnew .ldpnew-bancon.ldpnew-bancon-1 .ldpnew-bancon-wrap .ldpnew-bancon-content p, .ldpnew .ldpnew-bancon.ldpnew-bancon-3 .ldpnew-bancon-wrap .ldpnew-bancon-content h2, .ldpnew .ldpnew-bancon.ldpnew-bancon-3 .ldpnew-bancon-wrap .ldpnew-bancon-content p {
      color: #FFF; }
    .ldpnew .ldpnew-bancon.ldpnew-bancon-1 .ldpnew-bancon-wrap .ldpnew-bancon-content a, .ldpnew .ldpnew-bancon.ldpnew-bancon-3 .ldpnew-bancon-wrap .ldpnew-bancon-content a {
      background: #FFF;
      color: #2E3192; }
      .ldpnew .ldpnew-bancon.ldpnew-bancon-1 .ldpnew-bancon-wrap .ldpnew-bancon-content a svg, .ldpnew .ldpnew-bancon.ldpnew-bancon-1 .ldpnew-bancon-wrap .ldpnew-bancon-content a svg *, .ldpnew .ldpnew-bancon.ldpnew-bancon-3 .ldpnew-bancon-wrap .ldpnew-bancon-content a svg, .ldpnew .ldpnew-bancon.ldpnew-bancon-3 .ldpnew-bancon-wrap .ldpnew-bancon-content a svg * {
        color: #2E3192;
        fill: #2E3192; }
  @media (min-width: 991px) {
    .ldpnew .ldpnew-bancon.ldpnew-bancon-2 .ldpnew-bancon-wrap .ldpnew-bancon-image, .ldpnew .ldpnew-bancon.ldpnew-bancon-4 .ldpnew-bancon-wrap .ldpnew-bancon-image {
      order: 2; }
    .ldpnew .ldpnew-bancon.ldpnew-bancon-2 .ldpnew-bancon-wrap .ldpnew-bancon-content, .ldpnew .ldpnew-bancon.ldpnew-bancon-4 .ldpnew-bancon-wrap .ldpnew-bancon-content {
      order: 1; } }
  .ldpnew .ldpnew-bancon .ldpnew-bancon-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.88rem;
    align-items: center; }
    @media (max-width: 991px) {
      .ldpnew .ldpnew-bancon .ldpnew-bancon-wrap {
        grid-template-columns: repeat(1, 1fr); } }
    .ldpnew .ldpnew-bancon .ldpnew-bancon-wrap .ldpnew-bancon-image img {
      width: 100%; }
    .ldpnew .ldpnew-bancon .ldpnew-bancon-wrap .ldpnew-bancon-content h2 {
      color: #2E3192;
      font-family: Roboto;
      font-size: 1.875rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 1.5rem; }
    .ldpnew .ldpnew-bancon .ldpnew-bancon-wrap .ldpnew-bancon-content p {
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 1.5rem; }

.ldpnew .ldpnew-bigban a {
  display: block; }
  .ldpnew .ldpnew-bigban a img {
    width: 100%; }

.ldpnew .ldpnew-product .ldpnew-product-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.88rem; }
  @media (max-width: 991px) {
    .ldpnew .ldpnew-product .ldpnew-product-items {
      grid-template-columns: repeat(2, 1fr); } }

.ldpnew .ldpnew-product .ldpnew-product-more {
  text-align: center;
  margin-top: 3.75rem; }

.ldpnew .ldpnew-contact {
  margin-bottom: 0; }
  .ldpnew .ldpnew-contact .ldpnew-contact-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    align-content: center; }
    @media (max-width: 991px) {
      .ldpnew .ldpnew-contact .ldpnew-contact-wrap {
        grid-template-columns: repeat(1, 1fr); } }
    .ldpnew .ldpnew-contact .ldpnew-contact-wrap .ldpnew-contact-image img {
      width: 100%; }
    .ldpnew .ldpnew-contact .ldpnew-contact-wrap .ldpnew-contact-content {
      padding: 0 7.5rem 0 1.88rem;
      background: var(--gradient, linear-gradient(180deg, #2E3192 62.5%, #009CDE 100%));
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      align-items: flex-start; }
      @media (max-width: 991px) {
        .ldpnew .ldpnew-contact .ldpnew-contact-wrap .ldpnew-contact-content {
          padding: 1.88rem; } }
      .ldpnew .ldpnew-contact .ldpnew-contact-wrap .ldpnew-contact-content h2 {
        color: #FFF;
        font-family: Roboto;
        font-size: 1.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0.62rem; }
      .ldpnew .ldpnew-contact .ldpnew-contact-wrap .ldpnew-contact-content p {
        color: #FFF;
        /* text-body */
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 1.5rem; }
      .ldpnew .ldpnew-contact .ldpnew-contact-wrap .ldpnew-contact-content form {
        width: 100%; }
        .ldpnew .ldpnew-contact .ldpnew-contact-wrap .ldpnew-contact-content form .contact-form {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 1.5rem;
          margin-bottom: 1.5rem; }
          .ldpnew .ldpnew-contact .ldpnew-contact-wrap .ldpnew-contact-content form .contact-form input:first-child {
            grid-column: span 2; }
          .ldpnew .ldpnew-contact .ldpnew-contact-wrap .ldpnew-contact-content form .contact-form input {
            background: transparent;
            border: none;
            outline: none;
            padding: 0;
            box-shadow: none;
            display: flex;
            padding: 0.9375rem 0.875rem;
            flex-direction: column;
            align-items: flex-start;
            gap: 0.625rem;
            align-self: stretch;
            border-radius: 6.25rem;
            border: 1px solid #FFF;
            width: 100%;
            color: #FFF;
            /* text-body */
            font-family: Roboto;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal; }
            .ldpnew .ldpnew-contact .ldpnew-contact-wrap .ldpnew-contact-content form .contact-form input::placeholder {
              color: #FFF;
              /* text-body */
              font-family: Roboto;
              font-size: 0.875rem;
              font-style: normal;
              font-weight: 400;
              line-height: normal; }
        .ldpnew .ldpnew-contact .ldpnew-contact-wrap .ldpnew-contact-content form button {
          background: #FFF;
          color: #2E3192; }
          .ldpnew .ldpnew-contact .ldpnew-contact-wrap .ldpnew-contact-content form button svg, .ldpnew .ldpnew-contact .ldpnew-contact-wrap .ldpnew-contact-content form button svg * {
            color: #2E3192;
            fill: #2E3192; }

.layout-pageContact .layout-pageContact-breadcrumb {
  height: 17rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(79, 79, 79, 0.5);
  background-blend-mode: color; }
  .layout-pageContact .layout-pageContact-breadcrumb h1 {
    width: 100%;
    color: #FFF;
    font-family: Roboto;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0.63rem;
    text-align: center; }

.layout-pageContact .wrapbox-content-contact {
  margin: 3.12rem; }
  .layout-pageContact .wrapbox-content-contact .box-info-contact {
    margin: 0;
    padding-bottom: 0; }
    .layout-pageContact .wrapbox-content-contact .box-info-contact h2 {
      display: none; }
    .layout-pageContact .wrapbox-content-contact .box-info-contact .infoList-contact strong {
      color: #000;
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      display: block;
      margin-bottom: 0.26rem; }
    .layout-pageContact .wrapbox-content-contact .box-info-contact .infoList-contact br {
      display: none; }
    .layout-pageContact .wrapbox-content-contact .box-info-contact .infoList-contact p {
      color: #000;
      /* text-body */
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
  .layout-pageContact .wrapbox-content-contact .box-send-contact h2 {
    color: #000;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1.8rem; }
  .layout-pageContact .wrapbox-content-contact .box-send-contact input, .layout-pageContact .wrapbox-content-contact .box-send-contact textarea {
    display: flex;
    padding: 0.9375rem 0.875rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    align-self: stretch;
    border-radius: 6.25rem;
    border: 1px solid #CFCFCF;
    color: #6B7280;
    /* text-body */
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    .layout-pageContact .wrapbox-content-contact .box-send-contact input::placeholder, .layout-pageContact .wrapbox-content-contact .box-send-contact textarea::placeholder {
      color: #6B7280;
      /* text-body */
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
  .layout-pageContact .wrapbox-content-contact .box-send-contact textarea {
    border-radius: 0.75rem;
    border: 1px solid #CFCFCF; }

.ldpabout .ldpabout-breadcrumb {
  height: 17rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(79, 79, 79, 0.5);
  background-blend-mode: color; }
  .ldpabout .ldpabout-breadcrumb h1 {
    width: 100%;
    color: #FFF;
    font-family: Roboto;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0.63rem;
    text-align: center; }

.ldpabout .ldpabout-bancon.ldpabout-bancon-1 {
  margin: 0;
  padding: 3.12rem 0;
  background: var(--color-2, #2E3192); }
  .ldpabout .ldpabout-bancon.ldpabout-bancon-1 h2, .ldpabout .ldpabout-bancon.ldpabout-bancon-1 p {
    color: #FFF; }

.ldpabout .ldpabout-bancon.ldpabout-bancon-2 .ldpabout-bancon-wrap .ldpabout-bancon-content {
  order: 2; }

.ldpabout .ldpabout-bancon .ldpabout-bancon-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.88rem; }
  @media (max-width: 991px) {
    .ldpabout .ldpabout-bancon .ldpabout-bancon-wrap {
      grid-template-columns: repeat(1, 1fr); } }

.ldpabout .ldpabout-counter {
  margin: 0;
  padding: 3.12rem 0;
  background: url(https://file.hstatic.net/200000872067/file/de0bec267eaaf79f12e63052252ca992_bdee926c49304a2d93a0010e4d2b721f.jpg) no-repeat; }
  .ldpabout .ldpabout-counter .ldpabout-counter-wrap .ldpabout-counter-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.88rem; }
    @media (max-width: 991px) {
      .ldpabout .ldpabout-counter .ldpabout-counter-wrap .ldpabout-counter-items {
        grid-template-columns: repeat(2, 1fr); } }
    .ldpabout .ldpabout-counter .ldpabout-counter-wrap .ldpabout-counter-items a {
      display: block;
      text-align: center;
      position: relative; }
      .ldpabout .ldpabout-counter .ldpabout-counter-wrap .ldpabout-counter-items a:not(:last-child):after {
        content: "";
        width: 0.0625rem;
        height: 3.6875rem;
        background: #7E8A96;
        position: absolute;
        right: -20px;
        top: 50%;
        transform: translateY(-50%); }
        @media (max-width: 991px) {
          .ldpabout .ldpabout-counter .ldpabout-counter-wrap .ldpabout-counter-items a:not(:last-child):after {
            display: none; } }
      .ldpabout .ldpabout-counter .ldpabout-counter-wrap .ldpabout-counter-items a strong {
        color: var(--color-2, #2E3192);
        text-align: center;
        font-family: Roboto;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: block;
        margin-bottom: 0.62rem; }
      .ldpabout .ldpabout-counter .ldpabout-counter-wrap .ldpabout-counter-items a span {
        color: #000;
        text-align: center;
        font-family: Roboto;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }

.ldpabout .ldpabout-policy .ldpabout-policy-wrap .ldpabout-policy-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.88rem; }
  @media (max-width: 991px) {
    .ldpabout .ldpabout-policy .ldpabout-policy-wrap .ldpabout-policy-items {
      grid-template-columns: repeat(1, 1fr); } }
  .ldpabout .ldpabout-policy .ldpabout-policy-wrap .ldpabout-policy-items a {
    display: flex;
    height: 9.6875rem;
    padding: 1.75rem 1.25rem;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    flex: 1 0 0;
    background: var(--color-4, #2296F9);
    text-align: center; }
    .ldpabout .ldpabout-policy .ldpabout-policy-wrap .ldpabout-policy-items a img {
      width: 2.5rem;
      height: 2.5rem; }
    .ldpabout .ldpabout-policy .ldpabout-policy-wrap .ldpabout-policy-items a span {
      color: #FFF;
      text-align: center;
      /* text-body */
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }

.ldpabout .ldpabout-history {
  background: #F7F7F7;
  margin: 0;
  padding: 3.12rem 0; }
  .ldpabout .ldpabout-history .ldpabout-history-wrap .ldpabout-history-items {
    /*display: grid;
				grid-template-columns: repeat(4, 1fr);
				gap: 1.88rem;*/
    text-align: center;
    position: relative; }
    @media (max-width: 1024px) {
      .ldpabout .ldpabout-history .ldpabout-history-wrap .ldpabout-history-items {
        /*	grid-template-columns: none;
					grid-auto-flow: column;
					grid-auto-columns: 40vw;*/
        overflow: auto hidden; } }
    @media (max-width: 768px) {
      .ldpabout .ldpabout-history .ldpabout-history-wrap .ldpabout-history-items {
        /*	 grid-auto-columns: 60vw; */ } }
    .ldpabout .ldpabout-history .ldpabout-history-wrap .ldpabout-history-items:after {
      content: "";
      position: absolute;
      top: 2.5rem;
      left: 0;
      width: 100%;
      height: 1px;
      background: #000; }
    .ldpabout .ldpabout-history .ldpabout-history-wrap .ldpabout-history-items strong {
      display: block;
      color: #000;
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 3rem;
      position: relative; }
      .ldpabout .ldpabout-history .ldpabout-history-wrap .ldpabout-history-items strong:after {
        content: "";
        position: absolute;
        bottom: -2rem;
        width: 1.125rem;
        height: 1.125rem;
        flex-shrink: 0;
        background: var(--color-2, #2E3192);
        z-index: 1;
        left: 50%;
        transform: translateX(-50%); }
    .ldpabout .ldpabout-history .ldpabout-history-wrap .ldpabout-history-items span {
      background: #FFF;
      padding: 0.625rem;
      color: var(--color-5, #000);
      text-align: center;
      display: block;
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }

.ldpabout .ldpabout-duan {
  margin-bottom: 0; }
  .ldpabout .ldpabout-duan .ldpabout-duan-wrap .ldpabout-duan-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 991px) {
      .ldpabout .ldpabout-duan .ldpabout-duan-wrap .ldpabout-duan-items {
        grid-template-columns: repeat(2, 1fr); } }
    .ldpabout .ldpabout-duan .ldpabout-duan-wrap .ldpabout-duan-items a {
      display: block; }
      .ldpabout .ldpabout-duan .ldpabout-duan-wrap .ldpabout-duan-items a img {
        width: 100%; }

.ffooter {
  background: #2E3192; }
  .ffooter .ffooter-top {
    padding: 1.88rem 0;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 22% 20% 20% 28%;
    gap: 30px; }
    @media (max-width: 991px) {
      .ffooter .ffooter-top {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 768px) {
      .ffooter .ffooter-top {
        grid-template-columns: repeat(1, 1fr); } }
    .ffooter .ffooter-top > * {
      min-width: 0; }
    .ffooter .ffooter-top .ffooter-item .ffooter-name {
      color: #FFF;
      font-family: Roboto;
      font-size: 1.5625rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 1.25rem;
      display: block; }
    .ffooter .ffooter-top .ffooter-item .ffooter-title {
      color: #FFF;
      font-family: Roboto;
      font-size: 1rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      display: block;
      margin-bottom: 1.87rem; }
    .ffooter .ffooter-top .ffooter-item .ffooter-map iframe {
      width: 20.4375rem;
      height: 11.9175rem;
      margin-bottom: 1.25rem; }
    .ffooter .ffooter-top .ffooter-item .ffooter-paragraph {
      color: #FFF;
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      display: block;
      margin-bottom: 0.62rem; }
    .ffooter .ffooter-top .ffooter-item .ffooter-infos {
      display: flex;
      flex-direction: column;
      gap: 0.62rem;
      margin-bottom: 1.25rem; }
      .ffooter .ffooter-top .ffooter-item .ffooter-infos li a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.625rem; }
        .ffooter .ffooter-top .ffooter-item .ffooter-infos li a strong {
          width: 0.9375rem;
          height: 0.9375rem;
          display: flex;
          justify-content: center;
          align-items: center; }
          .ffooter .ffooter-top .ffooter-item .ffooter-infos li a strong img {
            width: 0.9375rem;
            height: 0.9375rem; }
        .ffooter .ffooter-top .ffooter-item .ffooter-infos li a span {
          color: #FFF;
          /* text-body */
          font-family: Roboto;
          font-size: 0.875rem;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
    .ffooter .ffooter-top .ffooter-item .ffooter-menu {
      margin-left: 20px;
      list-style: inherit;
      color: #FFF; }
      .ffooter .ffooter-top .ffooter-item .ffooter-menu li a {
        color: #FFF;
        /* text-body */
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
    .ffooter .ffooter-top .ffooter-item .ffooter-socials {
      display: flex;
      align-items: center;
      gap: 0.625rem;
      margin-bottom: 1.25rem; }
      .ffooter .ffooter-top .ffooter-item .ffooter-socials a {
        display: block; }
    .ffooter .ffooter-top .ffooter-item .ffooter-payments {
      display: flex;
      align-items: center;
      gap: 0.5rem; }
      .ffooter .ffooter-top .ffooter-item .ffooter-payments a {
        display: block; }
  .ffooter .ffooter-bot {
    display: flex;
    padding: 0.625rem 0rem;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: #000; }
    .ffooter .ffooter-bot p, .ffooter .ffooter-bot a {
      margin: 0;
      color: #FFF;
      text-align: center;
      /* text-body */
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }

.shop-socials {
  position: fixed;
  bottom: 35px;
  right: 15px;
  z-index: 11; }
  .shop-socials .shop-socials-items {
    display: flex;
    flex-direction: column;
    gap: 15px; }
    .shop-socials .shop-socials-items a {
      box-shadow: 0 0 1px 1.5px rgba(255, 255, 255, 0.5);
      display: block;
      border-radius: 999px; }
      .shop-socials .shop-socials-items a img {
        width: 2.8125rem;
        height: 2.8125rem; }

.topbar-socials {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0.62rem; }

.mainHeader_temp02 .menuList-submain {
  background: #2E3192 !important;
  padding: 0 20px !important; }
  .mainHeader_temp02 .menuList-submain li:not(:last-child) {
    border-bottom: 1px solid #F5F5F5 !important; }
  .mainHeader_temp02 .menuList-submain li:last-child {
    border-bottom: none !important; }
  .mainHeader_temp02 .menuList-submain li a {
    padding: 15px 0 !important;
    color: #FFF !important; }
    .mainHeader_temp02 .menuList-submain li a:hover {
      color: #F48221 !important; }
    .mainHeader_temp02 .menuList-submain li a svg {
      right: 0 !important; }

.modal-popupContact .close-popup-contact {
  background: #2E3192;
  top: -15px !important;
  right: -15px !important; }

.mcollection-filter .wrapper_layered_filter .layered_filter_parent {
  display: block !important; }
  .mcollection-filter .wrapper_layered_filter .layered_filter_parent .layered_filter_container .layered_filter_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.63rem;
    padding: 0;
    border: none;
    margin-bottom: 2.37rem; }
    .mcollection-filter .wrapper_layered_filter .layered_filter_parent .layered_filter_container .layered_filter_title .title_filter {
      background: #EFEEEE;
      display: flex;
      padding: 0.625rem;
      align-items: flex-start;
      gap: 0.625rem;
      color: #000;
      font-family: Roboto;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase; }
    .mcollection-filter .wrapper_layered_filter .layered_filter_parent .layered_filter_container .layered_filter_title .filter_group_block {
      padding: 0; }
      .mcollection-filter .wrapper_layered_filter .layered_filter_parent .layered_filter_container .layered_filter_title .filter_group_block .btn_clear_filter {
        background: transparent;
        border: none;
        outline: none;
        padding: 0;
        box-shadow: none;
        margin: 0;
        display: block;
        display: flex;
        padding: 0.625rem;
        align-items: center;
        gap: 0.625rem;
        background: #EFEEEE;
        color: #000;
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
  .mcollection-filter .wrapper_layered_filter .layered_filter_parent .layered_filter_container .layered_filter_group {
    display: flex;
    flex-direction: column;
    gap: 0.62rem; }
    .mcollection-filter .wrapper_layered_filter .layered_filter_parent .layered_filter_container .layered_filter_group .filter_group {
      background: #EFEEEE; }
      .mcollection-filter .wrapper_layered_filter .layered_filter_parent .layered_filter_container .layered_filter_group .filter_group .filter_group_block {
        padding: 1.06rem 0.625rem; }
        .mcollection-filter .wrapper_layered_filter .layered_filter_parent .layered_filter_container .layered_filter_group .filter_group .filter_group_block .filter_group-subtitle {
          margin: 0; }
          .mcollection-filter .wrapper_layered_filter .layered_filter_parent .layered_filter_container .layered_filter_group .filter_group .filter_group_block .filter_group-subtitle span {
            color: #000;
            font-family: Roboto;
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
            position: relative;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center; }
            .mcollection-filter .wrapper_layered_filter .layered_filter_parent .layered_filter_container .layered_filter_group .filter_group .filter_group_block .filter_group-subtitle span:after {
              content: "+";
              display: block; }
        .mcollection-filter .wrapper_layered_filter .layered_filter_parent .layered_filter_container .layered_filter_group .filter_group .filter_group_block .filter_group-content {
          display: none;
          margin-top: 10px; }

#preOrder-modal .modal-content {
  border-radius: 0.625rem;
  background: #FFF;
  min-width: 640px; }
  @media (max-width: 768px) {
    #preOrder-modal .modal-content {
      min-width: auto;
      max-width: 480px; } }
  @media (max-width: 480px) {
    #preOrder-modal .modal-content {
      min-width: auto;
      max-width: 360px; } }
  #preOrder-modal .modal-content .modal-body {
    padding: 1.88rem;
    border-radius: 0.625rem;
    overflow: hidden; }
    #preOrder-modal .modal-content .modal-body > h5 {
      color: #000;
      font-family: Roboto;
      font-size: 1.275rem;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-align: center;
      margin-bottom: 1.25rem;
      padding-bottom: 1.25rem;
      position: relative;
      white-space: nowrap; }
      #preOrder-modal .modal-content .modal-body > h5:after {
        content: "";
        width: 6.5625rem;
        height: 0.125rem;
        background: #000;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
    #preOrder-modal .modal-content .modal-body .preOrder-modal-wrap form {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.25rem; }
      @media (max-width: 480px) {
        #preOrder-modal .modal-content .modal-body .preOrder-modal-wrap form {
          grid-template-columns: 1fr; } }
      #preOrder-modal .modal-content .modal-body .preOrder-modal-wrap form > * {
        min-width: 0; }
      #preOrder-modal .modal-content .modal-body .preOrder-modal-wrap form input, #preOrder-modal .modal-content .modal-body .preOrder-modal-wrap form textarea {
        background: transparent;
        border: none;
        outline: none;
        padding: 0;
        box-shadow: none;
        display: flex;
        padding: 0.9375rem 0.875rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.625rem;
        align-self: stretch;
        border-radius: 6.25rem;
        border: 1px solid #CFCFCF;
        color: #6B7280;
        /* text-body */
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
        #preOrder-modal .modal-content .modal-body .preOrder-modal-wrap form input.span2, #preOrder-modal .modal-content .modal-body .preOrder-modal-wrap form textarea.span2 {
          grid-column: span 2; }
        #preOrder-modal .modal-content .modal-body .preOrder-modal-wrap form input::placeholder, #preOrder-modal .modal-content .modal-body .preOrder-modal-wrap form textarea::placeholder {
          color: #6B7280;
          /* text-body */
          font-family: Roboto;
          font-size: 0.875rem;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
      #preOrder-modal .modal-content .modal-body .preOrder-modal-wrap form textarea {
        border-radius: 0.75rem;
        border: 1px solid #CFCFCF;
        min-height: 6.5rem; }
      #preOrder-modal .modal-content .modal-body .preOrder-modal-wrap form button {
        grid-column: span 2;
        background: transparent;
        border: none;
        outline: none;
        padding: 0;
        box-shadow: none;
        display: flex;
        padding: 0.9375rem 1.25rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        align-self: stretch;
        background: var(--color-4, #2296F9);
        text-align: center;
        width: 100%;
        color: #FFF;
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase; }
        #preOrder-modal .modal-content .modal-body .preOrder-modal-wrap form button:hover {
          background: #F48221; }

.product-item .product-item-wrap .product-item-detail .product-item-detail-content {
  display: none; }

.shop-socials .shop-socials-items a {
  box-shadow: 0 0 1px 1.5px rgba(0, 0, 0, 0.1); }

button[data-toggle="tooltip"]:hover:before,
li a[data-toggle="tooltip"]:hover:before {
  border: solid;
  border-color: transparent transparent transparent #333;
  border-width: 6px 6px 6px 6px;
  content: "";
  left: -5px;
  bottom: 10px;
  position: absolute; }

li a[data-toggle="tooltip"]:hover:after,
button[data-toggle="tooltip"]:hover:after {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: #333;
  border-radius: 5px;
  color: #fff;
  content: attr(data-original-title);
  margin: 0;
  font-size: 13px;
  min-width: 80px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: max-content;
  padding: 0 5px;
  left: auto;
  right: calc(100% + 5px); }

li a[data-toggle="tooltip"]:hover:after {
  top: 9px;
  right: calc(100% + 8px); }

li a[data-toggle="tooltip"]:hover:before {
  top: 18px;
  bottom: auto;
  left: -8px; }

button[data-togglenew="tooltip"]:hover:before {
  border: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 6px 6px 6px 6px;
  content: "";
  left: calc(50% - 6px);
  bottom: auto;
  top: -10px;
  position: absolute; }

button[data-togglenew="tooltip"]:hover:after {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: #333;
  border-radius: 5px;
  color: #fff;
  content: attr(data-original-title);
  margin: 0;
  font-size: 13px;
  padding: 0;
  min-width: 80px;
  width: max-content;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  left: 50%;
  transform: translatex(-50%);
  position: absolute;
  top: -40px;
  bottom: auto; }

a[data-tooltip="tooltip"]:hover:after {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: #333;
  border-radius: 5px;
  color: #fff;
  content: attr(data-original-title);
  margin: 0;
  font-size: 13px;
  padding: 0;
  min-width: 80px;
  width: max-content;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  left: 50%;
  transform: translatex(-50%);
  position: absolute;
  top: auto;
  bottom: -35px; }

a[data-tooltip="tooltip"]:hover:before {
  border: solid;
  border-color: transparent #be000000 #333 transparent;
  border-width: 6px 6px 6px 6px;
  content: "";
  left: calc(50% - 6px);
  bottom: -5px;
  position: absolute; }

.fcontent1 {
  font-size: 15px; }

.ldpabout-history-items .slick-prev {
  left: 0;
  top: 20px;
  color: #fff;
  font-size: 40px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  display: flex;
  align-items: initial; }

.ldpabout-history-items .slick-next {
  right: 0;
  left: initial !important;
  top: 20px;
  color: #fff;
  font-size: 40px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  display: flex;
  align-items: initial; }

.ldpabout .ldpabout-history .ldpabout-history-wrap .ldpabout-history-items span {
  margin: 0 10px; }

.topbar-socials img {
  width: 30px;
  height: 30px; }

.product-sw-select-item-span {
  margin: 0;
  color: #2E3192;
  font-weight: 550;
  font-size: 15px; }

@media (min-width: 1025px) {
  .home-cols .home-cols-wrap .home-cols-items .home-cols-item .home-cols-item-content h3 {
    min-height: 48px; }
  .home-review .home-review-wrap .home-review-items .home-review-item .home-review-item-wrap p {
    font-size: 17px;
    line-height: 22px; }
  .article-item .article-item-wrap .article-item-detail .article-item-detail-content,
  .ffooter .ffooter-top .ffooter-item .ffooter-infos li a span {
    font-size: 16px; }
  .ffooter .ffooter-top .ffooter-item .ffooter-menu li a, .ldpabout .ldpabout-history .ldpabout-history-wrap .ldpabout-history-items span {
    font-size: 14px; }
  .fcontent1 {
    font-size: 17px;
    text-align: justify; } }

.mainHeader.hSticky .header-wrap-menu .menuList-main > li > a:hover {
  opacity: 1;
  color: #F48221; }

.main-product .main-product-wrap .main-product-right .main-product-swatch .product-sw-line .product-sw-select .product-sw-title {
  min-width: 0; }

.product-sw-select-item-span {
  margin-left: 2px; }

.main-product .main-product-wrap .main-product-right .main-product-swatch input[name="option1"] {
  display: none; }

div[data-option="option2"], div[data-option="option3"] {
  display: none; }

.main-product .main-product-wrap .main-product-right .main-product-swatch div[data-option="option1"] {
  display: flex;
  align-items: center;
  vertical-align: middle; }

.main-product .main-product-wrap .main-product-right .main-product-swatch div[data-option="option1"] .select-swap {
  margin-left: 5px; }

.home-cols .home-cols-wrap .home-cols-items .home-cols-item {
  margin-bottom: 10px; }

@keyframes shine {
  100% {
    left: 125%; } }

.product-item .product-item-wrap .product-item-detail h3:hover a {
  color: #f05323; }

.product-item .product-item-wrap .product-item-detail h3 a {
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 27px; }

.product-item-top-image a {
  position: relative;
  overflow: hidden;
  display: block; }

.product-item-top-image a::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2; }

.product-item-top-image a:hover:before {
  -webkit-animation: shine 1.2s;
  animation: shine 1.2s; }

@media (max-width: 767px) {
  .mcollection .mcollection-list {
    margin-top: 0; }
  .mcollection .mcollection-list .mcollection-list-items li {
    padding: 10px 4px;
    min-width: 156px; }
  .mcollection .mcollection-list .mcollection-list-items li a {
    font-size: 11px; }
  .mcollection-filter .wrapper_layered_filter .layered_filter_parent .layered_filter_container .layered_filter_title {
    margin-bottom: 10px; }
  .mcollection .mcollection-body {
    margin-top: 25px; } }

.buton-flexs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  vertical-align: middle; }

.buttonclisk {
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-top: 2px;
  margin-bottom: 1px; }

.ldpnew .ldpnew-contact .ldpnew-contact-wrap .ldpnew-contact-content form button:hover {
  color: #2E3192 !important; }

@media (max-width: 767px) {
  .buttonclisk {
    width: 100%;
    margin-left: 10px;
    margin-top: 2px;
    margin-bottom: 1px; }
  .home-policy .home-policy-wrap .home-policy-items .home-policy-item .home-policy-item-image {
    margin-bottom: 10px; }
  .home-policy .home-policy-wrap .home-policy-items {
    gap: 15px; }
  .home-policy .home-policy-wrap .home-policy-items .home-policy-item p,
  .ffooter .ffooter-top .ffooter-item .ffooter-infos li a span,
  .ffooter .ffooter-top .ffooter-item .ffooter-menu li a {
    font-size: 14px; }
  .home-policy .home-policy-wrap .home-policy-items .home-policy-item strong {
    font-size: 15px; }
  .home-review .home-review-wrap .home-review-items .home-review-item .home-review-item-wrap p {
    font-size: 15px; }
  .article-item .article-item-wrap .article-item-detail .article-item-detail-content {
    font-size: 14px; }
  .ffooter .ffooter-top .ffooter-item .ffooter-menu li {
    line-height: 22px; }
  .ldpabout-history-items .slick-next {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 25px; }
  .ldpabout-history-items .slick-prev {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 25px; } }

.ffooter .ffooter-top .ffooter-item .ffooter-menu li a:hover,
.ldpabout .ldpabout-history .ldpabout-history-wrap .ldpabout-history-items span:hover,
.ffooter .ffooter-top .ffooter-item .ffooter-infos li a:hover span,
.mainHeader.hSticky .header-wrap-menu .menuList-main > li > a:hover {
  color: #f05323; }

.main-product .main-product-wrap .main-product-right .main-product-swatch > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.88rem;
  margin: 1.88rem 0; }

.ldpnew .ldpnew-contact .ldpnew-contact-wrap .ldpnew-contact-content form .contact-form textarea {
  background: transparent;
  outline: none;
  box-shadow: none;
  display: flex;
  padding: 0.9375rem 0.875rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 6.25rem;
  border: 1px solid #FFF;
  width: 100%;
  color: #FFF;
  font-family: Roboto;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  grid-column: span 2; }

.main-product .main-product-wrap .main-product-right .main-product-swatch input {
  display: none; }

.ldpnew .ldpnew-contact .ldpnew-contact-wrap .ldpnew-contact-content form .contact-form textarea::placeholder {
  color: #fff; }

#fb-root .fb_dialog {
  display: none !important; }

.main-product .main-product-wrap .main-product-right .main-product-swatch .hiddens {
  display: none !important; }

section.ldpabout-bancon.ldpabout-bancon-2 .ftitle1 {
  font-size: 1.975rem; }

.ldpabout .ldpabout-duan .ldpabout-duan-wrap .ldpabout-duan-items a span {
  padding: 10px;
  background: #2296f9;
  color: #ffffff;
  transform-origin: 50% 50% 0px;
  opacity: 1;
  position: absolute;
  bottom: 10px;
  width: 80%;
  left: 30px;
  right: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  text-align: center;
  box-shadow: rgba(92, 92, 92, 0.04) 0px 12px 27px 0px, rgba(92, 92, 92, 0.03) 0px 48px 48px 0px, rgba(92, 92, 92, 0.02) 0px 109px 65px 0px, rgba(92, 92, 92, 0.01) 0px 194px 77px 0px, rgba(92, 92, 92, 0) 0px 303px 85px 0px;
  font-size: 19px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }

.ldpabout .ldpabout-duan .ldpabout-duan-wrap .ldpabout-duan-items a {
  position: relative;
  overflow: hidden; }
  .ldpabout .ldpabout-duan .ldpabout-duan-wrap .ldpabout-duan-items a img {
    width: 100%;
    transition: scale 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .ldpabout .ldpabout-duan .ldpabout-duan-wrap .ldpabout-duan-items a:hover span.title-news {
    opacity: 1;
    visibility: visible; }
  .ldpabout .ldpabout-duan .ldpabout-duan-wrap .ldpabout-duan-items a:hover img {
    scale: 1.08; }

@media (min-width: 768px) {
  .ldpabout .ldpabout-bancon.ldpabout-bancon-2.not-orser .ldpabout-bancon-wrap .ldpabout-bancon-content {
    order: initial; } }

@media (max-width: 991px) {
  .box-map-contact iframe {
    height: auto;
    width: 100%; }
  .layout-pageContact .wrapbox-content-contact {
    margin: 15px; }
  .ldpabout .ldpabout-duan .ldpabout-duan-wrap .ldpabout-duan-items a span {
    padding: 5px;
    background: #2296f9;
    color: #ffffff;
    transform-origin: 50% 50% 0px;
    opacity: 1;
    position: absolute;
    bottom: 5px;
    width: 70%;
    left: 5px;
    right: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    text-align: center;
    box-shadow: rgba(92, 92, 92, 0.04) 0px 12px 27px 0px, rgba(92, 92, 92, 0.03) 0px 48px 48px 0px, rgba(92, 92, 92, 0.02) 0px 109px 65px 0px, rgba(92, 92, 92, 0.01) 0px 194px 77px 0px, rgba(92, 92, 92, 0) 0px 303px 85px 0px;
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s; }
  .wrapper-bodycontact .wrapbox-content-left {
    padding-right: 0px;
    margin-top: 10px;
    padding-left: 0; } }

.home-slider .home-slider-items .home-slider-item .home-slider-item-content p {
  font-size: 16px; }

@media (min-width: 1025px) {
  .ffooter .ffooter-top .ffooter-item .ffooter-menu li a, .ldpabout .ldpabout-history .ldpabout-history-wrap .ldpabout-history-items span {
    font-size: 15px; }
  .main-product .main-product-wrap .main-product-right h1 {
    font-size: 22px; }
  .main-product .main-product-wrap .main-product-right .main-product-info > * strong,
  .layout-pageContact .wrapbox-content-contact .box-info-contact .infoList-contact strong {
    font-size: 15px; }
  .main-product .main-product-description .main-product-description-left .main-product-description-left-head li span,
  .layout-pageContact .wrapbox-content-contact .box-info-contact .infoList-contact p {
    font-size: 16px; }
  .layout-pageContact .layout-pageContact-breadcrumb h1 {
    font-size: 32px; }
  .ldpabout .ldpabout-bancon.ldpabout-bancon-2 .ldpabout-bancon-wrap .ldpabout-bancon-content {
    margin: auto 0; } }

@media (max-width: 767px) {
  body, html {
    overflow-x: hidden; }
  .home-slider-items .slick-arrow {
    display: none !important; }
  .home-slider .home-slider-items .slick-dots {
    text-align: center !important;
    left: 0;
    right: 0; } }

.fbutton1mobile {
  display: none; }
  @media (max-width: 767px) {
    .fbutton1mobile {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 8; } }

.home-fsale .home-fsale-wrap .home-fsale-more a {
  background: #fff;
  border-color: #2E3192;
  color: #2E3192; }
  .home-fsale .home-fsale-wrap .home-fsale-more a svg {
    fill: #2E3192;
    color: #2E3192; }
    .home-fsale .home-fsale-wrap .home-fsale-more a svg * {
      fill: #2E3192;
      color: #2E3192; }
  .home-fsale .home-fsale-wrap .home-fsale-more a:hover {
    background: #2296f9;
    border-color: #2296f9;
    color: #fff; }
    .home-fsale .home-fsale-wrap .home-fsale-more a:hover svg {
      fill: #fff;
      color: #fff; }
      .home-fsale .home-fsale-wrap .home-fsale-more a:hover svg * {
        fill: #fff;
        color: #fff; }

.wrapper-quickview .productDetail--content .wrapbox-detail button {
  display: flex;
  padding: 0.9375rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  width: 100%;
  margin: 1.88rem 0;
  background: #C40000;
  border: 1px solid #C40000;
  color: #FFF;
  font-family: Roboto;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  cursor: pointer; }

.wrapper-quickview .productDetail--content .wrapbox-detail .main-product-info {
  display: flex;
  gap: 1.88rem;
  margin-bottom: 1.88rem; }

.wrapper-quickview .productDetail--content .wrapbox-detail .main-product-info > *:not(:last-child) {
  padding-right: 1.88rem;
  border-right: 1px solid #7E8A96; }

.wrapper-quickview .productDetail--content .wrapbox-detail .main-product-info > * strong {
  font-size: 15px; }

.wrapper-quickview .productDetail--content .wrapbox-detail .main-product-info > * span {
  color: var(--color-2, #2E3192);
  font-family: Roboto;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.product--image.product-item-top-image {
  position: relative;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex; }

.product--image.product-item-top-image .lazy-img {
  position: relative;
  width: 100%;
  height: 0;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  padding-bottom: 105%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.product--image.product-item-top-image .lazy-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  object-fit: contain;
  transform: translate(-50%, -50%);
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  max-height: 100%; }

.product--image.product-item-top-image .lazy-img.second-image {
  transform: translate(10px);
  -ms-transform: translate(10px);
  -webkit-transform: translate(10px); }

@media (min-width: 992px) {
  .product-item-wrap:hover .product--image.product-item-top-image .first-image {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translate(calc(-100% - 5px));
    -ms-transform: translate(calc(-100% - 5px));
    -webkit-transform: translate(calc(-100% - 5px)); }
  .product-item-wrap:hover .product--image.product-item-top-image .second-image {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(-100%);
    -ms-transform: translate(-100%);
    -webkit-transform: translate(-100%); } }

#owlProduct-related .product-item .product-item-wrap .product-item-top {
  margin: 0 5px; }
