.producright {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
 
}


/* Modern Header Buttons - Clean & Minimal Design */
.modern-header-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
  white-space: nowrap;
}

.modern-header-btn:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
  color: #111827;
  text-decoration: none;
}

.modern-header-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.modern-header-btn svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: inherit;
}

.modern-header-btn__text {
  line-height: 1.5;
}

/* Account Button */
.modern-account-btn {
  min-width: 100px;
}

.modern-account-btn[aria-expanded="true"] {
  background-color: #f3f4f6;
  border-color: #9ca3af;
}

/* Cart Button */
.modern-cart-btn {
  min-width: 100px;
}

.modern-cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  border: 2px solid #ffffff;
  border-radius: 10px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.modern-cart-badge:empty {
  display: none;
}

/* Modern Dropdown Menu */
.modern-dropdown-menu {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
  padding: 8px;
  margin-top: 8px;
  min-width: 200px;
  background-color: #ffffff;
}

.modern-dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 8px;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.15s ease;
  text-decoration: none;
}

.modern-dropdown-item svg {
  flex-shrink: 0;
  color: #6b7280;
  transition: color 0.15s ease;
}

.modern-dropdown-item:hover {
  background-color: #f3f4f6;
  color: #111827;
  text-decoration: none;
}

.modern-dropdown-item:hover svg {
  color: #374151;
}

.modern-dropdown-item--danger {
  color: #dc2626;
}

.modern-dropdown-item--danger:hover {
  background-color: #fef2f2;
  color: #b91c1c;
}

.modern-dropdown-item--danger svg {
  color: #dc2626;
}

.modern-dropdown-item--danger:hover svg {
  color: #b91c1c;
}

.modern-dropdown-menu .dropdown-divider {
  margin: 8px 0;
  border-color: #e5e7eb;
}

/* Dropdown Toggle Arrow */
.modern-account-btn.dropdown-toggle::after {
  margin-left: 8px;
  vertical-align: 0.2em;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-bottom: 0;
  border-left: 0.35em solid transparent;
  transition: transform 0.2s ease;
}

.modern-account-btn[aria-expanded="true"].dropdown-toggle::after {
  transform: rotate(180deg);
}

/* Responsive */
@media (max-width: 991.98px) {
  .modern-header-btn__text {
    display: none;
  }
  
  .modern-header-btn {
    padding: 10px 12px;
    min-width: auto;
  }
  
  .modern-account-btn,
  .modern-cart-btn {
    min-width: auto;
  }
}
.order-container {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;

}
.order-container .page-title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.order-container .order-details table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.order-container .order-details th, 
.order-container .order-details td {
  padding: 10px;
  font-size: 14px;
  color: #555;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.order-container .order-details th {
  font-weight: 600;
  background-color: #f8f9fa;
}

.order-container .order-complete__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.order-container .order-complete__action a {
  display: inline-block;
  padding: 12px 20px;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-align: center;
  width: 100%;
  max-width: 250px;
}

.order-container .fifth-button {
  background-color: #e74c3c;
}

.order-container .third-button {
  background-color: #3498db;
}

.order-container .order-complete__action a:hover {
  opacity: 0.85;
}

/* Banka Bilgileri */
.order-container .order-complete__customer-information {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.order-container .order-complete__customer-information ul {
  list-style: none;
  padding: 0;
}

.order-container .order-complete__customer-information ul li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.order-container .bankInformation .topData {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #444;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
  .order-container {
      padding: 20px;
  }

  .producright {  
margin-top: 15px;
   
  }

  .order-container .order-details th, 
  .order-container .order-details td {
      font-size: 12px;
  }

  .order-container .order-complete__action {
      flex-direction: column;
      gap: 10px;
  }
}
.order-complete__heading {
  text-align: center;
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  width: 60%;
}

.order-complete__h1 {
  font-size: 28px;
  color: #28a745;
  font-weight: bold;
  margin-bottom: 10px;
}

.order-complete__order-number {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.order-complete__order-number p {
  margin-top: 5px;
}

.order-complete__order-number a {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #e9ecef;
  transition: all 0.3s ease-in-out;
}

.order-complete__order-number a:hover {
  background: #007bff;
  color: white;
}


.a252-v1-metrostyle-r1-wrapper ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  float: left
}

.a252-v1-metrostyle-r1-wrapper ul li {
  width: 100%;
  margin-top: 2%;
  border: 1px solid #dbdbdb
}

.a252-v1-metrostyle-r1-wrapper ul li:after {
  content: '';
  display: block;
  clear: both
}

.a252-v1-metrostyle-r1-wrapper ul li:first-child {
  margin-top: 0
}

.a252-v1-metrostyle-r1-wrapper .topContainer {
  float: left;
  width: 100%
}

.a252-v1-metrostyle-r1-wrapper .logoContainer {
  width: 25%;
  float: left;
  height: 120px;
  position: relative;
  padding: 10px;
  text-align: center
}



.a252-v1-metrostyle-r1-wrapper .logoContainer img {
max-width: 100px;
display: inline-block;
vertical-align: middle!important;
}

.a252-v1-metrostyle-r1-wrapper .logoContainer .concept-noimage {
  width: 100%;
  height: 80px;
  display: inline-block;
  vertical-align: top
}

.a252-v1-metrostyle-r1-wrapper .bankInformation {
  width: 75%;
  float: left;
  height: 120px;
  padding: 10px;
  border-left: 1px solid #dbdbdb
}

.a252-v1-metrostyle-r1-wrapper .topData {
  width: 100%;
  float: left
}

.a252-v1-metrostyle-r1-wrapper .parameterTitle {
  width: 120px;
  float: left;
  font-size: 15px;
}

.a252-v1-metrostyle-r1-wrapper .parameterTitle span {
  float: right;
  margin-right: 10px
}

.a252-v1-metrostyle-r1-wrapper .parameterValue {
  width: auto;
  float: left;
  font-size: 14px;
}

.a252-v1-metrostyle-r1-wrapper .bottomDataContainer {
  width: 100%;
  float: left;
  border-top: 1px solid #dbdbdb
}

.a252-v1-metrostyle-r1-wrapper .bottomDataInlineContainer {
  width: 100%;
  float: left;
  background-color: #f6f6f6;
  font-size: 12px
}

.a252-v1-metrostyle-r1-wrapper .bottomDataInlineContainer:nth-child(4n-1),.a252-v1-metrostyle-r1-wrapper .bottomDataInlineContainer:nth-child(4n) {
  background-color: #fdfdfd
}

.a252-v1-metrostyle-r1-wrapper .bottomDataTitle {
  width: 25%;
  padding: 5px 10px;
  float: left;
  font-size: 15px
}

.a252-v1-metrostyle-r1-wrapper .bottomDataValue {
  width: 75%;
  padding: 5px 10px;
  float: left;
  border-left: 1px solid #dbdbdb;
  font-size: 15px
}

.a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap
}

.a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .topContainer {
  flex: 25%;
  float: none
}

.a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .logoContainer {
  width: 100%
}

.a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .bankInformation {
  display: none
}

.a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .bottomDataContainer {
  flex: 75%;
  float: none;
  border-top: 0
}

.a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .bottomDataInlineContainer {
  height: 100%;
  border-left: 1px solid #dbdbdb;
  padding: 19px 0
}

.a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .bottomDataTitle,.a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .bottomDataValue {
  width: 100%;
  border-left: 0
}

.a252-v1-metrostyle-r1-wrapper .message {
  margin: 0
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  .a252-v1-metrostyle-r1-wrapper > .container {
      width:auto
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .a252-v1-metrostyle-r1-wrapper > .container {
      width:auto
  }
}

@media only screen and (max-width: 767px) {
  .a252-v1-metrostyle-r1-wrapper > .container {
      width:auto
  }

.halo-tab-category {

padding: 0 !important;
}


.halo-tab-category .content {
min-height: 160px;
}

.halo-tab-category .row.column-5 .halo-row-item {
width: 33%;
}


.halo-tab-category .content .link {

color: #202020;
padding: 5px !important;
text-align: center;

}

  .halo-tab-category .content {
  padding: 5px !important;
  border: 1px solid #ddd;
}

  .a252-v1-metrostyle-r1-wrapper .logoContainer {
      width: 100%;
      height: auto
  }

  .a252-v1-metrostyle-r1-wrapper .bankInformation {
      width: 100%;
      height: auto;
      border-left: 0;
      border-top: 1px solid #dbdbdb;
      padding: 0
  }

  .a252-v1-metrostyle-r1-wrapper .topData {
      padding: 5px 10px;
      border-bottom: 1px solid #dbdbdb;
      background-color: #fdfdfd
  }

  .a252-v1-metrostyle-r1-wrapper .topData:nth-child(1),.a252-v1-metrostyle-r1-wrapper .topData:nth-child(2) {
      background-color: #f6f6f6
  }

  .a252-v1-metrostyle-r1-wrapper .topData:last-child {
      border-bottom: 0
  }

  .a252-v1-metrostyle-r1-wrapper .parameterTitle {
      width: 100%
  }

  .a252-v1-metrostyle-r1-wrapper .parameterTitle span {
      display: none
  }

  .a252-v1-metrostyle-r1-wrapper .parameterValue {
      width: 100%
  }

  .a252-v1-metrostyle-r1-wrapper .bottomDataInlineContainer {
      border-bottom: 1px solid #ddd
  }

  .a252-v1-metrostyle-r1-wrapper .bottomDataInlineContainer:last-child {
      border-bottom: 0
  }

  .a252-v1-metrostyle-r1-wrapper .bottomDataTitle {
      width: 100%
  }

  .a252-v1-metrostyle-r1-wrapper .bottomDataValue {
      width: 100%;
      border-left: 0
  }

  .a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .topContainer,.a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .bottomDataContainer {
      flex: 100%
  }

  .a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .bottomDataContainer {
      border-top: 1px solid #dbdbdb
  }

  .a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .bottomDataInlineContainer {
      padding: 0;
      border-left: 0
  }
}

.info-box {
  background: #e0e5f0;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.modern-info-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  transition: all 0.3s ease;
  height: 100%;
  min-height: 80px;
}

.modern-info-box:hover {
  background: #ffffff;
  border-color: #dee2e6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.modern-info-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 10px;
  color: #ffffff;
  flex-shrink: 0;
}

/* Delivery Icon - Soft Blue Gradient */
.modern-info-box--delivery .modern-info-box__icon {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  box-shadow: 0 4px 12px rgba(79, 172, 254, 0.25);
}

/* Manufacturer Icon - Soft Orange Gradient */
.modern-info-box--manufacturer .modern-info-box__icon {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
  box-shadow: 0 4px 12px rgba(250, 112, 154, 0.25);
}

/* Local Production Icon - Soft Green Gradient */
.modern-info-box--local .modern-info-box__icon {
  background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
  box-shadow: 0 4px 12px rgba(48, 207, 208, 0.25);
}

.modern-info-box--delivery:hover .modern-info-box__icon,
.modern-info-box--manufacturer:hover .modern-info-box__icon,
.modern-info-box--local:hover .modern-info-box__icon {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.modern-info-box__content {
  flex: 1;
  text-align: left;
  min-width: 0;
}

.modern-info-box__title {
  font-size: 13px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 2px;
  line-height: 1.3;
  word-wrap: break-word;
}

.modern-info-box__subtitle {
  font-size: 11px;
  color: #6c757d;
  line-height: 1.4;
  word-wrap: break-word;
}

@media (min-width: 576px) {
  .modern-info-box {
    padding: 14px;
    gap: 12px;
  }
  
  .modern-info-box__icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
  
  .modern-info-box__title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  
  .modern-info-box__subtitle {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .modern-info-box {
    padding: 16px;
  }
  
  .modern-info-box__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
}

.product-single > .row {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 767.98px) {
  .product-single > .row {
    padding-left: 0;
    padding-right: 0;
  }
  
  .product-single > .row > .col-lg-7.product-gallery,
  .product-single > .row > .col-lg-5 {
    padding-left: 0;
    padding-right: 0;
  }
}

.product-gallery-container--thumbnails-left, .product-gallery-container--thumbnails-right {
  display: flex;
  gap: 10px;
  height: 750px !important;
}


.shopping-cart__container {
  background: white;
  padding: 15px;
  border: 1px solid #d4d4d4;
}

.payment-options-container .payment-options-logo {
  padding: 5px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #ddd;
  margin-top: 15px;
}
.payment-options-container span {
  font-weight: 300;
  font-size: 13px;
}
.payment-options-container {
  font-weight: 300;
  font-size: 15px;
}

.status__value--in-stock {
  color: #487317;
}

.product__status span {
  padding-right: 0px;
}


.meta-item {
  border-bottom: 1px solid #ddd;
}


.orderdetail {
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #dedede;
  border-radius: 5px;
}

.col-sm-3.border-gray {
  margin-top: 10px;
}
.orderdetail__customer-information {
  margin-top: 5px;
  padding-top: 25px;
  border: 1px solid #dedede;
  padding: 10px;
  border-radius: 5px;
}
.order-information__section-heading {
  font-family: 'Jost';
  color: #999;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0px 0px 15px 0px;
  margin: 0px;
}
.customer-information__heading {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  font-size: 24px;
  font-family: 'Jost';
  letter-spacing: 0.5px;
}
.customer-information__section {
  padding: 30px 0px 0px 0px;
}
.accOrder {
  font-size: 16px;
  border: 1px solid #dedede;
  border-top: 0 solid #dedede;
}
.accOrder .productHead {
  position: relative;
  padding: 8px 20px 8px 20px;
  background-color: #f7f7f7;
  border-top: 1px solid #dedede;
}
.accOrder .product .cell.visual {
  width: 120px;
  padding-left: 20px;
}
.accOrder .product .cell {
  vertical-align: top;
  padding: 20px 0 20px 0;
  border-top: 1px solid #ebebeb;
}
.accOrder .product .cell.details {
  width: 357px;
  padding-left: 10px;
  padding-right: 5px;
  border-right: 1px solid #f2f2f2;
}
.accOrder .product .cell.details .name {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 3px;
}
.accOrder .product .cell.shipping {
  width: 210px;
  font-size: 12px;
  border-right: 1px solid #f2f2f2;
  vertical-align: middle;
}
.accOrder .product .cell.details .quantity {
  margin-top: 21px;
  margin-bottom: 3px;
}


.wishlist__table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.wishlist__table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

span.cart-item-discount-badge {
  color: #000;
  background: whitesmoke;
  font-size: 13px;
  display: inline-block;
  align-items: center;
  background-color: #eff2f7;
  border-radius: 8px;
  padding: 5px 9px;
  width: fit-content;
  margin-bottom: 5px;
}

.col-sm-6 {
  flex: 0 0 auto;
  width: 50%; }

  

.categorybg {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #dddd;
}



.footer-bottom .copyright {
  align-items: center;
  justify-content: space-between;
}

.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.top-product-image-badge.product-badge_text {
  padding: 5px;
  margin-top: 5px;
  padding: 5px 7px;
  z-index: 2;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 7px;
  border-radius: 5px;
}

.top-product-image-badge {
  margin-left: 5px;
}

.featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
  animation: pulse 2s infinite;
}

.featured-badge svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
  }
  50% {
    box-shadow: 0 2px 12px rgba(255, 107, 107, 0.5);
  }
}

.product-color-variant-badge {
  position: absolute;
  top: 3.5rem;
  right: 0.75rem;
  background: #c631af;
  color: #ffffff;
  padding: 0.375rem 0.75rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: opacity 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-color-variant-badge:hover {
  opacity: 0.9;
}

.product-color-variant-badge svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.low-stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ff3171;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  animation: pulse 2s infinite;
}

.low-stock-badge--on-image {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 4;
}

.low-stock-badge svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

@media (max-width: 991px) {
  /* Badge wrapper düzenlemesi - üst rozetler için */
  .product-badge-wrapper {
    top: 0.5rem !important;
    left: 0.5rem !important;
    right: auto !important;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    z-index: 2;
    max-width: calc(100% - 4rem);
  }
  
  .top-product-image-badge {
    margin-left: 0 !important;
    margin-top: 0 !important;
    font-size: 0.625rem;
    padding: 4px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .featured-badge {
    font-size: 0.625rem;
    padding: 4px 8px;
    gap: 4px;
  }
  
  .featured-badge svg {
    width: 12px;
    height: 12px;
  }
  
  /* Renk varyant badge - alt ortada */
  .product-color-variant-badge {
    font-size: 0.5625rem;
    padding: 0.25rem 0.5rem;
    top: auto;
    bottom: 0.5rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    gap: 0.25rem;
    border-radius: 8px;
    z-index: 3;
    max-width: calc(50% - 0.5rem);
  }
  
  .product-color-variant-badge svg {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
  }
  
  /* Stok badge - sağ üst köşede */
  .low-stock-badge--on-image {
    top: 0.5rem;
    right: 0.5rem;
    left: auto;
    z-index: 4;
    /* max-width: calc(50% - 0.5rem); */
  }
  
  .low-stock-badge {
    font-size: 0.625rem;
    padding: 4px 8px;
    gap: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .low-stock-badge svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }
  
  /* Eğer hem low-stock hem de color-variant varsa, renk badge'ini biraz yukarı al */
  /* Genel olarak, eğer üstte badge varsa alt badge'i yukarı al */
  .pc__img-wrapper .product-color-variant-badge {
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  
  /* Eğer low-stock badge varsa, color-variant badge'i daha yukarı al */
  .low-stock-badge--on-image ~ * .product-color-variant-badge,
  .pc__img-wrapper:has(.low-stock-badge--on-image) .product-color-variant-badge {
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}

.product-info {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}
.product-info .whatsapp-order-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
  background-color: #25D366; /* WhatsApp yeşili */
  border: 1px solid #25D366;
  transition: background 0.3s;
  width: 100%; /* Tam genişlik */
  font-size: 16px;
  margin-bottom: 15px;
}
.product-info .whatsapp-order-button:hover {
  background-color: #1ebe57;
}
.product-info .guarantee-box {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
}
.product-info .guarantee-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.product-info .guarantee-item i {
  font-size: 24px;
  color: #4CAF50; /* İkon rengi */
  margin-bottom: 5px;
}


.fixedModuleArea {
  position: fixed;
  bottom: 0 !important;
  width: 100%;
  background: #f0ecdd;
  border-bottom: 3px solid #f0ecdd;
  z-index: 99;
  padding: 10px 0;

}

button.btnTeklif {
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px 15px;
  font-size: 12px;
  width: 100%;
  margin-top: 4px;
  transition: .3s
}

.fabricOpenCollapse.as:hover,button.btnTeklif:hover {
  background: #005850;
  color: #fff;
  transition: .3s
}

.fabricOpenCollapse.as {
  transition: .3s
}

.pricerow {
  display: block
}

span.pricerow.txt {
  font-size: 12px;
  margin-top: 5px
}

span.pricerow {
  font-size: 22px
}

span.redText {
  color: #e22e27;
  font-size: 24px;
  font-weight: 600
}

span.pricerow>img {
  margin-top: -3px
}

del#totalPriceFix {
  font-weight: 600
}

.cizla::after {
  content: " ";
  position: absolute;
  right: 10px;
  top: 7px;
  border-right: 1px solid #b5b5b5;
  height: 45px
}

.middleCenter {
  display: table;
  min-height: 54px;
  width: 100%
}

.play-button svg circle {
  fill: #fff;
}

.play-button svg polygon {
  fill: #000; 
}

.circle-style {
  fill: orange; /* Turuncu */
}

.polygon-style {
  fill: white; /* Beyaz */
}

.circle-style2 {
  fill: white;        /* Daire iç rengi */
  stroke: black;      /* Dış çizgi rengi */
    /* Çizgi kalınlığı */
}

.polygon-style2 {
  fill: black;        /* Üçgen iç rengi */
}

.play-button2 svg circle {
  fill: white;        /* Daire iç rengi */
  stroke:#cfcaca;      /* Dış çizgi rengi */
    /* Çizgi kalınlığı */
}

.play-button2 svg polygon {
  fill: black;        /* Üçgen iç rengi */
}

.thumbs-swiper .swiper-slide img {
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;

}

div#toplamadetclflfix {
  display: table-cell;
  vertical-align: middle
}

a.hoverZoom {
  cursor: zoom-in;
  cursor: -webkit-zoom-in
}

.texhinfosize>h2 {
  text-align: center;
  margin-bottom: 40px
}

.sizeboxa {
  background-color: #fff;
  box-shadow: 0 1.5px 8px 0 rgba(0,0,0,.08);
  padding: 24px 20px
}

.sizeboxa>h2 {
  text-align: center;
  margin-bottom: 26px
}

.sizeTableTitle {
  font-weight: 900;
  color: #005850;
  position: relative
}

span#discount_price_sticky {
  color: #005850;
}
.discount_price_sticky {
  color: #005850;
}
.priceSmall {
  font-size: 70%;
}
span.pricerow.txt {
  margin-top: -2px;
}
span.pricerow.txt {
  font-size: 12px;
  margin-top: 5px;
}

span.redText {
  color: #e22e27;
  font-size: 24px;
  font-weight: 600;
}

div#productsFix {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

div#productsFix {
  overflow: scroll;
  max-height: 64px;
  overflow-x: hidden;
  width: 100%;
  overflow-y: auto;
}

.top-product-image-badge img {
  width: 90px !important;
  max-width: 90px !important;
}


.filter {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
  padding: 2px 0;
  color: #767676;
  cursor: pointer;
}

.filter input {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  color: #e4e4e4;
  border: 0.125rem solid currentColor;
  border-radius: 0;
  margin-right: 0.75rem;
}

.filter-accordion-1 ul {
padding-left: 0rem;
}

.p-0 {
padding-left: 0rem !important;
}



.accordion-body ul {
  list-style: none;
  padding-left: 0;
}

.accordion-body ul {
  list-style: none;
  text-transform: capitalize;
}



.pt-90 {
  padding-top: 90px;
}


table.wishlist__table tr td {
  border: 1px solid #dedede;
  padding: 10px 15px;
}

.orderbg {
  background: #4c0e9b14;
}


.btn-block {
  display: block;
  width: 100%;
}

.mb-2.partall {
font-size: 15px;
color: #000;
font-weight: bold;
}


.productinfo {
  
  padding-left: 10px;
  margin-top: 10px;
  border: 0px solid #dddd;
  background: #f7f7f7;
  border-radius: 10px;
}

.variant-name {
  text-transform: uppercase;
  font-weight: bold;
}

.mb-2.partall strong {
color: #46494c;
font-weight: 400;
}

tr.childprice span {
font-weight: 500;
}


.product__options {
border-top: 1px solid #d8d8d8;
margin-top: 25px;
padding-top: 5px;
margin-bottom: 20px;
}
@media (max-width: 991px) {
  .product__options {
    margin-top: 20px;
    padding-top: 0px; } }

/* Product colors */
.product__colors {
padding-top: 10px; }
@media (max-width: 991px) {
  .product__colors {
    padding-top: 18px; } }

.product__available-colors {
list-style: none;
padding: 0px;
display: flex;
margin: -2px 0px;
flex-wrap: wrap;
position: relative; }
.product__available-colors li {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 4px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  margin: 2px 4px 2px 0px; }
  @media (max-width: 991px) {
    .product__available-colors li {
      width: 32px;
      height: 32px;
      padding: 4px; } }
  @media (max-width: 767px) {
    .product__available-colors li {
      width: 32px;
      height: 32px;
      padding: 4px; } }
  .product__available-colors li.active {
    border-color: #9c9c9c; }
  .product__available-colors li a {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background: #000; }
    @media (max-width: 991px) {
      .product__available-colors li a {
        width: 24px;
        height: 24px; } }
    @media (max-width: 767px) {
      .product__available-colors li a {
        width: 24px;
        height: 24px; } }

.product__image-colors {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 4px;
  position: relative; }
  @media (max-width: 991px) {
    .product__image-colors {
      gap: 4px; } }
  .product__image-colors li {
    display: block;
    margin: 0;
    position: relative; }
    @media (max-width: 991px) {
      .product__image-colors li {
        width: 85px;
        min-width: 85px; } }
    @media (max-width: 767px) {
      .product__image-colors li {
        width: 85px;
        min-width: 85px; } }
    @media (min-width: 992px) {
      .product__image-colors li {
        width: 90px;
        min-width: 90px; } }
    .product__image-colors li a {
      display: block;
      border-radius: 6px;
      overflow: hidden;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      border: 2px solid transparent;
      position: relative;
      background: #f5f5f5;
      aspect-ratio: 1;
      padding: 0;
      width: 100%;
      height: 100%; }
      .product__image-colors li a img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease; }
      .product__image-colors li a:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
        .product__image-colors li a:hover img {
          transform: scale(1.05); }
    .product__image-colors li.unavailable a {
      opacity: 0.4;
      cursor: not-allowed;
      position: relative; }
      .product__image-colors li.unavailable a::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 100%;
        background: #ff0000;
        transform: translate(-50%, -50%) rotate(45deg);
        z-index: 1; }

.product__image-color.active {
  border: 3px solid #667eea !important;
  box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.2), 0 4px 16px rgba(102, 126, 234, 0.3);
  transform: scale(1.05);
  position: relative;
  z-index: 2; }
  .product__image-color.active::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.4);
    z-index: 3; }
  .product__image-color.active::before {
    content: '✓';
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1; }
  @media (max-width: 991px) {
    .product__image-color.active::after,
    .product__image-color.active::before {
      width: 18px;
      height: 18px;
      top: 4px;
      right: 4px;
      font-size: 10px; } }

.product__current-color {
margin-left: auto;
padding-left: 15px;
text-align: right;
font-size: 16px;
color: #999999; }
@media (max-width: 991px) {
  .product__current-color {
    font-size: 13px; } }
.product__current-color span {
  padding-left: 3px;
  color: #000; }

/* Product sizes */
.product__sizes {
margin: 7px 4px 15px 0px;
position: relative; 
}
@media (max-width: 991px) {
  .product__sizes {
    margin-top: 18px; } }
.product__sizes select {
  display: block;
  width: 100%;
  border: 1px solid #cecece;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  color: #000;
  padding: 12px 70px 12px 19px; }
  @media (max-width: 991px) {
    .product__sizes select {
      font-size: 13px;
      padding: 8px 60px 8px 15px; } }

  @media (max-width: 991px) {
    .product__sizes:after {
      font-size: 13px;
      right: 15px; } }

/* Product sizes 2 */
.product__sizes-2 {
padding-top: 28px; }
@media (max-width: 991px) {
  .product__sizes-2 {
    padding-top: 18px; } }

.product__available-sizes {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  gap: 10px;
  position: relative; }
  @media (max-width: 991px) {
    .product__available-sizes {
      gap: 8px; } }
  .product__available-sizes li {
    margin: 0;
    position: relative; }
    .product__available-sizes li a {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #e0e0e0;
      font-size: 15px;
      font-weight: 500;
      color: #333;
      padding: 12px 20px;
      min-width: 50px;
      min-height: 50px;
      text-align: center;
      border-radius: 10px;
      background: #ffffff;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      text-decoration: none;
      cursor: pointer;
      position: relative;
      overflow: hidden; }
      .product__available-sizes li a::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.5s; }
      .product__available-sizes li a:hover {
        border-color: #667eea;
        color: #667eea;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2); }
        .product__available-sizes li a:hover::before {
          left: 100%; }
      @media (max-width: 991px) {
        .product__available-sizes li a {
          min-width: 52px;
          min-height: 52px;
          padding: 12px 18px;
          font-size: 14px;
          border-radius: 8px; } }
      @media (max-width: 767px) {
        .product__available-sizes li a {
          min-width: 52px;
          min-height: 52px;
          padding: 12px 18px;
          font-size: 14px;
          border-radius: 8px; } }
    .product__available-sizes li.active a {
      border-color: #667eea;
      color: #ffffff;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
      transform: translateY(-2px);
      font-weight: 600; }
      .product__available-sizes li.active a::after {
        content: '✓';
        position: absolute;
        top: 4px;
        right: 4px;
        width: 16px;
        height: 16px;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        font-weight: bold; }
    .product__available-sizes li.unavailable a {
      opacity: 0.4;
      cursor: not-allowed;
      background: #f5f5f5;
      color: #999;
      position: relative; }
      .product__available-sizes li.unavailable a::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 80%;
        background: #ff0000;
        transform: translate(-50%, -50%) rotate(45deg); }
      .product__available-sizes li.unavailable a:hover {
        transform: none;
        box-shadow: none;
        border-color: #e0e0e0;
        color: #999; }

.product__current-size {
margin-left: auto;
padding-left: 15px;
text-align: right;
font-size: 16px;
color: #999999; }
@media (max-width: 991px) {
  .product__current-size {
    font-size: 13px; } }
.product__current-size span {
  padding-left: 3px;
  color: #000; }

/* Product variants */
.product__variants {
border-top: 1px solid #d8d8d8;
margin-top: 45px;
padding-top: 18px; }
@media (max-width: 991px) {
  .product__variants {
    margin-top: 30px;
    padding-top: 10px; } }

.product__variant {
padding: 20px 0px; }
@media (max-width: 991px) {
  .product__variant {
    padding: 15px 0px; } }

.product__variant + .product__variant {
border-top: 1px solid #d8d8d8; }

.product-variant__image {
width: 47px;
min-width: 47px;
margin-right: 20px; }
@media (max-width: 991px) {
  .product-variant__image {
    margin-right: 15px; } }
.product-variant__image p {
  display: block;
  padding-bottom: 139.948%;
  position: relative;
  margin: 0px; }
  .product-variant__image p img {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    object-fit: cover; }

.product-variant__title-and-price {
padding-right: 30px; }

.product-variant__title {
font-size: 16px;
color: #000; }
@media (max-width: 991px) {
  .product-variant__title {
    font-size: 13px;
    line-height: 1.3; } }
.product-variant__title a {
  color: #000; }
  .product-variant__title a:hover {
    color: #928656; }

.product-variant__price {
font-size: 18px;
color: #000;
padding: 3px 0px 0px 0px; }
@media (max-width: 991px) {
  .product-variant__price {
    font-size: 14px; } }

.product-variant-price__new {
color: #ea311d; }

.product-variant-price__old {
color: #666666;
font-size: 14px;
text-decoration: line-through;
padding-left: 4px; }
@media (max-width: 991px) {
  .product-variant-price__old {
    font-size: 12px; } }

.product-variant__quantity {
margin-left: auto;
width: 100px;
min-width: 100px; }
@media (max-width: 991px) {
  .product-variant__quantity {
    width: 80px;
    min-width: 80px; } }

.product-variant-quantity__title {
font-size: 14px;
color: #000;
text-transform: uppercase;
letter-spacing: 0.5px;
padding: 0px 0px 2px 0px; }
@media (max-width: 991px) {
  .product-variant-quantity__title {
    font-size: 11px; } }

.product-variant-quantity__content {
position: relative; }

.product-variant-quantity__minus {
display: block;
position: absolute;
top: 50%;
left: 13px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
color: #5e4d30;
font-size: 12px; }
@media (max-width: 991px) {
  .product-variant-quantity__minus {
    font-size: 10px;
    left: 10px; } }

.product-variant-quantity__input {
display: block;
width: 100%;
text-align: center;
padding: 6px 35px 6px 35px;
border: 1px solid #d0d0d0;
outline: none;
font-size: 16px;
color: #000; }
@media (max-width: 991px) {
  .product-variant-quantity__input {
    font-size: 13px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 4px;
    padding-bottom: 4px; } }
.product-variant-quantity__input:focus {
  border-color: #000; }

.product-variant-quantity__plus {
display: block;
position: absolute;
top: 50%;
right: 13px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
color: #5e4d30;
font-size: 12px; }
@media (max-width: 991px) {
  .product-variant-quantity__plus {
    font-size: 10px;
    right: 10px; } }

.product-variants__subtotal {
padding-top: 20px;
font-size: 24px;
color: #999999; }
@media (max-width: 991px) {
  .product-variants__subtotal {
    padding-top: 10px;
    font-size: 16px; } }
.product-variants__subtotal span {
  font-size: 30px;
  color: #669900;
  padding-left: 3px; }
  @media (max-width: 991px) {
    .product-variants__subtotal span {
      font-size: 18px; } }

/* Product action */
.product__action {
padding-top: 5px;
}
@media (max-width: 991px) {
  .product__action {
    padding-top: 15px; } }

/* Quantity */
.product__quantity {
margin-top: 20px;
margin-right: 10px;
width: 140px;
min-width: 140px;
position: relative; }
@media (max-width: 991px) {
  .product__quantity {
    margin-top: 10px;
    width: 105px;
    min-width: 105px; } }

.product-quantity__minus {
display: block;
position: absolute;
top: 50%;
left: 13px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
color: #5e4d30;
font-size: 16px; }
@media (max-width: 991px) {
  .product-quantity__minus {
    font-size: 13px;
    left: 10px; } }

.product-quantity__input {
display: block;
width: 100%;
text-align: center;
padding: 12px 60px 12px 60px;
border: 1px solid #d0d0d0;
outline: none;
font-size: 16px;
color: #000; }
@media (max-width: 991px) {
  .product-quantity__input {
    padding: 8px 30px 8px 30px;
    font-size: 13px; } }
.product-quantity__input:focus {
  border-color: #000; }

.product-quantity__plus {
display: block;
position: absolute;
top: 50%;
right: 13px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
color: #5e4d30;
font-size: 16px; }
@media (max-width: 991px) {
  .product-quantity__plus {
    right: 10px;
    font-size: 13px; } }





strong.redtext {
color: #ff0707 !important;
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
}


section.tp-login-area {
background-color: #ddd8d8;
}

section.breadcrumb__area {
background-color: #fff;
}

section.breadcrumb__area3 {
background-color: #fff;
}

section.breadcrumb__area2 {
background-color: #ebebeb;
}


.checout-page {
background-color: #f3f3f3;
}



section.profile__area {
background-color: #f3f3f3;
}

section.tp-about-area {

background-color: #f3f3f3;
}


section.tp-contact-area {

background-color: #f3f3f3;
}


.m-basket {
  margin: 2rem auto
}

.m-basket__header {
  border-bottom: 1px solid #ededed;
  display: flex;
  margin-bottom: 1.5rem;
  padding: 0 0 1rem
}

.m-basket__header--title {
  color: #111;
  font-size: 25px;
  letter-spacing: 1.07px
}

.m-basket__body,.m-basket__item {
  display: flex;
  flex-direction: column
}

.m-basket__item {
  border: 1px solid #ededed;
  margin-bottom: 1.5rem;
  padding: 1rem
}

.m-basket__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.m-basket__item.-reset {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 1rem
}

.m-basket__item.-reset:last-child {
  border: 1px solid #ededed
}

.m-basket__content {
  border-bottom: 1px solid #ededed;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  position: relative
}

.m-basket__content:first-child {
  padding-top: 1.5rem
}

.m-basket__content:last-child {
  border-bottom: 0;
  padding-bottom: 0
}

.m-basket__content.-reset {
  padding: 0
}

.m-basket__contentPanel {
  display: flex
}

.m-basket__seller {
  align-items: center;
  border-bottom: 1px solid #ededed;
  color: #111;
  display: flex;

  font-size: .8125rem;
  letter-spacing: .3px;
  line-height: 1.23;
  margin: 0 -1rem;
  padding: 0 1rem 1rem
}

.m-basket__seller .icon {
  margin-right: .5rem
}

.m-basket__seller strong {
  
  margin-right: 4px
}

.m-basket__seller p {
  width: 100%
}

.m-basket__removeMessage {
  align-items: center;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 1rem 2rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3
}

.m-basket__removeMessageIcon {
  fill: #37c4a4;
  margin-bottom: 1rem;
  margin-right: 1.5rem
}

.m-basket__removeMessageText {
  
  font-size: .875rem
}

.m-basket__figure {
  width: 164px
}

.m-basket__figureLink {
  display: flex
}

.m-basket__figureImg {
  width: 164px
}

.m-basket__productInfo {
  display: flex;
  flex-direction: column;
  flex-grow: 8;
  width: 50%
}

.m-basket__productInfo--link {
  color: #111;
  display: flex;
  flex-direction: column;
  line-height: 1.71;
  width: 90%
}

.m-basket__productInfoCategory {

  font-size: .875rem;
  letter-spacing: .5px
}

.m-basket__productInfoName {

  font-size: .875rem;
  letter-spacing: .5px
}

.m-basket__productPrice {
  margin: 1rem 0
}

.m-basket__stockMessage {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem
}

.m-basket__stockMessage .-error {
  color: #ec2c2c
}

.m-basket__stockMessageText {
  font-size: .75rem
}

.m-basket__features {
  display: flex;
  flex-direction: column
}

.m-basket__variantion {
  display: flex;
  margin-bottom: 1rem;
  padding-left: 0;
  width: 100%
  
}

.m-basket__variantion:last-child {
  margin-bottom: 0
}

.m-basket__variantion.-column {
  flex-direction: column
}

.m-basket__variantion.-column .m-basket__variantionItem:before {
  display: none
}

.m-basket__variantionItem {
  align-items: center;
  color: #111;
  display: flex;
  font-size: .875rem;
  letter-spacing: .5px
}

.m-basket__variantionItem:before {
  color: #9b9b9b;
  content: "|";
  margin-left: 1rem;
  padding-right: 1rem
}

.m-basket__variantionItem:first-child:before {
  display: none
}


.m-basket__variantionName {

  padding-right: .5rem
}



.m-basket__variantionValue .m-select {
  width: 120px
}

.m-basket__quantity {
  align-items: center;
  display: flex;
  width: 30%
}

.m-basket__options {
  align-items: flex-start;
  margin-top: 1rem
}

.m-basket__options,.m-basket__optionsItem {
  display: flex;
  justify-content: flex-end;
  width: 100%
}

.m-basket__optionsItem {
  margin-right: -1rem
}

.m-basket__optionContent {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  width: calc(100% - 164px)
}

.m-basket__productTools {
  display: flex;
  height: 100%
}

.m-basket__optionHeader {
  display: flex;
  justify-content: space-between
}

.m-basket__favorite,.m-basket__remove {
  color: #ec2c2c;
  cursor: pointer;
  border: none;
  background: none;
  font-size: .8125rem;
  letter-spacing: 1px;
  padding: .5rem 1rem;
  text-align: right;
  text-decoration: none;
  text-transform: none
}

.m-basket__favorite:hover,.m-basket__remove:hover {
  text-decoration: none
}

.m-basket__favorite {
  color: #000
}

.m-basket__remove {
  position: relative
}

.m-basket__remove .icon {
  margin-right: 5px
}


.m-basket__cargoDelivery {
  color: #6d6d6d;
  display: flex;
  
  font-size: .75rem;
  letter-spacing: normal;
  margin-top: 1rem
}

.m-basket__cargoDelivery svg {
  margin-right: .5rem
}

.m-basket__cargoDelivery span {
  color: #111
}

.m-basket__giftBox {
  display: flex;
  padding-top: 5px;
  position: relative;
  width: 100%
}

.m-basket__giftBox .-smallLoading {
  background-color: #fff;
  left: -2px;
  position: absolute;
  top: 2px;
  z-index: 1
}

.m-basket__giftBox .m-checkbox__label {
  font-size: .8125rem;
  letter-spacing: .5px;
  line-height: 1.85
}

.m-basket__giftBox .m-checkbox__label:before {
  top: 7px
}

.m-basket__giftBox .m-checkbox__label:after {
  top: 4px
}

.m-basket__giftBox .m-checkbox__label.-loading:before {
  display: none
}

.m-basket__free {
  color: #111;
  
  font-size: .875rem;
  line-height: 1.43;
  margin: 1rem 0
}

.m-basket .-smallLoading {
  margin-right: .5rem
}

.m-basket .-ghostLoading {
  display: flex;
  flex-direction: column
}

.m-basket__cargoStock {
  margin: 7px 0 0 46px
}

.m-basket__cargoStockText {
  color: #d0021b;
  
  font-size: .75rem;
  line-height: 1.33
}

.promotion {
  flex-direction: column;
  margin-top: 1rem
}

.m-productPrice,.promotion {
  display: flex
}

.m-productPrice__discount {
  background-color: #ec2c2c;
  color: #fff;
  display: flex;
  flex-direction: column;
  
  font-size: .9375rem;
  height: 36px;
  justify-content: center;
  line-height: 1.33;
  margin-right: .5rem;
  text-align: center;
  width: 50px
}

.m-productPrice__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.m-productPrice__content.-extra,.m-productPrice__content.-extra2 {
  margin-right: 1rem
}

.m-productPrice__content.-extra .m-productPrice__oldPrice,.m-productPrice__content.-extra2 .m-productPrice__oldPrice {
  color: #6d6d6d;
  line-height: 1.29
}

.m-productPrice__content.-extra .m-productPrice__salePrice,.m-productPrice__content.-extra2 .m-productPrice__salePrice {
  color: #9b9b9b;
  
  text-decoration: line-through
}

.m-productPrice__content.-extra .m-productPrice__oldPrice {
  margin-bottom: 0
}

.m-productPrice__content.-extra2 {
  justify-content: space-between
}

.m-productPrice__content.-extra2 .m-productPrice__oldPrice {
  margin-bottom: 3px
}

.m-productPrice__oldPrice {
  color: #6d6d6d;
  ;
  font-size: .875rem;
  letter-spacing: .5px;
  line-height: 1.29;
  text-decoration: line-through
}

.m-productPrice__salePrice {
  font-size: 1rem
}

.m-productPrice__extraPrice,.m-productPrice__salePrice {
  color: #111;
  
  letter-spacing: .5px;
  line-height: 1.13
}

.m-productPrice__extraPrice {
  font-size: 1.125rem
}

.m-productPrice__extraText {
  color: #62944c;
  
  font-size: .875rem;
  line-height: 1.29;
  margin-bottom: 3px
}


.accordion2.js-accordion {
  background: white;
  padding: 14px;
  border: 1px solid #ddd;
  margin-top: 5px;
  cursor: pointer;
}

.accordion__title2 {
  font-size: 18px;
  font-weight: 600;

}
.accordionpost {
  margin-top: 10px;
}

.accordionpost p {
  font-size: 14px;
  font-weight: 500;
}

.accordionpost span {
  font-size: 14px;
}

h6.paywiwew {
  font-size: 16px;
}

.form-info .title {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: .1px;
  color: #0e0e0e;
  margin-bottom: 20px;
}

.summary-subtotal__title.basket {
  color: #fa5e15;
}

.summary-subtotal__title.websale {
  color: #ff9304;
}


.summary-subtotal__title.coupon {
  color: #016df7;
}

.address-box {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.address-box .head {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: .1px;
  color: #0e0e0e;
}

.address-box {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.address-box  p {
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.82;
  letter-spacing: .1px;
  color: #202020;
}



.grouped-product-list tr { border-bottom:1px solid #e6e6e6; }
.grouped-product-list td {padding:10px 5px;}
.grouped-product-list td.grouped-product-list-item__thumb,
.grouped-product-list td.grouped-product-list-item__thumb img { width:70px; min-width:70px; }
.grouped-product-list td .qtyField { max-width: 85px; }
.grouped-product-list td .qtyField .qtyBtn,
.grouped-product-list td .qtyField .qty { height:35px; padding:6px 6px; }
.grouped-product-list td .qtyField .qty { width: 85px; padding: 7px 20px; }
.grouped-product-list td .qtyField .qtyBtn { background: #efefef; border: none; left: 0; right: auto; top: 0; }
.grouped-product-list td .qtyField .qtyBtn.plus { left: auto; right: 0; }
.grouped-product-list td.grouped-product-list-item__price .old-price { color:#999; padding-right:10px; text-decoration:line-through; }



.atmosphere[data-v-1e6e287c] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.atmosphere[data-v-1e6e287c] .after-coupon {
  color: #ce2226;
}
.atmosphere[data-v-1e6e287c] span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #2c7440;
  line-height: 14px;
  border-radius: 2px;
  border: .8px solid #ccc;
  margin: 0 4px 4px 0;
}


.store-item__address p {
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #dddd;
  border-radius: 5px;
  padding: 10px;
  background: #ffffff;

}

.store-item__address span {
  font-size: 15px;
  line-height: 1.44;
  color: #242727;
  padding: 5px 10px 7px 0px;
  
}

.list-product-cart-badge {
  margin-bottom: 5px;
  position: relative;
  display: flex;
  row-gap: 5px;
  column-gap: 5px;
  flex-wrap: wrap;
}

.checkoutlist {
  background: white;
  border: 1px solid #ddd;
  padding: 25px !important;
}

.checkoutlist .store-item__title {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #0d0c0c;
  font-weight: 600;
  margin: 20px 0;
  margin-top: 0;
}

.save-details-box .save-details {
border: 1px solid #eff2f7;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
border-radius: 5px;
background-color: #eff2f7;
position: relative;
padding:15px;
}

.save-details-box .save-details.show {
-webkit-box-shadow: 0 0px 10px rgba(33, 37, 41, 0.2);
box-shadow: 0 0px 10px rgba(33, 37, 41, 0.2);
}

.save-details-box .save-details .save-name {
position: relative;
margin-bottom: 20px;
}

.save-details-box .save-details .save-name h5 {
color: #212529;
}

.save-details-box .save-details .save-position {
position: absolute;
color: #ff0101dd !important;
top: 0;
right: 0;
color: #fff;
padding: 8px 15px;
border-radius: 4px;
}

[dir="rtl"] .save-details-box .save-details .save-position {
right: unset;
left: 0;
}

.save-details-box .save-details .save-position h6 {
margin: 0;
margin-bottom: -2px;
font-weight: 500;
}

.save-details-box .save-details .save-address p {
line-height: 1.4;
letter-spacing: 1px;
margin: 0 0 calc(2px + (5 - 2) * ((100vw - 320px) / (1920 - 320)));
}

.save-details-box .save-details .mobile p.mobile {
margin-top: 20px;
padding-bottom: 6px;
}

.save-details-box .save-details .button2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: -5px;
}

.save-details-box .save-details .button2 a {
width: 100%;
margin: 5px;
background-color: #fff;
color: #212529;
}



.box-head-checkout i {
font-size: 15px;
}

select.form-select.form-control {
height: 50px;
line-height: 48px;
border-radius: 0;
border: 1px solid #D5D8DB;
float: none;
padding: 0 26px;
font-size: 15px;
}


.checkoutlist .stores-list__item {
  padding-top: 25px;
  background: #fff;
  display: block;
  padding: 10px 15px 10px 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 1px;
  cursor: pointer;
}

.billing-form__heading {
  font-size: 16px;
}

.checkoutlist .row > div {
  padding: 5px 5px;
}

.checkoutlist .stores-list__item.active {
  background-color: #eff2f7 !important;
}
.box-head-checkout {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0px 0px;
}

.box-head-checkout h3 {
  font-size: 16px;
  font-weight: bold;
  color: #2f2d2d;
  text-transform: uppercase;
}
.cart-item__image--ratio-100-122 a {
  padding-bottom: 60%;
}

.cart-product__image a {
  display: block;
  position: relative;
  padding-bottom: 65px;
}
.shopping-cart {
  background-color: #ededed;

}
  @media (max-width: 991px) {
    .shopping-cart {
      padding: 60px 0px 80px 0px; }
    
    
    
    
    
    }
  @media (max-width: 991px) {
    .shopping-cart .container .container {
      padding: 0px; } }

/* Title */
.shopping-cart__title {
  font-size: 48px;
  text-align: center;
  padding: 0px 0px 80px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .shopping-cart__title {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .shopping-cart__title {
      font-size: 26px;
      padding-bottom: 40px; } }

/* Cart container */

  @media (max-width: 1098px) {
    .shopping-cart__container {
      padding-right: 20px; } }
  @media (max-width: 991px) {
    .shopping-cart__container {
      padding-right: 0px; } }

/* Table */
.shopping-cart__table {
  width: 100%; }
  .shopping-cart__table tr {
    vertical-align: top; }
  .shopping-cart__table thead tr th {
    padding: 10px 15px 10px 15px;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    @media (max-width: 991px) {
      .shopping-cart__table thead tr th {
        font-size: 13px; } }
    .shopping-cart__table thead tr th:first-child {
      padding-left: 0px; }
    .shopping-cart__table thead tr th:last-child {
      padding-right: 5px; }
  .shopping-cart__table tbody tr td {
    border-top: 1px solid #dedede;
    padding: 20px 15px; }
    .shopping-cart__table tbody tr td:first-child {
      padding-left: 0px; }
    .shopping-cart__table tbody tr td:last-child {
      padding-right: 5px; }

/* Cart product */
.shopping-cart__product {
  display: flex; }

/* Cart product image */
.cart-product__image {
  width: 70px;
  min-width: 70px; }

    .cart-product__image a img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

/* Title and variant */
.cart-product__title-and-variant {
  padding-left: 20px;
  padding-top: 6px;
  min-width: 140px; }

.cart-product__title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  letter-spacing: 0px;
  color: #000;

  font-weight: 400; }
  @media (max-width: 991px) {
    .cart-product__title {
      font-size: 14px; } }
  .cart-product__title a {
    color: #000;
    letter-spacing: 0.5px; }
    .cart-product__title a:hover {
      color: #928656; }

.cart-product__variant {
  font-size: 14px;
  color: #999999;
  padding: 6px 0px 0px 0px; }
  @media (max-width: 991px) {
    .cart-product__variant {
      font-size: 12px; } }

.cart-product__action {
  padding: 11px 0px 0px 0px; }
  .cart-product__action a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: underline; }
    @media (max-width: 991px) {
      .cart-product__action a {
        font-size: 11px; } }

/* Quantity */
.cart-product__quantity-field {
  max-width: 80px;
  min-width: 70px;
  position: relative; }

.quantity-field__minus {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .quantity-field__minus a {
    display: block;
    padding: 5px; }

.quantity-field__plus {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .quantity-field__plus a {
    display: block;
    padding: 5px; }

.quantity-field__input {
  display: block;
  width: 100%;
  text-align: center;
  padding: 7px 15px;
  margin: 0px;
  border: 1px solid #d0d0d0;
  outline: none;
  height: 34px;
  font-size: 16px;
  line-height: 1.3;
  color: #000; }
  @media (max-width: 991px) {
    .quantity-field__input {
      font-size: 14px; } }
  .quantity-field__input:focus {
    border-color: #000; }

/* Price */
.cart-product__price {
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.3;
  color: #000; }
  @media (max-width: 991px) {
    .cart-product__price {
      font-size: 14px; } }

/* Delete */
.cart-product__delete {
  padding-top: 1px; }
  .cart-product__delete a {
    font-size: 12px;
    color: #000;
    line-height: 1.3; }

/* Discount form */
.shopping-cart__discount {
  margin: 40px 0px 0px 0px;
  border: 1px solid #d0d0d0;
  padding: 24px 29px 29px 29px; }
  @media (max-width: 991px) {
    .shopping-cart__discount {
      padding: 20px 25px 25px 25px; } }
  .shopping-cart__discount form {
    margin: 0px;
    padding: 0px;
    position: relative; }

.discount__title {
  font-size: 20px;
  padding: 0px 0px 18px 0px;
  margin: 0px;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .discount__title {
      font-size: 18px; } }

.discount__icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  @media (max-width: 991px) {
    .discount__icon {
      display: none; } }

.discount__input {
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #d0d0d0;
  padding: 12px 100px 12px 50px;
  font-size: 14px;
  color: #000;
  outline: none; }
  @media (max-width: 991px) {
    .discount__input {
      padding-left: 15px; } }
  .discount__input:focus {
    border-color: #000; }
  .discount__input::-webkit-input-placeholder {
    color: #999; }
  .discount__input::-moz-placeholder {
    color: #999; }
  .discount__input:-ms-input-placeholder {
    color: #999; }
  .discount__input:-moz-placeholder {
    color: #999; }

.discount__submit {
  display: block;
  padding: 0px;
  margin: 0px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: none;
  border: none;
  position: absolute;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  outline: none; }
  @media (max-width: 991px) {
    .discount__submit {
      font-size: 13px; } }

/* Order summary */
@media (max-width: 991px) {
  .shopping-cart__order-summary {
    margin-top: 50px; } 
  
  }

/* Order summary background */
.order-summary__background {
  padding: 20px 15px;
  background: #fff;
  margin-bottom: 35px;
  border: 1px solid #ddd;
  position: relative; }
  @media (max-width: 991px) {
    .order-summary__background {
      padding: 35px 30px; } }



/* Order summary title */
.order-summary__title {
  font-size: 15px;
  padding: 0px;
  margin: 0px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding: 5px;



}
  @media (max-width: 991px) {
    .order-summary__title {
      font-size: 18px; } }

/* Order summary subtotal */
.order-summary__subtotal {
  margin-top: 5px;

  display: flex; }

.summary-subtotal__title {
  font-size: 16px; }
  @media (max-width: 991px) {
    .summary-subtotal__title {
      font-size: 14px; } }

.summary-subtotal__price {
  padding-left: 20px;
  margin-left: auto;
  font-size: 16px;
  color: #000; }
  @media (max-width: 991px) {
    .summary-subtotal__price {
      font-size: 14px; } }

/* Order summary delivery method */
.order-summary__delivery-method {
  margin-top: 18px;
  position: relative; }
  .order-summary__delivery-method select {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    padding-right: 45px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    font-size: 14px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    outline: none; }
  .order-summary__delivery-method:after {
    content: "";
    display: inline-block;
    font: normal normal normal 1em/1 "LineIconsPro Light";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 15px;
    color: #000;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    pointer-events: none; }

/* Order summary total */
.order-summary__total {
  margin-top: 30px;
  border-top: 1px solid #d0d0d0;
  padding-top: 22px;
  display: flex; }

.summary-total__title {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: bold; }
  @media (max-width: 991px) {
    .summary-total__title {
      font-size: 16px; } }

.summary-total__price {
  padding-left: 20px;
  margin-left: auto;
  font-size: 20px;
  font-weight: 600;
  color: #000; }
  @media (max-width: 991px) {
    .summary-total__price {
      font-size: 18px; } }

/* Proceed to checkout */
.order-summary__proceed-to-checkout {
  padding-top: 17px; }
  .order-summary__proceed-to-checkout .second-button {
    display: block;
    width: 100%;
    text-align: center; }

/* Accept payment methods */
.order-summary__accept-payment-methods {
  border-top: 1px solid #d0d0d0;
  margin-top: 25px;
  padding-top: 22px; }
  .order-summary__accept-payment-methods img {
    max-width: 100%;
    padding: 15px; }

.accept-payment-methods__title {
  padding: 0px 0px 14px 0px;
  margin: 0px;
  font-size: 16px;

  color: #000;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .accept-payment-methods__title {
      font-size: 14px; } }

/* Order summary action */
.order-summary__action {
  text-align: center; }
  .order-summary__action a {
    color: #000000;
    text-decoration: underline;
    letter-spacing: 0.5px;
    text-transform: uppercase; }




.login {
  background: #4c0e9b14;
}


.shopping-banner {
  display: flex;
  align-items: center;
  /* font-family: 'Ubuntu', sans-serif; */
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #40484e;
  padding: 34px 0;
  border: 1px solid #d9dadd;
  cursor: pointer;
  transition: all .2s ease-in-out;
  border-radius: 5px;
}

.shopping-banner-img {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  background-color: #f5f7fa;
  transition: all .2s ease-in-out;
  border-radius: 50%;
  margin-bottom: 16px;
}


.shopping-banner-title {
  color: #40484e;
  font-size: 18px;
  font-weight: 700;
}
.shopping-banner-sub-title {
  color: #888;
  font-size: 15px;
}

.shopping-banner-content {
  padding: 5px;
}

.contact-page {
  padding: 0px 0px 90px 0px;
  background: #f8f9fa;
}

.contact-page__title {
  padding-top:10px;
  font-size: 25px;
  font-weight: bold;
}
.contact-page__form {
  padding: 25px 0px 0px 0px;
  margin: 0px;
}

.tp-contact-info-content h3 {
  font-size: 19px;
  text-transform: uppercase;
  margin: 10px 20px 20px;
}

.tp-contact-info-content {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  margin-top: 10px;
}
.tp-contact-info-content span {
  font-size: 16px;
  line-height: 1.44;
  color: #242727;
  padding: 8px 0px 10px 15px;
}

.store-item__address {
  font-size: 16px;
  line-height: 30px;
}

.address__store-number {
  color: #000;
  display: block;
  margin: 0px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding-top: 10px;
}

.tp-product-price-3.old-price {
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: line-through;
  color: #666;
}

.tp-product-price-3.new-price {
   color: #0a0a0a;
    font-weight: bold;
    font-size: 18px;
}

/* Product Card Price Styles */
.product-card__price {
  gap: 0.5rem;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 0.25rem;
}

/* Slider Item Spacing */
.swiper-slide.product-card .pc__info {
  padding-top: 0;
}

.swiper-slide.product-card .pc__title {
  margin-bottom: 0.25rem !important;
}

.product-card__price .money.price {
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
}

.product-card__price .money.price.new-price {
  color: #222222;
  font-weight: 600;
  font-size: 1rem;
}

.product-card__price .money.price.old-price {
  text-decoration: line-through;
  color: #767676;
  font-weight: 400;
  font-size: 0.875rem;
  opacity: 0.8;
}

/* Product Card Title Spacing */
.pc__info .pc__title,
.swiper-slide.product-card .pc__info .pc__title {
  margin-bottom: 0.25rem !important;
  line-height: 1.4;
}

.pc__info .product-card__review {
  margin-bottom: 0.25rem;
}

.pc__info .product-card__price {
  margin-top: 0.25rem;
}

/* tp-product-price-3 inline display */
.product-card__price .tp-product-price-3 {
  display: inline-block;
}

.tp-product-price-3.old-price {
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration-line: line-through;
  color: #767676;
  opacity: 0.8;
  margin-right: 0.5rem;
}

.tp-product-price-3.new-price {
  color: #222222;
  font-weight: 600;
  font-size: 1rem;
}

.service-promotion__icon img {
  max-width: 50px;
}

.testimonial-card {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 2.5rem;
  padding: 0.5rem;
  background: url(images/testimonial-mark.png) calc(100% - 1.75rem) 1.5625rem no-repeat;
  transition: all .3s ease;
}
.custome-nav-tabs {
  position: inherit;
  z-index: 9;
  top: 0;
  left: -300px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.custome-nav-tabs {
  padding: 10px;
  color: black;
  border: none;
  border-radius: 5px;
  position: sticky;
  top: 10px;
  background: #eff2f7;
  margin-top: 60px;
  margin-bottom: 50px;
}
.custome-nav-tabs .nav-item .nav-link {
  width: 100%;
  text-align: left;
  border-radius: 5px;
  background: transparent;
  border: 1px solid transparent;
  position: relative;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #212529 !important;
}

.box-head {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -2px 15px;
}

.box-head h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.myaccount {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 15px;
}


.dashboard .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320))) 0;
}

.dashboard .box-title h3 {
  font-weight: 400;
}

.dashboard h6, .dashboard p {
  margin: 6px 0;
  line-height: 1.4;
}

.order-box-contain .order-box {
  position: relative;
  overflow: hidden;
  padding: 20px 30px;
  border-radius: 6px;
  background-color: #eff2f7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.order-box-contain .order-box .order-box-image {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 25%;
  opacity: 0.04;
  -webkit-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

[dir="rtl"] .order-box-contain .order-box .order-box-image {
  left: -20px;
  right: unset;
}

.order-box-contain .order-box:hover .order-box-image {
  -webkit-transform: rotate(-7deg) translateY(-50%);
  transform: rotate(-7deg) translateY(-50%);
  opacity: 0.25;
}

[dir="rtl"] .order-box-contain .order-box:hover .order-box-image {
  -webkit-transform: rotate(7deg) translateY(-50%);
  transform: rotate(7deg) translateY(-50%);
}

.order-box-contain .order-box .order-box-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-box-contain .order-box .order-box-contain img {
  width: calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
}

.order-box-contain .order-box .order-box-contain > div {
  width: calc(100% - 20px);
  margin-left: 15px;
  text-transform: capitalize;
}

[dir="rtl"] .order-box-contain .order-box .order-box-contain > div {
  margin-left: unset;
  margin-right: 15px;
}

.order-box-contain .order-box .order-box-contain > div h3 {
  margin-top: 6px;
}

.dashboard-profile .dash-profile li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
}

@media (max-width: 575px) {
  .dashboard-profile .dash-profile li {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
}

.dashboard-profile .dash-profile li .left {
  width: 220px;
}

@media (max-width: 575px) {
  .dashboard-profile .dash-profile li .left {
      width: auto;
      margin-right: 10px;
  }

  [dir="rtl"] .dashboard-profile .dash-profile li .left {
      margin-right: 0;
      margin-left: 10px;
  }
}

.dashboard-profile .dash-profile li .left h6 {
  margin: 0;
  text-transform: capitalize;
}

.dashboard-profile .dash-profile li a {
  margin-left: 20px;
  color: #f50a13;
  font-size: 13px;
}

.dashboard-security .page-title h4 {
font-size:18px
}



.dashboard-security .page-title {
  margin-bottom: 10px;
}

.dashboard-security p {
font-size: 16px;
}

.dashboard-security .security-details {
  margin-bottom: 18px;
}

.dashboard-security .security-details h5 span {
  font-weight: 500;
  color: #212529;
}

.dashboard-security .security-details-1 {
  border: 1px dashed rgba(0, 0, 0, 0.28);
  border-radius: 5px;
  padding: 15px;
}

.success-button {
  background-color: green;
  margin: 0 !important;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 12px !important;
  color: #fff !important;
}


.save-details-box .save-details {
  border: 1px solid #eff2f7;
  padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  background-color: #eff2f7;
  position: relative;
}

.save-details-box .save-details.show {
  -webkit-box-shadow: 0 0px 10px rgba(33, 37, 41, 0.2);
  box-shadow: 0 0px 10px rgba(33, 37, 41, 0.2);
}

.save-details-box .save-details .save-name {
  position: relative;
  margin-bottom: 20px;
}

.save-details-box .save-details .save-name h5 {
  color: #212529;
}

.save-details-box .save-details .save-position {
  position: absolute;
  color: #ff0101dd !important;
  top: 0;
  right: 0;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
}

[dir="rtl"] .save-details-box .save-details .save-position {
  right: unset;
  left: 0;
}

.save-details-box .save-details .save-position h6 {
  margin: 0;
  margin-bottom: -2px;
  font-weight: 500;
}

.save-details-box .save-details .save-address p {
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 0 0 calc(2px + (5 - 2) * ((100vw - 320px) / (1920 - 320)));
}

.save-details-box .save-details .mobile p.mobile {
  margin-top: 20px;
  padding-bottom: 6px;
}

.save-details-box .save-details .button2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -5px;
}

.save-details-box .save-details .button2 a {
  width: 100%;
  margin: 5px;
  background-color: #fff;
  color: #212529;
}

.payment-card-detail {
  position: relative;
}

.payment-card-detail:hover .edit-card {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.payment-card-detail.add-card {
  background-color: #f9f9f9;
  cursor: pointer;
  padding: 0;
}

.payment-card-detail.add-card .card-details {
  min-height: 130px;
  background: #d2d2d2;
  color: #212529;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.payment-card-detail.add-card .card-details h5 {
  margin-bottom: 0;
  text-transform: capitalize;
}

.payment-card-detail .card-details {
  color: #fff;
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #4b77a0;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}

.payment-card-detail .card-details.card-visa {
  background-color: #777876;
}

.payment-card-detail .card-details.dabit-card {
  background-color: #86b8cf;
}

.payment-card-detail .card-details .card-number {
  margin-bottom: 10px;
}

.payment-card-detail .card-details .card-number h4 {
  color: #fff;
}

.payment-card-detail .card-details .valid-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}

.payment-card-detail .card-details .valid-detail .title {
  margin-bottom: 0;
}

.payment-card-detail .card-details .valid-detail .title span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
}

.payment-card-detail .card-details .valid-detail .date h3 {
  margin-bottom: 0;
  color: #fff;
  margin-left: 15px;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: normal;
}

[dir="rtl"] .payment-card-detail .card-details .valid-detail .date h3 {
  margin-left: 0;
  margin-right: 15px;
}

.payment-card-detail .card-details .valid-detail .primary {
  margin-left: auto;
}

[dir="rtl"] .payment-card-detail .card-details .valid-detail .primary {
  margin-left: 0;
  margin-right: auto;
}

.payment-card-detail .card-details .valid-detail .primary span {
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
  padding: 0;
  font-weight: 400;
  text-transform: capitalize;
}

.payment-card-detail .card-details .name-detail {
  margin-top: calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment-card-detail .card-details .name-detail .name {
  width: 100%;
}

.payment-card-detail .card-details .name-detail .name h5 {
  text-transform: uppercase;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 0;
  color: #fff;
}

.payment-card-detail .card-details .name-detail .card-img {
  display: inline-block;
  margin-left: auto;
  text-align: right;
}

[dir="rtl"] .payment-card-detail .card-details .name-detail .card-img {
  text-align: left;
}

.payment-card-detail .edit-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(33, 37, 41, 0.8);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  .payment-card-detail .edit-card {
      display: none;
  }
}

.payment-card-detail .edit-card a {
  padding: 0 10px;
  text-transform: capitalize;
  color: #fff;
}


.aboutcategry {
  width: 100%;
  background: #f8f9fa;
  padding: 15px 0;
  padding: 25px 25px;
}

.categryabout {
  width: 100%;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
}

.categryabout p {
  font-size: 15px;
  line-height: 18px;
}


.edit-card-mobile {
  display: none;
}

@media (max-width: 767px) {
  .edit-card-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 10px;
  }

  .edit-card-mobile a {
      padding: 0 10px;
      text-transform: capitalize;
      color: #212529;
  }
}

/* ==========================================================================
   8.15 #SHOPPING CART PAGE
   ========================================================================== */
   .shopping-cart {
    padding: 90px 0px 160px 0px; }
    @media (max-width: 991px) {
      .shopping-cart {
        padding: 60px 0px 80px 0px; } }
    @media (max-width: 991px) {
      .shopping-cart .container .container {
        padding: 0px; } }
  
  /* Title */
  .shopping-cart__title {
    font-size: 48px;
    text-align: center;
    padding: 0px 0px 80px 0px;
    margin: 0px; }
    @media (max-width: 1098px) {
      .shopping-cart__title {
        font-size: 40px; } }
    @media (max-width: 991px) {
      .shopping-cart__title {
        font-size: 26px;
        padding-bottom: 40px; } }
  
  /* Cart container */
  .shopping-cart__container {
    padding-right: 70px; }
    @media (max-width: 1098px) {
      .shopping-cart__container {
        padding-right: 20px; } }
    @media (max-width: 991px) {
      .shopping-cart__container {
        padding-right: 0px; } }
  
  /* Table */
  .shopping-cart__table {
    width: 100%; }
    .shopping-cart__table tr {
      vertical-align: top; }
    .shopping-cart__table thead tr th {
      padding: 10px 15px 10px 15px;
      color: #999999;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
      @media (max-width: 991px) {
        .shopping-cart__table thead tr th {
          font-size: 13px; } }
      .shopping-cart__table thead tr th:first-child {
        padding-left: 0px; }
      .shopping-cart__table thead tr th:last-child {
        padding-right: 5px; }
    .shopping-cart__table tbody tr td {
      border-top: 1px solid #dedede;
      padding: 20px 15px; }
      .shopping-cart__table tbody tr td:first-child {
        padding-left: 0px; }
      .shopping-cart__table tbody tr td:last-child {
        padding-right: 5px; }
  
  /* Cart product */
  .shopping-cart__product {
    display: flex; }
  
  /* Cart product image */
  .cart-product__image {
    width: 70px;
    min-width: 70px; }
    .cart-product__image a {
      display: block;
      position: relative;
      padding-bottom: 139.948%; }
      .cart-product__image a img {
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        position: absolute;
        object-fit: cover; }
  
  /* Title and variant */
  .cart-product__title-and-variant {
    padding-left: 20px;
    padding-top: 6px;
    min-width: 140px; }
  
  .cart-product__title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
    letter-spacing: 0px;
    color: #000;
    font-family: "Jost";
    font-weight: 400; }
    @media (max-width: 991px) {
      .cart-product__title {
        font-size: 14px; } }
    .cart-product__title a {
      color: #000;
      letter-spacing: 0.5px; }
      .cart-product__title a:hover {
        color: #928656; }
  
  .cart-product__variant {
    font-size: 14px;
    color: #999999;
    padding: 6px 0px 0px 0px; }
    @media (max-width: 991px) {
      .cart-product__variant {
        font-size: 12px; } }
  
  .cart-product__action {
    padding: 11px 0px 0px 0px; }
    .cart-product__action a {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      text-decoration: underline; }
      @media (max-width: 991px) {
        .cart-product__action a {
          font-size: 11px; } }
  
  /* Quantity */
  .cart-product__quantity-field {
    max-width: 80px;
    min-width: 70px;
    position: relative; }
  
  .quantity-field__minus {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
    .quantity-field__minus a {
      display: block;
      padding: 5px; }
  
  .quantity-field__plus {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
    .quantity-field__plus a {
      display: block;
      padding: 5px; }
  
  .quantity-field__input {
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 15px;
    margin: 0px;
    border: 1px solid #d0d0d0;
    outline: none;
    height: 34px;
    font-size: 16px;
    line-height: 1.3;
    color: #000; }
    @media (max-width: 991px) {
      .quantity-field__input {
        font-size: 14px; } }
    .quantity-field__input:focus {
      border-color: #000; }
  
  /* Price */
  .cart-product__price {
    padding-top: 6px;
    font-size: 16px;
    line-height: 1.3;
    color: #000; }
    @media (max-width: 991px) {
      .cart-product__price {
        font-size: 14px; } }
  
  /* Delete */
  .cart-product__delete {
    padding-top: 1px; }
    .cart-product__delete a {
      font-size: 12px;
      color: #000;
      line-height: 1.3; }
  
  /* Discount form */
  .shopping-cart__discount {
    margin: 40px 0px 0px 0px;
    border: 1px solid #d0d0d0;
    padding: 24px 29px 29px 29px; }
    @media (max-width: 991px) {
      .shopping-cart__discount {
        padding: 20px 25px 25px 25px; } }
    .shopping-cart__discount form {
      margin: 0px;
      padding: 0px;
      position: relative; }
  
  .discount__title {
    font-size: 20px;
    padding: 0px 0px 18px 0px;
    margin: 0px;
    font-family: 'Jost';
    letter-spacing: 0.5px; }
    @media (max-width: 991px) {
      .discount__title {
        font-size: 18px; } }
  
  .discount__icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
    @media (max-width: 991px) {
      .discount__icon {
        display: none; } }
  
  .discount__input {
    display: block;
    width: 100%;
    background: none;
    border: 1px solid #d0d0d0;
    padding: 12px 100px 12px 50px;
    font-size: 14px;
    color: #000;
    outline: none; }
    @media (max-width: 991px) {
      .discount__input {
        padding-left: 15px; } }
    .discount__input:focus {
      border-color: #000; }
    .discount__input::-webkit-input-placeholder {
      color: #999; }
    .discount__input::-moz-placeholder {
      color: #999; }
    .discount__input:-ms-input-placeholder {
      color: #999; }
    .discount__input:-moz-placeholder {
      color: #999; }
  
  .discount__submit {
    display: block;
    padding: 0px;
    margin: 0px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: none;
    border: none;
    position: absolute;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    outline: none; }
    @media (max-width: 991px) {
      .discount__submit {
        font-size: 13px; } }
  
  /* Order summary */
  @media (max-width: 991px) {
    .shopping-cart__order-summary {
      margin-top: 50px; } }
  
  /* Order summary background */
  .order-summary__background {
    padding: 20px 15px;
    background: #f0f1f4;
    margin-bottom: 35px;
    position: relative; }
    @media (max-width: 991px) {
      .order-summary__background {
        padding: 35px 30px; } }

  
  /* Order summary title */
  .order-summary__title {
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    font-family: "Jost";
    letter-spacing: 0.5px;
    margin-bottom: 25px;
      border-bottom: 1px solid #ddd;
      padding: 5px;
  
  
  
  }
    @media (max-width: 991px) {
      .order-summary__title {
        font-size: 18px; } }
  
  /* Order summary subtotal */
  .order-summary__subtotal {
    margin-top: 5px;
  
    display: flex; }
  
  .summary-subtotal__title {
    font-size: 16px; }
    @media (max-width: 991px) {
      .summary-subtotal__title {
        font-size: 14px; } }
  
  .summary-subtotal__price {
    padding-left: 20px;
    margin-left: auto;
    font-size: 16px;
    color: #000; }
    @media (max-width: 991px) {
      .summary-subtotal__price {
        font-size: 14px; } }
  
  /* Order summary delivery method */
  .order-summary__delivery-method {
    margin-top: 18px;
    position: relative; }
    .order-summary__delivery-method select {
      width: 100%;
      height: 50px;
      padding-left: 15px;
      padding-right: 45px;
      background-color: #fff;
      border: 1px solid #d0d0d0;
      font-size: 14px;
      color: #000;
      -webkit-appearance: none;
      -moz-appearance: none;
      display: block;
      outline: none; }
    .order-summary__delivery-method:after {
      content: "";
      display: inline-block;
      font: normal normal normal 1em/1 "LineIconsPro Light";
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      font-size: 14px;
      position: absolute;
      top: 50%;
      right: 15px;
      color: #000;
      transform: translateY(-50%) rotate(90deg);
      -webkit-transform: translateY(-50%) rotate(90deg);
      -moz-transform: translateY(-50%) rotate(90deg);
      pointer-events: none; }
  
  /* Order summary total */
  .order-summary__total {
    margin-top: 30px;
    border-top: 1px solid #d0d0d0;
    padding-top: 22px;
    display: flex; }
  
  .summary-total__title {
    font-size: 18px;
    color: #000;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .summary-total__title {
        font-size: 16px; } }
  
  .summary-total__price {
    padding-left: 20px;
    margin-left: auto;
    font-size: 20px;
    font-weight: 600;
    color: #000; }
    @media (max-width: 991px) {
      .summary-total__price {
        font-size: 18px; } }
  
  /* Proceed to checkout */
  .order-summary__proceed-to-checkout {
    padding-top: 17px; }
    .order-summary__proceed-to-checkout .second-button {
      display: block;
      width: 100%;
      text-align: center; }
  
  /* Accept payment methods */
  .order-summary__accept-payment-methods {
    border-top: 1px solid #d0d0d0;
    margin-top: 25px;
    padding-top: 22px; }
    .order-summary__accept-payment-methods img {
      max-width: 100%; }
  
  .accept-payment-methods__title {
    padding: 0px 0px 14px 0px;
    margin: 0px;
    font-size: 16px;
    font-family: 'Jost';
    color: #000;
    letter-spacing: 0.5px; }
    @media (max-width: 991px) {
      .accept-payment-methods__title {
        font-size: 14px; } }
  
  /* Order summary action */
  .order-summary__action {
    text-align: center; }
    .order-summary__action a {
      color: #000000;
      text-decoration: underline;
      letter-spacing: 0.5px;
      text-transform: uppercase; }

      .shopping-cart__container {
        background: white;
        padding: 15px;
        border: 1px solid #d4d4d4;
      }
      
      .info-box {
        background: #eaeaea;
        padding: 10px;
        border-radius: 10px;
        border: 1px solid #ddd;
        text-align: left;
      }
      
      .product-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 10px; /* Fiyat ve başlık arasına boşluk ekler */
      }
      
      .product-price-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
      }
      
      .product-separator {
        margin-top: 10px;  /* Çizginin üstünde biraz boşluk bırakır */
        border: 1px solid #ccc;  /* Çizgi rengi ve kalınlığı */
        width: 100%;  /* Çizgiyi tam genişlikte yapar */
      }
      
      .discount-badge {
        display: block;
        margin-top: 10px;
      }
      
      
      h1.product-single__title {
        font-size: 16px;
        font-weight: bold;
        color: #0f5324;
      }
      
      /* Tooltip'in gizlenmesi ve konumlandırılması */
      .customize-icon {
        position: relative;
        display: inline-block;
        cursor:pointer;
      }
      
      .customparts table {
        width: 100%; /* Tabloyu tam genişlikte yapar */
        border-collapse: collapse; /* Hücreler arasındaki boşluğu kaldırır */
      
      }
      
      .customparts th, .customparts td {
        padding: 5px; /* Hücreye iç boşluk ekler */
        text-align: left; /* Metni sola hizalar */
      
      }
      
      .customparts th {
        font-weight: 500; /* Başlık hücrelerinin yazı tipini kalın yapar */
        font-size: 14px;
      }
      
      
      .tooltip {
        visibility: hidden; /* Başlangıçta gizli */
        position: absolute;
        bottom: 120%; /* İkonun üstünde yer alacak şekilde */
        left: 50%;
        transform: translateX(-50%);
        background-color: #333;
        color: white;
        text-align: center;
        border-radius: 4px;
        padding: 5px;
        font-size: 12px;
        opacity: 0;
        transition: opacity 0.3s;
      }
      
      /* Hover olduğunda tooltip görünür hale gelir */
      .customize-icon:hover .tooltip {
        visibility: visible;
        opacity: 1;
      }
      
  
      
      .payment-options-container .payment-options-logo {
        padding: 5px;
        text-align: center;
        background: #ffffff;
        border: 1px solid #ddd;
        margin-top: 15px;
      }
      .payment-options-container span {
        font-weight: 300;
        font-size: 13px;
      }
      .payment-options-container {
        font-weight: 300;
        font-size: 15px;
      }
      
      .status__value--in-stock {
        color: #487317;
      }
      
      .product__status span {
        padding-right: 0px;
      }
      
      
      .meta-item {
        border-bottom: 1px solid #ddd;
      }
      
      
      .orderdetail {
        padding: 10px;
        margin-top: 15px;
        border: 1px solid #dedede;
        border-radius: 5px;
      }
      
      .col-sm-3.border-gray {
        margin-top: 10px;
      }
      .orderdetail__customer-information {
        margin-top: 5px;
        padding-top: 25px;
        border: 1px solid #dedede;
        padding: 10px;
        border-radius: 5px;
      }
      .order-information__section-heading {
        font-family: 'Jost';
        color: #999;
        font-size: 13px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        padding: 0px 0px 15px 0px;
        margin: 0px;
      }
      .customer-information__heading {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 5px 0px;
        font-size: 24px;
        font-family: 'Jost';
        letter-spacing: 0.5px;
      }
      .customer-information__section {
        padding: 30px 0px 0px 0px;
      }
      .accOrder {
        font-size: 16px;
        border: 1px solid #dedede;
        border-top: 0 solid #dedede;
      }
      .accOrder .productHead {
        position: relative;
        padding: 8px 20px 8px 20px;
        background-color: #f7f7f7;
        border-top: 1px solid #dedede;
      }
      .accOrder .product .cell.visual {
        width: 120px;
        padding-left: 20px;
      }
      .accOrder .product .cell {
        vertical-align: top;
        padding: 20px 0 20px 0;
        border-top: 1px solid #ebebeb;
      }
      .accOrder .product .cell.details {
        width: 357px;
        padding-left: 10px;
        padding-right: 5px;
        border-right: 1px solid #f2f2f2;
      }
      .accOrder .product .cell.details .name {
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 3px;
      }
      .accOrder .product .cell.shipping {
        width: 210px;
        font-size: 12px;
        border-right: 1px solid #f2f2f2;
        vertical-align: middle;
      }
      .accOrder .product .cell.details .quantity {
        margin-top: 21px;
        margin-bottom: 3px;
      }
      
      
      .wishlist__table {
        --bs-table-bg: transparent;
        --bs-table-accent-bg: transparent;
        --bs-table-striped-color: #212529;
        --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
        --bs-table-active-color: #212529;
        --bs-table-active-bg: rgba(0, 0, 0, 0.1);
        --bs-table-hover-color: #212529;
        --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
        width: 100%;
        margin-bottom: 1rem;
        color: #212529;
        vertical-align: top;
        border-color: #dee2e6;
      }
      
      .wishlist__table > :not(caption) > * > * {
      
        border-bottom-width: 1px;
        
      }
      
      span.cart-item-discount-badge {
        color: #000;
        background: whitesmoke;
        font-size: 13px;
        display: inline-block;
        align-items: center;
        background-color: #eff2f7;
        border-radius: 8px;
        padding: 5px 9px;
        width: fit-content;
        margin-bottom: 5px;
      }
      
      .col-sm-6 {
        flex: 0 0 auto;
        width: 50%; }
      
        
      
      .categorybg {
        background: #ffffff;
        padding: 20px;
        border: 1px solid #dddd;
      }
      
      
      
      .footer-bottom .copyright {
        align-items: center;
        justify-content: space-between;
      }
      
      .footer-copyright {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      
      
      .top-product-image-badge.product-badge_text {
        padding: 5px;
        margin-top: 5px;
        padding: 5px 7px;
        z-index: 2;
        font-size: 11px;
        font-weight: 500;
        padding: 5px 7px;
        border-radius: 5px;
      }
      
      .top-product-image-badge {
        margin-left: 5px;
      }
      
      .product-info {
        border-top: 1px solid #ddd;
        padding-top: 15px;
        margin-top: 15px;
      }
      .product-info .whatsapp-order-button {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        padding: 10px;
        border-radius: 5px;
        background-color: #25D366; /* WhatsApp yeşili */
        border: 1px solid #25D366;
        transition: background 0.3s;
        width: 100%; /* Tam genişlik */
        font-size: 16px;
        margin-bottom: 15px;
      }
      .product-info .whatsapp-order-button:hover {
        background-color: #1ebe57;
      }
      .product-info .guarantee-box {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        padding: 15px;
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 5px;
        text-align: center;
      }
      .product-info .guarantee-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #333;
        font-size: 14px;
        font-weight: bold;
      }
      .product-info .guarantee-item i {
        font-size: 24px;
        color: #4CAF50; /* İkon rengi */
        margin-bottom: 5px;
      }
      
      
      .fixedModuleArea {
        position: fixed;
        bottom: 0 !important;
        width: 100%;
        background: #f0ecdd;
        border-bottom: 3px solid #f0ecdd;
        z-index: 99;
        padding: 10px 0;
      
      }
      
      button.btnTeklif {
        background: #fff;
        border: 1px solid #ccc;
        padding: 15px 15px;
        font-size: 12px;
        width: 100%;
        margin-top: 4px;
        transition: .3s
      }
      
      .fabricOpenCollapse.as:hover,button.btnTeklif:hover {
        background: #005850;
        color: #fff;
        transition: .3s
      }
      
      .fabricOpenCollapse.as {
        transition: .3s
      }
      
      .pricerow {
        display: block
      }
      
      span.pricerow.txt {
        font-size: 12px;
        margin-top: 5px
      }
      
      span.pricerow {
        font-size: 22px
      }
      
      span.redText {
        color: #e22e27;
        font-size: 24px;
        font-weight: 600
      }
      
      span.pricerow>img {
        margin-top: -3px
      }
      
      del#totalPriceFix {
        font-weight: 600
      }
      
      .cizla::after {
        content: " ";
        position: absolute;
        right: 10px;
        top: 7px;
        border-right: 1px solid #b5b5b5;
        height: 45px
      }
      
      .middleCenter {
        display: table;
        min-height: 54px;
        width: 100%
      }
      
      .play-button svg circle {
        fill: #fff;
      }
      
      .play-button svg polygon {
        fill: #000; 
      }
      
      .circle-style {
        fill: orange; /* Turuncu */
      }
      
      .polygon-style {
        fill: white; /* Beyaz */
      }
      
      .circle-style2 {
        fill: white;        /* Daire iç rengi */
        stroke: black;      /* Dış çizgi rengi */
          /* Çizgi kalınlığı */
      }
      
      .polygon-style2 {
        fill: black;        /* Üçgen iç rengi */
      }
      
      .play-button2 svg circle {
        fill: white;        /* Daire iç rengi */
        stroke:#cfcaca;      /* Dış çizgi rengi */
          /* Çizgi kalınlığı */
      }
      
      .play-button2 svg polygon {
        fill: black;        /* Üçgen iç rengi */
      }
      
      .thumbs-swiper .swiper-slide img {
        height: 100%;
        border: 1px solid #ddd;
        border-radius: 10px;
        cursor: pointer;
      
      }
      
      div#toplamadetclflfix {
        display: table-cell;
        vertical-align: middle
      }
      
      a.hoverZoom {
        cursor: zoom-in;
        cursor: -webkit-zoom-in
      }
      
      .texhinfosize>h2 {
        text-align: center;
        margin-bottom: 40px
      }
      
      .sizeboxa {
        background-color: #fff;
        box-shadow: 0 1.5px 8px 0 rgba(0,0,0,.08);
        padding: 24px 20px
      }
      
      .sizeboxa>h2 {
        text-align: center;
        margin-bottom: 26px
      }
      
      .sizeTableTitle {
        font-weight: 900;
        color: #005850;
        position: relative
      }
      
      span#discount_price_sticky {
        color: #005850;
      }
      .discount_price_sticky {
        color: #005850;
      }
      .priceSmall {
        font-size: 70%;
      }
      span.pricerow.txt {
        margin-top: -2px;
      }
      span.pricerow.txt {
        font-size: 12px;
        margin-top: 5px;
      }
      
      span.redText {
        color: #e22e27;
        font-size: 24px;
        font-weight: 600;
      }
      
      div#productsFix {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
      }
      
      div#productsFix {
        overflow: scroll;
        max-height: 64px;
        overflow-x: hidden;
        width: 100%;
        overflow-y: auto;
      }
      
      .top-product-image-badge img {
        width: 90px !important;
        max-width: 90px !important;
      }
      
      
      .filter {
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        padding: 0.5rem 0;
        padding: 2px 0;
        color: #767676;
        cursor: pointer;
      }
      
      .filter input {
        content: '';
        display: block;
        width: 1rem;
        height: 1rem;
        color: #e4e4e4;
        border: 0.125rem solid currentColor;
        border-radius: 0;
        margin-right: 0.75rem;
      }
      
      .filter-accordion-1 ul {
      padding-left: 0rem;
      }
      
      .p-0 {
      padding-left: 0rem !important;
      }
      
      
      
      .accordion-body ul {
        list-style: none;
        padding-left: 0;
      }
      
      .accordion-body ul {
        list-style: none;
        text-transform: capitalize;
      }
      
      
      
      .pt-90 {
        padding-top: 90px;
      }
      
      
      table.wishlist__table tr td {
        border: 1px solid #dedede;
        padding: 10px 15px;
      }
      
      .orderbg {
        background: #4c0e9b14;
      }
      
      
      .btn-block {
        display: block;
        width: 100%;
      }
      
      .mb-2.partall {
      font-size: 15px;
      color: #000;
      font-weight: bold;
      }
      
      
      .productinfo {
        
        padding-left: 10px;
        margin-top: 10px;
        border: 0px solid #dddd;
        background: #f7f7f7;
        border-radius: 10px;
      }
      
      .variant-name {
        text-transform: uppercase;
        font-weight: bold;
      }
      
      .mb-2.partall strong {
      color: #46494c;
      font-weight: 400;
      }
      
      tr.childprice span {
      font-weight: 500;
      }
      
     
      @media (max-width: 991px) {
        .product__options {
          margin-top: 20px;
          padding-top: 0px; } }
      
      /* Product colors */
      .product__colors {
      padding-top: 10px; }
      @media (max-width: 991px) {
        .product__colors {
          padding-top: 18px; } }
      
      .product__available-colors {
      list-style: none;
      padding: 0px;
      display: flex;
      margin: -2px 0px;
      flex-wrap: wrap;
      position: relative; }
      .product__available-colors li {
        display: block;
        width: 30px;
        height: 30px;
        border: 1px solid transparent;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        padding: 4px;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        margin: 2px 4px 2px 0px; }
        @media (max-width: 991px) {
          .product__available-colors li {
            width: 32px;
            height: 32px;
            padding: 4px; } }
        @media (max-width: 767px) {
          .product__available-colors li {
            width: 32px;
            height: 32px;
            padding: 4px; } }
        .product__available-colors li.active {
          border-color: #9c9c9c; }
        .product__available-colors li a {
          display: block;
          width: 20px;
          height: 20px;
          border-radius: 100px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          background: #000; }
          @media (max-width: 991px) {
            .product__available-colors li a {
              width: 24px;
              height: 24px; } }
          @media (max-width: 767px) {
            .product__available-colors li a {
              width: 24px;
              height: 24px; } }
      
      .product__image-colors {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      padding: 0px 0px 0px 0px;
      margin: -5px 0px;
      position: relative; }
      @media (max-width: 991px) {
        .product__image-colors {
          margin: -3px 0px -2px 0px; } }
      .product__image-colors li {
        display: block;
        width: 85px;
        margin: 12px 11px 8px 2px;
      
      }
        @media (max-width: 991px) {
          .product__image-colors li {
            width: 85px;
            margin: 5px 8px 5px 0px; } }
        @media (max-width: 767px) {
          .product__image-colors li {
            width: 85px;
            margin: 5px 8px 5px 0px; } }
        .product__image-colors li a {
          display: block; }
          .product__image-colors li a img {
            display: block;
            width: 100%; }
      
      .product__image-color.active {
      border: 1px solid #928656; }
      
      .product__current-color {
      margin-left: auto;
      padding-left: 15px;
      text-align: right;
      font-size: 16px;
      color: #999999; }
      @media (max-width: 991px) {
        .product__current-color {
          font-size: 13px; } }
      .product__current-color span {
        padding-left: 3px;
        color: #000; }
      
      /* Product sizes */
      .product__sizes {
      margin: 7px 4px 15px 0px;
      position: relative; 
      }
      @media (max-width: 991px) {
        .product__sizes {
          margin-top: 18px; } }
      .product__sizes select {
        display: block;
        width: 100%;
        border: 1px solid #cecece;
        -webkit-appearance: none;
        -moz-appearance: none;
        display: block;
        outline: none;
        font-size: 16px;
        cursor: pointer;
        color: #000;
        padding: 12px 70px 12px 19px; }
        @media (max-width: 991px) {
          .product__sizes select {
            font-size: 13px;
            padding: 8px 60px 8px 15px; } }
      
        @media (max-width: 991px) {
          .product__sizes:after {
            font-size: 13px;
            right: 15px; } }
      
      /* Product sizes 2 */
      .product__sizes-2 {
      padding-top: 28px; }
      @media (max-width: 991px) {
        .product__sizes-2 {
          padding-top: 18px; } }
      
      .product__available-sizes {
      list-style: none;
      padding: 0px;
      display: flex;
      margin: 5px -1px 5px 0px;
      flex-wrap: wrap;
      position: relative; }
      .product__available-sizes li {
        margin: 3px 3px 1px 0px;
        }
        .product__available-sizes li.active a {
          border-color: #8d8d8d;
          color: #ffffff;
          font-size: 16px;
          background: #bfbbbc;
          border: 1px solid #fbf9f9;
        
        }
        .product__available-sizes li a {
          display: block;
          border: 1px solid #dfdfdf;
          font-size: 16px !important;
          color: #161515;
          padding: 10px 20px;
          min-width: 40px;
          min-height: 40px;
          text-align: center;
          
          }
          @media (max-width: 991px) {
            .product__available-sizes li a {
              min-width: 52px;
              min-height: 52px;
              font-size: 14px;
              line-height: 1.667;
              padding: 12px 18px; 
            
            
            
            
            } }
          @media (max-width: 767px) {
            .product__available-sizes li a {
              min-width: 52px;
              min-height: 52px;
              font-size: 14px;
              line-height: 1.667;
              padding: 12px 18px; } }
      
      .product__current-size {
      margin-left: auto;
      padding-left: 15px;
      text-align: right;
      font-size: 16px;
      color: #999999; }
      @media (max-width: 991px) {
        .product__current-size {
          font-size: 13px; } }
      .product__current-size span {
        padding-left: 3px;
        color: #000; }
      
      /* Product variants */
      .product__variants {
      border-top: 1px solid #d8d8d8;
      margin-top: 45px;
      padding-top: 18px; }
      @media (max-width: 991px) {
        .product__variants {
          margin-top: 30px;
          padding-top: 10px; } }
      
      .product__variant {
      padding: 20px 0px; }
      @media (max-width: 991px) {
        .product__variant {
          padding: 15px 0px; } }
      
      .product__variant + .product__variant {
      border-top: 1px solid #d8d8d8; }
      
      .product-variant__image {
      width: 47px;
      min-width: 47px;
      margin-right: 20px; }
      @media (max-width: 991px) {
        .product-variant__image {
          margin-right: 15px; } }
      .product-variant__image p {
        display: block;
        padding-bottom: 139.948%;
        position: relative;
        margin: 0px; }
        .product-variant__image p img {
          display: block;
          width: 100%;
          height: 100%;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          position: absolute;
          object-fit: cover; }
      
      .product-variant__title-and-price {
      padding-right: 30px; }
      
      .product-variant__title {
      font-size: 16px;
      color: #000; }
      @media (max-width: 991px) {
        .product-variant__title {
          font-size: 13px;
          line-height: 1.3; } }
      .product-variant__title a {
        color: #000; }
        .product-variant__title a:hover {
          color: #928656; }
      
      .product-variant__price {
      font-size: 18px;
      color: #000;
      padding: 3px 0px 0px 0px; }
      @media (max-width: 991px) {
        .product-variant__price {
          font-size: 14px; } }
      
      .product-variant-price__new {
      color: #ea311d; }
      
      .product-variant-price__old {
      color: #666666;
      font-size: 14px;
      text-decoration: line-through;
      padding-left: 4px; }
      @media (max-width: 991px) {
        .product-variant-price__old {
          font-size: 12px; } }
      
      .product-variant__quantity {
      margin-left: auto;
      width: 100px;
      min-width: 100px; }
      @media (max-width: 991px) {
        .product-variant__quantity {
          width: 80px;
          min-width: 80px; } }
      
      .product-variant-quantity__title {
      font-size: 14px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding: 0px 0px 2px 0px; }
      @media (max-width: 991px) {
        .product-variant-quantity__title {
          font-size: 11px; } }
      
      .product-variant-quantity__content {
      position: relative; }
      
      .product-variant-quantity__minus {
      display: block;
      position: absolute;
      top: 50%;
      left: 13px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      color: #5e4d30;
      font-size: 12px; }
      @media (max-width: 991px) {
        .product-variant-quantity__minus {
          font-size: 10px;
          left: 10px; } }
      
      .product-variant-quantity__input {
      display: block;
      width: 100%;
      text-align: center;
      padding: 6px 35px 6px 35px;
      border: 1px solid #d0d0d0;
      outline: none;
      font-size: 16px;
      color: #000; }
      @media (max-width: 991px) {
        .product-variant-quantity__input {
          font-size: 13px;
          padding-left: 25px;
          padding-right: 25px;
          padding-top: 4px;
          padding-bottom: 4px; } }
      .product-variant-quantity__input:focus {
        border-color: #000; }
      
      .product-variant-quantity__plus {
      display: block;
      position: absolute;
      top: 50%;
      right: 13px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      color: #5e4d30;
      font-size: 12px; }
      @media (max-width: 991px) {
        .product-variant-quantity__plus {
          font-size: 10px;
          right: 10px; } }
      
      .product-variants__subtotal {
      padding-top: 20px;
      font-size: 24px;
      color: #999999; }
      @media (max-width: 991px) {
        .product-variants__subtotal {
          padding-top: 10px;
          font-size: 16px; } }
      .product-variants__subtotal span {
        font-size: 30px;
        color: #669900;
        padding-left: 3px; }
        @media (max-width: 991px) {
          .product-variants__subtotal span {
            font-size: 18px; } }
      
      /* Product action */
      .product__action {
      padding-top: 5px;
      }
      @media (max-width: 991px) {
        .product__action {
          padding-top: 15px; } }
      
      /* Quantity */
      .product__quantity {
      margin-top: 20px;
      margin-right: 10px;
      width: 140px;
      min-width: 140px;
      position: relative; }
      @media (max-width: 991px) {
        .product__quantity {
          margin-top: 10px;
          width: 105px;
          min-width: 105px; } }
      
      .product-quantity__minus {
      display: block;
      position: absolute;
      top: 50%;
      left: 13px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      color: #5e4d30;
      font-size: 16px; }
      @media (max-width: 991px) {
        .product-quantity__minus {
          font-size: 13px;
          left: 10px; } }
      
      .product-quantity__input {
      display: block;
      width: 100%;
      text-align: center;
      padding: 12px 60px 12px 60px;
      border: 1px solid #d0d0d0;
      outline: none;
      font-size: 16px;
      color: #000; }
      @media (max-width: 991px) {
        .product-quantity__input {
          padding: 8px 30px 8px 30px;
          font-size: 13px; } }
      .product-quantity__input:focus {
        border-color: #000; }
      
      .product-quantity__plus {
      display: block;
      position: absolute;
      top: 50%;
      right: 13px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      color: #5e4d30;
      font-size: 16px; }
      @media (max-width: 991px) {
        .product-quantity__plus {
          right: 10px;
          font-size: 13px; } }
      
      
      
      
      
      strong.redtext {
      color: #ff0707 !important;
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase;
      }
      
      
      section.tp-login-area {
      background-color: #ddd8d8;
      }
      
      section.breadcrumb__area {
      background-color: #fff;
      }
      
      section.breadcrumb__area3 {
      background-color: #fff;
      }
      
      section.breadcrumb__area2 {
      background-color: #ebebeb;
      }
      
      
      .checout-page {
      background-color: #f3f3f3;
      }
      
      
      
      section.profile__area {
      background-color: #f3f3f3;
      }
      
      section.tp-about-area {
      
      background-color: #f3f3f3;
      }
      
      
      section.tp-contact-area {
      
      background-color: #f3f3f3;
      }
      
      
      .m-basket {
        margin: 2rem auto
      }
      
      .m-basket__header {
        border-bottom: 1px solid #ededed;
        display: flex;
        margin-bottom: 1.5rem;
        padding: 0 0 1rem
      }
      
      .m-basket__header--title {
        color: #111;
        font-size: 25px;
        letter-spacing: 1.07px
      }
      
      .m-basket__body,.m-basket__item {
        display: flex;
        flex-direction: column
      }
      
      .m-basket__item {
        border: 1px solid #ededed;
        margin-bottom: 1.5rem;
        padding: 1rem
      }
      
      .m-basket__item:last-child {
        margin-bottom: 0;
        padding-bottom: 0
      }
      
      .m-basket__item.-reset {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 1rem
      }
      
      .m-basket__item.-reset:last-child {
        border: 1px solid #ededed
      }
      
      .m-basket__content {
        border-bottom: 1px solid #ededed;
        display: flex;
        flex-direction: column;
        padding: 1rem 0;
        position: relative
      }
      
      .m-basket__content:first-child {
        padding-top: 1.5rem
      }
      
      .m-basket__content:last-child {
        border-bottom: 0;
        padding-bottom: 0
      }
      
      .m-basket__content.-reset {
        padding: 0
      }
      
      .m-basket__contentPanel {
        display: flex
      }
      
      .m-basket__seller {
        align-items: center;
        border-bottom: 1px solid #ededed;
        color: #111;
        display: flex;
      
        font-size: .8125rem;
        letter-spacing: .3px;
        line-height: 1.23;
        margin: 0 -1rem;
        padding: 0 1rem 1rem
      }
      
      .m-basket__seller .icon {
        margin-right: .5rem
      }
      
      .m-basket__seller strong {
        
        margin-right: 4px
      }
      
      .m-basket__seller p {
        width: 100%
      }
      
      .m-basket__removeMessage {
        align-items: center;
        background-color: #f9f9f9;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        left: 0;
        padding: 1rem 2rem;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 3
      }
      
      .m-basket__removeMessageIcon {
        fill: #37c4a4;
        margin-bottom: 1rem;
        margin-right: 1.5rem
      }
      
      .m-basket__removeMessageText {
        
        font-size: .875rem
      }
      
      .m-basket__figure {
        width: 164px
      }
      
      .m-basket__figureLink {
        display: flex
      }
      
      .m-basket__figureImg {
        width: 164px
      }
      
      .m-basket__productInfo {
        display: flex;
        flex-direction: column;
        flex-grow: 8;
        width: 50%
      }
      
      .m-basket__productInfo--link {
        color: #111;
        display: flex;
        flex-direction: column;
        line-height: 1.71;
        width: 90%
      }
      
      .m-basket__productInfoCategory {
      
        font-size: .875rem;
        letter-spacing: .5px
      }
      
      .m-basket__productInfoName {
      
        font-size: .875rem;
        letter-spacing: .5px
      }
      
      .m-basket__productPrice {
        margin: 1rem 0
      }
      
      .m-basket__stockMessage {
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem
      }
      
      .m-basket__stockMessage .-error {
        color: #ec2c2c
      }
      
      .m-basket__stockMessageText {
        font-size: .75rem
      }
      
      .m-basket__features {
        display: flex;
        flex-direction: column
      }
      
      .m-basket__variantion {
        display: flex;
        margin-bottom: 1rem;
        padding-left: 0;
        width: 100%
        
      }
      
      .m-basket__variantion:last-child {
        margin-bottom: 0
      }
      
      .m-basket__variantion.-column {
        flex-direction: column
      }
      
      .m-basket__variantion.-column .m-basket__variantionItem:before {
        display: none
      }
      
      .m-basket__variantionItem {
        align-items: center;
        color: #111;
        display: flex;
        font-size: .875rem;
        letter-spacing: .5px
      }
      
      .m-basket__variantionItem:before {
        color: #9b9b9b;
        content: "|";
        margin-left: 1rem;
        padding-right: 1rem
      }
      
      .m-basket__variantionItem:first-child:before {
        display: none
      }
      
      
      .m-basket__variantionName {
      
        padding-right: .5rem
      }
      
      
      
      .m-basket__variantionValue .m-select {
        width: 120px
      }
      
      .m-basket__quantity {
        align-items: center;
        display: flex;
        width: 30%
      }
      
      .m-basket__options {
        align-items: flex-start;
        margin-top: 1rem
      }
      
      .m-basket__options,.m-basket__optionsItem {
        display: flex;
        justify-content: flex-end;
        width: 100%
      }
      
      .m-basket__optionsItem {
        margin-right: -1rem
      }
      
      .m-basket__optionContent {
        align-items: stretch;
        display: flex;
        flex-direction: column;
        padding-left: 1rem;
        width: calc(100% - 164px)
      }
      
      .m-basket__productTools {
        display: flex;
        height: 100%
      }
      
      .m-basket__optionHeader {
        display: flex;
        justify-content: space-between
      }
      
      .m-basket__favorite,.m-basket__remove {
        color: #ec2c2c;
        cursor: pointer;
        border: none;
        background: none;
        font-size: .8125rem;
        letter-spacing: 1px;
        padding: .5rem 1rem;
        text-align: right;
        text-decoration: none;
        text-transform: none
      }
      
      .m-basket__favorite:hover,.m-basket__remove:hover {
        text-decoration: none
      }
      
      .m-basket__favorite {
        color: #000
      }
      
      .m-basket__remove {
        position: relative
      }
      
      .m-basket__remove .icon {
        margin-right: 5px
      }
      
      
      .m-basket__cargoDelivery {
        color: #6d6d6d;
        display: flex;
        
        font-size: .75rem;
        letter-spacing: normal;
        margin-top: 1rem
      }
      
      .m-basket__cargoDelivery svg {
        margin-right: .5rem
      }
      
      .m-basket__cargoDelivery span {
        color: #111
      }
      
      .m-basket__giftBox {
        display: flex;
        padding-top: 5px;
        position: relative;
        width: 100%
      }
      
      .m-basket__giftBox .-smallLoading {
        background-color: #fff;
        left: -2px;
        position: absolute;
        top: 2px;
        z-index: 1
      }
      
      .m-basket__giftBox .m-checkbox__label {
        font-size: .8125rem;
        letter-spacing: .5px;
        line-height: 1.85
      }
      
      .m-basket__giftBox .m-checkbox__label:before {
        top: 7px
      }
      
      .m-basket__giftBox .m-checkbox__label:after {
        top: 4px
      }
      
      .m-basket__giftBox .m-checkbox__label.-loading:before {
        display: none
      }
      
      .m-basket__free {
        color: #111;
        
        font-size: .875rem;
        line-height: 1.43;
        margin: 1rem 0
      }
      
      .m-basket .-smallLoading {
        margin-right: .5rem
      }
      
      .m-basket .-ghostLoading {
        display: flex;
        flex-direction: column
      }
      
      .m-basket__cargoStock {
        margin: 7px 0 0 46px
      }
      
      .m-basket__cargoStockText {
        color: #d0021b;
        
        font-size: .75rem;
        line-height: 1.33
      }
      
      .promotion {
        flex-direction: column;
        margin-top: 1rem
      }
      
      .m-productPrice,.promotion {
        display: flex
      }
      
      .m-productPrice__discount {
        background-color: #ec2c2c;
        color: #fff;
        display: flex;
        flex-direction: column;
        
        font-size: .9375rem;
        height: 36px;
        justify-content: center;
        line-height: 1.33;
        margin-right: .5rem;
        text-align: center;
        width: 50px
      }
      
      .m-productPrice__content {
        display: flex;
        flex-direction: column;
        justify-content: flex-end
      }
      
      .m-productPrice__content.-extra,.m-productPrice__content.-extra2 {
        margin-right: 1rem
      }
      
      .m-productPrice__content.-extra .m-productPrice__oldPrice,.m-productPrice__content.-extra2 .m-productPrice__oldPrice {
        color: #6d6d6d;
        line-height: 1.29
      }
      
      .m-productPrice__content.-extra .m-productPrice__salePrice,.m-productPrice__content.-extra2 .m-productPrice__salePrice {
        color: #9b9b9b;
        
        text-decoration: line-through
      }
      
      .m-productPrice__content.-extra .m-productPrice__oldPrice {
        margin-bottom: 0
      }
      
      .m-productPrice__content.-extra2 {
        justify-content: space-between
      }
      
      .m-productPrice__content.-extra2 .m-productPrice__oldPrice {
        margin-bottom: 3px
      }
      
      .m-productPrice__oldPrice {
        color: #6d6d6d;
        ;
        font-size: .875rem;
        letter-spacing: .5px;
        line-height: 1.29;
        text-decoration: line-through
      }
      
      .m-productPrice__salePrice {
        font-size: 1rem
      }
      
      .m-productPrice__extraPrice,.m-productPrice__salePrice {
        color: #111;
        
        letter-spacing: .5px;
        line-height: 1.13
      }
      
      .m-productPrice__extraPrice {
        font-size: 1.125rem
      }
      
      .m-productPrice__extraText {
        color: #62944c;
        
        font-size: .875rem;
        line-height: 1.29;
        margin-bottom: 3px
      }
      
      
      .accordion2.js-accordion {
        background: white;
        padding: 14px;
        border: 1px solid #ddd;
        margin-top: 5px;
        cursor: pointer;
      }
      
      .accordion__title2 {
        font-size: 18px;
        font-weight: 600;
      
      }
      .accordionpost {
        margin-top: 10px;
      }
      
      .accordionpost p {
        font-size: 14px;
        font-weight: 500;
      }
      
      .accordionpost span {
        font-size: 14px;
      }
      
      h6.paywiwew {
        font-size: 16px;
      }
      
      .form-info .title {
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: .1px;
        color: #0e0e0e;
        margin-bottom: 20px;
      }
      
      .summary-subtotal__title.basket {
        color: #fa5e15;
      }
      
      .summary-subtotal__title.websale {
        color: #ff9304;
      }
      
      
      .summary-subtotal__title.coupon {
        color: #016df7;
      }
      
      .address-box {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 20px;
      }
      
      .address-box .head {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 11px;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: .1px;
        color: #0e0e0e;
      }
      
      .address-box {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 20px;
      }
      
      .address-box  p {
        font-size: 11px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.82;
        letter-spacing: .1px;
        color: #202020;
      }
      
      
      
      .grouped-product-list tr { border-bottom:1px solid #e6e6e6; }
      .grouped-product-list td {padding:10px 5px;}
      .grouped-product-list td.grouped-product-list-item__thumb,
      .grouped-product-list td.grouped-product-list-item__thumb img { width:70px; min-width:70px; }
      .grouped-product-list td .qtyField { max-width: 85px; }
      .grouped-product-list td .qtyField .qtyBtn,
      .grouped-product-list td .qtyField .qty { height:35px; padding:6px 6px; }
      .grouped-product-list td .qtyField .qty { width: 85px; padding: 7px 20px; }
      .grouped-product-list td .qtyField .qtyBtn { background: #efefef; border: none; left: 0; right: auto; top: 0; }
      .grouped-product-list td .qtyField .qtyBtn.plus { left: auto; right: 0; }
      .grouped-product-list td.grouped-product-list-item__price .old-price { color:#999; padding-right:10px; text-decoration:line-through; }
      
      
      
      .atmosphere[data-v-1e6e287c] {
        display: flex;
        flex-wrap: wrap;
        margin-top: 8px;
      }
      .atmosphere[data-v-1e6e287c] .after-coupon {
        color: #ce2226;
      }
      .atmosphere[data-v-1e6e287c] span {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 4px;
        font-size: 12px;
        font-weight: 400;
        color: #2c7440;
        line-height: 14px;
        border-radius: 2px;
        border: .8px solid #ccc;
        margin: 0 4px 4px 0;
      }
      
      
      .store-item__address p {
        font-size: 18px;
        line-height: 1.44;
        color: #242727;
        padding: 7px 10px 3px 5px;
        margin-bottom: 5px;
      
      }
      
      .store-item__address span {
        font-size: 15px;
        line-height: 1.44;
        color: #242727;
        padding: 5px 10px 7px 0px;
        
      }
      
      .list-product-cart-badge {
        margin-bottom: 5px;
        position: relative;
        display: flex;
        row-gap: 5px;
        column-gap: 5px;
        flex-wrap: wrap;
      }
      
      .checkoutlist {
        background: white;
        border: 1px solid #ddd;
        padding: 25px !important;
      }
      
      .checkoutlist .store-item__title {
        display: block;
        float: left;
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
        color: #0d0c0c;
        font-weight: 600;
        margin: 20px 0;
        margin-top: 0;
      }
      
      .save-details-box .save-details {
      border: 1px solid #eff2f7;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      border-radius: 5px;
      background-color: #eff2f7;
      position: relative;
      padding:15px;
      }
      
      .save-details-box .save-details.show {
      -webkit-box-shadow: 0 0px 10px rgba(33, 37, 41, 0.2);
      box-shadow: 0 0px 10px rgba(33, 37, 41, 0.2);
      }
      
      .save-details-box .save-details .save-name {
      position: relative;
      margin-bottom: 20px;
      }
      
      .save-details-box .save-details .save-name h5 {
      color: #212529;
      }
      
      .save-details-box .save-details .save-position {
      position: absolute;
      color: #ff0101dd !important;
      top: 0;
      right: 0;
      color: #fff;
      padding: 8px 15px;
      border-radius: 4px;
      }
      
      [dir="rtl"] .save-details-box .save-details .save-position {
      right: unset;
      left: 0;
      }
      
      .save-details-box .save-details .save-position h6 {
      margin: 0;
      margin-bottom: -2px;
      font-weight: 500;
      }
      
      .save-details-box .save-details .save-address p {
      line-height: 1.4;
      letter-spacing: 1px;
      margin: 0 0 calc(2px + (5 - 2) * ((100vw - 320px) / (1920 - 320)));
      }
      
      .save-details-box .save-details .mobile p.mobile {
      margin-top: 20px;
      padding-bottom: 6px;
      }
      
      .save-details-box .save-details .button2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: -5px;
      }
      
      .save-details-box .save-details .button2 a {
      width: 100%;
      margin: 5px;
      background-color: #fff;
      color: #212529;
      }
      
      
      
      .box-head-checkout i {
      font-size: 15px;
      }
      
      select.form-select.form-control {
      height: 50px;
      line-height: 48px;
      border-radius: 0;
      border: 1px solid #D5D8DB;
      float: none;
      padding: 0 26px;
      font-size: 15px;
      }
      
      
      .checkoutlist .stores-list__item {
        padding-top: 25px;
        background: #fff;
        display: block;
        padding: 10px 15px 10px 10px;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-radius: 1px;
        cursor: pointer;
      }
      
      .billing-form__heading {
        font-size: 16px;
      }
      
      .checkoutlist .row > div {
        padding: 5px 5px;
      }
      
      .checkoutlist .stores-list__item.active {
        background-color: #eff2f7 !important;
      }
      .box-head-checkout {
        margin-bottom: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 10px 0px 0px;
      }
      
      .box-head-checkout h3 {
        font-size: 16px;
        font-weight: bold;
        color: #2f2d2d;
        text-transform: uppercase;
      }
      .cart-item__image--ratio-100-122 a {
        padding-bottom: 60%;
      }
      
      .cart-product__image a {
        display: block;
        position: relative;
        padding-bottom: 65px;
      }
      .shopping-cart {
        background-color: #ededed;
      
      }
        @media (max-width: 991px) {
          .shopping-cart {
            padding: 60px 0px 80px 0px; }
          
          
          
          
          
          }
        @media (max-width: 991px) {
          .shopping-cart .container .container {
            padding: 0px; } }
      
      /* Title */
      .shopping-cart__title {
        font-size: 48px;
        text-align: center;
        padding: 0px 0px 80px 0px;
        margin: 0px; }
        @media (max-width: 1098px) {
          .shopping-cart__title {
            font-size: 40px; } }
        @media (max-width: 991px) {
          .shopping-cart__title {
            font-size: 26px;
            padding-bottom: 40px; } }
      
      /* Cart container */
      
        @media (max-width: 1098px) {
          .shopping-cart__container {
            padding-right: 20px; } }
        @media (max-width: 991px) {
          .shopping-cart__container {
            padding-right: 0px; } }
      
      /* Table */
      .shopping-cart__table {
        width: 100%; }
        .shopping-cart__table tr {
          vertical-align: top; }
        .shopping-cart__table thead tr th {
          padding: 10px 15px 10px 15px;
          color: #999999;
          font-size: 14px;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 0.5px; }
          @media (max-width: 991px) {
            .shopping-cart__table thead tr th {
              font-size: 13px; } }
          .shopping-cart__table thead tr th:first-child {
            padding-left: 0px; }
          .shopping-cart__table thead tr th:last-child {
            padding-right: 5px; }
        .shopping-cart__table tbody tr td {
          border-top: 1px solid #dedede;
          padding: 20px 15px; }
          .shopping-cart__table tbody tr td:first-child {
            padding-left: 0px; }
          .shopping-cart__table tbody tr td:last-child {
            padding-right: 5px; }
      
      /* Cart product */
      .shopping-cart__product {
        display: flex; }
      
      /* Cart product image */
      .cart-product__image {
        width: 70px;
        min-width: 70px; }
      
          .cart-product__image a img {
            display: block;
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            position: absolute;
            object-fit: cover; }
      
      /* Title and variant */
      .cart-product__title-and-variant {
        padding-left: 20px;
        padding-top: 6px;
        min-width: 140px; }
      
      .cart-product__title {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 0;
        letter-spacing: 0px;
        color: #000;
      
        font-weight: 400; }
        @media (max-width: 991px) {
          .cart-product__title {
            font-size: 14px; } }
        .cart-product__title a {
          color: #000;
          letter-spacing: 0.5px; }
          .cart-product__title a:hover {
            color: #928656; }
      
      .cart-product__variant {
        font-size: 14px;
        color: #999999;
        padding: 6px 0px 0px 0px; }
        @media (max-width: 991px) {
          .cart-product__variant {
            font-size: 12px; } }
      
      .cart-product__action {
        padding: 11px 0px 0px 0px; }
        .cart-product__action a {
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          text-decoration: underline; }
          @media (max-width: 991px) {
            .cart-product__action a {
              font-size: 11px; } }
      
      /* Quantity */
      .cart-product__quantity-field {
        max-width: 80px;
        min-width: 70px;
        position: relative; }
      
      .quantity-field__minus {
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
        .quantity-field__minus a {
          display: block;
          padding: 5px; }
      
      .quantity-field__plus {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
        .quantity-field__plus a {
          display: block;
          padding: 5px; }
      
      .quantity-field__input {
        display: block;
        width: 100%;
        text-align: center;
        padding: 7px 15px;
        margin: 0px;
        border: 1px solid #d0d0d0;
        outline: none;
        height: 34px;
        font-size: 16px;
        line-height: 1.3;
        color: #000; }
        @media (max-width: 991px) {
          .quantity-field__input {
            font-size: 14px; } }
        .quantity-field__input:focus {
          border-color: #eae6e6;
          border-radius: 10px;
        
        }
      
      /* Price */
      .cart-product__price {
        padding-top: 6px;
        font-size: 16px;
        line-height: 1.3;
        color: #000; }
        @media (max-width: 991px) {
          .cart-product__price {
            font-size: 14px; } }
      
      /* Delete */
      .cart-product__delete {
        padding-top: 1px; }
        .cart-product__delete a {
          font-size: 12px;
          color: #000;
          line-height: 1.3; }
      
      /* Discount form */
      .shopping-cart__discount {
        margin: 40px 0px 0px 0px;
        border: 1px solid #d0d0d0;
        padding: 24px 29px 29px 29px; }
        @media (max-width: 991px) {
          .shopping-cart__discount {
            padding: 20px 25px 25px 25px; } }
        .shopping-cart__discount form {
          margin: 0px;
          padding: 0px;
          position: relative; }
      
      .discount__title {
        font-size: 20px;
        padding: 0px 0px 18px 0px;
        margin: 0px;
        letter-spacing: 0.5px; }
        @media (max-width: 991px) {
          .discount__title {
            font-size: 18px; } }
      
      .discount__icon {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
        @media (max-width: 991px) {
          .discount__icon {
            display: none; } }
      
      .discount__input {
        display: block;
        width: 100%;
        background: none;
        border: 1px solid #d0d0d0;
        padding: 12px 100px 12px 50px;
        font-size: 14px;
        color: #000;
        outline: none; }
        @media (max-width: 991px) {
          .discount__input {
            padding-left: 15px; } }
        .discount__input:focus {
          border-color: #000; }
        .discount__input::-webkit-input-placeholder {
          color: #999; }
        .discount__input::-moz-placeholder {
          color: #999; }
        .discount__input:-ms-input-placeholder {
          color: #999; }
        .discount__input:-moz-placeholder {
          color: #999; }
      
      .discount__submit {
        display: block;
        padding: 0px;
        margin: 0px;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        background: none;
        border: none;
        position: absolute;
        font-size: 14px;
        color: #000;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        outline: none; }
        @media (max-width: 991px) {
          .discount__submit {
            font-size: 13px; } }
      
      /* Order summary */
      @media (max-width: 991px) {
        .shopping-cart__order-summary {
          margin-top: 50px; } 
        
        }
      
      /* Order summary background */
      .order-summary__background {
        padding: 20px 15px;
        background: #fff;
        margin-bottom: 35px;
        border: 1px solid #ddd;
        position: relative; }
        @media (max-width: 991px) {
          .order-summary__background {
            padding: 35px 30px; } }
      
      
      
      /* Order summary title */
      .order-summary__title {
        font-size: 15px;
        padding: 0px;
        margin: 0px;
        letter-spacing: 0.5px;
        margin-bottom: 25px;
          border-bottom: 1px solid #ddd;
          padding: 5px;
      
      
      
      }
        @media (max-width: 991px) {
          .order-summary__title {
            font-size: 18px; } }
      
      /* Order summary subtotal */
      .order-summary__subtotal {
        margin-top: 5px;
      
        display: flex; }
      
      .summary-subtotal__title {
        font-size: 16px; }
        @media (max-width: 991px) {
          .summary-subtotal__title {
            font-size: 14px; } }
      
      .summary-subtotal__price {
        padding-left: 20px;
        margin-left: auto;
        font-size: 16px;
        color: #000; }
        @media (max-width: 991px) {
          .summary-subtotal__price {
            font-size: 14px; } }
      
      /* Order summary delivery method */
      .order-summary__delivery-method {
        margin-top: 18px;
        position: relative; }
        .order-summary__delivery-method select {
          width: 100%;
          height: 50px;
          padding-left: 15px;
          padding-right: 45px;
          background-color: #fff;
          border: 1px solid #d0d0d0;
          font-size: 14px;
          color: #000;
          -webkit-appearance: none;
          -moz-appearance: none;
          display: block;
          outline: none; }
        .order-summary__delivery-method:after {
          content: "";
          display: inline-block;
          font: normal normal normal 1em/1 "LineIconsPro Light";
          speak: none;
          text-transform: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: block;
          font-size: 14px;
          position: absolute;
          top: 50%;
          right: 15px;
          color: #000;
          transform: translateY(-50%) rotate(90deg);
          -webkit-transform: translateY(-50%) rotate(90deg);
          -moz-transform: translateY(-50%) rotate(90deg);
          pointer-events: none; }
      
      /* Order summary total */
      .order-summary__total {
        margin-top: 30px;
        border-top: 1px solid #d0d0d0;
        padding-top: 22px;
        display: flex; }
      
      .summary-total__title {
        font-size: 16px;
        color: #000;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-weight: bold; }
        @media (max-width: 991px) {
          .summary-total__title {
            font-size: 16px; } }
      
      .summary-total__price {
        padding-left: 20px;
        margin-left: auto;
        font-size: 20px;
        font-weight: 600;
        color: #000; }
        @media (max-width: 991px) {
          .summary-total__price {
            font-size: 18px; } }
      
      /* Proceed to checkout */
      .order-summary__proceed-to-checkout {
        padding-top: 17px; }
        .order-summary__proceed-to-checkout .second-button {
          display: block;
          width: 100%;
          text-align: center; }
      
      /* Accept payment methods */
      .order-summary__accept-payment-methods {
        border-top: 1px solid #d0d0d0;
        margin-top: 25px;
        padding-top: 22px; }
        .order-summary__accept-payment-methods img {
          max-width: 100%;
          padding: 15px; }
      
      .accept-payment-methods__title {
        padding: 0px 0px 14px 0px;
        margin: 0px;
        font-size: 16px;
      
        color: #000;
        letter-spacing: 0.5px; }
        @media (max-width: 991px) {
          .accept-payment-methods__title {
            font-size: 14px; } }
      
      /* Order summary action */
      .order-summary__action {
        text-align: center; }
        .order-summary__action a {
          color: #000000;
          text-decoration: underline;
          letter-spacing: 0.5px;
          text-transform: uppercase; }
      
      
      
      
      .login {
        background: #16161614;
      }
      
      
      .shopping-banner {
        display: flex;
        align-items: center;
        /* font-family: 'Ubuntu', sans-serif; */
        justify-content: center;
        flex-direction: column;
        text-align: center;
        color: #40484e;
        padding: 34px 0;
        border: 1px solid #d9dadd;
        cursor: pointer;
        transition: all .2s ease-in-out;
        border-radius: 5px;
      }
      
      .shopping-banner-img {
        position: relative;
        display: block;
        width: 56px;
        height: 56px;
        background-color: #f5f7fa;
        transition: all .2s ease-in-out;
        border-radius: 50%;
        margin-bottom: 16px;
      }
      
      
      .shopping-banner-title {
        color: #40484e;
        font-size: 18px;
        font-weight: 700;
      }
      .shopping-banner-sub-title {
        color: #888;
        font-size: 15px;
      }
      
      .shopping-banner-content {
        padding: 5px;
      }
      
      .contact-page {
        padding: 0px 0px 90px 0px;
        background: #f8f9fa;
      }
      
      .contact-page__title {
        padding-top:10px;
        font-size: 25px;
        font-weight: bold;
      }
      .contact-page__form {
        padding: 25px 0px 0px 0px;
        margin: 0px;
      }
      
      .tp-contact-info-content h3 {
        font-size: 19px;
        text-transform: uppercase;
        margin: 10px 20px 20px;
      }
      
      .tp-contact-info-content {
        background: #ffffff;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        margin-top: 10px;
      }
      .tp-contact-info-content span {
        font-size: 16px;
        line-height: 1.44;
        color: #242727;
        padding: 8px 0px 10px 15px;
      }
      
      .store-item__address {
        font-size: 16px;
        line-height: 30px;
      }
      
      .address__store-number {
        color: #000;
        display: block;
        margin: 0px;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.5px;
        font-weight: 600;
        padding-top: 10px;
      }
      
      .tp-product-price-3.old-price {
        font-weight: 400;
        font-size: 14px;
        text-decoration-line: line-through;
        color: #666;
      }
      
      .tp-product-price-3.new-price {
         color: #0a0a0a;
          font-weight: bold;
          font-size: 18px;
      }
      
      .service-promotion__icon img {
        max-width: 50px;
      }
      
      .testimonial-card {
        border: 1px solid #eee;
        border-radius: 4px;
        padding: 2.5rem;
        padding: 0.5rem;
        background: url(images/testimonial-mark.png) calc(100% - 1.75rem) 1.5625rem no-repeat;
        transition: all .3s ease;
      }
      .custome-nav-tabs {
        position: inherit;
        z-index: 9;
        top: 0;
        left: -300px;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-radius: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 0px;
      }
      .custome-nav-tabs {
        padding: 10px;
        color: black;
        border: none;
        border-radius: 5px;
        position: sticky;
        top: 10px;
        background: #eff2f7;
        margin-top: 60px;
        margin-bottom: 50px;
      }
      .custome-nav-tabs .nav-item .nav-link {
        width: 100%;
        text-align: left;
        border-radius: 5px;
        background: transparent;
        border: 1px solid transparent;
        position: relative;
        font-size: 16px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #212529 !important;
      }
      
      .box-head {
        margin-bottom: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -2px 15px;
      }
      
      .box-head h3 {
        margin: 0;
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
      }
      
      .myaccount {
        margin-bottom: 20px;
        border: 1px solid #ddd;
        padding: 15px;
      }
      
      
      .dashboard .box-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320))) 0;
      }
      
      .dashboard .box-title h3 {
        font-weight: 400;
      }
      
      .dashboard h6, .dashboard p {
        margin: 6px 0;
        line-height: 1.4;
      }
      
      .order-box-contain .order-box {
        position: relative;
        overflow: hidden;
        padding: 20px 30px;
        border-radius: 6px;
        background-color: #eff2f7;
        -webkit-box-shadow: none;
        box-shadow: none;
      }
      
      .order-box-contain .order-box .order-box-image {
        position: absolute;
        top: 50%;
        right: -20px;
        width: 25%;
        opacity: 0.04;
        -webkit-transform: rotate(0) translateY(-50%);
        transform: rotate(0) translateY(-50%);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
      }
      
      [dir="rtl"] .order-box-contain .order-box .order-box-image {
        left: -20px;
        right: unset;
      }
      
      .order-box-contain .order-box:hover .order-box-image {
        -webkit-transform: rotate(-7deg) translateY(-50%);
        transform: rotate(-7deg) translateY(-50%);
        opacity: 0.25;
      }
      
      [dir="rtl"] .order-box-contain .order-box:hover .order-box-image {
        -webkit-transform: rotate(7deg) translateY(-50%);
        transform: rotate(7deg) translateY(-50%);
      }
      
      .order-box-contain .order-box .order-box-contain {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
      
      .order-box-contain .order-box .order-box-contain img {
        width: calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
      }
      
      .order-box-contain .order-box .order-box-contain > div {
        width: calc(100% - 20px);
        margin-left: 15px;
        text-transform: capitalize;
      }
      
      [dir="rtl"] .order-box-contain .order-box .order-box-contain > div {
        margin-left: unset;
        margin-right: 15px;
      }
      
      .order-box-contain .order-box .order-box-contain > div h3 {
        margin-top: 6px;
      }
      
      .dashboard-profile .dash-profile li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2px;
      }
      
      @media (max-width: 575px) {
        .dashboard-profile .dash-profile li {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
      }
      
      .dashboard-profile .dash-profile li .left {
        width: 220px;
      }
      
      @media (max-width: 575px) {
        .dashboard-profile .dash-profile li .left {
            width: auto;
            margin-right: 10px;
        }
      
        [dir="rtl"] .dashboard-profile .dash-profile li .left {
            margin-right: 0;
            margin-left: 10px;
        }
      }
      
      .dashboard-profile .dash-profile li .left h6 {
        margin: 0;
        text-transform: capitalize;
      }
      
      .dashboard-profile .dash-profile li a {
        margin-left: 20px;
        color: #f50a13;
        font-size: 13px;
      }
      
      .dashboard-security .page-title h4 {
      font-size:18px
      }
      
      
      
      .dashboard-security .page-title {
        margin-bottom: 10px;
      }
      
      .dashboard-security p {
      font-size: 16px;
      }
      
      .dashboard-security .security-details {
        margin-bottom: 18px;
      }
      
      .dashboard-security .security-details h5 span {
        font-weight: 500;
        color: #212529;
      }
      
      .dashboard-security .security-details-1 {
        border: 1px dashed rgba(0, 0, 0, 0.28);
        border-radius: 5px;
        padding: 15px;
      }
      
      .success-button {
        background-color: green;
        margin: 0 !important;
        padding: 4px 10px;
        border-radius: 5px;
        font-size: 12px !important;
        color: #fff !important;
      }
      
      
      .save-details-box .save-details {
        border: 1px solid #eff2f7;
        padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        border-radius: 5px;
        background-color: #eff2f7;
        position: relative;
      }
      
      .save-details-box .save-details.show {
        -webkit-box-shadow: 0 0px 10px rgba(33, 37, 41, 0.2);
        box-shadow: 0 0px 10px rgba(33, 37, 41, 0.2);
      }
      
      .save-details-box .save-details .save-name {
        position: relative;
        margin-bottom: 20px;
      }
      
      .save-details-box .save-details .save-name h5 {
        color: #212529;
      }
      
      .save-details-box .save-details .save-position {
        position: absolute;
        color: #ff0101dd !important;
        top: 0;
        right: 0;
        color: #fff;
        padding: 8px 15px;
        border-radius: 4px;
      }
      
      [dir="rtl"] .save-details-box .save-details .save-position {
        right: unset;
        left: 0;
      }
      
      .save-details-box .save-details .save-position h6 {
        margin: 0;
        margin-bottom: -2px;
        font-weight: 500;
      }
      
      .save-details-box .save-details .save-address p {
        line-height: 1.4;
        letter-spacing: 1px;
        margin: 0 0 calc(2px + (5 - 2) * ((100vw - 320px) / (1920 - 320)));
      }
      
      .save-details-box .save-details .mobile p.mobile {
        margin-top: 20px;
        padding-bottom: 6px;
      }
      
      .save-details-box .save-details .button2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: -5px;
      }
      
      .save-details-box .save-details .button2 a {
        width: 100%;
        margin: 5px;
        background-color: #fff;
        color: #212529;
      }
      
      .payment-card-detail {
        position: relative;
      }
      
      .payment-card-detail:hover .edit-card {
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }
      
      .payment-card-detail.add-card {
        background-color: #f9f9f9;
        cursor: pointer;
        padding: 0;
      }
      
      .payment-card-detail.add-card .card-details {
        min-height: 130px;
        background: #d2d2d2;
        color: #212529;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
      }
      
      .payment-card-detail.add-card .card-details h5 {
        margin-bottom: 0;
        text-transform: capitalize;
      }
      
      .payment-card-detail .card-details {
        color: #fff;
        padding: 30px 20px;
        border-radius: 5px;
        background-color: #4b77a0;
        background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
      }
      
      .payment-card-detail .card-details.card-visa {
        background-color: #777876;
      }
      
      .payment-card-detail .card-details.dabit-card {
        background-color: #86b8cf;
      }
      
      .payment-card-detail .card-details .card-number {
        margin-bottom: 10px;
      }
      
      .payment-card-detail .card-details .card-number h4 {
        color: #fff;
      }
      
      .payment-card-detail .card-details .valid-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
      }
      
      .payment-card-detail .card-details .valid-detail .title {
        margin-bottom: 0;
      }
      
      .payment-card-detail .card-details .valid-detail .title span {
        display: block;
        color: rgba(255, 255, 255, 0.7);
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1.3;
      }
      
      .payment-card-detail .card-details .valid-detail .date h3 {
        margin-bottom: 0;
        color: #fff;
        margin-left: 15px;
        font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
        font-weight: normal;
      }
      
      [dir="rtl"] .payment-card-detail .card-details .valid-detail .date h3 {
        margin-left: 0;
        margin-right: 15px;
      }
      
      .payment-card-detail .card-details .valid-detail .primary {
        margin-left: auto;
      }
      
      [dir="rtl"] .payment-card-detail .card-details .valid-detail .primary {
        margin-left: 0;
        margin-right: auto;
      }
      
      .payment-card-detail .card-details .valid-detail .primary span {
        font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
        padding: 0;
        font-weight: 400;
        text-transform: capitalize;
      }
      
      .payment-card-detail .card-details .name-detail {
        margin-top: calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
      
      .payment-card-detail .card-details .name-detail .name {
        width: 100%;
      }
      
      .payment-card-detail .card-details .name-detail .name h5 {
        text-transform: uppercase;
        font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
        margin-bottom: 0;
        color: #fff;
      }
      
      .payment-card-detail .card-details .name-detail .card-img {
        display: inline-block;
        margin-left: auto;
        text-align: right;
      }
      
      [dir="rtl"] .payment-card-detail .card-details .name-detail .card-img {
        text-align: left;
      }
      
      .payment-card-detail .edit-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: absolute;
        text-align: center;
        top: 0;
        left: 0;
        background-color: rgba(33, 37, 41, 0.8);
        border-radius: 5px;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
      }
      
      @media (max-width: 767px) {
        .payment-card-detail .edit-card {
            display: none;
        }
      }
      
      .payment-card-detail .edit-card a {
        padding: 0 10px;
        text-transform: capitalize;
        color: #fff;
      }
      
      
      .aboutcategry {
        width: 100%;
        background: #f8f9fa;
        padding: 15px 0;
        padding: 25px 25px;
      }
      
      .categryabout {
        width: 100%;
        max-height: 180px;
        overflow-y: auto;
        overflow-x: hidden;
      }
      
      .categryabout p {
        font-size: 15px;
        line-height: 18px;
      }
      
      
      .edit-card-mobile {
        display: none;
      }
      
      @media (max-width: 767px) {
        .edit-card-mobile {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 10px;
        }
      
        .edit-card-mobile a {
            padding: 0 10px;
            text-transform: capitalize;
            color: #212529;
        }
      }
      
      /* ==========================================================================
         8.15 #SHOPPING CART PAGE
         ========================================================================== */
         .shopping-cart {
          padding: 90px 0px 160px 0px; }
          @media (max-width: 991px) {
            .shopping-cart {
              padding: 60px 0px 80px 0px; } }
          @media (max-width: 991px) {
            .shopping-cart .container .container {
              padding: 0px; } }
        
        /* Title */
        .shopping-cart__title {
          font-size: 48px;
          text-align: center;
          padding: 0px 0px 80px 0px;
          margin: 0px; }
          @media (max-width: 1098px) {
            .shopping-cart__title {
              font-size: 40px; } }
          @media (max-width: 991px) {
            .shopping-cart__title {
              font-size: 26px;
              padding-bottom: 40px; } }
        
        /* Cart container */
        .shopping-cart__container {
          padding-right: 70px; }
          @media (max-width: 1098px) {
            .shopping-cart__container {
              padding-right: 20px; } }
          @media (max-width: 991px) {
            .shopping-cart__container {
              padding-right: 0px; } }
        
        /* Table */
        .shopping-cart__table {
          width: 100%; }
          .shopping-cart__table tr {
            vertical-align: top; }
          .shopping-cart__table thead tr th {
            padding: 10px 15px 10px 15px;
            color: #999999;
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 0.5px; }
            @media (max-width: 991px) {
              .shopping-cart__table thead tr th {
                font-size: 13px; } }
            .shopping-cart__table thead tr th:first-child {
              padding-left: 0px; }
            .shopping-cart__table thead tr th:last-child {
              padding-right: 5px; }
          .shopping-cart__table tbody tr td {
            border-top: 1px solid #dedede;
            padding: 20px 15px; }
            .shopping-cart__table tbody tr td:first-child {
              padding-left: 0px; }
            .shopping-cart__table tbody tr td:last-child {
              padding-right: 5px; }
        
        /* Cart product */
        .shopping-cart__product {
          display: flex; }
        
        /* Cart product image */
        .cart-product__image {
          width: 70px;
          min-width: 70px; }
          .cart-product__image a {
            display: block;
            position: relative;
            padding-bottom: 139.948%; }
            .cart-product__image a img {
              display: block;
              width: 100%;
              height: 100%;
              left: 0;
              right: 0;
              bottom: 0;
              top: 0;
              position: absolute;
              object-fit: cover; }
        
        /* Title and variant */
        .cart-product__title-and-variant {
          padding-left: 20px;
          padding-top: 6px;
          min-width: 140px; }
        
        .cart-product__title {
          font-size: 16px;
          line-height: 1.3;
          margin-bottom: 0;
          letter-spacing: 0px;
          color: #000;
          font-family: "Jost";
          font-weight: 400; }
          @media (max-width: 991px) {
            .cart-product__title {
              font-size: 14px; } }
          .cart-product__title a {
            color: #000;
            letter-spacing: 0.5px; }
            .cart-product__title a:hover {
              color: #928656; }
        
        .cart-product__variant {
          font-size: 14px;
          color: #999999;
          padding: 6px 0px 0px 0px; }
          @media (max-width: 991px) {
            .cart-product__variant {
              font-size: 12px; } }
        
        .cart-product__action {
          padding: 11px 0px 0px 0px; }
          .cart-product__action a {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            text-decoration: underline; }
            @media (max-width: 991px) {
              .cart-product__action a {
                font-size: 11px; } }
        
        /* Quantity */
        .cart-product__quantity-field {
          max-width: 80px;
          min-width: 70px;
          position: relative; }
        
        .quantity-field__minus {
          position: absolute;
          left: 5px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%); }
          .quantity-field__minus a {
            display: block;
            padding: 5px; }
        
        .quantity-field__plus {
          position: absolute;
          right: 5px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%); }
          .quantity-field__plus a {
            display: block;
            padding: 5px; }
        
        .quantity-field__input {
          display: block;
          width: 100%;
          text-align: center;
          padding: 7px 15px;
          margin: 0px;
          border: 1px solid #d0d0d0;
          outline: none;
          height: 34px;
          font-size: 16px;
          line-height: 1.3;
          border-radius: 10px !important;
          color: #000; }
          @media (max-width: 991px) {
            .quantity-field__input {
              font-size: 14px; } }
          .quantity-field__input:focus {
            border-color: #000; }
        
        /* Price */
        .cart-product__price {
          padding-top: 6px;
          font-size: 16px;
          line-height: 1.3;
          color: #000; }
          @media (max-width: 991px) {
            .cart-product__price {
              font-size: 14px; } }
        
        /* Delete */
        .cart-product__delete {
          padding-top: 1px; }
          .cart-product__delete a {
            font-size: 12px;
            color: #000;
            line-height: 1.3; }
        
        /* Discount form */
        .shopping-cart__discount {
          margin: 40px 0px 0px 0px;
          border: 1px solid #d0d0d0;
          padding: 24px 29px 29px 29px; }
          @media (max-width: 991px) {
            .shopping-cart__discount {
              padding: 20px 25px 25px 25px; } }
          .shopping-cart__discount form {
            margin: 0px;
            padding: 0px;
            position: relative; }
        
        .discount__title {
          font-size: 20px;
          padding: 0px 0px 18px 0px;
          margin: 0px;
          font-family: 'Jost';
          letter-spacing: 0.5px; }
          @media (max-width: 991px) {
            .discount__title {
              font-size: 18px; } }
        
        .discount__icon {
          position: absolute;
          top: 50%;
          left: 15px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%); }
          @media (max-width: 991px) {
            .discount__icon {
              display: none; } }
        
        .discount__input {
          display: block;
          width: 100%;
          background: none;
          border: 1px solid #d0d0d0;
          padding: 12px 100px 12px 50px;
          font-size: 14px;
          color: #000;
          outline: none; }
          @media (max-width: 991px) {
            .discount__input {
              padding-left: 15px; } }
          .discount__input:focus {
            border-color: #000; }
          .discount__input::-webkit-input-placeholder {
            color: #999; }
          .discount__input::-moz-placeholder {
            color: #999; }
          .discount__input:-ms-input-placeholder {
            color: #999; }
          .discount__input:-moz-placeholder {
            color: #999; }
        
        .discount__submit {
          display: block;
          padding: 0px;
          margin: 0px;
          top: 50%;
          right: 15px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          background: none;
          border: none;
          position: absolute;
          font-size: 14px;
          color: #000;
          letter-spacing: 0.5px;
          text-transform: uppercase;
          outline: none; }
          @media (max-width: 991px) {
            .discount__submit {
              font-size: 13px; } }
        
        /* Order summary */
        @media (max-width: 991px) {
          .shopping-cart__order-summary {
            margin-top: 50px; } }
        
        /* Order summary background */
        .order-summary__background {
          padding: 20px 15px;
          background: #f0f1f4;
          margin-bottom: 35px;
          position: relative; }
          @media (max-width: 991px) {
            .order-summary__background {
              padding: 35px 30px; } }
      
        
        /* Order summary title */
        .order-summary__title {
          font-size: 20px;
          padding: 0px;
          margin: 0px;
          font-family: "Jost";
          letter-spacing: 0.5px;
          margin-bottom: 25px;
            border-bottom: 1px solid #ddd;
            padding: 5px;
        
        
        
        }
          @media (max-width: 991px) {
            .order-summary__title {
              font-size: 18px; } }
        
        /* Order summary subtotal */
        .order-summary__subtotal {
          margin-top: 5px;
        
          display: flex; }
        
        .summary-subtotal__title {
          font-size: 16px; }
          @media (max-width: 991px) {
            .summary-subtotal__title {
              font-size: 14px; } }
        
        .summary-subtotal__price {
          padding-left: 20px;
          margin-left: auto;
          font-size: 16px;
          color: #000; }
          @media (max-width: 991px) {
            .summary-subtotal__price {
              font-size: 14px; } }
        
        /* Order summary delivery method */
        .order-summary__delivery-method {
          margin-top: 18px;
          position: relative; }
          .order-summary__delivery-method select {
            width: 100%;
            height: 50px;
            padding-left: 15px;
            padding-right: 45px;
            background-color: #fff;
            border: 1px solid #d0d0d0;
            font-size: 14px;
            color: #000;
            -webkit-appearance: none;
            -moz-appearance: none;
            display: block;
            outline: none; }
          .order-summary__delivery-method:after {
            content: "";
            display: inline-block;
            font: normal normal normal 1em/1 "LineIconsPro Light";
            speak: none;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: block;
            font-size: 14px;
            position: absolute;
            top: 50%;
            right: 15px;
            color: #000;
            transform: translateY(-50%) rotate(90deg);
            -webkit-transform: translateY(-50%) rotate(90deg);
            -moz-transform: translateY(-50%) rotate(90deg);
            pointer-events: none; }
        
        /* Order summary total */
        .order-summary__total {
          margin-top: 30px;
          border-top: 1px solid #d0d0d0;
          padding-top: 22px;
          display: flex; }
        
        .summary-total__title {
          font-size: 18px;
          color: #000;
          letter-spacing: 0.5px;
          text-transform: uppercase; }
          @media (max-width: 991px) {
            .summary-total__title {
              font-size: 16px; } }
        
        .summary-total__price {
          padding-left: 20px;
          margin-left: auto;
          font-size: 20px;
          font-weight: 600;
          color: #000; }
          @media (max-width: 991px) {
            .summary-total__price {
              font-size: 18px; } }
        
        /* Proceed to checkout */
        .order-summary__proceed-to-checkout {
          padding-top: 17px; }
          .order-summary__proceed-to-checkout .second-button {
            display: block;
            width: 100%;
            text-align: center; }
        
        /* Accept payment methods */
        .order-summary__accept-payment-methods {
          border-top: 1px solid #d0d0d0;
          margin-top: 25px;
          padding-top: 22px; }
          .order-summary__accept-payment-methods img {
            max-width: 100%; }
        
        .accept-payment-methods__title {
          padding: 0px 0px 14px 0px;
          margin: 0px;
          font-size: 16px;
          font-family: 'Jost';
          color: #000;
          letter-spacing: 0.5px; }
          @media (max-width: 991px) {
            .accept-payment-methods__title {
              font-size: 14px; } }
        
        /* Order summary action */
        .order-summary__action {
          text-align: center; }
          .order-summary__action a {
            color: #000000;
            text-decoration: underline;
            letter-spacing: 0.5px;
            text-transform: uppercase; }
      
            /* ==========================================================================
         8.3 #BLOG WITH SIDEBAR PAGE
         ========================================================================== */
      .blog-with-sidebar {
        padding: 0px 0px 150px 0px; }
        @media (max-width: 991px) {
          .blog-with-sidebar {
            padding: 0px 0px 85px 0px; } }
        @media (max-width: 991px) {
          .blog-with-sidebar .container .container {
            padding: 0px; } }
      
      .promo-article {
        position: relative; }
      
      .promo-article__image a {
        display: block; }
        .promo-article__image a img {
          display: block;
          width: 100%;
          height: 35vw;
          min-height: 400px;
          object-fit: cover; }
          @media (max-width: 991px) {
            .promo-article__image a img {
              min-height: 300px; } }
      
      .promo-article__details {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 75px; }
        @media (max-width: 1098px) {
          .promo-article__details {
            bottom: 50px; } }
        @media (max-width: 991px) {
          .promo-article__details {
            bottom: 25px; } }
      
      .promo-article__meta {
        list-style: none;
        padding: 0px 0px 20px 0px;
        margin: 0px; }
        @media (max-width: 991px) {
          .promo-article__meta {
            padding: 0px 0px 9px 0px; } }
        .promo-article__meta li {
          display: inline-block;
          color: #fff;
          font-size: 14px; }
          @media (max-width: 991px) {
            .promo-article__meta li {
              font-size: 13px; } }
          .promo-article__meta li:first-child:before {
            display: none; }
          .promo-article__meta li:before {
            content: '/';
            display: inline-block;
            vertical-align: top;
            padding: 0px 6px 0px 2px; }
          .promo-article__meta li a {
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.5px; }
      
      .promo-article__title {
        line-height: 46px;
        font-size: 36px;
        padding: 0px;
        margin: 0px; }
        @media (max-width: 1098px) {
          .promo-article__title {
            font-size: 30px;
            line-height: 38px; } }
        @media (max-width: 991px) {
          .promo-article__title {
            font-size: 18px;
            line-height: 24px; } }
        .promo-article__title a {
          color: #fff; }
      
      /* Newsletter */
      .blog-newsletter {
        padding: 100px 0px 90px 0px; }
        @media (max-width: 991px) {
          .blog-newsletter {
            padding: 70px 0px; } }
      
      .blog-newsletter__title {
        padding: 0px;
        margin: 0px;
        font-size: 36px; }
        @media (max-width: 1098px) {
          .blog-newsletter__title {
            font-size: 30px; } }
        @media (max-width: 991px) {
          .blog-newsletter__title {
            font-size: 24px;
            padding: 0px 0px 20px 0px; } }
      
      .blog-newsletter__form {
        position: relative; }
      
      .blog-newsletter__input {
        display: block;
        width: 100%;
        padding: 5px 0px;
        background: none;
        border: none;
        border-bottom: 1px solid #c1c5cd;
        outline: none; }

        .blog-article-2 h1 {
          font-size: 60px;
          font-weight: bold;
      }
      
      .blog-newsletter__submit {
        display: block;
        background: none;
        border: none;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #000; }
        @media (max-width: 991px) {
          .blog-newsletter__submit {
            font-size: 14px; } }
      
      /* Left column */
      .blog-with-sidebar__left {
        padding-top: 50px !important; }
        @media (max-width: 991px) {
          .blog-with-sidebar__left {
            padding-top: 25px !important; } }
        .blog-with-sidebar__left hr {
          margin-top: 55px;
          margin-bottom: 15px; }
      
      /* Article item */
      .blog-article-2 {
        padding-top: 55px; }
      
      .blog-article-2__image {
        padding-bottom: 10px; }
        .blog-article-2__image a {
          display: block; }
          .blog-article-2__image a img {
            display: block;
            width: 100%; }
      
      .blog-article-2__meta {
        list-style: none;
        padding: 15px 0px 0px 0px;
        margin: 0px; }
        @media (max-width: 991px) {
          .blog-article-2__meta {
            padding-top: 10px; } }
        .blog-article-2__meta li {
          display: inline-block;
          vertical-align: top;
          color: #999;
          font-size: 14px; }
          @media (max-width: 991px) {
            .blog-article-2__meta li {
              font-size: 11px; } }
          .blog-article-2__meta li:first-child:before {
            display: none; }
          .blog-article-2__meta li:before {
            content: '/';
            display: inline-block;
            vertical-align: top;
            padding: 0px 6px 0px 2px; }
          .blog-article-2__meta li a {
            color: #000;
            text-transform: uppercase;
            letter-spacing: 0.5px; }
      
      .blog-article-2__title {
        padding: 5px 0px 0px 0px;
        margin: 0px;
        font-size: 24px;
        color: #000;
        line-height: 1.5; }
        @media (max-width: 1098px) {
          .blog-article-2__title {
            font-size: 21px; } }
        @media (max-width: 991px) {
          .blog-article-2__title {
            font-size: 18px; } }
        .blog-article-2__title a {
          color: #000;
          letter-spacing: 0.5px; }
          .blog-article-2__title a:hover {
            color: #928656; }
      
      .blog-article-2__description {
        padding: 15px 0px 0px 0px;
        margin: 0px;
        font-size: 16px;
        line-height: 26px; }
        @media (max-width: 991px) {
          .blog-article-2__description {
            font-size: 14px;
            line-height: 24px; } }
      
      /* Blog articles type 2 */
      #main .blog__articles--type-2 {
        margin: 0px -35px; }
        @media (max-width: 1098px) {
          #main .blog__articles--type-2 {
            margin: 0px -15px; } }
        #main .blog__articles--type-2 > div {
          padding: 0px 35px; }
          @media (max-width: 1098px) {
            #main .blog__articles--type-2 > div {
              padding: 0px 15px; } }
        #main .blog__articles--type-2 .blog-article {
          margin-top: 55px;
          margin-bottom: 0px; }
          @media (max-width: 991px) {
            #main .blog__articles--type-2 .blog-article {
              margin-top: 45px; } }
      
      /* Blog article type 3 */
      .blog-article-3 {
        display: flex;
        padding-top: 55px; }
        @media (max-width: 767px) {
          .blog-article-3 {
            flex-wrap: wrap;
            padding-top: 45px; } }
      
      .blog-article-3__image {
        width: 46.5%;
        min-width: 46.5%;
        margin-right: 50px; }
        @media (max-width: 1098px) {
          .blog-article-3__image {
            margin-right: 30px; } }
        @media (max-width: 767px) {
          .blog-article-3__image {
            width: 100%;
            min-width: 100%;
            margin: 0px 0px 15px 0px; } }
        .blog-article-3__image a {
          display: block; }
          .blog-article-3__image a img {
            display: block;
            width: 100%; }
      
      .blog-article-3__right {
        width: 100%; }
      
      .blog-article-3__meta {
        list-style: none;
        padding: 7px 0px 0px 0px;
        margin: 0px; }
        @media (max-width: 991px) {
          .blog-article-3__meta {
            padding-top: 5px; } }
        .blog-article-3__meta li {
          display: inline-block;
          vertical-align: top;
          color: #999;
          font-size: 14px; }
          @media (max-width: 991px) {
            .blog-article-3__meta li {
              font-size: 11px; } }
          .blog-article-3__meta li:first-child:before {
            display: none; }
          .blog-article-3__meta li:before {
            content: '/';
            display: inline-block;
            vertical-align: top;
            padding: 0px 6px 0px 2px; }
          .blog-article-3__meta li a {
            color: #000;
            text-transform: uppercase;
            letter-spacing: 0.5px; }
      
      .blog-article-3__title {
        padding: 5px 0px 10px 0px;
        margin: 0px;
        font-size: 24px;
        color: #000;
        line-height: 1.5; }
        @media (max-width: 1098px) {
          .blog-article-3__title {
            font-size: 21px; } }
        @media (max-width: 991px) {
          .blog-article-3__title {
            font-size: 18px; } }
        .blog-article-3__title a {
          color: #000;
          letter-spacing: 0.5px; }
          .blog-article-3__title a:hover {
            color: #928656; }
      
      /* Pagination */
      .standard-pagination {
        list-style: none;
        padding: 0px;
        margin: 105px 0px 0px 0px;
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 991px) {
          .standard-pagination {
            margin-top: 45px; } }
        .standard-pagination li {
          padding: 10px 10px 0px 0px; }
          .standard-pagination li a {
            font-size: 14px;
            padding: 8px 15px;
            display: block;
            border: 1px solid #dfdfdf;
            text-transform: uppercase;
            transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in; }
            @media (max-width: 991px) {
              .standard-pagination li a {
                font-size: 13px;
                padding: 5px 12px; } }
            .standard-pagination li a:hover, .standard-pagination li a.active {
              background: #928656;
              border-color: #928656;
              color: #fff; }
      
      /* Column right */
      .blog-with-sidebar__right {
        padding-left: 85px !important;
        padding-top: 38px !important; }
        @media (max-width: 1098px) {
          .blog-with-sidebar__right {
            padding-left: 25px !important; } }
        @media (max-width: 991px) {
          .blog-with-sidebar__right {
            padding-left: 15px !important;
            padding-top: 15px !important; } }
      
      /* Blog widget */
      .blog-widget {
        padding: 65px 0px 0px 0px; }
        @media (max-width: 991px) {
          .blog-widget {
            padding-top: 50px; } }
      
      .blog-widget__title {
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 0px 0px 20px 0px;
        margin: 0px; }
        @media (max-width: 1098px) {
          .blog-widget__title {
            font-size: 18px; } }
        @media (max-width: 991px) {
          .blog-widget__title {
            font-size: 17px; } }
      
      /* Blog widget - search */
      .blog-widget .blog__search {
        margin: 0px;
        padding: 0px;
        width: 100%; }
        .blog-widget .blog__search .blog-search__input {
          padding-left: 0px;
          padding-right: 30px; }
        .blog-widget .blog__search .blog-search__button {
          left: auto;
          right: 0; }
      
      /* Blog widget - socials */
      .blog-widget__socials {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0px;
        margin: -5px 0px 0px 0px; }
        .blog-widget__socials li {
          margin: 10px 10px 0px 0px;
          padding: 0px; }
          .blog-widget__socials li a {
            display: block;
            width: 40px;
            height: 40px;
            border: 1px solid #cdcdcd;
            border-radius: 100px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            line-height: 38px;
            text-align: center;
            font-size: 18px;
            transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in; }
            @media (max-width: 991px) {
              .blog-widget__socials li a {
                width: 36px;
                height: 36px;
                line-height: 34px;
                font-size: 16px; } }
            .blog-widget__socials li a:hover {
              background: #928656;
              border-color: #928656;
              color: #fff; }
      
      /* Blog widget - popular posts */
      .blog-widget__popular-posts {
        list-style: none;
        padding: 0px;
        margin: 0px; }
        .blog-widget__popular-posts li {
          border-top: 1px solid #cccccc;
          padding: 20px 0px; }
          .blog-widget__popular-posts li:first-child {
            padding-top: 10px;
            border-top: none; }
          .blog-widget__popular-posts li:last-child {
            padding-bottom: 10px; }
          .blog-widget__popular-posts li:nth-child(2) a:before {
            content: '2'; }
          .blog-widget__popular-posts li:nth-child(3) a:before {
            content: '3'; }
          .blog-widget__popular-posts li:nth-child(4) a:before {
            content: '4'; }
          .blog-widget__popular-posts li:nth-child(5) a:before {
            content: '5'; }
          .blog-widget__popular-posts li:nth-child(6) a:before {
            content: '6'; }
          .blog-widget__popular-posts li a {
            display: block;
            position: relative; }
            .blog-widget__popular-posts li a:before {
              content: '1';
              display: block;
              position: absolute;
              top: 50%;
              left: 0;
              height: 40px;
              border-right: 1px solid #ccc;
              line-height: 40px;
              text-align: left;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              font-size: 30px;
              color: #ccc;
              width: 32px; }
            .blog-widget__popular-posts li a:hover .popular-post__title {
              color: #928656; }
      
      .popular-post__category {
        padding: 0px 0px 0px 54px;
        margin: 0px;
        color: #999999;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px; }
        @media (max-width: 991px) {
          .popular-post__category {
            font-size: 11px; } }
      
      .popular-post__title {
        padding: 0px 0px 0px 54px;
        margin: 0px;
        font-size: 18px;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in; }
        @media (max-width: 991px) {
          .popular-post__title {
            font-size: 16px; } }
      
      /* Blog widget - instagram */
      @media (min-width: 992px) {
        .blog-widget .instagram_feed {
          flex-wrap: wrap;
          padding-top: 20px; }
          .blog-widget .instagram_feed li {
            width: 33.333%;
            min-width: 33.333%;
            padding-top: 10px; }
            .blog-widget .instagram_feed li a i {
              font-size: 24px; } }
      
      @media (max-width: 991px) {
        .blog-widget .instagram_feed {
          padding-top: 30px; } }
      
      /* ==========================================================================
         8.2 #BLOG PAGE
         ========================================================================== */
      .blog {
        padding: 0px 0px 160px 0px; }
        @media (max-width: 991px) {
          .blog {
            padding: 0px 0px 70px 0px; } }
        @media (max-width: 991px) {
          .blog .container .container {
            padding: 0px; } }
      
      /* Title */
      .blog__title {
        padding: 90px 0px 30px 0px;
        max-width: 750px;
        margin: 0px auto;
        text-align: center;
        font-size: 48px; }
        @media (max-width: 1098px) {
          .blog__title {
            font-size: 40px; } }
        @media (max-width: 991px) {
          .blog__title {
            padding: 60px 0px 25px 0px;
            font-size: 26px; } }
      
      /* Description */
      .blog__description {
        padding: 0px 0px 80px 0px;
        max-width: 750px;
        margin: 0px auto;
        text-align: center; }
        @media (max-width: 991px) {
          .blog__description {
            padding: 0px 0px 50px 0px; } }
      
      /* Featured articles */
      .blog__featured-articles {
        position: relative; }
        .blog__featured-articles .slick-dots {
          position: absolute;
          left: 50%;
          bottom: 65px;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          max-width: 1370px;
          padding: 0px 100px;
          width: 100%;
          display: block;
          margin: 0px auto;
          text-align: right;
          list-style: none; }
          @media (max-width: 1098px) {
            .blog__featured-articles .slick-dots {
              padding: 0px 50px; } }
          @media (max-width: 991px) {
            .blog__featured-articles .slick-dots {
              display: none !important; } }
          .blog__featured-articles .slick-dots li {
            display: inline-block;
            vertical-align: top;
            margin-left: 8px; }
            .blog__featured-articles .slick-dots li.slick-active button {
              border-color: #fff; }
            .blog__featured-articles .slick-dots li button {
              font-size: 0px;
              width: 23px;
              height: 23px;
              background: none;
              border: 1px solid transparent;
              border-radius: 100px;
              -webkit-border-radius: 100px;
              -moz-border-radius: 100px;
              position: relative;
              outline: none; }
              .blog__featured-articles .slick-dots li button:before {
                content: '';
                display: block;
                width: 4px;
                height: 4px;
                background: #fff;
                border-radius: 100px;
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%); }
      
      .featured-article {
        position: relative;
        display: block !important; }
      
      .featured-article__image img {
        display: block;
        width: 100%;
        height: 670px;
        object-fit: cover; }
        @media (max-width: 1098px) {
          .featured-article__image img {
            height: 470px; } }
        @media (max-width: 991px) {
          .featured-article__image img {
            height: 60vw; } }
      
      .featured-article__details {
        position: absolute;
        left: 0;
        bottom: 60px;
        right: 0; }
        @media (max-width: 991px) {
          .featured-article__details {
            left: 25px;
            bottom: 25px;
            right: 25px; } }
      
      .featured-article__meta {
        max-width: 580px;
        list-style: none;
        padding: 0px 0px 20px 0px;
        margin: 0px; }
        @media (max-width: 991px) {
          .featured-article__meta {
            padding: 0px 0px 9px 0px; } }
        .featured-article__meta li {
          display: inline-block;
          color: #fff;
          font-size: 14px; }
          @media (max-width: 991px) {
            .featured-article__meta li {
              font-size: 13px; } }
          .featured-article__meta li:first-child:before {
            display: none; }
          .featured-article__meta li:before {
            content: '/';
            display: inline-block;
            vertical-align: top;
            padding: 0px 6px 0px 2px; }
          .featured-article__meta li a {
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.5px; }
      
      .featured-article__title {
        max-width: 580px;
        line-height: 46px;
        font-size: 36px;
        padding: 0px;
        margin: 0px; }
        @media (max-width: 991px) {
          .featured-article__title {
            font-size: 18px;
            line-height: 24px; } }
        .featured-article__title a {
          color: #fff; }
      
      /* Latest articles */
      .blog__latest-articles {
        padding: 100px 0px 0px 0px; }
        @media (max-width: 991px) {
          .blog__latest-articles {
            padding: 60px 0px 0px 0px; } }
        .blog__latest-articles .slick-prev {
          position: absolute;
          top: -36px;
          right: 53px;
          background: none;
          border: none;
          padding: 0px;
          margin: 0px;
          font-size: 0px;
          outline: none; }
          @media (max-width: 991px) {
            .blog__latest-articles .slick-prev {
              top: -25px; } }
          .blog__latest-articles .slick-prev:hover:before {
            color: #000; }
          .blog__latest-articles .slick-prev:before {
            content: "\ecc1";
            display: inline-block;
            font: normal normal normal 1em/1 'LineIconsPro Light';
            speak: none;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 24px;
            color: #ccc;
            transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in; }
        .blog__latest-articles .slick-next {
          position: absolute;
          top: -36px;
          right: 0px;
          background: none;
          border: none;
          padding: 0px;
          margin: 0px;
          font-size: 0px;
          outline: none; }
          @media (max-width: 991px) {
            .blog__latest-articles .slick-next {
              top: -25px; } }
          .blog__latest-articles .slick-next:hover:before {
            color: #000; }
          .blog__latest-articles .slick-next:before {
            content: "\ecc3";
            display: inline-block;
            font: normal normal normal 1em/1 'LineIconsPro Light';
            speak: none;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 24px;
            color: #ccc;
            transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in; }
        .blog__latest-articles .slick-dots {
          display: none; }
        .blog__latest-articles .slick-list {
          margin: 0px -30px; }
          @media (max-width: 1098px) {
            .blog__latest-articles .slick-list {
              margin: 0px -15px; } }
          .blog__latest-articles .slick-list .slick-slide {
            padding: 0px 30px; }
            @media (max-width: 1098px) {
              .blog__latest-articles .slick-list .slick-slide {
                padding: 0px 15px; } }
        .blog__latest-articles .our-journal__post {
          margin-top: 55px; }
          @media (max-width: 991px) {
            .blog__latest-articles .our-journal__post {
              margin-top: 45px; } }
      
      .latest-articles__title {
        padding: 0px;
        margin: 0px; }
      
      .latest-articles {
        padding-bottom: 90px; }
        @media (max-width: 991px) {
          .latest-articles {
            padding-bottom: 60px; } }
      
      /* Categories and search */
      .blog__categories-and-search {
        padding-top: 90px;
        display: flex;
        padding-bottom: 60px; }
        @media (max-width: 991px) {
          .blog__categories-and-search {
            display: block;
            padding-top: 60px;
            padding-bottom: 20px; } }
      
      .blog__categories {
        display: flex;
        list-style: none;
        padding: 0px;
        margin: 0px;
        flex-wrap: wrap; }
        .blog__categories li {
          padding-right: 35px; }
          @media (max-width: 991px) {
            .blog__categories li {
              padding: 0px 25px 10px 0px; } }
          .blog__categories li a {
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            white-space: nowrap; }
            .blog__categories li a.active {
              color: #928656; }
      
      .blog__search {
        margin-left: auto;
        width: 270px;
        position: relative;
        margin-top: -7px;
        margin-bottom: auto; }
        @media (max-width: 991px) {
          .blog__search {
            width: 100%;
            margin: 20px 0px 0px 0px; } }
      
      .blog-search__input {
        display: block;
        width: 100%;
        padding: 10px 0px 10px 30px;
        border: none;
        background: none;
        border-bottom: 1px solid #dbdbdb;
        font-size: 16px;
        color: #000;
        outline: none; }
        .blog-search__input::-webkit-input-placeholder {
          color: #999999; }
        .blog-search__input::-moz-placeholder {
          color: #999999; }
        .blog-search__input:-ms-input-placeholder {
          color: #999999; }
        .blog-search__input:-moz-placeholder {
          color: #999999; }
      
      .blog-search__button {
        display: block;
        background: none;
        border: none;
        padding: 0px;
        margin: 0px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
      
      /* Blog articles */
      .blog__articles {
        margin: 0px -24px; }
        @media (max-width: 1098px) {
          .blog__articles {
            margin: 0px -15px; } }
        .blog__articles > div {
          padding: 0px 24px; }
          @media (max-width: 1098px) {
            .blog__articles > div {
              padding: 0px 15px; } }
      
      /* Blog article */
      .blog-article {
        margin-bottom: 55px; }
        @media (max-width: 991px) {
          .blog-article {
            margin-top: 45px;
            margin-bottom: 0px; } }
      
      .blog-article__image {
        margin: 0px 0px 10px 0px; }
        .blog-article__image a {
          display: block; }
          .blog-article__image a img {
            display: block;
            width: 100%; }
      
      .blog-article__meta {
        list-style: none;
        padding: 15px 0px 0px 0px;
        margin: 0px; }
        @media (max-width: 991px) {
          .blog-article__meta {
            padding-top: 10px; } }
        .blog-article__meta li {
          display: inline-block;
          vertical-align: top;
          color: #999;
          font-size: 14px; }
          @media (max-width: 991px) {
            .blog-article__meta li {
              font-size: 11px; } }
          .blog-article__meta li:first-child:before {
            display: none; }
          .blog-article__meta li:before {
            content: '/';
            display: inline-block;
            vertical-align: top;
            padding: 0px 6px 0px 2px; }
          .blog-article__meta li a {
            color: #000;
            text-transform: uppercase;
            letter-spacing: 0.5px; }
      
      .blog-article__title {
        padding: 5px 0px 0px 0px;
        margin: 0px;
        font-size: 24px;
        color: #000;
        line-height: 1.5; }
        @media (max-width: 1098px) {
          .blog-article__title {
            font-size: 21px; } }
        @media (max-width: 991px) {
          .blog-article__title {
            font-size: 18px; } }
        .blog-article__title a {
          color: #000;
          letter-spacing: 0.5px; }
          .blog-article__title a:hover {
            color: #928656; }
      
      /* Load more */
      .blog__load-more {
        padding-top: 80px;
        text-align: center; }
        @media (max-width: 991px) {
          .blog__load-more {
            padding-top: 60px; } }
        .blog__load-more .sixth-button {
          padding: 12px 65px; }
          @media (max-width: 991px) {
            .blog__load-more .sixth-button {
              padding: 7px 30px; } }

/* ============================================ */
/* Modern Homepage Builder Styles */
/* ============================================ */

/* Modern Section Styles */
.modern-section {
  position: relative;
}

.modern-section-header {
  position: relative;
  padding-bottom: 1rem;
}

.modern-section-title {
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}

@media (min-width: 992px) {
  .modern-section-title {
    font-size: 2.5rem;
  }
}

.modern-section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #222222 0%, #767676 100%);
  border-radius: 2px;
}

.modern-section-subtitle {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .modern-section-subtitle {
    font-size: 1.125rem;
  }
}

/* Simple Category Card Styles - Minimal Design */
.simple-category-card {
  color: inherit;
  transition: opacity 0.2s ease;
}

.simple-category-card:hover {
  opacity: 0.85;
  text-decoration: none;
  color: inherit;
}

.simple-category-card__image-wrapper {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
}

.simple-category-card:hover .simple-category-card__image-wrapper {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.simple-category-card__image {
  display: block;
  border-radius: 8px;
  transition: none;
}

.simple-category-card__content {
  padding: 0.5rem 0;
}

.simple-category-card__title {
  font-size: 1rem;
  font-weight: 500;
  color: #222222;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .simple-category-card__title {
    font-size: 1.125rem;
  }
}

/* Category Grid Section Spacing */
.category-grid-section {
  padding: 4rem 0;
}

@media (min-width: 992px) {
  .category-grid-section {
    padding: 5rem 0;
  }
}

/* Enhanced Product Slider Container */
.modern-section.product-rows {
  position: relative;
  background: linear-gradient(135deg, #fefefe 0%, #f8f9fa 30%, #ffffff 100%);
  background-size: 100% 100%;
}

.modern-section.product-rows::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(34, 34, 34, 0.015) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(34, 34, 34, 0.015) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.modern-section.product-rows > .container {
  position: relative;
  z-index: 1;
}

/* Alternative background for bestseller sections */
.modern-section.product-rows.bestseller-section {
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 40%, #f5f7fa 100%);
}

.modern-section.product-rows.bestseller-section::before {
  background: 
    radial-gradient(circle at 15% 25%, rgba(80, 163, 15, 0.03) 0%, transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(34, 34, 34, 0.02) 0%, transparent 45%),
    linear-gradient(135deg, transparent 0%, rgba(249, 250, 251, 0.5) 100%);
}

/* Smooth transitions for all modern elements */
.modern-section * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .modern-section-title {
    font-size: 1.75rem;
  }
  
  .modern-section-subtitle {
    font-size: 0.95rem;
  }
  
  .simple-category-card__title {
    font-size: 0.95rem;
  }
  
  .modern-section {
    padding: 3rem 0 !important;
  }
  
  /* Ensure category grid shows 2 columns on mobile */
  .category-grid-section .row .col-6 {
    flex: 0 0 auto;
    width: 50% !important;
  }
}

/* Improved spacing for homepage sections */
.modern-section + .modern-section {
  margin-top: 0;
}

/* Modern Product Slider Navigation Buttons */
.modern-section .products-carousel__prev,
.modern-section .products-carousel__next {
  background-color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  width: 48px !important;
  height: 48px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.9;
}

.modern-section .products-carousel__prev:hover,
.modern-section .products-carousel__next:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 1;
  background-color: #222222 !important;
}

.modern-section .products-carousel__prev:hover svg,
.modern-section .products-carousel__next:hover svg {
  color: #ffffff !important;
}

.modern-section .products-carousel__prev svg,
.modern-section .products-carousel__next svg {
  transition: color 0.3s ease;
  color: #222222 !important;
}

/* Modern Product Cards */
.modern-section .product-card {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.modern-section .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.08);
}

.modern-section .product-card .pc__img {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-section .product-card:hover .pc__img {
  transform: scale(1.05);
}

/* Modern Tab Navigation */
.modern-section .nav-tabs {
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 2rem;
}

.modern-section .nav-link {
  border: none !important;
  color: #767676;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  position: relative;
  transition: all 0.3s ease;
  background: transparent;
}

.modern-section .nav-link:hover {
  color: #222222;
  background: transparent;
}

.modern-section .nav-link.active {
  color: #222222 !important;
  background: transparent !important;
}

.modern-section .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #222222 0%, #767676 100%);
  border-radius: 2px 2px 0 0;
}

.modern-section .nav-link_underscore::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  transition: all 0.3s ease;
}

.modern-section .nav-link_underscore:hover::after,
.modern-section .nav-link_underscore.active::after {
  background: linear-gradient(90deg, #222222 0%, #767676 100%);
}

/* Modern Testimonial Cards */
.modern-section .testimonial-card,
.testimonial-card-modern {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-card-modern {
  padding: 1rem;
}

.testimonial-card-inner {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.testimonial-card-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.testimonial-card-modern:hover .testimonial-card-inner {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-8px);
  border-color: rgba(102, 126, 234, 0.2);
}

.testimonial-card-modern:hover .testimonial-card-inner::before {
  opacity: 1;
}

.testimonial-quote-icon {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: #667eea;
  opacity: 0.15;
  transition: all 0.4s ease;
  z-index: 1;
}

.testimonial-card-modern:hover .testimonial-quote-icon {
  opacity: 0.25;
  transform: scale(1.1);
}

.testimonial-rating {
  display: flex;
  gap: 0.25rem;
  margin-top: 0.5rem;
  z-index: 2;
  position: relative;
}

.testimonial-rating i {
  font-size: 1rem;
  color: #ffc107;
  line-height: 1;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.75;
  color: #4a5568;
  margin-bottom: 1.75rem;
  flex-grow: 1;
  position: relative;
  z-index: 2;
  font-weight: 400;
}

.testimonial-user-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
}

.testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
  transition: all 0.3s ease;
}

.testimonial-card-modern:hover .testimonial-avatar {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.testimonial-avatar span {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.testimonial-user-detail {
  flex: 1;
}

.testimonial-user-name {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #1a202c;
  line-height: 1.3;
}

.testimonial-user-company {
  font-size: 0.875rem;
  color: #718096;
  margin-bottom: 0;
  font-weight: 400;
}

/* Testimonial Carousel Enhancements */
.testimonial-carousel {
  position: relative;
}

.testimonial-carousel.bg-transparent {
  background: transparent !important;
}

.modern-section.testimonials {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

.modern-section.testimonials::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(118, 75, 162, 0.05) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.modern-section.testimonials .container {
  position: relative;
  z-index: 1;
}

/* Reduce spacing for testimonials section */
.modern-section.testimonials.py-4 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.modern-section.testimonials.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

@media (min-width: 992px) {
  .modern-section.testimonials.py-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .modern-section.testimonials.my-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

/* Responsive Styles for Modern Testimonials */
@media (max-width: 991px) {
  .testimonial-card-inner {
    padding: 2rem 1.5rem;
  }
  
  .testimonial-quote-icon {
    top: 1rem;
    right: 1rem;
  }
  
  .testimonial-quote-icon svg {
    width: 32px;
    height: 32px;
  }
  
  .testimonial-avatar {
    width: 48px;
    height: 48px;
  }
  
  .testimonial-avatar span {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .testimonial-card-inner {
    padding: 1.75rem 1.25rem;
    border-radius: 16px;
  }
  
  .testimonial-text {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
  
  .testimonial-rating {
    margin-top: 0.25rem;
  }
  
  .testimonial-rating i {
    font-size: 0.875rem;
  }
  
  .testimonial-user-info {
    gap: 0.75rem;
    padding-top: 1.25rem;
  }
  
  .testimonial-user-name {
    font-size: 1rem;
  }
  
  .testimonial-user-company {
    font-size: 0.8125rem;
  }
}

/* Modern Testimonial Cards - Legacy Support */
.modern-section .testimonial-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modern-section .testimonial-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.modern-section .testimonial-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.modern-section .testimonial-card .user-info h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #222222;
}

.modern-section .testimonial-card .user-info p {
  font-size: 0.875rem;
  color: #767676;
  margin-bottom: 0;
}

/* Modern Blog Slider Cards */
.modern-section .blog-slider-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.modern-section .blog-slider-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.blog-slider-card__link {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-slider-card__link:hover {
  color: inherit;
  text-decoration: none;
}

.blog-slider-card__image-wrapper {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  position: relative;
  background: #f8f9fa;
}

.blog-slider-card__image {
  display: block;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  object-fit: cover;
}

.blog-slider-card:hover .blog-slider-card__image {
  transform: scale(1.05);
}

.blog-slider-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-slider-card__meta {
  font-size: 0.875rem;
  color: #767676;
}

.blog-slider-card__category {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  color: #222222;
}

.blog-slider-card__date {
  font-size: 0.875rem;
}

.blog-slider-card__title {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #222222;
  transition: color 0.2s ease;
}

@media (min-width: 992px) {
  .blog-slider-card__title {
    font-size: 1.25rem;
  }
}

.blog-slider-card:hover .blog-slider-card__title {
  color: #767676;
}

/* Banner Section Modern Styles */
.modern-section .lookbook-item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-section .lookbook-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
}

.modern-section .lookbook-item img {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-section .lookbook-item:hover img {
  transform: scale(1.1);
}

/* Smooth fade-in animation for sections */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modern-section {
  animation: fadeInUp 0.6s ease-out;
}

/* Modern Blog Page Styles */
.modern-blog-page {
  background: #ffffff;
  min-height: 60vh;
}

.modern-blog-title {
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  .modern-blog-title {
    font-size: 3rem;
  }
}

.modern-blog-subtitle {
  font-size: 1.125rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Modern Blog Filters */
.modern-blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.modern-blog-category-btn {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  background: #f8f9fa;
  color: #222222;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.modern-blog-category-btn:hover {
  background: #222222;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}

.modern-blog-category-btn.active {
  background: #222222;
  color: #ffffff;
  border-color: #222222;
}

/* Modern Blog Search */
.modern-blog-search__input {
  border: 1px solid #e0e0e0;
  border-radius: 50px 0 0 50px;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}

.modern-blog-search__input:focus {
  border-color: #222222;
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 34, 34, 0.1);
}

.modern-blog-search__button {
  border: 1px solid #e0e0e0;
  border-left: none;
  border-radius: 0 50px 50px 0;
  background: #222222;
  color: #ffffff;
  padding: 0.75rem 1.25rem;
  transition: all 0.2s ease;
}

.modern-blog-search__button:hover {
  background: #000000;
  color: #ffffff;
}

/* Modern Blog Item */
.modern-blog-item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modern-blog-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.modern-blog-item__link {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.modern-blog-item__link:hover {
  color: inherit;
  text-decoration: none;
}

.modern-blog-item__image-wrapper {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  position: relative;
  background: #f8f9fa;
}

.modern-blog-item__image {
  display: block;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  object-fit: cover;
}

.modern-blog-item:hover .modern-blog-item__image {
  transform: scale(1.05);
}

.modern-blog-item__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.modern-blog-item__meta {
  font-size: 0.875rem;
}

.modern-blog-item__category {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  color: #222222;
}

.modern-blog-item__date {
  font-size: 0.875rem;
}

.modern-blog-item__title {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #222222;
  transition: color 0.2s ease;
}

@media (min-width: 992px) {
  .modern-blog-item__title {
    font-size: 1.25rem;
  }
}

.modern-blog-item:hover .modern-blog-item__title {
  color: #767676;
}

/* Modern Pagination */
.modern-pagination .pagination {
  gap: 0.5rem;
}

.modern-pagination .page-link {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  color: #222222;
  transition: all 0.2s ease;
  min-width: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-pagination .page-link:hover {
  background: #f8f9fa;
  border-color: #222222;
  color: #222222;
}

.modern-pagination .page-item.active .page-link {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}

.modern-pagination .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f8f9fa;
}

/* Additional responsive improvements */
@media (max-width: 991px) {
  .modern-section .products-carousel__prev,
  .modern-section .products-carousel__next {
    width: 40px !important;
    height: 40px !important;
  }
  
  .modern-section .products-carousel__prev {
    left: -0.5rem !important;
  }
  
  .modern-section .products-carousel__next {
    right: -0.5rem !important;
  }
  
  .modern-blog-title {
    font-size: 2rem;
  }
  
  .modern-blog-categories {
    justify-content: center;
  }
}

/* ============================================ */
/* Modern Blog Detail Page Styles */
/* ============================================ */

.modern-blog-detail-page {
  background: #ffffff;
  min-height: 60vh;
}

/* Breadcrumb */
.modern-blog-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}

.modern-blog-breadcrumb .breadcrumb-item a {
  color: #767676;
  transition: color 0.2s ease;
}

.modern-blog-breadcrumb .breadcrumb-item a:hover {
  color: #222222;
  text-decoration: none;
}

.modern-blog-breadcrumb .breadcrumb-item.active {
  color: #222222;
}

.modern-blog-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding: 0 0.5rem;
  color: #767676;
}

/* Blog Article */
.modern-blog-article {
  background: #ffffff;
}

.modern-blog-article__image-wrapper {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #f8f9fa;
}

.modern-blog-article__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-blog-article__image-wrapper:hover .modern-blog-article__image {
  transform: scale(1.02);
}

.modern-blog-article__meta {
  font-size: 0.875rem;
}

.modern-blog-article__category {
  color: #222222;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  padding: 0.25rem 0.75rem;
  background: #f8f9fa;
  border-radius: 50px;
  transition: all 0.2s ease;
}

.modern-blog-article__category:hover {
  background: #222222;
  color: #ffffff;
}

.modern-blog-article__date {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}

.modern-blog-article__title {
  font-size: 2rem;
  line-height: 1.3;
  color: #222222;
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  .modern-blog-article__title {
    font-size: 2.75rem;
  }
}

.modern-blog-article__content {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #444444;
}

.modern-blog-article__content h1,
.modern-blog-article__content h2,
.modern-blog-article__content h3,
.modern-blog-article__content h4,
.modern-blog-article__content h5,
.modern-blog-article__content h6 {
  color: #222222;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.modern-blog-article__content h2 {
  font-size: 1.75rem;
}

.modern-blog-article__content h3 {
  font-size: 1.5rem;
}

.modern-blog-article__content p {
  margin-bottom: 1.5rem;
}

.modern-blog-article__content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 2rem 0;
}

.modern-blog-article__content ul,
.modern-blog-article__content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.modern-blog-article__content li {
  margin-bottom: 0.5rem;
}

.modern-blog-article__content a {
  color: #222222;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.modern-blog-article__content a:hover {
  color: #767676;
}

.modern-blog-article__content blockquote {
  border-left: 4px solid #222222;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #767676;
}

.modern-blog-article__footer {
  border-color: #e0e0e0 !important;
}

.modern-blog-article__footer .btn {
  padding: 0.625rem 1.5rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.modern-blog-article__footer .btn:hover {
  transform: translateX(-4px);
}

/* Blog Sidebar */
.modern-blog-sidebar {
  position: sticky;
  top: 2rem;
}

.modern-blog-sidebar__widget {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.modern-blog-sidebar__title {
  font-size: 1.125rem;
  color: #222222;
  margin-bottom: 1rem;
}

/* Sidebar Categories */
.modern-blog-sidebar__categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-blog-sidebar__category-link {
  color: #444444;
  padding: 0.5rem 0;
  transition: all 0.2s ease;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
}

.modern-blog-sidebar__category-link:hover {
  background: #f8f9fa;
  color: #222222;
  text-decoration: none;
}

.modern-blog-sidebar__category-link.active {
  background: #f8f9fa;
  color: #222222;
  font-weight: 500;
}

.modern-blog-sidebar__category-link .badge {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}

/* Sidebar Social Links */
.modern-blog-sidebar__socials {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.modern-blog-sidebar__social-link {
  width: 44px;
  height: 44px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  color: #222222;
  transition: all 0.2s ease;
  text-decoration: none;
}

.modern-blog-sidebar__social-link:hover {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Sidebar Latest Posts */
.modern-blog-sidebar__posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-blog-sidebar__post-item {
  transition: all 0.2s ease;
}

.modern-blog-sidebar__post-item:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.modern-blog-sidebar__post-item:hover {
  padding-left: 0.5rem;
}

.modern-blog-sidebar__post-image {
  border-radius: 8px;
  overflow: hidden;
}

.modern-blog-sidebar__post-content {
  color: inherit;
}

.modern-blog-sidebar__post-link {
  color: inherit;
}

.modern-blog-sidebar__post-link:hover {
  text-decoration: none;
}

.modern-blog-sidebar__post-category {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

.modern-blog-sidebar__post-title {
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #222222;
  transition: color 0.2s ease;
}

.modern-blog-sidebar__post-item:hover .modern-blog-sidebar__post-title {
  color: #767676;
}

.modern-blog-sidebar__post-date {
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}

/* Responsive */
@media (max-width: 991px) {
  .modern-blog-article__title {
    font-size: 1.75rem;
  }

  .modern-blog-sidebar {
    position: relative;
    top: 0;
  }

  .modern-blog-sidebar__widget {
    margin-bottom: 1.5rem;
  }
}

/* ============================================ */
/* Modern Contact Page Styles */
/* ============================================ */

.modern-contact-page {
  background: #ffffff;
  min-height: 60vh;
}

.modern-contact-title {
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  .modern-contact-title {
    font-size: 3rem;
  }
}

.modern-contact-subtitle {
  font-size: 1.125rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Contact Form */
.modern-contact-form-wrapper {
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.modern-contact-form-wrapper:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

.modern-contact-form-title {
  font-size: 1.75rem;
  color: #222222;
  letter-spacing: -0.01em;
}

.modern-contact-form .form-label {
  color: #222222;
  font-size: 0.9375rem;
}

.modern-contact-input {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  transition: all 0.2s ease;
  background: #ffffff;
}

.modern-contact-input:focus {
  border-color: #222222;
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 34, 34, 0.1);
  background: #ffffff;
}

.modern-contact-input::placeholder {
  color: #999999;
}

.modern-contact-input.is-invalid {
  border-color: #dc3545;
}

.modern-contact-input.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.modern-contact-form .btn {
  transition: all 0.2s ease;
  font-weight: 500;
}

.modern-contact-form .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modern-contact-form .btn:active {
  transform: translateY(0);
}

/* Contact Info */
.modern-contact-info-wrapper {
  height: 100%;
}

.modern-contact-info-card {
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.modern-contact-info-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

.modern-contact-info-title {
  font-size: 1.75rem;
  color: #222222;
  letter-spacing: -0.01em;
}

.modern-contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  transition: all 0.2s ease;
}

.modern-contact-info-item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.modern-contact-info-item:hover {
  padding-left: 0.5rem;
}

.modern-contact-info-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 12px;
  color: #222222;
  transition: all 0.2s ease;
}

.modern-contact-info-item:hover .modern-contact-info-icon {
  background: #222222;
  color: #ffffff;
  transform: scale(1.05);
}

.modern-contact-info-content {
  flex-grow: 1;
}

.modern-contact-info-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
}

.modern-contact-info-text {
  font-size: 0.9375rem;
  color: #444444;
  line-height: 1.6;
  transition: color 0.2s ease;
}

.modern-contact-info-item a.modern-contact-info-text:hover {
  color: #222222;
  text-decoration: underline !important;
}

/* Alerts */
.modern-contact-form-wrapper .alert {
  border-radius: 12px;
  border: none;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
}

.modern-contact-form-wrapper .alert-success {
  background: #d4edda;
  color: #155724;
}

.modern-contact-form-wrapper .alert-danger {
  background: #f8d7da;
  color: #721c24;
}

.modern-contact-form-wrapper .alert svg {
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .modern-contact-title {
    font-size: 2rem;
  }

  .modern-contact-form-wrapper,
  .modern-contact-info-card {
    margin-bottom: 2rem;
  }

  .modern-contact-form-title,
  .modern-contact-info-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .modern-contact-form-wrapper,
  .modern-contact-info-card {
    padding: 1.5rem !important;
  }
}

/* ============================================ */
/* Modern Banks Page Styles */
/* ============================================ */

.modern-banks-page {
  background: #ffffff;
  min-height: 60vh;
}

.modern-banks-title {
  font-size: 2.5rem;
  color: #222222;
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  .modern-banks-title {
    font-size: 3rem;
  }
}

.modern-banks-subtitle {
  font-size: 1.125rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Bank Card */
.modern-bank-card {
  border: 1px solid #e0e0e0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modern-bank-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12) !important;
  border-color: #d0d0d0;
}

.modern-bank-card__logo {
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 12px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-bank-card__logo-img {
  transition: transform 0.3s ease;
}

.modern-bank-card:hover .modern-bank-card__logo-img {
  transform: scale(1.05);
}

.modern-bank-card__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.modern-bank-card__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.modern-bank-card__label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #767676;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}

.modern-bank-card__label svg {
  flex-shrink: 0;
  color: #222222;
}

.modern-bank-card__value {
  font-size: 1rem;
  color: #222222;
  line-height: 1.5;
}

/* Account Section */
.modern-bank-card__account-section {
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease;
}

.modern-bank-card__account-section:hover {
  background: #ffffff !important;
  border-color: #222222;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.modern-bank-card__account-label {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

.modern-bank-card__account-value {
  color: #222222;
  word-break: break-all;
}

.modern-bank-card__account-value .font-monospace {
  font-size: 0.9375rem;
  line-height: 1.5;
}

.modern-bank-card__copy-btn {
  flex-shrink: 0;
  padding: 0.375rem 0.5rem;
  border-radius: 6px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
}

.modern-bank-card__copy-btn:hover {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
  transform: scale(1.05);
}

.modern-bank-card__copy-btn.btn-success {
  background: #198754;
  border-color: #198754;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
  .modern-banks-title {
    font-size: 2rem;
  }

  .modern-bank-card {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .modern-bank-card {
    padding: 1.5rem !important;
  }

  .modern-bank-card__account-value {
    font-size: 0.875rem !important;
  }

  .modern-bank-card__account-value .font-monospace {
    font-size: 0.8125rem;
  }
}

/* ============================================ */
/* Modern Cart Page Styles */
/* ============================================ */

.modern-cart-page {
  background: #f8f9fa;
  min-height: 70vh;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .modern-cart-page {
    padding-bottom: 40px;
  }
}

.modern-cart-title {
  font-size: 2rem;
  color: #222222;
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  .modern-cart-title {
    font-size: 2.5rem;
  }
}

.modern-cart-subtitle {
  font-size: 1rem;
  color: #767676;
}

/* Cart Items */
.modern-cart-items {
  border: 1px solid #e0e0e0;
}

/* Cart Table */
.modern-cart-table {
  margin-bottom: 0;
}

.modern-cart-table thead th {
  font-weight: 600;
  color: #222222;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.modern-cart-item {
  border-bottom: 1px solid #f0f0f0;
}

.modern-cart-item:last-child {
  border-bottom: none;
}

.modern-cart-item__image-wrapper {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 12px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-cart-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.modern-cart-item__image-wrapper:hover .modern-cart-item__image {
  transform: scale(1.1);
}

.modern-cart-item__title {
  font-size: 1rem;
  line-height: 1.5;
  color: #222222;
  transition: color 0.2s ease;
}

.modern-cart-item__title a:hover {
  color: #767676;
}

.modern-cart-item__variant {
  font-size: 0.875rem;
  color: #767676;
  line-height: 1.5;
}

.modern-cart-item__price {
  font-size: 1rem;
  color: #222222;
}

.modern-cart-item__total {
  font-size: 1.125rem;
}

.modern-cart-item__quantity {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modern-cart-item__qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease;
}

.modern-cart-item__qty-btn:hover {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}

.modern-cart-item__qty-input {
  border: 1px solid #e0e0e0;
  text-align: center;
  font-weight: 500;
}

.modern-cart-item__qty-input:focus {
  border-color: #222222;
  box-shadow: 0 0 0 3px rgba(34, 34, 34, 0.1);
}

.modern-cart-item__delete {
  color: #dc3545 !important;
  transition: all 0.2s ease;
}

.modern-cart-item__delete:hover {
  color: #c82333 !important;
  transform: scale(1.1);
}

/* Mobile Cart Item */
.modern-cart-item-mobile {
  border: 1px solid #e0e0e0;
}

.modern-cart-item-mobile__image-wrapper {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 12px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.modern-cart-item-mobile__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modern-cart-item-mobile__title {
  font-size: 0.9375rem;
  line-height: 1.4;
}

.modern-cart-item-mobile__variant {
  font-size: 0.8125rem;
}

.modern-cart-item-mobile__quantity {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modern-cart-item-mobile__qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease;
}

.modern-cart-item-mobile__qty-btn:hover {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}

.modern-cart-item-mobile__qty-input {
  border: 1px solid #e0e0e0;
  text-align: center;
  font-weight: 500;
}

/* Cart Summary */
.modern-cart-summary {
  border: 1px solid #e0e0e0;
}

.modern-cart-summary__title {
  font-size: 1.5rem;
  color: #222222;
  letter-spacing: -0.01em;
}

.modern-cart-summary__item {
  font-size: 0.9375rem;
  color: #444444;
}

.modern-cart-summary__total {
  font-size: 1.125rem;
}

.modern-cart-summary__checkout .btn {
  transition: all 0.2s ease;
}

.modern-cart-summary__checkout .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modern-cart-summary__payment {
  border-top: 1px solid #e0e0e0;
  padding-top: 1rem;
  margin-top: 1rem;
}

/* Empty Cart */
.modern-cart-empty {
  padding: 4rem 2rem;
}

.modern-cart-empty svg {
  opacity: 0.3;
}

/* Responsive */
@media (max-width: 991px) {
  .modern-cart-title {
    font-size: 1.75rem;
  }

  .modern-cart-summary {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .modern-cart-page {
    padding-top: 1rem;
  }

  .modern-cart-items {
    padding: 1rem !important;
  }

  .modern-cart-summary {
    padding: 1.5rem !important;
    position: relative !important;
    top: 0 !important;
  }
}

/* ============================================ */
/* Modern Footer Styles */
/* ============================================ */

/* Mobile Footer */
.modern-footer-mobile {
  background: #ffffff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.modern-footer-mobile__link {
  color: #767676;
  transition: all 0.2s ease;
  min-height: 60px;
}

.modern-footer-mobile__link:hover,
.modern-footer-mobile__link.active {
  color: #222222;
  text-decoration: none;
}

.modern-footer-mobile__link svg {
  transition: transform 0.2s ease;
}

.modern-footer-mobile__link:active svg {
  transform: scale(0.9);
}

.modern-footer-mobile__link--whatsapp {
  color: #25D366 !important;
}

.modern-footer-mobile__link--whatsapp:hover,
.modern-footer-mobile__link--whatsapp.active {
  color: #128C7E !important;
  text-decoration: none;
}

/* Desktop Footer */
.modern-footer {
  background: #f8f9fa;
  color: #444444;
  display: block;
}

.modern-footer__middle {
  padding: 3rem 0;
}

.modern-footer__logo-img {
  max-height: 50px;
  width: auto;
}

.modern-footer__store-info h4 {
  color: #222222;
}

.modern-footer__address {
  font-size: 0.875rem;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
}

.modern-footer__address svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.modern-footer__contact a {
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
}

.modern-footer__contact a:hover {
  color: #222222 !important;
}

.modern-footer__contact svg {
  flex-shrink: 0;
}

.modern-footer__socials {
  margin-top: 1rem;
}

.modern-footer__social-link {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  color: #222222;
  transition: all 0.2s ease;
  text-decoration: none;
}

.modern-footer__social-link:hover {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
  transform: translateY(-2px);
}

.modern-footer__social-link i {
  font-size: 1.125rem;
  display: inline-block;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modern-footer__menu-title {
  font-size: 1rem;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

.modern-footer__menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-footer__menu-item {
  margin-bottom: 0.5rem;
}

.modern-footer__menu-link {
  transition: all 0.2s ease;
  display: inline-block;
}

.modern-footer__menu-link:hover {
  color: #222222 !important;
  padding-left: 0.25rem;
}

.modern-footer__bottom {
  background: #ffffff;
  padding: 1.5rem 0;
}

.modern-footer__copyright {
  font-size: 0.875rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .modern-footer__middle {
    padding: 2rem 0;
  }

  .modern-footer__store-info {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .modern-footer {
    display: block !important;
    padding-bottom: 80px; /* Space for mobile bottom navigation */
  }

  .modern-footer__middle {
    padding: 1.5rem 0;
  }

  .modern-footer__logo-img {
    max-height: 40px;
  }

  .modern-footer__menu-title {
    font-size: 0.9375rem;
  }

  .modern-footer__menu-link {
    font-size: 0.8125rem;
  }

  .modern-footer__copyright {
    font-size: 0.8125rem;
    text-align: center;
  }
}

/* ============================================ */
/* Modern User Pages Styles */
/* ============================================ */

.modern-user-page {
  background: #f8f9fa;
  min-height: 70vh;
}

.modern-user-header {
  margin-bottom: 2rem;
}

.modern-user-title {
  font-size: 2rem;
  color: #222222;
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  .modern-user-title {
    font-size: 2.5rem;
  }
}

.modern-user-subtitle {
  font-size: 1rem;
  color: #767676;
}

/* User Sidebar */
.modern-user-sidebar {
  border: 1px solid #e0e0e0;
  position: sticky;
  top: 100px;
}

@media (max-width: 991px) {
  .modern-user-sidebar {
    position: relative;
    top: 0;
    margin-bottom: 2rem;
  }
}

.modern-user-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-user-menu__item {
  margin-bottom: 0.5rem;
}

.modern-user-menu__link {
  color: #444444;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.modern-user-menu__link:hover {
  background: #f8f9fa;
  color: #222222;
  border-color: #e0e0e0;
  text-decoration: none;
}

.modern-user-menu__link.active {
  background: #222222;
  color: #ffffff;
  border-color: #222222;
}

.modern-user-menu__link.active .modern-user-menu__icon {
  color: #ffffff;
}

.modern-user-menu__link.text-danger:hover {
  background: #fee;
  color: #dc3545;
  border-color: #f5c6cb;
}

.modern-user-menu__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #767676;
  transition: color 0.2s ease;
}

.modern-user-menu__link.active .modern-user-menu__icon {
  color: #ffffff;
}

.modern-user-menu__text {
  font-size: 0.9375rem;
  transition: font-weight 0.2s ease;
}

.modern-user-menu__link.active .modern-user-menu__text {
  font-weight: 600;
}

/* Address Modal Styles */
.form-check-card input[type="radio"] {
  display: none;
}

.form-check-card label {
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid #e0e0e0 !important;
  user-select: none;
}

.form-check-card input[type="radio"]:checked + label {
  border-color: #222222 !important;
  background-color: #f8f9fa;
  color: #222222;
}

.form-check-card label:hover {
  border-color: #767676 !important;
  background-color: #fafafa;
}

.form-check-card label svg {
  color: #767676;
  transition: color 0.3s ease;
}

.form-check-card input[type="radio"]:checked + label svg {
  color: #222222;
}

.modal-content {
  border-radius: 16px;
}

.modal-header {
  border-radius: 16px 16px 0 0;
}

.modal-footer {
  border-radius: 0 0 16px 16px;
}

.form-control-lg,
.form-select-lg {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease;
}

.form-control-lg:focus,
.form-select-lg:focus {
  border-color: #222222;
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.1);
}

/* Category Page Product Grid */
.products-grid .product-card-wrapper {
  margin-bottom: 0;
  border: 1px solid #dddd;
  padding: 15px;
  border-radius: 10px;
}

/* Slider Item Styling - Same as Category Page */
.swiper-slide.product-card.product-card_style9,
.products-carousel .swiper-slide.product-card,
.swiper-slide.product-card {
  border: 1px solid #dddd;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  pointer-events: auto;
}

.products-carousel .swiper-slide.product-card a,
.swiper-slide.product-card a {
  pointer-events: auto !important;
  z-index: 10;
  cursor: pointer;
}

.products-carousel .swiper-slide.product-card .pc__img-wrapper a,
.swiper-slide.product-card .pc__img-wrapper a {
  pointer-events: auto !important;
  z-index: 10;
  cursor: pointer;
}

/* Fix for product images not showing in homepage sliders */
.products-carousel .swiper-slide.product-card .pc__img-wrapper,
.swiper-slide.product-card .pc__img-wrapper {
  height: auto !important;
  padding-top: 0 !important;
  aspect-ratio: 330 / 400;
  /* Fallback for older browsers */
  min-height: 400px;
}

@supports not (aspect-ratio: 1) {
  .products-carousel .swiper-slide.product-card .pc__img-wrapper,
  .swiper-slide.product-card .pc__img-wrapper {
    padding-top: 121.21% !important; /* 400/330 * 100 */
    height: 0 !important;
  }
}

.products-carousel .swiper-slide.product-card .pc__img-wrapper .pc__img,
.swiper-slide.product-card .pc__img-wrapper .pc__img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile specific fixes for product images */
@media (max-width: 767px) {
  .products-carousel .swiper-slide.product-card .pc__img-wrapper,
  .swiper-slide.product-card .pc__img-wrapper {
    min-height: 250px !important;
    aspect-ratio: 1 / 1.2;
  }

  .products-carousel .swiper-slide.product-card .pc__img-wrapper .pc__img,
  .swiper-slide.product-card .pc__img-wrapper .pc__img {
    position: absolute !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @supports not (aspect-ratio: 1) {
    .products-carousel .swiper-slide.product-card .pc__img-wrapper,
    .swiper-slide.product-card .pc__img-wrapper {
      padding-top: 120% !important;
      height: 0 !important;
      min-height: 0 !important;
    }
  }
}

.products-carousel .swiper-slide.product-card .pc__title a,
.swiper-slide.product-card .pc__title a {
  pointer-events: auto !important;
  z-index: 10;
  cursor: pointer;
}

.products-carousel .swiper-container {
  pointer-events: auto;
}

.products-carousel .swiper-wrapper {
  pointer-events: auto;
}

.products-carousel .swiper-slide {
  pointer-events: auto;
}

.products-carousel .swiper-slide.product-card {
  pointer-events: auto;
}

.products-carousel .product-badge-wrapper {
  pointer-events: none;
}

.products-carousel .product-badge-wrapper > * {
  pointer-events: auto;
}

/* Swiper slide içindeki tüm linklerin tıklanabilir olması için */
.products-carousel .swiper-slide * {
  pointer-events: auto;
}

.products-carousel .swiper-slide.product-card * {
  pointer-events: auto;
}

.products-carousel .swiper-slide.product-card .pc__info,
.swiper-slide.product-card .pc__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.products-grid .product-card {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.products-grid .product-card .pc__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}


/* Load More Button */
.load-more-products {
  position: relative;
  transition: all 0.3s ease;
}

.load-more-products:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.load-more-products:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* User Content */
.modern-user-content {
  flex-grow: 1;
}

.modern-user-content__title {
  font-size: 1.75rem;
  color: #222222;
  letter-spacing: -0.01em;
}

.modern-user-content__subtitle {
  font-size: 0.9375rem;
  color: #767676;
}

/* Dashboard Welcome */
.modern-user-welcome {
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.modern-user-welcome:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

.modern-user-welcome__icon {
  flex-shrink: 0;
}

.modern-user-welcome__title {
  font-size: 1.5rem;
  color: #222222;
  letter-spacing: -0.01em;
}

.modern-user-welcome__subtitle {
  font-size: 0.9375rem;
  color: #767676;
}

/* Stat Cards */
.modern-user-stat-card {
  border: 1px solid #e0e0e0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-user-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12) !important;
  border-color: #d0d0d0;
}

.modern-user-stat-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.modern-user-stat-card:hover .modern-user-stat-card__icon {
  transform: scale(1.1);
}

.modern-user-stat-card__value {
  font-size: 2rem;
  color: #222222;
  line-height: 1.2;
}

.modern-user-stat-card__label {
  font-size: 0.875rem;
  color: #767676;
}

/* User Form */
.modern-user-form-wrapper {
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.modern-user-form-wrapper:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

.modern-user-form__title {
  font-size: 1.5rem;
  color: #222222;
  letter-spacing: -0.01em;
}

.modern-user-form__subtitle {
  font-size: 0.9375rem;
  color: #767676;
}

.modern-user-input {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  transition: all 0.2s ease;
  background: #ffffff;
}

.modern-user-input:focus {
  border-color: #222222;
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 34, 34, 0.1);
  background: #ffffff;
}

.modern-user-input.is-invalid {
  border-color: #dc3545;
}

.modern-user-input.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* Orders */
.modern-user-orders__table {
  margin-bottom: 0;
}

.modern-user-orders__table thead th {
  font-weight: 600;
  color: #222222;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #f8f9fa;
}

.modern-user-orders__row {
  transition: background 0.2s ease;
}

.modern-user-orders__row:hover {
  background: #f8f9fa;
}

.modern-user-orders__status {
  font-size: 0.8125rem;
  padding: 0.375rem 0.75rem;
}

/* Mobile Order Cards */
.modern-user-order-card {
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease;
}

.modern-user-order-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  border-color: #d0d0d0;
}

/* Address Cards */
.modern-user-address-card {
  border: 1px solid #e0e0e0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.modern-user-address-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12) !important;
  border-color: #d0d0d0;
}

.modern-user-address-card__name {
  font-size: 1.125rem;
  color: #222222;
  line-height: 1.4;
}

.modern-user-address-card__title {
  margin-bottom: 1rem;
}

.modern-user-address-card__info {
  flex-grow: 1;
}

.modern-user-address-card__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
}

.modern-user-address-card__item svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.modern-user-address-card__company {
  border-top: 1px solid #e0e0e0;
}

/* Empty State */
.modern-user-empty {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 4rem 2rem;
}

.modern-user-empty svg {
  opacity: 0.3;
}

/* Responsive */
@media (max-width: 991px) {
  .modern-user-title {
    font-size: 1.75rem;
  }

  .modern-user-content__title {
    font-size: 1.5rem;
  }

  .modern-user-form__title {
    font-size: 1.25rem;
  }

  .modern-user-stat-card__value {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .modern-user-page {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .modern-user-welcome,
  .modern-user-form-wrapper {
    padding: 1.5rem !important;
  }

  .modern-user-content__title,
  .modern-user-form__title {
    font-size: 1.25rem;
  }

  .modern-user-stat-card {
    margin-bottom: 1rem;
  }

  .modern-user-stat-card__value {
    font-size: 1.5rem;
  }

  .modern-user-orders-mobile {
    margin-top: 1rem;
  }

  .modern-user-order-card {
    padding: 1rem !important;
  }
}

/* ============================================ */
/* Modern Checkout Page Styles */
/* ============================================ */

.modern-checkout-page {
  background: #f8f9fa;
  min-height: 70vh;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .modern-checkout-page {
    padding-bottom: 40px;
  }
}

.modern-checkout-title {
  font-size: 2rem;
  color: #222222;
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  .modern-checkout-title {
    font-size: 2.5rem;
  }
}

.modern-checkout-subtitle {
  font-size: 1rem;
  color: #767676;
}

/* Checkout Sections */
.modern-checkout-section {
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.modern-checkout-section:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

.modern-checkout-section__title {
  font-size: 1.5rem;
  color: #222222;
  letter-spacing: -0.01em;
}

.modern-checkout-section__subtitle {
  font-size: 0.875rem;
  color: #767676;
}

/* Address Cards */
.modern-checkout-address-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.modern-checkout-address-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
}

.modern-checkout-address-card.border-primary {
  border-width: 2px !important;
  background: #f8f9ff !important;
}

.modern-checkout-address-card__name {
  font-size: 1rem;
  color: #222222;
  line-height: 1.4;
}

.modern-checkout-address-card__info {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #767676;
}

.modern-checkout-address-card__company {
  border-top: 1px solid #e0e0e0;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}

/* Checkout Input */
.modern-checkout-input {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  transition: all 0.2s ease;
  background: #ffffff;
}

.modern-checkout-input:focus {
  border-color: #222222;
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 34, 34, 0.1);
  background: #ffffff;
}

.modern-checkout-input::placeholder {
  color: #999999;
}

/* Checkout Summary */
.modern-checkout-summary {
  border: 1px solid #e0e0e0;
}

.modern-checkout-summary__title {
  font-size: 1.5rem;
  color: #222222;
  letter-spacing: -0.01em;
}

.modern-checkout-summary__items {
  border-bottom: 1px solid #e0e0e0;
}

.modern-checkout-summary__item {
  font-size: 0.9375rem;
  color: #444444;
}

.modern-checkout-summary__total {
  font-size: 1.125rem;
}

.modern-checkout-summary__submit .btn {
  transition: all 0.2s ease;
  font-weight: 500;
}

.modern-checkout-summary__submit .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modern-checkout-summary__contracts {
  border-bottom: 1px solid #e0e0e0;
}

.modern-checkout-summary__contracts .form-check {
  font-size: 0.875rem;
  line-height: 1.5;
}

.modern-checkout-summary__contracts .form-check-label a {
  color: #222222;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.modern-checkout-summary__contracts .form-check-label a:hover {
  color: #767676;
}

.modern-checkout-summary__payment {
  border-top: 1px solid #e0e0e0;
  padding-top: 1rem;
  margin-top: 1rem;
}

/* Form Check Styling */
.modern-checkout-section .form-check {
  padding-left: 0;
}

.modern-checkout-section .form-check-input {
  margin-right: 0.75rem;
  margin-top: 0.25rem;
  cursor: pointer;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #e0e0e0;
  transition: all 0.2s ease;
}

.modern-checkout-section .form-check-input:checked {
  background-color: #222222;
  border-color: #222222;
}

.modern-checkout-section .form-check-input:focus {
  border-color: #222222;
  box-shadow: 0 0 0 3px rgba(34, 34, 34, 0.1);
}

.modern-checkout-section .form-check-label {
  font-size: 0.9375rem;
  color: #444444;
  cursor: pointer;
  line-height: 1.5;
}

/* Radio Button Styling for Address Cards */
.modern-checkout-address-card .form-check-input {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #767676;
  transition: all 0.2s ease;
}

.modern-checkout-address-card .form-check-input:checked {
  background-color: #222222;
  border-color: #222222;
}

.modern-checkout-address-card.border-primary .form-check-input:checked {
  background-color: #222222;
  border-color: #222222;
}

/* Responsive */
@media (max-width: 991px) {
  .modern-checkout-title {
    font-size: 1.75rem;
  }

  .modern-checkout-section__title {
    font-size: 1.25rem;
  }

  .modern-checkout-summary {
    margin-bottom: 2rem;
    position: relative !important;
    top: 0 !important;
  }
}

@media (max-width: 767px) {
  .modern-checkout-page {
    padding-top: 1rem;
  }

  .modern-checkout-section {
    padding: 1.5rem !important;
  }

  .modern-checkout-summary {
    padding: 1.5rem !important;
  }

  .modern-checkout-section__title {
    font-size: 1.125rem;
  }

  .modern-checkout-summary__title {
    font-size: 1.25rem;
  }

  .modern-checkout-address-card {
    padding: 1rem !important;
  }
}

              
/* Modern Sale Badge Styles */
.product-sale-badge-wrapper {
  z-index: 10;
  padding: 0;
  margin: 0;
}

.product-sale-badge {
  display: inline-block;
  padding: 8px 16px;
  background: linear-gradient(135deg, #50a30f 0%, #3d8008 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0 0 0 16px;
  box-shadow: 0 4px 12px rgba(80, 163, 15, 0.3), 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.product-sale-badge::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 576px) {
  .product-sale-badge {
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 0 0 0 12px;
  }
}

/* Modern Discount Banner Styles - Compact Design */
.modern-discount-banner {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 2px 6px rgba(102, 126, 234, 0.15);
  position: relative;
  transition: all 0.2s ease;
}

.modern-discount-banner:hover {
  box-shadow: 0 3px 12px rgba(102, 126, 234, 0.3);
}

.modern-discount-banner--cart {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.15);
  border: 1px solid rgba(76, 175, 80, 0.2);
}

.modern-discount-banner--cart:hover {
  box-shadow: 0 3px 12px rgba(76, 175, 80, 0.25);
  background: linear-gradient(135deg, #f1f8e9 0%, #dcedc8 100%);
}

.modern-discount-banner__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  background: rgba(76, 175, 80, 0.1);
  backdrop-filter: blur(10px);
  flex-shrink: 0;
}

.modern-discount-banner__icon {
  width: 16px;
  height: 16px;
  color: #2e7d32;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.modern-discount-banner__content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  gap: 10px;
  flex-wrap: nowrap;
}

.modern-discount-banner__top {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  flex: 1;
  min-width: 0;
}

.modern-discount-banner__badge {
  display: inline-block;
  padding: 2px 6px;
  background: rgba(76, 175, 80, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  font-size: 9px;
  font-weight: 700;
  color: #2e7d32;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.modern-discount-banner__discount {
  font-size: 12px;
  font-weight: 700;
  color: #1b5e20;
  white-space: nowrap;
}

.modern-discount-banner__bottom {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: nowrap;
  flex-shrink: 0;
}

.modern-discount-banner__original-price {
  font-size: 11px;
  font-weight: 500;
  color: #66bb6a;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: #81c784;
  white-space: nowrap;
}

.modern-discount-banner__final-price {
  font-size: 13px;
  font-weight: 800;
  color: #1b5e20;
  white-space: nowrap;
}


/* Responsive adjustments */
@media (max-width: 576px) {
  .modern-discount-banner {
    border-radius: 6px;
    margin-top: 0.4rem;
  }
  
  .modern-discount-banner__icon-wrapper {
    padding: 6px 8px;
  }
  
  .modern-discount-banner__icon {
    width: 14px;
    height: 14px;
  }
  
  .modern-discount-banner__content {
    padding: 6px 10px;
    gap: 8px;
    flex-wrap: wrap;
  }
  
  .modern-discount-banner__top {
    gap: 6px;
    flex: 1;
    min-width: 0;
  }
  
  .modern-discount-banner__badge {
    font-size: 8px;
    padding: 2px 5px;
  }
  
  .modern-discount-banner__discount {
    font-size: 11px;
  }
  
  .modern-discount-banner__bottom {
    gap: 4px;
  }
  
  .modern-discount-banner__original-price {
    font-size: 10px;
  }
  
  .modern-discount-banner__final-price {
    font-size: 11px;
  }
}

/* WhatsApp Order Button Styles */
.btn-whatsapp-order {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff;
  border: none;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-whatsapp-order:hover {
  background: linear-gradient(135deg, #20ba5a 0%, #0e7a6e 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
  text-decoration: none;
}

.btn-whatsapp-order:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-order svg {
  flex-shrink: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.btn-whatsapp-order span {
  white-space: nowrap;
}

@media (max-width: 576px) {
  .btn-whatsapp-order {
    padding: 10px 16px;
    font-size: 14px;
    gap: 8px;
  }
  
  .btn-whatsapp-order svg {
    width: 18px;
    height: 18px;
  }
}

/* Modern Breadcrumb Styles */
.modern-breadcrumb {
  font-size: 0.875rem;
}

.modern-breadcrumb__list {
  gap: 0.25rem;
}

.modern-breadcrumb__item {
  display: flex;
  align-items: center;
}

.modern-breadcrumb__link {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 500;
}

.modern-breadcrumb__link:hover {
  color: #222222;
  text-decoration: none;
}

.modern-breadcrumb__separator {
  color: #d1d5db;
  margin: 0 0.5rem;
  font-weight: 400;
}

@media (max-width: 991px) {
  .modern-breadcrumb {
    font-size: 0.8125rem;
  }
  
  .modern-breadcrumb__separator {
    margin: 0 0.375rem;
  }
}

/* Modern Minimal Nav Tabs - Collections Tab */
#collections-tab {
  border: none;
  border-bottom: none;
  gap: 0;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}

#collections-tab .nav-item {
  margin: 0;
  border: none;
}

#collections-tab .nav-link_underscore {
  padding: 0.5rem 1rem;
  color: #9ca3af;
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  border: none;
  border-bottom: none;
  background: transparent;
  transition: color 0.2s ease;
  position: relative;
  margin: 0;
}

#collections-tab .nav-link_underscore::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #222222;
  transition: width 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

#collections-tab .nav-link_underscore:hover {
  color: #4b5563;
  background: transparent;
  border: none;
  border-bottom: none;
}

#collections-tab .nav-link_underscore:hover::after {
  width: 60%;
  opacity: 1;
}

#collections-tab .nav-link_underscore.active,
#collections-tab .nav-link_underscore.active:hover {
  color: #222222;
  font-weight: 500;
  background: transparent;
  border: none;
  border-bottom: none;
}

#collections-tab .nav-link_underscore.active::after {
  width: 80%;
  opacity: 1;
}

@media (max-width: 991px) {
  #collections-tab {
    margin-bottom: 1.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  #collections-tab::-webkit-scrollbar {
    display: none;
  }
  
  #collections-tab .nav-link_underscore {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    white-space: nowrap;
  }
  
  #collections-tab .nav-link_underscore::after {
    height: 1px;
  }
}
