.topbarid {
  text-align: center;
  background: #56A35F;
  color: #fff;
  padding: 10px 0;
  font-weight: bold; }
  @media (max-width: 767px) {
    .topbarid {
      font-size: 12px; } }

.mebubarcheck {
  cursor: pointer;
  font-size: 16px;
  display: inline-flex;
  height: 40px;
  padding: 0 5px;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  width: 86px; }

.menu-bars {
  display: flex;
  align-items: center; }
  .menu-bars a:nth-child(2) {
    font-size: 16px;
    margin-left: 50px; }
    @media (max-width: 991px) {
      .menu-bars a:nth-child(2) {
        display: none; } }

#catindexnew .flexnew {
  display: flex;
  flex-wrap: wrap; }
  #catindexnew .flexnew > div {
    width: calc(100%/2);
    position: relative; }
    @media (max-width: 767px) {
      #catindexnew .flexnew > div {
        width: calc(100%); } }

#catindexnew .flexsmall {
  display: flex;
  flex-wrap: wrap;
  height: 100%; }
  #catindexnew .flexsmall > div {
    position: relative;
    width: 100%; }
    #catindexnew .flexsmall > div:nth-child(2), #catindexnew .flexsmall > div:nth-child(3) {
      width: calc(100%/2); }
  #catindexnew .flexsmall img {
    height: 100%; }

#catindexnew .shopinfo a {
  position: absolute;
  bottom: 31px;
  left: 30px;
  border: 2px solid #000;
  font-size: 20px;
  border-radius: 40px;
  padding: 6px 35px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    #catindexnew .shopinfo a {
      font-size: 12px;
      left: 10px;
      padding: 6px 15px; } }
  #catindexnew .shopinfo a:hover {
    background: rgba(255, 255, 255, 0.85);
    color: #000; }

.home_list_story .wrapper_story .content .btn-action a {
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  margin-top: 20px;
  border: 1px solid #000;
  border-radius: 40px; }
  .home_list_story .wrapper_story .content .btn-action a:hover {
    background-color: #000;
    color: #fff; }

.form_newsletter button {
  background: #fff;
  border: 1px solid #000;
  padding: 0 20px;
  border-radius: 95px;
  text-transform: uppercase;
  height: 41px;
  font-size: 16px;
  border-color: #000 !important; }
  .form_newsletter button:hover {
    background: #000;
    color: #fff; }

.section_subscribe {
  padding: 40px 0 0 0; }
  .section_subscribe .contact-form .input-group input {
    border: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    background: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0; }

@media (min-width: 992px) {
  .section_subscribe {
    padding: 50px 0; }
    .section_subscribe .contact-form .input-group input {
      width: 80%;
      font-size: 16px; } }

#fifth-banner-slide .pro-name {
  text-align: left;
  display: block;
  width: 100%;
  padding: 5px 28px; }

.menuul > li:first-child a {
  font-weight: bold !important; }

.menuul > li a.redcolor {
  color: red; }

.product-detail .box-pro-detail {
  flex-wrap: wrap; }
  .product-detail .box-pro-detail > div {
    width: 100%; }

.labeltag {
  background: #ccc;
  background: #ccc;
  position: absolute;
  right: 8px;
  top: 7px;
  z-index: 1;
  padding: 0px 5px;
  font-size: 11px;
  min-width: 70px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase; }

.banner-collection-header {
  position: relative; }
  .banner-collection-header .container-fluid {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .banner-collection-header .container-fluid .flexinfo {
      display: flex;
      justify-content: space-between;
      width: 100%;
      align-items: center;
      flex-wrap: wrap; }
      @media (min-width: 992px) {
        .banner-collection-header .container-fluid .flexinfo > div {
          width: 50%; } }
      @media (min-width: 1000px) {
        .banner-collection-header .container-fluid .flexinfo {
          padding: 0 40px; } }
      @media (max-width: 767px) {
        .banner-collection-header .container-fluid .flexinfo > div {
          width: 100%;
          text-align: center;
          margin-top: 15px; } }
      .banner-collection-header .container-fluid .flexinfo .title {
        font-size: 48px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 48px; }
        @media (min-width: 1920px) {
          .banner-collection-header .container-fluid .flexinfo .title {
            font-size: 100px;
            line-height: 100px; } }
        @media (max-width: 991px) {
          .banner-collection-header .container-fluid .flexinfo .title {
            font-size: 32px; } }
      .banner-collection-header .container-fluid .flexinfo .catecollection p, .banner-collection-header .container-fluid .flexinfo .catecollection span {
        line-height: 1.5; }
      @media (min-width: 992px) {
        .banner-collection-header .container-fluid .flexinfo .catecollection {
          text-align: right; } }
      @media (max-width: 767px) {
        .banner-collection-header .container-fluid .flexinfo .catecollection {
          text-align: right;
          margin-right: 0; }
          .banner-collection-header .container-fluid .flexinfo .catecollection p, .banner-collection-header .container-fluid .flexinfo .catecollection p * {
            font-size: 14px !important;
            text-align: center !important; } }
      .banner-collection-header .container-fluid .flexinfo .catecollection a {
        display: inline-block;
        border: 1px solid #000;
        padding: 5px 20px;
        border-radius: 34px;
        margin-bottom: 8px;
        font-size: 15px; }
        .banner-collection-header .container-fluid .flexinfo .catecollection a:hover {
          color: #000;
          background: #fff; }

@media (max-width: 767px) {
  #site-header .row.flex-div {
    margin: 0;
    display: flex;
    align-items: center; }
  html:not(.sticky-header) .main-header .wrap-logo a img {
    margin: auto;
    margin-right: 10px;
    width: 55px; }
  #site-header .flex-div > div {
    width: calc(100%/3) !important; }
  #site-header .flex-div .col-xs-1 {
    text-align: left; }
  #site-header .flex-div .col-xs-4.text-right {
    padding: 0;
    padding-right: 7px; }
  .mebubarcheck {
    width: initial; } }

.noeall {
  border: none !important; }

.social-list2 {
  display: flex; }
  .social-list2.hidden-lg {
    justify-content: center; }
  .social-list2 > a {
    display: block;
    width: 35px;
    margin-right: 10px; }

@media (min-width: 992px) and (max-width: 1024px) {
  .sticky-header .main-header #topbar {
    padding: 0; } }

.iconnew {
  width: 17px;
  vertical-align: baseline; }

.banner-collection-header img {
  object-fit: contain;
  width: 100%; }

.product-block {
  position: relative; }

#catindexnew img {
  width: 100%; }

.home_list_story .wrapper_story .content .title h5 {
  line-height: 1.3; }

.article-title-e h2 {
  line-height: 1.5; }

@media (max-width: 767px) {
  .article-title-e h2 {
    line-height: 1.5;
    font-weight: bold;
    padding: 0 30px;
    height: initial; }
  .home_list_story .flex-item {
    display: flex;
    flex-direction: column; } }

#catindexnew .flexsmall img {
  object-fit: cover; }

.menuul > li.year-end-sale a,
.menuul > li.year-end-sale .arrow_iconmenu,
.menuul > li.year-end-sale .arrow_iconmenu i {
  color: red; }

/*-----------------------------------------------------*/
/*----- CUS NEW 11.11.2025 -----*/
/*-----------------------------------------------------*/
@keyframes popoverTheLookDot {
  from {
    opacity: 0.6;
    transform: scale(0.6); }
  to {
    opacity: 0;
    transform: scale(1.2); } }

.animated-background, .loading-mask .loading-mask__image .mask-line, .loading-mask .loading-mask__detail .mask-line, .section-lookbooks .list-lookbooks-loading .mask-line {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  position: relative; }

.loading-mask .loading-mask__image {
  position: relative;
  overflow: hidden;
  width: 100%; }

.loading-mask .loading-mask__detail {
  padding: 10px; }

.loading-mask .loading-mask__detail .mask-line {
  height: 10px;
  width: 100%;
  border-radius: 8px;
  margin: 4px 0; }
  .loading-mask .loading-mask__detail .mask-line:nth-child(2) {
    width: 80%; }
  .loading-mask .loading-mask__detail .mask-line:nth-child(3) {
    width: 65%; }

@media (min-width: 1024px) {
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px; } }

.main-header {
  padding: 12px 0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99; }
  .main-header .wrap-logo {
    text-align: left; }
    .main-header .wrap-logo img {
      margin: 0 !important; }
  .main-header .menu-header {
    display: none; }
    .main-header .menu-header .navbar-mainmenu .menuList-main {
      margin: 0;
      display: flex;
      align-items: center;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap; }
      .main-header .menu-header .navbar-mainmenu .menuList-main > li {
        display: inline-block;
        position: relative; }
        .main-header .menu-header .navbar-mainmenu .menuList-main > li > a {
          opacity: 0.85;
          position: relative;
          z-index: 2;
          display: block;
          padding: 15px 4px;
          width: 100%;
          letter-spacing: 0.75px;
          font-weight: 600;
          font-size: 14px;
          -webkit-transition: none;
          transition: none; }
          .main-header .menu-header .navbar-mainmenu .menuList-main > li > a svg {
            display: inline-block;
            vertical-align: middle;
            margin-left: 0;
            -webkit-transition: transform .2s;
            -moz-transition: transform .2s;
            -o-transition: transform .2s;
            transition: transform .2s; }
        .main-header .menu-header .navbar-mainmenu .menuList-main > li.active a, .main-header .menu-header .navbar-mainmenu .menuList-main > li.active a:focus {
          opacity: 1; }
        .main-header .menu-header .navbar-mainmenu .menuList-main > li:hover > a, .main-header .menu-header .navbar-mainmenu .menuList-main > li.active:hover a {
          opacity: 1; }
        .main-header .menu-header .navbar-mainmenu .menuList-main > li:hover:before {
          -webkit-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transform-origin: 0%;
          transform-origin: 0%; }
        .main-header .menu-header .navbar-mainmenu .menuList-main > li:hover > a svg {
          opacity: 1;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
      .main-header .menu-header .navbar-mainmenu .menuList-main li.has-submenu .menuList-submain {
        background: #fff;
        min-width: 230px;
        max-width: 180%;
        padding: 12px 0;
        position: absolute;
        z-index: 99;
        top: 150%;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .main-header .menu-header .navbar-mainmenu .menuList-main li.has-submenu .menuList-submain ul.menuList-submain {
        left: 100%;
        top: 0;
        padding-left: 10px;
        padding-right: 10px; }
      .main-header .menu-header .navbar-mainmenu .menuList-main li.has-submenu:hover > .menuList-submain {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .main-header .menu-header .navbar-mainmenu .menuList-main > li > a {
          font-size: 13px; } }
    .main-header .menu-header .navbar-mainmenu .menuList-submain li {
      position: relative; }
      .main-header .menu-header .navbar-mainmenu .menuList-submain li a {
        padding: 5px 22px;
        text-align: left;
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: var(--shop-color-text);
        opacity: 0.85; }
      .main-header .menu-header .navbar-mainmenu .menuList-submain li a svg {
        width: 15px;
        position: absolute;
        right: 15px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: right 0.3s ease-in-out;
        -ms-transition: right 0.3s ease-in-out;
        transition: right 0.3s ease-in-out; }
      .main-header .menu-header .navbar-mainmenu .menuList-submain li a:hover svg {
        right: 10px;
        opacity: 0.8; }
    .main-header .menu-header .navbar-mainmenu .menuList-submain li.has-submenu {
      padding-right: 30px; }
    .main-header .menu-header .navbar-mainmenu .menuList-submain li a:hover, .main-header .menu-header .navbar-mainmenu .menuList-submain li a:hover i {
      opacity: 1; }
  .main-header .wrapper-header {
    display: flex;
    align-items: center; }
    .main-header .wrapper-header .logo-header {
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
      padding: 0 5px 0 0; }
    .main-header .wrapper-header .actions-header {
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%; }
  .main-header .header-wrap-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px; }
    .main-header .header-wrap-icon span {
      margin: 0; }
    .main-header .header-wrap-icon .icon-header svg {
      width: auto;
      height: auto;
      fill: none; }
    .main-header .header-wrap-icon .icon-header > a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px; }
    .main-header .header-wrap-icon .icon-header.icon-cart {
      position: relative; }
      .main-header .header-wrap-icon .icon-header.icon-cart .count-holder {
        display: inline-block;
        vertical-align: top;
        background: #ff0000;
        color: #fff;
        font-size: 10px;
        font-weight: 500;
        text-align: center;
        position: absolute;
        left: 10px;
        top: -7px;
        padding: 0px 3px;
        min-width: 16px;
        height: 16px;
        line-height: 16px;
        border-radius: 50%; }
        .main-header .header-wrap-icon .icon-header.icon-cart .count-holder span {
          color: #fff; }
    .main-header .header-wrap-icon .icon-menumb svg {
      width: auto;
      height: auto;
      fill: #000; }
  @media (min-width: 992px) {
    .main-header {
      padding: 0; }
      .main-header .wrap-logo {
        text-align: center; }
        .main-header .wrap-logo img {
          margin: auto !important; }
      .main-header .menu-header {
        display: block; }
      .main-header .wrapper-header .menu-header, .main-header .wrapper-header .actions-header {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%; }
      .main-header .wrapper-header .logo-header {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 5px; }
      .main-header .header-wrap-icon .icon-header > a {
        width: 40px;
        height: 40px; }
      .main-header .header-wrap-icon .icon-menumb {
        display: none; } }

.section {
  overflow: hidden; }
  .section .swiper-nav {
    display: flex;
    align-items: center;
    align-content: center; }
    .section .swiper-nav .swiper-button {
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      cursor: pointer; }
      .section .swiper-nav .swiper-button svg {
        width: 16px;
        height: 16px;
        display: block;
        margin: auto; }
      .section .swiper-nav .swiper-button:first-child {
        transform: rotate(180deg); }
      .section .swiper-nav .swiper-button.swiper-button-disabled svg {
        fill: #959595;
        cursor: default; }
  .section .s-heading h2 {
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase; }
  .section .s-inner {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .section .s-inner > div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  @media (min-width: 768px) {
    .section .s-heading h2 {
      font-size: 28px; } }

.section-video {
  padding: 0 0 16px; }
  .section-video .box-media {
    margin: 0 -15px; }
  .section-video .box-video {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: calc(9/16 * 100%); }
    .section-video .box-video video {
      -o-object-fit: cover;
      object-fit: cover;
      transform: scale(1);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media (min-width: 992px) {
    .section-video {
      padding: 45px 0; }
      .section-video .box-media {
        margin: 0; } }

.section-collection-new {
  padding: 20px 0 0; }
  .section-collection-new .box-media {
    position: relative; }
    .section-collection-new .box-media .box-banner {
      width: 100%;
      position: relative;
      overflow: hidden;
      /*padding-bottom: calc(6/16 * 100%);*/
      padding-bottom: 0; }
    @media (min-width: 992px) {
      .section-collection-new .box-media {
        height: 100%; }
        .section-collection-new .box-media .box-banner {
          height: 100%;
          padding-bottom: 0; } }
  .section-collection-new .s-heading {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 15px;
    align-items: flex-end; }
    .section-collection-new .s-heading > div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .section-collection-new .s-heading .btn-link {
      color: #000;
      text-decoration: underline; }
  .section-collection-new .s-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px 10px; }
    .section-collection-new .s-wrapper > div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .section-collection-new .grid-products {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
    .section-collection-new .grid-products .pro-loop {
      -ms-flex: 0 0 calc((100% - 10px) /2);
      flex: 0 0 calc((100% - 10px) /2);
      max-width: calc((100% - 10px) /2); }
  @media (min-width: 768px) {
    .section-collection-new .s-heading {
      flex-direction: row;
      align-items: flex-end; }
      .section-collection-new .s-heading .s-title {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 10px; }
      .section-collection-new .s-heading .s-action {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        text-align: right; } }
  @media (min-width: 992px) {
    .section-collection-new {
      padding: 40px 0 0; }
      .section-collection-new .s-heading {
        padding: 0; }
      .section-collection-new .s-wrapper.has-banner {
        flex-direction: row; }
        .section-collection-new .s-wrapper.has-banner .s-wrapper--left {
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%; }
        .section-collection-new .s-wrapper.has-banner .s-wrapper--right {
          -ms-flex: 0 0 calc(75% - 10px);
          flex: 0 0 calc(75% - 10px);
          max-width: calc(75% - 10px); }
      .section-collection-new .grid-products {
        padding: 0;
        flex-wrap: nowrap; }
        .section-collection-new .grid-products .pro-loop {
          -ms-flex: 0 0 calc((100% - (10px*3)) /4);
          flex: 0 0 calc((100% - (10px*3)) /4);
          max-width: calc((100% - (10px*3)) /4); } }

.section-lookbooks {
  padding: 10px 0; }
  .section-lookbooks .s-heading {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .section-lookbooks .s-inner {
    position: relative; }
  .section-lookbooks .lookbooks-banner {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .section-lookbooks .lookbooks-banner--photo {
      width: 100%;
      position: relative; }
      .section-lookbooks .lookbooks-banner--photo .photo-inner {
        position: relative;
        overflow: hidden;
        padding-bottom: calc(4/3 * 100%);
        width: 100%; }
      .section-lookbooks .lookbooks-banner--photo .photo-inner > img {
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .section-lookbooks .lookbooks-banner--photo .popover-dot {
        width: 20px;
        height: 20px;
        font-size: 18px;
        line-height: 12px;
        background: #fff;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        cursor: pointer;
        display: block;
        border: 0;
        outline: none;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
        opacity: 1; }
      .section-lookbooks .lookbooks-banner--photo .popover-dot:before {
        content: "";
        width: 36px;
        height: 36px;
        position: absolute;
        top: -8px;
        left: -8px;
        background: #fff;
        border-radius: 50%;
        z-index: -1;
        -webkit-animation: 1.2s popoverTheLookDot ease-in-out infinite;
        animation: 1.2s popoverTheLookDot ease-in-out infinite; }
      .section-lookbooks .lookbooks-banner--photo .popover-dot svg {
        fill: #000000;
        height: 100%;
        display: block;
        margin: 0 auto;
        width: 12px;
        opacity: 0.8; }
    .section-lookbooks .lookbooks-banner--detail {
      display: flex;
      flex-direction: column;
      gap: 4px; }
      .section-lookbooks .lookbooks-banner--detail .lookbooks--title {
        font-size: 18px;
        font-weight: 500; }
  .section-lookbooks .popover {
    z-index: 990;
    border: 0 !important;
    transform: scale(0.85); }
    .section-lookbooks .popover .popover-body {
      padding: 10px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
    .section-lookbooks .popover .popover-content {
      padding: 10px; }
    .section-lookbooks .popover .popover-product {
      cursor: pointer;
      display: flex;
      flex-wrap: nowrap; }
      .section-lookbooks .popover .popover-product .prod-img {
        width: 60px; }
        .section-lookbooks .popover .popover-product .prod-img img {
          border: 1px solid #ececec; }
      .section-lookbooks .popover .popover-product .prod-link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 990; }
      .section-lookbooks .popover .popover-product .product--detail {
        padding: 0 0px 0 12px;
        text-align: left;
        width: calc(100% - 60px); }
      .section-lookbooks .popover .popover-product .prod-title {
        font-size: 13px;
        font-weight: 600;
        margin: 0 0 4px;
        white-space: initial;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .section-lookbooks .popover .popover-product .prod-price {
        margin: 0;
        font-size: 13px;
        color: red; }
        .section-lookbooks .popover .popover-product .prod-price .price-del {
          color: #878c8f;
          text-decoration: line-through;
          font-size: 12px; }
      .section-lookbooks .popover .popover-product:hover .prod-title {
        text-decoration: underline; }
  .section-lookbooks .list-lookbooks-loading {
    display: -webkit-flex;
    display: flex;
    gap: 10px; }
    .section-lookbooks .list-lookbooks-loading > div {
      -ms-flex: 0 0 90%;
      flex: 0 0 90%;
      max-width: 90%; }
    .section-lookbooks .list-lookbooks-loading .lookbooks--title {
      height: 10px;
      width: 50%;
      border-radius: 8px; }
      .section-lookbooks .list-lookbooks-loading .lookbooks--title:nth-child(1) {
        width: 70%; }
      .section-lookbooks .list-lookbooks-loading .lookbooks--title:nth-child(2) {
        width: 50%; }
      .section-lookbooks .list-lookbooks-loading .lookbooks--title:nth-child(3) {
        width: 30%; }
    .section-lookbooks .list-lookbooks-loading .lookbooks--image {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  .section-lookbooks .swiper-conatiner:not(.swiper-initialized) .list-lookbooks-row {
    display: flex;
    gap: 10px; }
    .section-lookbooks .swiper-conatiner:not(.swiper-initialized) .list-lookbooks-row::-webkit-scrollbar {
      display: none; }
    .section-lookbooks .swiper-conatiner:not(.swiper-initialized) .list-lookbooks-row > div {
      -ms-flex: 0 0 90%;
      flex: 0 0 90%;
      max-width: 90%; }
  @media (min-width: 992px) {
    .section-lookbooks {
      padding: 40px 0; }
      .section-lookbooks .s-heading {
        text-align: center;
        justify-content: center; }
      .section-lookbooks .swiper-nav .swiper-button {
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        margin: auto;
        color: #fff;
        display: inline-flex;
        align-items: center;
        background: #fff;
        border-radius: 50%; }
        .section-lookbooks .swiper-nav .swiper-button.swiper-next {
          right: 0;
          left: auto; }
        .section-lookbooks .swiper-nav .swiper-button.swiper-prev {
          left: 0;
          right: auto; }
      .section-lookbooks .popover {
        transform: scale(1); }
        .section-lookbooks .popover .popover-product .prod-img {
          width: 80px; }
        .section-lookbooks .popover .popover-product .product--detail {
          width: calc(100% - 80px); }
      .section-lookbooks .list-lookbooks-loading {
        padding-left: 0; }
        .section-lookbooks .list-lookbooks-loading > div {
          -ms-flex: 0 0 calc((100% - (10px*2)) /3);
          flex: 0 0 calc((100% - (10px*2)) /3);
          max-width: calc((100% - (10px*2)) /3); }
      .section-lookbooks .swiper-conatiner:not(.swiper-initialized) .list-lookbooks-row > div {
        -ms-flex: 0 0 calc((100% - (10px*2)) /3);
        flex: 0 0 calc((100% - (10px*2)) /3);
        max-width: calc((100% - (10px*2)) /3); } }

.section-banner-bst {
  padding: 10px 0; }
  .section-banner-bst .box-media {
    position: relative; }
    .section-banner-bst .box-media .box-banner {
      width: 100%;
      position: relative;
      overflow: hidden; }
      .section-banner-bst .box-media .box-banner img {
        /*-o-object-fit: cover;
        object-fit: cover; 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;*/
        width: 100%;
        transition: all 0.5s; }
    .section-banner-bst .box-media .box-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media (min-width: 992px) {
      .section-banner-bst .box-media:hover img {
        transform: scale(1.08); } }
  .section-banner-bst .listing-banners {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .section-banner-bst .listing-banners > div {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  @media (min-width: 768px) {
    .section-banner-bst {
      padding: 40px 0; }
      .section-banner-bst .listing-banners {
        flex-direction: row; }
        .section-banner-bst .listing-banners > div {
          -ms-flex: 0 0 calc((100% - 10px) /2);
          flex: 0 0 calc((100% - 10px) /2);
          max-width: calc((100% - 10px) /2); } }

@media (min-width: 1024px) {
  #homepage_slider {
    height: 100%; }
    #homepage_slider .owl-stage-outer {
      height: 100%; }
    #homepage_slider .item {
      /*height: 100%;
      a {
        height: calc(130vh);
        display: block;
        position: relative;
      }
      a img {
        position: absolute;
        top: 0;
        bottom: 0;
    
        object-fit: cover;
        object-position: center;
      }*/ }
  .section-video .box-video {
    padding-bottom: 0;
    height: calc(100vh - 0px); } }

.collection-page .wrap-collection-title {
  padding: 20px 0; }

.collection-page .heading-collection {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .collection-page .heading-collection > div {
    width: 100%; }

.collection-page .product-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }
  .collection-page .product-list .pro-loop {
    -ms-flex: 0 0 calc((100% - 10px) /2);
    flex: 0 0 calc((100% - 10px) /2);
    max-width: calc((100% - 10px) /2); }
  @media (min-width: 992px) {
    .collection-page .product-list .pro-loop {
      -ms-flex: 0 0 calc((100% - (10px*3)) /4);
      flex: 0 0 calc((100% - (10px*3)) /4);
      max-width: calc((100% - (10px*3)) /4); } }

.collection-page .custom-sortby {
  display: flex;
  gap: 10px;
  flex-direction: column; }
  .collection-page .custom-sortby > span {
    white-space: nowrap; }
  .collection-page .custom-sortby .radio-group-sortby {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap; }
    .collection-page .custom-sortby .radio-group-sortby label {
      margin-bottom: 0;
      font-weight: 400;
      display: inline-flex;
      align-items: center;
      padding: 4px 10px;
      background: #efefef;
      cursor: pointer;
      border: 1px solid #efefef; }
    .collection-page .custom-sortby .radio-group-sortby input {
      display: none;
      margin: 0; }
    .collection-page .custom-sortby .radio-group-sortby input:checked + label {
      background: #000;
      color: #fff;
      border: 1px solid #000; }
    .collection-page .custom-sortby .radio-group-sortby .radio-label {
      display: inline-flex; }
      .collection-page .custom-sortby .radio-group-sortby .radio-label:hover label {
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(0, 0, 0, 0.2); }

@media (min-width: 480px) {
  .collection-page .custom-sortby {
    flex-direction: row; }
    .collection-page .custom-sortby > span {
      margin-top: 3px; } }

.list-article {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  @media (min-width: 992px) {
    .list-article {
      gap: 40px; } }

.article-loop .article-inner {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.article-loop .article-image {
  position: relative;
  overflow: hidden; }
  .article-loop .article-image img {
    width: 100%;
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.article-loop .article-detail {
  padding: 20px 0 0; }
  .article-loop .article-detail .article-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px; }
    .article-loop .article-detail .article-top .article-date {
      flex: 0 0 75px;
      background: #56A35F;
      color: #fff;
      height: 75px;
      padding: 5px;
      border-radius: 50%;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center; }
      .article-loop .article-detail .article-top .article-date .day {
        font-weight: 600; }
      .article-loop .article-detail .article-top .article-date .month {
        border-top: 1px solid;
        padding-top: 3px;
        margin-top: 3px; }
    .article-loop .article-detail .article-top .article-title .post-title {
      font-size: 24px;
      margin: 0; }
  .article-loop .article-detail .blog-title {
    margin-bottom: 5px; }
  .article-loop .article-detail .btn-more {
    margin-top: 15px; }
    .article-loop .article-detail .btn-more a {
      display: inline-block;
      position: relative;
      font-weight: 600;
      padding-bottom: 3px; }
      .article-loop .article-detail .btn-more a:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom: 2px solid;
        transition: width .4s linear 0s;
        width: 100%; }
      .article-loop .article-detail .btn-more a:hover:before {
        width: 0; }
  .article-loop .article-detail .entry-content {
    font-size: 16px;
    margin-bottom: 8px;
    color: rgba(33, 37, 41, 0.6); }
  .article-loop .article-detail .article-post-meta {
    font-size: 13px;
    color: #74839f;
    margin: 0 0 5px; }
    .article-loop .article-detail .article-post-meta a {
      color: #757575; }
    .article-loop .article-detail .article-post-meta a:hover {
      color: var(--shop-color-hover); }
    .article-loop .article-detail .article-post-meta span {
      position: relative; }
    .article-loop .article-detail .article-post-meta span + span:before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 5px;
      margin: -1px 10px 0;
      border-radius: 100%;
      background-color: #74839f;
      opacity: 0.4;
      vertical-align: middle; }

@media (max-width: 767px) {
  .article-loop .article-detail .article-top {
    gap: 15px;
    margin-bottom: 15px; }
  .article-loop .article-detail .article-top .article-date {
    flex: 0 0 55px;
    height: 55px; }
  .article-loop .article-detail .btn-more {
    margin-top: 10px; } }

@media (max-width: 991px) {
  .article-loop .article-post-meta {
    font-size: 10px; }
  .article-loop .article-post-meta span + span:before {
    margin: 0 2px; }
  .article-loop .article-post-meta span.comment:before {
    margin-right: 5px; } }

@media (min-width: 1200px) {
  .article-loop .article-inner .article-image img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05); }
  .article-loop .article-inner:hover .article-image img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    filter: blur(2px); } }

.page-gallery .grid-sizer, .page-gallery .grid-item {
  width: 33.333%; }

.page-gallery .grid:after {
  content: '';
  display: block;
  clear: both; }

.page-gallery .grid-item {
  float: left; }

.page-gallery .grid-item img {
  display: block;
  max-width: 100%; }

#sliderproduct .owl-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  position: relative;
  margin: 20px 0;
  justify-content: center; }

#sliderproduct .owl-dot span {
  display: inline-flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #000;
  background: #fff; }

#sliderproduct .owl-dot.active span {
  background: #000; }

@media (max-width: 767px) {
  .product-image__button {
    display: none; } }

.s-heading-bottom {
  text-align: right; }
  .s-heading-bottom .btn-link {
    color: #000;
    text-decoration: underline; }
  @media (max-width: 767px) {
    .s-heading-bottom {
      text-align: center; } }

.catecollection {
  display: none; }

@media (max-width: 767px) {
  .main-header.active {
    position: fixed;
    top: 0;
    width: 100%; } }
