﻿/* Created by Milad akbary*/
/* email: mas1995.ma@gmail.com */
@font-face {
  font-family: "Mulish-Light";
  src: url("../fonts/Mulish/static/Mulish-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Mulish/static/Mulish-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Mulish/static/Mulish-Light.woff2") format("woff2"), url("../fonts/Mulish/static/Mulish-Light.woff") format("woff"), url("../fonts/Mulish/static/Mulish-Light.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish-Regular";
  src: url("../fonts/Mulish/static/Mulish-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Mulish/static/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Mulish/static/Mulish-Regular.woff2") format("woff2"), url("../fonts/Mulish/static/Mulish-Regular.woff") format("woff"), url("../fonts/Mulish/static/Mulish-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-gradient: linear-gradient(135deg, rgb(0, 116, 217) 0%, rgb(0, 61, 115) 100%);
  --primary-color: #0074d9;
  --primary-dark: #003d73;
  --secondary-color: #f8f9fa;
  --accent-color: #17a2b8;
  --text-primary: #2c3e50;
  --text-secondary: #6c757d;
  --border-color: #e9ecef;
  --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 24px rgba(0,0,0,0.15);
  --gradient-hover: linear-gradient(135deg, rgb(0, 126, 237) 0%, rgb(0, 71, 125) 100%);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-image: linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -moz-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -webkit-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -o-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(0, 116, 217)), to(rgb(0, 61, 115)));
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(right top, rgb(0, 61, 115), rgb(0, 116, 217));
  background-image: -moz-linear-gradient(right top, rgb(0, 61, 115), rgb(0, 116, 217));
  background-image: -webkit-linear-gradient(right top, rgb(0, 61, 115), rgb(0, 116, 217));
  background-image: -o-linear-gradient(right top, rgb(0, 61, 115), rgb(0, 116, 217));
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(0, 61, 115)), to(rgb(0, 116, 217)));
  cursor: pointer;
}

body {
  font-family: "Mulish-Regular";
  background-image: url(../img/logo-white.svg);
  background-size: 219%;
  background-position-x: 55%;
  background-position-y: 27%;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.web-style {
  /* Product Detail Page Additional Styles */
  /* Image Modal */
  /* Gallery Images Hover Effect */
  /* Comment Section Improvements */
  /* Rating Component */
  /* Product Attributes Table */
  /* Sticky Sidebar Enhancements */
  /* Product Top Details */
  /* Responsive Design */
  /* Loading States */
  /* Form Improvements */
  /* Tab Content */
  /* Breadcrumb Improvements */
  /* Empty States */
  /* Button Improvements */
}
.web-style .container-product {
  position: relative;
  min-height: 1200px;
}
.web-style .loading-golfgate {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  object-position: center;
}
.web-style .loading-golfgate img {
  width: 120px;
}
.web-style .list-section {
  position: relative;
}
.web-style .loading-golfgate-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  object-position: center;
}
.web-style .loading-golfgate-box img {
  width: 120px;
}
.web-style .user-login-avatar button {
  border-radius: 12px;
}
.web-style .user-login-avatar button img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.web-style .ad-banner {
  padding: 0;
  height: 75px;
}
.web-style .ad-banner img {
  height: 75px;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.web-style .ad-banner div {
  position: relative;
  display: flex;
  align-items: center;
  height: 75px;
}
.web-style .ad-banner div h5 {
  color: white;
  display: inline-block;
}
.web-style .ad-banner div h5 strong {
  font-size: 35px;
}
.web-style .ad-banner div .btn-ad-link {
  margin: 0 auto;
  color: white;
  background-color: rgba(0, 0, 0, 0.3019607843);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 19px;
}
.web-style .ad-banner div .btn-ad-close {
  color: white;
  background-color: rgba(0, 0, 0, 0.3019607843);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: none;
}
.web-style header {
  width: 100%;
  display: block;
}
.web-style header nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 15px;
}
.web-style header nav .logo {
  padding: 20px;
}
.web-style header nav .logo img {
  height: 60px;
}
.web-style header nav .Search-box {
  flex: 1;
  text-align: center;
}
.web-style header nav .Search-box div {
  display: flex;
  justify-content: center;
  border-radius: 25px;
  overflow: hidden;
  width: fit-content;
  margin: 0 auto;
  transition: all 0.3s;
}
.web-style header nav .Search-box div:hover {
  outline: 2px solid #000;
  border: none;
}
.web-style header nav .Search-box div * {
  border: none;
  transition: all 0.3s;
}
.web-style header nav .Search-box div select {
  background: #000;
  padding: 10px 10px 10px 25px;
  color: #fff;
  border-right: 11px solid #000;
}
.web-style header nav .Search-box div input[type=search] {
  background: #E2E8F0;
  padding: 10px;
  font-size: 13px;
  min-width: 25vw;
}
.web-style header nav .Search-box div input[type=search]:focus {
  outline: none;
  border: none;
}
.web-style header nav .Search-box div .btn-search {
  background: #E2E8F0;
  padding: 0 10px;
  font-size: 20px;
}
.web-style header nav .Search-box div .btn-advanced-search {
  padding: 10px 25px 10px 25px;
  background-image: linear-gradient(right top, rgb(251, 165, 26), rgb(204, 126, 1));
  background-image: -moz-linear-gradient(right top, rgb(251, 165, 26), rgb(204, 126, 1));
  background-image: -webkit-linear-gradient(right top, rgb(251, 165, 26), rgb(204, 126, 1));
  background-image: -o-linear-gradient(right top, rgb(251, 165, 26), rgb(204, 126, 1));
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(251, 165, 26)), to(rgb(204, 126, 1)));
}
.web-style header nav .menu-area {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.web-style header nav .menu-area * {
  border: none;
  font-size: 15px;
  text-decoration: none;
  color: #000;
}
.web-style header nav .menu-area i {
  font-size: 25px;
}
.web-style header nav .menu-area li {
  list-style: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.web-style header nav .menu-area li .m-item-lang {
  background: white;
}
.web-style header nav .menu-area li label {
  display: inline-flex;
}
.web-style header nav .menu-area li .btn-list-cart {
  background: white;
  position: relative;
  display: flex;
  align-items: center;
}
.web-style header nav .menu-area li .btn-list-cart span {
  position: absolute;
  background: #ff0000;
  color: #fff;
  padding: 1px 8px;
  border-radius: 100px;
  font-size: 10px;
  bottom: -5px;
  right: -4px;
}
.web-style header nav .menu-area li .btn-link-login {
  display: flex;
  align-items: center;
  background: white;
}
.web-style header nav .menu-area li:hover * {
  color: rgb(0, 116, 217);
}
.web-style header menu {
  font-size: 17px;
}
.web-style header menu > ul {
  display: flex;
  flex-direction: row;
  gap: 35px;
  position: relative;
  align-items: center;
  align-items: anchor-center;
}
.web-style header menu > ul > li {
  list-style: none;
}
.web-style header menu > ul > li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.web-style header menu > ul > li:last-child {
  flex: 1;
  text-align: right;
}
.web-style header menu > ul > li ul {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  min-height: 300px;
  display: none;
}
.web-style header menu > ul > li ul li {
  list-style: none;
}
.web-style .breadcrumb {
  background: rgba(199, 199, 199, 0.15);
  border-radius: 12px;
  padding: 12px 20px;
  margin-bottom: 20px;
}
.web-style .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: cornflowerblue;
  font-weight: bold;
}
.web-style .breadcrumb-item a {
  color: rgb(74, 79, 84);
  text-decoration: none;
  transition: color 0.3s;
}
.web-style .breadcrumb-item a:hover {
  color: tomato;
}
.web-style .breadcrumb-item.active {
  color: black;
  font-weight: 600;
}
.web-style .btn-primary-gg {
  background-image: linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -moz-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -webkit-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -o-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(0, 116, 217)), to(rgb(0, 61, 115)));
  border: none;
  color: white;
  padding: 16px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: var(--shadow-sm);
}
.web-style .feature-section .feature-box .feature-item {
  color: #fff;
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  text-decoration: none;
  padding: 20px;
  min-height: 138px;
  background-image: url(../img/otis-redding.png);
  transition: all 0.3s;
}
.web-style .feature-section .feature-box .feature-item h4 {
  font-size: 25px;
}
.web-style .feature-section .feature-box .feature-item i {
  font-size: 78px;
  flex: 1;
  text-align: right;
  transition: all 0.3s;
}
.web-style .feature-section .feature-box .feature-item.fe-color-1 {
  background-color: rgb(255, 102, 0);
}
.web-style .feature-section .feature-box .feature-item.fe-color-2 {
  background-color: rgb(42, 94, 153);
}
.web-style .feature-section .feature-box .feature-item.fe-color-3 {
  background-color: rgb(29, 89, 100);
}
.web-style .feature-section .feature-box .feature-item.fe-color-4 {
  background-color: rgb(100, 29, 74);
}
.web-style .feature-section .feature-box .feature-item.fe-color-5 {
  background-color: rgb(62, 29, 100);
}
.web-style .feature-section .feature-box .feature-item.fe-color-6 {
  background-color: rgb(29, 89, 100);
}
.web-style .feature-section .feature-box .feature-item:hover {
  filter: hue-rotate(45deg);
}
.web-style .feature-section .feature-box .feature-item:hover i {
  color: rgba(0, 0, 0, 0.5);
}
.web-style .banner-section {
  margin-top: 25px;
}
.web-style .banner-section .banner-item {
  display: inline-block;
  width: 100%;
}
.web-style .banner-section .banner-item img {
  width: 100%;
  aspect-ratio: 16/6;
  border-radius: 10px;
  object-fit: cover;
}
.web-style .banner-section .banner-item.has-black::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(right top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: -moz-linear-gradient(right top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: -webkit-linear-gradient(right top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: -o-linear-gradient(right top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  left: 0;
  top: 0;
  border-radius: 10px;
}
.web-style .banner-section .banner-item div {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-self: center;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.web-style .banner-section .banner-item div h1 {
  width: 50%;
  font-size: 60px;
  color: #fff;
}
.web-style .banner-section .banner-item div h1 b {
  color: rgb(204, 126, 1);
}
.web-style .banner-section .banner-item div h1 button {
  font-size: 17px;
  background-color: transparent;
  color: #fff;
  border: none;
}
.web-style .banner-section .banner-item div h1 button i {
  padding-right: 10px;
}
.web-style .about-section {
  margin-top: 25px;
}
.web-style .about-section .about-box {
  padding: 20px;
  padding-top: 50px;
  background-color: rgb(237, 246, 255);
  border-radius: 10px;
  min-height: 300px;
  justify-items: center;
  width: 100%;
  display: block;
  position: relative;
}
.web-style .about-section .about-box .swiper {
  width: 100%;
}
.web-style .about-section .about-box h2 {
  font-size: 45px;
  background-image: linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -moz-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -webkit-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -o-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(0, 116, 217)), to(rgb(0, 61, 115)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  margin: 0 auto;
}
.web-style .about-section .about-box > p {
  font-size: 25px;
  text-align: center;
  background-image: linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -moz-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -webkit-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -o-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(0, 116, 217)), to(rgb(0, 61, 115)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.web-style .about-section .about-box .about-item-box {
  margin-top: 50px;
}
.web-style .about-section .about-box .about-item-box .about-item {
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  text-decoration: none;
  display: block;
}
.web-style .about-section .about-box .about-item-box .about-item i {
  color: #000;
  font-size: 35px;
  background-image: linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -moz-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -webkit-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -o-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(0, 116, 217)), to(rgb(0, 61, 115)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.web-style .about-section .about-box .about-item-box .about-item h3 {
  color: #000;
}
.web-style .about-section .about-box .about-item-box .about-item p {
  color: #000;
}
.web-style .category-box {
  margin-top: 100px;
}
.web-style .category-box .category-item-box {
  width: 100%;
}
.web-style .category-box .category-item-box .category-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
  height: 175px;
  transition: all 0.3s;
}
.web-style .category-box .category-item-box .category-item strong {
  background-color: rgba(226, 232, 240, 0.5);
  border-radius: 100px;
  height: 75px;
  width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
.web-style .category-box .category-item-box .category-item strong i {
  color: rgb(74, 79, 84);
  font-size: 45px;
}
.web-style .category-box .category-item-box .category-item h3 {
  margin-top: 10px;
  color: rgb(74, 79, 84);
  font-size: 18px;
  font-weight: 900;
  max-width: min-content;
  text-align: center;
}
.web-style .category-box .category-item-box .category-item:hover strong {
  background-color: rgb(0, 116, 217);
}
.web-style .category-box .category-item-box .category-item:hover strong i {
  color: #fff;
}
.web-style .list-section {
  width: 100%;
  margin-top: 20px;
}
.web-style .list-section .title-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.web-style .list-section .title-section h3 {
  flex: 1;
  color: #000;
  font-weight: 700;
}
.web-style .list-section .title-section a {
  background-image: linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -moz-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -webkit-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -o-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(0, 116, 217)), to(rgb(0, 61, 115)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 700;
}
.web-style .list-section .list-product {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.2%;
}
.web-style .product-s-1 {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
  /*min-width: 250px;*/
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.web-style .product-s-1.with-border {
  border: 1px solid rgb(226, 232, 240);
}
.web-style .product-s-1 .discount {
  position: absolute;
  top: 14px;
  right: 21px;
  color: white;
  background-color: red;
  border-radius: 6px;
  padding: 6px;
}
.web-style .product-s-1 .del {
  color: red;
  padding-right: 10px;
}
.web-style .product-s-1 img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: all 0.3s;
}
.web-style .product-s-1 h2 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  padding-bottom: 20px;
}
.web-style .product-s-1 > div {
  padding: 10px;
}
.web-style .product-s-1 > div > p {
  margin-top: 5px;
  font-size: 15px;
}
.web-style .product-s-1 > div .p-attr-1 {
  color: #000;
}
.web-style .product-s-1 > div .p-attr-2 {
  color: rgb(74, 79, 84);
}
.web-style .product-s-1 > div .p-attr-3 {
  background-image: linear-gradient(right top, rgb(2, 150, 66), rgb(1, 87, 9));
  background-image: -moz-linear-gradient(right top, rgb(2, 150, 66), rgb(1, 87, 9));
  background-image: -webkit-linear-gradient(right top, rgb(2, 150, 66), rgb(1, 87, 9));
  background-image: -o-linear-gradient(right top, rgb(2, 150, 66), rgb(1, 87, 9));
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(2, 150, 66)), to(rgb(1, 87, 9)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 24px;
}
.web-style .product-s-1 > div .product-price {
  display: flex;
  flex-direction: column;
}
.web-style .product-s-1 > div .product-price span {
  font-size: 15px;
  flex: 1;
}
.web-style .product-s-1 > div .product-price strong {
  /*@include linear-gradient(right top, left bottom, $color-blue-1, $color-blue-2);*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  font-size: 22px;
  color: rgb(0, 116, 217);
}
.web-style .product-s-1 > div .product-price strong del {
  color: red;
  padding-right: 10px;
}
.web-style .product-s-2 {
  background-color: rgb(249, 252, 255);
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgb(226, 232, 240);
  margin-top: 15px;
  min-width: 230px;
  position: relative;
  display: block;
}
.web-style .product-s-2 img {
  width: 100%;
  aspect-ratio: 9/14;
  object-fit: cover;
  transition: all 0.3s;
}
.web-style .product-s-2 > div {
  position: absolute;
  width: 88%;
  bottom: 20px;
  left: 6%;
  background: rgba(255, 255, 255, 0.5803921569);
  backdrop-filter: blur(1px);
  border-radius: 10px;
  padding: 10px;
}
.web-style .product-s-2 > div h2 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding: 0;
}
.web-style .product-s-2 > div p {
  color: #000;
  padding: 0;
  margin: 0;
}
.web-style .product-s-2:hover img {
  transform: scale(1.2);
}
.web-style .join-banner-section {
  margin-top: 50px;
}
.web-style .join-banner-section .main-box {
  background-image: linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -moz-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -webkit-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -o-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(0, 116, 217)), to(rgb(0, 61, 115)));
  border-radius: 10px;
  padding: 40px;
  text-align: center;
}
.web-style .join-banner-section .main-box h4 {
  color: #ffffff;
  font-size: 40px;
  max-width: 500px;
  margin: 0 auto;
}
.web-style .join-banner-section .main-box p {
  color: #ffffff;
  margin-top: 25px;
  margin-bottom: 25px;
}
.web-style .join-banner-section .main-box a {
  color: #ffffff;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 10px;
  text-decoration: none;
}
.web-style .blog-item {
  height: 400px;
  width: 32.5%;
  position: relative;
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s;
}
.web-style .blog-item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.web-style .blog-item h4 {
  position: absolute;
  top: 25px;
  left: 25px;
}
.web-style .blog-item span {
  position: absolute;
  bottom: 25px;
  left: 25px;
  text-decoration: underline;
}
.web-style .blog-item:hover {
  outline: 1px solid #ff0000;
}
.web-style .blog-item:hover img {
  transform: scale(1.2);
}
.web-style .comment-section .comment-area {
  background-image: url(../img/app/3748ff2ba1443d370c489d8f6f9f215e149a3a9b.jpg);
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  text-align: center;
  justify-items: center;
  margin-top: 25px;
  position: relative;
}
.web-style .comment-section .comment-area::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(../img/otis-redding.png);
}
.web-style .comment-section .comment-area h2 {
  color: #fff;
  font-size: 50px;
  max-width: 880px;
  margin-bottom: 45px;
  font-weight: 900;
  position: relative;
}
.web-style .comment-section .comment-area .learn-more-btn {
  background-image: linear-gradient(right top, rgb(166, 174, 182), rgb(233, 235, 236));
  background-image: -moz-linear-gradient(right top, rgb(166, 174, 182), rgb(233, 235, 236));
  background-image: -webkit-linear-gradient(right top, rgb(166, 174, 182), rgb(233, 235, 236));
  background-image: -o-linear-gradient(right top, rgb(166, 174, 182), rgb(233, 235, 236));
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(166, 174, 182)), to(rgb(233, 235, 236)));
  color: rgb(74, 79, 84);
  text-decoration: none;
  border-radius: 10px;
  position: relative;
  padding: 10px;
}
.web-style .comment-section .comment-area .comment-item-box {
  position: relative;
  margin-top: 25px;
  max-width: 1050px;
  width: 100%;
}
.web-style .comment-section .comment-area .comment-item-box .comment-item {
  background: #fff;
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.web-style .comment-section .comment-area .comment-item-box .comment-item div {
  padding: 25px;
  display: flex;
  flex: 1;
  text-align: left;
}
.web-style .comment-section .comment-area .comment-item-box .comment-item div img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 100px;
}
.web-style .comment-section .comment-area .comment-item-box .comment-item div div {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
.web-style .comment-section .comment-area .comment-item-box .comment-item div div h4 {
  font-size: 22px;
  font-weight: 900;
}
.web-style .comment-section .comment-area .comment-item-box .comment-item div div p {
  font-size: 15px;
}
.web-style .comment-section .comment-area .comment-item-box .comment-item div > p {
  font-size: 17px;
}
.web-style .comment-section .comment-area .btn-next-comment {
  color: #fff;
}
.web-style .comment-section .comment-area .btn-prev-comment {
  color: #fff;
}
.web-style .box-purchase-requests {
  position: relative;
}
.web-style .box-purchase-requests .p-requests-box {
  margin-top: 25px;
  width: 100%;
  margin: 0;
}
.web-style .box-purchase-requests .p-requests-box .p-request-item {
  text-decoration: none;
  color: #000;
  background-color: rgba(90, 94, 98, 0.05);
  position: relative;
  display: block;
  padding: 20px;
  border-radius: 10px;
}
.web-style .box-purchase-requests .p-requests-box .p-request-item > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  align-items: center;
  justify-content: start;
}
.web-style .box-purchase-requests .p-requests-box .p-request-item > div img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1764705882);
}
.web-style .box-purchase-requests .p-requests-box .p-request-item > div span {
  color: #ccc;
}
.web-style .box-purchase-requests .p-requests-box .p-request-item > div strong {
  flex: 1;
  text-align: right;
  color: #ff0000;
  font-size: 23px;
}
.web-style .box-purchase-requests .p-requests-box .p-request-item p {
  padding-top: 10px;
}
.web-style .box-purchase-requests .p-requests-box .p-request-item p b {
  color: blue;
}
.web-style .box-purchase-requests .btn-next-requests {
  right: -50px;
}
.web-style .box-purchase-requests .btn-prev-requests {
  left: -50px;
}
.web-style .swiper-button-next,
.web-style .swiper-button-prev {
  color: rgb(74, 79, 84);
}
.web-style .top-sort-section {
  border: 1px solid rgb(149, 156, 164);
  display: flex;
  align-items: center;
  padding: 0px 10px;
  border-radius: 10px;
  width: 100%;
}
.web-style .top-sort-section > span {
  color: rgb(74, 79, 84);
}
.web-style .top-sort-section > div {
  display: flex;
  flex: 1;
  flex-direction: row;
}
.web-style .top-sort-section > div a {
  color: #000;
  text-decoration: none;
  padding: 10px;
}
.web-style .filter-side {
  border: 1px solid rgb(149, 156, 164);
  border-radius: 10px;
  padding: 10px;
  padding-top: 0;
}
.web-style .filter-side > h6 {
  color: #000;
  border-bottom: 1px solid #ccc;
  padding: 18px;
  padding-left: 0;
  font-size: 25px;
  font-weight: 900;
}
.web-style .filter-side > h6 i {
  margin-right: 10px;
}
.web-style .filter-side .filter-list .filter-box label {
  color: rgb(0, 0, 0);
  padding: 10px;
}
.web-style .pageination-product {
  justify-items: center;
  place-self: center;
}
.web-style .detail-banner {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.web-style .detail-banner::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: #000000;
  background: -webkit-linear-gradient(113deg, rgb(0, 0, 0) 0%, rgba(0, 212, 255, 0) 100%);
  background: -moz-linear-gradient(113deg, rgb(0, 0, 0) 0%, rgba(0, 212, 255, 0) 100%);
  background: linear-gradient(113deg, rgb(0, 0, 0) 0%, rgba(0, 212, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00D4FF", GradientType=0);
}
.web-style .detail-banner img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.web-style .detail-banner > div {
  position: absolute;
  left: 5vw;
  top: 15%;
  color: #fff;
}
.web-style .breadcrumb .breadcrumb-item a {
  color: rgb(149, 156, 164);
  text-decoration: none;
}
.web-style .breadcrumb .breadcrumb-item.active {
  color: black;
}
.web-style .details-gallery .gallery-image {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.web-style .details-gallery .swiper-button-next,
.web-style .details-gallery .swiper-button-prev {
  color: rgb(255, 255, 255);
}
.web-style .details-gallery .swiper-pagination-bullet {
  background: #fff;
  transition: all 0.3s;
}
.web-style .details-gallery .swiper-pagination-bullet-active {
  background: #fff;
  width: 20px;
  border-radius: 10px;
  transition: all 0.3s;
}
.web-style .product-top-details h1 {
  color: #000;
  font-weight: 800;
}
.web-style .product-top-details .product-top-details-list {
  padding: 0;
  width: 100%;
}
.web-style .product-top-details .product-top-details-list li {
  list-style: none;
  display: flex;
  font-size: 18px;
  padding-top: 20px;
}
.web-style .product-top-details .product-top-details-list li span {
  flex: 1;
}
.web-style .product-top-details .product-top-details-list li hr {
  width: 100%;
}
.web-style .product-top-details .product-top-details-list li.title-row {
  color: rgb(149, 156, 164);
}
.web-style .product-top-details .product-top-details-list li.big-row {
  font-size: 23px;
  font-weight: 900;
}
.web-style .product-top-details .product-top-details-list li.big-row .discount {
  color: white;
  background-color: red;
  border-radius: 6px;
  padding: 6px;
}
.web-style .product-top-details .product-top-details-list li.big-row del {
  color: red;
  padding-right: 10px;
}
.web-style .sticky-owner-details {
  position: sticky;
  display: block;
  top: 0;
}
.web-style .owner-profile-product {
  display: flex;
  flex-direction: row;
  gap: 15px;
  color: #000;
  text-decoration: none;
  margin-top: 20px;
}
.web-style .owner-profile-product img {
  border-radius: 80px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.web-style .owner-profile-product > div h4 {
  font-weight: 800;
}
.web-style .owner-profile-product > div strong {
  background: #ecd7b3;
  color: #e5930e;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 10px;
}
.web-style .tab-box {
  padding: 25px;
}
.web-style .tab-box table {
  width: 100%;
  border: none;
}
.web-style .tab-box table tr td {
  font-size: 17px;
  color: #4A4F54;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.web-style #description-tab-pane p {
  padding: 0;
  margin: 0;
}
.web-style .rate-product-box {
  padding: 10px;
  width: 300px;
  margin: 20px;
  text-align: left;
}
.web-style .rate-product-box .rating-score {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.web-style .rate-product-box .rate-recommend {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  color: #555;
}
.web-style .rate-product-box .rate-recommend p {
  padding: 0;
  margin: 0;
}
.web-style .comments-box .comment-item-box {
  border-bottom: 1px solid #c5c5c5;
  padding-top: 15px;
}
.web-style .comments-box .comment-item-box .cm-header {
  display: flex;
  flex-wrap: wrap;
}
.web-style .comments-box .comment-item-box .cm-header strong {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.web-style .comments-box .comment-item-box .cm-header strong img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.web-style .comments-box .comment-item-box .cm-header strong small {
  font-size: 15px;
}
.web-style .comments-box .comment-item-box .cm-header .cm-rate {
  height: fit-content;
  font-size: 15px;
  margin-right: 11px;
}
.web-style .comments-box .comment-item-box .cm-footer {
  display: flex;
  flex-wrap: wrap;
  justify-self: end;
}
.web-style .comments-box .comment-item-box .cm-footer button {
  border: none;
  background: transparent;
}
.web-style .gg-btn.btn-border {
  padding: 10px 20px;
  background-color: #eeeeee;
  border: 1px solid rgb(74, 79, 84);
  color: rgb(74, 79, 84);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.web-style .gg-btn.btn-border:hover {
  background-color: rgb(74, 79, 84);
  color: #fff;
}
.web-style .box-adv-free h3 {
  font-size: 30px;
}
.web-style .box-adv-free .main-box {
  color: #fff;
  background-image: linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -moz-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -webkit-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -o-linear-gradient(right top, rgb(0, 116, 217), rgb(0, 61, 115));
  background-image: -webkit-gradient(linear, right top, left bottom, from(rgb(0, 116, 217)), to(rgb(0, 61, 115)));
  text-align: center;
  border-radius: 10px;
  padding: 25px;
}
.web-style .nav-tabs .nav-link {
  color: #555;
}
.web-style .person-banner-header {
  display: block;
  position: relative;
}
.web-style .person-banner-header img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.web-style .person-banner-header > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.web-style .person-banner-header > div .owner-share-btn {
  background-color: rgba(255, 255, 255, 0.7333333333);
  padding: 10px;
  backdrop-filter: blur(13px);
  border-radius: 50px;
  text-decoration: none;
  color: #000;
  float: inline-end;
}
.web-style .person-details-header .person-profile {
  margin-top: -85px;
  z-index: 1;
  position: relative;
  margin-left: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  gap: 25px;
  box-shadow: inset -5px -3px 16px 0px rgba(0, 0, 0, 0.129);
  padding: 10px;
  backdrop-filter: blur(30px);
  flex-wrap: wrap;
}
.web-style .person-details-header .person-profile img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 50%;
}
.web-style .person-details-header .person-profile > div {
  position: relative;
}
.web-style .person-details-header .person-profile > div strong {
  background: #ecd7b3;
  color: #e5930e;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 10px;
}
.web-style .contact-person {
  position: relative;
  display: flex;
  align-items: self-end;
  justify-content: end;
  gap: 10px;
  flex-wrap: wrap;
}
.web-style footer {
  background-color: rgb(3, 3, 3);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
}
.web-style footer .main-footer-menu {
  display: flex;
  flex-wrap: wrap;
}
.web-style footer .main-footer-menu li {
  flex: 1;
  list-style: none;
}
.web-style footer .main-footer-menu li strong {
  color: #fff;
}
.web-style footer .main-footer-menu li ul {
  display: block;
  padding: 0;
  margin: 0;
}
.web-style footer .main-footer-menu li ul li {
  display: flex;
}
.web-style footer .main-footer-menu li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  transition: all 0.3s;
}
.web-style footer .main-footer-menu li a:hover {
  color: rgb(0, 116, 217);
}
.web-style footer .application-dl-link {
  display: flex;
  flex-direction: row;
  align-items: anchor-center;
  gap: 20px;
  justify-content: flex-end;
}
.web-style footer .application-dl-link strong {
  color: #fff;
}
.web-style footer .application-dl-link a img {
  height: 50px;
}
.web-style footer .copyright {
  color: #fff;
}
.web-style .mobile-menu {
  display: none;
}
@media (min-width: 1400px) {
  .web-style .container,
  .web-style .container-lg,
  .web-style .container-md,
  .web-style .container-sm,
  .web-style .container-xl,
  .web-style .container-xxl {
    max-width: 1600px;
  }
}
@media (max-width: 785px) {
  .web-style header nav {
    width: 100%;
  }
  .web-style .mobile-menu {
    display: block;
  }
  .web-style .category-box {
    margin-top: 7px;
  }
  .web-style header menu {
    display: none;
  }
  .web-style header nav .menu-area {
    display: none;
  }
  .web-style header nav .Search-box div select {
    display: none;
  }
  .web-style header nav .logo {
    padding: 9px;
  }
  .web-style .feature-section .feature-box .feature-item h4 {
    font-size: 19px;
  }
  .web-style .swiper-button-next, .web-style .swiper-button-prev {
    color: rgb(237, 237, 237);
    scale: 0.7;
  }
}
@media (max-width: 768px) {
  .web-style .col-sm {
    flex: 1 0 0;
  }
  .web-style .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .web-style .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .web-style .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .web-style .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .web-style .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .web-style .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .web-style .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .web-style .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .web-style .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .web-style .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .web-style .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .web-style .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .web-style .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .web-style .col-sm-6 {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .web-style .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .web-style .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .web-style .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .web-style .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .web-style .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .web-style .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .web-style .offset-sm-0 {
    margin-left: 0;
  }
  .web-style .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .web-style .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .web-style .offset-sm-3 {
    margin-left: 25%;
  }
  .web-style .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .web-style .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .web-style .offset-sm-6 {
    margin-left: 50%;
  }
  .web-style .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .web-style .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .web-style .offset-sm-9 {
    margin-left: 75%;
  }
  .web-style .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .web-style .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .web-style .g-sm-0, .web-style .gx-sm-0 {
    --bs-gutter-x: 0 ;
  }
  .web-style .g-sm-0, .web-style .gy-sm-0 {
    --bs-gutter-y: 0 ;
  }
  .web-style .g-sm-1, .web-style .gx-sm-1 {
    --bs-gutter-x: 0.25rem ;
  }
  .web-style .g-sm-1, .web-style .gy-sm-1 {
    --bs-gutter-y: 0.25rem ;
  }
  .web-style .g-sm-2, .web-style .gx-sm-2 {
    --bs-gutter-x: 0.5rem ;
  }
  .web-style .g-sm-2, .web-style .gy-sm-2 {
    --bs-gutter-y: 0.5rem ;
  }
  .web-style .g-sm-3, .web-style .gx-sm-3 {
    --bs-gutter-x: 1rem ;
  }
  .web-style .g-sm-3, .web-style .gy-sm-3 {
    --bs-gutter-y: 1rem ;
  }
  .web-style .g-sm-4, .web-style .gx-sm-4 {
    --bs-gutter-x: 1.5rem ;
  }
  .web-style .g-sm-4, .web-style .gy-sm-4 {
    --bs-gutter-y: 1.5rem ;
  }
  .web-style .g-sm-5, .web-style .gx-sm-5 {
    --bs-gutter-x: 3rem ;
  }
  .web-style .g-sm-5, .web-style .gy-sm-5 {
    --bs-gutter-y: 3rem ;
  }
  .web-style .box-purchase-requests .btn-next-requests {
    right: 0;
  }
  .web-style .product-s-1, .web-style .product-s-2 {
    min-width: inherit;
    padding: 0;
    margin: 0;
  }
  .web-style .product-s-1 h2 {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    padding-bottom: 20px;
  }
  .web-style .product-s-1 > div > p {
    margin-top: 5px;
    font-size: 13px;
  }
  .web-style .product-s-1 > div .product-price strong {
    font-size: 15px;
  }
  .web-style .product-s-1 > div .product-price span {
    font-size: 12px;
  }
  .web-style .product-s-1 > div .p-attr-3 {
    min-height: 14px;
  }
  .web-style .col-sm-6 {
    padding: 6px;
  }
  .web-style .product-s-2 > div h2 {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    padding: 0;
  }
  .web-style .product-s-2 > div p {
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 12px;
  }
  .web-style .blog-item {
    height: 160px;
  }
  .web-style .blog-item h4 {
    font-size: 15px;
  }
  .web-style .comment-section .comment-area h2 {
    color: #fff;
    font-size: 19px;
    max-width: 880px;
    margin-bottom: 45px;
    font-weight: 900;
    position: relative;
  }
  .web-style .comment-section .comment-area .comment-item-box .comment-item {
    flex-direction: column;
  }
  .web-style .comment-section .comment-area .comment-item-box .comment-item div {
    padding: 10px 10px 0px 10px;
    gap: 10px;
  }
  .web-style .comment-section .comment-area .comment-item-box .comment-item div:nth-child(2) {
    padding: 0;
  }
  .web-style .comment-section .comment-area .comment-item-box .comment-item div > p {
    font-size: 13px;
  }
  .web-style .comment-section .comment-area .comment-item-box .comment-item div div h4 {
    font-size: 18px;
    font-weight: 900;
  }
  .web-style .comment-section .comment-area .comment-item-box .comment-item div div p {
    font-size: 12px;
  }
  .web-style footer .application-dl-link {
    flex-wrap: wrap;
    justify-content: center;
  }
  .web-style footer .main-footer-menu li strong {
    color: #fff;
    font-size: 16px;
  }
  .web-style footer .main-footer-menu li a {
    font-size: 12px;
  }
  .web-style footer .main-footer-menu {
    padding: 0;
  }
  .web-style footer .main-footer-menu {
    gap: 20px;
  }
  .web-style footer .copyright {
    text-align: center;
  }
  .web-style .about-section .about-box > p {
    font-size: 15px;
  }
  .web-style .about-section .about-box h2 {
    font-size: 35px;
  }
  .web-style .banner-section .banner-item div h1 {
    font-size: 17px;
  }
  .web-style .mobile-menu {
    position: fixed;
    width: 100%;
    padding: 10px;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding-bottom: 0;
  }
  .web-style .mobile-menu ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: rgba(255, 255, 255, 0.8196078431);
    border-radius: 10px 10px 0 0;
    padding: 10px;
    padding-bottom: 30px;
    margin: 0;
    backdrop-filter: blur(7px);
    border: 1px solid #f5f5f5;
  }
  .web-style .mobile-menu ul li {
    list-style: none;
    flex: 1;
    text-align: center;
  }
  .web-style .mobile-menu ul li a {
    color: #000;
    text-decoration: none;
    font-size: 24px;
    display: flex;
    flex-direction: column;
  }
  .web-style .mobile-menu ul li a i {
    height: 30px;
  }
  .web-style .mobile-menu ul li a span {
    font-size: 12px;
    color: #2d2d2d;
  }
  .web-style .mobile-menu ul li .user-login-avatar button {
    border: none;
    background: inherit;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
  .web-style .mobile-menu ul li .user-login-avatar button img {
    width: 30px;
    height: 30px;
  }
  .web-style .mobile-menu ul li .user-login-avatar button span {
    font-size: 12px;
    color: #2d2d2d;
  }
  .web-style header nav .logo img {
    height: 44px;
  }
  .web-style header nav .Search-box div .btn-search {
    background: #E2E8F0;
    padding: 0 10px;
    font-size: 20px;
    display: none;
  }
  .web-style header nav .Search-box div {
    border-radius: 5px;
  }
}
.web-style .image-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.web-style .image-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.web-style .image-modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  cursor: default;
}
.web-style .image-modal-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
.web-style .image-modal-close {
  position: absolute;
  top: -40px;
  right: -40px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.web-style .image-modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.web-style .gallery-image {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
}
.web-style .gallery-image:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.web-style .comment-item-box {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  transition: background-color 0.3s ease;
}
.web-style .comment-item-box:hover {
  background-color: #f8f9fa;
  padding: 20px;
  margin: 0 -20px;
  border-radius: 8px;
}
.web-style .cm-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.web-style .cm-header img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.web-style .cm-header strong {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.web-style .cm-rate {
  font-size: 12px;
  padding: 4px 8px;
}
.web-style .cm-body {
  color: #555;
  line-height: 1.6;
}
.web-style .cm-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  color: #666;
  font-size: 14px;
}
.web-style .cm-footer button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.web-style .cm-footer button:hover {
  background-color: #f0f0f0;
}
.web-style .rate-product-box {
  background: white;
  border-radius: 20px;
  padding: 20px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-color);
  position: sticky;
  top: 20px;
  height: fit-content;
  transition: all 0.3s ease;
}
.web-style .rating-score {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #28a745;
  margin-bottom: 20px;
}
.web-style .rate-recommend {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #28a745;
}
.web-style .tab-box table {
  width: 100%;
  margin-top: 20px;
}
.web-style .tab-box table td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
.web-style .tab-box table td:first-child {
  font-weight: 600;
  color: #333;
  width: 40%;
  background: #f8f9fa;
}
.web-style .tab-box table td:last-child {
  color: #555;
}
.web-style .sticky-owner-details {
  background: white;
  border-radius: 20px;
  padding: 35px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-color);
  position: sticky;
  top: 20px;
  height: fit-content;
  transition: all 0.3s ease;
}
.web-style .owner-profile-product {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  margin: 20px 0;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s ease;
}
.web-style .owner-profile-product:hover {
  background: #e9ecef;
  color: inherit;
}
.web-style .owner-profile-product img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.web-style .owner-profile-product h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
}
.web-style .owner-profile-product strong {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #28a745;
}
.web-style .product-top-details h1 {
  color: #333;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.3;
}
.web-style .product-top-details-list {
  list-style: none;
  padding: 0;
}
.web-style .product-top-details-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.web-style .product-top-details-list li span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
}
.web-style .product-top-details-list li strong {
  color: #333;
  font-weight: 600;
}
.web-style .product-top-details-list .big-row span {
  font-size: 14px;
  color: #666;
}
.web-style .product-top-details-list .big-row strong {
  font-size: 24px;
  color: #007bff;
  font-weight: bold;
}
.web-style .product-top-details-list .title-row {
  background: #f8f9fa;
  padding: 10px 15px;
  margin: 15px -15px 0 -15px;
  border-radius: 6px;
}
.web-style .product-top-details-list .seprator {
  margin: 15px 0;
  border: none;
}
@media (max-width: 768px) {
  .web-style .product-top-details h1 {
    font-size: 1.5rem;
  }
  .web-style .product-top-details-list .big-row strong {
    font-size: 20px;
  }
  .web-style .sticky-owner-details {
    margin-top: 30px;
  }
  .web-style .image-modal-close {
    top: 10px;
    right: 10px;
  }
  .web-style .cm-header {
    flex-wrap: wrap;
  }
  .web-style .cm-footer {
    flex-wrap: wrap;
  }
}
.web-style .spinner-border-sm {
  width: 1rem;
  height: 1rem;
}
.web-style .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.web-style .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.web-style .form-select:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.web-style .tab-content {
  margin-top: 20px;
}
.web-style .tab-pane {
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.web-style .border-right {
  border: 1px solid #f3f3f3;
  background-color: rgb(255, 255, 255);
  position: relative;
}
.web-style .border-right:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  color: inherit;
}
.web-style .product-s-1 img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.web-style .product-s-1 div {
  padding: 15px;
}
.web-style .product-s-1 h2 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px 0;
  line-height: 1.3;
  color: #333;
}
.web-style .product-s-1 .p-attr-1,
.web-style .product-s-1 .p-attr-2,
.web-style .product-s-1 .p-attr-3 {
  font-size: 12px;
  color: #666;
  margin: 5px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.web-style .product-s-1 .product-price {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.web-style .product-s-1 .product-price span {
  font-size: 12px;
  color: #666;
}
.web-style .product-s-1 .product-price strong {
  font-size: 16px;
  color: #007bff;
  font-weight: bold;
}
.web-style .text-center.py-4 {
  padding: 40px 20px;
}
.web-style .text-muted {
  font-style: italic;
}
.web-style .btn-outline-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}
.web-style .btn-primary-gg:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}
.web-style .product-list-page {
  /* Page Header */
  /* Filter Sidebar */
  /* Sort Bar */
  /* Product Grid */
  /* Empty State */
  /* Pagination */
  /* Loading States */
  /* Responsive Design */
}
.web-style .product-list-page body {
  background-color: #fafbfc;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}
.web-style .product-list-page .page-header {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
}
.web-style .product-list-page .page-header::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.web-style .product-list-page .page-header h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.web-style .product-list-page .category-section .category-box {
  margin-top: 10px;
}
.web-style .product-list-page .category-section .category-box .categories-item {
  background: #fff;
  display: flex;
  align-items: center;
  min-height: 117px;
  margin-bottom: 30px;
  border-radius: 10px;
  color: #000;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-md);
}
.web-style .product-list-page .category-section .category-box .categories-item h4 {
  z-index: 0;
  font-size: 17px;
}
.web-style .product-list-page .category-section .category-box .categories-item i {
  position: absolute;
  font-size: 75px;
  color: #f3f3f3;
  right: 0;
  transform: rotate(355deg);
}
.web-style .product-list-page .filter-sidebar {
  background: white;
  border-radius: 20px;
  padding: 20px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-color);
  position: sticky;
  top: 20px;
  height: fit-content;
  transition: all 0.3s ease;
}
.web-style .product-list-page .filter-sidebar:hover {
  box-shadow: var(--shadow-lg);
}
.web-style .product-list-page .filter-header {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 3px solid var(--border-color);
}
.web-style .product-list-page .filter-header i {
  background: var(--primary-gradient);
  color: white;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 20px;
  box-shadow: var(--shadow-sm);
}
.web-style .product-list-page .filter-header h5 {
  margin: 0;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--text-primary);
}
.web-style .product-list-page .filter-group {
  margin-bottom: 15px;
}
.web-style .product-list-page .filter-group label {
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.web-style .product-list-page .filter-group label i {
  color: tomato;
  font-size: 18px;
}
.web-style .product-list-page .form-select, .web-style .product-list-page .form-control {
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 12px;
  transition: all 0.3s ease;
  background-color: #fafbfc;
}
.web-style .product-list-page .form-select:focus, .web-style .product-list-page .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(0, 116, 217, 0.1);
  background-color: white;
}
.web-style .product-list-page .price-range-group {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.web-style .product-list-page .price-input {
  flex: 1;
  position: relative;
}
.web-style .product-list-page .price-input input {
  padding-left: 45px;
}
.web-style .product-list-page .price-input::before {
  content: "AED";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-secondary);
  font-weight: 600;
  z-index: 10;
  font-size: 0.9rem;
}
.web-style .product-list-page .btn-apply-filter {
  background: var(--primary-gradient);
  border: none;
  color: white;
  padding: 16px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.05rem;
  width: 100%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: var(--shadow-sm);
}
.web-style .product-list-page .btn-apply-filter:hover {
  background: var(--gradient-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  color: white;
}
.web-style .product-list-page .btn-clear-filter {
  background: transparent;
  border: 2px solid var(--border-color);
  color: var(--text-secondary);
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 600;
  width: 100%;
  margin-top: 12px;
  transition: all 0.3s ease;
}
.web-style .product-list-page .btn-clear-filter:hover {
  border-color: #dc3545;
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.05);
}
.web-style .product-list-page .sort-bar {
  background: white;
  border-radius: 16px;
  padding: 25px 35px;
  margin-bottom: 30px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
}
.web-style .product-list-page .sort-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.web-style .product-list-page .results-info {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1rem;
}
.web-style .product-list-page .results-count {
  color: var(--text-secondary);
  font-weight: 500;
}
.web-style .product-list-page .results-count strong {
  color: var(--text-primary);
  font-weight: 700;
}
.web-style .product-list-page .sort-options {
  display: flex;
  align-items: center;
  gap: 15px;
}
.web-style .product-list-page .sort-label {
  color: var(--text-primary);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.web-style .product-list-page .sort-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.web-style .product-list-page .sort-btn {
  background: var(--secondary-color);
  border: 2px solid var(--border-color);
  color: var(--text-secondary);
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.web-style .product-list-page .sort-btn:hover, .web-style .product-list-page .sort-btn.active {
  background: var(--primary-gradient);
  border-color: var(--primary-color);
  color: white;
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}
.web-style .product-list-page .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}
.web-style .product-list-page .product-card {
  background: white;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  transition: all 0.4s ease;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.web-style .product-list-page .product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}
.web-style .product-list-page .product-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.web-style .product-list-page .product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.web-style .product-list-page .product-card:hover .product-image {
  transform: scale(1.08);
}
.web-style .product-list-page .product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 116, 217, 0.9);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.web-style .product-list-page .product-discount {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #dc3545;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
.web-style .product-list-page .product-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.web-style .product-list-page .product-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.web-style .product-list-page .product-attributes {
  margin-bottom: 20px;
}
.web-style .product-list-page .product-attr {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-bottom: 8px;
  font-weight: 500;
}
.web-style .product-list-page .product-attr i {
  color: var(--primary-color);
  width: 16px;
  font-size: 14px;
}
.web-style .product-list-page .product-pricing {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}
.web-style .product-list-page .price-label {
  color: var(--text-secondary);
  font-size: 0.85rem;
  margin-bottom: 5px;
  font-weight: 500;
}
.web-style .product-list-page .product-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.web-style .product-list-page .current-price {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--primary-color);
}
.web-style .product-list-page .original-price {
  font-size: 1rem;
  color: var(--text-secondary);
  text-decoration: line-through;
  font-weight: 500;
}
.web-style .product-list-page .discount-percentage {
  background: #dc3545;
  color: white;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
}
.web-style .product-list-page .empty-state {
  text-align: center;
  padding: 80px 20px;
  background: white;
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
}
.web-style .product-list-page .empty-state i {
  font-size: 4rem;
  color: var(--text-secondary);
  margin-bottom: 20px;
  opacity: 0.5;
}
.web-style .product-list-page .empty-state h3 {
  color: var(--text-primary);
  margin-bottom: 10px;
  font-weight: 600;
}
.web-style .product-list-page .empty-state p {
  color: var(--text-secondary);
  font-size: 1.1rem;
}
.web-style .product-list-page .pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.web-style .product-list-page .pagination .page-link {
  border: 2px solid var(--border-color);
  color: var(--text-primary);
  padding: 12px 18px;
  margin: 0 4px;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
  background: white;
}
.web-style .product-list-page .pagination .page-link:hover {
  background: var(--primary-gradient);
  border-color: var(--primary-color);
  color: white;
  transform: translateY(-1px);
}
.web-style .product-list-page .pagination .page-item.active .page-link {
  background: var(--primary-gradient);
  border-color: var(--primary-color);
  color: white;
  box-shadow: var(--shadow-sm);
}
.web-style .product-list-page .pagination .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
}
.web-style .product-list-page .loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.web-style .product-list-page .spinner-border-custom {
  width: 3rem;
  height: 3rem;
  border: 0.3em solid rgba(0, 116, 217, 0.2);
  border-right-color: var(--primary-color);
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1200px) {
  .web-style .product-list-page .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .web-style .product-list-page .page-header {
    padding: 30px 0;
    text-align: center;
  }
  .web-style .product-list-page .page-header h1 {
    font-size: 2rem;
  }
  .web-style .product-list-page .sort-controls {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  .web-style .product-list-page .sort-buttons {
    justify-content: center;
  }
  .web-style .product-list-page .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
  }
  .web-style .product-list-page .filter-sidebar {
    position: static;
    margin-bottom: 30px;
  }
}
.web-style .btn-outline-gg {
  background: transparent;
  border: 2px solid var(--border-color);
  color: var(--text-secondary);
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 600;
  width: 100%;
  margin-top: 12px;
  transition: all 0.3s ease;
}
