* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
}

body {
  font-family: 'Karla', sans-serif;
  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: 120px;
  display: inline-block;
  border-bottom: 1px solid #EDEDED;
}
.top-ad {
  width: 100%;
  height: 40px;
  background: #1f1f1f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-ad .cargo {
  width: auto;
  display: inline-block;
  font-size: 15px;
  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;
}
.buttons-top {
  height: 80px;
  /*! border-right: 1px solid #EDEDED; */
}
.search-button {
  margin-top: 3px;
}
header .top-menu ul li {
  display: inline-block;
  margin-right: 10px;
}
header .top-menu ul li a {
  display: block;
  color: #000;
  font-size: 14px;
}
header .top-menu ul li a:hover {
  text-decoration: underline;
}

header .logo {
  width: auto;
  display: inline-block;
}
.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: 350px;
  height: 40px;
  display: inline-block;
  border-radius: 5px;
}
.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;
}
.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: 500;
  font-size: 18px;
  margin-left: 7px;
}
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: #F8F5F0;
}
.banner-slider {
  width: 100%;
  display: block;
}

.wrapper {
  width: 100%;
  display: inline-block;
}
.title {
  width: 100%;
  display: inline-block;
}
.title p {
  width: auto;
  font-family: 'Marcellus', serif;
  font-size: 24px;
  font-weight: 500;
}
.title span a {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #000;
  padding: 10px 16px;
  border: 1px solid #E0DDDD;
}
.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: #eee;
  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: contain;
}
.product a .title {
  width: 100%;
  height: 33px;
  font-size: 16px;
  color: #000000;
  border: none;
  line-height: 18px;
  padding: 0 !important;
  overflow: hidden;
}
.product a .category {
  width: 100%;
  font-size: 12px;
  color: #838383;
}
.product a .old-price {
  font-size: 14px;
  color: #797979;
  text-decoration: line-through;
  font-size: 18px;
  margin-right: 10px;
  text-decoration: line-through;
}
.product a .price {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
.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 #EDEDED;
}
.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
.breadcrumb-item a {
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #000;
}
.breadcrumb-item.active {
  color: #000;
  font-size: 16px;
}
.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: 12px;
  height: 36px;
  width: 100%;
  background: #f5f6f8;
}
.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: 36px;
  color: #000;
  font-weight: 500;
  font-family: 'Marcellus', serif;
}
.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%;
}

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;
}
.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: 28px;
  font-family: 'Marcellus', serif;
}
.stock-section {
  width: 100%;
  height: 50px;
  background-color: #F5F6F8;
}
.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;
  font-family: 'Marcellus', serif;
}
.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: #065631;
  transition: 0.5s;
}
.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: #c3ad18;
}
.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;
  justify-content: center;
}
.footer-menu ul li a{
  font-size: 16px;
  color: #fff;
  padding: 0 16px;
  transform: all 0.3s;
}
.footer-menu ul li a:hover{
  text-decoration: underline;
}
.social-media ul{
  display: flex;
}
.social-media ul li{
  margin-right: 6px;
}
.social-media ul li a{
  width: 42px;
  height: 42px;
  background: #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d2a27;
  font-size: 16px;
  transition:  all 0.3s;
}
.social-media ul li a:hover{
  color: #fff;
  background: #2d2a27;
}
.bottom {
  border-top: 1px solid #322F2C;
}
.rules-menu ul {
  display: flex;
}
.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{
  text-decoration: underline;
}
.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: 17px;
  color: #000000;
  position: relative;
  transition: all 0.4s ease-out;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 16px;
  padding-left: 26px;
  border: 1px solid #EDEDED;
}

.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;
}
#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: #cab397!important;
}
.v-product {
  border: 2px solid #ddd;
  border-radius:5px;
}
.v-product img{ 
  border-radius:5px;
}
.v-product-active {
  border: 2px solid #ff0000;
}
@media (max-width: 768px) {

@supports not (-webkit-touch-callout: none) {
  .bottom-fixed {
    position: fixed!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    z-index: 9999!important;
  }
  .card-bottom {
    position: fixed!important;    
  }
  .modal-body {
    position: relative!important;
    -ms-flex: inherit!important;
    flex: inherit!important;
    padding: 1rem!important;
    height: calc(100vh - 306px)!important;
    overflow: scroll!important;
  }
}
@supports  (-webkit-touch-callout: none) {
  .bottom-fixed {
    position: sticky!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    z-index: 9999!important;
  }
  .card-bottom {
    position: sticky!important;
    bottom: 0px!important;
    left: 0!important;
    right: 0!important;
    z-index: 9999!important;
    background: #fff!important;
  
  }
  .modal-body {
    position: relative!important;
    -ms-flex:inherit!important;
    flex:inherit!important;
    padding: 1rem!important;
    height: 600px!important;
    overflow: scroll!important;
  }
 

}
}

/* ── Product Grid: Price & Cart Discount ── */
.product .product-price-block {
  margin-top: 7px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.product .product-price-main {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.product .product-price-old {
  font-size: 12px;
  font-weight: 400;
  color: #b0b0b0;
  text-decoration: line-through;
  letter-spacing: 0.03em;
  line-height: 1;
}

.product .product-price-current {
  font-size: 21px;
  font-weight: 700;
  color: #222;
  line-height: 1;
  letter-spacing: -0.04em;
}

.product .product-price-currency {
  font-size: 11px;
  font-weight: 600;
  color: #888;
  margin-left: 1px;
  top: -0.3em;
  letter-spacing: 0;
}

/* Sepet indirimi — açık yeşil premium kart */
.product .product-cart-discount {
  display: flex;
  align-items: stretch;
  margin-top: 7px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(145deg, #f2faf5 0%, #e4f3ea 55%, #d9ede3 100%);
  border: 1px solid #c5e0d0;
  box-shadow: 0 2px 8px rgba(0, 122, 65, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.product:hover .product-cart-discount {
  box-shadow: 0 4px 14px rgba(0, 122, 65, 0.14);
  transform: translateY(-1px);
}

.product .product-cart-discount-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7px 9px;
  min-width: 52px;
  background: rgba(0, 122, 65, 0.08);
  border-right: 1px solid rgba(0, 122, 65, 0.12);
}

.product .product-cart-discount-badge {
  font-size: 18px;
  font-weight: 800;
  color: #007a41;
  line-height: 1;
  letter-spacing: -0.03em;
}

.product .product-cart-discount-text {
  margin-top: 3px;
  font-size: 9px;
  font-weight: 700;
  color: #4a8a62;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product .product-cart-discount-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7px 11px 7px 10px;
  min-width: 0;
}

.product .product-cart-discount-caption {
  font-size: 9px;
  font-weight: 600;
  color: #6a9a7a;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2px;
}

.product .product-cart-discount-value {
  font-size: 17px;
  font-weight: 700;
  color: #007a41;
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

/* İndirimli ürünlerde fiyat vurgusu */
.product .product-price-main:has(.product-price-old) .product-price-current {
  color: #007a41;
}

@media (max-width: 576px) {
  .product .product-price-block {
    margin-top: 5px;
    padding-top: 6px;
  }

  .product .product-price-old {
    font-size: 10px;
  }

  .product .product-price-current {
    font-size: 16px;
  }

  .product .product-price-currency {
    font-size: 9px;
    top: -0.25em;
  }

  .product .product-cart-discount {
    margin-top: 5px;
    border-radius: 7px;
  }

  .product .product-cart-discount-left {
    min-width: 44px;
    padding: 5px 6px;
  }

  .product .product-cart-discount-badge {
    font-size: 14px;
  }

  .product .product-cart-discount-text {
    margin-top: 2px;
    font-size: 7.5px;
    line-height: 1.15;
  }

  .product .product-cart-discount-right {
    padding: 5px 8px 5px 7px;
  }

  .product .product-cart-discount-caption {
    font-size: 7.5px;
    margin-bottom: 1px;
  }

  .product .product-cart-discount-value {
    font-size: 14px;
  }
}

/* ── Product Detail: Sepet İndirimi ── */
.detail-sepet-discount {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-top: 16px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #eef8f2 0%, #dff0e6 50%, #d4ebdf 100%);
  border: 1.5px solid #b8dcc8;
  box-shadow: 0 4px 18px rgba(0, 122, 65, 0.12);
  position: relative;
}

.detail-sepet-discount::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #007a41;
}

.detail-sepet-discount-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 22px;
  min-width: 110px;
  background: rgba(0, 122, 65, 0.07);
  border-right: 1px solid rgba(0, 122, 65, 0.12);
  flex-shrink: 0;
}

.detail-sepet-discount-badge {
  font-size: 34px;
  font-weight: 800;
  color: #007a41;
  line-height: 1;
  letter-spacing: -0.04em;
}

.detail-sepet-discount-text {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #3d7a55;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-sepet-discount-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 22px 16px 20px;
  min-width: 0;
}

.detail-sepet-discount-desc {
  font-size: 14px;
  font-weight: 500;
  color: #3a5c46;
  line-height: 1.45;
  max-width: 280px;
}

.detail-sepet-discount-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  text-align: right;
}

.detail-sepet-discount-caption {
  font-size: 11px;
  font-weight: 600;
  color: #6a9a7a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 5px;
}

.detail-sepet-discount-value {
  font-size: 28px;
  font-weight: 800;
  color: #007a41;
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .detail-sepet-discount {
    flex-direction: column;
    margin-top: 12px;
    border-radius: 10px;
  }

  .detail-sepet-discount::before {
    width: 100%;
    height: 3px;
    bottom: auto;
    right: 0;
  }

  .detail-sepet-discount-left {
    flex-direction: row;
    gap: 10px;
    min-width: 0;
    width: 100%;
    padding: 12px 16px;
    border-right: none;
    border-bottom: 1px solid rgba(0, 122, 65, 0.12);
  }

  .detail-sepet-discount-text {
    margin-top: 0;
    text-align: left;
    font-size: 10px;
  }

  .detail-sepet-discount-badge {
    font-size: 26px;
  }

  .detail-sepet-discount-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px 14px;
  }

  .detail-sepet-discount-desc {
    font-size: 12px;
    max-width: none;
  }

  .detail-sepet-discount-price-wrap {
    align-items: flex-start;
    text-align: left;
    width: 100%;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
  }

  .detail-sepet-discount-caption {
    margin-bottom: 0;
    font-size: 10px;
  }

  .detail-sepet-discount-value {
    font-size: 22px;
  }
}