@charset "UTF-8";
ul.list-mainmenu > li.has-submenu--lagre {
  position: initial; }
  ul.list-mainmenu > li.has-submenu--lagre .menu-lv2 {
    text-align: left; }
    ul.list-mainmenu > li.has-submenu--lagre .menu-lv2 > a {
      font-weight: 500;
      line-height: 30px; }
  ul.list-mainmenu > li.has-submenu--lagre a {
    text-transform: uppercase; }

.list-submenu-large {
  background: #fff;
  min-width: 150px;
  width: clamp(280px, 65vw, 1200px);
  padding: 20px 30px;
  position: absolute;
  z-index: 999;
  left: 50%;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  transform: translateX(-50%) rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-top: 2px solid #000000;
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }
  @media (max-width: 1599px) {
    .list-submenu-large {
      width: clamp(280px, 50vw, 1200px); } }

ul.list-mainmenu li:hover > .list-submenu-large {
  transform: translateX(-50%) rotate3d(0, 0, 0, 0deg); }

.list-submenu--shop__column {
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px); }

li.menu-lv3 {
  line-height: 25px; }

.list-submenu-large.list-submenu--shop .menu-lv2 > a {
  text-decoration: underline; }

/*.sticky-header {
.list-submenu-large {
margin: 0 auto;
width: clamp(280px, 80vw, 1600px);
left: 50%;
transform: translateX(-50%) rotate3d(1, 0, 0, -90deg);	
@media (max-width: 1599px) {
width: clamp(280px, 50vw, 1200px);
}
}
ul.list-mainmenu li:hover>.list-submenu-large {
transform: translateX(-50%) rotate3d(0, 0, 0, 0deg);
}
}*/
.has-submenu--lookbook .list-submenu--shop__header {
  width: 100%;
  margin: 0px 0 10px;
  font-size: 16px;
  text-transform: uppercase; }

.has-submenu--lookbook .list-submenu-large .list-submenu--shop__column {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px); }
  .has-submenu--lookbook .list-submenu-large .list-submenu--shop__column:nth-child(n+4) {
    margin-top: 15px; }

.has-submenu--lookbook .menu--banner > a {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 55%; }
  .has-submenu--lookbook .menu--banner > a img, .has-submenu--lookbook .menu--banner > a iframe, .has-submenu--lookbook .menu--banner > a video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: .3s ease-in-out all; }

.has-submenu--lookbook .menu--banner .menu--banner__infor {
  text-align: left;
  margin-top: 10px; }
  .has-submenu--lookbook .menu--banner .menu--banner__infor .subtitle {
    font-weight: 500; }
  .has-submenu--lookbook .menu--banner .menu--banner__infor .title {
    margin-top: 4px;
    font-weight: 400; }

.hover-underline {
  position: relative;
  --shop-text-color: #000; }
  .hover-underline:after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background: var(--shop-text-color);
    transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
    transform: scaleX(0);
    transform-origin: bottom right; }
  .hover-underline:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left; }

@media (max-width: 992px) {
  .main-header--action > div {
    margin-left: 0; } }

.main-header--action > div > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400; }
  @media (max-width: 992px) {
    .main-header--action > div > a {
      font-size: 12px; } }

html:not(.sticky-header) .header-transparent:not(:hover) .main-header--action > div > a {
  color: white; }

.product-detail .box-pro-detail {
  padding: 0 0 20px;
  margin-top: 20px;
  position: relative; }
  @media (max-width: 992px) {
    .product-detail .box-pro-detail {
      position: static; }
      .product-detail .box-pro-detail .action-wishlist {
        top: 3px;
        right: 13px; } }

.action-wishlist {
  position: absolute;
  right: 0;
  top: -3px;
  z-index: 999; }
  .action-wishlist .wishlist-btn {
    background: unset;
    border: unset;
    fill: transparent;
    width: 20px;
    fill: none;
    stroke: #000;
    stroke-width: 1; }
    .action-wishlist .wishlist-btn.active {
      fill: #e63946;
      stroke: #e63946; }

.product-loop-special .product-detail {
  position: relative;
  padding: 20px 0 10px; }
  @media (max-width: 992px) {
    .product-loop-special .product-detail {
      position: static; } }

@media (max-width: 992px) {
  .product-loop-special .product-col-right {
    position: relative; } }

.product-loop-special .action-wishlist {
  top: 20px; }
  @media (max-width: 992px) {
    .product-loop-special .action-wishlist {
      top: 0px; } }

.product-loop-special .product-variants-loop {
  margin-bottom: 10px; }

.layout-pageWishlist h1 {
  padding: 30px 0 45px; }
  @media (max-width: 992px) {
    .layout-pageWishlist h1 {
      padding: 30px 0; } }

.product-variants-loop {
  display: flex;
  justify-content: center; }
  .product-variants-loop .product-sw-line {
    width: 20px;
    height: 20px;
    line-height: 12px;
    border: 1px solid #d4d4d4;
    padding: 1px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 0; }
    .product-variants-loop .product-sw-line:hover {
      cursor: pointer; }
    .product-variants-loop .product-sw-line.active {
      border: 2px solid #000; }
    .product-variants-loop .product-sw-line span {
      display: block;
      margin: 0;
      width: 100%;
      height: 100%; }

/*===== PRODUCT DETAIL ==========================*/
#sliderproduct {
  margin-left: 30px;
  margin-right: 30px; }
  @media (max-width: 992px) {
    #sliderproduct {
      margin-left: 0px;
      margin-right: 0px; } }
  #sliderproduct:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden; }
    #sliderproduct:not(.slick-initialized) .product-gallery-item {
      flex: 0 0 100%; }
  #sliderproduct .slick-dots li {
    width: auto;
    height: auto; }
    #sliderproduct .slick-dots li.slick-active button {
      background: #a9a9a9;
      opacity: 1; }
    #sliderproduct .slick-dots li button {
      width: 8px;
      height: 8px;
      border-radius: 100%;
      background: #bdbdbd;
      opacity: .2; }
      #sliderproduct .slick-dots li button:before {
        display: none; }
  #sliderproduct .slick-arrow {
    color: #000;
    z-index: 99; }
    #sliderproduct .slick-arrow:before {
      display: none; }
    #sliderproduct .slick-arrow svg {
      color: #000;
      width: 17px;
      height: 17px; }
    #sliderproduct .slick-arrow.slick-prev svg {
      transform: translate(-50%, -50%) rotate(90deg); }
    @media (max-width: 992px) {
      #sliderproduct .slick-arrow.slick-prev {
        left: 10px; } }
    #sliderproduct .slick-arrow.slick-next {
      right: -35px; }
      @media (max-width: 992px) {
        #sliderproduct .slick-arrow.slick-next {
          right: 0px; } }
      #sliderproduct .slick-arrow.slick-next svg {
        transform: translate(-50%, -50%) rotate(-90deg); }

.select-swatch {
  text-align: center; }
  .select-swatch .swatch .header {
    display: none; }
  .select-swatch .swatch .swatch-element:not(.color) label {
    padding: 10px 25px; }
  .select-swatch #variant-swatch-2.swatch {
    padding-top: 5px; }

/* Setting varian màu sắc */
.product-sw-line span.sw-color-vang,
.color.swatch-element label.vang span {
  background: #ddad14; }

.product-sw-line span.sw-color-kem,
.color.swatch-element label.kem span {
  background: #fdfaef; }

.product-sw-line span.sw-color-tim,
.color.swatch-element label.tim span {
  background: #392f70; }

.product-sw-line span.sw-color-trang,
.color.swatch-element label.trang span {
  background: #ffffff; }

.product-sw-line span.sw-color-xanh-ngoc,
.color.swatch-element label.xanh-ngoc span {
  background: #9fd4d1; }

.product-sw-line span.sw-color-xam,
.color.swatch-element label.xam span {
  background: #cecec8; }

.product-sw-line span.sw-color-xanh-duong,
.color.swatch-element label.xanh-duong span {
  background: #3d91d6; }

.product-sw-line span.sw-color-den,
.color.swatch-element label.den span {
  background: #000000; }

.product-sw-line span.sw-color-do,
.color.swatch-element label.do span {
  background: #b02729; }

.product-sw-line span.sw-color-hong,
.color.swatch-element label.hong span {
  background: #eeb096; }

.product-sw-line span.sw-color-reu,
.color.swatch-element label.reu span {
  background: #607860; }

.product-sw-line span.sw-color-cam,
.color.swatch-element label.cam span {
  background: #d17233; }

.product-sw-line span.sw-color-trang-kem,
.color.swatch-element label.trang-kem span {
  background: #faefdc; }

.product-sw-line span.sw-color-be,
.color.swatch-element label.be span {
  background: #eee3d7; }

.product-sw-line span.sw-color-nau-walnut,
.color.swatch-element label.nau-walnut span {
  background: #775a48; }

.product-sw-line span.sw-color-cream,
.color.swatch-element label.cream span {
  background: #ebd4b0; }

#detail-product {
  padding-top: 5%; }
  @media (max-width: 992px) {
    #detail-product {
      padding-top: 20px; } }
  #detail-product .product-title {
    padding: 0 0 10px;
    text-align: center; }
    #detail-product .product-title #pro_sku, #detail-product .product-title #pro_vendor {
      text-transform: uppercase;
      font-weight: 500; }
    #detail-product .product-title h1 {
      font-size: 16px;
      font-weight: 500;
      margin: 4px 0 5px;
      line-height: initial;
      text-transform: uppercase; }
  #detail-product .product-price {
    padding: 0 0 10px;
    text-align: center; }
  #detail-product .product-price span.pro-price {
    font-size: 18px;
    opacity: .92;
    font-weight: bold; }
  #detail-product .product-price span.pro-sale {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    background: #f2f5fa;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #f94c43; }
  #detail-product .product-price del {
    font-size: 14px;
    color: #777a7b;
    padding-left: 10px;
    font-weight: 500; }
  #detail-product .quantity-area {
    display: flex;
    justify-content: center;
    margin-bottom: 25px; }
    #detail-product .quantity-area .quantity-selector {
      width: 32px;
      border-color: #bdbdbd !important;
      font-weight: 400; }
    #detail-product .quantity-area input.qty-btn {
      background: transparent;
      border-color: #bdbdbd !important;
      font-weight: 400; }
      #detail-product .quantity-area input.qty-btn:last-child {
        border-left: unset; }
      #detail-product .quantity-area input.qty-btn:first-child {
        border-right: unset;
        font-size: 24px;
        line-height: 1; }
  #detail-product .row-flex {
    gap: 10px; }
  #detail-product .wrap-addcart button {
    flex: 0 0 calc(50% - 10px);
    margin: 0;
    min-height: 50px; }
    @media (max-width: 992px) {
      #detail-product .wrap-addcart button {
        flex: 1;
        padding: 5px;
        font-size: 12px; } }
  #detail-product .product-wishlist-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #000;
    background: unset;
    fill: transparent;
    width: 20px;
    fill: none;
    color: #000;
    stroke: #000;
    stroke-width: 1; }
    #detail-product .product-wishlist-btn svg {
      width: 18px; }
    #detail-product .product-wishlist-btn:before {
      background-color: transparent; }
    #detail-product .product-wishlist-btn.active {
      fill: #e63946;
      stroke: #e63946; }

.tyt-accordion {
  margin-top: 30px; }
  .tyt-accordion .accordion--item {
    overflow: hidden;
    border-top: 1px solid #bdbdbd;
    padding: 12px 0; }
    .tyt-accordion .accordion--item .accordion--item--title {
      position: relative;
      cursor: pointer;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 14px;
      margin-bottom: 0; }
      .tyt-accordion .accordion--item .accordion--item--title .icon {
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 15px;
        transition: transform .25s ease-out; }
    .tyt-accordion .accordion--item .accordion--item--content {
      overflow: hidden;
      transition: height .25s ease;
      padding-right: 30px;
      text-transform: none; }
      .tyt-accordion .accordion--item .accordion--item--content .content--wrapper {
        padding-top: 10px; }
    .tyt-accordion .accordion--item:not(.open) .accordion--item--content {
      height: 0 !important; }
    .tyt-accordion .accordion--item.open .icon {
      transform: rotate(180deg); }

.section-product-banner {
  margin-bottom: 60px; }
  @media (max-width: 992px) {
    .section-product-banner {
      margin-bottom: 30px; }
      .section-product-banner [class*='col-']:last-child {
        margin-top: 15px; } }

.modal-info-variantColor {
  display: none;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(calc(-50% - 120px));
  width: 400px;
  background: #fff;
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
  z-index: -1;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05); }
  @media (min-width: 992px) {
    .modal-info-variantColor {
      display: block; } }
  .modal-info-variantColor.showed {
    opacity: 1;
    pointer-events: all;
    z-index: 99; }
  .modal-info-variantColor .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: #fff;
    z-index: 1; }
    .modal-info-variantColor .close-button svg {
      width: 16px;
      height: 16px;
      pointer-events: none;
      color: #000;
      vertical-align: top; }
  .modal-info-variantColor .content-wrapper {
    width: 100%;
    padding: 30px 20px 20px; }

.layout-pageLookbook .wrapper-content {
  padding: 40px 0; }

.layout-pageLookbook .lookbook-itro .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.layout-pageLookbook .lookbook-itro .content {
  padding-left: 60px; }
  @media (max-width: 992px) {
    .layout-pageLookbook .lookbook-itro .content {
      padding-left: 0;
      padding-top: 16px; } }

.layout-pageLookbook .lookbook-itro .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px; }
  @media (max-width: 992px) {
    .layout-pageLookbook .lookbook-itro .title {
      font-size: 22px; } }

.layout-pageLookbook .lookbook-itro .desc {
  font-size: 16px;
  margin-bottom: 16px; }
  @media (max-width: 992px) {
    .layout-pageLookbook .lookbook-itro .desc {
      font-size: 14px; } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes euiBeaconPulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.4);
    opacity: 0; } }

@keyframes iconSkew {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes popoverTheLookDot {
  from {
    opacity: 0.6;
    transform: scale(0.6); }
  to {
    opacity: 0;
    transform: scale(1.2); } }

@keyframes pulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(3.4);
    transform: scale(3.4);
    opacity: 0; } }

@keyframes widthAnimation {
  0% {
    width: 0;
    opacity: 1; }
  80% {
    width: 100%;
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes downscroll {
  0% {
    transform: translateY(-3px); }
  100% {
    transform: translateY(3px); } }

.animated-background, .loading-mask .loading-mask__image .mask-line, .loading-mask .loading-mask__detail .mask-line, .section-home-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%; }

.section-home-lookbooks {
  background: #FAF9F7;
  padding: 40px 0;
  margin: 60px 0 0; }
  @media (max-width: 992px) {
    .section-home-lookbooks {
      margin: 30px 0 0; } }
  .section-home-lookbooks .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between; }
  .section-home-lookbooks .lookbooks-banner__photo {
    position: relative; }
    .section-home-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-home-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-home-lookbooks .lookbooks-banner__photo .popover-dot svg {
      height: 100%;
      display: block;
      margin: 0 auto;
      width: 12px;
      opacity: 0.8; }
  .section-home-lookbooks .lookbooks-banner__detail {
    margin: 15px 0 0;
    display: flex;
    justify-content: space-between; }
    .section-home-lookbooks .lookbooks-banner__detail .lookbooks--title {
      font-size: 18px;
      font-weight: 500;
      padding-right: 15px; }
    .section-home-lookbooks .lookbooks-banner__detail .lookbooks--button {
      flex: 0 0 auto; }
    .section-home-lookbooks .lookbooks-banner__detail .lookbooks--button .btn-lb {
      text-transform: uppercase; }
  .section-home-lookbooks .popover {
    z-index: 990;
    border: 0 !important; }
    .section-home-lookbooks .popover .popover-body {
      padding: 10px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
    .section-home-lookbooks .popover .popover-product {
      cursor: pointer;
      display: flex;
      flex-wrap: nowrap; }
      .section-home-lookbooks .popover .popover-product .prod-img {
        max-width: 80px;
        -webkit-flex-basis: 60px;
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px; }
        .section-home-lookbooks .popover .popover-product .prod-img img {
          border: 1px solid #ececec; }
      .section-home-lookbooks .popover .popover-product .prod-link {
        color: #51a8d6; }
      .section-home-lookbooks .popover .popover-product .product--detail {
        padding: 0 0px 0 12px;
        text-align: left;
        max-width: calc(100% - 60px);
        -webkit-flex-basis: calc(100% - 60px);
        -ms-flex-preferred-size: calc(100% - 60px);
        flex-basis: calc(100% - 60px); }
      .section-home-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-home-lookbooks .popover .popover-product .prod-price {
        margin: 0;
        font-size: 13px;
        color: red; }
        .section-home-lookbooks .popover .popover-product .prod-price .price-del {
          color: #878c8f;
          text-decoration: line-through;
          font-size: 12px; }
      .section-home-lookbooks .popover .popover-product:hover .prod-title {
        text-decoration: underline; }
  .section-home-lookbooks .list-lookbooks-loading {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    .section-home-lookbooks .list-lookbooks-loading .loading-mask__image .mask-line {
      min-height: 675px; }
    .section-home-lookbooks .list-lookbooks-loading > div {
      flex: 0 0 calc((100% - 90px) /3);
      margin-right: 30px; }
    .section-home-lookbooks .list-lookbooks-loading .mask-line.lookbooks--title {
      height: 29px;
      width: 50%;
      border-radius: 8px; }
    .section-home-lookbooks .list-lookbooks-loading .mask-line.lookbooks--btn {
      height: 48px;
      width: 30%;
      border-radius: 8px; }
  @media (min-width: 992px) {
    .section-home-lookbooks .list-lookbooks-row {
      margin: 0 -12px; }
      .section-home-lookbooks .list-lookbooks-row .lookbooks-column {
        width: 33.333333%;
        padding: 0 12px; }
    .section-home-lookbooks .lookbooks-banner__detail {
      flex-direction: column; }
    .section-home-lookbooks .lookbooks-banner__detail .lookbooks--title {
      margin-bottom: 10px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-home-lookbooks .list-lookbooks-loading {
      display: -webkit-flex;
      display: flex;
      overflow: hidden; }
      .section-home-lookbooks .list-lookbooks-loading > div {
        flex: 0 0 calc((100% - 20px) /2);
        margin-right: 20px; }
      .section-home-lookbooks .list-lookbooks-loading .mask-line.lookbooks--btn {
        min-height: 37px; } }
  @media (max-width: 767px) {
    .section-home-lookbooks .lookbooks-banner__detail .lookbooks--title {
      font-size: 16px; }
    .section-home-lookbooks .lookbooks-banner__detail .lookbooks--button .btn-lb {
      font-size: 12px;
      padding: 8px 15px; }
    .section-home-lookbooks .list-lookbooks-loading {
      display: -webkit-flex;
      display: flex;
      overflow: hidden; }
      .section-home-lookbooks .list-lookbooks-loading .loading-mask__image .mask-line {
        min-height: 520px; }
      .section-home-lookbooks .list-lookbooks-loading > div {
        flex: 0 0 100%;
        margin-right: 0; }
      .section-home-lookbooks .list-lookbooks-loading .mask-line.lookbooks--btn {
        min-height: 37px; } }
  .section-home-lookbooks .swiper-button-prev,
  .section-home-lookbooks .swiper-button-next {
    color: #000; }
    .section-home-lookbooks .swiper-button-prev:after,
    .section-home-lookbooks .swiper-button-next:after {
      display: none; }
  .section-home-lookbooks .swiper-button-prev svg {
    transform: translate(-50%, -50%) rotate(90deg); }
  @media (max-width: 992px) {
    .section-home-lookbooks .swiper-button-next {
      right: -15px; } }
  .section-home-lookbooks .swiper-button-next svg {
    transform: translate(-50%, -50%) rotate(-90deg); }

.section-lookbooks-collection {
  margin: 60px 0 0; }
  @media (max-width: 992px) {
    .section-lookbooks-collection {
      margin: 30px 0 0; } }
  @media (max-width: 992px) {
    .section-lookbooks-collection .heading-title h2 {
      font-size: 18px; } }
  .section-lookbooks-collection .row-flex {
    justify-content: space-between;
    align-items: center; }
  .section-lookbooks-collection .row {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 992px) {
      .section-lookbooks-collection .row {
        margin-left: -7.5px;
        margin-right: -7.5px; } }
    .section-lookbooks-collection .row .pro-loop {
      width: 20%; }
      @media (max-width: 992px) {
        .section-lookbooks-collection .row .pro-loop {
          width: 100%;
          flex: 0 0 38%;
          max-width: 38%;
          padding-left: 7.5px;
          padding-right: 7.5px; } }
    @media (max-width: 992px) {
      .section-lookbooks-collection .row {
        -webkit-overflow-scrolling: touch;
        overflow: hidden;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-top: 30px; } }
  .section-lookbooks-collection .action a {
    color: #000; }
    .section-lookbooks-collection .action a:before {
      background-color: transparent; }
    .section-lookbooks-collection .action a:hover {
      color: #fff; }
      .section-lookbooks-collection .action a:hover:before {
        background-color: #000;
        transform: scale(1, 1);
        transition: .3s all; }
    @media (max-width: 992px) {
      .section-lookbooks-collection .action a {
        padding: 10px 10px; } }

.shop-social-sidebar {
  position: fixed;
  bottom: 30%;
  right: -125px;
  z-index: 100;
  /*.hiddenMob{
		@include m1200{ display: none !important; }
	}*/ }
  .shop-social-sidebar a, .shop-social-sidebar button {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    padding: 7.5px;
    width: 165px;
    transform: translateX(0px);
    background: #ffffff;
    color: #333;
    border: 1px solid #DbDbDb;
    cursor: pointer;
    margin-bottom: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-radius: var(--border_radius) 0 0 var(--border_radius);
    font-size: 15px;
    white-space: nowrap; }
    .shop-social-sidebar a.back-to-top, .shop-social-sidebar button.back-to-top {
      opacity: 0;
      visibility: hidden; }
      .shop-social-sidebar a.back-to-top.active, .shop-social-sidebar button.back-to-top.active {
        opacity: 1;
        visibility: visible; }
    @media (min-width: 991px) {
      .shop-social-sidebar a, .shop-social-sidebar button {
        font-size: 14px; }
        .shop-social-sidebar a:hover, .shop-social-sidebar button:hover {
          transform: translateX(-120px); } }
    .shop-social-sidebar a img, .shop-social-sidebar button img {
      margin-right: 20px;
      max-width: 25px;
      height: auto; }
