@charset "UTF-8";
body {
  font-family: "Kanit", sans-serif !important;
}
.custom-marl {
  font-size: 60px;
  margin-left: 4.25rem !important;
  font-weight: 900;
}
footer .list-group-item {
  border: none;
  padding: 3px 0;
  background: transparent;
}
footer .list-group-item a {
  text-decoration: none;
}
footer .list-group-item a img {
  width: 35px;
  height: 35px;
}
footer .list-group-item:nth-child(n+2) img {
  margin-left: 35px;
}
.imgback {
  background-image: url("../themes/frank-garcon/assets/images/bg-footer-frank-new.png");
  background-size: auto 99%;
}
.custom-nav2 .nav-link {
  transition: opacity 0.3s ease;
  text-align: center;
}
.custom-nav2 .nav-link:hover {
  opacity: 0.5;
}
.icon-transition {
  transition: opacity 0.3s ease;
}
.icon-transition:hover {
  opacity: 0.5;
}
.footer-font {
  font-size: 16px;
}
.footer-menu .navbar-nav {
  flex-direction: row;
}
.footer-menu .navbar-nav .nav-item {
  display: inline-block;
  width: fit-content;
  padding: 0 10px;
}
.footer-text, .footer-rights {
  display: none;
  /* ซ่อนข้อความแยกสำหรับหน้าจอขนาดใหญ่ */
}
.footer-combined {
  display: inline;
  /* แสดงข้อความรวมสำหรับหน้าจอขนาดใหญ่ */
}
/*@media (max-width: 1440px) {
    .footer-font {
        font-size: 11px;
    }
}*/
.text-more {
  margin-left: 2rem;
  font-size: 50px;
  font-style: italic;
  color: black;
  font-weight: 700;
  text-decoration: none;
}
.scrollToTop {
  bottom: 20px;
  padding: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: min-content;
  height: auto;
  z-index: 999;
  background-color: transparent;
  border: 0;
  transition: all 0.5s ease 0s;
  opacity: 1;
}
.scrollToTop:hover {
  transform: scale(1.3);
}
.logo-header {
  margin-left: 2.6rem !important;
  width: 120px;
}
.logo-icon {
  width: 25px;
  height: 25px;
  transition: opacity 0.3s ease;
}
.logo-icon:hover {
  opacity: 0.5;
}
.custom-marr {
  margin-right: 2.6rem !important;
}
.custom .form-control {
  height: 50px;
}
.search-bar {
  min-width: 500px !important;
}
.dropdown-menu.search-bar {
  border: none;
  box-shadow: none;
  background: none;
}
.point-dropdown .dropdown-item {
  border-bottom: 1px solid #ddd !important;
}
.point-dropdown .dropdown-menu > li:last-child .dropdown-item {
  border-bottom: none !important;
}
.point-dropdown .dropdown-menu {
  margin-top: 10px;
  display: block;
  opacity: 0;
  visibility: hidden;
  min-width: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transition-delay: 0.1s;
  /* เพิ่มความล่าช้า */
  border-radius: 0;
}
.point-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  /* ไม่มีความล่าช้าเมื่อ hover */
}
.point-dropdown .dropdown-menu .dropdown-item {
  transition: opacity 0.3s ease;
}
.point-dropdown .dropdown-menu .dropdown-item:hover {
  opacity: 0.5;
}
.point-dropdown ul.dropdown-menu {
  padding: 0;
}
.custom-nav .navbar-nav {
  gap: 15px;
}
.custom-nav .nav-link {
  font-weight: bold;
  transition: opacity 0.3s ease;
  color: black;
}
.custom-nav .nav-link:hover {
  opacity: 0.5;
}
.custom-nav .nav-item.active span {
  display: inline-block;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}
.custom-nav .nav-item.active .nav-link, .custom-nav .nav-item.active .nav-link:hover {
  opacity: 1;
}
.custom-select .dropdown-toggle {
  background: none;
  border: none;
  box-shadow: none;
  color: black;
}
.custom-select .dropdown-menu {
  padding: 0px;
}
.custom-select .dropdown-menu a {
  width: 100%;
  text-align: start;
}
.custom-select .dropdown-item {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}
.sty-weight .dropdown-toggle {
  font-weight: 600 !important;
}
.sty-weight .dropdown-item {
  font-weight: 600 !important;
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999;
  top: 0;
  background-color: white;
  box-shadow: 0 0 1px;
  overflow-x: hidden;
  transition: 0.5s;
  max-width: 350px;
}
.sidebar .nav-pills .nav-item {
  flex: 1;
  /* ทำให้เมนูแต่ละอันมีความกว้างเท่ากัน */
  text-align: center;
  line-height: 50px;
}
.sidebar .nav-pills .nav-link {
  color: #ffffff;
  background-color: #2c2c69;
  margin-bottom: 5px;
  border-radius: 0;
  text-align: center;
  flex-grow: 1;
}
.sidebar .nav-pills .nav-link.active {
  background-color: #394b82;
}
.sidebar .tab-content {
  padding: 10px 20px;
}
.backdrop {
  width: 100%;
  transition: opacity 0.3s;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.222);
  z-index: 999999;
}
.close-button {
  display: none;
  position: fixed;
  top: 3px;
  right: 10px;
  color: #fff !important;
  font-size: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 30px;
  z-index: 10000000;
}
ul.dropdown-menu {
  border: none;
  padding-left: 15px;
}
.sidebar.open {
  width: 80%;
}
.sidebar.open + .backdrop {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  pointer-events: all;
}
.sidebar.open .close-button {
  display: block;
  /* แสดงปุ่มเมื่อเปิด sidebar */
}
.sidebar.close {
  padding: 0;
  width: 0%;
}
.sidebar .menu-item {
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-weight: 600 !important;
}
.sidebar .dropdown {
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.sidebar .border-nav .nav-item .nav-link {
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  transition: opacity 0.3s ease;
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar .border-nav .nav-item .nav-link:hover {
  opacity: 0.5;
}
.slide-list .list-group-item:hover {
  opacity: 0.5;
  background: transparent;
}
.fa-caret-down:before {
  content: "" !important;
}
.category-D .nav-link {
  font-weight: 600;
}
.category-D .cusmot-img {
  padding-top: 56%;
  background-size: cover;
  background-position: center;
}
.product-swiperStatic .swiper-button-next, .product-swiperStatic .swiper-button-prev {
  border: 2px solid #000;
  color: black;
  font-size: 16px;
  top: 40%;
}
.product-swiperStatic .swiper-button-next::after, .product-swiperStatic .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 900;
}
.product-swiperStatic .swiper-button-next:hover, .product-swiperStatic .swiper-button-prev:hover {
  background-color: #2c2c69;
}
.product-swiperStatic .swiper-button-next:hover::after, .product-swiperStatic .swiper-button-prev:hover::after {
  color: white;
}
.section {
  padding: 0 !important;
}
.section img {
  width: 100%;
  height: auto;
}
.font-title {
  font-size: 60px;
  margin-left: 4.5rem !important;
  font-weight: 900;
}
.blog-item {
  border: none !important;
  cursor: pointer;
}
.blog-item .blog-cover {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 !important;
  transition: opacity 0.3s ease;
}
.slide-brand {
  cursor: pointer;
}
.slide-brand .swiper-button-prev, .slide-brand .swiper-button-next {
  color: black;
}
.slide-brand .swiper-button-prev:after {
  font-size: 35px;
}
.slide-brand .swiper-button-next:after {
  font-size: 35px;
}
.slide-brand .swiper-button-next, .slide-brand .swiper-rtl .swiper-button-prev {
  right: -40px !important;
  left: auto;
}
.slide-brand .swiper-button-prev, .slide-brand .swiper-rtl .swiper-button-next {
  left: -40px !important;
  right: auto;
}
.box.carouselbanner-box {
  position: relative;
}
.pagination .page-number {
  padding: 5px 10px;
  border: 1px solid #eee;
  margin-left: 10px;
  margin-top: 10px;
  background-color: white;
  min-width: 32px;
  text-align: center;
}
.pagination .page-number.active span {
  color: #ec0101 !important;
}
.pagination .page-number a {
  color: black;
  text-decoration: none;
}
.pagination .page-btn {
  padding: 5px 10px;
  border: 1px solid #eee;
  margin-left: 10px;
  margin-top: 10px;
  background-color: white;
  min-width: 32px;
  text-align: center;
}
.pagination .page-btn a {
  color: black;
  text-decoration: none;
}
.related-font {
  font-size: 60px;
  text-align: center;
  margin-top: 5rem;
  font-weight: 900;
}
.related-shop .card-body {
  padding-bottom: 0px;
}
.related-shop .product-item {
  border: none;
  transition: all 0.3s;
  padding: 0 30px;
  border: none !important;
  margin-top: 15px;
  color: black;
}
.related-shop .product-item .product-cover {
  /* border: 1px solid gainsboro;
            border-radius: 10px;
            margin-bottom: 10px; */
  width: 100%;
  height: auto;
  padding-top: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease;
  transition: background-image 0.3s ease-in-out;
}
.related-shop .product-item .card-title {
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  white-space: normal;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-shop .product-item .cart-btn {
  background: #222 !important;
  border: none;
}
.related-shop .product-item .cart-btn:hover {
  color: white !important;
}
.modal {
  margin-top: 4rem !important;
}
.heart-btn {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.heart-btn:hover {
  opacity: 0.5;
}
.heart-btn .fa {
  font-size: 20px;
}
.heart-btn .fa-solid {
  color: red;
}
.main-product {
  border: none;
  transition: all 0.3s;
  padding: 0 30px;
}
.main-product .card-title {
  text-align: center;
  font-size: 16px;
}
.main-product .product-name {
  font-size: 20px;
}
.main-product .cart-btn {
  background: #2c2c69 !important;
  border: none;
  color: white;
  width: 50%;
  text-transform: uppercase;
  border-radius: 0;
  transition: opacity 0.3s ease;
  font-size: 16px;
  height: 40px;
}
.main-product .cart-btn:hover {
  color: white !important;
  opacity: 0.5;
}
.main-product .cart-btn-color {
  color: white !important;
}
.main-product .product-price {
  margin: 10px 0;
}
.img-circle-product {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
}
.custom-list-group {
  text-transform: uppercase;
}
.custom-list-group .list-group {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 0;
  margin: 10px 0;
  list-style: none;
  justify-content: center;
}
.custom-list-group .swatch-title {
  font-weight: bold;
}
.custom-list-group-size .list-group-item {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  border-radius: 0 !important;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.custom-list-group-size .list-group-item:hover {
  opacity: 0.5 !important;
}
.custom-list-group-size .list-group-item + .list-group-item {
  border-top-width: 1px;
}
.custom-list-group-size .list-group-item.active {
  background-color: transparent;
  color: black;
  border: 4px solid #000;
}
.custom-list-group-size .list-group-item + .list-group-item.active {
  border-top-width: 4px;
}
.custom-list-group-color .list-group-item {
  width: 50px;
  height: 50px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  background: transparent;
  transition: all 0.3s ease;
}
.custom-list-group-color .list-group-item.active {
  background-color: transparent;
  opacity: 0.5;
}
.custom-list-group-color .list-group-item:hover {
  transform: scale(1.3);
}
.custom-brandlist .img-fluid {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 100%;
  width: 100%;
}
.custom2 .form-control {
  height: 45px;
}
.custom2 .btn:active {
  border-color: transparent !important;
}
.card-link {
  color: #000;
  text-decoration: none;
}
.card {
  border: 0 !important;
}
.icon-img {
  width: 200px;
  height: 200px;
}
.custom-icon {
  /*font-size: 35px;
    color: #999;
    cursor: pointer;*/
  width: 40px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.custom-icon:hover {
  opacity: 0.5;
}
.filter-list-group .list-group {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  list-style: none !important;
}
.filter-list-group .list-group-item {
  margin-right: 10px;
  border: 0;
  transition: transform 0.3s ease;
}
.filter-list-group .list-group-item:hover {
  transform: scale(1.3);
}
.filter-list-group .list-group-item img.selected {
  opacity: 0.5;
}
.font-filter-section {
  line-height: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: #2c2c69;
}
.font-filter-Subtopic {
  color: #2c2c69;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.input-group-prepend .input-group-text {
  background-color: white;
  border: none;
}
.price-search .btn {
  background-color: #2c2c69;
  color: white;
  margin-left: 10px;
  transition: opacity 0.3s ease;
}
.price-search .btn:hover {
  background-color: #2c2c69;
  color: white;
  opacity: 0.5;
}
.list-group-horizontal {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item {
  padding: 10px 0 !important;
}
.img-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
}
.custom-w {
  max-width: 40% !important;
}
.custom-w .form-container {
  margin: 0 auto;
  padding: 20px 25px 25px 25px;
}
.custom-w .form-title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  font-size: 30px;
}
.custom-w .form-label {
  font-weight: bold;
}
.custom-w .congrats-message {
  text-align: center;
  font-weight: bold;
  border-top: 1px dashed #ccc;
  padding-top: 20px;
  font-size: 22px;
}
.custom-w .custom-background {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  color: white;
  font-size: 12px;
  padding: 5px;
}
.custom-w .item {
  flex: 1;
  text-align: center;
}
.custom-w .custom-btn {
  font-weight: bold !important;
  border-radius: 0 !important;
  border: 1px solid #dee2e6 !important;
  font-size: 22px;
  transition: all 0.3s ease;
}
.custom-w .custom-btn:hover {
  border: 1px solid #4444b7 !important;
  color: #4444b7;
}
.custom-w .divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
  gap: 15px;
  font-size: 22px;
  font-weight: bold;
}
.custom-w .divider::before, .custom-w .divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px dashed #ddd;
}
.custom-w .loginBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: bold;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.custom-w .loginBtn .social {
  width: 30px;
}
.custom-w .loginBtn--line:hover {
  border: 1px solid #06c755 !important;
  color: #06c755;
}
.custom-w .loginBtn--apply:hover {
  border: 1px solid #33336e !important;
  color: #33336e;
}
body.product .custom-w {
  max-width: 80% !important;
}
.btn-default {
  font-weight: bold !important;
  border-radius: 0 !important;
  border: 1px solid #dee2e6 !important;
  font-size: 22px;
  transition: all 0.3s ease;
}
.btn-default:hover {
  border: 1px solid #4444b7 !important;
  color: #4444b7 !important;
}
.nav-item.selected .nav-link {
  /* color: #4444b7 !important;
    font-weight: bold; */
  display: inline-block;
  border-bottom: 2px solid #828282;
  padding-bottom: 5px;
}
.custom-category-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-category-menu .nav.navbar-nav {
  display: flex;
  flex-direction: row;
}
.custom-category-menu .nav-item {
  margin-right: 15px;
  /* ปรับระยะห่างตามต้องการ */
  transition: opacity 0.3s ease;
}
.custom-category-menu .nav-link {
  font-weight: 500;
}
.custom-category-menu .nav-link:hover {
  opacity: 0.5;
}
.custom-nav-pills .nav-link {
  color: black;
}
.custom-nav-pills .nav-link:hover {
  color: black;
}
.custom-nav-pills .nav-link.active {
  outline: 2px solid black;
  /* เส้นกรอบสีดำ */
  outline-offset: 5px;
  /* ระยะห่างจากปุ่ม */
  border-radius: 50%;
  /* เส้นกรอบเป็นวงกลม */
  background-color: transparent !important;
  color: black !important;
}
.cat-position {
  font-size: 20px;
  font-weight: 400;
}
.cat-position .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.custom-category-menu .nav-item {
  margin: 0 15px;
}
.filter-brand .list-group-item {
  border: 0;
  border-bottom: 1px dashed #ccc;
  font-size: 16px;
  font-weight: normal;
  transition: opacity 0.3s ease;
}
.filter-brand input[type="checkbox"]:checked + div {
  opacity: 0.5;
}
.filter-brand .list-group-item:hover {
  opacity: 0.5;
}
.custom-wishlist {
  font-size: 60px;
  margin-left: 4rem !important;
  font-weight: 900;
}
.manager-btn .btn {
  background: #2c2c69 !important;
  border: none !important;
  color: white !important;
  border-radius: 0 !important;
  transition: opacity 0.3s ease;
}
.manager-btn .btn:hover {
  opacity: 0.5;
}
@media (max-width: 1025px) {
  .navbar-expand-lg .navbar-collapse:not(.force-show) {
    display: none !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }
  .custom-padding {
    padding: 0 2px !important;
    overflow-x: hidden;
  }
  .text-padding {
    padding-right: 0 !important;
  }
  .menu-padding {
    padding: 0 !important;
  }
  .logo-header {
    margin-left: 8rem !important;
  }
  .custom-marr {
    margin-right: 0.5rem !important;
  }
  .footer-font {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .footer-text, .footer-rights {
    display: block;
  }
  .footer-combined {
    display: none;
  }
  .logo-header {
    margin-left: 2rem !important;
  }
  .cat-position {
    font-size: 15px;
  }
  .custom-category-menu .nav-item {
    margin: 0 10px;
  }
  .cat-position .navbar-nav {
    gap: 0;
  }
  .custom-w {
    max-width: 80% !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .main-product .cart-btn {
    width: 70% !important;
  }
}
@media (max-width: 576px) {
  .custom-wishlist {
    font-size: 35px;
    margin-left: 1rem !important;
  }
  .text-more {
    margin-left: 1.5rem;
    font-size: 30px;
  }
  .custom-w .loginBtn {
    font-size: 14px;
  }
  .custom-w .custom-btn {
    font-size: 14px;
  }
  .custom-w .form-container {
    padding: 0;
  }
  .slide-brand .swiper-button-prev:after {
    font-size: 30px;
  }
  .slide-brand .swiper-button-next:after {
    font-size: 30px;
  }
  .slide-brand .swiper-button-next, .slide-brand .swiper-rtl .swiper-button-prev {
    right: -8px !important;
    left: auto;
  }
  .slide-brand .swiper-button-prev, .slide-brand .swiper-rtl .swiper-button-next {
    left: -8px !important;
    right: auto;
  }
  .font-title {
    font-size: 35px;
    margin-left: 2rem !important;
  }
  .footer-text, .footer-rights {
    display: block;
    /* แสดงข้อความแยกสำหรับหน้าจอขนาดเล็ก */
  }
  .footer-combined {
    display: none;
    /* ซ่อนข้อความรวมสำหรับหน้าจอขนาดเล็ก */
  }
  .footer-menu .nav-item {
    padding: 0 5px !important;
  }
  .imgback {
    background-size: auto 98%;
  }
  .border-navbar {
    border-bottom: 1px solid #ccc;
    /* เปลี่ยนสีและขนาดเส้นตามที่ต้องการ */
  }
  .profile-dropdown-menu {
    max-width: 100%;
    overflow-x: hidden;
  }
  .sidebar .nav-pills .nav-item {
    font-size: 13px;
  }
  .logo-header {
    margin-left: 0 !important;
  }
  .costom-m {
    margin: 0rem !important;
  }
  .related-shop .product-item {
    padding: 0 5px;
  }
  .related-font {
    font-size: 35px;
    margin-top: 0;
  }
  .custom-list-group .list-group {
    display: inline-flex;
    margin-left: 10px;
    margin-top: 0;
  }
  .custom-list-group .list-group[data-id] + .swatch-title:before {
    display: block;
    width: 100%;
    content: "";
  }
  .main-product .cart-btn {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .footer-font {
    font-size: 12px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .search-bar {
    min-width: 412px !important;
  }
  .search-bar .input-group {
    left: 65px;
  }
  .custom-marl {
    font-size: 20px;
    margin-left: 1rem !important;
  }
  .custom-icon {
    width: 25px;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  .search-bar {
    min-width: 365px !important;
  }
  .search-bar .input-group {
    left: 70px;
  }
  .custom-marl {
    font-size: 20px;
    margin-left: 1rem !important;
  }
  .custom-icon {
    width: 25px;
  }
}
@media (max-width: 376px) {
  .footer-font {
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  .footer-font {
    font-size: 8px;
  }
  .price-search .btn {
    margin-left: 4px;
    width: 73px;
  }
  .main-product .cart-btn {
    width: 105%;
    font-size: 12px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .search-bar {
    min-width: 305px !important;
  }
  .search-bar .input-group {
    left: 65px;
  }
  .search-bar .custom-icon {
    width: 20px;
  }
  .custom-marl {
    font-size: 14px;
    margin-left: 1rem !important;
  }
}

body.home header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
body.home header.scrolled {
  background-color: white;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06) !important;
}
.fr-pin {
  min-width: 40px;
  min-height: 40px;
  border-radius: 50px;
  background-color: white;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform-origin: center;
  transition: opacity 0.3s ease;
}
.fr-pin a {
  color: #222;
  text-decoration: none;
  font-size: 24px;
}
.fr-pin a:hover {
  opacity: 0.5;
}
.fr-pin-line {
  position: absolute;
  display: block !important;
  height: 1px;
  background-color: white;
  transform-origin: 0 0;
}
.fr-pin-line.invert {
  filter: invert(1);
  -webkit-filter: invert(1);
}
.product-cover:hover .product-sub-cover {
  opacity: 1;
}
.product-cover .product-sub-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  transition: all 0.3s;
  opacity: 0;
}
