@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Reset */
/* Overlay */
/* Opacity */
/* Mega Menu Container */
/* Menu Left */
/* Deep Menu */
/* Mega Menu Container */
/* Mobile Header */
/* Sidebar User */
/* Sidebar Menu */
/* Responsive */
body {
  background: var(--body);
  font-family: "Inter", sans-serif;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

a {
  color: var(--accent);
}
a:hover {
  text-decoration: none;
  color: var(--hover);
}



.lag-checkbox input:checked ~ span {
  background: var(--accent);
  border-color: var(--accent);
}
.lag-checkbox label {
  color: var(--grey1);
  font-weight: 500;
}

.overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.overlay .spin {
  color: #1c7ad2;
  width: 3rem;
  height: 3rem;
  font-size: 20px;
}

.op-black {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.op-black.hide {
  visibility: hidden;
  opacity: 0;
}

.op-black.show {
  visibility: visible;
  opacity: 1;
}

header.desktop {
  background: #fff;
}
header.desktop .header-contact {
  border-bottom: 1px solid var(--border-grey);
  padding: 0.25rem 0;
  background-color: var(--accent);
}
.header-contact .top-menu-links .top-link{
  padding: 0 15px;
}
header.desktop .header-contact .call-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
header.desktop .header-contact .call-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--grey5);
  font-weight: 500;
}
header.desktop .header-contact .call-info .item i {
  color: var(--grey5);
}
header.desktop .header-contact .call-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--grey5);
  font-weight: 500;
}
header.desktop .header-contact .call-info a i {
  color: var(--grey1);
}
header.desktop .header-contact .special-modules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.desktop .header-contact .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
header.desktop .header-contact .social-media a {
  font-size: 18px;
  color: var(--grey5);
}
header.desktop .header-center {
  padding: 2rem 0;
}
header.desktop .header-center .logo img {
  width: 100%;
  max-width: 190px;
}
header.desktop .header-center .search form {
  border: 2px solid var(--border-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 46px;
}
header.desktop .header-center .search form .input-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
header.desktop .header-center .search form .input-box input {
  border: none;
  outline: none;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
}
header.desktop .header-center .search form button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  color: var(--grey2);
}
header.desktop .header-center .search form button i {
  color: var(--grey1);
  font-size: 16px;
}
header.desktop .header-center .header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header.desktop .header-center .header-actions .actions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
header.desktop .header-center .header-actions .actions-item-user {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
}
header.desktop .header-center .header-actions .actions-item-user a {
  color: var(--grey1);
}
header.desktop .header-center .header-actions .actions-item-user .dropdown-menu {
  padding: 0;
}
header.desktop .header-center .header-actions .actions-item-user .dropdown-menu li {
  border-bottom: 1px solid var(--border-grey);
  padding: 5px 10px;
}
header.desktop .header-center .header-actions .actions-item-user .dropdown-menu li:last-child {
  border-bottom: none;
}
header.desktop .header-center .header-actions .actions-item-user .dropdown-menu li:hover {
  background: var(--grey4);
}
header.desktop .header-center .header-actions .actions-item-user .dropdown-menu li a {
  font-size: 13px;
  font-weight: 500;
  display: block;
}
header.desktop .header-center .header-actions .actions-item-basket .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
header.desktop .header-center .header-actions .actions-item-basket .icon i {
  font-size: 18px;
  color: var(--grey2);
}
header.desktop .header-center .header-actions .actions-item-basket .icon .count {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 15px;
  height: 15px;
  background: var(--accent);
  color: white;
  font-size: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header.desktop .header-center .header-actions .actions-item-basket .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-weight: 600;
  color: var(--grey1);
}
header.desktop .header-center .header-actions .actions-item-basket .name .basket-summary {
  font-size: 11px;
  font-weight: 500;
  color: var(--grey2);
}
header.desktop .menu {
  border-top: 1px solid var(--border-grey);
  border-bottom: 1px solid var(--border-grey);
}
header.desktop .mega-menu {
  padding: 0;
  position: relative;
}
header.desktop .mega-menu .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
header.desktop .mega-menu .nav-item {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 56px;
}
header.desktop .mega-menu .nav-item:last-child .nav-link {
  border-right: 0;
}
header.desktop .mega-menu .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: var(--grey1);
  line-height: normal;
  font-weight: 500;
  font-size: 14px;
  padding: 0 15px;
  white-space: unset !important;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header.desktop .mega-menu .nav-link .line {
  color: var(--border-grey);
}

header.desktop .mega-menu .nav-link:hover .line {
  display: none;
}
header.desktop .mega-menu .nav-link:hover::after {
  display: none;
}
header.desktop .mega-menu .nav-link:hover::before {
  display: none;
}
header.desktop .mega-menu .nav-link::after {
  display: none;
}
header.desktop .mega-menu .dropdown {
  position: static;
}
header.desktop .mega-menu .dropdown:hover .nav-link::after {
  display: none;
}
header.desktop .mega-menu .dropdown:hover .nav-link::before {
  display: none;
}
header.desktop .mega-menu .dropdown:hover .dropdown-menu {
  display: block !important;
}
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
  display: block !important;
}
header.desktop .mega-menu .dropdown-menu {
  border-radius: 0;
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 54px;
  position: absolute;
  border-top: 0 !important;
}
header.desktop .navbar-nav .dropdown-category .line {
  margin-left: 5px;
  position: absolute;
  right: 5px;
  
}
header.desktop .navbar-nav .dropdown-category:hover .line {
  display: none;
}
header.desktop .dropdown-category .nav-link {
  padding: 0;
}

.mega-menu-container {
  padding: 10px;
}
.mega-menu-container .sub-title {
  color: var(--accent) !important;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 3px;
  display: block;
  padding: 4px 0;
}
.mega-menu-container .cat-img {
  height: 400px;
  width: 400px;
}
.mega-menu-container ul {
  list-style: none;
  padding: 0;
  margin: 10px;
  float: left;
}
.mega-menu-container ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu-container ul li a {
  font-size: 13px;
  color: var(--grey1);
  font-weight: 500;
}
.mega-menu-container ul li a:hover {
  color: var(--accent);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}
.mega-menu-container ul li span {
  margin-right: 5px;
}
.mega-menu-container ul li a.sub-title {
  color: var(--grey1);
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.btn-categories i {
  margin-right: 10px;
}

.dropdown-category {
  position: relative;
  height: 56px;
  width: 160px;
  background-color: var(--accent);
}
.dropdown-category > .nav-link {
    color: var(--grey5) !important;
}
.dropdown-category .menu-left {
  display: none;
  z-index: 5;
  position: absolute;
  background: #fff;
  border-top: 0;
  height: auto;
  border: 1px solid var(--border-grey);
}

.dropdown-category:hover .menu-left {
  display: block;
}

.menu-left ul.f-ul {
  list-style: none;
  padding: 0;
  display: block;
  margin: 0;
  width: 240px;
}
.menu-left ul.f-ul li.f-li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid var(--border-grey);
}
.menu-left ul.f-ul li.f-li:hover {
  background: var(--grey4);
}
.menu-left ul.f-ul li.f-li:hover a.f-item {
  color: var(--grey1) !important;
}
.menu-left ul.f-ul li.f-li:hover .dropdown-menu2 {
  display: block !important;
  left: 100%;
  top: -2px;
  width: 960px !important;
  border: 0;
  height: 100%;
  max-height: 100%;
}
.menu-left ul.f-ul li.f-li a.f-item {
  display: block;
  color: var(--grey1);
  font-size: 14px;
  padding: 5px 15px;
  text-align: left;
  font-weight: 500;
}
.menu-left ul.f-ul li.f-li a.f-item .name {
  width: 80%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.menu-left ul.f-ul li.f-li a.f-item .icon {
  padding-top: 3px;
  color: var(--grey1);
  width: 15px;
  height: 15px;
  text-align: right;
  border-radius: 2px;
  font-size: 10px;
}
.menu-left ul.f-ul li.f-li a.f-item:hover .icon {
  color: var(--grey2);
}
.menu-left ul.f-ul li.f-li:last-child a.f-item {
  border-bottom: 0;
}

.dropdown-menu2 {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  left: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 675px;
  z-index: 99;
  height: 350px;
  max-height: 370px;
  display: none;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
}

.menu-deep-box-2 .cat-groups {
  float: left;
  width: 23%;
  margin: 0 1% 2% 1%;
}
.menu-deep-box-2 .cat-groups .title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--grey1);
  padding: 7px 0;
  text-align: left;
}
.menu-deep-box-2 .cat-groups .title span {
  display: block;
}
.menu-deep-box-2 .cat-groups .title img {
  width: 100%;
  border: 1px solid var(--border-grey);
}
.menu-deep-box-2 .cat-groups .title:hover {
  color: #3b414c;
}
.menu-deep-box-2 .cat-groups .childs a {
  display: block;
  text-align: left;
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-deep-box-2 .cat-groups .childs a:hover {
  color: #ff7f00;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-deep-box-2 .all-title {
  display: block;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  font-size: 15px;
  color: #3b414c;
  font-weight: 600;
}
.menu-deep-box-2 .sub-titles {
  display: block;
  padding: 5px 10px;
  font-size: 15px;
  color: #333;
}
.menu-deep-box-2 .sub-titles:hover {
  color: #3b414c;
}

.mega-menu-left-container {
  gap: 10px;
}

.mobile-header-space {
  height: 60px;
  display: none;
}

header.mobile {
  display: none;
  background: #fff;
  height: 60px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header.mobile .left {
  width: 30%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
header.mobile .center {
  width: 40%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
header.mobile .right {
  width: 30%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header.mobile .logo img {
  max-width: 150px;
  max-height: 60px;
}
header.mobile .icon-group {
  position: relative;
  color: #333;
  font-size: 21px;
}
header.mobile .icon-group .badge {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 18px;
  max-width: 25px;
  padding: 0;
  text-align: center;
  height: 18px;
  background: #d21c1c;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.mobile .mobile-search {
  padding: 0;
  background: #f3f3f3;
}
header.mobile .mobile-search form {
  width: 100%;
}
header.mobile .mobile-search form .input-box {
  width: 80%;
}
header.mobile .mobile-search form input {
  float: left;
  color: #444;
  width: 100%;
  font-size: 15px;
  border-color: transparent;
  background: transparent !important;
  height: 65px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}
header.mobile .mobile-search form input::-webkit-input-placeholder {
  color: #444;
}
header.mobile .mobile-search form input::-moz-placeholder {
  color: #444;
}
header.mobile .mobile-search form input:-ms-input-placeholder {
  color: #444;
}
header.mobile .mobile-search form input::-ms-input-placeholder {
  color: #444;
}
header.mobile .mobile-search form input::placeholder {
  color: #444;
}
header.mobile .mobile-search form input:focus {
  border-color: transparent !important;
}
header.mobile .mobile-search form input:hover {
  border-color: transparent !important;
}
header.mobile .mobile-search form .btn-send {
  float: right;
  width: 20%;
  height: 65px;
  border: 0;
  background: transparent !important;
  color: #333;
  font-size: 19px;
}

.sidebar-user {
  background: #fff;
  width: 250px;
  position: fixed;
  top: 0;
  height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 21;
  right: 0;
  margin-right: -250px;
}
.sidebar-user .title {
  padding: 10px;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.sidebar-user .title .btn-close {
  color: #fff;
}
.sidebar-user .login-menu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.sidebar-user .login-menu a i {
  width: 30px;
  margin-left: 10px;
  text-align: left;
}
.sidebar-user .scrollbar {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.sidebar-user .title-alt {
  padding: 10px;
  background: rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 500;
}
.sidebar-user .footer-links ul {
  margin: 0;
  padding: 0;
}
.sidebar-user .footer-links ul li {
  padding: 0;
  list-style: none;
}
.sidebar-user .footer-links ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  font-size: 14px;
}
.sidebar-user .footer-links ul li a i {
  text-align: center;
  width: 40px;
  font-size: 16px;
}
.sidebar-user .footer-links ul li a.wp i {
  color: #21bd5c;
}

.sidebar-user.active {
  margin-right: 0;
}

.sidebar-menu {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
  left: 0;
  margin-left: -100%;
}
.sidebar-menu .scrollbar {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.sidebar-menu .title {
  padding: 10px;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.sidebar-menu .title .btn-close {
  color: #fff;
}
.sidebar-menu .title-alt {
  padding: 10px;
  background: rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 500;
}
.sidebar-menu .links a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  font-size: 14px;
}
.sidebar-menu .links a i {
  float: right;
}
.sidebar-menu .categories ul {
  margin: 0;
  padding: 0;
}
.sidebar-menu .categories ul li {
  padding: 0;
  list-style: none;
}
.sidebar-menu .categories ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  font-size: 15px;
  font-weight: 500;
}
.sidebar-menu .categories ul li a .name {
  width: 80%;
}
.sidebar-menu .categories ul li a .icon {
  color: #777;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 2px;
  font-size: 18px;
}
.sidebar-menu .categories ul .multi {
  display: none;
}
.sidebar-menu .categories ul .multi a {
  padding-left: 20px;
}
.sidebar-menu .categories ul .multi .multi a {
  padding-left: 40px;
}
.sidebar-menu .categories ul .multi .multi .multi a {
  padding-left: 60px;
}

.sidebar-menu.active {
  margin-left: 0;
}

body.categories-body .pattern-group .p-g-mod-pagination .p-g-mod-header {
  border: none;
  height: 45px;
}
body.categories-body .pattern-group .p-g-mod-t-cat-filter {
  border-color: var(--border-grey);
}
body.categories-body .pattern-group .p-g-mod .p-g-mod-body .buttons .btn-secondary {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.categories-body .pattern-group .p-g-mod .p-g-mod-body .buttons .btn-secondary:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.category-filter-order .list-wrap {
  background: transparent;
}

.category-filter-order-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  display: none;
}
.category-filter-order-list .category-filter-order-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.category-filter-order-list .category-filter-order-item .lag-checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.category-filter-order-list .category-filter-order-item .lag-checkbox label {
  border: 1px solid var(--border-grey);
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
}

.category-filter-order-select {
  border: 1px solid var(--border-grey);
  color: var(--grey1);
  font-size: 14px;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}
.category-filter-order-select:focus {
  border-color: var(--border-grey2) !important;
}
.category-filter-order-select::-ms-expand {
  display: none;
}
.category-filter-order-select::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  pointer-events: none;
}

.product-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-view span {
  font-size: 14px;
  font-weight: 500;
}
.product-view .product-view-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.product-view .product-view-select a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}
.product-view .product-view-select a .view-item {
  width: 10px;
  height: 15px;
  border-radius: 2px;
  background: var(--border-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-view .product-view-select a:hover .view-item {
  background: var(--grey2);
}
.product-view .product-view-select a.default-view {
  color: var(--grey2);
}
.product-view .product-view-select a.default-view i {
  font-size: 18px;
}

.category-price-inputs .btn {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  padding-inline: 1rem;
  border-radius: 4px;
}
.category-price-inputs .btn:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.pagination-info-bar {
  background: var(--grey4);
  padding: 1rem;
  border-radius: 4px;
  color: var(--grey1);
  font-size: 12px;
  font-weight: 500;
}

.category-info {
  background: var(--grey4);
  margin-top: 0.5rem;
  padding: 1rem;
  border-radius: 4px;
  color: var(--grey1);
  font-size: 12px;
  font-weight: 500;
}

.card-product {
  overflow: hidden;
}
.card-product .card-product-inner .info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.card-product .card-product-inner .info-group .category {
  font-size: 13px;
  font-weight: 400;
  color: var(--grey2);
}
.card-product .card-product-inner .info-group .brand-name {
  font-size: 13px;
  font-weight: 400;
  color: var(--grey2);
}
.card-product .card-product-inner .title {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--grey1);
}
.card-product .card-product-inner .price-group {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.card-product .card-product-inner .price-group .discount {
  background: var(--accent);
  font-size: 13px;
  font-weight: 600;
  color: white;
  padding: 5px 10px;
}
.card-product .card-product-inner .price-group .prices .list-price {
  font-weight: 500;
  color: var(--grey2);
}
.card-product .card-product-inner .price-group .prices .sale-price {
  font-weight: 600;
  color: var(--accent);
}
.card-product .card-product-inner .buttons {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-top: 0.5rem;
}
.card-product .card-product-inner .buttons .btn-color-1 {
  color: var(--grey5);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(33, 37, 41, 0.8 );
  border: 1px solid rgba(33, 37, 41, 0.8 );
}
.card-product .card-product-inner .buttons .btn-color-1:hover {
  background-color: rgba(33, 37, 41, 1 );
  color: white;
  border-color: rgba(33, 37, 41, 1 );
}
.card-product .card-product-inner .buttons .btn-color-1.disabled {
  background: var(--border-grey);
}

.product-profile-carousel {
  padding: 1rem;
  border-radius: 6px;
}

.product-profile-1 {
  position: relative;
  top: 0;
}
.product-profile-1 .free-cargo-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.2rem 0.5rem;
  background: var(--accent);
  color: white;
  border-radius: 6px;
  z-index: 2;
  font-size: 12px;
  font-weight: 500;
}
.product-profile-1 .carousel .carousel-inner {
  border: none;
}
.product-profile-1 .carousel .carousel-indicators li {
  border-radius: 6px;
}
.product-profile-1 .carousel .carousel-indicators li.active {
  border-color: var(--accent);
}
.product-profile-1 h1.title {
  color: var(--grey1);
  border: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 34px;
}
.product-profile-1 h1.title .btn-quickshare {
  border: 1px solid var(--border-grey);
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
  color: var(--grey2);
}
.product-profile-1 h1.title .btn-quickshare i {
  font-size: 18px;
}
.product-profile-1 h1.title .btn-quickshare:hover {
  background: var(--border-grey);
  color: var(--grey1);
}
.product-profile-1 .short-description {
  color: var(--grey2);
  font-size: 13px;
  font-weight: 500;
  margin: 1rem 0;
}

body.product-body .product-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 5px;
  display: none;
}
body.product-body .product-reviews .no-reviews {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
}

.variant-box {
  border: none;
  padding: 0;
  background: transparent;
}
.variant-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.variant-box ul li .name {
  color: var(--grey1);
  padding-bottom: 0.2rem;
  font-size: 14px;
  font-weight: 500;
}
.variant-box ul li .options a {
  border-color: var(--border-grey);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 500;
  color: var(--grey1);
}
.variant-box ul li .options a.active {
  border-color: var(--accent);
  background: var(--accent);
  color: white;
  font-weight: 600;
}

.product-price-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.product-price-group .price-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.product-price-group .price-base .price-discount {
  background: var(--accent);
  color: white;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  padding: 0.2rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
}
.product-price-group .price-base .price-discount .rate {
  font-size: 14px;
  font-weight: 600;
}
.product-price-group .price-base .price-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-price-group .price-base .price-prices .list-price {
  font-size: 21px;
  font-weight: 500;
  color: var(--grey2);
}
.product-price-group .price-base .price-prices .sale-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--accent);
}
.product-price-group .price-installment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--grey5);
  border: 1px solid var(--border-grey);
  border-radius: 6px;
  padding: 0.5rem 1rem;
}
.product-price-group .price-installment .info {
  font-size: 14px;
  font-weight: 500;
  color: var(--grey1);
}
.product-price-group .price-installment .value {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey1);
}

.product-transfer-prices {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--grey5);
  border: 1px solid var(--border-grey);
  border-radius: 6px;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
}
.product-transfer-prices .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}
.product-transfer-prices .prices .eft-price {
  font-weight: 600;
  color: var(--grey1);
}

.product-gain-advantage {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--grey5);
  border: 1px solid var(--border-grey);
  border-radius: 6px;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  gap: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
.product-gain-advantage .emoji {
  font-size: 18px;
}

.product-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-buttons .product-buttons-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.product-buttons .product-buttons-item .product-quantity {
  border: 1px solid var(--grey2);
  border-radius: 0px;
}
.product-buttons .product-buttons-item .product-quantity .btn {
  background: transparent;
}
.product-buttons .product-buttons-item .product-quantity .quantity-input {
  position: relative;
}
.product-buttons .product-buttons-item .product-quantity .quantity-input input {
  border: none;
  position: relative;
  background: transparent;
  color: var(--grey1);
  font-size: 14px;
  font-weight: 500;
}
.product-buttons .product-buttons-item .product-quantity .quantity-input .unit-type {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  color: var(--grey1);
  font-size: 11px;
  font-weight: 500;
}
.product-buttons .product-buttons-item .btn-cart {
  margin: 0;
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 5px;
  border-radius: 0px;
}
.product-buttons .product-buttons-item .btn-cart:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}
.product-buttons .product-buttons-item .btn-cart i {
  font-weight: 400;
  font-size: 16px;
}
.product-buttons .product-buttons-item .btn-fast-buy {
  background-color: transparent;
  border: 1px solid var(--grey3);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 6px;
  margin: 0;
  color: var(--grey1);
  padding-inline: 2rem;
}
.product-buttons .product-buttons-item .btn-fast-buy:hover {
  background-color: var(--grey2);
  color: white;
  border-color: var(--grey2);
}
.product-buttons .product-buttons-item .btn-ruler {
  gap: 5px;
}
.product-buttons .product-buttons-item .btn-ruler i {
  font-size: 16px;
}

.btn-wp {
  width: 100%;
  background: rgb(37 211 102 / .1);
  border: 1px solid #25D366;
  color: #215433;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-top: 0.5rem;
  font-size: 14px;
  font-weight: 500;
}

.btn-wp i {
  margin-right: 8px;
  font-size: 20px;
}

.customer-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customer-actions .action {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.customer-actions .action .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: var(--grey2);
}
.customer-actions .product-favourite a {
  color: var(--grey2);
}

.related-products-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.related-products-group .related-products a {
  border: 1px solid var(--border-grey);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding-bottom: 0.2rem;
  color: var(--grey1);
  font-size: 12px;
  font-weight: 500;
}
.related-products-group .related-products a.active {
  border-color: var(--accent);
  background: var(--accent);
  color: white;
}

.product-profile-info li {
  font-size: 13px;
  font-weight: 400;
  color: var(--grey1);
}
.product-profile-info li a {
  color: var(--grey1);
  font-weight: 500;
}
.product-profile-info li .value {
  color: var(--grey1);
  font-weight: 500;
}

.pattern-group.product-tabs .p-g-t-nav .nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid var(--border-grey);
  gap: 20px;
}
.pattern-group.product-tabs .p-g-t-nav .nav .nav-item {
  margin: 0;
}
.pattern-group.product-tabs .p-g-t-nav .nav .nav-item .nav-link.active {
  border-bottom: 1px solid var(--accent);
  color: var(--hover);
  font-weight: 600;
}

.shopping-cart-1 .shopping-info {
  background: var(--grey4);
  padding: 2rem 1.5rem 3.5rem 1.5rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.shopping-cart-1 .shopping-info .icon {
  color: var(--grey2);
  font-size: 2rem;
}
.shopping-cart-1 .shopping-info .content .title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--grey1);
}
.shopping-cart-1 .shopping-info .content .description {
  margin-bottom: 0;
  color: var(--grey2);
}
.shopping-cart-1 .shopping-list {
  padding: 1rem;
  border: 1px solid var(--border-grey);
  border-radius: 1rem;
  margin-top: -2rem;
  background: white;
}
.shopping-cart-1 .shopping-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--grey1);
  padding-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
}
.shopping-cart-1 .shopping-list-head .count {
  font-size: 14px;
  font-weight: 400;
  color: var(--grey2);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product:last-child .shopping-list-item {
  border-bottom: none;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-img {
  width: 100px;
  height: 100px;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  border-bottom: 1px solid var(--border-grey);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-left .brand {
  font-size: 14px;
  font-weight: 500;
  color: var(--grey1);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-left .name {
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-left .variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-left .variants .variant {
  font-size: 14px;
  font-weight: 400;
  color: var(--grey2);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-left .variants .variant span::after {
  content: "•";
  padding-inline: 5px;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-left .variants .variant:last-child span::after {
  content: "";
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-right {
  margin-left: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-right .product-quantity {
  border: 1px solid var(--border-grey);
  border-radius: 6px;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-right .product-quantity .btn {
  background: transparent;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-right .product-quantity input {
  border: none;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-right .product-quantity-type {
  margin-top: 0.2rem;
  color: var(--grey1);
  font-size: 13px;
  font-weight: 500;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-right .btn-remove {
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: var(--grey2);
  margin-top: 0.5rem;
  font-size: 13px;
  font-weight: 600;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-right .btn-remove i {
  font-weight: 400;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group .per-price .value {
  font-size: 14px;
  font-weight: 600;
  color: var(--grey1);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group .per-price .value span {
  margin-left: 0.2rem;
  font-size: 12px;
  font-weight: 400;
  color: var(--grey2);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group .per-price .old-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--grey1);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group .per-price .old-value span {
  margin-left: 0.2rem;
  font-size: 12px;
  font-weight: 400;
  color: var(--grey2);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group .total-price {
  margin-left: auto;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group .total-price .old-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--grey1);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group .total-price .value {
  font-size: 16px;
  font-weight: 700;
  color: var(--grey1);
}

.payment-summary {
  border: 1px solid var(--border-grey);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.payment-summary .payment-summary-header {
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
  margin-bottom: 0.5rem;
}
.payment-summary .payment-summary-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.payment-summary .payment-summary-items .payment-summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--border-grey);
  padding: 0.5rem 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--grey1);
}
.payment-summary .payment-summary-items .payment-summary-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.gift-discount {
  border: 1px solid var(--border-grey);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.gift-discount form {
  border: 1px solid var(--border-grey);
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: White;
}
.gift-discount form .input-group input {
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  color: var(--grey1);
}
.gift-discount form .input-group input::-webkit-input-placeholder {
  color: var(--grey2);
  font-weight: 500;
}
.gift-discount form .input-group input::-moz-placeholder {
  color: var(--grey2);
  font-weight: 500;
}
.gift-discount form .input-group input:-ms-input-placeholder {
  color: var(--grey2);
  font-weight: 500;
}
.gift-discount form .input-group input::-ms-input-placeholder {
  color: var(--grey2);
  font-weight: 500;
}
.gift-discount form .input-group input::placeholder {
  color: var(--grey2);
  font-weight: 500;
}
.gift-discount form .input-group button {
  background: transparent;
  border: none;
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
}

.gift-discount-head {
  margin-bottom: 0.5rem;
  display: block;
}
.gift-discount-head span {
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
}

.shopping-buttons-1 .btn-continue {
  background-color: transparent;
  color: var(--grey2);
  border: 1px solid var(--grey3);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shopping-buttons-1 .btn-continue:hover {
  background-color: var(--grey2);
  color: white;
  border-color: var(--grey2);
}
.shopping-buttons-1 .btn-continue i {
  font-size: 1rem;
}

.payment-final-buttons-1 .btn-theme-1 {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.payment-final-buttons-1 .btn-theme-1:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.payment-cart-summary-body {
  border: 1px solid var(--border-grey);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}

.payment-list-head {
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
  margin-bottom: 0.5rem;
}
.payment-list-head p {
  font-size: 12px;
  font-weight: 400;
  color: var(--grey2);
}

.payment-list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.payment-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--border-grey);
  gap: 10px;
  padding-bottom: 0.3rem;
}
.payment-list-item:last-child {
  border-bottom: none;
}

.payment-list-item-image {
  width: 75px;
  height: 75px;
  border-radius: 6px;
}
.payment-list-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.payment-list-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.payment-list-item-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--grey1);
}

.payment-list-item-quantity {
  font-size: 11px;
  font-weight: 600;
  color: var(--grey1);
}

.payment-list-item-price {
  margin-top: 0.3rem;
  font-size: 13px;
  font-weight: 600;
  color: var(--grey1);
}

.customer-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  background-color: var(--grey4);
  border-radius: 6px;
  padding: 1rem;
}

.customer-avatar {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--grey3);
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 600;
}

.customer-info {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.customer-name {
  font-size: 14px;
  font-weight: 600;
}

.customer-email {
  color: var(--grey1);
  font-size: 12px;
}

body.account-body .customer-menu {
  margin-top: 0.5rem;
}
body.account-body .customer-menu-link {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding-inline: 1rem;
  padding-block: 0.3rem;
}
body.account-body .customer-menu-link i {
  font-size: 1.2rem;
}
body.account-body .customer-menu-link:hover {
  background: transparent;
  color: var(--accent);
}
body.account-body .customer-menu-link.active {
  background-color: var(--grey4);
  font-weight: 600;
  border-radius: 6px;
}
body.account-body .customer-menu-link.active i {
  font-weight: 400;
}

.user-dashboard {
  border: 1px solid var(--grey3);
  border-radius: 6px;
  padding: 1rem;
}

.mainAccount .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background-color: var(--grey4);
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 500;
}
.mainAccount .description i {
  font-size: 2rem;
  font-weight: 400;
}
.mainAccount .link-boxes .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  background: var(--grey4);
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-radius: 6px;
  color: var(--grey1);
  font-size: 14px;
  font-weight: 600;
}
.mainAccount .link-boxes .link-box i {
  font-size: 1.2rem;
  font-weight: 400;
}

.info-alert {
  background: -webkit-gradient(linear, left top, right top, from(var(--light-blue, #dfefff)), to(white));
  background: linear-gradient(to right, var(--light-blue, #dfefff), white);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border: 1px solid var(--grey3);
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 13px;
  color: var(--grey2);
}
.info-alert strong {
  display: block;
  font-size: 16px;
  color: var(--grey1);
  font-weight: 600;
}

.user-info-form .form-input {
  border: 1px solid var(--grey3);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.user-info-form .form-input label {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
  margin-bottom: 0;
}
.user-info-form .form-input input {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  font-size: 14px;
  font-weight: 500;
}
.user-info-form .form-input input.form-phone-control {
  -webkit-padding-start: 3rem;
  padding-inline-start: 3rem;
}
.user-info-form .form-input select {
  height: auto;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.user-info-form .form-input textarea {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.user-info-form button {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user-info-form button:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.user-address-info-form .form-input {
  border: 1px solid var(--grey3);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.user-address-info-form .form-input label {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
  margin-bottom: 0;
}
.user-address-info-form .form-input input {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  font-size: 14px;
  font-weight: 500;
}
.user-address-info-form .form-input input.form-phone-control {
  -webkit-padding-start: 3rem;
  padding-inline-start: 3rem;
}
.user-address-info-form .form-input select {
  height: auto;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.user-address-info-form .form-input textarea {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.user-address-info-form button {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user-address-info-form button:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.user-security-form .form-input {
  border: 1px solid var(--grey3);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.user-security-form .form-input label {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
  margin-bottom: 0;
}
.user-security-form .form-input input {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  font-size: 14px;
  font-weight: 500;
}
.user-security-form .form-input input.form-phone-control {
  -webkit-padding-start: 3rem;
  padding-inline-start: 3rem;
}
.user-security-form .form-input select {
  height: auto;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.user-security-form .form-input textarea {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.user-security-form button {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user-security-form button:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.order-detail-form .form-input {
  border: 1px solid var(--grey3);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.order-detail-form .form-input label {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
  margin-bottom: 0;
}
.order-detail-form .form-input input {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  font-size: 14px;
  font-weight: 500;
}
.order-detail-form .form-input input.form-phone-control {
  -webkit-padding-start: 3rem;
  padding-inline-start: 3rem;
}
.order-detail-form .form-input select {
  height: auto;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.order-detail-form .form-input textarea {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.order-detail-form button {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-detail-form button:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.common-register-form .form-input {

  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);


}
.common-register-form .form-input label {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
  margin-bottom: 0;
}
.common-register-form .form-input input {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  font-size: 14px;
  font-weight: 500;
}
.common-register-form .form-input input.form-phone-control {
  -webkit-padding-start: 3rem;
  padding-inline-start: 3rem;
}
.common-register-form .form-input select {
  height: auto;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.common-register-form .form-input textarea {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.common-register-form button {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common-register-form button:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}
.common-register-form .register-login-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 14px;
}
.common-register-form .register-login-divider span {
  font-size: 12px;
  color: #9ca3af;
  white-space: nowrap;
}
.common-register-form .register-login-divider::before,
.common-register-form .register-login-divider::after {
  content: '';
  flex: 1;
  height: 0.5px;
  background: #e5e7eb;
}

section.pattern-group-p-login .social-divider,
.common-register-form .social-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
}

section.pattern-group-p-login .social-divider span,
.common-register-form .social-divider span {
  font-size: 12px;
  color: #9ca3af;
  white-space: nowrap;
}

section.pattern-group-p-login .social-divider::before,
section.pattern-group-p-login .social-divider::after,
.common-register-form .social-divider::before,
.common-register-form .social-divider::after {
  content: '';
  flex: 1;
  height: 0.5px;
  background: #e5e7eb;
}

.common-register-form .btn-already-member {
  display: block;
  width: 100%;
  padding: 11px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  color: #534AB7;
  border: 0.5px solid #534AB7;
  background: transparent;
  transition: background .15s, color .15s;
}
.common-register-form .btn-already-member:hover {
  background: #534AB7;
  color: #fff;
}

.login-form .form-input {

  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);


}
.login-form .form-input label {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
  margin-bottom: 0;
}
.login-form .form-input input {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  font-size: 14px;
  font-weight: 500;
}
.login-form .form-input input.form-phone-control {
  -webkit-padding-start: 3rem;
  padding-inline-start: 3rem;
}
.login-form .form-input select {
  height: auto;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.login-form .form-input textarea {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.login-form button {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-form button:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.contact-form .form-input {
  border: 1px solid var(--grey3);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.contact-form .form-input label {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
  margin-bottom: 0;
}
.contact-form .form-input input {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  font-size: 14px;
  font-weight: 500;
}
.contact-form .form-input input.form-phone-control {
  -webkit-padding-start: 3rem;
  padding-inline-start: 3rem;
}
.contact-form .form-input select {
  height: auto;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.contact-form .form-input textarea {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.contact-form button {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form button:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.order-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.order-filter button {
  background-color: transparent;
  color: var(--grey2);
  border: 1px solid var(--grey3);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-filter button:hover {
  background-color: var(--grey2);
  color: white;
  border-color: var(--grey2);
}
.order-filter button.active {
  background-color: var(--pressed);
  border-color: var(--pressed);
}

.order-item {
  border: 1px solid var(--grey3);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
  overflow: hidden;
}

.order-item-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 1rem;
}
.order-item-col .order-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
}
.order-item-col .order-number a {
  color: var(--grey1);
  font-size: 16px;
  font-weight: 600;
}
.order-item-col .order-date {
  margin-left: auto;
  color: var(--grey1);
  border: 1px solid var(--grey3);
  padding: 0.2rem 0.5rem;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
}
.order-item-col .order-status span {
  padding: 0.2rem 0.5rem;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
}
.order-item-col .order-status .status-waiting {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}
.order-item-col .order-status .status-preparing {
  background-color: #cce5ff;
  color: #004085;
  border: 1px solid #b8daff;
}
.order-item-col .order-status .status-shipped {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.order-item-col .order-status .status-delivered {
  background-color: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
}
.order-item-col .order-status .status-cancelled {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.order-item-col .order-status .status-returned {
  background-color: #e2e3e5;
  color: #383d41;
  border: 1px solid #d6d8db;
}
.order-item-col .order-status .status-other {
  background-color: #e9ecef;
  color: #495057;
  border: 1px solid #ced4da;
}

.order-item-col-bottom {
  background-color: var(--grey4);
}
.order-item-col-bottom .order-total {
  margin-right: auto;
  font-size: 14px;
  font-weight: 600;
  color: var(--grey1);
}
.order-item-col-bottom .order-cancel button {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  background-color: #f8d7da;
  color: #a83a44;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-item-col-bottom .order-cancel button:hover {
  background-color: #a83a44;
  color: #fff;
}
.order-item-col-bottom .order-details a {
  background-color: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 4px;
}
.order-item-col-bottom .order-details a:hover {
  background-color: var(--accent);
  color: white;
}

footer {
  border-top: 1px solid var(--hover);
  padding-top: 2rem;
}
footer .logo-area img {
  width: 100%;
  max-width: 190px;
}
footer .social-media {
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
footer .social-media a {
  font-size: 18px;
  color: var(--grey2);
}
footer .secure {
  margin: 1rem 0;
}
footer .secure .title-3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
}
footer .secure .description {
  font-size: 14px;
  font-weight: 500;
  color: var(--grey2);
}
footer .info .title {
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 600;
  color: var(--hover);
}
footer .info .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}
footer .info .footer-links li a {
  font-size: 14px;
  font-weight: 400;
  color: var(--grey2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .info .footer-links li a:hover {
  color: var(--hover);
}
footer .footer-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
footer .footer-newsletter .description {
  font-size: 12px;
  font-weight: 400;
  color: var(--grey2);
}
footer .footer-newsletter .newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 5px;
}
footer .footer-newsletter .newsletter-form input {
  border: 1px solid var(--border-grey);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
}
footer .footer-newsletter .newsletter-form button {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  border-radius: 4px;
  height: 33px;
  padding-inline: 10px;
}
footer .footer-newsletter .newsletter-form button:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}
footer .bar {
  border-top: 1px solid var(--border-grey);
  padding-top: 1rem;
  
}

.userPanelTitle {
  border: 1px solid var(--border-grey);
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: var(--grey5);
}
.userPanelTitle .btn-primary {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.userPanelTitle .btn-danger {
  background-color: 0;
  color: white;
  border: 1px solid red;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq .card .card-header h2 button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
}
.faq .card .card-header h2 button i {
  font-weight: 400;
  font-size: 20px;
}
.faq .card .card-header h2 button:hover {
  text-decoration: none;
}
.faq .card .card-header h2 button:focus {
  text-decoration: none;
}

body.blogs-body .blog-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
body.blogs-body .blog-categories li {
  border: 1px solid var(--grey3) !important;
  border-radius: 10px;
  padding: 0.2rem 1rem;
  background: var(--grey4);
}
body.blogs-body .blog-categories li:hover {
  background: white;
}
body.blogs-body .blog-categories li a {
  padding: 0;
}
body.blogs-body .blogs-content .p-g-mod-header {
  border: none;
}
body.blogs-body .card-blog {
  border: 1px solid var(--grey3);
  border-radius: 10px;
  overflow: hidden;
}
body.blogs-body .card-blog .date {
  font-size: 12px;
  font-weight: 500;
  padding: 0.5rem;
  display: block;
}
body.blogs-body .card-blog .title {
  height: auto;
  font-size: 16px;
  font-weight: 600;
  padding: 0.5rem;
  color: var(--grey1);
}
body.blogs-body .card-blog .description {
  color: var(--grey2);
  height: auto;
}

.cat-responsive-popup .c-r-p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid var(--border-grey);
}
.cat-responsive-popup .c-r-p-header .hide-popup {
  font-size: 20px;
  color: var(--grey2);
}
.cat-responsive-popup .c-r-p-header .c-r-p-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
  text-align: center;
}
.cat-responsive-popup .c-r-p-header .clear-filters {
  font-size: 13px;
  font-weight: 400;
  color: var(--grey2);
}

.bulk-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-left: auto;
}
.bulk-delete .btn-bulk-remove {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--danger);
  color: var(--danger);
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bulk-delete .btn-bulk-remove:hover {
  background: var(--danger);
  color: white;
}

.dropdown-user-menu {
  min-width: 200px !important;
  top: 10px !important;
  left: 10px !important;
}

.share-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.share-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.share-header-content .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
}
.share-header-content .description {
  font-size: 12px;
  font-weight: 400;
  color: var(--grey2);
  margin-bottom: 0;
}

.share-header-icon {
  margin-left: auto;
}
.share-header-icon img {
  width: 65px;
  height: 65px;
}

.share-copy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.share-copy-link .share-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.share-copy-link .share-input-group .label-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: var(--grey1);
}
.share-copy-link .share-input-group .share-input-group-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  padding: 0.5rem;
}
.share-copy-link .share-input-group .share-input-group-input .share-input-group-input-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 75%;
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
}
.share-copy-link .share-input-group .share-input-group-input .copyLink {
  margin-left: auto;
  font-size: 13px;
  font-weight: 500;
  color: var(--accent);
}

.socialshare-modal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.socialshare-modal-list .btn-socialshare {
  width: 100%;
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(-45deg, #f5f5f5, #ffffff);
}
.socialshare-modal-list .btn-socialshare i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
}
.socialshare-modal-list .btn-socialshare-x i {
  background: linear-gradient(45deg, #000000, #1a1a1a);
  color: white;
}
.socialshare-modal-list .btn-socialshare-fb i {
  background: linear-gradient(45deg, #1877f2, #166fe5);
  color: white;
}
.socialshare-modal-list .btn-socialshare-li i {
  background: linear-gradient(45deg, #0077b5, #0099ff);
  color: white;
}
.socialshare-modal-list .btn-socialshare-pint i {
  background: linear-gradient(45deg, #e60023, #cd2a3e);
  color: white;
}
.socialshare-modal-list .btn-socialshare-wp i {
  background: linear-gradient(45deg, #25d366, #128c7e);
  color: white;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 8rem;
}

.not-found-title {
  font-size: 42px;
  font-weight: 600;
  color: var(--grey1);
}

.not-found-text {
  font-size: 16px;
  font-weight: 400;
}

.not-found-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.not-found-buttons .btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid var(--border-grey);
  background: white;
  color: var(--grey1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.not-found-buttons .btn:hover {
  background: var(--accent);
  color: white;
}

.product-actions {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.product-actions .compare-button {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: var(--accent);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-grey);
}
.product-actions .favourite, .product-actions .add-to-cart-button {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: var(--accent);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-grey);
}

.checkout-container {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 1rem;
}
.checkout-section {
  border-bottom: 4px solid var(--border-grey);
  border-right: 1px solid var(--border-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px 20px 10px 20px;
  background: var(--grey5);
}
.checkout-section.active {
  background: White;
  border-bottom: 4px solid var(--accent);
}
.checkout-section.active .section-title {
  color: var(--accent);
}
.checkout-section:last-child {
  border-right: none;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--grey1);
}
.section-content p {
  margin-bottom: 0;
}
.section-content span {
  font-weight: 600;
}
.section-content .address-type {
  font-size: 15px;
}
.section-content .address-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
  font-weight: 500;
  color: var(--grey2);
}

.basket-container {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  overflow: hidden;
}
.basket-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--grey1);
  padding: 10px 1rem;
  cursor: pointer;
}
.basket-toggle:hover {
  background: var(--grey5);
}
.basket-toggle[aria-expanded=true] .basket-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.basket-count {
  margin-left: 0.2rem;
}
.basket-image-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.basket-image-group img {
  max-width: 50px;
  border-radius: 50px;
  border: 4px solid #fff;
  position: relative;
}
.basket-image-group img:not(:first-child) {
  margin-left: -20px;
}
.basket-arrow {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--grey3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.basket-arrow i {
  font-size: 16px;
}
.basket-body {
  border-top: 1px solid var(--border-grey);
  padding: 1rem;
}
.basket-list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.basket-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.basket-list-item-image {
  position: relative;
}
.basket-list-item-quantity {
  position: absolute;
  top: -5px;
  left: -5px;
  background: var(--accent);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: 600;
}
.basket-list-item-price {
  margin-top: 0.5rem;
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.delivery-addresses {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  padding: 1rem;
  margin-top: 1rem;
}

.address-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.address-header .send-to-same {
  margin-left: auto;
}
.address-header .send-to-same label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 500;
  background: var(--grey4);
  padding: 5px 10px;
  border-radius: 5px;
}
.address-header .edit-link {
  margin-left: auto;
  font-size: 13px;
  font-weight: 500;
  color: var(--grey2);
  cursor: pointer;
}
.address-header .edit-link:hover {
  color: var(--accent);
}
.address-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--grey1);
}
.address-options {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.address-options .new-address-box {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background: var(--grey5);
}
.address-options .new-address-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 500;
  color: var(--grey2);
  cursor: pointer;
}
.address-options .new-address-box a:hover {
  color: var(--accent);
}
.address-card {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  background: var(--grey5);
}
.address-card.selected {
  border-color: var(--accent);
  border-width: 2px;
}
.address-card.selected .person-name,
.address-card.selected .phone,
.address-card.selected .full-address,
.address-card.selected .city-region {
  color: var(--grey1);
}
.address-radio {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.address-radio input {
  margin-bottom: 0;
  cursor: pointer;
}
.address-radio input:checked {
  background: var(--accent);
  border-color: var(--accent);
  border-radius: 50%;
  position: relative;
}
.address-radio input:checked:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  background: var(--accent);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.address-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
  font-weight: 500;
  color: var(--grey2);
  gap: 3px;
}
.address-details .person-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.address-details .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.address-details .full-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.address-details .city-region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.address-description {
  font-size: 13px;
  font-weight: 500;
  color: var(--grey2);
  margin-bottom: 0.5rem;
  display: block;
}
.address-modal .modal-footer button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}
.address-modal .modal-footer button:hover {
  background: var(--hover);
  border-color: var(--hover);
}

.gift-pack-container {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.payment-form-methods .accordion .card {
  border-color: var(--border-grey);
}
.payment-form-methods .accordion .card-header {
  padding: 0.5rem 1rem;
  background: var(--grey5);
  border-bottom: 1px solid var(--border-grey);
}
.payment-form-methods .accordion .card-header h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment-form-methods .accordion .card-header h2 .btn-link {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: var(--grey2);
}
.payment-form-methods .accordion .card-header h2 .btn-link:hover, .payment-form-methods .accordion .card-header h2 .btn-link:focus, .payment-form-methods .accordion .card-header h2 .btn-link:focus-visible {
  text-decoration: none;
}
.payment-form-methods .accordion .card-header h2 .btn-link[aria-expanded=true] {
  color: var(--accent);
}
.payment-form-methods .accordion .card-header h2 .btn-link[aria-expanded=true]::after {
  content: "Seçili Ödeme Yöntemi";
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: auto;
}

.balance-pay-info {
  font-size: 13px;
  font-weight: 500;
  color: var(--grey2);
}
.balance-pay-text {
  font-size: 13px;
  font-weight: 600;
  color: var(--grey1);
  border: 1px solid var(--border-grey);
  border-radius: 5px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  gap: 5px;
}

.btn-balance-pay {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.btn-balance-pay:hover {
  background-color: var(--hover);
  border-color: var(--hover);
  color: white;
}

.myAccount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.myAccount .description {
  font-size: 14px;
  font-weight: 400;
  color: var(--grey1);
  margin-bottom: 10px;
}
.myAccount .link-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.myAccount .link-content .link-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--grey4);
  padding: 40px 20px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--grey1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.myAccount .link-content .link-link i {
  font-size: 30px;
  font-weight: 400;
  color: var(--grey1);
}
.myAccount .link-content .link-link:hover {
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.myAccount .link-content .link-link:hover i {
  color: #fff;
}

.customer-balance,
.customer-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--grey4);
  border-radius: 6px;
  padding: 1rem;
  margin-top: 0.3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.customer-balance .balance-title,
.customer-balance .points-title,
.customer-points .balance-title,
.customer-points .points-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  color: var(--grey1);
}
.customer-balance .balance-title i,
.customer-balance .points-title i,
.customer-points .balance-title i,
.customer-points .points-title i {
  font-size: 16px;
  font-weight: 400;
  color: var(--grey1);
}

.border-none {
  border: none !important;
}

@media (max-width: 991px) {
  .category-filter-order-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-header-space {
    display: block;
  }
  header.desktop {
    display: none;
  }
  header.mobile {
    display: block;
  }
  body {
    margin-bottom: 52px;
  }
  .mobile-sidebar {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobile-sidebar .mobile-logo img {
    max-width: 250px;
  }
  .mobile-sidebar .sidebar-close {
    font-size: 32px;
    color: #666;
  }
  .bottom-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    background-color: #fff;
    width: 100%;
    height: 52px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-inline: 1rem;
    border-top: 1px solid #ddd;
  }
  .bottom-navbar-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 24px;
    color: #111;
  }
  .stores .cards {
    display: block;
    text-align: center;
  }
  .stores .card {
    display: inline-block;
    border-right: none;
    margin: 0;
    max-width: 45%;
    height: 50px;
    border: 0;
  }
  footer .bar p {
    text-align: center !important;
  }
  footer .bar .right-image {
    margin: 10px 0;
    text-align: center !important;
  }
  footer .logo-area {
    display: none;
  }
  footer .bb {
    border-top: 0;
    border-bottom: 0;
  }
  footer .info {
    padding-top: 0;
  }
  footer .info .title {
    text-align: center !important;
    color: var(--hover);
    border: 1px solid #000;
    padding: 8px;
    position: relative;
  }
  footer .info .title::after {
    content: "+";
    right: 10px;
    top: 3px;
    bottom: 0;
    position: absolute;
    font-size: 20px;
    margin-bottom: 10px;
  }
  footer .info .fs {
    display: none;
    text-align: center !important;
    border: 1px solid #000;
    margin-bottom: 15px;
    color: #000 !important;
  }
  footer .info ul {
    margin: 0;
  }
  footer .info ul li {
    color: #000 !important;
  }
  footer .info ul li a {
    color: #000;
  }
  footer .info ul li a:before {
    display: none;
  }
  footer .social-media {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0;
  }
  footer .secure {
    text-align: center !important;
    margin: 10px 0;
  }
}




/* Stores */
.stores {
    background: #fff;
    border-top: solid 1px #e6e6e6;
    padding: 10px 0;
}

.stores .cards {
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.stores .card {
    border: none;
    box-shadow: none;
    margin: 0 !important;
    border-left: 1px solid #e6e6e6;
}

.stores .card:first-child {
    border-left: 0;
}

.stores .card .card-body {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.stores .card .card-body img {
    max-height: 80%;
    max-width: 60%!important;
    margin: 0 auto;
}

.stores .card .card-header {
    display: none;
}

.stores .text-white {
    font-weight: bold;
    font-size: 12px !important;
}
/*stores*/

/*tüm kategoriler scroll*/
.f-ul {
    max-height: 400px;
    overflow-y: auto;
}

.f-ul .dropdown-menu {
    max-height: 600px;
    overflow-y: auto;
}
/*tüm kategoriler scroll*/



/*kart boyuları eşitleme*/

.card-product {
    height: 100%;
}

.card-product-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative; 
}

.buttons {
    margin-top: auto;
    width: 100%; 
}


.card-product .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 40px; 
    margin-bottom: 10px;
}

.info-group {
    min-height: 25px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*boyuları eşitleme*/




/* ========================================= */
/* === GENEL KART AYARLARI (TÜM EKRANLAR) === */
/* ========================================= */

.card-product .prices .list-price,
.card-product .prices .sale-price {
    white-space: nowrap;
}

.card-product .btn-icon {
    display: none !important;
}
.card-product .btn-text {
    display: inline-block;
}

.card-product .btn-cart {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    padding: 8px 15px; 
    font-size: 14px;
    flex-shrink: 0; 
}

.card-product .buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    width: 100%;
}

.card-product .price-group {
    display: flex;
    flex-direction: row; 
    align-items: center;
    margin-right: auto !important;
}


.card-product .prices .list-price,
.card-product .prices .sale-price {
    display: block; 
}




@media (max-width: 768px) {

    
    .card-product .btn-text { 
        display: none !important; 
    }
    .card-product .btn-icon { 
        display: block !important; 
        font-size: 18px;
    }

    .card-product .btn-cart {
        padding: 0;
        width: 38px;
        height: 38px;
        min-width: 38px; 
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
    }

    .card-product .price-group {
        flex-direction: row; 
        flex: 1; 
    }

    .card-product .prices {
        display: flex;
        flex-direction: column;
        line-height: 1.1; 
    }

    .card-product .sale-price { font-size: 15px; }
    .card-product .list-price { font-size: 11px; }
    .card-product .discount { font-size: 11px; padding: 3px 6px; }
    
    
    .card-product .prices .list-price,
    .card-product .prices .sale-price {
        white-space: nowrap;
        display: block;
    }
    
  .card-product {
    height: 100%;
  }

  .card-product-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .card-product .brand-name {
    min-height: 18px;
    display: block;
  }

  .card-product .title {
    font-size: 13px;
    min-height: 38px; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
  }

  .card-product .prices {
    display: grid;
    grid-template-rows: 22px auto;  
    row-gap: 4px;
    min-height: 50px; 
  }

  .card-product .list-price {
    grid-row: 1;
    align-self: start;
    white-space: nowrap;
  }

  .card-product .prices:not(:has(.list-price))::before {
    content: "";
    grid-row: 1;
    display: block;
    min-height: 22px;
  }

  .card-product .sale-price {
    grid-row: 2;
    align-self: start;
    white-space: nowrap;
  }
     
  .card-product .buttons {
    gap: 8px; 
    margin-top: auto !important;  
    display: flex;
    justify-content: flex-end;
    padding-top: 8px;
  }

  .card-product .btn-cart {
    height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


/*kart boyuları eşitleme*/

/*sipariş sayfası*/
.link-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; 
}

.link-item {
  flex: 1 1 calc(50% - 10px); 
  display: flex;
}

.myAccount .link-content .link-link {
  flex: 1;
  gap: 10px;
  text-decoration: none;
  height: 100%;
}




@media (max-width: 518px) {
  .link-item {
    flex: 1 1 100%; 
  }
}

@media (max-width: 971px) {
  .order-filter {
    flex-wrap: wrap;
    white-space: normal;
  }
  .order-filter button {
    flex: 1 0 calc(50% - 6px);
  }
}

/*sipariş sayfası*/
.payment-form-methods {
    min-height: 420px;
}

.raw-content p:last-child:has(br:only-child),
.raw-content p:last-child:empty {
    display: none;
}
/*sipariş sayfası*/

/*profil info alanı*/
.product-profile-info li {
    display: grid;
    grid-template-columns: 200px 15px auto; 
    align-items: center;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
}

.product-profile-info .label {
    color: #70747D;
    font-size: 15px;
}

.product-profile-info .sep {
    text-align: center;
    color: #70747D;
}

.product-profile-info .value {
    color: #000;
}

/*profil info alanı*/

/*Add to style.css*/
.ship_type {
    border: 1px dashed #ccc;
    padding: 10px;
    border-radius: 6px;
    margin-right: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
  }

/* giriş yap üye ol */

section.pattern-group-p-register .p-g-mod-header .p-g-m-h-info,
section.pattern-group-p-login .p-g-mod-header .p-g-m-h-info {
display: flex !important;
justify-content: center !important;
width: 100% !important;
}

section.pattern-group-p-register .p-g-m-h-i-title,
section.pattern-group-p-login .p-g-m-h-i-title {
text-align: center !important;
width: 100% !important;
font-size: 24px !important;
}

section.pattern-group-p-register .common-register-form,
section.pattern-group-p-login .login-form,
.login-form,
section.pattern-group-p-login .p-g-b-c-0 .box,
section.pattern-group-p-login .p-g-b-c-2 .userPanelTitle {
background: #ffffff !important;
border-radius: 0.5rem !important;
border: 0.5px solid #e5e7eb !important;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04) !important;
box-sizing: border-box !important;
}

section.pattern-group-p-register .form-input,
.login-form .form-input {
display: flex;
flex-direction: column;
gap: 6px;
}

section.pattern-group-p-register .form-input label,
.login-form .form-input label {
display: none !important;
}

section.pattern-group-p-register .form-control,
.login-form .form-control.m-input {
width: 100%;
box-sizing: border-box;
}

section.pattern-group-p-register .form-control:focus,
.login-form .form-control.m-input:focus,
section.pattern-group-p-register .form-control.m-input:focus {
outline: none !important;
border-color: var(--accent) !important;
box-shadow: 0 0 0 3px rgba(83, 74, 183, 0.08) !important;
}

section.pattern-group-p-register .btn-success:active,
.login-form .btn-success:active,
.login-form .btn-fb-login:active,
.login-form .btn-google-login:active,
.login-form .btn-primary:active,
section.pattern-group-p-login .btn-social:active {
transform: scale(0.99);
}

section.pattern-group-p-register .common-register-form {
max-width: 620px;
margin: 0 auto;
padding: 2rem;
}

section.pattern-group-p-register .register_description .alert-info {
background: var(--color-background-info);
color: var(--color-text-info);
border: 0.5px solid var(--color-border-info);
border-radius: 8px;
padding: 12px 16px;
font-size: 14px;
margin-bottom: 2rem;
}

section.pattern-group-p-register .mws-form-inline .row {
display: flex;
gap: 16px;
}

section.pattern-group-p-register .mws-form-inline .col-md-6 {
flex: 1;
min-width: 0;
}

section.pattern-group-p-register .mws-form-inline > div:not(.row):not(.mt-3):not(.social-divider):not(.d-flex) {
display: flex;
align-items: flex-start;
gap: 10px;
margin-bottom: 0.75rem;
padding: 10px 14px;
background: #f9fafb;
border-radius: 8px;
border: 0.5px solid #e5e7eb;
}

section.pattern-group-p-register .mws-form-inline > div:not(.row):not(.mt-3) label {
font-size: 13px;
color: #6b7280;
line-height: 1.5;
cursor: pointer;
}

section.pattern-group-p-register .mws-form-inline > div:not(.row):not(.mt-3) label a {
color: var(--accent);
text-decoration: none;
font-weight: 500;
}

section.pattern-group-p-register .mws-form-inline > div:not(.row):not(.mt-3) label a:hover {
text-decoration: underline;
}

section.pattern-group-p-register .ibutton {
accent-color: var(--accent);
width: 16px;
height: 16px;
cursor: pointer;
flex-shrink: 0;
margin-top: 2px;
}

section.pattern-group-p-register .section-divider {
border: none;
border-top: 0.5px solid #e5e7eb;
margin: 1.5rem 0;
}

section.pattern-group-p-register .btn-success {
width: 100%;
padding: 12px;
font-size: 15px;
font-weight: 500;
background: var(--accent);
color: #ffffff;
border: none;
border-radius: 8px;
cursor: pointer;
transition: background 0.15s, transform 0.1s;
}

section.pattern-group-p-register .btn-success:hover,
.login-form .btn-success:hover {
background: var(--hover) !important;
}

section.pattern-group-p-login .login-form,
.login-form {
max-width: 420px;
margin: 0 auto;
padding: 1.5rem 1rem;
}

.login-form .form-control.m-input {
height: 45px !important;
padding: 12px 14px 4px 14px !important;
font-size: 14px !important;
border: 1px solid #d1d5db !important;
border-radius: 8px !important;
box-sizing: border-box !important;
transition: all 0.2s ease-in-out !important;
}

.login-form .btn-success {
width: 100%;
height: 46px !important;
padding: 0 12px !important;
font-size: 15px;
font-weight: 500;

color: var(--grey5) !important;
border: none !important;
border-radius: 8px !important;
cursor: pointer;
transition: background 0.15s, transform 0.1s;
display: flex;
align-items: center;
justify-content: center;
}

.login-form .d-flex.flex-column {
gap: 10px;
margin-top: 15px;
text-align: center;
font-size: 13px;
color: #9ca3af;
}

.login-form .btn-fb-login,
.login-form .btn-google-login,
.login-form .btn-primary {
width: 100%;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
font-size: 14px;
font-weight: 500;
border-radius: 8px;
text-decoration: none;
transition: opacity 0.15s, transform 0.1s;
border: none;
margin: 0 !important;
}

.login-form .btn-fb-login {
background: #1877f2 !important;
color: #ffffff !important;
}

.login-form .btn-google-login {
background: #ffffff !important;
color: #374151 !important;
border: 0.5px solid #d1d5db !important;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.login-form .btn-primary {
background: #f3f4f6 !important;
color: #374151 !important;
border: 0.5px solid #e5e7eb !important;
}

.login-form .btn-fb-login:hover,
.login-form .btn-google-login:hover,
.login-form .btn-primary:hover {
opacity: 0.9;
}

section.pattern-group-p-login .pattern-group-body > .row {
display: flex !important;
align-items: flex-start !important;
}

section.pattern-group-p-login .p-g-b-c-inner {
height: 100% !important;
display: flex !important;
flex-direction: column !important;
}

section.pattern-group-p-login .p-g-b-c-0 .p-g-mod,
section.pattern-group-p-login .p-g-b-c-2 .p-g-mod {
margin-top: 52px !important;
}


.box.box-sifre {
    padding: 1rem !important;
    border: 1px solid var(--border-grey) !important;
    border-radius: 0.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04) !important;
    background-color: var(--grey5);
}

section.pattern-group-p-login .p-g-b-c-0 .box, 
section.pattern-group-p-login .p-g-b-c-2 .userPanelTitle,
section.pattern-group-p-login .userPanelTitle { 
    border: 1px solid var(--border-grey) !important;
    background-color: var(--grey5) !important;
    padding: 1rem !important;
    min-height: 200px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.pattern-group-p-login .social-divider {
display: flex;
align-items: center;
gap: 12px;
margin: 16px 0;
}

section.pattern-group-p-login .social-divider span {
font-size: 12px;
color: #9ca3af;
white-space: nowrap;
}

section.pattern-group-p-login .social-divider::before,
section.pattern-group-p-login .social-divider::after {
content: '';
flex: 1;
height: 0.5px;
background: #e5e7eb;
}

section.pattern-group-p-login .btn-social {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
padding: 11px 16px;
border-radius: 10px;
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: opacity .15s, transform .1s;
text-decoration: none;
box-sizing: border-box;
margin-bottom: 10px;
border: none;
}

section.pattern-group-p-login .btn-social:hover {
opacity: .88;
}

section.pattern-group-p-login .btn-fb {
background: #1877F2;
color: #fff;
}

section.pattern-group-p-login .btn-google {
background: #fff;
color: #3c4043;
border: 0.5px solid #dadce0;
}

section.pattern-group-p-login .p-g-b-c-0 .btn-primary,
section.pattern-group-p-login .p-g-b-c-2 .btn-danger {
width: 100%;
height: 44px !important;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 500;
border-radius: 8px;
text-decoration: none;
transition: all 0.15s ease;
border: none !important;
}

section.pattern-group-p-login .p-g-b-c-0 .btn-primary {
background: #f3f4f6 !important;
background-color: rgba(0, 85, 181, 0.1) !important;
color: #0055b5 !important;
border: 0.5px solid #e5e7eb !important;
}

section.pattern-group-p-login .p-g-b-c-2 .btn-danger {
background: #fff0f1 !important;
color: #da3746 !important;
border: 0.5px solid #fecdd3 !important;
}

section.pattern-group-p-login .p-g-b-c-0 .btn-primary:hover {
background: rgba(0, 85, 181, 0.2) !important;
}

section.pattern-group-p-login .p-g-b-c-2 .btn-danger:hover {
background: #ffe4e6 !important;
}

span.zaten-uyeyim-box {
display: block;
text-align: center;
margin-top: 20px;
margin-bottom: 10px;
}

span.zaten-uyeyim-box .zaten-uyeyim-link {
font-size: 15px;
color: #4b5563;
font-weight: 500;
display: inline-block;
transition: color 0.2s ease;
}

span.zaten-uyeyim-box .zaten-uyeyim-link:hover {
color: #1f2937;
}

.floating-input {
position: relative;
width: 100%;
}

.login-form .floating-input label {
display: block !important;
position: absolute;
left: 14px;
top: 50%;
transform: translateY(-50%);
font-size: 14px !important;
color: #9ca3af !important;
font-weight: 400 !important;
pointer-events: none;
transition: all 0.2s ease-in-out !important;
background: transparent;
}

.login-form .form-control.m-input:focus + label,
.login-form .form-control.m-input:not(:placeholder-shown) + label {
top: 2px;
transform: translateY(0);
font-size: 11px !important;
font-weight: 600 !important;
color: var(--accent) !important;
}

section.pattern-group-p-register .form-control.m-input {
display: block !important;
width: 100% !important;
height: 42px !important;
padding: 14px 14px 2px 14px !important;
font-size: 14px !important;
background: #ffffff !important;
color: #111827 !important;
border: 1px solid #d1d5db !important;
border-radius: 8px !important;
box-sizing: border-box !important;
box-shadow: none !important;
transition: all 0.2s ease-in-out !important;
}

section.pattern-group-p-register .floating-input label {
display: block !important;
position: absolute !important;
left: 14px !important;
top: 50% !important;
transform: translateY(-50%) !important;
font-size: 14px !important;
color: #9ca3af !important;
font-weight: 400 !important;
pointer-events: none !important;
transition: all 0.2s ease-in-out !important;
background: transparent !important;
margin: 0 !important;
padding: 0 !important;
}

section.pattern-group-p-register .form-control.m-input:focus + label,
section.pattern-group-p-register .form-control.m-input:not(:placeholder-shown) + label {
top: 2px !important;
transform: translateY(0) !important;
font-size: 9px !important;
font-weight: 600 !important;
color: var(--accent) !important;
}

.login-form .btn-success {
    color: #ffffff !important;
}

div.col-12 .login-form {
    max-width: 100% !important; 
}

#uptNew h4 {
  color: #0055b5;
}
.box-sifre .userPanelTitle h4 {
    color: #da3746 !important;
}
/* giriş yap */

/** sepet son **/

.actions-item-basket .dropdown-menu {
    padding: 15px 18px !important;
    width: 230px !important;     
    border-radius: 0px;
    border: 1px solid #eee;
}

/* İç yazılar */
.actions-item-basket .dropdown-menu .cart-info-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-right: 5px;
    color: #333;
}

/* Sepete Git butonu */
.actions-item-basket .dropdown-menu li a {
    display: block;
    margin-top: 12px;
    background: var(--hover);    
    color: #fff !important;
    text-align: center;
    padding: 5px 0;
    border-radius: 0px;
    font-weight: 600;
    transition: 0.2s ease;
}



.actions-item-basket .dropdown-menu li a:hover {
    background: var(--accent);  
    text-decoration: none;
    
}

.actions-item-basket .dropdown-menu .cart-info-value {
    font-size: 14px;
    font-weight: 700;
    color: #111;
}

/*sepet son */

/*tüm kategorilerin ana sayfada açık olması*/
.menu-left.force-open {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.dropdown-category {
    width: 240px; 
    box-sizing: border-box;
}

.dropdown-category > .nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.dropdown-category .menu-left {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.dropdown-category .nav-link svg.lucide-menu {
    margin-right: 12px !important; 
    margin-left: 20px;
}

/*tüm kategorilerin ana sayfada açık olması*/

/*bize ulasin*/


.header-phone-wrapper {
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.phone-trigger:hover { color: var(--hover, #f5f5f5); }

.dropdown-icon { font-size: 14px; transition: transform 0.3s; }
.header-phone-wrapper:hover .dropdown-icon { transform: rotate(180deg); }



.header-phone-wrapper:hover .phone-submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.header-phone-wrapper .phone-submenu .submenu-section .section-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-weight: 600;
    display: block;
}

/* Telefon Linkleri */
.phone-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--accent, #333);
    text-decoration: none;
}

/* WhatsApp Banner */
.whatsapp-banner {
    display: flex;
    align-items: center;
    background: var(--hover);
    color: #fff;
    padding: 12px;
    text-decoration: none;
    gap: 15px;
    margin: 10px 0;
}

.submenu-section.footer-info .info-item svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}


.submenu-section.footer-info .info-item address + svg, 
.submenu-section.footer-info .info-item:nth-child(2) svg {
    transform: scale(1.4); 
    transform-origin: center;
}

.whatsapp-banner i { font-size: 24px; }
.banner-text strong { display: block; font-size: 14px; }
.banner-text span { font-size: 11px; opacity: 0.9; }

.social-icon:hover { background: #333; color: #fff; }


.info-item i { color: var(--hover, #666); }
.info-item address { margin-bottom: 0; font-style: normal; }

hr { border: 0; border-top: 1px solid #eee; margin: 15px 0; }


/* İkonun rengini ayrıca sabitlemek gerekirse */
.whatsapp-banner i, 
.whatsapp-banner:hover i {
    color: #ffffff !important;
}

/* Tetikleyici Link */
.phone-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    text-decoration: none;
    padding: 10px 0;
    transition: color 0.3s;
    white-space: nowrap; /* Yazının kesinlikle tek satır kalmasını sağlar */
}

.contact-trigger {
    color: #ffffff !important;
}

/* Alt Menü Paneli */
.phone-submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 110%; 
    right: 0; 
    width: 320px;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
    padding: 20px;
    z-index: 9999;
    transform: translateY(15px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* İçeriklerin sola yaslanması */
.submenu-section {
    text-align: left;
}

.working-hours { font-size: 12px; color: #666; margin-top: 5px; text-align: start;}



/* Sosyal Medya İkonları */
.social-row { display: flex; gap: 10px; margin-top: 15px; }
.social-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #333;
    transition: 0.3s;
}

/* Bilgi Satırları */
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    margin-bottom: 8px;
    color: #555;
    text-align: left;
}

/* Banner Sabit Renkleri */
.whatsapp-banner, 
.whatsapp-banner:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.dropdown-icon {
    font-size: 14px;
    transition: transform 0.3s;
}

.whatsapp-banner .banner-text strong, 
.whatsapp-banner:hover .banner-text strong {
    color: #ffffff !important;
}

.whatsapp-banner:hover {
    background-color: #25D366 !important;
}
/*bize ulaşın*/

.pattern-group .pattern-group-header .p-g-h-info{
  align-items: center;
}
.pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-title{
  font-size: 26px;
}
.pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-description{
  font-size: 16px;
  color: var(--grey2);
  font-weight: 400 !important;
  margin-top: 10px;
}

.card-product .card-product-inner .price-group .discount{
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.newsletter-section {
    padding: 60px 0;
    border-top: 1px solid var(--hover);
}

.newsletter-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.newsletter-left {
    flex: 1;
}

.nl-subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #888;
    margin-bottom: 10px;
}

.nl-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--grey1);
}

.nl-description {
    font-size: 16px;
    color: #888;
    margin: 0;
}

.newsletter-right {
    flex: 1;
    max-width: 500px;
}

.nl-form {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.nl-input {
    flex: 1;
    padding: 15px 20px;
    border: 1px solid var(--hover);
    outline: none;
    background-color: var(--grey4);
    
}

.nl-input:focus {
    color: var(--grey1) !important;
    outline: none;
}

.nl-input::placeholder {
    color: var(--grey1) !important;
    opacity: 1; 
}

.nl-button {
    padding: 15px 30px;
    background-color: var(--hover);
    color: #fff;
    border: var(--hover);
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s;
}

.nl-button:hover {
    background-color: var(--hover); /* Sitenin hover rengini alır */
}

.nl-info {
    font-size: 12px;
    color: #999;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .newsletter-box {
        flex-direction: column;
        text-align: center;
    }
    .nl-form {
        flex-direction: column;
    }
    .newsletter-right {
        width: 100%;
    }
}

.nl-social-wrapper {
  margin-top: 25px; /* Form ile arasındaki boşluk */
}

.nl-social-card {
  display: flex;
  height: 50px;
  width: 220px;
  gap: 5px;
}

.nl-social-card a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  text-decoration: none;
  transition: 0.25s;
  border-radius: 0px; 
  background-color: #fff; 
  border: 1px solid var(--accent);
}

.nl-social-card svg {
  width: 20px;
  height: 20px;
  transition: transform 0.25s;
}

/* Hover Renkleri */
.nl-social-card .social-link1:hover { background-color: #1877F2; animation: bounce_613 0.4s linear; }
.nl-social-card .social-link2:hover { background-color: #616771; animation: bounce_613 0.4s linear; }
.nl-social-card .social-link3:hover { background-color: #ea4c89; animation: bounce_613 0.4s linear; } /* Dribbble/Behance örneği */
.nl-social-card .social-link4:hover { background-color: #FF0000; animation: bounce_613 0.4s linear; }

@keyframes bounce_613 {
  40% { transform: scale(1.2); }
  60% { transform: scale(0.9); }
  80% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* Mobil için ortalama */
@media (max-width: 768px) {
  .nl-social-wrapper {
    display: flex;
    justify-content: center;
  }
}

.bb {
    padding-bottom: 2rem;
}

.bar, .bar p, .bar span {
    color: #ffffff !important;
}

/**/
.card-product .card-product-inner .title{
  line-height: 19px;
}

/**/
/**sepete ekle**/
/* Görsel çerçevesini konumlandırma üssü yapıyoruz */
.image-wrapper {
  position: relative;
  overflow: hidden;
}

/* Buton kapsayıcısı artık aşağıda gizli değil, direkt sabit yerinde duruyor */
.image-wrapper .buttons {
  position: absolute;
  bottom: 0; /* Direkt görselin en altı */
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 10px;
  box-sizing: border-box;
  
  /* Arka plan gölgesini kaldırdık */
  background: transparent; 
  
  /* İlk başta tamamen gizli (şeffaf) olması için */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; /* Yumuşak belirme efekti */
}

/* Ürün kartının üstüne gelindiğinde buton görünür olur */
.card-product:hover .image-wrapper .buttons {
  opacity: 1;
  visibility: visible;
}

/* Butonun ilk hali (Yarı saydam mavi) */
.image-wrapper .buttons .btn-cart {
  width: 100%;
  display: block;
  text-align: center;
  border: none;
  color: #fff; /* Yazı rengi beyaz */
  border-radius: 0px;
  background-color: rgba(40, 60, 93, 0.5); /* İstediğin ilk renk */
  transition: background-color 0.2s ease; /* Buton hover rengi için geçiş */
}

/* Sadece butonun üstüne gelindiğinde (Opak mavi) */
.image-wrapper .buttons .btn-cart:hover {
  background-color: rgba(40, 60, 93, 1); /* İstediğin hover rengi */
  color: #fff;
}

/* Stokta yoksa ve buton disabled ise (Opsiyonel: Tasarımı bozmasın diye hafif matlaştırma) */
.image-wrapper .buttons .btn-cart.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.image-wrapper .buttons .btn-cart {
  width: 100%;
  
  /* Flexbox düzenini aktif ediyoruz */
  display: flex !important;
  align-items: center;      /* İkon ve yazıyı dikeyde tam ortalar */
  justify-content: center;  /* İkon ve yazıyı yatayda tam ortalar */
  gap: 8px;                 /* İkon ile yazı arasına 8px boşluk bırakır */
  
  text-align: center;
  border: none;
  border-radius: 0 !important; 
  color: #fff; 
  background-color: rgba(40, 60, 93, 0.5); 
  transition: background-color 0.2s ease; 
}

/*ürün kartı görseli*/
/* 1. Görselin ana çerçevesini tam olarak 240x240px yapıyoruz */
.image-wrapper .image {
  width: 240px !important;
  height: 240px !important;
  margin: 0 auto; /* Eğer kart genişse görseli ortalar */
  overflow: hidden; /* Taşmaları gizler */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 2. Resmin (img) kendisinin kutuyu tam doldurmasını ve tipinin kaymamasını sağlıyoruz */
.image-wrapper .image img {
  width: 100% !important;
  height: 100% !important;
  
  /* EN KRİTİK NOKTA: Resmin en-boy oranını korur, sünmesini engeller */
  object-fit: cover !important; 
  
  object-position: center; /* Resmi tam ortadan odaklar */
} 

/* 3. Daha önce eklediğimiz Sepete Ekle butonunun bu yeni genişliğe uyum sağlaması için */
.image-wrapper {
  width: 240px; /* Kartın üst resim alanını da 240px'e sabitler */
  margin: 0 auto;
}

.xzoom {
    box-shadow: none !important;
}

/* --- Genel Kart Hazırlığı --- */
.card-product-inner .image-wrapper {
    position: relative;
    overflow: hidden; /* Aşağıdan ve sağdan taşan butonların görünmemesi için kritik */
}

/* --- 1. Sepete Ekle Butonu Animasyonu --- */
.card-product-inner .buttons {
    position: absolute;
    bottom: -60px; /* Butonu ilk başta kartın dışına (aşağıya) gizliyoruz */
    left: 0;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1); /* Yumuşak bir ivme efekti */
    opacity: 0;
    z-index: 3;
}

/* Kartın üstüne gelindiğinde sepete ekle yukarı çıksın */
.card-product-inner:hover .buttons {
    bottom: 0px; /* Butonun kart içinde durmasını istediğin alt mesafe */
    opacity: 1;
}

/* --- 2. Sağdaki İkonlar (Favori ve Karşılaştırma) Animasyonu --- */
.card-product-inner .product-actions {
    position: absolute;
    right: -50px; /* İkonları ilk başta sağa (ekran dışına) gizliyoruz */
    top: 15px;    /* Yukarıdan hizası */
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    z-index: 3;
}

/* Kartın üstüne gelindiğinde ikonlar sağdan sola doğru gelsin */
.card-product-inner:hover .product-actions {
    right: 15px; /* İkonların kart içinde duracağı sağ mesafe */
    opacity: 1;
}

/* --- Alternatif: İkonların İçindeki Butonlara Tek Tek İvme Vermek İstersen (Opsiyonel) --- */
.card-product-inner .product-actions .compare-button,
.card-product-inner .product-actions .favourite {
    transform: translateX(20px);
    transition: all 0.3s ease;
}

.card-product-inner:hover .product-actions .compare-button,
.card-product-inner:hover .product-actions .favourite {
    transform: translateX(0);
}

.card-product .card-product-inner {
  padding: 0 !important;

}

.card-product-inner .price-group {
    display: flex;
    justify-content: center !important;  
    align-items: center;      
    gap: 10px;
    width: 100%;
}


/*menü*/
.dropdown-menu2 {
    width: 100% !important; 
    min-width: 950px;      
    box-sizing: border-box;
    padding: 25px !important;
    background: #ffffff !important;
    border: 1px solid #e1e1e1 !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
}

.mega-menu-container {
    width: 100% !important;
}

.mega-menu-grid-layout {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important; 
    gap: 25px 20px; 
    align-items: start;
    width: 100%;
}

.sub-cat-box {
    display: flex;
    flex-direction: column;
    height: 100%; 
}

.sub-cat-box .sub-title {
    font-weight: 700;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
    border-bottom: 2px solid #eeeeee; 
    padding-bottom: 6px;
    text-decoration: none;
    transition: color 0.2s;
}

.sub-cat-box .sub-title:hover {
    color: #0056b3; 
}

.sub-category-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sub-category-list li {
    margin-bottom: 8px;
}

.sub-category-list li a {
    font-size: 13px;
    color: #666;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}

.sub-category-list li a:hover {
    color: #000; 
    transform: translateX(3px); 
}

/*menü*/
/** ürün kartı ikon**/
.product-actions .compare-button i[class*="ri-"] {

    font-size: 0 !important;
    display: inline-block;
    
    width: 20px;
    height: 20px;
    

    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M16.0503 12.0498L21 16.9996L16.0503 21.9493L14.636 20.5351L17.172 17.9988L4 17.9996V15.9996L17.172 15.9988L14.636 13.464L16.0503 12.0498ZM7.94975 2.0498L9.36396 3.46402L6.828 5.9988L20 5.99955V7.99955L6.828 7.9988L9.36396 10.5351L7.94975 11.9493L3 6.99955L7.94975 2.0498Z'></path></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M16.0503 12.0498L21 16.9996L16.0503 21.9493L14.636 20.5351L17.172 17.9988L4 17.9996V15.9996L17.172 15.9988L14.636 13.464L16.0503 12.0498ZM7.94975 2.0498L9.36396 3.46402L6.828 5.9988L20 5.99955V7.99955L6.828 7.9988L9.36396 10.5351L7.94975 11.9493L3 6.99955L7.94975 2.0498Z'></path></svg>");
    
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    

    background-color: var(--accent); 
}
i.ri-heart-line {
    font-size: 20px;
}
/** ürün kartı ikon**/