* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
}

body {
  font-family: "Catamaran", sans-serif;
  font-optical-sizing: auto;
  color: #000;
  font-size: 14px;
}

p {
  margin: 0px !important;
  padding: 0px !important;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

header {
  width: 100%;
  height: 130px;
  display: inline-block;
  border-bottom: 1px solid #EDEDED;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
}

.top-ad {
  width: 100%;
  height: 40px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-ad .cargo {
  width: auto;
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

header .top-section {
  height: 34px;
  border-bottom: 1px solid #e3e4e6;
}

.phone {
  height: 34px;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.phone a {
  display: block;
  font-size: 12px;
  color: #000;
}

.phone a:hover {
  text-decoration: underline;
}

.right-top {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.buttons-top {


  display: flex !important;

  gap: 13px;

}


.search-button {
  margin-top: 3px;
}

header .top-menu ul li {
  display: inline-block;
  margin-right: 10px;
}

header .top-menu ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
  color: #000;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

header .top-menu ul li a:hover {
  text-decoration: underline;
}

header .logo {
  width: auto;
  display: inline-block;
  text-align: center;
}

.logo a img {
  width: 80px;
}

.search-wp {
  display: inline-block;

  position: relative;
}

header .category-btn {
  width: 140px;
  height: 40px;
  border-radius: 5px;
  float: left;
}

header .category-btn a {
  width: 140px;
  height: 40px;
  display: block;
  padding: 10px;
  transition: 0.5s;
  border-radius: 5px;
}

header .category-btn a small {
  color: #d8d8d8;
}

header .category-btn a span {
  color: #000;
  font-weight: 600;
  font-size: 12px;
}

.text-black {
  color: #000 !important;
}

.search-wp {
  width: auto;
  display: block;
  height: 40px;
  border: 1px solid #80bca0;
}

.search {
  width: 100%;
  height: 40px;
  display: inline-block;
  border-radius: 0px;
  background: #fafafa;
  margin-top: 1px;
  display: none;
  align-items: center;
  justify-content: space-between;
}

.search input[type="text"] {
  display: inline-block;
  width: 80%;
  height: 40px;
  border: 0px;
  font-size: 12px;
  color: #3a3a3a;
  overflow: auto;
  background: transparent;
  text-align: left;
  font-weight: 400;
  padding-left: 20px !important;
}

.search input[type="submit"] {
  display: inline-block;
  width: 53px;
  height: 40px;
  border: 0px;
  background-color: transparent;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
}

.items {
  display: inline-block;
}

header .buttons {
  display: inline-block;
  border-radius: 100%;
}

header .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border-radius: 100%;
}

header .buttons a:hover {
  transition: 0.5s;
}

header .basket {
  display: flex;
  border-radius: 100%;
}

header .basket-number {
  color: #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 100;
  font-size: 17px;
  margin-left: 3px;
  margin-top: -9px;
}

header .basket a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border-radius: 100%;
}

.line {
  width: 100%;
  border-bottom: 1px solid #dddcdc;
}

.bg-gray {
  background: #fafafa;
}

.banner-slider {
  width: 100%;
  display: block;
}

.wrapper {
  width: 100%;
  display: inline-block;
}

.title {
  width: 100%;
  display: inline-block;
}

.title p {
  width: auto;
  font-size: 24px;
  font-weight: 400;
}

.title small {
  color: #c6c6c6;
  font-size: 14px;
}

.title span a {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #000;
  padding: 10px 16px;
  border: 1px solid #E0DDDD;
  transition: all 0.5s;
}

.title span a:hover {
  background: #000;
  color: #fff;
}

.title span a img {
  width: 10px;
  margin-top: -1px;
}

.custom-select {
  font-size: 12px !important;
}

.New-Product .slick-prev,
.New-Product .slick-next {
  display: none !important;
}

.New-Product li.slick-active,
.Color-Slider li.slick-active {
  background: #5e5c5c;
}

.Color-Slider .slick-prev,
.Color-Slider .slick-next {
  display: none !important;
}

.product {
  position: relative;
  text-align: left !important;
}

.product .discount {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  background: #F1A63B;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  text-align: center;
}

.product .like-product {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 100%;
  z-index: 99;
}

.product .like-product img {
  width: 20px;
}

.product .like-product a {
  color: #000000;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product .p-link {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
}

.product .liked a i {
  color: green;
}

.product .liked a i {
  color: green;
}

.liked {
  border: 1px solid green !important;
  color: green !important;
}

.product a:hover {
  text-decoration: none;
  border-color: #007a41;
  transition: 0.5s;
}

.product a .product-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 10px; */
  position: relative;
}

.product a .product-img img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}

.product a .title {
  width: 100%;
  height: 48px;
  font-size: 14px;
  color: #000000;
  border: none;
  line-height: 18px;
  padding: 0 !important;
  overflow: hidden;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}

.product a .category {
  width: 100%;
  font-size: 12px;
  color: #999;
  text-align: center;
}

.product a .old-price {
  font-size: 14px;
  color: #434343;
  text-decoration: line-through;
}

.product a .price {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
}

.discount-section {
  background: #f3f6f7;
  width: 100%;
}

.discount-section p {
  font-size: 12px;
  font-weight: 600;
  color: #007a41;
}

.discount-section .discount-price {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.main-img a img {
  width: 100%;
  border-radius: 10px;
}

.cargo-banner {
  width: 80%;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff1ee;
  color: #e23837;
  font-size: 26px;
  border-radius: 5px;
  margin: 0 auto;
  font-weight: 600;
}

.main-content {
  width: 80%;
  display: block;
  margin: 0 auto;
}

footer {
  width: 100%;
  display: inline-block;
  background: #1f1f1f;
}

footer .items {
  width: 100%;
  display: inline-block;
}

footer .items p {
  color: #fff;
}

footer .items span {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 34px;
  color: #fff;
}

footer .items ul li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #2a2b2b;
  margin-top: 8px;
  margin-bottom: 8px;
}

footer .items ul li:last-child {
  border-bottom: none;
}

footer .items ul li a {
  color: #fff;
  font-size: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  font-weight: 500;
  transition: 0.5s;
  display: flex;
  align-items: center;
}

footer .items ul li a:hover {
  padding-left: 10px;
  transition: 0.5s;
  text-decoration: none;
}

.items ul li a i {
  display: flex;
  width: 38px;
  height: 38px;
  background: #383939;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: #ffff;
  margin-right: 10px;
}

footer .adress {
  width: 100%;
  display: block;
}

footer .f_phone {
  width: 100%;
  display: block;
  color: #fff;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 400px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0;
}

.modal.right.fade .modal-dialog {
  right: 0px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #f1efef;
}

.gird-box {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f1efef !important;
}

.gird-box .image {
  grid-column: 1 / span 1;
  position: relative;
  width: 90px;
}

.gird-box .image img {
  width: 100%;
}

.gird-box .image span {
  position: absolute;
  top: -5px;
  right: -20px;
  background: #e23837;
  border-radius: 50%;
  color: #fff;
  width: 21px;
  font-size: 17px;
  height: 21px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gird-box .text {
  font-weight: 600;
  padding: 0 30px;
  font-size: 14px;
  color: #232323;
}

.cart-total {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 10px;
  padding: 5px 0;
  border-bottom: 1px solid #f1efef !important;
  margin-bottom: 10px;
  font-weight: 600;
}

.cart-total .title {
  grid-column: 1 / span 1;
  font-size: 18px;
}

.cart-total .count {
  text-align: right;
  padding-right: 10%;
}

h4#myModalLabel2 {
  font-size: 16px;
  margin-top: 4px;
}

.gird-box .text h6 {
  font-size: 15px;
  color: #232323 !important;
}

.btn-custom {
  border-radius: 0px !important;
  font-size: 16px;
  border: 0px;
}

i.fas.fa-times {
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 28px;
  color: #000 !important;
  opacity: 0.9;
}

.btn-buy {
  width: 100%;
  height: 43px;
  font-weight: 500;
  transition: 0.3s;
  border: 2px solid #1f1f1f !important;
  background: #fff;
  color: #1f1f1f;
}

.btn-buy:hover {
  transition: 0.5s;
  background: #1f1f1f;
  color: #fff;
}

.btn-card {
  width: 100%;
  height: 43px;
  font-weight: 500;
  transition: 0.3s;
  background: #1f1f1f;
  color: #fff;
  display: block;
  text-align: center;
  padding-top: 10px;
}

.btn-card:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.mblock {
  display: none !important;
}

.m-login {
  display: inline-block;
  float: left;
  margin-left: 16px;
}

.m-login a {
  display: block;
  font-weight: 500;
  background: var(--color-red);
  color: #fff;
  padding: 6px 12px;
  margin-top: 10px;
}

.m-add {
  display: inline-block;
  float: left;
  margin-left: 16px;
}

.m-add a {
  display: block;
  font-weight: 500;
  border: 1px solid var(--color-red);
  color: var(--color-red);
  padding: 6px 20px;
  margin-top: 10px;
}

li.border.pt-1.hvr {
  margin-top: -6px !important;
}

.img-banner img {
  width: 100%;
}

.breadcrumb-wp {
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  display: inline-block;
  border-bottom: 1px solid #f5f4f4;
}

.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

.breadcrumb-item a {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
}

.breadcrumb-item.active {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
  font-size: 16px !important;
}

.category span {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.category ul li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #e7e9ea;
}

.category ul li:last-child {
  border-bottom: 0px;
}

.category ul li a {
  width: 100%;
  display: block;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 18px;
  transition: 0.5s;
}

.category ul li a:hover {
  padding-left: 25px;
  transition: 0.5s;
}

.filters {
  width: 100%;
  display: inline-block;
  border: 1px solid #e3e4e6;
}

.filters .top {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.filters .title {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  border-bottom: 1px solid var(--border-gray);
  font-weight: 500;
}

.filters .filters-item {
  width: 100%;
  display: inline-block;
}

.filters .filters-item span {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.filters .filters-item input[type="text"] {
  border: 1px solid var(--border-gray);
  display: inline-block;
  color: #000;
  font-size: 13px;
  height: 40px;
  width: 100%;
  background: #fafafa;
}

.filters input[type="submit"] {
  border: 0px;
  background: #000;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  height: 40px;
}

.filters .form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.filters .form-control:focus {
  box-shadow: none !important;
}

.filters .form-group label {
  font-weight: 500;
}

.form-check-label {
  margin-bottom: 0px;
  margin-top: 1px;
}

.form-check-label {
  margin-bottom: 5px;
  margin-top: 1px;
  font-size: 12px;
  font-weight: 500;
}

.form-check input[type="checkbox"] {
  position: absolute;
  display: none;
}

.form-check input[type="checkbox"]+label {}

.form-check input[type="checkbox"]+label span {
  font-size: 13px;
  font-weight: 500;
  margin-left: 5px;
}

.form-check input[type="checkbox"]+label:after {
  width: 17px;
  height: 17px;
  background: #e7e8e8;
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
}

.form-check input[type="checkbox"]:checked+label:after {
  background-image: url(../images/checked.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #e1e5fb;
  background-size: 59%;
}

.brand-btn a {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  text-decoration: underline;
}

.page-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0 !important;
}

.page-title span {
  width: auto;
  display: inline-block;
  font-size: 32px;
  color: #000;
  font-weight: 600;
}

.page-title span+span {
  font-size: 12px;
  color: red;
  font-weight: 300;
}

.paging-btn {
  font-size: 14px;
  font-weight: 500;
}

.btn {
  border-radius: 0px !important;
}

.pagination-drop .dropdown-item {
  font-weight: 400;
  color: #000;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
  font-size: 14px !important;
  border-radius: 0px !important;
}

.dropdown-menu.pagination-drop.show {
  background: #eeeeee;
  border-radius: 0;
  margin-top: 0;
  border: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.dropdown-menu {
  left: inherit !important;
}

.pagination {
  width: 100%;
  text-align: center;
  display: block;
}

.pagination ul li {
  display: inline-block;
  margin-right: 5px;
}

.pagination ul li:last-child {
  margin-right: 0px;
}

.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  color: #000;
  font-weight: 600;
  transition: 0.5s;
  background: #f5f6f8;
}

.pagination ul li a:hover {
  transition: 0.5s;
  color: #fff;
  background: #007a41;
}

.gallery-img {
  width: 100% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.gallery-img img {
  width: 100%;
  height: 597px;
  object-fit: cover;
}

button {
  border: 0px !important;
}

button:focus,
button:active,
button:hover {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.tabs-menu .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.tabs-menu .nav-tabs .nav-item.show .nav-link,
.tabs-menu .nav-tabs .nav-link.active {
  color: #007a41;
  border-bottom: 1px solid #007a41;
}

.tabs-menu .nav-tabs .nav-item.show .nav-link,
.tabs-menu .nav-tabs .nav-link:hover {
  color: #007a41;
  border-bottom: 1px solid #007a41;
}

.nav-tabs {
  border-bottom: 0px !important;
}

.tabs-menu .nav-tabs .nav-item {
  margin-bottom: 0px;
  margin-right: 20px;
}

.tabs-menu .nav {
  text-align: center;
}

.tabs-menu .nav-link {
  display: block;
  padding: 0.5rem 2rem;
}

.tabs-menu .tab-content {
  background: #f3f6f7;
}

.size {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.size ul li {
  width: auto;
  display: inline-block;
  width: 125px;
  margin-right: 30px;
}

.size ul li span {
  width: 50%;
  text-align: center;
  float: left;
  font-size: 14px;
  font-weight: 500;
}

.size ul li:last-child {
  margin-right: 0px;
}

.size-inner {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 500;
}

.size-title {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 500;
}

.size-inner i.fas.fa-long-arrow-alt-left {
  font-size: 20px;
}

.size-inner i.fas.fa-long-arrow-alt-right {
  font-size: 20px;
}

.slick-list.drag {}

.drag {
  padding-top: 8% !important;
  height: 487px !important;
}

/* Desktop Main Menu Color */
/*
.wsmainfull {
  background-color: #fff;
}

.wsmenu > .wsmenu-list {
  background-color: #fff;
}

/* Mobile Header */
.full-category {
  position: inherit !important;
  top: inherit !important;
  z-index: 1000;
  margin: 0px;
  margin-left: 0px;
  margin-left: 0px;
  padding: 0px;
  left: 0;
  min-width: inherit !important;
  background-color: #fff;
  margin-left: inherit !important;
  padding: 25px 0 !important;
}

.border-orange {
  width: 100% !important;
}

.wsmenu>.wsmenu-list>li.headerbtns a.headerbtn01 {
  background-color: #2d2a27;
}

.wsmenu>.wsmenu-list>li.headerbtns a.headerbtn02 {
  border-color: #2d2a27;
}

.wsmenu>.wsmenu-list>li>a:after {
  background-color: #2d2a27;
}

.wsmobileheader {
  background-color: #fff;
}

.wsmenu>.wsmenu-list>li>a {
  color: #000;
}

.wsmenu>.wsmenu-list>li>a.active {
  color: #007a41;
}

.wsmenu>.wsmenu-list>li:hover>a {
  color: #007a41;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>a {
  background-color: #2d2a27;
  color: #fff;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
  background-color: #2d2a27;
  color: #fff;
}

.full-category .active-sub {
  background-color: #2d2a27 !important;
  color: #fff !important;
}

.full-category .active-sub a {
  background-color: #2d2a27 !important;
  color: #fff !important;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li:hover a {
  background-color: #2d2a27;
  color: #fff;
}


.wsmenu>.wsmenu-list>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);

  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li:hover>.wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.basker-inner {
  width: auto;
  margin-top: -4px;
  margin-left: 7px;
  font-size: 13px;
  color: #000;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  display: flex !important;
  align-items: center;
}

.basker-inner img {
  width: 65px;
}

.basker-inner span {
  width: 60%;
  display: block;
}

.basker-inner span small {
  width: 100%;
  display: block;
}

.basker-inner span small+small {
  width: 100%;
  display: block;
  font-size: 14px;
}

.card-bottom {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 9;
}

.cart-total {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 10px;
  padding: 5px 0;
  border-bottom: 1px solid var(--border-gray);
  margin-bottom: 10px;
  font-weight: 600;
}

.cart-total .title {
  grid-column: 1 / span 1;
  font-size: 14px;
  border: none;
}

.cart-total .count {
  text-align: right;
  padding-right: 10%;
}

.basker-inner span small+small strong {
  color: #000;
  font-weight: 600;
}

header .basket img {
  float: left;
}

.border {
  border-color: #f3f3f3 !important;
}

.inner {
  text-align: center;
}

.inner img {
  text-align: center;
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.bg-soft {
  background: #f7f8fd;
}

.radius {
  border-radius: 10px;
}

span {
  cursor: pointer;
}

.number {
  background: #ffffff;
  text-align: center;
  width: 120px;
  height: 42px;
  padding-top: 7px;
  border: 1px solid #000;
}

.minus,
.plus {
  width: 20px;
  height: 20px;
  /* background:#f2f2f2; */
  border-radius: 4px;
  /* padding:8px 5px 8px 5px; */
  /* border:1px solid #ddd; */
  display: inline-block;
  vertical-align: middle;
  font-size: 9px;
  text-align: center;
  margin-top: 7px;
  color: #000000;
  padding-left: 5px;
}

input {
  height: 18px;
  width: 45%;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  font-weight: 500;
  color: #000;
  background: #fff;
  /*text-align: center;*/
}

.h6 {
  font-size: 14px;
}

.media {
  padding: 10px;
}

.media-body {
  text-align: left;
}

.product-title {
  width: 100%;
  height: auto;
  font-size: 24px;
  font-weight: 600;
}

.stock-section {
  width: 100%;
  height: 50px;
  background-color: #fafafa;
}

.stock-code {
  color: #000;
  font-size: 12px;
}

.stock {
  height: 26px;
  padding: 0px 15px;
  background: #67C177;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}

.old-price {
  display: inline-block;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
}

.new-price {
  display: inline-block;
  color: #000;
  font-size: 29px;
  font-weight: 600;
}

.detail-content {
  width: 100%;
  line-height: 26px;
  color: #3e445a;
}

.detail-content ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.detail-content ul li i {
  font-size: 8px;
  margin-right: 8px;
}

.basket-add a {
  width: 100%;
  height: 54px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  background: #2D2A27;
  transition: 0.5s;
}

.basket-add a:hover {
  background: #61605f;
  transition: 0.5s;
}

.buyNow {
  width: 70%;
}

.buyNow a {
  width: 100%;
  height: 54px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 600;
  background: #fff;
  transition: 0.5s;
  border: 1px solid #000;
}

.buyNow a:hover {
  background: #000;
  color: #fff;
}

.cargo-detail {
  width: 100%;
  height: 50px;
  background: #fff1ee;
  font-size: 16px;
  color: #e23837;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-weight: 500;
}

.add-favorite a {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: 0.5s;
  font-size: 16px;
  border: 1px solid #E0DDDD;
}

.add-favorite a:hover {
  background: #000;
  color: #fff;
}

.detail-phone a {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.5s;
  background: #007a41;
  font-size: 16px;
}

.detail-phone a:hover {
  background: #065631;
}

.modal-category {
  width: 100%;
  height: 350px;
  overflow: auto;
}

.modal-category ul li {
  width: 100%;
  border-bottom: 1px solid #f0f2f5;
}

.modal-category ul li:last-child {
  border-bottom: 0px;
}

.modal-title {
  font-size: 16px !important;
}

.modal-category ul li a {
  color: #3e445a;
  display: flex;
  font-weight: 500;
  padding: 8px;
  font-size: 13px;
  transition: 0.5s;
  align-items: center;
  justify-content: space-between;
}

.modal-category ul li a i {
  font-size: 10px;
}

.modal-category ul li a:hover {
  padding-left: 15px;
  transition: 0.5s;
}

.fitler-element {
  display: none !important;
}

.box {
  width: 100%;
  height: 180px;
  background: #f3f6f7;
}

.box .box-images {
  width: 50%;
}

.box .box-images img {
  width: 100%;
  height: 180px;
  background-size: cover;
}

.box .category-title {
  font-size: 16px;
}

.box .category-title span {
  display: block;
  font-weight: 600;
}

.box .all-button a {
  width: 120px;
  height: 38px;
  display: block;
  background: #f5df4a;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.box .all-button a:hover {
  background: #d9c644;
}

.banner-full {
  width: 100%;
  display: block;
}

.banner-full img {
  width: 100%;
}

.blog-title {
  width: 100%;
  display: block;
}

.blog-title span {
  width: 100%;
  display: block;
  font-size: 26px;
  font-weight: 600;
}

.blog-title p {
  width: 100%;
  display: block;
  color: #1f2839;
}

.blog a {
  display: block;
  width: 100%;
}

.blog a img {
  display: block;
  width: 100%;
}

.blog a span {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.blog a span {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.blog a p {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #565656;
}

.widget-section {
  width: 100%;
}

.widget-foot {
  width: auto;
  height: 70px;
  display: flex;
  align-items: center;
  border: 1px solid #E9E7E7;
  padding: 0 30px;
  gap: 10px;
}

.btn-language {
  font-size: 13px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.btn-language:hover {
  color: var(--color-black);
  background: var(--bg-yellow);
  transition: 0.3s;
}

.mobile-btn-language:hover {
  color: var(--color-black);
  background: var(--bg-yellow);
  transition: 0.3s;
}

.dropdown-toggle::after {
  display: none !important;
}

.btn-language .btn.focus,
.btn:focus {
  box-shadow: none;
}

.dropdown-menu.show {
  display: block;
  background: #f7f8fa;
  margin-top: -1px;
}

.dropdown-item {
  color: var(--color-black);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-bold);
  padding-left: 12px !important;
  padding-right: 12px !important;
  text-align: left;
  height: 35px;
  border-bottom: 1px solid #ddd;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
  white-space: inherit;
}

.dropdown-item:hover {
  background: var(--bg-yellow);
  border-radius: 5px;
}

.dropdown-menu {
  /*min-width: 46px !important;*/
  right: 0px !important;
  border-radius: 0px 0px 2px 2px !important;
  font-size: 12px;
  text-align: left;
}

.container-fluid.border-bottom.pb-5.pt-5 {
  border-color: #434343 !important;
}

.info {
  color: #fff;
  font-size: 12px;
}

.basker-inner span small a {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.category.pt-3 {
  background: #f3f6f7;
}

.basket-add.mr-1 {
  width: 70%;
}

.detail-discount img {
  width: 100%;
}

.detail-discount {
  width: 100%;
}

.variant-container {
  width: 100%;
  overflow: auto;
}

.variant-section {
  width: 100%;
}

.variant-title {
  height: 42px;
  display: grid;
  grid-template-columns: 0.6fr 1.4fr 4fr 1fr 2fr 3fr;
  background: #f6f6f6;
  align-items: center;
}

.variant-title span {
  height: 42px;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  border-right: 1px solid #e3e4e6;
  border-bottom: 1px solid #e3e4e6;
  align-items: center;
}

.variant-product {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr 4fr 1fr 2fr 3fr;
  align-items: center;
  border-bottom: 1px solid #e3e4e6;
}

.variant-product .item {
  height: 70px;
  font-size: 12px;
  font-weight: medium;
  border-right: 1px solid #e3e4e6;
  display: flex;
  align-items: center;
}

.variant-product .item:first-child {
  border-left: 1px solid #e3e4e6;
}

.item img {
  width: 100%;
}

.variant-price {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.variant-price p {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}

.variant-price p+p {
  font-size: 10px;
  color: #646060;
  display: block !important;
  width: 100%;
  text-decoration: line-through;
  align-items: center;
}

.variant-add-button {
  margin-left: 20px;
}

.variant-add-button a {
  width: 112px;
  height: 41px;
  color: #fff;
  background: rgb(15, 61, 39);
  background: linear-gradient(264deg,
      rgba(15, 61, 39, 1) 0%,
      rgba(0, 122, 65, 1) 100%);
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.variant-add-button a:hover {
  background: rgb(15, 61, 39);
  background: linear-gradient(264deg,
      rgba(0, 122, 65, 1) 0%,
      rgba(15, 61, 39, 1) 100%);
}

.order-add-button {
  margin-left: 20px;
}

.order-add-button a {
  width: 112px;
  height: 41px;
  color: #fff;
  background: rgb(97, 27, 19);
  background: linear-gradient(264deg,
      rgba(97, 27, 19, 1) 0%,
      rgba(200, 57, 40, 1) 100%);

  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.order-add-button a:hover {
  background: rgb(200, 57, 40);
  background: linear-gradient(264deg,
      rgba(200, 57, 40, 1) 0%,
      rgba(97, 27, 19, 1) 100%);
}

a.all-category {
  width: 160px;
  color: #fff !important;
  background: rgb(15, 61, 39);
  background: linear-gradient(264deg,
      rgba(15, 61, 39, 1) 0%,
      rgba(0, 122, 65, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.seller-button a {
  display: inline-block;
  padding: 10px 25px;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  color: #000;
}

.bg-white {
  background: #fff !important;
}

.mobile-banner {
  display: none;
}

section.wrapper.mt-wp {
  /*margin-top: -25px;*/
  position: relative;
  z-index: 9;
}

.variant-arrow {
  display: none;
}

.dropdown-menu.pagination-drop.show {
  width: auto !important;
  padding: 10px !important;
}

.col-xl-3.col-lg-4.col-md-6.col-6.mb-3 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.special-order {
  background: rgb(15, 61, 39);
  background: linear-gradient(264deg,
      rgba(15, 61, 39, 1) 0%,
      rgba(0, 122, 65, 1) 100%);
}

.btn-primary {
  background: #000;
  color: #fff !important;
  border-color: #000;
}

.btn-primary:hover {
  background: #000;
  color: #fff !important;
  border-color: #000;
}

.form .plan input:checked+label:after,
form .payment-plan input:checked+label:after,
.form .payment-type input:checked+label:after {
  border: 1px solid #ffffff !important;
  background-color: #027f43 !important;
}

.form .plan input:checked+label,
.form .payment-plan input:checked+label,
.form .payment-type input:checked+label {
  background: #027f43 !important;
  border-color: #027f43 !important;
}

.text-left {
  text-align: left !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #e9ecef !important
}

.col-lg-6.col-md-6.col-6 {
  font-size: 13px;
  font-weight: 400;
}

.d-xl-block {
  display: block !important;
  font-size: 13px;
  font-weight: 400;
}

.col-lg-2.col-md-2.col-2 {
  font-size: 13px;
}

.page-item:last-child .page-link {
  border-radius: 0px !important;
}

.badge-dark {
  color: #fff;
  padding: 10px !important;
}

div#menu3 .product a {
  background: #fff;
}

.detailDiscount {
  padding: 10px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background: linear-gradient(264deg, rgba(15, 61, 39, 1) 0%, rgba(0, 122, 65, 1) 100%);
}

.variant-stock-error {
  margin-left: 20px;
  width: 112px;
  height: 41px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

#webron .badge {
  margin-bottom: -5px;
}

.text-small {
  font-size: 13px;
}

.img-category {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
}

.img-category .category-title {
  width: 80%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #464443;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  margin-top: -30px;
  position: relative;
  z-index: 99;
}

.footer-menu {
  width: 100%;
  text-align: center;
}

.footer-menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-menu ul li a {
  font-size: 16px;
  color: #fff;
  padding: 0 16px;
  transition: all 0.3s;
}

.footer-menu ul li a:hover {
  padding-left: 25px;
}

.social-media ul {
  display: flex;
}

.social-media ul li {
  margin-right: 6px;
}

.social-media ul li a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s;
  border: 1px solid #fff;
  border-radius: 50%;
}

.social-media ul li a:hover {
  color: #000;
  background: #fff;
}

.bottom {
  border-top: 1px solid #322F2C;
}

.rules-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rules-menu ul li a {
  display: block;
  padding: 0px 12px;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s;
}

.rules-menu ul li a:hover {
  padding-left: 15px;
}

.accordion-menu {
  width: 100%;
  border-radius: 4px;
}

.accordion-menu li.open .dropdownlink {
  color: #2B3E59;
}

.accordion-menu li.open .dropdownlink .fa-chevron-down {
  transform: rotate(180deg);
}

.dropdownlink {
  cursor: pointer;
  height: 58px;
  display: block;
  padding-top: 22px;
  color: #000000;
  position: relative;
  transition: all 0.4s ease-out;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
  padding-left: 26px;
  border: 1px solid #f5f4f4;
  letter-spacing: 0.5px;
}

.dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
}

.dropdownlink .fa-chevron-down {
  right: 20px;
  left: auto;
  font-size: 15px;
  top: 21px;
}

.submenuItems {
  display: none;
  background: #EDEDED;
  margin-bottom: 20px;
}

.submenuItems a {
  display: block;
  color: #ffffff;
  padding: 12px 12px 12px 45px;
  transition: all 0.4s ease-out;
}

.submenuItems a:hover {}

.dropdownlink span {
  color: #F7931D;
  width: 62px;
  height: 25px;
  display: inline-block;
  padding-left: 21px;
  font-size: 18px;
  border-right: 1px solid #EFECEC;
  margin-right: 20px;
  display: none;
}

ul.submenuItems {
  padding: 20px;
  font-size: 14px;
  color: #000;
}


.block-button-search {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-search {
  font-size: 30vw;
  cursor: pointer;
  color: #C5E1A5;
}

#search-form {
  display: flex !important;
  width: 100%;
}

#search-form input[type="search"] {
  color: #000;
  border: none;
  width: 100%;
  padding: 40px;
  font-size: 20px;
  letter-spacing: 1px;
  outline: none;
}

#search-form button {
  color: #2D4863;
  background: #fbfdf9;
  border: none;
  padding: 7px;
  cursor: pointer;
  font-size: 25px;
  padding-right: 19px;
}

#search-form button:focus {
  outline: none;
}

#search-toggle {
  display: none;
  transition: 0.2s;
}

.search-backdrop,
.search-content {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.2s;
}

.search-backdrop {

  width: 100vw;
  height: 100vh;
  cursor: pointer;
  background-color: #2B3E591A;
  transform: translateY(100%);
}

.search-content {
  width: 100%;
  height: 78px;
  transform: translateY(-100%);
}

#search-toggle:checked~.search-backdrop {
  opacity: 1;
  z-index: 1010;
  transform: translateY(0%);
}

#search-toggle:checked~.search-content {
  opacity: 1;
  z-index: 1011;
  transform: translateY(0%);
}

.search-container input::-webkit-input-placeholder {
  color: #554D47;
}

.search-container input::-ms-input-placeholder {
  color: #554D47;
}

.search-container input:-ms-input-placeholder {
  color: #554D47;
}

.search-container input::placeholder {
  color: #554D47;
}

.menu {
  display: none;
}

.user-mobile {
  display: none;
}

.variant {
  display: inline-block;
}

.btn-variant {
  border: 1px solid #ddd !important;
  font-size: 16px;
  padding: 8px 18px !important
}

.btn-variant:hover {
  background-color: #2d2a27 !important;
  color: #fff !important;
  border: 1px solid #2d2a27 !important;
}

.btn-variant.active {
  background-color: #2d2a27 !important;
  color: #fff !important;
  border: 1px solid #2d2a27 !important;
}

.modal {
  z-index: 10000 !important;
}

.variant-backdrop {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.2s;
}

.variant-error {
  opacity: 1;
  z-index: 1011;
  transform: translateY(0%);
  background: #fff;
  padding: 15px;
  width: 100%;
  border: 1px solid #8e0808;
}

.variant-backdrop {

  width: 100vw;
  height: 100vh;
  cursor: pointer;
  background-color: #2B3E591A;
  transform: translateY(100%);
}

#variant-toggle {
  display: none;
  transition: 0.2s;
}

#variant-toggle:checked~.variant-backdrop {
  opacity: 1;
  z-index: 1010;
  transform: translateY(0%);
}

.sold {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
}

.bg-brown {
  background: #fff !important;
  color: #000;
  border: 1px solid #000;
}

.v-product {
  border: 2px solid #ddd;
  border-radius: 5px;
}

.v-product img {
  border-radius: 5px;
}

.v-product-active {
  border: 2px solid #ff0000;
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto;
}



.navbar {}

.menu {
  list-style: none;
  display: flex;
  gap: 20px;
}

.menu>li {
  position: relative;
}

.menu a {
  color: white;
  text-decoration: none;
  padding: 16px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s;
  color: #929292;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.menu a.active {
  color: #000;
}

.menu a:hover {
  color: #000;
}

.submenu {
  list-style: none;
  background-color: #444;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 10;
  display: block;
  padding: 10px;
}

.submenu li {
  border-bottom: 1px solid #555;
}

.submenu li:last-child {
  border-bottom: none;
}

.submenu a {
  padding: 14px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

.submenu a:hover {
  color: #ddd;
}

.menu>.dropdown:hover>.submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


.second-level {
  top: 0;
  left: 100%;
  transform: translateX(-10px);
}

.submenu .dropdown:hover>.submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.arrow {
  margin-left: auto;
  font-size: 12px;
  color: #bbb;
}

.dropdown .arrow img {
  width: 8px;
}

.product {
  position: relative;
  overflow: hidden;
}

.product-img {
  position: relative;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  display: block;
  height: 500px;
  object-fit: cover;
}

/* Sepete Ekle Butonu */
.add-to-cart {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  border: none;
  padding: 10px 20px;
  font-size: 13px;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s ease;

}

.add-to-cart a {
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 40px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

.product-img:hover .add-to-cart {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  bottom: 30px;
}

.product .category {
  text-align: center;
  color: #c6c6c6;
}

.product .title {
  width: 100%;
  display: inline-block;
  height: 50px;
  font-weight: 600;
  text-align: center;
  margin-top: 7px;
}

.product .price {
  text-align: center;
  font-size: 18px;
}

ul.submenu.second-level {
  margin-top: -10px;
  background-color: #494545;
}

section.banner-slider.slick-initialized.slick-slider.slick-dotted {
  width: 96%;
  margin: 0 auto;
  margin-top: 40px;
}


ul.gallery-tab-button {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px;
  gap: 10px;
  justify-content: center;
  margin: 30px 0;
}

ul.gallery-tab-button button.active {
  background-color: rgb(0 0 0);
  border-color: rgb(28, 19, 63);
  color: rgb(255, 255, 255);
  border-color: #000 !important;
}

ul.gallery-tab-button button:hover {
  background-color: #000;
  border-color: #000;
  color: rgb(255, 255, 255);
}

ul.gallery-tab-button li button {
  height: 48px;
  font-size: 13px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(221, 219, 226);
  padding: 0px 26px;
  font-weight: 500;
  color: rgb(0 0 0);
  letter-spacing: 0.5px;
  border: 1px solid #00000017 !important;
}

.seeAll a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  padding: 10px 16px;
  border: 1px solid #E0DDDD;
  transition: all 0.5s;
}

.seeAll a:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

.page-container {
  width: 80%;
  margin: 0 auto;
}

.page-container p {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.footer-inner {
  display: grid;
  grid-template-columns: 27% 19% 19% 27%;
  gap: 3%;
}

.footer-logo img {
  width: 120px;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
  margin-top: 20px;
}

.footer-info a {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.social-media {
  margin-bottom: 30px;
}









#menu-button {
  border: none;
  cursor: pointer;
  font-size: 16px;
  background: transparent;
  transition: background-color 0.3s;
}

#menu-button img {
  width: 26px;
}

#side-menu {
  width: 300px;
  height: 100vh;
  background-color: #fff;
  color: white;
  position: fixed;
  top: 0;
  left: -300px;
  transition: left 0.5s ease;
  padding: 20px;
  z-index: 1000;
}

#close-menu {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

#close-menu img {
  width: 18px;
}

#side-menu ul {
  list-style: none;
  padding: 0;
  margin-top: 50px;
}

#side-menu ul li {
  margin: 20px 0;
}

#side-menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

#side-menu ul li a:hover {
  text-decoration: underline;
}

.side-menu {
  background-color: #fff;
  margin-top: 40px;
}

.side-menu a {
  text-decoration: none;
  color: #000000;
  display: flex;
  height: 38px;
  transition: background 0.3s ease;
  font-size: 16px;
  align-items: center;
}


.menu-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.menu-item:hover {
  background: transparent !important;
}


.custom-dropdown {
  display: none;
  padding-left: 20px;
}

.custom-dropdown a {
  font-size: 14px;
}

.menu-item.open>.custom-dropdown {
  display: block;
}

.custom-toggle {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
}

.custom-toggle span {
  font-size: 16px;
  color: #000;
}

.custom-arrow {
  transition: transform 0.3s ease;
}

.menu-item.open>.custom-toggle>.custom-arrow {
  transform: rotate(90deg);
}

.custom-toggle img {
  width: 8px;
}

.menu-item.open {
  border-bottom: 0px;
}

.menu-logo a img {
  width: 80px;
}

.left-menu {
  display: none;
}

.category-img {
  display: flex;
  flex-direction: row;
  gap: 20px;
}