@charset "UTF-8";

:root,
:root[theme='light'] {
  --bg-color: #ffffff;

  /* Theme */
  --primary-color: #00414B;
  --primary-dark: #cc5200;
  --primary-light: #ff944d;

  /* Text Colors */
  --primary-text: #000000;
  --secondary-text: #868e8e;

  /* General Colors */
  --white: #ffffff;
  --black: #000000;
  --light: #f0f0f0;
  --gray: #d2d6de;
  --dark: #222222;
  --red: #dd4b39;
  --yellow: #fed700;
  --aqua: #008575;
  --green: #00a65a;
  --lime: #01ff70;
  --maroon: #d81b60;
  --pink: #e75b8d;

  /* Blue and Rose theme */
  --blue: #663ee6;
  --rose: #fb5185;

  /* Fonts */
  --primary-font: "Inter", "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --secondary-font: "Poppins", "Inter", sans-serif;

  --font-size: 14px;
  --font-size-xs: 10px;
  --font-size-sm: 12px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --font-size-xxl: 21px;

  /* Theme Styling */
  --box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  --border-radius: 0;
  --border-radius-3: 3px;
  --transition: all 500ms ease;
}

/* Dark theme */
:root[theme='dark'] {
  --bg-color: #0B0C10;
  --primary-color: #45A29E;
  --dark: #1F2833;
  --light: #222222;
  --white: #1F2833;
  --primary-text: #66FCF1;
  --secondary-text: #C5C6C7;
}

/* Blue and Rose theme */
:root[theme='blue'] {
  --primary-color: #663ee6;
  --dark: #fb5185;
  --secondary-text: #7496e7;
}

::-moz-selection {
  background: #05cbfc;
  color: var(--white);
  text-shadow: none;
}

::selection {
  background: #05cbfc;
  text-shadow: none;
  color: var(--white);
}

*,
::after,
::before {
  box-sizing: border-box;
}

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid var(--secondary-text);
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

html,
body {
  margin: 0px;
  padding: 0px;
  color: var(--primary-text);
  font-size: var(--font-size);
  background-color: var(--bg-color);
  overflow-x: hidden;
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a:hover,
a,
a span {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}

a.btn.btn-default,
a.btn.btn-default span {
  color: var(--primary-text);
}

a:hover,
a:hover span,
a:hover .svg-icon {
  color: var(--primary-color);
  fill: var(--primary-color);
}

a:focus {
  color: var(--primary-color);
  box-shadow: none;
  text-decoration: none;
  outline: 0;
}

a i {
  margin-bottom: 2px;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}

textarea {
  resize: vertical;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

button:focus,
input:focus,
img:focus,
textarea:focus,
input:focus,
.slick-slide:focus {
  outline: none;
}

iframe {
  display: block;
  border: none;
  height: 100vh;
  width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--gray);
  margin: 1em 0;
  padding: 0;
  width: 100%;
}

hr.double {
  border-top: 3px double var(--gray);
}

hr.dotted {
  border-top: 1px dotted var(--gray);
}

hr.dashes {
  border-top: 1px dashed var(--gray);
}

.svg-icon {
  transition: var(--transition);
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-primary:hover {
  color: var(--primary-text) !important;
}

/* borders */
.border {
  border: 1px solid var(--light) !important;
}

.border-x,
.border-t {
  border-top: 1px solid var(--light) !important;
}

.border-y,
.border-r {
  border-inline-end: 1px solid var(--light) !important;
}

.border-x,
.border-b {
  border-bottom: 1px solid var(--light) !important;
}

.border-y,
.border-l {
  border-inline-start: 1px solid var(--light) !important;
}

.shadow {
  box-shadow: var(--box-shadow);
}

.radius {
  border-radius: var(--border-radius) !important;
}

.radius-top {
  border-radius: var(--border-radius) var(--border-radius) 0 0 !important;
}

.radius-bottom {
  border-radius: 0 0 var(--border-radius) var(--border-radius) !important;
}

.w-100 {
  width: 100% !important;
}

.hidden {
  display: none !important;
}

img.lazy {
  border-radius: var(--border-radius);
}

.table-bordered,
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid var(--light);
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border-color: var(--light) !important;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 1px !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: var(--light) !important;
}

.fa.no-fill,
.fas.no-fill {
  font-weight: 100 !important;
  margin-inline-end: 3px;
}

body.rtl {
  direction: rtl;
}

section {
  margin: 0 0 35px 0;
}

@media screen and (max-width: 991px) {
  section {
    margin: 0 0 30px 0;
  }
}

.clearfix:before,
.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

.overlay.active {
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 3;
}

.busy {
  cursor: wait;
}

#loading {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0.85;
  background-color: var(--white);
  cursor: wait;
  text-align: center;
  z-index: 99;
}

#loading-image {
  position: absolute;
  top: 45%;
  z-index: 100;
}

.bg-gray {
  background-color: var(--gray) !important;
}

.bg-light {
  background-color: var(--light) !important;
}

.bg-red {
  background-color: var(--red) !important;
}

.bg-yellow {
  background-color: var(--yellow) !important;
}

.bg-aqua {
  background-color: var(--aqua) !important;
}

.bg-green {
  background-color: var(--green) !important;
}

.bg-lime {
  background-color: var(--lime) !important;
}

.bg-maroon {
  background-color: var(--maroon) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.svg-icon {
  color: var(--primary-text);
  fill: var(--primary-text);
}

.btn:focus,
.btn:active {
  outline: 0 !important;
}

.btn-primary {
  color: var(--white) !important;
  background-color: var(--primary-color) !important;
  border: none;
  outline: none;
}

.btn-primary:hover {
  background-color: var(--primary-dark) !important;
  fill: var(--white);
}

/* Ürün detay Sepete Ekle - hover efekti yok */
.pd-order-card button.pd-btn-primary.add-to-cart-btn,
.pd-order-card button.pd-btn-primary.add-to-cart-btn:hover,
.pd-order-card button.pd-btn-primary.add-to-cart-btn:focus,
.pd-order-card button.pd-btn-primary.add-to-cart-btn:active {
  background-color: #0B6776 !important;
  background: #0B6776 !important;
}

.btn-primary:hover .svg-icon,
.btn-default:hover .svg-icon {
  fill: var(--white);
}

.btn-primary span {
  color: var(--white) !important;
}

.btn-black {
  color: var(--light);
  background: var(--dark);
  border: 1px solid transparent;
}

.btn-black:hover {
  background-color: var(--primary-color);
  color: var(--light);
}

.btn-primary.focus,
.btn-primary:focus,
.btn-black.focus,
.btn-black:focus {
  color: var(--white) !important;
  border-color: transparent;
}

.btn-black.focus,
.btn-black:focus {
  background-color: var(--primary-text) !important;
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: var(--red) !important;
}

.text-success {
  color: var(--primary-color) !important;
}

.text-muted {
  color: var(--secondary-text) !important;
}

/*
 * Content area starts here
 */
div[data-notify="container"] {
  border-radius: 0 !important;
}

.container-fluid {
  width: 98%;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 95%;
  }
}

#content-wrapper {
  min-height: 380px;
}

.page-header {
  margin: 10px 0;
  border: none;
  padding-bottom: 0;
}

.page-header h3,
.page-header h2,
.page-header h1 {
  text-align: center;
  color: var(--dark);
}

#buy-now-btn {
  border-radius: var(--border-radius);
}

.add-to-card-now-btn {
  color: var(--white) !important;
  background-image: linear-gradient(213deg, #ff7b48 7%, #f73c22 92%);
  border-style: solid;
  border-color: transparent;
  border-radius: var(--border-radius);
  background-color: var(--primary-color);
}

.add-to-card-now-btn:hover {
  color: var(--white);
  background-image: linear-gradient(239deg, #ffac2d 7%, #ff8219);
}

.btn-link {
  text-decoration: none !important;
}

.btn-link:hover,
.btn-link:focus {
  color: var(--primary-color);
  letter-spacing: 0.5px;
}

.select-box-wrapper .selectboxit-container,
.select-box-wrapper .selectboxit-container .selectboxit,
.select-box-wrapper .selectboxit-container .selectboxit-options {
  width: 100% !important;
}

.select-box-wrapper .selectboxit-container {
  margin-inline-start: unset;
}

.selectboxit-container .selectboxit {
  background: var(--light);
  border-radius: var(--border-radius);
}

@media (min-width: 992px) {
  .nopadding {
    padding: 0 !important;
    margin: 0 !important;
  }

  .sm-padding {
    padding-inline-end: 2px !important;
    padding-inline-start: 2px !important;
  }
}

@media (max-width: 830px) {
  .page-header {
    margin: 5px 0;
  }
}

.noborder {
  border: none !important;
}

.center-block {
  display: block;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.vertical-center {
  vertical-align: middle !important;
}

/* Confirmation box hackes */
.jconfirm.jconfirm-light .jconfirm-box,
.jconfirm.jconfirm-white .jconfirm-box {
  border-radius: 0;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button {
  font-weight: 400;
  letter-spacing: 1px;
}

.breadcrumb.nav-breadcrumb li {
  font-size: 14px;
}

/**** breadcrumb ****/
.nav-breadcrumb {
  margin: 0;
  padding: 0;
  background: unset;
  font-size: 0.75em;
  border-radius: 0px;
}

.nav-breadcrumb>li>a {
  color: var(--secondary-text);
}

.nav-breadcrumb>li>a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.breadcrumb>li+li:before {
  padding: 0 2px;
  content: "/\00a0";
  /*content: "â€º\00a0";*/
  zoom: 1.25;
}

/* essential classes */
.flex-between-center {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.flex-center-y {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.flex-center {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.wrapper::before {
  position: fixed;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  pointer-events: none;
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease .1s;
}

/* Navigations */
header.header {
  background-color: var(--white);
  /* z-index: 4; */
}

.top-nav {
  border-bottom: 1px solid var(--light);
  background: var(--primary-color);
  font-family: var(--primary-font);
}

.top-nav a {
  font-weight: 500;
  font-style: Bold;
  font-size: 17px;
  leading-trim: NONE;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .top-nav {
    display: none;
  }
}

.top-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.top-nav-left h3 {
  font-weight: 500;
  font-size: var(--font-size-sm);
  color: var(--primary-color);
  letter-spacing: 0.5px;
  font-family: var(--secondary-font);
}

@media screen and (max-width: 1199px) {
  .top-nav-left h3 {
    display: none;
  }
}

.top-nav-right>ul {
  display: flex;
  align-items: center;
}

.top-nav-right>ul a {
  color: var(--secondary-text);
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-size: 13px;
}

.top-nav-right>ul a:hover {
  color: var(--primary-color);
}

.top-nav-right>ul>li {
  padding: 0px 15px;
}

.top-nav-right>ul>li:not(:first-child) {
  border-inline-start: 1px solid var(--light);
}

.top-nav-right .image-icon a {
  display: flex;
  align-items: center;
}

.top-nav-right .image-icon a span {
  color: var(--secondary-text);
}

.top-nav-right .image-icon img,
.top-nav-right .image-icon i {
  display: block;
  width: 20px;
}

.top-nav-right .currency select {
  font-weight: normal;
  font-size: var(--font-size-sm);
  color: var(--secondary-text);
  border: none;
  outline: none;
  cursor: pointer;
}

.top-nav-right .currency select:focus {
  border: none;
  outline: none;
}

.top-nav-right .language a {
  display: flex;
  align-items: center;
}

.top-nav-right .language a i {
  margin-inline-start: 10px;
  font-size: 10px;
}

.top-nav-right .language-icon {
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50% 50% 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-nav-right .language-icon img {
  width: 25px;
  height: 25px;
  border-radius: 50px;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs>li {
  float: left;
  /* margin: 0 -2px; */
}

.nav-tabs>li>a {
  position: relative;
  top: 7px;
  font-size: var(--font-size);
  letter-spacing: 0.3px;
  color: var(--secondary-text);
  padding: 10px 25px;
  border: 1px solid var(--gray);
  /* border-bottom: none; */
  border-radius: var(--border-radius);
  /* font-weight: 400; */
  /* text-transform: uppercase; */
}

.nav-tabs>li.active>a {
  padding: 10px 25px;
  top: 1px;
  color: var(--primary-color);
  text-decoration: underline;
  /*z-index: 999;*/
}

.nav-tabs.nav-justified>li>a {
  border: 1px solid var(--light);
  border-radius: 6px 6px 0 0;
  font-size: var(--font-size-lg);
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid var(--light);
  border-bottom: 1px solid transparent;
  text-decoration: underline;
}

.nav-tabs-custom>.nav {
  border-radius: 50rem;
}

.nav-tabs-custom>.nav>li>a {
  border-top: none;
  border-inline-start-color: #f4f4f4;
  /* border-inline-end-color: #f4f4f4; */
  background: #f8f9fa;
  color: #444;
  border-radius: 50rem;
  /* border: none; */
}

.nav-tabs-custom>.nav>li.active>a {
  background: var(--primary-color);
  color: var(--white);
  text-decoration: none;
}

.tab-content {
  padding: 25px 20px;
  background: var(--white);
  /* color: var(--dark); */
  line-height: 1.5em;
  border: 1px solid var(--light);
  border-top: none;
  border-radius: var(--border-radius);
}

.box {
  position: relative;
  margin: 1px 5px;
  padding: 0 5px 5px 5px;
  /* border: 1px solid transparent; */
  outline: transparent solid 1px;
  border-radius: var(--border-radius);
  transition: var(--transition);
}

@media screen and (max-width: 991px) {
  .box {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .box {
    margin: 0px;
    padding: 0 7px;
  }
}

.box:hover {
  /* border: 1px solid var(--primary-color); */
  outline: var(--primary-color) solid 1px;
  box-shadow: var(--box-shadow);
}

.box:hover .box-action {
  bottom: 0px;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .box:hover .box-action {
    bottom: 10px;
    border-radius: var(--border-radius-3);
  }
}

.box-img {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 5px 0 0 0;
}

.box-img img {
  height: 200px;
  object-fit: contain;
}

.product-top-badge {
  position: absolute;
  top: 6px;
  left: 0;
  max-width: none;
  height: 24px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border-radius: 0;
  z-index: 60;
  background: var(--badge-bg, #1f4d32);
  box-shadow: none;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-top-badge::before {
  content: none;
}

.product-top-badge::after {
  content: none;
}

.product-top-badge--bestseller {
  background: url("../img/Rectangle 45852.png") no-repeat center;
  background-size: 100% 100%;
  width: 72%;
  min-width: 132px;
  max-width: 260px;
  padding: 0 12px 0 10px;
  overflow: visible;
}

.product-top-badge--bestseller::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 10px;
  height: 5px;
  background: url("../img/Rectangle 45853.png") no-repeat left top;
  background-size: 100% 100%;
  z-index: 4;
}

.product-top-badge--bestseller::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  width: 10px;
  height: 10px;
  background: url("../img/Polygon 3.png") no-repeat left top;
  background-size: 100% 100%;
  z-index: 3;
}

.product-top-badge--discount {
  top: -12px;
  background: url("../img/Rectangle 45828.png") no-repeat center;
  background-size: 100% 100%;
  width: 72%;
  min-width: 145px;
  max-width: 280px;
  padding: 0 12px 0 10px;
  overflow: visible;
}

.product-top-badge--discount::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 10px;
  height: 5px;
  background: url("../img/Rectangle 45829.png") no-repeat left top;
  background-size: 100% 100%;
  z-index: 4;
}

.product-top-badge--discount::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  width: 10px;
  height: 10px;
  background: url("../img/Polygon 1@2x.png") no-repeat left top;
  background-size: 100% 100%;
  z-index: 3;
}

.box-img.has-discount-badge .wishlist-float-btn,
.box-img.has-bestseller-badge .wishlist-float-btn,
.product-img-wrap.has-discount-badge .wishlist-float-btn,
.product-img-wrap.has-bestseller-badge .wishlist-float-btn {
  top: 10px !important;
}

.items-slider .box-img.has-discount-badge,
.items-slider .box-img.has-bestseller-badge,
.product-img-wrap.has-discount-badge,
.product-img-wrap.has-bestseller-badge {
  overflow: visible !important;
}

.product-list-wrapper .product.product-list-view .product-img-wrap.has-discount-badge .wishlist-float-btn,
.product-list-wrapper .product.product-list-view .product-img-wrap.has-bestseller-badge .wishlist-float-btn {
  top: 10px !important;
}

.discount-pill-bottom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 25px;
  padding: 0 6px;
  margin-left: 6px !important;
  background: #E00000 !important;
  color: #fff !important;
  border-radius: 4px !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.box-price--discounted {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
}

.box-price--discounted .price-stack {
  display: flex;
  align-items: baseline;
  gap: 2px;
  flex-wrap: nowrap;
  min-width: 0;
}

.box-price--discounted .box-price-new,
.box-price--discounted .box-price-old,
.box-price--discounted .feature-items-price-new,
.box-price--discounted .feature-items-price-old {
  margin: 0;
  white-space: nowrap;
}

.box-price--discounted .box-price-new,
.box-price--discounted .feature-items-price-new {
  color: #000 !important;
  padding-inline-end: 0 !important;
}

.box-price--discounted .box-price-old,
.box-price--discounted .feature-items-price-old {
  color: #6f6f6f;
  margin-right: 4px !important;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.box-price--discounted .discount-pill-bottom {
  margin-left: auto !important;
  margin-right: 0 !important;
  flex-shrink: 0;
}

.items-slider .box-price:has(.box-price-old),
.items-slider .box-action-price:has(.box-price-old) {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100% !important;
}

.items-slider .box-price:has(.box-price-old) .price-stack,
.items-slider .box-action-price:has(.box-price-old) .price-stack {
  display: flex !important;
  align-items: baseline;
  gap: 2px;
  flex-wrap: nowrap;
  min-width: 0;
}

.items-slider .box-price:has(.box-price-old) .feature-items-price-new,
.items-slider .box-action-price:has(.box-price-old) .feature-items-price-new,
.items-slider .box-price:has(.box-price-old) .box-price-new,
.items-slider .box-action-price:has(.box-price-old) .box-price-new {
  color: #000 !important;
  padding-inline-end: 0 !important;
  margin: 0;
  white-space: nowrap;
}

.items-slider .box-price:has(.box-price-old) .feature-items-price-old,
.items-slider .box-action-price:has(.box-price-old) .feature-items-price-old,
.items-slider .box-price:has(.box-price-old) .box-price-old,
.items-slider .box-action-price:has(.box-price-old) .box-price-old {
  color: #6f6f6f !important;
  margin: 0 4px 0 0 !important;
  white-space: nowrap;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.items-slider .box-price:has(.box-price-old) .discount-pill-bottom,
.items-slider .box-action-price:has(.box-price-old) .discount-pill-bottom {
  margin-left: auto !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 576px) {
  .discount-pill-bottom {
    width: 50px;
    min-width: 50px;
    height: 25px;
    padding: 0 6px;
    font-size: 12px;
  }

  .box-price--discounted {
    gap: 8px;
  }

  .box-price--discounted .price-stack {
    gap: 2px;
  }
}

.box .btn-primary {
  border-radius: var(--border-radius);
  transition: var(--transition);
}

@media screen and (max-width: 991px) {
  .box .btn-primary {
    font-size: var(--font-size-sm);
  }
}

.box-ratting ul {
  display: flex;
  align-items: center;
}

.box-ratting ul a {
  padding-inline-end: 5px;
  font-size: var(--font-size-sm);
  color: var(--primary-light);
}

.box-title {
  /* padding: 5px 0; */
  line-height: 20px;
  height: auto;
  overflow: visible;
}

.box-title a {
  color: inherit;
  /* font-size: var(--font-size-lg);
  line-height: 20px; */
}
.box-price {
  display: flex;
  margin-top: 5px;
}

.box-price-new {
  color: var(--primary-color);
  font-size: var(--font-size-xl);
  /* line-height: 27px; */
  font-weight: 500;
  padding-inline-end: 7px;
}

@media screen and (max-width: 991px) {
  .box-price-new {
    font-size: var(--font-size-lg);
    /* line-height: 24px; */
  }
}

.box-price-old {
  color: var(--secondary-text);
  font-size: var(--font-size);
  text-decoration: line-through;
  /* line-height: 24px; */
}

/* Keep old-price strikethrough visible after TL typography wraps text in spans. */
.box-price-old .tl-currency-inline,
.box-price-old .tl-currency-amount,
.box-price-old .tl-currency-suffix,
.feature-items-price-old .tl-currency-inline,
.feature-items-price-old .tl-currency-amount,
.feature-items-price-old .tl-currency-suffix,
.list-old-price .tl-currency-inline,
.list-old-price .tl-currency-amount,
.list-old-price .tl-currency-suffix,
.old-price .tl-currency-inline,
.old-price .tl-currency-amount,
.old-price .tl-currency-suffix {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

@media screen and (max-width: 991px) {
  .box-price-old {
    font-size: var(--font-size);
    /* line-height: 22px; */
  }
}

.box-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -58px;
  padding: 12px;
  background-color: var(--white);
  width: 100%;
  transition: 400ms all ease;
  visibility: hidden;
  border-radius: var(--border-radius);
}

@media screen and (max-width: 991px) {
  .box-action {
    justify-content: flex-start;
  }
}

.box-action a {
  padding: 8px 10px;
  background-color: var(--light);
  color: var(--primary-text);
  font-size: 13px;
  line-height: 28px;
  border-radius: var(--border-radius);
  transition: var(--transition);
}

@media screen and (max-width: 991px) {
  .box-action a {
    font-size: var(--font-size-sm);
    margin-inline-end: 10px;
  }
}

.box-action a:hover {
  background-color: var(--primary-dark);
  /* color: var(--yellow); */
}

.box-action i {
  font-size: var(--font-size);
}

.box-action .box-action-price {
  display: flex;
  visibility: hidden;
}

.box:hover .box-action-price {
  visibility: visible;
}

/* Banner */
.banner {
  width: 100%;
}

.banner-box {
  position: relative;
}

.banner-box img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.banner-content-img {
  min-height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.banner-content-left,
.banner-content-right {
  position: absolute;
  top: 25%;
  width: 50%;
}

.banner-content-left {
  left: 0;
}

.banner-content-right {
  right: 0;
  margin-inline-end: 0;
  margin-inline-start: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.banner-texts {
  padding-bottom: 10px;
}

.banner-content-text {
  margin-bottom: 10px;
}

.banner-content-text p {
  font-size: var(--font-size-xl);
  line-height: 20px;
  color: var(--secondary-text);
  font-weight: 300;
  text-align: center;
}

.banner-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 25px;
  color: var(--primary-text);
}

.banner-overlay-title h3 {
  font-size: 27px;
  line-height: 32px;
  font-weight: 600;
  /* text-shadow: 0.1px 0.1px 0.9px rgba(0, 0, 0, 0.2); */
}

.banner-overlay-text {
  font-weight: 400;
}

.banner-overlay-text h3 {
  font-size: 36px;
}

.banner-overlay-text p {
  font-size: var(--font-size-lg);
}

.banner-overlay p {
  color: var(--light);
}

.banner-overlay-price-text {
  position: absolute;
  bottom: 20px;
  font-weight: 600;
  font-size: var(--font-size-lg);
}

.banner-overlay-price-text h3 {
  font-size: var(--font-size-xl);
}

.banner-content-text p span {
  color: var(--dark);
}

.banner-content-sub-title {
  margin-bottom: 10px;
}

.banner-content-sub-title h3 {
  font-size: var(--font-size-xxl);
  line-height: 24px;
  color: var(--primary-text);
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.banner-content-title {
  margin-bottom: 10px;
}

.banner-content-sub-title h3 span {
  color: var(--yellow);
}

.banner-content-title h1 {
  font-size: 40px;
  line-height: 50px;
  color: var(--primary-text);
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

.banner-content-title h1 span {
  color: var(--yellow);
}

.banner-content-btn {
  text-align: center;
  margin: 15px 0;
}

.banner-content-btn a {
  padding: 14px 28px;
  background-color: var(--yellow);
  color: var(--dark);
  font-size: var(--font-size);
  font-weight: 600;
  text-transform: uppercase;
  border-radius: var(--border-radius-3);
  display: inline-block;
  transition: var(--transition);
  letter-spacing: 2px;
}

.banner-content-btn a:hover {
  background-color: var(--primary-dark);
  color: var(--light);
}

@media screen and (max-width: 991px) {
  .banner-overlay-text {
    font-size: var(--font-size-xl);
  }

  .banner-texts {
    padding-bottom: 0px;
  }

  .banner-overlay-title h3 {
    font-size: var(--font-size-xxl);
    line-height: 24px;
  }

  .banner-overlay-price-text {
    bottom: 35px;
  }

  .banner-overlay-price-text h3 {
    font-weight: 600;
    font-size: var(--font-size-lg);
    color: var(--primary-color);
  }

  .banner-overlay-price-text p {
    font-size: var(--font-size);
  }

  .banner-content-left,
  .banner-content-right {
    width: 100%;
  }

  .banner-content-img {
    min-height: 45vh;
    background-size: cover;
  }

  .banner-content-text {
    display: none !important;
  }

  .banner-content-text p {
    margin-bottom: 0px;
  }

  .banner-content-sub-title h3 {
    padding: 3px 0;
    font-size: var(--font-size-lg);
    line-height: 18px;
  }

  .banner-content-title h1 {
    padding: 3px 0px;
    font-size: 24px;
    line-height: 15px;
  }

  .banner-content-btn {
    margin: 0;
  }

  .banner-content-btn a {
    padding: 4px 15px;
    margin: 0;
    font-size: var(--font-size-sm);
  }
}

@media screen and (max-width: 767px) {
  .banner-overlay-text p {
    font-size: var(--font-size-xl);
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 360px) {
  .banner-overlay {
    padding: 15px;
  }

  .banner-overlay-title h3 {
    font-size: var(--font-size-lg);
  }
}

.datepicker .table>thead>tr>th,
.datepicker .table>tbody>tr>th,
.datepicker .table>tfoot>tr>th,
.datepicker .table>thead>tr>td,
.datepicker .table>tbody>tr>td,
.datepicker .table>tfoot>tr>td {
  border-top: 1px solid #f4f4f4;
  vertical-align: middle;
}

.datepicker .table>thead>tr>th {
  vertical-align: middle;
}

.datepicker.dropdown-menu table thead tr:first-child {
  border-bottom: 1px solid #19b6ee;
}

.timepicker-dropdown.timepicker-orient-bottom:before,
.datepicker-dropdown.datepicker-orient-bottom:before,
.bootstrap-datetimepicker-dropdown.datetimepicker-orient-bottom:before {
  border-top: 7px solid rgba(0, 0, 0, 0.2);
}

.timepicker.dropdown-menu,
.datepicker.dropdown-menu,
.bootstrap-datetimepicker.dropdown-menu {
  border: none;
  box-shadow: var(--box-shadow);
}

.timepicker.dropdown-menu,
.timepicker table tr td,
.timepicker table tr th,
.timepicker table tr td span,
.datepicker.dropdown-menu,
.datepicker table tr td,
.datepicker table tr th,
.datepicker table tr td span,
.bootstrap-datetimepicker.dropdown-menu,
.bootstrap-datetimepicker table tr td,
.bootstrap-datetimepicker table tr th,
.bootstrap-datetimepicker table tr td span {
  font-family: inherit;
  border-radius: 0 !important;
}

.timepicker.dropdown-menu table thead tr,
.timepicker.dropdown-menu table thead tr th,
.datepicker.dropdown-menu table thead tr,
.datepicker.dropdown-menu table thead tr th,
.bootstrap-datetimepicker.dropdown-menu table thead tr,
.bootstrap-datetimepicker.dropdown-menu table thead tr th {
  border: none;
}

div.tooltip {
  position: absolute;
  z-index: 9999;
}

/* jquery 3 hack fix */
div.datepicker>div {
  display: block;
}

/* ==========================================================================
    Modals
   ========================================================================== */
.modal-header {
  font-size: var(--font-size);
  color: var(--dark);
  margin-bottom: 10px;
  padding: 10px 10px 5px;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #19b6ee;
}

.modal-header .close {
  /* margin-top: 0px; */
  font-weight: 400;
  position: absolute;
  top: 12px;
  right: 15px;
}

.modal-body,
.modal-footer,
.modal-title {
  background: 0 0;
  border: none;
  margin: 0;
  padding-bottom: 0;
}

.modal-title {
  font-weight: 300;
  padding: 0;
  margin-bottom: 3px;
  letter-spacing: 2px;
}

.modal-content {
  background-clip: padding-box;
  background-color: var(--white);
  border: var(--dark);
  box-shadow: var(--box-shadow);
}

.modal-footer {
  margin: 25px 0 20px;
  padding-bottom: 15px;
  /*text-align: right !important;*/
}

.modal-footer a {
  color: var(--secondary-text);
}

.modal-footer a:hover {
  color: var(--primary-color);
}

@media (min-width: 768px) {
  .modal-dialog {
    width: auto;
  }

  .modal-content {
    box-shadow: var(--box-shadow);
  }

  .modal-dialog.modal-xs {
    width: 300px;
  }

  .modal-dialog.modal-sm {
    width: 450px;
  }

  .modal-dialog.modal-md {
    width: 600px;
  }

  .modal-dialog.modal-lg {
    width: 800px;
  }

  .modal-dialog.modal-xl {
    width: 90%;
  }
}

/* ==========================================================================
    Form
   ========================================================================== */
/* iCheck */
.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  /*display: inline;*/
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(../img/icheck/minimal.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal {
  background-position: 0 0;
}

.icheckbox_minimal.hover {
  background-position: -20px 0;
}

.icheckbox_minimal.checked {
  background-position: -40px 0;
}

.icheckbox_minimal.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal {
  background-position: -100px 0;
}

.iradio_minimal.hover {
  background-position: -120px 0;
}

.iradio_minimal.checked {
  background-position: -140px 0;
}

.iradio_minimal.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi),
(min-resolution: 1.25dppx) {

  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url(../img/icheck/minimal@2x.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}

/* iCheck plugin Minimal skin, blue
----------------------------------- */
.icheckbox_minimal-blue,
.iradio_minimal-blue {
  display: inline-block;
  /*display: inline;*/
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(../img/icheck/blue.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-blue {
  background-position: 0 0;
}

.icheckbox_minimal-blue.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-blue.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-blue.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-blue.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-blue {
  background-position: -100px 0;
}

.iradio_minimal-blue.hover {
  background-position: -120px 0;
}

.iradio_minimal-blue.checked {
  background-position: -140px 0;
}

.iradio_minimal-blue.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-blue.checked.disabled {
  background-position: -180px 0;
}

img.img-tiny {
  max-width: 30px;
  max-height: 30px;
}

img.img-small {
  max-width: 100px;
  max-height: 100px;
}

img.img-medium {
  max-width: 250px;
  max-height: 250px;
}

img.verified-badge {
  margin-inline-start: 5px;
  margin-bottom: 3px;
  margin-inline-end: 5px !important;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi),
(min-resolution: 1.25dppx) {

  .icheckbox_minimal-blue,
  .iradio_minimal-blue {
    background-image: url(../img/icheck/blue@2x.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}

.icheckbox_minimal,
.iradio_minimal,
.iradio_minimal-blue,
.icheckbox_minimal-blue {
  margin-inline-end: 2px !important;
}

.radio label,
.checkbox label {
  padding-inline-start: 0;
  margin-inline-start: 0;
  margin-bottom: 5px;
}

.form-control,
.form-control:focus {
  box-shadow: none;
}

.form-group label {
  font-weight: 400;
  font-size: var(--font-size-sm);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  display: block;
  margin-inline-start: 0;
  margin-bottom: 5px;
}

.form-group label:hover {
  letter-spacing: 0.5px;
}

.form-control::placeholder,
.form-control::-ms-input-placeholder {
  font-weight: 100;
  letter-spacing: 1.5px;
  opacity: 1;
}

label.buyer_note {
  font-size: var(--font-size);
  text-transform: none;
}

/*
 * Component: Label
 */
.label {
  color: var(--white) !important;
  font-weight: 400;
  letter-spacing: 0.35px;
}

.label-outline {
  color: var(--dark) !important;
  background-color: transparent !important;
  border: 1px solid var(--gray);
  display: inline-block;
}

.label-default {
  background-color: var(--gray);
}

.modal .modal-header {
  padding: 15px;
  border-bottom: none;
}

.modal .form-title {
  margin: -2rem 0rem 2rem;
}

.modal .form-title h4 {
  font-weight: normal;
}

.modal .input-lg {
  font-size: var(--font-size);
}

.modal .help-block {
  text-align: left;
}

.modal .btn-round {
  border-radius: var(--border-radius);
  /* border-radius: 3rem; */
}

.modal .social-buttons .btn {
  color: var(--white);
  margin: 0 0.5rem 1rem;
}

.modal .signup-section {
  padding: 0.3rem 0rem;
}

.modal .modal-footer {
  margin: 10px 0;
  padding-bottom: 10px;
}

.btn-social {
  color: var(----white);
  position: relative;
  padding-inline-start: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg {
  padding-inline-start: 45px;
}

.btn-social> :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-inline-end: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social:hover {
  color: var(--gray);
}

.btn-facebook {
  background-color: #3b5998;
}

.btn-google {
  background-color: var(--red);
}

.btn-twitter {
  background-color: #55acee;
}

.btn-apple {
  background-color: var(--secondary-text);
}

/* ==========================================================================
    Main Nav
   ========================================================================== */
.top-promo-banner {
  position: relative;
  z-index: 3;
}

.top-promo-banner a {
  display: block;
  color: var(--primary-text)
}

.top-promo-banner a.close-button {
  position: absolute;
  top: 0;
  right: 10px;
  border: none;
  font-size: 1.6em;
  color: var(--light);
  text-shadow: 1px 2px var(--black);
}

.top-promo-banner img {
  width: 100%;
}

.dropdown {
  position: static;
}

.dropdown-caret {
  position: absolute;
  top: 50%;
  right: 20px;
  font-style: normal;
  transform: translateY(-50%);
}

.dropdown-caret:before {
  content: "\f107";
  font-family: "FontAwesome";
}

@media (min-width: 992px) {
  .dropdown-caret {
    display: none;
  }
}

.navbar-main {
  position: relative;
  margin: 0;
  border: none;
  padding-bottom: 5px;
  background: #365271;
  border-radius: 0;
  z-index: 10;
}

.navbar-main.border-bottom {
  -webkit-box-shadow: 0 0 1px var(--gray);
  box-shadow: 0 0 1px var(--gray);
}

.navbar-main .navbar-nav>li:hover>a {
  background: var(--white);
  color: var(--primary-color);
}

.navbar-main .navbar-nav>li.open>a {
  background: #2b415b !important;
  color: var(--white) !important;
}

@media (max-width: 992px) {
  .navbar-top {
    padding-top: 0px !important;
  }

  .navbar-main {
    padding-bottom: 0px !important;
  }

  .navbar-main .navbar-nav>li.open .dropdown-menu>li>a {
    color: var(--primary-text);
  }

  .brand-centered {
    display: flex;
    justify-content: center;
    /*position: absolute;*/
    /*width: 100%;*/
    left: 0;
    top: 0;
  }

  .navbar-brand {
    display: flex;
    align-items: center;
    padding: 5px !important;
  }
}

img.lang-flag {
  width: 20px;
}

.navbar-main .navbar-nav>li>a {
  color: var(--white);
}

@media (min-width: 992px) {
  .navbar-main .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

.navbar-brand {
  padding: 5px 25px 5px 15px;
}

.navbar-brand>img {
  max-width: 120px;
  max-height: 40px;
}

.navbar-item-mergin-top {
  margin-top: 12px;
}

.navbar-nav>li>a {
  font-size: var(--font-size);
}

.navbar-nav>li>a>span {
  display: block;
  font-size: 11px;
  line-height: 1em;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  height: 10px;
  margin-bottom: 2px;
}

.navbar-nav>li>a:hover>span {
  color: var(--black);
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.navbar-light .navbar-nav>li>a>span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: var(--secondary-text);
}

.navbar-light .navbar-nav>li>a:hover>span {
  color: var(--white);
}

.navbar-light .navbar-nav>li>a {
  color: var(--secondary-text);
}

@media (max-width: 992px) {
  .navbar-mob-left>li {
    float: left;
  }
}

@media (min-width: 992px) {
  .navbar-main .navbar-collapse {
    padding: 0;
    margin-inline-start: -15px !important;
  }
}

.navbar-light {
  background: var(--white);
  margin: 0;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 10;
}

@media (min-width: 992px) {
  .navbar-light .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

.navbar-light .dropdown-menu {
  border-top: 2px solid var(--primary-color);
  box-shadow: var(--box-shadow);
}

.navbar-light .navbar-nav>li:hover>a {
  color: var(--white);
  background: var(--primary-color);
}

.navbar-light .navbar-search {
  box-shadow: 0 0 0 1px var(--gray);
}

.navbar-top {
  padding-top: 10px;
  z-index: 11;
}

.navbar-top .navbar-nav>li>a {
  padding: 12px;
}

.navbar-nav>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-menu.nav-list li a {
  color: var(--secondary-text);
  padding: 5px 10px;
}

.dropdown-menu.nav-list li .fa {
  width: 20px;
  opacity: 0.6;
}

/****** Navbar Category Dropdown ******/

/*lsdklasdk;askldasd*/
.dropdown-menu {
  border: none;
  border-radius: 0;
  z-index: 10000;
}

.menu-category-dropdown {
  margin: 0;
  padding: 0;
  background: var(--white) !important;
}

@media (min-width: 992px) {
  .menu-category-dropdown>li:hover .category-section {
    display: block;
  }
}

.menu-category-dropdown>li:hover>a {
  /* background-color: unset; */
  color: var(--secondary-text);
  letter-spacing: 1px;
}

.menu-category-dropdown>li:hover>a .category-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.menu-category-dropdown>li {
  cursor: pointer;
}

.menu-category-dropdown>li>a {
  height: 32px;
  line-height: 32px !important;
  padding: 0 12px 0 35px !important;
  font-size: 13px;
  position: relative;
  width: 232px;
}

@media (max-width: 992px) {
  .menu-category-dropdown>li>a {
    width: 100%;
  }
}

.menu-category-dropdown>li>a:after {
  position: absolute;
  display: block;
  content: "\f105";
  font-family: "FontAwesome";
  top: 0;
  right: 0;
  width: 20px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.menu-category-dropdown>li:hover>a:after {
  content: "";
}

@media (max-width: 992px) {
  .menu-category-dropdown>li>a:after {
    display: none;
  }
}

.category-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: var(--font-size);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.category-section {
  position: absolute;
  top: 0;
  left: 232px;
  min-width: 601px;
  min-height: 491px;
  display: none;
  background: var(--white);
}

.category-section.expanded {
  width: 800px;
}

.category-section-inner {
  position: absolute;
  /*height: 100%;*/
  width: 100%;
  background: var(--white);
}

.category-section-content {
  position: relative;
  z-index: 999;
  padding: 20px;
  height: auto;
}

#all-categories-wrapper h2 {
  background: #E5E5E5;
  line-height: 1px;
  border-radius: 4px;
  padding-inline-start: 5px;
  position: relative;
}

#all-categories-wrapper h2::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--white);
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

#all-categories-wrapper h2 a {
  font-size: 13px;
  letter-spacing: 1px !important;
  word-spacing: 3px;
  color: var(--black);
  font-weight: bolder;
  display: inline-block;
  padding: 16px 10px 15px;
  outline: 4px solid #E5E5E5;
  outline-offset: 2px;
  border-radius: 1px 8px 8px 1px;
}

#all-categories-wrapper a:hover {
  color: var(--primary-color);
  letter-spacing: 0.15px;
  border-color: var(--primary-color) !important;
}

.category-grp-wrapper {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: var(--border-radius);
  background-color: var(--white);
  background-repeat: no-repeat;
  background-size: 300px auto;
  background-position: right bottom;
}

#all-categories-wrapper .less {
  max-height: 60px !important;
  overflow: hidden;
}

.nav-category-section-bg-img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  bottom: 0;
  right: 0;
  z-index: 998;
}

.nav-category-inner-title,
.nav-category-inner-title a {
  font-weight: 700;
  color: var(--primary-text);
  font-size: 15px;
}

.nav-category-inner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--font-size);
}

.nav-category-inner-list+.show-hide-content-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, .03);
  margin-top: 8px;
  padding: 5px 5px 4px;
  border-radius: 4px;
  font-size: 14px;
}

.nav-category-inner-list>li>a {
  color: var(--primary-text);
  font-size: 14px;
  display: inline-block;
  line-height: 22px;
}

.nav-category-inner-list>li>a:hover {
  text-decoration: none;
  color: var(--secondary-text);
}

.nav-category-inner-list>li>p {
  font-size: 11px;
  color: var(--secondary-text);
  margin: 0;
}

/****** End of Navbar Category Dropdown ******/
/****** Main Search Box ******/
.navbar-search {
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.navbar-search .form-group {
  display: block;
}

.nav-row.nav-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 20px;
}

.nav-row.nav-main .logo-col,
.nav-row.nav-main .cart-col {
  width: auto;
}

.nav-row.nav-main .search-col {
  width: 100%;
  display: flex;
}

.nav-row.nav-main .search-col .header-search {
  width: 100%;
  margin: 0;
  padding: 0;
}

.nav-row.nav-main .search-col .header-search > form {
  max-width: 960px;
  margin: 8px auto 0;
}

.navbar-search .form-control {
  width: 100%;
  padding-inline-start: 150px;
  border: none;
}

.navbar-search .form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.navbar-search .selectboxit-container,
.navbar-search .selectboxit {
  position: absolute;
  top: 2px;
  left: -2px;
  width: 110px !important;
  border-radius: 4px 0 0 4px !important;
  padding: 0;
  font-size: 13px;
  color: var(--secondary-text);
  border: none;
}

.navbar-search .selectboxit-container span,
.navbar-search .selectboxit-container .selectboxit-options a {
  height: 36px;
  line-height: 36px;
}

.header-search {
  width: 100%;
  padding: 0;
}

.search-box {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid black;
  box-shadow: 0 2px 12px rgba(0, 65, 75, 0.08);
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  min-height: 44px;
  width: 100%;
  margin-right: 0;
  position: relative;
}

.search-box::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid black;
  border-radius: 4px;
  pointer-events: none;
  box-sizing: border-box;
}

.search-box-select {
  position: relative;
  border-inline-end: 1px solid #e0e0e0;
  display: none !important;
}

.search-box-select:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 15px;
  width: 8px;
  height: 5px;
  overflow: hidden;
  z-index: 2;
}

.search-box-select select:focus {
  border: none;
  outline: none;
}

.search-category-select {
  line-height: 39px;
  padding-inline-start: 18px;
  color: var(--secondary-text);
  border-radius: 6px 0 0 6px;
  border: none;
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.search-category-select:focus {
  outline: none;
}

.exit-search {
  display: none !important;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: var(--white);
  color: var(--primary-color);
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 22px;
  z-index: 999;
}

.exit-search::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  right: calc(100% - 5px);
  bottom: 0px;
  border-radius: 0 0 10px 0;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
}

/* .search-category-select option {
  background: var(--white);
  padding: 6px 0;
} */

/*
* header-main
*/
#header-main {
  padding-top: 15px;
  z-index: 10;
}

.header-menu-toggler {
  display: none;
}

@media screen and (max-width: 991px) {
  .header-menu-toggler {
    display: block;
    order: -3;
    margin-inline-start: 0;
  }

  .header-menu-toggler a {
    color: var(--secondary-text);
    font-size: 26px;
  }
}

.header-main-inner {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .header-main-inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.header-logo {
  margin-inline-start: 10px;
}

.header-logo img {
  max-height: 70px;
  max-width: 200px;
  object-fit: contain;
}

.flash-deal-area .flash-deal-product-utility a span.d-sm-none {
  display: inline-block !important;
}

@media screen and (max-width: 991px) {
  .header-logo img {
    height: 46px;
    order: -2;
    margin-inline-start: auto;
  }

  .top-nav {
    background: #f8f9fa;
    padding: 8px 0;
  }

  .header-search {
    padding: 10px 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .header-logo img {
    height: 50px;
  }
}

@media screen and (max-width: 575px) {
  .header-logo img {
    height: 30px;
  }
}

.header-utility {
  float: right;
  /* margin-inline-start: 30px; */
  display: flex;
  align-items: center;
  height: 100%;
}

/* Search bar ile header utility arasÄ±ndaki boÅŸluÄŸu kapat */
.global-search {
  padding: 0 5px 0 0 !important;
}

.global-search+div {
  padding-left: 0px !important;
}

.header-utility ul {
  margin-left: -20px;
  display: flex;
  align-items: center;
  height: 100%;
}

.header-utility ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.header-utility ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: rgb(181, 138, 45);
}

.header-utility ul li+li {
  margin-inline-start: 12px;
}

.header-utility ul a,
.search-btn span {
  color: var(--primary-text);
  position: relative;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
  padding: 10px 14px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-utility ul a i {
  font-size: 22px;
  margin-right: 6px;
}

/* Ãœstteki hesap/istek listesi linklerini siyah yap */
.utility-list a,
.utility-list a:visited,
.utility-list a:active,
.utility-list a:focus,
.utility-list a:hover {
  color: #000 !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.utility-list a i {
  color: inherit;
}

.utility-list .account-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Icon'larÄ±n altÄ±na yazÄ± ekleme - sadece bÃ¼yÃ¼k ekranlarda */
@media screen and (min-width: 1200px) {
  .header-utility ul li:nth-child(2) a::after {
    content: "HESAP";
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
  }

  /* Comparison iÃ§in yazÄ± (3. sÄ±rada olduÄŸunda) */
  .header-utility ul li:nth-child(3) a[href*="comparables"]::after {
    content: "KARÅILAÅTIR";
    font-size: 11px;
    font-weight: 400;
    margin-top: 4px;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
  }

  /* Wishlist iÃ§in yazÄ± - heart icon iÃ§in Ä°stek Listesi */
  .header-utility ul li:nth-child(3) a[href*="wishlist"]::after,
  .header-utility ul li:nth-child(4) a[href*="wishlist"]::after {
    content: "Ä°STEK LÄ°STESÄ°";
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
  }
}

.search-btn span {
  display: inline-block;
  margin-top: 3px;
}

.header-utility ul a:hover,
.search-btn span:hover {
  color: var(--primary-color)
}

.header .menu-cat .menu-list {
  padding: 0px;
  background: var(--white);
}

.menu-list-wrapper .simplebar-track.simplebar-vertical,
.menu-list-wrapper .simplebar-scrollbar,
.menu-list-wrapper .simplebar-scrollbar:before {
  opacity: 1 !important;
}

.menu-list-wrapper .simplebar-scrollbar:before {
  background: var(--secondary-text)
}

.menu-list-wrapper .simplebar-track.simplebar-vertical {
  width: 6px;
  right: calc(100% - 5px);
}

.header .menu-cat .menu-list>li>a {
  display: flex;
  align-items: center;
  padding: 8px;
  color: var(--primary-text);
  font-size: 13px;
  font-weight: normal;
}

.header .menu-cat .menu-list>li>a>span {
  flex: 1;
  color: var(--primary-text);
}

.header .menu-cat .menu-list>li>a>i:not(.header .menu-cat .menu-list>li>a>i~i) {
  font-size: 14px;
  width: 24px;
  text-align: center;
  margin-inline-end: 3px;
  color: var(--secondary-text);
}

.header .menu-cat .menu-list>li>a>span+i {
  font-size: 12px;
  transform: translateY(1px);
}

.header .menu-cat .menu-list>li>a,
.header .menu-cat .menu-list>li>a>span,
.header .menu-cat .menu-list>li>a>i {
  transition: all .3s ease 0s !important;
}

.header .menu-cat .menu-list>li.is-active>a {
  background: rgba(0, 0, 0, .03);
}

.header .menu-cat .menu-list>li.is-active>a,
.header .menu-cat .menu-list>li.is-active>a>span,
.header .menu-cat .menu-list>li.is-active>a>i {
  color: var(--primary-color) !important
}

.menu-list-wrapper {
  max-height: 434px;
}

.mega-dropdown.common-dropdown {
  max-height: 451px;
}

.search-btn {
  display: none;
}

.header-utility ul a:hover span.badge {
  color: var(--white);
}

.header-utility ul li {
  position: relative;
}

.header-utility ul a span.badge {
  position: absolute;
  top: -8px;
  right: -2px;
}

.utility-list .badge {
  position: relative;
  width: 18px !important;
  height: 18px !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin-left: 4px;
  font-size: 10px !important;
  line-height: 18px !important;
  letter-spacing: 0px;
  background-color: var(--primary-color) !important;
  border-radius: 50% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white) !important;
  font-weight: 600 !important;
  box-sizing: border-box;
  vertical-align: middle;
}

/* @media screen and (max-width: 991px) {
  .header-utility ul li {
    display: inline-block;
  }
  .header-utility ul li:nth-child(3) {
    margin-inline-start: 0;
    display: block !important;
  }

  .header-utility ul li:nth-child(3) img {
    width: 30px;
  }
} */
.global-search .nice-select .list::-webkit-scrollbar-track {
  background: transparent
}

.global-search .nice-select .list::-webkit-scrollbar {
  width: 5px
}

.global-search .nice-select .list::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 4px;
}

.global-search .nice-select .list {
  max-height: 400px
}

.global-search .nice-select .list>li {
  cursor: pointer !important;
}

.global-search .nice-select .nice-select-dropdown {
  cursor: auto !important;
}

.global-search .nice-select.open .nice-select-search-box {
  cursor: text !important;
  pointer-events: visible;
}

.global-search .nice-select .optgroup {
  padding-inline-start: 16px;
  text-transform: uppercase;
  color: var(--dark);
  font-weight: 700;
  border-block: 1px solid rgba(0, 0, 0, .04);
  background: rgba(0, 0, 0, .02);
  margin-inline-start: 5px;
  border-radius: 4px;
}

.global-search .nice-select:after {
  margin-top: -3px;
}

.hot-words a {
  position: relative;
  padding: 5px 8px;
  color: var(--secondary-text);
  font-size: 13px;
  display: inline-block;
  text-transform: lowercase;
  /* font-weight: 500; */
  letter-spacing: .03rem;
}

.headerSticky .hot-words a {
  padding: 5px;
}

.hot-words a:hover {
  color: var(--primary-color);
}

.hot-words a:not(:first-child):before {
  position: absolute;
  left: -1px;
  top: 10px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  font-size: 0;
  overflow: hidden;
  background-color: #e9e9e9;
}

.hot-words a:first-child {
  padding-inline-start: 0;
}

.header-search {
  flex-direction: column !important;
}

.header .menu-cat {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  /* height: 495px; */
  background: var(--white);
  opacity: 0;
  z-index: 9;
  visibility: hidden;
  padding: 8px 0px;
  border-radius: 0 0 0 6px;
  border: 1px solid var(--light);
  border-top: none;
  transition: var(--transition);
  transition-duration: .3s;
  transform: translate(0, 10px) 0;
}

.header .menu-cat:hover {
  border-radius: 0 0 0 6px;
}

.header .menu-cat.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.header .menu-cat a {
  color: var(--primary-text);
}

/* .header .menu-cat a:hover {
  color: var(--primary-color);
  letter-spacing: 0.25px;
} */

.header .menu-cat>li {
  transition: all .3s ease;
}

.header .menu-cat>li:hover {
  background: rgba(0, 0, 0, .03);
}

.header .menu-cat>li>a {
  display: flex;
  align-items: center;
  padding: 8px 0px 8px 10px;
  color: var(--primary-text);
  font-size: 13px;
  font-weight: normal;
  transition: color 500ms, letter-spacing 500ms, padding-inline-start 500ms;
}

.header .menu-cat>li>a span {
  margin-inline-start: 5px;
  color: var(--primary-text);
}

.header .menu-cat>li>a img {
  object-fit: contain;
  margin-inline-end: 15px;
}

.header .menu-cat>li>a i:not(.fa-chevron-right) {
  width: 22px;
  text-align: center;
}

.header .menu-cat>li>a i {
  color: var(--secondary-text);
  transform: translateY(1px);
}

/* .header .menu-cat>li>a:hover {
  padding-inline-start: 10px;
  letter-spacing: 0.55px;
} */

.header .menu-cat>li:hover>a span,
.header .menu-cat>li:hover>a i {
  color: var(--primary-color);
}

.header .menu-cat>li>a i.fa-chevron-right {
  margin-inline-end: 10px;
}

.header .menu-cat .mega-dropdown-item li>a {
  font-size: var(--font-size-sm);
}

.header .menu-cat .mega-dropdown {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 100%;
  min-height: 495px;
  width: 620px;
  padding: 0 20px 20px;
  background: var(--white);
  background-repeat: no-repeat;
  background-size: 300px auto;
  background-position: right bottom;
  border-radius: 0 0 6px 0;
  border: 1px solid var(--light);
  border-top: none;
  /* transition: var(--transition); */
  transform: translate(0, 10px);
  z-index: 9;
}


.mega-dropdown .simplebar-track.simplebar-vertical,
.mega-dropdown .simplebar-scrollbar,
.mega-dropdown .simplebar-scrollbar:before {
  opacity: 0 !important;
  transition: none !important;
}

.mega-dropdown .simplebar-scrollbar:before {
  background: var(--secondary-text)
}

.mega-dropdown .simplebar-track.simplebar-vertical {
  width: 8px;
  right: 0;
}

.mega-dropdown.is-open .simplebar-track.simplebar-vertical,
.mega-dropdown.is-open .simplebar-scrollbar,
.mega-dropdown.is-open .simplebar-scrollbar:before {
  opacity: 1 !important;
}

.header .mega-dropdown-item a:hover {
  color: var(--primary-color);
}

.header .menu-cat .mega-dropdown-item h3 {
  line-height: 1px;
  margin: 15px 0 3px;
}

.header .menu-cat .mega-dropdown-item h3 a {
  font-weight: 700;
  font-size: var(--font-size);
  line-height: 18px;
}

.header .menu-cat .mega-dropdown-item p {
  font-weight: 100;
  font-size: var(--font-size-sm);
  line-height: 18px;
  color: var(--secondary-text);
}

.header .menu-cat li:hover .mega-dropdown {
  visibility: visible;
  min-height: 450px;
  width: 620px;
}

.header .navbar-cat-item ul li {
  margin-top: 15px;
  transition: var(--transition);
}

.header .navbar-cat-item ul li:hover {
  padding-inline-start: 5px;
}

.header .navbar-cat-item ul li p {
  font-weight: normal;
  font-size: var(--font-size);
  line-height: 14px;
  color: var(--secondary-text);
}

/* Header Cart Section - SaÄŸ taraftaki sepet butonu */
.header-cart-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cart-button {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cart-button:hover {
  text-decoration: none;
  color: inherit;
  transform: scale(1.05);
}

.cart-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.cart-icon:hover {
  transform: scale(1.1);
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: var(--primary-color, #007bff);
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  padding: 2px;
}

.cart-badge.hidden {
  display: none !important;
}

.cart-text {
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-top: 4px;
  color: var(--primary-text);
}

/* Mobile Cart Section */
.mobile-cart-section {
  padding: 0 15px;
}

.primary-nav {
  font-family: var(--primary-font);
}

/* BÃ¼yÃ¼k Ekranlar iÃ§in DÃ¼zenlemeler */
@media screen and (min-width: 1600px) {

  /* Container'Ä± bÃ¼yÃ¼k ekranlarda sÄ±nÄ±rla */
  .container {
    max-width: 1400px;
  }

  /* Header utility butonlarÄ±nda yazÄ±larÄ± gÃ¶ster */
  .header-utility ul a::after {
    content: attr(aria-label);
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 12px;
    margin-top: 4px;
    text-transform: uppercase;
    color: var(--primary-text);
  }

  /* Search bar iÃ§in maksimum geniÅŸlik */
  .search-box {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {

  /* Orta-bÃ¼yÃ¼k ekranlar iÃ§in */
  .header-utility ul a {
    padding: 12px 14px;
  }

  .search-box {
    max-width: 650px;
  }
}

/* Responsive DÃ¼zenlemeler */
@media screen and (max-width: 1199px) {

  /* Tablet gÃ¶rÃ¼nÃ¼m - gri kutu boyutunu kÃ¼Ã§Ã¼lt */
  .col-1 div[style*="background-color: #D9D9D9"] {
    width: 70px !important;
    height: 70px !important;
  }

  .cart-icon {
    width: 50px;
    height: 50px;
  }

  .cart-text {
    font-size: 16px;
  }

  /* Header utility yazÄ±larÄ± gizle */
  .header-utility ul li:nth-child(2) a::after,
  .header-utility ul li:nth-child(3) a::after,
  .header-utility ul li:nth-child(4) a::after {
    display: none !important;
  }
}

/* Mobile'da primary-nav gizleme - artÄ±k header-main iÃ§inde olduÄŸu iÃ§in */
@media screen and (max-width: 991px) {
  .primary-nav {
    display: none !important;
  }

  /* Header-main iÃ§indeki primary-nav'Ä± mobilde gizle */
  #header-main .primary-nav {
    display: none;
  }

  /* Sepet butonu mobilde header-utility iÃ§inde kalacak */
  .header-cart-section {
    display: none;
  }

  /* Mobilde search bar'Ä±n tam geniÅŸlik almasÄ±nÄ± saÄŸla */
  .global-search {
    margin-top: 10px;
    padding: 0 15px !important;
  }

  .global-search+div {
    padding-left: 15px !important;
  }

  .search-box {
    margin-right: 0 !important;
  }

  .header-utility ul {
    margin-left: 0;
  }

  /* Header utility butonlarÄ± iÃ§in spacing */
  .header-utility ul li {
    margin-left: 12px;
  }

  .header-utility ul li:first-child {
    margin-left: 0;
  }
}

/* Tablet boyutlarÄ±nda dÃ¼zenlemeler */
@media screen and (min-width: 768px) and (max-width: 991px) {

  /* Orta boyut ekranlar iÃ§in search bar optimizasyonu */
  .global-search .header-search {
    margin-left: 0;
  }

  .global-search {
    padding: 0 8px 0 0 !important;
    margin-top: 10px;
  }

  .global-search+div {
    padding-left: 8px !important;
  }

  .header-utility ul {
    margin-left: -8px;
  }

  /* Header utility butonlarÄ±nÄ± daha kÃ¼Ã§Ã¼k yapacaÄŸÄ±z tabletlerde */
  .header-utility ul a {
    padding: 10px 12px;
    font-size: 16px;
    min-height: 46px;
  }

  .header-utility ul a i {
    font-size: 20px;
  }

  .search-box {
    display: flex;
    width: 100%;
    margin-right: 0 !important;
  }

  .search-box-select {
    flex: 0 0 auto;
  }

  .search-box-input {
    flex: 1;
  }
}

/* KÃ¼Ã§Ã¼k ekranlar iÃ§in Ã¶zel dÃ¼zenlemeler */
@media screen and (max-width: 767px) {

  /* Mobile cart section styling */
  .mobile-cart-section .btn {
    font-size: 14px;
    padding: 10px 15px;
  }

  .mobile-cart-section .badge {
    font-size: 10px;
  }

  /* Header utility butonlarÄ±nÄ± mobilde optimize et */
  .header-utility ul a {
    padding: 8px 10px;
    font-size: 14px;
    min-height: 40px;
  }

  .header-utility ul a i {
    font-size: 18px;
  }

  /* Header logo boyutunu kÃ¼Ã§Ã¼lt */
  .header-logo img {
    max-height: 50px;
  }

  /* Search bar'Ä± optimize et */
  .search-box-input input {
    padding: 10px 55px 10px 12px;
  }

  .search-box-button button {
    width: 50px;
    font-size: 16px;
  }
}

/* Ã‡ok kÃ¼Ã§Ã¼k ekranlar */
@media screen and (max-width: 576px) {

  /* Header main padding */
  #header-main {
    padding-top: 10px;
  }

  /* Header utility butonlarÄ±nÄ± kÃ¼Ã§Ã¼lt */
  .header-utility ul li a i {
    font-size: 16px;
  }

  .header-utility ul li {
    margin-left: 8px;
  }

  /* Badge boyutlarÄ±nÄ± kÃ¼Ã§Ã¼lt */
  .header-utility .badge {
    width: 16px;
    height: 16px;
    min-width: 16px;
    font-size: 9px;
    top: -6px;
    right: -4px;
  }

  /* Logo daha kÃ¼Ã§Ã¼k */
  .header-logo img {
    max-height: 40px;
  }

  /* Global search margin */
  .global-search {
    margin-top: 8px !important;
  }

  /* Header utility yazÄ±larÄ± gizle - Ã§ok kÃ¼Ã§Ã¼k ekranlarda */
  .header-utility ul li:nth-child(2) a::after,
  .header-utility ul li:nth-child(3) a::after,
  .header-utility ul li:nth-child(4) a::after {
    display: none !important;
  }
}

.primary-nav-inner {
  display: flex;
  justify-content: center;
}

.primary-nav-category>li {
  position: relative;
}

.primary-nav-category>li:not(:last-child):after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #e0e0e0;
}



.primary-nav-category a.menu-link {
  font-size: var(--font-size);
  line-height: 22px;
  color: var(--light);
}

.primary-nav-category .menu-link {
  display: flex;
  align-items: center;
  padding: 13px 0px 11px;
}

.primary-nav-category .menu-link img {
  margin-inline-end: 20px;
}

.primary-nav-category>li>a.menu-link {
  font-weight: 400;
  line-height: 100%;
  color: var(--primary-text);
  text-transform: capitalize;
  letter-spacing: 0%;
  padding: 14px 18px;
  transition: all .3s ease;
  font-family: 'Merriweather', serif;
  font-size: 18px;
}

.primary-nav-category>li:hover>a.menu-link {
  background: rgba(0, 65, 75, 0.05);
  color: var(--primary-color);
}

.header-nav-items {
  display: flex;
  align-items: center;
}

.header-nav-items>li {
  position: relative;
  /* margin-inline-start: 30px; */
  display: flex;
  height: 100%;
}

/* Ä°nce ayÄ±rÄ±cÄ± Ã§izgi - yÃ¼ksekliÄŸi kÄ±sa tutuldu */
.header-nav-items>li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: rgb(181, 138, 45);
}

.header-nav-items>li:last-child::after {
  display: none;
}

.header-nav-items>li:last-child {
  border-right: none;
}

.header-nav-items a {
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  color: var(--primary-text);
  text-transform: capitalize;
  letter-spacing: 0%;
  padding: 14px 12px;
  transition: all .3s ease;
  font-family: 'Merriweather', serif;
  white-space: nowrap;
}

.header-nav-items a:hover {
  background: rgba(0, 65, 75, 0.05);
  color: var(--primary-color);
}

.header-nav-items .menu-link {
  display: flex;
  align-items: center;
}

.header-nav-items .menu-link img {
  margin-inline-end: 20px;
}

.header-nav-items .menu-link i {
  margin: 3px 0 0 5px;
  font-size: 8px;
  font-weight: bold;
  /* color: var(--yellow); */
}

.header .shop-menu {
  min-width: 700px;
  padding: 15px 20px;
  height: 60vh;
  overflow-y: auto;
}

.header .menu-banner a,
.header .menu-banner img {
  display: block;
}

.header .shale-text {
  display: flex;
  align-items: center;
  margin-inline-start: auto;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

.header .shale-text:hover {
  background: rgba(255, 255, 255, .2);
}

.header .shale-text::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--white);
  outline: 1px solid var(--white);
  outline-offset: 3px;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.header .shale-text::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--white);
  outline: 1px solid var(--white);
  outline-offset: 3px;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.header .shale-text p {
  font-size: 13px;
  font-weight: 500;
  /* text-transform: uppercase; */
  line-height: 22px;
  color: var(--light);
  padding: 3px 20px;
  border-inline: 1px solid var(--white);
  letter-spacing: .03em;
}

.header .shale-text a {
  display: block;
  padding: 8px 0;
}

.search-box-input {
  flex: 1;
  position: relative;
}

.search-box-input input {
  border: none;
  padding: 12px 75px 12px 15px;
  line-height: 100%;
  color: var(--primary-text);
  display: block;
  width: 100%;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0%;
}

.search-box-input input::placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--secondary-text);
}

.search-box-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}

.search-box-button button {
  width: 60px;
  height: 100%;
  color: var(--white);
  text-align: center;
  background-color: #008575;
  cursor: pointer;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-box-button button:hover {
  background-color: var(--primary-text);
  background-color: var(--primary-dark);
  /* color: var(--light); */
}

.navbar-search-submit i.fa-search {
  margin: 0;
}

.navbar-search-submit .search-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

/* @media (max-width: 575px) {
  #header-main {
    padding: 5px 0 0 0;
  }

  .header-search {
    margin-top: 6px;
  }
} */

.menu-dropdown-list:hover .menu-cat {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

/* Styling fixes for the RTL languages */
body.rtl .search-category-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 3px;
  text-overflow: "";
}

body.rtl .navbar-search .form-control {
  padding-inline-end: 40px;
}

body.rtl .product-info-labels {
  left: unset;
  right: -1px;
}

body.rtl .product-info-labels>li {
  border-radius: 15px 0 0 15px;
}

body.rtl .product-info-feature-list {
  right: unset;
  left: 0;
}

body.rtl .product-info-price span.old-price {
  float: left;
}

body.rtl #single-product-wrapper .col-md-7.nopadding {
  padding: unset !important;
  padding-inline-end: 10px !important;
}

body.rtl #single-product-wrapper #calculation-section .product-qty-wrapper,
body.rtl #single-product-wrapper #calculation-section .col-sm-3.col-xs-4 {
  float: right !important;
}

body.rtl .text-right {
  text-align: left;
}

body.rtl .owl-carousel,
body.rtl .bx-wrapper {
  direction: ltr;
}

body.rtl .owl-carousel .owl-item {
  direction: rtl;
}

body.rtl .input-group-addon:first-child {
  border-inline-end: 1px solid var(--gray);
  border-inline-start: 0;
}

body.rtl .input-group-btn:last-child>.btn,
body.rtl .input-group-btn:last-child>.btn-group {
  margin-inline-start: unset;
  margin-inline-end: -1px;
}

body.rtl .shopping-cart-item-table>thead>tr>th:first-child,
body.rtl .shopping-cart-item-table>tbody>tr>td:first-child {
  border-inline-end: 1px solid var(--gray);
}

body.rtl .shopping-cart-item-table>thead>tr>th:last-child,
body.rtl .shopping-cart-item-table>tbody>tr>td:last-child {
  border-inline-end: unset;
}

body.rtl .product-list-top-filter .pull-right {
  float: left !important;
}

@media (max-width: 830px) {
  .navbar-search {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }

  .navbar-search .form-control {
    padding-inline-start: 133px;
  }
}

@media screen and (max-width: 375px) {
  .search-category-select {
    width: 90px;
    font-size: 11px;
    padding: 0 5px;
  }

  .navbar-search {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }

  .navbar-search .form-control {
    padding-inline-start: 99px;
    font-size: var(--font-size-sm);
  }
}

.navbar-light .navbar-search-submit {
  color: var(--white);
  background: var(--primary-color);
  cursor: pointer;
}

.navbar-search-submit i.fa-search {
  margin: 4px 0px 0px 4px;
}

.dropdown-menu>li>a.btn-primary {
  display: inline-block;
  padding: 6px 12px;
  color: var(--white);
  clear: unset;
  border: 1px solid transparent;
}

.dropdown-menu>li>a.btn-primary:hover {
  color: var(--white);
  background-color: var(--dark);
}

.ei-slider {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 350px;
  margin: 0 auto;
}

.ei-slider-loading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: var(--light);
  color: var(--secondary-text);
  text-align: center;
  letter-spacing: 2px;
  line-height: 300px;
  z-index: 1;
}

.ei-slider-large {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}

.ei-slider-large li {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  /* height: 100%; */
  width: 100%;
  opacity: 0;
}

.ei-slider-large li img {
  width: 100% !important;
  margin-inline-start: 0 !important;
}

.ei-slider-thumbs {
  height: 4px;
  margin: 0 auto;
  position: relative;
}

.ei-slider-thumbs li {
  position: relative;
  float: left;
  height: 100%;
}

.ei-slider-thumbs li.ei-slider-element {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 2;
  text-indent: -9000px;
  background: var(--primary-text);
  background: rgba(0, 0, 0, 0.9);
}

.ei-slider-thumbs li a {
  display: block;
  text-indent: -9000px;
  background: #c3c3c3;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: var(--transition);
}

.ei-slider-thumbs li a:hover {
  background-color: var(--light);
}

.ei-slider-thumbs li img {
  position: absolute;
  bottom: 20px;
  opacity: 0;
  z-index: 8;
  max-width: 150%;
  max-height: unset !important;
  transition: var(--transition);
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.3)));
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: none;
  height: 80px;
  object-fit: cover;
  object-position: left center;
}

.ei-slider-thumbs li:hover img {
  opacity: 1;
  bottom: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: none;
}

@media screen and (max-width: 830px) {
  .ei-slider {
    height: 200px;
  }

  .ei-slider-loading {
    line-height: 200px;
  }
}

@media screen and (max-width: 375px) {
  .ei-slider {
    height: 135px;
  }

  .ei-slider-loading {
    line-height: 135px;
  }
}

@media (min-width: 1500px) {
  .ei-slider-large li img {
    margin-top: 0 !important;
  }

  .ei-slider {
    height: 350px;
  }
}

@media (min-width: 1100px) and (max-width: 1299px) {
  .ei-slider-large li img {
    margin-top: 0 !important;
  }

  .ei-slider {
    height: 350px;
  }
}

@media (min-width: 1300px) and (max-width: 1499px) {
  .ei-slider-large li img {
    margin-top: 0 !important;
  }

  .ei-slider {
    height: 350px;
  }
}

.section-title {
  position: relative;
  text-align: center;
  margin: 20px auto 8px auto;
}

.section-title h4 {
  display: inline-block;
  position: relative;
  font-size: 19px;
  font-weight: 400;
  color: var(--primary-text);
  padding: 0px 20px;
}

.section-title h4.small {
  font-size: var(--font-size-lg);
}

.modal-content .section-title {
  text-align: left;
  padding: 0px 12px;
  margin-top: 10px;
}

.banner-content-title h2 {
  font-size: 40px;
  line-height: 50px;
  color: var(--primary-text);
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

.seller-info {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--light);
}

.seller-info .section-title {
  color: var(--secondary-text);
}

.seller-info .seller-info-logo {
  width: 100px;
}

.seller-info .seller-info-name {
  display: inline-block;
  color: var(--primary-text);
  font-size: var(--font-size-lg);
  margin: 5px;
  text-decoration: none;
}

.seller-info .seller-info-name:hover {
  color: var(--primary-color);
}

.seller-info .product-info-rating {
  display: block;
}

.category-filters {
  display: block;
}

.category-filters h3,
.category-filters h4,
.category-filters h3 a,
.category-filters h4 a {
  color: var(--dark);
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.category-filters h3 {
  margin: 10px 0 6px !important;
  font-size: 14px;
}

.product-list-wrapper .category-filters .selected-filter-chips {
  display: block;
  margin: 8px 0 14px;
}

.product-list-wrapper .category-filters .selected-filter-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  margin-bottom: 8px;
  border: 1px solid #dbe1e5;
  background: #e8ecef;
  color: #3a4148;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.product-list-wrapper .category-filters .selected-filter-chip:last-child {
  margin-bottom: 0;
}

.product-list-wrapper .category-filters .selected-filter-chip span {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-list-wrapper .category-filters .selected-filter-chip i {
  margin-left: 0;
  color: #0B6776;
  font-size: 16px;
}

.product-list-wrapper .category-filters .selected-filter-chip:hover,
.product-list-wrapper .category-filters .selected-filter-chip:focus {
  color: #3a4148;
  text-decoration: none;
  border-color: #dbe1e5;
}

.category-filters h4,
.category-filters h4 a {
  margin-bottom: 6px;
  font-size: 14px;
  font-style: normal;
}

.category-filters-section {
  border-bottom: none;
  padding: 12px 0 16px;
}

.category-filters-section .filter-toggle-btn {
  background: transparent;
  border: none;
  padding: 0 4px;
  margin-inline-start: 6px;
  float: right;
  box-shadow: none;
}

.category-filters-section h3,
.category-filters-section h4 {
  display: flex;
  align-items: center;
  gap: 6px;
}

.category-filters-section h3 .clear-filter,
.category-filters-section h4 .clear-filter {
  margin-left: auto;
}

.category-filters-section h3 .filter-toggle-btn,
.category-filters-section h4 .filter-toggle-btn {
  margin-left: auto;
  padding-left: 6px;
}

.category-filters-section:last-child {
  border-bottom: none;
}

.category-filters-section .checkbox {
  font-size: var(--font-size-sm);
}

.category-filters-section .radio label,
.category-filters-section .checkbox label {
  margin-inline-start: 0px !important;
}

.link-filter-opt.active,
.category-filters-section span.small.active {
  color: var(--primary-color);
  font-weight: 500;
}

.product-list-wrapper .category-filters .price-filter-controls {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 6px 0 10px;
}

.product-list-wrapper .category-filters .price-filter-input {
  width: 74px;
  height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 16px;
  padding: 6px 8px;
  box-shadow: none;
}

.product-list-wrapper .category-filters .price-filter-input::placeholder {
  color: #8a8a8a;
}

.product-list-wrapper .category-filters .price-separator {
  color: #9a9a9a;
  font-size: 18px;
  line-height: 1;
}

.product-list-wrapper .category-filters .price-filter-apply {
  width: 40px;
  height: 36px;
  border: none;
  border-radius: 0;
  background: #0B6776;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: none;
}

.product-list-wrapper .category-filters .price-filter-apply:hover,
.product-list-wrapper .category-filters .price-filter-apply:focus {
  background: #0B6776;
  color: #fff;
  outline: none;
}

.product-list-wrapper .category-filters .price-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-list-wrapper .category-filters .price-filter-list li {
  margin-bottom: 4px;
}

.cateogry-filters-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--font-size-sm);
}

.cateogry-filters-list>li {
  margin-bottom: 5px;
}

.cateogry-filters-list>li>ul>li {
  padding-inline-start: 10px;
}

.cateogry-filters-list>li>a,
.cateogry-filters-list>li>a span {
  font-size: var(--font-size);
  color: var(--primary-text);
}

.cateogry-filters-list>li>a:hover,
.cateogry-filters-list>li>a:hover span {
  color: var(--primary-color);
  /* text-decoration: underline; */
}

/* Product list sidebar: filter option colors */
.product-list-wrapper .category-filters .cateogry-filters-list>li>a,
.product-list-wrapper .category-filters .cateogry-filters-list>li>a span,
.product-list-wrapper .category-filters .category-filters-section .checkbox label,
.product-list-wrapper .category-filters .category-filters-section .radio label,
.product-list-wrapper .category-filters .category-filters-section .checkbox label a,
.product-list-wrapper .category-filters .category-filters-section .radio label a,
.product-list-wrapper .category-filters .link-filter-opt {
  color: #0B6776;
}

.product-list-wrapper .category-filters .cateogry-filters-list>li>a:hover,
.product-list-wrapper .category-filters .cateogry-filters-list>li>a:hover span,
.product-list-wrapper .category-filters .category-filters-section .checkbox label:hover,
.product-list-wrapper .category-filters .category-filters-section .radio label:hover,
.product-list-wrapper .category-filters .link-filter-opt:hover,
.product-list-wrapper .category-filters .link-filter-opt.active,
.product-list-wrapper .category-filters .category-filters-section span.small.active {
  color: #0B6776;
}

.category-filters-section .product-info-rating span:not(.small) {
  color: var(--primary-color);
}

.product-list-top-filter {
  width: 100%;
  line-height: 3em;
  vertical-align: middle !important;
  box-shadow: var(--box-shadow);
}

.product-list-top-filter .selectBoxIt {
  margin-top: 0.8em !important;
}

.product-list-top-filter .checkbox,
.product-list-top-filter .radio {
  display: inline;
}

.product-list-top-filter .checkbox label,
.product-list-top-filter .radio label {
  padding-inline-start: 20px;
}

#filterBtn {
  display: none;
  padding: 2px 15px;
  border-radius: 4px;
  border: 1px solid var(--gray);
  background-color: transparent;
}

#filterBtn:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .product-list-top-filter {
    zoom: 0.8;
  }

  .product-list-top-filter .viewSwitcher {
    display: inline-flex !important;
  }
}

.pagenav-wrapper {
  text-align: center;
}

.pagenav-wrapper .pagination {
  margin: 0;
}

.pagination {
  z-index: 9999 !important;
}

.pagination a {
  color: var(--dark);
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: var(--transition);
}

.pagination a.active {
  background-color: var(--red);
  color: var(--white);
}

.pagination a:hover:not(.active) {
  background-color: var(--gray);
}

/* Product list pagination - minimal style */
.product-list-wrapper .pagination.pagination-minimal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto;
  width: auto;
}

.product-list-wrapper .pagination.pagination-minimal a {
  float: none;
  padding: 0;
  line-height: 1;
  background: transparent !important;
  border: 0;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #0B6776;
  text-decoration: none;
}

.product-list-wrapper .pagination.pagination-minimal a.active {
  color: #3e3e3e;
  font-weight: 500;
}

.product-list-wrapper .pagination.pagination-minimal a.disabled {
  color: #9d9d9d;
  pointer-events: none;
}

.product-list-wrapper .pagination.pagination-minimal .pagination-arrow {
  font-size: 36px;
  font-weight: 300;
  color: #737373;
  transform: translateY(-1px);
}

.product-list-wrapper .pagination.pagination-minimal .pagination-dots {
  letter-spacing: 2px;
}

.product-list-wrapper .col-md-12.text-right {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .product-list-wrapper .pagination.pagination-minimal {
    gap: 10px;
  }

  .product-list-wrapper .pagination.pagination-minimal a {
    font-size: 20px;
  }

  .product-list-wrapper .pagination.pagination-minimal .pagination-arrow {
    font-size: 30px;
  }
}

.review-user-name {
  font-size: var(--font-size-lg);
  font-weight: 500;
}

.account-section .title {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: var(--font-size-lg);
}

#buyer-order-table tbody tr.order-info-head {
  background-color: var(--light);
}

#buyer-order-table tbody .order-info-head td {
  padding: 10px;
}

#buyer-order-table tbody .order-info-head h5 {
  font-size: var(--font-size-lg);
  font-weight: normal;
}

#buyer-payment-detail-table tr.buyer-payment-info-head,
#buyer-order-table tbody tr.order-info-footer {
  background-color: var(--light);
}

#buyer-order-table tbody tr.order-body td {
  font-size: 13px;
  border: none;
  border-top: 1px solid var(--light);
  border-inline-end: 1px solid var(--light);
}

#buyer-order-table .order-body .product-img-wrap {
  display: inline-block;
  margin-bottom: 0;
}

#buyer-order-table .order-body .product-img-wrap img {
  max-width: 60px;
}

#buyer-order-table .order-body .product-info {
  display: inline-block;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  font-size: 13px;
}

#buyer-order-table .product-info .product-info-title {
  font-size: 13px;
  margin-top: 0;
}

#buyer-order-table .product-info .order-info-amount {
  font-size: var(--font-size-sm);
  margin: 7px 0;
}

#buyer-order-table .order-info-properties {
  margin-top: 5px;
  font-size: 11px;
  list-style: none;
}

#buyer-order-table .order-info-properties>li {
  margin-inline-start: 5px;
  padding-inline-start: 5px;
  display: inline-block;
  border-inline-start: 1px solid var(--gray);
}

#buyer-order-table .order-info-properties>li:first-child {
  border: none;
  margin: 0;
  padding: 0;
}

#buyer-order-table .order-body .order-actions {
  vertical-align: middle;
}

#buyer-order-table .order-body .order-actions button.btn-block {
  margin-top: 5px;
}

#buyer-order-table tr.message_from_seller {
  background-color: var(--light);
}

#buyer-order-table .message_from_seller p,
#buyer-order-table .order-detail-buyer-note {
  font-size: var(--font-size-sm);
  color: var(--primary-text);
  margin: 5px 0;
}

#buyer-payment-detail-table tr.buyer-payment-info-head td {
  font-size: var(--font-size);
  color: var(--primary-text);
}

/* Seller cantact messages*/
.message-list {
  padding: 20px 0;
  border: 1px solid #e8e8e8;
}

.message-list form {
  padding: 10px 30px;
}

.message-list-header {
  border-bottom: 1px solid #e8e8e8;
}

.message-list-header h4 {
  margin-inline-start: 30px;
  font-size: var(--font-size-lg);
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.message-list-item {
  margin-top: 20px;
}

.message-content {
  position: relative;
  display: inline-block;
  padding: 12px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: var(--border-radius);
}

.message-seller .message-content {
  background-color: var(--light);
}

.message-buyer .message-content {
  background-color: var(--yellow);
  float: right;
}

.message-user-info {
  font-size: 13px;
  padding-top: 6px;
}

.message-seller .message-user-info {
  text-align: right;
}

.message-user-name {
  text-overflow: ellipsis;
  overflow: hidden;
}

.message-date {
  color: var(--secondary-text);
}

.message-content-wrapper .message-attachment {
  margin: 0 20px;
}

.message-content-wrapper .message-attachment img {
  margin-bottom: 0;
}

/* Step Wizard */
.step-wizard-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  min-height: 150px;
}

.step-wizard {
  display: block;
}

.step-wizard .progress {
  position: absolute;
  display: block;
  top: 25px;
  left: 12.5%;
  height: 12px;
  width: 75%;
}

.step-wizard .progressbar {
  position: absolute;
  display: block;
  background-color: #0aa89e;
  opacity: 0.4;
  height: 12px;
  border: 1px solid #e5e6e6;
  width: 0%;
  transition: var(--transition);
}

.step-wizard .progressbar.empty {
  opacity: 1;
  width: 100%;
  background-color: #e5e6e6;
}

.step-wizard ul {
  position: absolute;
  width: 100%;
  list-style-type: none;
  padding: 0;
  left: -2%;
}

.step-wizard li {
  display: inline-block;
  text-align: center;
  width: 24.5%;
}

.step-wizard li .step {
  position: absolute;
  display: inline-block;
  font-size: 0.75em;
  line-height: 22px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid;
  border-color: #e5e6e6;
  background: var(--white);
  transition: var(--transition);
}

.step-wizard li .title {
  position: absolute;
  width: 100%;
  left: 20px;
  padding-top: 42px;
  color: #969c9c;
  transition: var(--transition);
}

.step-wizard li.active .step {
  border-color: #0aa89e;
}

.step-wizard li.active .title {
  color: black;
}

.step-wizard li.done .step {
  color: white;
  background-color: #0aa89e;
}

.step-wizard li>a {
  display: block;
  width: 100%;
  color: black;
  position: relative;
  text-align: center;
}

.step-wizard li>a:hover .step {
  border-color: #0aa89e;
}

.step-wizard li>a:hover .title {
  color: black;
}

@media only screen and (max-width: 1200px) {
  .step-wizard li {
    width: 24%;
  }
}

@media only screen and (max-width: 375px) {
  .step-wizard li {
    width: 22%;
  }
}

/* End Step Wizard */
.product-list-wrapper {
  margin-top: 30px;
}

.product-list-wrapper .product {
  position: relative;
  display: inline-block;
  margin-block: 0 10px;
  margin-inline: 10px 0;
  padding: 10px;
  /* zoom: 1; */
  background-size: 100% 200px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(bottom, #fafafa 0, #fdfdfd 20%, #fff 60%);
  background-image: linear-gradient(to top, #fafafa 0, #fdfdfd 20%, #fff 60%);
}

.product-widget .product-info-title,
.product-list-wrapper .product .product-info-title {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--primary-text);
  font-size: var(--font-size);
}

.product-grid-view .product-info-title {
  margin: 0;
}

.small .product-info-rating,
.product-list-wrapper .product .product-info-rating {
  font-size: var(--font-size);
}

.product-info-feature-list {
  position: absolute;
  right: 0;
  bottom: 11px;
  margin: 0;
  padding: 0;
  font-size: 11px;
  list-style: none;
}

.product-info-feature-list>li {
  margin-inline-start: 5px;
  padding-inline-start: 5px;
  color: var(--secondary-text);
  display: inline-block;
  border-inline-start: 1px solid var(--gray);
}

.product-info-feature-list>li:first-child {
  border: none;
  margin: 0;
  padding: 0;
}

.list-view-card {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  max-width: 100% !important;
}

.product-list-wrapper .product.product-list-view {
  display: block !important;
}

.product-list-wrapper .product.product-grid-view {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-list-view:after {
  content: "";
  display: table;
  clear: both;
}

.product-list-view .product-img-wrap {
  float: left;
  width: 25%;
  margin-inline-end: 20px;
  margin-bottom: 0;
}

.product-list-view .product-info {
  float: left;
  width: 55%;
  margin: 10px 0;
}

.product-list-view .product-info-price {
  margin: 10px 0;
}

.product-list-view .product-info-feature-list {
  position: static;
  font-size: 13px;
  margin: 10px 0;
}

.product-list-view .product-info-title {
  font-size: var(--font-size-xl) !important;
}

.product-list-view .product-info-desc {
  line-height: 1.25em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-list-view .product-info-price>span {
  font-size: var(--font-size-xxl);
  margin-bottom: 10px;
}

.product-list-view .product-info-rating {
  font-size: var(--font-size-sm);
}

.product.product-list-view {
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem 1.75rem;
  border: 1px solid var(--light);
  border-radius: var(--border-radius);
  background: var(--white);
  box-shadow: var(--box-shadow);
  margin-bottom: 20px;
}

.product-list-view .product-img-wrap,
.product-list-view .product-info,
.product-list-view .product-info-labels {
  float: none;
}

.product-list-view .product-img-wrap {
  flex: 0 0 190px;
  width: 190px;
  max-width: 190px;
  margin: 0;
}

.product-list-view .product-img-wrap img {
  height: 100%;
  object-fit: contain;
}

.product-list-view .product-info {
  flex: 1 1 calc(100% - 190px);
  min-width: 0;
  padding: 0;
  padding-right: 200px;
}

.product-list-wrapper .row.product-2nd-parent .list-view-card {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.product-list-wrapper .row.product-2nd-parent .list-view-card .product {
  width: 100% !important;
}

.product-list-view .product-actions {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-end;
  z-index: 2;
}

.product-list-view .product-actions a {
  min-width: 150px;
}

.product-list-view .product-info-desc {
  margin-top: 1rem;
}

@media screen and (max-width: 991px) {
  .product.product-list-view {
    flex-direction: column;
    padding-right: 1.25rem;
  }

  .product-list-view .product-img-wrap {
    width: 100%;
    flex: 1 1 100%;
  }

  .product-list-view .product-actions {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    right: auto;
    top: auto;
    width: 100%;
    gap: 0.75rem;
  }

  .product-list-view .product-actions a {
    min-width: 0;
  }
}

@media screen and (max-width: 992px) {
  .seller-info {
    margin-top: 20px;
  }
}

.product-list-view .product-actions {
  position: absolute;
  padding: 0;
  margin: 0;
}

.product-list-view .product-actions>a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.product-list-view .product-actions a span {
  display: inline-block;
}

.product-grid-view .product-info-availability {
  display: none;
}

.product-grid-view .product-info {
  padding: 5px 0 10px 0;
}

.product-grid-view .product-info-desc {
  display: none;
}

.product-grid-view .product-actions {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  display: none;
  padding: 0 5px;
}

.product-grid-view .product-actions>a.btn:not(.btn-primary):hover,
.product-grid-view .product-actions>a.btn:not(.btn-primary):hover .svg-icon {
  background-color: var(--primary-color);
  border-color: transparent;
  border-inline-end-color: #ccc;
  border-inline-start-color: #ccc;
  color: var(--white);
  fill: var(--white) !important;
}

.product-grid-view .product-actions a.btn-default {
  color: var(--primary-text);
  width: 20%;
}

.product-grid-view .product-actions a.btn-primary {
  width: 40%;
  border: 1px solid var(--primary-color);
}

.product-grid-view .product-actions a.btn-primary:hover {
  border-radius: 0 4px 4px 0 !important;
}

.product-grid-view .product-actions a span {
  display: none;
}

.product-grid-view:hover .product-actions {
  display: block;
  z-index: 2;
}

.product-grid-view .product-img-wrap:hover .product-img-primary,
.product-grid-view .product-img-wrap:hover .product-img-alt {
  transform: none !important;
}

.product-grid-view .product-img-wrap .product-img-primary,
.product-grid-view .product-img-wrap .product-img-alt {
  transition: none !important;
}

.product-grid-view .product-info-price {
  font-size: 18px;
}

.product-grid-view .product-info-price .old-price {
  margin-inline-start: 5px;
  font-size: 16px;
}

a.ship_to {
  color: var(--primary-color);
  text-decoration: none;
  border-bottom: 1px dotted var(--dark);
}

a.ship_to:hover {
  color: var(--dark);
  border-bottom: 1px solid var(--primary-color);
}

.product-img-wrap {
  position: relative;
  /*height: 100%;*/
  overflow: hidden;
  margin-bottom: 10px;
}

.product-img-primary,
.product-img-alt,
.product-img {
  width: 100%;
  display: block;
  transition: var(--transition);
  z-index: 1;
}

.product-img-alt {
  position: absolute;
  right: 0;
  top: 0;
}

.product-list-view .product-img-alt {
  transform: translate3d(101%, 0, 0);
}

.product-list-view .product-img-wrap:hover .product-img-alt {
  transform: translate3d(0, 0, 0);
}

.product-list-view .product-img-wrap:hover .product-img-primary {
  transform: translate3d(-100%, 0, 0);
}

.product-grid-view .product-img-wrap:hover .product-img-primary,
.product-grid-view .product-img-wrap:hover .product-img-alt {
  transform: none !important;
}

.product-info {
  padding: 5px 0px;
  position: relative;
}

.product-info-seller-name {
  font-size: var(--font-size);
  text-decoration: none;
}

.product-info-title {
  margin: 5px 0px;
  line-height: 1.2em;
  font-weight: 400;
}

.small-carousel .product-info-title {
  font-size: var(--font-size-sm);
  height: auto;
}

.product-info-desc {
  display: block;
  font-size: var(--font-size);
  color: var(--dark);
}

.product-info-price {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
}

.price-fractional {
  display: inline-block;
  top: 0.25em !important;
  font-size: 70%;
  line-height: 0.7em;
  margin-inline-start: 2px;
  vertical-align: top;
}

.product-info-price span.old-price {
  font-size: 20px;
  font-weight: 400;
  /*margin-inline-end: 7px;*/
  color: var(--secondary-text) !important;
  text-decoration: line-through !important;
}

.product-single .product-info {
  padding-top: 0;
}

.product-single .product-info-title {
  margin: 10px 0;
  font-size: var(--font-size-xl);
}

.product-single .product-info-title a {
  color: inherit;
}

.product-single .product-info-title a:hover {
  color: var(--primary-color);
}

.product-single .product-info-price {
  margin: 15px 0px;
}

.product-single ul.product-info-feature-labels {
  display: inline-block;
  list-style: none;
  margin: 13px auto;
  font-size: var(--font-size-sm);
}

.product-single ul.product-info-feature-labels li {
  display: inline;
  padding: 4px 7px;
  color: var(--white);
  background-color: var(--red);
  font-weight: 100;
  text-transform: uppercase;
}

.product-info-price .percent-off {
  display: none;
  margin-inline-start: 10px;
  padding: 4px 7px;
  color: var(--white);
  background-color: var(--red);
  font-size: 0.5em;
  font-weight: 100;
  line-height: 0.5em;
  text-transform: uppercase;
}

.product-single .product-info-price .percent-off {
  display: unset;
}

table .product-info-price .percent-off {
  display: block;
  padding: 7px;
  margin: 7px;
}

.product-info .btn-link {
  padding-inline-start: 0px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.product-info .product-info-availability span,
.product-info .product-info-condition span,
.seller-info-opens span {
  color: var(--secondary-text);
}

.product-info .product-info-condition sup {
  color: var(--secondary-text);
}

.product-info .product-info-condition sup .tooltip {
  min-width: 300px;
}

.product-qty-wrapper {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.product-info-qty-item {
  float: left;
  /*margin-inline-end: 10px;*/
  border-radius: 4px;
  border: 1px solid var(--gray);
  overflow: hidden;
}

.product-info-qty {
  background: var(--white);
  height: 33px;
  width: 32px;
  line-height: 33px;
  float: left;
  display: block;
  text-align: center;
  padding: 0;
  border: none;
}

.product-info-qty:focus {
  outline: none;
}

.product-info-qty-input {
  border-inline-start: 1px solid var(--gray);
  border-inline-end: 1px solid var(--gray);
  width: 45px;
}

.product-qty-wrapper .available-qty-count {
  margin-inline-start: 10px;
  line-height: 33px;
  vertical-align: middle;
  font-style: italic;
  color: var(--secondary-text);
}

.product-single .product-info-options .row {
  margin-bottom: 15px;
}

.modal-content .product-single .product-info-options .row {
  margin-bottom: 10px;
}

.product-single .product-info-options .row#order-total-row span {
  line-height: 21px;
  font-weight: 400;
}

.product-single .product-info-options #product-info-shipping-detail,
.product-single .product-info-options .info-label {
  display: inline;
  font-size: var(--font-size);
}

.product-single .product-info-options #delivery-time {
  display: block;
  color: var(--secondary-text);
  font-size: var(--font-size-sm);
}

.product-single .product-info-options .qtt-label {
  line-height: 33px;
}

.product-single .product-info-options .row.product-attribute {
  margin-bottom: 20px;
}

.product-info-options .color-option {
  width: 26px;
  height: 26px;
  display: inline-block;
}

.product-info-labels {
  position: absolute;
  top: 10px;
  left: -1px;
  color: var(--white);
  font-size: 11px;
  list-style: none;
  text-transform: uppercase;
  z-index: 2;
}

.product-info-labels>li {
  display: table;
  color: var(--white);
  background: var(--red);
  padding: 4px 7px;
  line-height: 1em;
  margin-bottom: 5px;
  border-radius: 0 15px 15px 0;
  box-shadow: var(--box-shadow);
}

.product-page-right-section {
  border-inline-start: 1px solid var(--light);
}

.share>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}

.share a {
  display: inline-block;
  min-width: 26px;
  max-width: 30px;
  padding: 3px 6px;
  text-align: center;
  color: var(--maroon);
  outline: 1px solid var(--secondary-text);
  border-radius: var(--border-radius);
  transition: var(--transition);
}

.share a:hover {
  background: var(--primary-color);
  color: var(--white);
}

.product-info-rating {
  display: inline-block;
  padding: 0;
  overflow: hidden;
  font-size: var(--font-size-lg);
  line-height: 17px;
  min-height: 21px;
  color: var(--primary-light);
}

.rating-count {
  display: inline-block;
  margin-top: -2px;
  font-size: var(--font-size-sm);
  color: var(--secondary-text);
  vertical-align: middle;
}

.feedback-stars span.response {
  color: var(--primary-color);
  font-size: 0.65em;
  margin: 5px 20px 0;
}

/*@media screen and (min-width: 720px) and (max-width: 1024) {
  .flash-deal-product-inner{
    margin-bottom: 30px !important;
  }
}*/

.sidebar-product-list {
  list-style: none;
  padding: 0;
  overflow: hidden;
}

.sidebar-product-list>li {
  border-bottom: 1px solid #e6e6e6;
}

.sidebar-product-list>li:last-child {
  border-bottom: none;
}

.sidebar-product-list .product-widget {
  border-radius: 0;
  box-shadow: none;
  padding: 5px;
}

.sidebar-product-list .product-widget:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sidebar-product-list .product-img-wrap {
  float: left;
  width: 35%;
  max-width: 100px;
  margin: 0;
}

.sidebar-product-list .product-info {
  float: left;
  width: 65%;
  padding: 5px 0px 0px 10px !important;
}

.sidebar-product-list .product-info-title {
  letter-spacing: unset;
  text-decoration: none;
}

/****** End Sidebar Product List ******/
/****** Quick View Modal ******/
#quickViewModal .close {
  height: 36px;
  width: 36px;
  font-weight: lighter;
  font-size: 3em;
}

#quickViewModal .product-single {
  margin-top: 25px;
}

.product-list-wrapper .product .product-link,
.product-widget .product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
  text-indent: 99999;
}

.product-widget .product-link:focus,
.product-widget .product-link:active {
  outline: 0 !important;
}

.product-widget .product-info {
  padding: 5px 3px;
}

.product-widget .product-info-title {
  font-size: 13px;
  max-height: 2.5em;
  -webkit-line-clamp: 2;
}

.product-widget .product-info-price {
  font-size: var(--font-size-lg);
}

.product-widget .product-info-price span.old-price {
  font-size: var(--font-size) !important;
}

.product-widget .product-info-rating {
  font-size: var(--font-size-lg);
}

.offered-product-widget {
  display: block;
  height: 150px;
  width: 100%;
  margin: 15px 0;
}

.offered-product-widget-img {
  display: block;
  float: left;
  height: 150px;
  width: auto;
  border-radius: 0px;
}

.offered-product-widget-img img {
  height: 100%;
  width: auto;
}

.offered-product-widget-content {
  padding: 5px 10px;
  margin-inline-start: 160px;
  height: 150px;
}

.offered-product-widget h2 {
  margin-top: 0;
  font-weight: 400;
  font-size: var(--font-size-xxl);
}

.offered-product-widget-text {
  display: block;
  font-size: var(--font-size);
}

@media screen and (max-width: 375px) {
  .product-widget .product-info-rating {
    font-size: 11px;
    line-height: 11px;
    min-height: 11px;
  }

  .product-widget .product-info-title {
    font-size: var(--font-size-sm);
  }

  .product-widget .product-info-price {
    font-size: var(--font-size-sm);
  }

  .product-single .product-info-price {
    margin-top: 13px;
  }
}

#width_tmp_select {
  display: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.dynamic-shipping-rates {
  cursor: pointer;
}

.dynamic-shipping-rates i.fa-caret-square-o-down {
  color: var(--secondary-text);
  margin-inline-start: 3px;
}

.owl-carousel:not(.owl-loaded) {
  opacity: 0;
  visibility: hidden;
}

.product-carousel:hover .owl-nav .owl-next,
.product-carousel:hover .owl-nav .owl-prev,
.big-carousel:hover .owl-nav .owl-next,
.big-carousel:hover .owl-nav .owl-prev,
.small-carousel:hover .owl-nav .owl-next,
.small-carousel:hover .owl-nav .owl-prev,
.featured-categories:hover .owl-nav .owl-next,
.featured-categories:hover .owl-nav .owl-prev {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transform: var(--transition);
  box-shadow: var(--box-shadow);
  background-color: var(--gray);
}

.owl-nav button:focus,
.owl-nav button:active {
  outline: 0 !important;
  outline-offset: 0 !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.owl-nav button span {
  font-size: var(--font-size-xxl);
}

.owl-nav button:hover span {
  color: var(--white);
  /* background: var(--gray); */
}

.owl-nav button.owl-prev {
  transform: translate3d(-8px, 0, 0);
  left: 0;
}

.owl-nav button.owl-next {
  transform: translate3d(8px, 0, 0);
  right: 0;
}

.owl-nav button {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background: none;
  transition: var(--transition);
  font-size: var(--font-size-xl);
  position: absolute;
  top: 25%;
  width: 40px;
  height: 99px;
  color: var(--secondary-text);
  margin-top: -20px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
}

.carousel-img-only {
  margin-bottom: 10px;
}

.carousel-img-only .owl-nav button {
  top: 38%;
}

.small-carousel.carousel-img-only .owl-nav button {
  top: 23%;
}

.owl-dots {
  display: none;
}

.outline-effect {
  transition: var(--transition);
}

.outline-effect:hover {
  outline: 3px double var(--gray);
  outline-offset: -15px;
}

.container.w-full>.row>[class^="col-"],
.row.featured>[class^="col-"] {
  padding-inline-start: 7.5px;
  padding-inline-end: 7.5px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .row.featured>[class^="col-"]:first-child {
    padding-inline-start: 0px;
  }

  .row.featured>[class^="col-"]:last-child {
    padding-inline-end: 0px;
  }
}

.container.w-full>.row>[class^="col-"]:first-child {
  padding-inline-start: 15px;
}

.container.w-full>.row>[class^="col-"]:last-child {
  padding-inline-end: 15px;
}

.container.w-full>.row>.col-md-12,
.row.featured>.col-md-12 {
  padding-inline-start: 0px;
  padding-inline-end: 0px;
}

.cover-img-wrapper {
  position: relative;
  color: var(--white);
  background-color: var(--primary-text);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 200px;
  /* max-height: 400px; */
  width: 100%;
  overflow: hidden;
  z-index: 1;
  isolation: isolate;
}

.cover-img-wrapper::before {
  position: absolute;
  content: '';
  inset: 0;
  background: rgba(0, 0, 0, .6);
  z-index: -1;
}

.page-cover-caption {
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 2;
}

/* .brand-cover-img-wrapper .page-cover-caption,
.store-cover-img-wrapper .page-cover-caption {
  left: unset;
  width: 100%;
  text-align: center !important;
} */

.page-cover-title {
  font-size: var(--font-size-xxl);
  display: block;
  /*margin: 5px 0px;*/
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 2px var(--gray);
  letter-spacing: 2px;
}

.page-cover-title a {
  color: inherit;
}

.best-under {
  margin-bottom: 20px;
}

.selectBoxIt.ship_to {
  width: 250px !important;
}

.selectBoxIt.ship_to span {
  color: var(--dark);
}

.shopping-cart-wrapper {
  border: 1px solid var(--gray);
}

.shopping-cart-wrapper a {
  color: inherit;
}

.shopping-cart-wrapper a:hover {
  color: var(--primary-color);
}

.shopping-cart-wrapper.selected {
  padding-top: 10px !important;
  background-color: var(--light) !important;
  box-shadow: var(--box-shadow);
}

.shopping-cart-wrapper .logo-wrapper img.vendor-logo {
  width: 100px;
  max-height: 50px;
  object-fit: cover;
  object-position: center;
}

.shopping-cart-wrapper .cart-payment-options .form-group label {
  font-size: var(--font-size);
  letter-spacing: 0.6px;
  color: var(--primary-text);
  margin-bottom: 7px;
}

.shopping-cart-wrapper .cart-payment-options .form-group .checked+span,
.shopping-cart-wrapper .cart-payment-options .form-group label:hover {
  color: var(--primary-color);
  letter-spacing: 0.8px;
}

.shopping-cart-wrapper .form-control,
.shopping-cart-wrapper .input-group-btn button {
  height: 44px;
}

.checkout-area .shopping-cart-wrapper textarea.form-control {
  min-height: 120px;
}

.shopping-cart-wrapper .input-group .address_title {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.shopping-cart-header {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 5px 0 10px 0;
}

.shopping-cart-header .deliver-to {
  font-size: var(--font-size-lg);
  padding: 2px 5px;
}

.shopping-cart-header .deliver-to a {
  background-color: var(--light);
  padding: 3px 8px;
  color: var(--primary-color);
  border: none;
  transform: var(--transition);
}

.shopping-cart-header .deliver-to a:hover {
  color: var(--primary-text);
}

.shopping-cart-item-table {
  margin-bottom: 0px;
}

.profile-body .tab-pane #filterBtn {
  top: -16px
}

.tab-pane .product-2nd-parent {
  margin: 15px 0 0 !important;
}

/* Carts Page */
.shopping-cart-item-table>tfoot>tr>td,
.shopping-cart-item-table>thead>tr>th {
  font-weight: 400;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--light);
  text-transform: uppercase;
}

.shopping-cart-summary:not(.checkout-area .shopping-cart-summary) {
  margin-bottom: 75px;
}

.shopping-cart-summary ul {
  list-style: none;
  margin: 20px 0;
}

.shopping-cart-summary>li {
  padding: 10px;
  overflow: hidden;
}

.shopping-cart-summary>li>span {
  float: left;
  width: 50%;
}

.shopping-cart-summary>li>span.badge.badge-dark {
  width: auto;
  margin: 5px;
}

.shopping-cart-summary>li>span:last-child {
  text-align: right;
  text-transform: capitalize;
}

.shopping-cart-summary u {
  cursor: pointer;
}

.shopping-cart-summary>li {
  letter-spacing: 1px;
  border-bottom: 1px solid var(--light);
}

.shopping-cart-summary>li a {
  color: var(--primary-text);
}

.shopping-cart-summary>li .small {
  display: block;
}

.shopping-cart-item-table>tbody>tr>td {
  vertical-align: middle;
  padding: 5px;
  border-top: 1px solid var(--light);
}

.shopping-cart-item-table>thead>tr>th:last-child,
.shopping-cart-item-table>tbody>tr>td:last-child {
  padding: 0;
  width: 18px;
}

.shopping-cart-item-table>tfoot>tr>td {
  padding: 10px 5px;
  border-bottom: none;
}

.shopping-cart-summary>li:last-child {
  border-bottom: none;
  border-top: 1px solid var(--gray);
  font-weight: 500;
  font-size: var(--font-size-xxl);
  color: var(--primary-color);
}

.shopping-cart-wrapper .side-widget .cart-checkout-btns {
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.shopping-cart-wrapper .side-widget button {
  padding: 10px 30px;
  font-weight: 500;
}

.cart-item-tr img.item-img {
  width: 80px;
  height: 80px;
}

.table-shopping-qty {
  width: 35px;
}

.cart-item-remove {
  color: var(--secondary-text);
}

.shopping-cart-total {
  font-size: var(--font-size-lg);
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  text-align: right;
}

.widget-title {
  position: relative;
  font-size: 14px;
  margin: 15px 0;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
}

.side-widget h3.cart-summary-title {
  position: relative;
  font-size: var(--font-size);
  margin: 15px 10px 10px;
  font-weight: 500;
  font-size: var(--font-size-lg);
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
}

.side-widget h3.cart-summary-title span {
  position: relative;
  background: var(--light);
  padding-inline-end: 10px;
  margin: 0 0 20px;
  z-index: 1;
}

.side-widget h3.cart-summary-title:after {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--primary-color);
}

ul.key-feature-list {
  padding-inline-start: 10px;
}

ul.key-feature-list li {
  margin: 0px 0px 5px 28px;
  font-size: var(--font-size);
  color: var(--primary-text);
}

ul.key-feature-list li i {
  margin: 0 5px 0 -25px;
  /* font-weight: 600; */
  color: var(--primary-color);
}

.popover {
  border-radius: 0 !important;
  max-width: 550px;
}

.popover-content {
  padding: 5px;
}

.popover-title {
  color: var(--dark);
  font-weight: 300;
}

.popover #item-shipping-options-table {
  min-width: 430px;
}

@media screen and (max-width: 720px) {
  .popover #item-shipping-options-table {
    min-width: 100%;
  }
}

.popover-form table tr:last-child {
  border-bottom: 1px solid var(--gray);
}

.popover-form table tr td {
  color: var(--secondary-text);
  vertical-align: middle;
}

.popover-form .text-muted {
  color: #888 !important;
}

.popover-form .radio,
.popover-form .checkbox {
  margin: 0;
}

.popover-form .radio label,
.popover-form .checkbox label {
  padding-inline-start: 20px;
  margin-bottom: 0px;
  color: var(--secondary-text);
}

#payment-instructions>span>p:first-child {
  display: inline !important;
}

/******* Checkout page ********/
.customer-address-list .address-list-item {
  position: relative;
  cursor: pointer;
  color: var(--secondary-text);
  font-size: 13px;
  padding: 11px;
  min-height: 160px;
  border: 3px solid #efefef;
  margin-bottom: 4px;
}

.customer-address-list .address-list-item address {
  margin-bottom: 0px;
}

.customer-address-list .address-list-item.selected {
  border: 3px solid #428bca;
  background-color: var(--light);
  color: var(--primary-text);
  transition: var(--transition);
}

.customer-address-list .address-list-item.has-error {
  border-style: dashed;
  border-color: #a94442;
}

.address-list-item input[type="radio"].ship-to-address {
  position: absolute;
  top: 3px;
  right: 9px;
}

.warehouse-address-list .address-list-item {
  position: relative;
  cursor: pointer;
  color: var(--secondary-text);
  font-size: 13px;
  padding: 11px;
  min-height: 160px;
  border: 3px solid #efefef;
  margin-bottom: 4px;
}

.warehouse-address-list .address-list-item address {
  margin-bottom: 0px;
}

.warehouse-address-list .address-list-item.selected {
  border: 3px solid #428bca;
  background-color: var(--light);
  color: var(--primary-text);
  transition: var(--transition);
}

.warehouse-address-list .address-list-item.has-error {
  border-style: dashed;
  border-color: #a94442;
}

.address-list-item input[type="radio"].warehouse_id {
  position: absolute;
  top: 3px;
  right: 9px;
}

/******* Footer ********/
.main-footer {
  background-color: #e8e8e8;
  color: var(--secondary-text);
  font-size: 13px;
  padding: 20px 0 10px;
  border-top: 1px solid var(--light);
  border-bottom: 1px solid var(--light);
}

.main-footer h3 {
  font-size: var(--font-size-lg);
  font-weight: 400;
  color: var(--primary-text);
  margin-bottom: 10px;
}

.footer-subscribe-form h3 {
  font-weight: 200;
}

.footer-subscribe-form .footer-subscribe-input {
  width: 240px;
  padding: 5px;
  height: 32px;
  font-size: var(--font-size-sm);
  font-weight: 400;
  background-color: var(--white);
  border: 1px solid var(--gray);
}

.footer-subscribe-form .footer-subscribe-submit {
  height: 32px;
  min-width: 100px;
  margin: 0;
  padding: 0 15px;
  font-size: 13px;
  color: var(--white);
  border: 0;
  background-color: #e62e04;
}

.footer-subscribe-input:active,
.footer-subscribe-input:focus,
.footer-subscribe-submit:active,
.footer-subscribe-submit:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.footer-subscribe-form .tips {
  margin: 10px 0 0 0;
  font-size: var(--font-size-sm);
}

.footer-social-networks {
  padding-top: 5px;
  margin-bottom: 10px;
  vertical-align: top;
}

ul.footer-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.footer-social-list>li {
  float: left;
  margin-inline-end: 8px;
}

.footer-social-list>li .fa {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--white);
}

.footer-social-list>li .fa.fa-facebook {
  background: #46629e;
}

.footer-social-list>li .fa.fa-twitter {
  background: #55acee;
}

.footer-social-list>li .fa.fa-pinterest {
  background: #cd2129;
}

.footer-social-list>li .fa.fa-instagram {
  background: #457399;
}

.footer-social-list>li .fa.fa-google-plus {
  background: #dd4b39;
}

.footer-social-list>li .fa.fa-youtube {
  background: #ff0000;
}

.footer-social-list li a:hover {
  background: #282828;
  text-decoration: none;
}

.footer-link-list {
  padding-inline-start: 0px;
  margin-bottom: 10px;
}

.footer-link-list li {
  margin: 0;
  list-style: none;
  line-height: 24px;
}

.footer-link-list li a {
  color: var(--secondary-text);
  font-size: var(--font-size-sm);
}

@media screen and (max-width: 375px) {
  .footer-subscribe-form .footer-subscribe-input {
    width: 169px;
  }
}

/* Helper Footer */
.user-helper-footer {
  position: relative;
  background: #262626;
  color: var(--white);
  padding-top: 30px;
  border-top: 2px solid var(--secondary-text);
}

.contact-info .media,
.contact-info .media .media-body h4 {
  color: var(--primary-text);
  font-size: var(--font-size-lg) !important;
  font-weight: lighter !important;
  letter-spacing: 1px;
}

.contact-info .media>.pull-left {
  padding-inline-end: 5px;
}

.contact-info .media .media-body h4 {
  margin-top: 0px;
}

/* Coupon Cards */
.customer-coupon-lists,
.customer-gift-card-lists {
  padding: 0 10px;
}

.customer-coupon-lists .coupon-item,
.customer-gift-card-lists .gift-card-item {
  display: block;
  color: var(--light);
  min-height: 30px;
  text-align: center;
  background: #ff6600;
  padding: 12px 0;
  border-radius: var(--border-radius);
}

.customer-coupon-value,
.customer-gift-card-value {
  display: block;
  font-size: 24px;
}

.customer-coupon-lists .customer-coupons-limit {
  display: block;
  font-size: 9px;
}

.customer-coupons-expired .coupon-item,
.customer-gift-card-expired .gift-card-item {
  background: var(--secondary-text);
}

.customer-coupons-expired .coupon-item,
.customer-gift-card-expired .gift-card-item {
  color: var(--secondary-text);
}

/*
 * Component: Info Box
 */
.info-box {
  display: block;
  min-height: 90px;
  background: var(--white);
  width: 100%;
  box-shadow: var(--box-shadow);
  border-radius: 0px;
}

.info-box-icon {
  border-radius: 0px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.2);
}

.info-box-content {
  padding: 15px 5px 15px 10px;
  font-weight: lighter;
  letter-spacing: 1px;
  margin-inline-start: 90px;
}

.info-box[class*="bg-"] a {
  color: var(--primary-text) !important;
}

.info-box-number {
  display: block;
  font-size: 30px;
}

.info-box-text {
  display: block;
  font-size: var(--font-size);
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  text-overflow: ellipsis;
}

/* notice box */
.notice {
  padding: 15px;
  background-color: #fafafa;
  border: 1px solid transparent;
  border-inline-start: 6px solid #7f7f84;
  margin-bottom: 10px;
}

.notice-sm {
  padding: 10px;
  font-size: 80%;
}

.notice-lg {
  padding: 35px;
  font-size: large;
}

.notice-success {
  border-color: #80d651;
}

.notice-success>strong {
  color: #80d651;
}

.notice-info {
  border-color: #45abcd;
}

.notice-info>strong {
  color: #45abcd;
}

.notice-warning {
  border-color: #feaf20;
}

.notice-warning>strong {
  color: #feaf20;
}

.notice-danger {
  border-color: #d73814;
}

.notice-danger>strong {
  color: #d73814;
}

/*
 * Blog styles
 */
h1.blog-post-title {
  margin: 15px 0;
  font-size: 36px;
  line-height: 1.1;
}

h1.blog-post-title a {
  color: var(--primary-text);
  text-decoration: none;
}

.blog-post-excerpt {
  font-size: var(--font-size);
  line-height: 1.5;
  font-weight: 300;
  color: #727272;
}

.blog-post-body {
  font-size: var(--font-size-lg);
  line-height: 1.4em;
}

.blog-post-body p {
  margin-bottom: 30px;
}

.blog-post iframe,
.blog-post p img,
.blog-post img {
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 20px 0;
}

.blog-post-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: var(--font-size);
  color: #7a7a7a;
  font-style: italic;
  margin-bottom: 15px;
}

.blog-post-meta>li {
  float: left;
  margin-inline-end: 5px;
  padding-inline-end: 10px;
  position: relative;
}

.blog-sidebar-section {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.widget-title-sm {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 9px;
}

.blog-sidebar-posts>li h5 {
  font-size: var(--font-size-lg);
  font-weight: 100;
  line-height: 1.1;
  margin-bottom: 0px;
  letter-spacing: 1;
}

.blog-sidebar-posts>li h5 a {
  text-decoration: none;
  color: #474747;
}

.blog-sidebar-tags {
  list-style: none;
  padding: 0;
  overflow: hidden;
}

.blog-sidebar-tags>li {
  float: left;
  margin-inline-end: 7px;
  margin-bottom: 7px;
}

.blog-sidebar-tags>li>a {
  text-decoration: none;
  display: inline-block;
  font-size: var(--font-size-sm);
  padding: 3px 10px;
  background: var(--white);
  color: var(--primary-text);
  border: 1px solid #727272;
  border-radius: 15px;
}

.blog-landing {
  padding: 34px 0 54px;
}

.blog-landing-container {
  max-width: 1400px;
  width: 98%;
}

.blog-landing-title {
  margin: 0 0 32px;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 500;
  color: #1f2430;
}

.blog-landing-featured {
  display: grid;
  grid-template-columns: minmax(0, 2.12fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.blog-landing-hero {
  min-width: 0;
}

.blog-landing-hero-media {
  display: block;
  width: 100%;
  height: 430px;
  background: #d8d8d8;
  overflow: hidden;
}

.blog-landing-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-landing-media-placeholder {
  width: 100%;
  height: 100%;
  background: #d8d8d8;
}

.blog-landing-hero-title {
  margin: 18px 0 12px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 500;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  color: #1f2430;
}

.blog-landing-hero-title a {
  color: inherit;
  text-decoration: none;
}

.blog-landing-hero-excerpt {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #383838;
}

.blog-landing-featured-list {
  min-width: 0;
}

.blog-landing-featured-list h3 {
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  color: #1f2430;
}

.blog-landing-featured-item {
  margin-bottom: 22px;
}

.blog-landing-featured-item h4 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  font-family: Georgia, "Times New Roman", serif;
}

.blog-landing-featured-item h4 a {
  color: #1f2430;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
}

.blog-landing-featured-item p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #383838;
  font-family: 'Lato', sans-serif;
}

.blog-landing-readmore {
  display: inline-block;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}

.blog-landing-empty {
  margin: 0;
  font-size: 16px;
  color: #666;
}

.blog-landing-divider {
  margin: 20px 0 28px;
  border: 0;
  border-top: 1px solid #d9d9d9;
}

.blog-landing-grid-title {
  margin: 0 0 26px;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 500;
  color: #1f2430;
}

.blog-landing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.blog-landing-card {
  display: flex;
  flex-direction: column;
  min-height: 470px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.blog-landing-card-media {
  display: block;
  width: 100%;
  height: 210px;
  background: #cb7171;
  overflow: hidden;
}

.blog-landing-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-landing-card-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 12px 12px 14px;
}

.blog-landing-card-kicker {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.2;
  color: #555;
  font-family: 'Lato', sans-serif;
}

.blog-landing-card-content h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  font-family: Georgia, "Times New Roman", serif;
}

.blog-landing-card-content h3 a {
  color: #1f2430;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
}

.blog-landing-card-snippet {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #383838;
  font-family: 'Lato', sans-serif;
}

.blog-landing-card-content .blog-landing-readmore {
  margin-top: auto;
}

.blog-landing-pagination {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #cfcfcf;
}

.blog-pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.blog-pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 30px;
  padding: 0 2px;
  color: #111111;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}

.blog-pagination__item:hover,
.blog-pagination__item:focus {
  color: #111111;
  text-decoration: none;
}

.blog-pagination__item.is-active {
  border: 1px solid #bdbdbd;
  min-width: 30px;
  height: 30px;
  font-size: 15px;
}

.blog-pagination__item.is-disabled {
  color: #000000;
  opacity: 1;
}

@media (max-width: 1399.98px) {
  .blog-landing-container {
    max-width: 1320px;
    width: 98%;
  }

  .blog-landing-title {
    font-size: 38px;
  }

  .blog-landing-hero-title {
    font-size: 32px;
  }

  .blog-landing-hero-excerpt,
  .blog-landing-featured-item p,
  .blog-landing-readmore {
    font-size: 15px;
  }

  .blog-landing-featured-list h3,
  .blog-landing-featured-item h4 {
    font-size: 24px;
  }

  .blog-landing-grid-title {
    font-size: 38px;
  }

  .blog-landing-card-kicker {
    font-size: 12px;
  }

  .blog-landing-card-content h3 {
    font-size: 17px;
  }

  .blog-landing-card-content p {
    font-size: 14px;
  }

  .blog-pagination__item {
    font-size: 14px;
  }

  .blog-pagination__item.is-active {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .blog-landing {
    padding-top: 24px;
  }

  .blog-landing-featured {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .blog-landing-hero-media {
    height: 320px;
  }

  .blog-landing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-landing-card {
    min-height: 430px;
  }

  .blog-landing-card-media {
    height: 190px;
  }

  .blog-pagination {
    gap: 14px;
  }

  .blog-pagination__item {
    font-size: 14px;
  }

  .blog-pagination__item.is-active {
    min-width: 28px;
    height: 28px;
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .blog-landing-title,
  .blog-landing-grid-title {
    font-size: 30px;
  }

  .blog-landing-hero-title {
    font-size: 24px;
  }

  .blog-landing-hero-excerpt,
  .blog-landing-featured-list h3,
  .blog-landing-featured-item h4,
  .blog-landing-featured-item p,
  .blog-landing-readmore {
    font-size: 16px;
  }

  .blog-landing-hero-media {
    height: 230px;
  }

  .blog-landing-grid {
    grid-template-columns: 1fr;
  }

  .blog-landing-card {
    min-height: 390px;
  }

  .blog-landing-card-media {
    height: 180px;
  }

  .blog-pagination {
    gap: 10px;
  }

  .blog-pagination__item {
    font-size: 13px;
    height: 28px;
  }

  .blog-pagination__item.is-active {
    min-width: 26px;
    height: 26px;
    font-size: 13px;
  }
}

.blog-detail-page {
  padding: 34px 0 54px;
}

.blog-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.blog-detail-main {
  min-width: 0;
}

.blog-detail-kicker {
  margin: 0 0 10px;
  color: #626262;
  font-size: 14px;
  line-height: 1.3;
  font-family: 'Lato', sans-serif;
}

.blog-detail-title {
  margin: 0;
  color: #1d242c;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 500;
  font-family: Georgia, "Times New Roman", serif;
}

.blog-detail-meta {
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 16px;
  line-height: 1.3;
  color: #2a2a2a;
  font-family: 'Lato', sans-serif;
}

.blog-detail-meta a {
  color: #1f2430;
  text-decoration: none;
}

.blog-detail-divider {
  margin: 12px 0 22px;
  border: 0;
  border-top: 1px solid #d0d0d0;
}

.blog-detail-excerpt {
  margin: 0 0 20px;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1.55;
  font-family: 'Lato', sans-serif;
}

.blog-detail-body {
  color: #232323;
  font-size: 15px;
  line-height: 1.6;
  font-family: 'Lato', sans-serif;
}

.blog-detail-body h2,
.blog-detail-body h3,
.blog-detail-body h4 {
  margin-top: 24px;
  margin-bottom: 12px;
  color: #1f2430;
  font-family: Georgia, "Times New Roman", serif;
}

.blog-detail-body img {
  max-width: 100%;
  height: auto;
  margin: 8px 0 16px;
}

.blog-detail-body p {
  margin-bottom: 16px;
}

.blog-detail-sidebar h3 {
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  color: #1f2430;
}

.blog-detail-side-card {
  margin-bottom: 26px;
}

.blog-detail-side-media {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #cb7171;
}

.blog-detail-side-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-detail-side-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: #cb7171;
}

.blog-detail-side-kicker {
  margin: 10px 0 6px;
  color: #646464;
  font-size: 12px;
  line-height: 1.3;
  font-family: 'Lato', sans-serif;
}

.blog-detail-side-card h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  font-family: Georgia, "Times New Roman", serif;
}

.blog-detail-side-card h4 a {
  color: #1f2430;
  text-decoration: none;
}

@media (max-width: 1399.98px) {
  .blog-detail-title {
    font-size: 34px;
  }

  .blog-detail-meta {
    font-size: 15px;
  }

  .blog-detail-excerpt,
  .blog-detail-body {
    font-size: 15px;
  }

  .blog-detail-sidebar h3 {
    font-size: 20px;
  }

  .blog-detail-side-kicker {
    font-size: 12px;
  }

  .blog-detail-side-card h4 {
    font-size: 17px;
  }
}

@media (max-width: 991.98px) {
  .blog-detail-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .blog-detail-title {
    font-size: 30px;
  }

  .blog-detail-meta {
    font-size: 14px;
  }

  .blog-detail-excerpt,
  .blog-detail-body {
    font-size: 15px;
  }

  .blog-detail-sidebar h3 {
    font-size: 18px;
  }

  .blog-detail-side-card h4 {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .blog-detail-page {
    padding: 20px 0 38px;
  }

  .blog-detail-kicker {
    font-size: 13px;
  }

  .blog-detail-title {
    font-size: 26px;
  }

  .blog-detail-meta {
    font-size: 13px;
    gap: 6px;
  }

  .blog-detail-excerpt,
  .blog-detail-body {
    font-size: 14px;
  }

  .blog-detail-sidebar h3 {
    font-size: 16px;
  }

  .blog-detail-side-media {
    height: 180px;
  }

  .blog-detail-side-card h4 {
    font-size: 15px;
  }
}

.comments-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment {
  margin-bottom: 25px;
  overflow: hidden;
}

.comment .comment-author {
  float: left;
  margin-inline-end: 10px;
}

.comment .comment-author img {
  border-radius: 50%;
}

.comment .comment-author-name {
  font-size: 13px;
  color: #727272;
  margin: 0;
}

.comment .comment-inner {
  display: table;
}

.comment .comment-content {
  margin: 3px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e6e6e6;
}

/*
 * Shop Profile modal widget
 */
.box-widget {
  border: none;
  position: relative;
  margin-bottom: 20px;
}

.widget-shop .widget-shop-header {
  padding: 22px;
  margin-bottom: 10px;
  height: 120px;
  border-radius: 0px;
  color: var(--white) !important;
  opacity: 0.9;
  background-size: 100% 120px;
  background-repeat: no-repeat;
  background-color: #00a7d0 !important;
}

.widget-shop .widget-shop-name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: var(--font-size-xxl);
  font-weight: 300;
  text-shadow: var(--box-shadow);
}

.widget-shop .widget-shop-image {
  position: absolute;
  display: flex;
  height: 100px;
  background-color: var(--white);
  border-radius: 50%;
  top: 65px;
  left: 50%;
  margin-inline-start: -50px;
}

.widget-shop .widget-shop-image>img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
  font-weight: 100;
}

.description-block>.description-header {
  padding: 0;
  font-weight: 400;
  font-size: var(--font-size-lg);
}

.description-block>.description-text {
  text-transform: uppercase;
}

.category-banner-img-wrapper .banner {
  margin-bottom: 10px;
  padding: 20px 10px;
  background-color: var(--primary-text);
  color: var(--white);
}

.form-btn {
  display: inline-block !important;
}

.message-inbox td,
.message-inbox a:not(.btn) {
  color: var(--primary-text);
}

.message-inbox img.seller-info-logo {
  max-width: 35px;
  max-height: 35px;
  margin-inline-end: 5px;
}

.message-inbox .mailbox-subject {
  color: #6e6e6e;
}

.message-inbox .mailbox-subject span {
  color: var(--primary-text);
  font-weight: 600;
}

.dashboard-section table td {
  line-height: 34px !important;
}

.dashboard-section table .label {
  margin-top: 10px;
}

.account-sidebar-nav li:not(:last-child) {
  border-bottom: 1px solid var(--light);
}

.account-sidebar-nav li.active {
  background: var(--primary-color);
  color: var(--white);
}

.account-sidebar-nav li a {
  display: block;
  line-height: 36px;
  padding: 0 10px;
  white-space: nowrap;
  color: inherit;
  transition: var(--transition);
}

.account-sidebar-nav li:not(.active):hover a {
  color: var(--primary-color);
  letter-spacing: 0.3px;
}

/* SatÄ±cÄ± sidebar menÃ¼sÃ¼ hover arka planÄ±nÄ± sabitle */
.account-sidebar-nav li:not(.active):hover {
  background: var(--light);
}

.account-sidebar-nav li a i {
  margin-inline-end: 5px;
}

.account-sidebar-nav-title {
  display: none;
}

.my-info-details {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: var(--light);
  border-top: 0;
  color: var(--secondary-text);
}

.my-info-details ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px 0;
}

.my-info-details li.devider {
  color: var(--primary-color);
}

.my-info-details span.v {
  color: var(--primary-color);
  font-size: var(--font-size-xxl);
  height: 24px;
  line-height: 24px;
  display: block;
}

.my-info-details span {
  display: inline-block;
  margin: 0 auto 5px;
  width: 100%;
  text-align: center;
  color: var(--primary-text);
}

.my-info-container .me-info-block {
  height: 66px;
}

.my-info-container .my-photo-block {
  float: left;
  width: 70px;
  position: relative;
}

.my-info-container .my-photo-block img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.my-info-container .my-info {
  float: left;
  margin-inline-start: 10px;
}

.my-info-container .my-info .name span {
  font-size: var(--font-size-xl);
}

.my-info-container .my-info .messages {
  float: left;
  color: var(--secondary-text);
}

.simplecolorpicker.inline {
  display: inline-block;
}

.simplecolorpicker span {
  margin: 0 10px 0 0;
}

.simplecolorpicker.icon,
.simplecolorpicker span.color {
  width: 26px;
  height: 26px;
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  box-shadow: var(--box-shadow);
}

.simplecolorpicker.icon:after,
.simplecolorpicker span.color:after {
  content: "\00a0\00a0\00a0\00a0";
  /* Spaces */
}

.simplecolorpicker span.color:hover,
.simplecolorpicker span.color[data-selected] {
  box-shadow: inset 0 0 0 2px #ff6600, inset 0 0 0 3px var(--white);
}

.simplecolorpicker span.color:focus,
.simplecolorpicker span.color:active {
  outline: none;
}

/* Select to radio button */
.radioSelectContainer {
  margin-top: -15px;
}

.radioSelectContainer>select {
  display: none;
}

.radioSelectContainer>label {
  display: inline-block;
  margin-inline-start: 0px !important;
  margin-bottom: 5px !important;
  margin-inline-end: 9px;
  cursor: pointer;
  height: 32px;
  line-height: 32px !important;
  border-radius: 4px;
  box-shadow: var(--box-shadow);
  white-space: nowrap;
}

.radioSelectContainer>label>span {
  padding: 0px 10px;
  text-align: center;
  display: block;
  font-weight: normal;
}

.radioSelectContainer>label>input {
  position: absolute;
  z-index: -9999;
}

.radioSelectContainer>label>span:hover,
.radioSelectContainer>label>span.highlight,
.radioSelectContainer>label>span.selected {
  border-radius: var(--border-radius);
  box-shadow: inset 0 0 0 2px var(--primary-color);
}

.radioSelectContainer>label>span.deselect {
  box-shadow: inset 0 0 0 2px var(--gray) !important;
}

.vertical-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.deal-of-day-slider-item img,
.slick-slide img {
  width: 100%;
  background-color: var(--white);
  border-radius: var(--border-radius);
}

.slick-dots li button:before {
  content: none;
}

.header-nav-items .menu-link i.menu-icon {
  margin: 0 7px 2px 0;
  font-weight: normal;
  font-size: unset;
}

.thumb-lists .card-box {
  border-radius: var(--border-radius);
}

.thumb-lists .card-box:hover {
  border-color: var(--primary-color);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.thumb-lists .card-box:hover h4 {
  color: var(--primary-color);
  letter-spacing: 0.2px;
}

.thumb-lists h4 {
  font-weight: 400;
}

.thumb-lists a {
  text-decoration: none;
  color: inherit;
}

.thumb-lists img:not(.verified-badge) {
  vertical-align: middle;
  border-radius: 50%;
  max-height: 110px;
  max-width: 110px;
}

.thumb-list-name img {
  width: 20px;
  height: 20px;
}

.thumb-lists .btn-default:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

@media screen and (max-width: 720px) {
  .flash-deal-product-inner {
    margin-bottom: 10px !important;
  }

  .flash-deal-product-name h3 {
    margin: 0 15px 15px 15px !important;
    /* font-size: var(--font-size-xxl) !important; */
  }

  .cover-img-wrapper {
    min-height: 100px;
    max-height: 250px;
  }
}

.page-cover-desc {
  padding-inline: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 375px) {
  .product-cat-list-text {
    top: 20px;
    left: 30px;
  }

  .page-cover-title {
    font-size: var(--font-size-lg);
  }

  .page-cover-desc {
    font-size: 13px;
  }

  .shopping-cart-wrapper .cart-summary-title {
    margin-top: 15px !important;
  }

  .product-info-rating {
    min-height: 11px;
  }

  .product-info-seller-name {
    font-size: var(--font-size-sm);
  }

  .product-info-title {
    margin: unset;
    font-size: var(--font-size-lg);
  }

  .product-info-price {
    margin-top: 16px !important;
    font-size: 23px;
  }

  .product-info .product-info-availability,
  .product-info .product-info-condition {
    font-size: var(--font-size);
    color: #067d62 !important;
  }

  .product-info .product-info-condition #item_condition,
  .product-info .product-info-condition sup {
    font-weight: 400 !important;
  }

  .product-single ul.product-info-feature-labels {
    display: block;
    margin-bottom: 16px;
  }

  .share a {
    width: 33px;
    height: 30px;
    line-height: 30px;
  }

  .product-single .product-info-options #summary-total {
    font-size: 24px;
  }

  #buy-now-btn {
    display: block;
    margin-bottom: 10px;
  }

  #product-desc-section iframe {
    height: auto !important;
  }

  #product-desc-section img {
    width: 100% !important;
    height: auto !important;
    margin: 10px auto !important;
  }

  .banner-content-title {
    margin-bottom: 5px;
  }

  .banner-content-left,
  .banner-content-right {
    top: 15% !important;
  }

  .ei-slider-thumbs,
  .banner-content-text {
    display: none !important;
  }

  .banner-content-btn {
    margin: 10px 0 !important;
  }

  .banner-content-btn a {
    padding: 8px 20px !important;
    font-size: 13px;
  }
}

.slick-dots {
  position: absolute;
  bottom: 0px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  position: relative;
  width: 40px;
  height: 3px;
  padding: 0px;
  background-color: var(--gray);
  border-radius: var(--border-radius-3);
  opacity: 0.25;
}

.slick-dots li.slick-active button {
  background-color: var(--light);
  opacity: 0.75;
}

@media screen and (max-width: 991px) {
  .slick-dots {
    display: none !important;
  }
}

.flash-deal {
  padding-top: 25px;
}

.flash-deal .sell-header-title {
  display: flex;
  align-items: center;
}

.flash-deal-product {
  background: #fffff5;
  border: 1px solid var(--primary-color);
  border-radius: var(--border-radius);
  padding: 15px;
  overflow: hidden;
  margin-top: 10px;
}

.flash-deal-product-inner {
  display: flex;
  flex-wrap: wrap;
  /* padding: 15px 0px; */
}

.flash-deal-product-image {
  position: relative;
  width: 250px;
}

.flash-deal-product-image img {
  width: 100%;
  display: block;
}

.flash-deal-product-details {
  width: calc(100% - 250px);
  padding: 0 5px;
}

.flash-deal-product-name {
  display: block;
  width: 100%;
  overflow: hidden;
  color: var(--primary-text);
  font-size: var(--font-size-xl);
  font-weight: normal;
}

.flash-deal-product-price {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

.flash-deal-product-price span {
  display: block;
}

.flash-deal-product-price .currant-price {
  font-weight: 500;
  font-size: var(--font-size-xl);
  color: var(--primary-color);
}

.flash-deal-product-price .old-price {
  font-weight: normal;
  font-size: 18;
  color: var(--secondary-text);
  text-decoration: line-through;
}

.flash-deal-product-price .offer {
  color: var(--light);
  background: #ef0d0d;
  border-radius: var(--border-radius-3);
  padding: 3px 10px;
}

.flash-deal-product-description p {
  height: 78px;
  overflow: hidden;
  text-align: justify;
}

.flash-deal-product-rating {
  display: flex;
  margin: 10px 0px;
}

.flash-deal-product-rating a {
  color: var(--primary-light);
  font-size: var(--font-size-lg);
  margin-inline-end: 10px;
}

.flash-deal-product-availability {
  display: flex;
  margin-bottom: 10px;
}

.flash-deal-product-availability span {
  color: var(--secondary-text);
}

.flash-deal-product-availability p {
  margin-inline-start: 10px;
}

.flash-deal-product-sell-time h3 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 15px;
  margin-top: 15px;
  width: 100%;
  color: var(--red);
  background: var(--light);
  font-size: var(--font-size);
  font-weight: normal;
  border-radius: var(--border-radius);
}

.flash-deal-product-sell-time h3 .spacing {
  margin: 0px 10px;
}

.flash-deal-product-sell-time h3 span {
  text-align: center;
}

.flash-deal-product-badge {
  position: absolute;
  top: 15px;
  left: 0;
}

.flash-deal-product-badge span {
  font-size: var(--font-size);
  color: var(--primary-text);
  padding: 2px 8px;
  border-radius: var(--border-radius-3);
  outline: 1px solid var(--primary-dark);
}

.flash-deal-product-utility {
  margin-top: 15px;
  transition: var(--transition);
}

.flash-deal-product-utility .button {
  background: var(--light);
  color: var(--primary-text);
  font-weight: 500;
  display: inline-block;
  text-align: center;
  padding: 8px 15px;
  margin-inline-end: 5px;
  border-radius: var(--border-radius);
  transition: var(--transition);
}

.flash-deal-product-utility .button:hover {
  background-color: var(--primary-dark);
  color: var(--white);
}

.flash-sell-timer {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.flash-sell-timer-time {
  padding: 5px 20px;
  color: var(--light);
  background-color: var(--primary-color);
}

.flashSellBg {
  display: none;
}

.fbs-total {
  font-size: 14px;
  font-weight: 500;
  word-spacing: 3px;
  letter-spacing: .04rem;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .flash-deal {
    padding-top: 0px;
  }

  .flash-deal .sell-header {
    display: block;
  }

  .flash-deal .flash-sell-timer {
    width: 100%;
    margin: 0;
    display: flex;
    padding-top: 10px;
  }

  .flash-deal-product {
    margin-top: 30px;
    padding: 5px;
  }

  .flash-deal .best-deal-arrow {
    float: right;
    margin-top: -85px;
  }
}

/*@media screen and (max-width: 991px) and (max-width: 420px) {*/
/*  .flash-deal .flash-sell-timer {*/
/*    display: block;*/
/*    padding: 5px 0 0 0;*/
/*  }*/

/*  .flash-deal-product-name {*/
/*    padding: 0 10px;*/
/*  }*/

/*  .flash-deal-product-details {*/
/*    padding: 10px;*/
/*  }*/
/*}*/

@media screen and (max-width: 1199px) {
  .flash-deal-product-inner {
    display: block;
    width: 100%;
  }

  .flash-deal-product-image {
    margin: 0 auto;
  }

  .flash-deal-product-details {
    width: 100%;
  }

  .flash-deal-product-sell-time h3 {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

  .flash-deal-product-utility {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
  }
}

.sell-header {
  display: flex;
  margin-bottom: 15px;
}

.sell-header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

.sell-header-more {
  color: #000 !important;
  font-weight: 500;
  font-size: 11px;
  font-style: normal;
  text-decoration: none;
}

.sell-header-more:hover {
  color: #000 !important;
  text-decoration: underline;
}

.wishlist-float-btn {
  --wishlist-heart-fill: #fff;
  --wishlist-heart-stroke: #2f2f2f;
  background: rgba(255, 255, 255, 0.42) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  color: #333 !important;
  border: 1px solid #000 !important;
  transition: all 0.2s ease;
}

.wishlist-float-btn i {
  color: var(--wishlist-heart-fill) !important;
  font-weight: 900 !important;
  -webkit-text-stroke: 1.6px var(--wishlist-heart-stroke);
  text-shadow: none;
}

.wishlist-float-btn .wishlist-heart-icon {
  display: block;
}

.wishlist-float-btn .wishlist-heart-img {
  fill: var(--wishlist-heart-fill) !important;
  stroke: var(--wishlist-heart-stroke) !important;
}

.wishlist-float-btn[data-wishlisted="1"],
.wishlist-float-btn[data-wishlisted="true"] {
  --wishlist-heart-fill: #e02828;
  --wishlist-heart-stroke: #e02828;
}

.wishlist-float-btn:hover,
.wishlist-float-btn:focus {
  --wishlist-heart-stroke: #e02828;
  background: rgba(255, 255, 255, 0.58) !important;
  color: #e02828 !important;
  border-color: #000 !important;
  box-shadow: 0 4px 12px rgba(224, 40, 40, 0.18) !important;
}

.sell-header a {
  color: inherit;
  font-size: var(--font-size-xl);
}

.sell-header-title {
  margin-inline-end: 10px;
}

.sell-header-title h2 {
  font-family: Lato;
  font-weight: 600;
  font-style: Italic;
  font-size: 25px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;

}

.sell-header-title i {
  color: var(--primary-color);
}

.sell-header img.brand-logo {
  max-width: 120px;
}

@media screen and (max-width: 991px) {
  .sell-header {
    justify-content: space-between;
  }

  .sell-header img.seller-info-logo {
    width: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .sell-header-title h2 {
    font-size: var(--font-size-xl);
    line-height: 28px;
  }
}

.product-deal-header {
  max-height: 25px;
  max-width: 480px;
  min-width: 400px;
  padding-left: 110px;
  overflow: hidden;
  background-image: url('/images/flash_sale.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.product-deal-header .flash-sell-timer-time {
  color: var(--red);
}

.product-deal-header .ends_in_text {
  color: var(--primary-text);
}

@media screen and (max-width: 359px) {
  .product-deal-header {
    margin-inline-end: 0;
  }
}

.header-line {
  display: flex;
  align-items: center;
  flex: 1;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .header-line {
    display: none;
  }
}

.header-line span {
  display: block;
  height: 1px;
  width: 100%;
  background: var(--secondary-text);
}

@media screen and (max-width: 991px) {
  .best-deal-col {
    padding-bottom: 0;
  }
}

.best-deal-arrow {
  margin-inline-start: 10px;
}

.best-deal-arrow ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.best-deal-arrow ul li {
  margin: 0px 5px;
}

.feature-items button.slick-prev,
.feature-items button.slick-next,
.best-deal-arrow ul .slider-arrow {
  width: 35px;
  height: 35px;
  background: none;
  text-align: center;
  color: var(--secondary-text);
  border: 1px solid var(--light);
  border-radius: 50%;
  cursor: pointer;
  transition: var(--transition);
}

.feature-items button.slick-prev:hover,
.feature-items button.slick-next:hover,
.best-deal-arrow ul .slider-arrow:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.feature-items button.slick-prev:hover:before,
.feature-items button.slick-next:hover:before {
  color: var(--white);
}

.deal-of-day {
  background: var(--dark);
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.deal-of-day-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.deal-of-day-slider {
  width: 280px;
}

.deal-of-day-slider .slick-dots {
  bottom: -35px;
}

.deal-of-day-label {
  position: absolute;
  top: -25px;
  right: -85px;
  width: 200px;
  height: 80px;
  padding-top: 35px;
  color: var(--dark);
  background: var(--yellow);
  font-weight: bold;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* z-index: 2; */
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}

.deal-of-day-details {
  width: calc(100% - 280px);
  padding-inline-start: 30px;
  padding-inline-end: 0px;
}

/* .deal-of-day-details {
  padding: 0 0px;
} */
.deal-of-day-details-name a {
  display: block;
  overflow: hidden;
  line-height: 1.2em;
  color: var(--light);
  font-weight: 400;
  font-size: var(--font-size-xl);
}

.deal-of-day-details-name a:hover {
  color: var(--primary-color);
}

.deal-of-day-details-price {
  margin: 10px 0px;
}

.deal-of-day-details-price p {
  display: flex;
  align-items: center;
}

.deal-of-day-details-price .regular-price {
  color: var(--primary-color);
  font-size: var(--font-size-xxl);
  font-weight: 500;
}

.deal-of-day-details-price .old-price {
  font-weight: normal;
  font-size: var(--font-size-lg);
  text-decoration-line: line-through;
  color: var(--secondary-text);
  margin-inline-start: 10px;
}

.deal-of-day-details-description {
  margin: 15px 0px;
}

.deal-of-day-details-description p {
  color: var(--light);
}

.deal-of-day-details-list h3 {
  color: var(--primary-color);
  font-size: var(--font-size-lg);
  margin: 15px 0 10px;
}

.deal-of-day-details-list li {
  margin-top: 5px;
  color: var(--light);
}

.deal-of-day-details-list li i {
  color: var(--yellow);
  margin-inline-end: 6px;
}

.deal-of-day .deal-of-day-btns a {
  color: var(--primary-color);
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  transition: var(--transition);
}

.deal-of-day .deal-of-day-btns .sc-add-to-cart,
.deal-of-day .deal-of-day-btns .sc-add-to-cart span {
  line-height: 38px;
  background-color: var(--yellow);
  color: var(--black);
  font-size: var(--font-size-lg);
  text-align: center;
  padding: 0px 25px;
  margin-inline-end: 10px;
  border-radius: var(--border-radius-3);
  transition: var(--transition);
}

.deal-of-day .deal-of-day-btns a:hover {
  color: var(--light);
}

.deal-of-day .deal-of-day-btns .sc-add-to-cart:hover,
.deal-of-day .deal-of-day-btns .sc-add-to-cart:hover span {
  background-color: var(--primary-dark);
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .deal-of-day {
    padding: 30px 20px;
    margin-bottom: 30px;
  }

  .deal-of-day-label {
    height: 50px;
    padding-inline-start: 20px;
    font-size: var(--font-size-sm);
  }

  .deal-of-day-details-name a {
    font-size: 19px;
  }

  .deal-of-day-details-price .regular-price {
    font-size: var(--font-size-sm);
  }

  .deal-of-day-details-price .old-price {
    font-size: var(--font-size);
    margin-inline-start: 7px;
  }

  .deal-of-day-details-description p {
    display: 14px;
  }

  .deal-of-day-details-list {
    display: none;
  }

  #profile-container .profile-header .profile-info {
    padding: 15px 15px 15px 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .deal-of-day-inner {
    display: block;
    width: 100%;
  }

  .deal-of-day-slider .slick-dots {
    bottom: -45px;
  }

  .deal-of-day-slider {
    width: 100%;
    margin-bottom: 30px !important;
  }

  .deal-of-day-slider img {
    margin: 0 auto;
  }

  .deal-of-day-details {
    width: 100%;
    padding: 0 0px;
  }
}

.best-seller-item {
  padding: 7px 0px;
  margin: 3px 2px;
  outline: 1px solid transparent;
  border-radius: var(--border-radius);
  transition: var(--transition);
}

.best-seller-item .box-inner {
  display: flex;
  flex-wrap: wrap;
}

.best-seller-item:hover {
  outline: 1px solid var(--primary-color);
  cursor: pointer;
}

.best-seller-item:hover .best-seller-item-name {
  opacity: 0.6;
}

.best-seller-item:hover .best-seller-item-price,
.best-seller-item:hover .best-seller-item-rating {
  visibility: hidden;
}

.featured-vendors-cards .best-seller-item.border-animate {
  padding-inline: 5px;
  margin-top: 30px;
  box-shadow: 0 0 6px -3px rgba(0, 0, 0, .2);
}

.featured-vendors-cards .best-seller-item .best-seller-item-utility,
.featured-vendors-cards .best-seller-item .best-seller-item-name,
.featured-vendors-cards .best-seller-item .best-seller-item-price,
.featured-vendors-cards .best-seller-item .best-seller-item-rating {
  transition: all .2s linear !important;
}

.best-seller-item-image {
  width: 90px;
}

.best-seller-item-image img {
  display: block;
  width: 100%;
}

.best-seller-item-details {
  width: calc(100% - 95px);
  padding-inline-start: 15px;
  position: relative;
}

.best-seller-item-name a {
  height: 40px;
  overflow: hidden;
  color: inherit;
  display: block;
}

.best-seller-item-name a:hover {
  color: var(--primary-color);
}

.best-seller-item-rating {
  display: flex;
}

.best-seller-item-rating a {
  color: var(--primary-light);
  margin-inline-end: 5px;
  font-size: var(--font-size-sm);
}

.best-seller-item-price {
  display: flex;
  align-items: center;
}

.best-seller-item-price .regular-price {
  color: var(--primary-color);
  font-weight: bold;
  font-size: var(--font-size-lg);
}

.best-seller-item-price .old-price {
  font-weight: normal;
  font-size: var(--font-size);
  color: var(--secondary-text);
  text-decoration: line-through;
  margin-inline-start: 10px;
}

.best-seller-item-utility {
  display: flex;
  flex-direction: column;
  position: absolute;
  visibility: hidden;
  left: 15px;
  bottom: -20px;
  width: 95%;
  padding-top: 10px;
  background: var(--white);
  transition: bottom 400ms ease;
  z-index: -1;
}

.best-seller-item:hover .best-seller-item-utility {
  visibility: visible;
  bottom: 0px;
  z-index: 1;
}

.best-seller-item-utility .box-action-price {
  display: flex;
}

.best-seller-item-utility .horizon-btns {
  display: flex;
  justify-content: space-evenly;
}

.best-seller-item-utility .button {
  display: block;
  padding: 7px 15px;
  text-align: center;
  color: var(--primary-text);
  background-color: var(--light);
  border-radius: var(--border-radius);
  /* transition: var(--transition); */
}

.best-seller-item-utility .button-cart {
  padding: 7px 30px;
  background-color: var(--primary-color);
  color: var(--white);
}

@media screen and (max-width: 1199px) {
  .best-seller-item-utility .button-cart {
    padding: 6px 20px;
  }
}

.best-seller-item-utility .button:hover {
  background-color: var(--primary-dark);
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .product-list-col {
    margin-top: 20px;
  }
}

.product-list-col-product {
  margin-top: 20px;
}

.product-cat-list-item {
  text-align: center;
}

.product-cat-list-item:hover .product-cat-list-text {
  color: var(--primary-color);
}

.product-cat-list-item img {
  border-radius: var(--border-radius);
}

.product-cat-list-text {
  display: block;
  font-size: var(--font-size-lg);
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--primary-text);
}

@media screen and (max-width: 991px) {
  .product-cat-list-text {
    font-size: var(--font-size-lg);
    line-height: 22px;
  }
}

/* Hover annimations */
.border-animate {
  position: relative;
  outline: none !important;
  border: 1px solid transparent;
  transition: var(--transition);
}

.border-animate:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  top: -1px;
  left: -1px;
  background: var(--primary-color);
  border-radius: 6px;
  -web-kit-transition: 600ms width ease 100ms;
  transition: 600ms width ease 100ms;
}

.border-animate:hover:before {
  width: calc(100% + 1px);
  -web-kit-transition: 600ms width ease 100ms;
  transition: 600ms width ease 100ms;
}

.border-animate:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  top: -1px;
  right: -1px;
  background: var(--primary-color);
  border-radius: 6px;
  -web-kit-transition: 600ms height ease 100ms;
  transition: 600ms height ease 100ms;
}

.border-animate:hover:after {
  height: calc(100% + 1px);
  -web-kit-transition: 600ms height ease 100ms;
  transition: 600ms height ease 100ms;
}

.border-animate .box-inner:after {
  position: absolute;
  width: 0;
  height: 1px;
  content: "";
  bottom: -1px;
  right: -1px;
  background: var(--primary-color);
  border-radius: 6px;
  -web-kit-transition: 600ms width ease 100ms;
  transition: 600ms width ease 100ms;
}

.border-animate:hover .box-inner:after {
  width: calc(100% + 1px);
  -web-kit-transition: 600ms width ease 100ms;
  transition: 600ms width ease 100ms;
}

.border-animate .box-inner:before {
  position: absolute;
  width: 1px;
  height: 0;
  content: "";
  bottom: -1px;
  left: -1px;
  background: var(--primary-color);
  border-radius: 6px;
  -web-kit-transition: 600ms height ease 100ms;
  transition: 600ms height ease 100ms;
}

.border-animate:hover .box-inner:before {
  height: calc(100% + 1px);
  -web-kit-transition: 600ms height ease 100ms;
  transition: 600ms height ease 100ms;
}

/* End Hover annimations */

.feature .best-deal-arrow {
  padding-inline-end: 100px;
}

@media screen and (max-width: 991px) {
  .feature .best-deal-arrow {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .feature .sell-header {
    display: block;
  }
}

.feature-tabs {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

@media screen and (max-width: 1199px) {
  .feature-tabs {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}

@media screen and (max-width: 991px) {
  .feature-tabs {
    padding: 6px 0;
    overflow-x: auto;
  }
}

.feature-tabs ul {
  display: flex;
}

.feature-tabs ul li {
  display: flex;
  /* align-items: center; */
  border: 1px solid var(--gray);
  padding: 2px 15px;
  margin-inline-end: 15px;
  border-radius: var(--border-radius);
  letter-spacing: 0.5px;
}

@media screen and (max-width: 991px) {
  .feature-tabs ul li {
    font-size: var(--font-size);
    line-height: 24px;
  }
}

.feature-tabs ul li:hover {
  color: var(--primary-color);
  /* border-bottom: 2px solid var(--light); */
  border-color: var(--primary-color);
}

.feature-tabs ul li.active {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  box-shadow: var(--box-shadow);
}

@media screen and (max-width: 991px) {
  .feature-tabs ul li.active {
    font-size: var(--font-size-lg);
    line-height: 24px;
  }
}

.feature-items-inner {
  display: flex;
}

.feature-items-inner:not(:first-child) {
  display: none;
}

.recent-header {
  padding-bottom: 26px;
}

.feature-brand-header {
  padding-bottom: 26px;
}

.feature-brand-content img.img-thumbnail {
  padding: 2px;
  border-radius: var(--border-radius);
}

.feature-brand-content img.img-thumbnail:hover {
  border-color: var(--primary-color);
  box-shadow: var(--box-shadow);
}

.best-under img {
  max-height: 200px;
  height: auto;
  object-fit: contain;
}

.best-under .slick-track {
  display: block !important;
}

.best-under .slick-slide {
  height: auto;
}

.best-under .slick-slide>div {
  height: 100%;
}

.best-under .slick-list {
  overflow: hidden !important;
}

/* Limit dropdown menu images (category icons) */
.navbar-nav .dropdown-menu img {
  max-width: 60px;
  max-height: 60px;
  height: auto;
  width: auto;
  object-fit: contain;
}

/* Limit category menu icons/logos */
.menu-list img {
  max-width: 48px;
  max-height: 48px;
  height: auto;
  width: auto;
  object-fit: contain;
}

.best-under-items-inner {
  display: flex;
}

.best-deals {
  padding-top: 0;
}

.best-deals-items-price {
  justify-content: center;
}

.best-deals-items-inner {
  display: flex;
}

.best-deals-img-left {
  padding-top: 45px;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}

.best-deals-img-right {
  padding-top: 45px;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.flashdeal-items-inner {
  display: flex;
}

.footer {
  background-color: var(--light);
}

.footer-newsletter-box {
  padding: 38px 0;
  border-bottom: 1px solid var(--primary-dark);
}

@media screen and (max-width: 991px) {
  .footer-newsletter-box {
    padding: 30px 0;
  }
}

.footer-newsletter-box-content {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .footer-newsletter-box-content {
    padding-bottom: 20px;
  }
}

.footer-newsletter-box-icon {
  padding-inline-end: 20px;
}

@media screen and (max-width: 991px) {
  .footer-newsletter-box-icon {
    padding-inline-end: 10px;
  }
}

.footer-newsletter-box-text {
  color: var(--light);
}

.footer-newsletter-box-text h3 {
  font-weight: 600;
  text-transform: capitalize;
}

.footer-newsletter-box-text p {
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .footer-newsletter-box-text p {
    padding-top: 5px;
    font-size: var(--font-size-sm);
    line-height: 18px;
  }
}

.footer-newsletter-box-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-newsletter-box-form form {
  width: 100%;
}

.footer-newsletter-box-form-box {
  background-color: var(--white);
  border-radius: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-newsletter-box-form-box input {
  width: calc(100% - 140px);
  border-radius: 40px;
  border: none;
  font-weight: 400;
  font-size: var(--font-size);
  padding: 16px 0 16px 33px;
  color: var(--primary-text);
}

.footer-newsletter-box-form-box input::placeholder {
  color: var(--secondary-text);
}

@media screen and (max-width: 991px) {
  .footer-newsletter-box-form-box input {
    padding: 10px 0 10px 20px;
    width: 100%;
  }
}

.footer-newsletter-box-form-box button {
  background: var(--primary-color);
  border-radius: 40px;
  padding: 16px 38px;
  border: none;
  outline: none;
  color: var(--light);
  font-weight: 500;
  letter-spacing: 0.6px;
  transition: var(--transition);
}

.footer-newsletter-box-form-box button:hover {
  background-color: var(--primary-dark);
  color: var(--light);
}

@media screen and (max-width: 991px) {
  .footer-newsletter-box-form-box button {
    font-size: var(--font-size);
    padding: 10px 20px;
  }
}

.footer-content {
  padding: 40px 0 60px;
}

.footer-content .footer-brand-info i {
  padding: 6px 10px 0 0;
  width: 20px;
  color: var(--primary-color);
}

.footer-content-box-inner {
  padding-top: 5px;
}

.footer-logo img {
  max-width: 160px;
  margin-bottom: 15px;
}

.footer-content-box-inner a,
.footer-content-box-inner p {
  line-height: 22px;
  color: var(--secondary-text);
  transition: var(--transition);
}

.footer-content-box-inner a:hover {
  color: var(--primary-color);
}

.footer-content-box-title {
  padding: 5px 0 8px 0;
}

.footer-content-box-title h3 {
  font-size: var(--font-size-lg);
  color: var(--light);
}

.footer-content-box-links a {
  color: var(--secondary-text);
  line-height: 22px;
  transition: var(--transition);
}

.footer-content-box-links a:hover {
  color: var(--primary-color);
  border-bottom: 1px solid var(--light);
}

@media screen and (max-width: 991px) {
  .footer-content {
    padding: 20px 0;
    padding-bottom: 10px;
  }

  .footer-content-box {
    padding-bottom: 20px;
  }

  .footer-content-box-inner p,
  .footer-content-box-inner a {
    font-size: var(--font-size-sm);
    line-height: 16px;
  }

  .footer-content-box-title {
    padding-bottom: 7px;
  }

  .footer-content-box-title h3 {
    font-size: var(--font-size-lg);
    line-height: 22px;
  }

  .footer-content-box-links a {
    font-size: var(--font-size-sm);
    line-height: 16px;
  }
}

.footer-content-box-social ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-content-box-social li {
  padding-inline-end: 8px;
  padding-bottom: 5px;
}

.footer-content-box-social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light);
  border-radius: var(--border-radius);
  transition: var(--transition);
}

.footer-content-box-social li a,
.footer-content-box-social li i {
  padding-inline-end: 0px;
  color: var(--primary-text);
}

@media screen and (max-width: 991px) {
  .footer-content-box-social a {
    width: 25px;
    height: 25px;
    font-size: var(--font-size-sm);
  }
}

.footer-content-box-social a:hover {
  background-color: var(--primary-color);
  color: var(--light);
}

.footer-content-box-social a:hover i,
.footer-content-box-social a:hover span {
  color: var(--light);
}

/* Footer Container Max-Width */
.footer-container {
  max-width: 1400px !important;
  margin: 0 auto;
}

/* Footer HR Divider */
.footer-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0;
  opacity: 0.5;
}

/* Copyright Area Stilleri */
.copyright-area {
  background-color: var(--light);
  padding: 20px 0;
  color: var(--text-color);
}

/* Copyright Links List */
.copyright-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.copyright-links-list li a {
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 18px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  text-transform: capitalize !important;
  color: var(--secondary-text) !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.copyright-links-list li a:hover {
  color: var(--primary-color) !important;
  text-decoration: none !important;
}

/* Copyright Text Area */
.copyright-text-area {
  text-align: right;
}

.copyright-text {
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 20px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  text-transform: capitalize !important;
  color: var(--text-color) !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.copyright-text i.fa-copyright {
  font-size: 18px;
  color: var(--secondary-text);
}

.language {
  padding-bottom: 30px;
}

/* Ã–zel Footer Stilleri */

/* TÃœM FOOTER BAÅLIKLARI Ä°Ã‡Ä°N GENEL STÄ°L */
.footer-content-box-title h3,
.footer-shop-title,
.footer-newsletter-mini-title,
.footer-social-title {
  font-family: 'Lato', sans-serif !important;
  font-weight: 500 !important;
  font-style: italic !important;
  font-size: 21px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  text-transform: capitalize !important;
  margin-bottom: 20px !important;
  color: var(--text-color) !important;
}

/* TÃœM LÄ°STE Ä°TEMLERÄ° Ä°Ã‡Ä°N GENEL STÄ°L */
.footer-content-box-links ul li a,
.footer-categories li a {
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  color: var(--secondary-text) !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
  display: block;
  margin-bottom: 12px;
}

.footer-content-box-links ul li a:hover,
.footer-categories li a:hover {
  color: var(--primary-color) !important;
  text-decoration: none !important;
}

/* Liste item spacing */
.footer-categories li,
.footer-content-box-links ul li {
  margin-bottom: 0;
  /* Ã‡Ã¼nkÃ¼ a tag'Ä±nda margin-bottom var */
}

/* Newsletter mini bÃ¶lÃ¼mÃ¼ */
.footer-newsletter-mini {
  margin-bottom: 30px;
}

.footer-newsletter-mini-form {
  margin-bottom: 15px;
}

.footer-newsletter-mini-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.footer-newsletter-mini-input:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.footer-newsletter-mini-input::placeholder {
  color: #999;
}

.footer-newsletter-mini-text {
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  color: var(--secondary-text) !important;
  margin: 0 !important;
}

/* Sosyal medya */
.footer-social-section {
  margin-top: 25px;
}

.footer-social-icons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.footer-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social-icon:hover {
  background-color: var(--primary-color);
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}

.footer-social-icon i {
  font-size: 16px;
}

/* Footer genel renk dÃ¼zenlemeleri */
.footer {
  color: var(--text-color);
}

.footer-content-box-inner p {
  color: var(--secondary-text);
}

/* Responsive tasarÄ±m */
@media screen and (max-width: 991px) {

  .footer-content-box-title h3,
  .footer-shop-title,
  .footer-newsletter-mini-title,
  .footer-social-title {
    font-size: 18px !important;
  }

  .footer-content-box-links ul li a,
  .footer-categories li a,
  .footer-newsletter-mini-text {
    font-size: 14px !important;
  }

  /* Copyright responsive */
  .copyright-links-list {
    gap: 15px;
  }

  .copyright-links-list li a {
    font-size: 18px !important;
  }

  .copyright-text {
    font-size: 20px !important;
  }

  .copyright-text-area {
    text-align: center;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {

  .footer-content-box-title h3,
  .footer-shop-title,
  .footer-newsletter-mini-title,
  .footer-social-title {
    font-size: 16px !important;
  }

  .footer-content-box-links ul li a,
  .footer-categories li a,
  .footer-newsletter-mini-text {
    font-size: 12px !important;
  }

  .footer-social-icons {
    justify-content: center;
  }

  .footer-content-box {
    margin-bottom: 30px;
  }

  /* Copyright mobile */
  .copyright-links-list {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .copyright-links-list li a {
    font-size: 16px !important;
  }

  .copyright-text {
    font-size: 20px !important;
    justify-content: center;
  }

  .copyright-text-area {
    text-align: center;
    margin-top: 20px;
  }
}

.language-modal {
  text-align: center;
  width: 400px;
  padding: 50px;
  border-radius: 15px;
  display: none;
}

.language-modal-select {
  padding: 20px 0;
}

.language-modal select {
  font-weight: normal;
  font-size: var(--font-size-lg);
  line-height: 22px;
  color: var(--secondary-text);
  border: 1px solid var(--secondary-text);
  outline: none;
  padding: 5px 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 300px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .language-modal select {
    max-width: 200px;
  }
}

.slick-arrow {
  background: none;
  border: none;
  width: 35px;
  height: 35px;
  text-align: center;
  color: var(--secondary-text);
  cursor: pointer;
  border: 1px solid var(--secondary-text);
  border-radius: 50%;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-arrow:hover {
  background-color: var(--primary-dark);
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  border: 1px solid transparent;
}

@media screen and (max-width: 320px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }

  .d-xs-none {
    display: none;
  }

  .header-utility ul li {
    margin: 0 6px;
  }

  .flash-sell-timer-time {
    padding: 5px 5px;
    font-size: 12px;
  }

  .header-logo img {
    height: 25px;
  }

  .deal-of-day .deal-of-day-btns a {
    margin-inline-start: 0px !important;
  }

  .sc-product-item .product-single {
    margin-inline-start: 10px;
  }

  .product-single .btn {
    font-size: 15px;
  }

  #zcart_chat .chat {
    width: 190px !important;
  }

  #profile-container .profile-body .tab-content {
    margin: 0;
    padding: 0;
  }

  #profile-container .profile-body .container-fluid {
    margin: 0;
    padding: 0;
  }

  #profile-container .profile-body .best-seller-item-utility .button {
    padding: 4px 4px;
  }

  .cover-img-wrapper {
    min-height: 50px;
  }

  .no-gutters {
    margin: 0;
    padding: 0;
  }

  .best-seller-item-utility .button {
    padding: 3px 6px !important;
  }
}

.slick-prev {
  top: -30px;
  right: 50px;
  left: unset !important;
}

@media screen and (max-width: 991px) {

  .feature-items button.slick-prev,
  .feature-items button.slick-next {
    margin-top: 20px !important;
  }

  .slick-prev {
    top: -95px;
  }
}

@media screen and (max-width: 320px) {
  .slick-prev {
    right: 40px;
  }
}

.slick-prev:hover:before {
  color: var(--primary-color);
}

.slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  right: 0px;
}

@media screen and (max-width: 991px) {
  .slick-next {
    top: -95px;
  }
}

.slick-next:hover:before {
  color: var(--primary-color);
}

.slick-prev::before {
  content: "ï“";
  font-size: var(--font-size-lg);
  color: var(--primary-text);
  font-family: "Font Awesome 5 Pro";
}

.slick-next::before {
  content: "ï”";
  font-size: var(--font-size-lg);
  color: var(--primary-text);
  font-family: "Font Awesome 5 Pro";
}

.main-menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .main-menu {
    display: block;
  }

  .flash-deal-product-image {
    width: auto;
  }

  .sc-product-item .product-single {
    margin-inline-start: 10px;
  }
}

.main-menu-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--white);
  padding: 10px;
  border-top: 1px dashed rgba(0, 0, 0, .3);
}

.main-menu-bottom-box {
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  column-gap: 10px;
}

.main-menu-bottom-item {
  flex: 1
}

.main-menu-bottom a {
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12px 0;
  border-radius: 8px;
  box-shadow: 0 0 9px -5px rgba(0, 0, 0, .6);
}

.main-menu-bottom a img {
  width: 20px;
}

.main-menu-bottom a i {
  font-size: var(--font-size-xl);
  color: var(--primary-color);
}

.main-menu-bottom span {
  text-align: center;
  font-size: var(--font-size-sm);
  line-height: 16px;
  color: var(--primary-color);
}

.main-menu-top {
  background: var(--white);
  position: fixed;
  z-index: 2001;
  width: 300px;
  top: 0;
  transform: translateX(-100%);
  border-bottom: 1px dashed rgba(0, 0, 0, .3);
  transition: all 250ms linear;
}

.main-menu-top-box {
  padding: 12px 0;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  gap: 10px;
}

.main-menu-top a.dd-selected {
  padding: 0;
}

.main-menu-top a {
  color: var(--primary-text);
  position: relative;
}

.main-menu-top a img {
  width: 25px;
}

.main-menu-top a i {
  font-size: var(--font-size-xxl);
}

.main-menu-top a .badge {
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  background: var(--primary-color);
  color: var(--light);

  font-weight: bold;
  font-size: var(--font-size-sm);
  margin: 0px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#languageChange .dd-options {
  white-space: nowrap;
  width: 130px !important;
  left: -3px;
  top: 27px;
}

#languageChange .dd-options>li>a>img {
  margin-inline-end: 10px;
}

#currencyChange .dd-options {
  left: 0;
  top: 27px;
}

#currencyChange:not(.main-menu-top #currencyChange) {
  width: 100px !important;
}

#mobile-lang:not(.main-menu-top #mobile-lang) {
  width: 130px !important;
}

.main-menu-top #currencyChange .dd-options {
  top: 31px !important;
}

.main-menu-top #mobile-lang .dd-options {
  left: -10px;
  top: 30px !important;
}

#languageChange:not(.rtl #languageChange) .dd-select>.dd-selected>.dd-selected-image {
  margin-inline-start: 5px;
}

.main-menu-top #mobile-lang label {
  margin: 1px 0 0 !important;
}

.mobile-mega-menu {
  z-index: 2000;
  width: 300px;
  position: fixed;
  background-color: var(--white);
  top: 113px;
  bottom: 80px;
  min-height: initial !important;
}

.mobile-mega-menu .next-button,
.mobile-mega-menu .back-button {
  background: var(--light) !important;
  width: unset !important;
}

.mobile-mega-menu .next-button:hover,
.mobile-mega-menu .back-button:hover {
  transform: translateX(0);
}

.mobile-mega-menu .next-button {
  position: absolute;
  width: 100% !important;
  left: -25px;
  text-align: right !important;
  padding: 0;
  height: 100%;
  z-index: 1;
  /* line-height: 46px; */
  background: none !important;
}

.mobile-mega-menu ul li a.has-next-button {
  width: 90% !important;
}

.mobile-mega-menu .back-button {
  text-indent: 0px !important;
  color: var(--primary-text) !important;
  width: 100% !important;
}

.mobile-mega-menu .back-button i {
  padding: 0px 5px;
}

.mobile-mega-menu .arrow {
  visibility: unset !important;
  color: var(--primary-text);
}

.mobile-mega-menu .close-button {
  background-color: var(--primary-color) !important;
  color: var(--primary-text) !important;
  display: none !important;
}

.mobile-mega-menu .close-button:hover {
  transform: translateX(0);
}

.mobile-mega-menu.open {
  background-color: var(--white);
  position: fixed;
}

#currency {
  background-color: transparent;
  outline: 0;
  cursor: pointer;
}

#mobile-lang .dd-select {
  width: 90% !important;
}

@media screen and (max-width: 991px) {
  ul.dd-options {
    top: unset !important;
    background: white !important;
  }
}

.dd-options.dd-click-off-close {
  border: none !important;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  box-sizing: border-box;
}

.dd-option {
  color: var(--primary-text);
  font-weight: 100;
  border: none !important;
  background: var(--white) !important;
}

label {
  display: inline-block;
  margin-bottom: 0px;
  line-height: 18px !important;
  margin-inline-start: 10px;
}

label:hover {
  cursor: pointer;
  color: var(--primary-color);
}

.dd-select {
  border-radius: 2px;
  border: none !important;
  position: relative;
  cursor: pointer;
  background-color: transparent !important;
}

.dd-option label {
  float: left;
  /* display: inline-block; */
  margin-bottom: 0px;
  line-height: 10px !important;
  margin-inline-start: 0px;
  font-weight: 500;
}

.dd-option label:hover {
  letter-spacing: 0.3px;
}

.dd-pointer {
  right: 0px !important;
}

.dd-image-right {
  float: right;
  margin-inline-end: 15px;
  margin-inline-start: 5px;
  margin-top: 2px;
}

label.dd-selected-text {
  font-weight: normal !important;
}

.dd-selected-image {
  max-width: 16px !important;
}

.dd-option-image {
  max-width: 16px !important;
}

.dd-option-text {
  cursor: pointer;
}

.form-group {
  margin-bottom: 0px;
}

.dd-dropdown,
.dd-pointer-down {
  font-size: var(--font-size-sm);
  color: var(--secondary-text) !important;
}

li.language {
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
}

li.currency {
  padding-inline-start: 0 !important;
}

.main-menu-nav li {
  position: relative;
  z-index: 9;
  background: var(--white);
  overflow: hidden !important;
}

.main-menu-nav li:first-child {
  z-index: -5;
  display: none;
  margin-top: 50px;
}

.mobile-mega-menu ul li a {
  width: calc(100% - 50px);
  font-size: var(--font-size);
  color: var(--primary-text);
  border: none;
  background-color: var(--white);
  font-weight: 500;
  transition: var(--transition);
  width: unset;
  padding: 12px 20px;
}

.mobile-mega-menu ul li a:hover {
  transform: translateX(5px);
}

.mobile-mega-menu ul li a.next-button {
  display: flex;
  align-items: center;
  justify-content: end;
}

.mobile-mega-menu .main-menu-top-item ul li a {
  width: 80%;
  padding: 10px;
}

select.category {
  position: relative;
  cursor: pointer;
}

select.category::before {
  position: absolute;
  content: "ï¸";
  top: 0px;
  right: 0px;
}

.main-menu-top-item>a>i {
  font-size: 14px;
}

.main-menu-top-item>a>i.fa-user {
  font-size: 14px;
}

.main-menu-top-item .account-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-inline-end: 5px;
  flex-shrink: 0;
}

.mm-log {
  width: calc(100% - 20px);
  order: 3
}

.mm-acount,
.mm-acount+.mm-log,
.mm-lang,
.main-menu-top .currency {
  width: calc(50% - 15px);
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  padding: 10px;
}

.mm-lang {
  order: 1
}

.main-menu-top li.currency {
  order: 2;
  padding-inline-start: 8px !important;
}

.mm-acount {
  order: 3
}

.mm-log {
  order: 4
}

.mm-acount,
.mm-log {
  padding: 0 !important;
}

.mm-acount a,
.mm-log a {
  padding: 10px;
  color: var(--white);
  background: var(--primary-color);
  border-radius: 4px;
}

.mm-acount a i,
.mm-log a i {
  margin-inline-end: 5px;
  margin-bottom: 0;
}

.mm-acount a p,
.mm-log a p {
  font-size: 13px;
}

.close-sidebar {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
}

.close-sidebar strong {
  width: 55px;
  height: 69px;
  font-size: var(--font-size-xxl);
  color: var(--primary-color);
  float: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(300px, -1px);
  background: var(--white);
  border-radius: 0 0 8px 0;
}

.close-sidebar.active {
  transition: all .25s ease .25s;
  visibility: visible;
  opacity: 1;
}

.sidebar.active {
  transform: translateX(0px);
}

.overflow {
  overflow-y: hidden;
}

@media screen and (max-width: 991px) {
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}

.best-seller-slider,
.slick-slider {
  visibility: hidden;
}

.slick-initialized.slick-slider {
  visibility: visible;
}

.featured-categories {
  padding: 0 10px;
  overflow-x: clip;
}

.featured-categories .featured-category {
  position: relative;
}

.featured-categories .featured-category figure {
  margin: 3px 0 0;
  position: relative;
  border-radius: 50%;
  box-sizing: border-box;
  outline: 3px double transparent;
  box-shadow: 0 0 0 #000;
  transition: all .3s ease;
}

.featured-categories .featured-category figure:hover {
  outline: 3px double var(--primary-color);
  box-shadow: var(--box-shadow);
}

.featured-categories .featured-category figure:after {
  border-radius: 50%;
}

.featured-categories .featured-category figure img {
  border-radius: 50%;
}

.featured-categories .featured-category .featured-category-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: -3px;
  width: 100%;
  background: var(--white);
  align-items: center;
  padding: 5px 0 0 !important;
}

.featured-categories .featured-category .featured-category-text h3 {
  color: var(--primary-text);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all .3s ease;
}

.featured-category:hover .featured-category-text h3 {
  color: var(--primary-color);
}

.featured-categories .featured-category .featured-category-text span {
  font-size: 13px;
  font-weight: 600;
  border-top: 1px solid rgba(0, 0, 0, .13);
  color: var(--secondary-text);
  margin-top: 5px;
  padding-top: 2px;
}

.product-info-price-new {
  color: var(--primary-color);
}

/* items-slider yeni tasarÄ±m - genel .box class'Ä±nÄ± override et */
.items-slider.box {
  flex-shrink: initial;
  flex-basis: auto;
  /* Resim geniÅŸliÄŸi ile eÅŸleÅŸtirildi */
  width: auto;
  /* Resim geniÅŸliÄŸi ile eÅŸleÅŸtirildi */
  margin: 0 auto;
  /* AzaltÄ±lmÄ±ÅŸ margin */
  padding: 0 !important;
  /* Genel .box class'Ä±n padding'ini override et */
  border-radius: 0 !important;
  /* Border radius kaldÄ±rÄ±ldÄ± */
}

.items-slider .box-inner {
  padding: 0 !important;
  /* TÃ¼m iÃ§ padding kaldÄ±rÄ±ldÄ± */
  margin: 0 auto;
  /* Metin+resim bloÄŸunu kart iÃ§inde ortala */
  width: 200px;
  max-width: 200px;
}

.items-slider .box-img {
  position: relative;
  overflow: hidden;
  /* Buton baÅŸlangÄ±Ã§ta gizli olsun */
  padding: 0 !important;
  /* TÃ¼m padding kaldÄ±rÄ±ldÄ± */
  margin: 0 auto;
  border-radius: 0;
  /* Border radius kaldÄ±rÄ±ldÄ± */
  display: block !important;
  /* Flex'i kaldÄ±r */
  justify-content: unset !important;
  /* Center hizalamayÄ± kaldÄ±r */
  width: 200px;
  max-width: 200px;
  /* Resimle eÅŸleÅŸen geniÅŸlik */
  height: 300px;
  line-height: 0;
  /* Resimle eÅŸleÅŸen yÃ¼kseklik */
}

.items-slider .box-img img[data-name="product_image"] {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  transition: transform 0.3s ease;
}

.items-slider .box-img > a:first-child {
  display: block;
  width: 100%;
  height: 100%;
}

/* Sepete ekle butonu - hover overlay */
.items-slider .items-slider-cart-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 46px;
  padding: 5px;
  box-sizing: border-box;
  background: #fff !important;
  border: none;
  color: var(--aqua);
  display: flex;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.items-slider:hover .items-slider-cart-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.items-slider .items-slider-cart-btn i {
  margin-right: 5px;
}

.items-slider .items-slider-cart-btn span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid var(--aqua);
  border-radius: var(--border-radius);
}

/* ÃœrÃ¼n bilgileri resim geniÅŸliÄŸinde - direkt resim kenarÄ±ndan baÅŸlar */
.items-slider .box-title,
.items-slider .box-author,
.items-slider .box-condition,
.items-slider .box-price,
.items-slider .box-ratting {
  padding: 0 !important;
  /* Sadece Ã¼stte minimal padding */
  margin: 0 !important;
  width: 100% !important;
  text-align: left !important;
}

/* ÃœrÃ¼n adÄ± stili */
.items-slider .box-title,
.items-slider .box-author,
.items-slider .box-condition,
.items-slider .box-price {
  margin-top: 4px !important;
}

.items-slider .box-title {
  padding-top: 0 !important;
  /* Resimden sonra kÃ¼Ã§Ã¼k boÅŸluk */
  min-height: unset !important;
  height: auto !important;
  /* ÃœrÃ¼n adÄ± alanÄ± yÃ¼ksekliÄŸi arttÄ±rÄ±ldÄ± */
}

.items-slider .box-title a {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  /* Line height arttÄ±rÄ±ldÄ± */
  text-transform: capitalize !important;
  letter-spacing: 0% !important;
  color: var(--primary-text) !important;
  text-decoration: none !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  /* 2 satÄ±rda kes */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Fiyat stili */
.items-slider .box-price,
.items-slider .box-price-new {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 20px !important;
  text-transform: capitalize !important;
  letter-spacing: 0% !important;
  color: #000000 !important;
}

/* Yazar stili */
.items-slider .box-author {
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  text-transform: capitalize !important;
  letter-spacing: 0% !important;
  color: #0B6776 !important;
  margin-top: 4px !important;
}

/* Durum stili */
.items-slider .box-condition {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 20px !important;
  text-transform: capitalize !important;
  letter-spacing: 0% !important;
  margin-top: 4px !important;
  color: #5A5A5A !important;
}

/* Stokta varsa yeÅŸil, yoksa kÄ±rmÄ±zÄ± */
.items-slider .box-condition.in-stock {
  color: #28a745 !important;
  /* YeÅŸil - stokta */
}

.items-slider .box-condition.out-of-stock {
  color: #dc3545 !important;
  /* KÄ±rmÄ±zÄ± - stok yok */
}

/* Rating container */
.items-slider .box-ratting {
  margin-top: 5px !important;
}

/* Homepage section cards: keep card centered, texts left-aligned like reference */
.best-under .items-slider {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

.best-under .items-slider .box-inner {
  width: 200px !important;
  max-width: 200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.best-under .items-slider .box-title,
.best-under .items-slider .box-author,
.best-under .items-slider .box-condition,
.best-under .items-slider .box-price,
.best-under .items-slider .box-ratting {
  text-align: left !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.best-under .items-slider .box-ratting ul,
.best-under .items-slider .price-stack {
  justify-content: flex-start !important;
}

/* Eski box-action gizle */
.items-slider .box-action {
  display: none;
}

/* Border animasyonunu tamamen kaldÄ±r - items-slider iÃ§in */
.items-slider.border-animate,
.items-slider.box {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  /* Border radius kaldÄ±rÄ±ldÄ± */
}

.items-slider.border-animate:before,
.items-slider.border-animate:after,
.items-slider.border-animate .box-inner:before,
.items-slider.border-animate .box-inner:after {
  display: none !important;
}

.items-slider.border-animate:hover,
.items-slider.box:hover {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  /* Border radius kaldÄ±rÄ±ldÄ± */
}

.items-slider.border-animate:hover:before,
.items-slider.border-animate:hover:after,
.items-slider.border-animate:hover .box-inner:before,
.items-slider.border-animate:hover .box-inner:after {
  display: none !important;
}

/* Vertical action butonlarÄ± ayarla */
.items-slider .box-action-vertical {
  right: 5px;
  top: 5px;
}

/* ===== PRODUCT GRID VIEW - Ana Sayfadaki product-list-col-product YapÄ±sÄ± ===== */

/* Container - sadece kategori sayfalarÄ±ndaki product kartlarÄ± iÃ§in flex layout */
.product-list-wrapper .row:not(.product-2nd-parent) {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 20px 0 !important;
}

/* product-2nd-parent iÃ§in Ã¶zel dÃ¼zenleme - orijinal Bootstrap grid korunur */
.product-list-wrapper .product-2nd-parent.row {
  display: block !important;
  margin: 15px 0 0 !important;
  padding: 0 !important;
  gap: unset !important;
}

/* product-2nd-parent iÃ§indeki normal Bootstrap grid yapÄ±sÄ± */
.product-2nd-parent .row {
  display: flex !important;
  margin: 0 -15px !important;
  flex-wrap: wrap !important;
}

.product-2nd-parent [class*="col-"] {
  padding: 0 15px !important;
}

/* 5 sÃ¼tun iÃ§in Ã¶zel CSS - mevcut col-md-3'Ã¼ override et */
@media (min-width: 768px) {
  .categoryCard.col-md-3 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }

  .col-md-5col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .categoryCard.col-lg-4 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }

  .col-lg-5col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .categoryCard[class*="col-xl-"] {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }

  .col-xl-5col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* categoryCard iÃ§in sadece padding ve margin ayarlarÄ± */
.categoryCard {
  padding: 0 !important;
  margin: 0 !important;
}

/* Ana kart container - items-slider yapÄ±sÄ± ile birebir aynÄ± */
.categoryCard .product.product-grid-view {
  padding: 0 !important;
  margin: 3px 6px !important;
  outline: 1px solid transparent !important;
  border-radius: var(--border-radius) !important;
  transition: var(--transition) !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  height: 350px !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
}

/* Hover animasyonu - items-slider ile birebir aynÄ± */
.categoryCard .product.product-grid-view:hover {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Box inner */
.categoryCard .product.product-grid-view .product-img-wrap {
  position: relative !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  width: 200px !important;
  max-width: 200px !important;
  height: 300px !important;
}

/* Resim stilleri - items-slider ile birebir aynÄ± */
.categoryCard .product.product-grid-view .product-img-wrap img.product-img-primary {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 auto !important;
  display: block !important;
  transition: transform 0.3s ease !important;
}

.items-slider .box-img img[data-name="product_image"] {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  border-radius: 0 !important;
}


.categoryCard .product.product-grid-view .product-img-wrap img.product-img-alt {
  display: none !important;
}
/* Hover animasyonu - resim yukarÄ± kayar */
.categoryCard .product.product-grid-view:hover .product-img-wrap img.product-img-primary {
  transform: none !important;
}

/* Product link gizle */
.categoryCard .product.product-grid-view .product-link {
  display: none !important;
}

/* Sepete ekle butonu - items-slider ile birebir aynÄ± */
.categoryCard .product.product-grid-view .product-actions {
  position: absolute !important;
  top: 254px !important;
  bottom: auto !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 46px !important;
  padding: 5px !important;
  box-sizing: border-box !important;
  background: #fff !important;
  border: none !important;
  color: var(--aqua) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  z-index: 10 !important;
  border-radius: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(14px) !important;
  pointer-events: none !important;
  margin-top: 0 !important;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: opacity, transform !important;
}

.categoryCard .product.product-grid-view:hover .product-actions {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

/* Sadece sepete ekle butonunu gÃ¶ster */
.categoryCard .product.product-grid-view .product-actions a:not(.sc-add-to-cart) {
  display: none !important;
}

.categoryCard .product.product-grid-view .product-actions .sc-add-to-cart {
  border: 2px solid var(--aqua) !important;
  background: #fff !important;
  color: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: var(--border-radius) !important;
  text-decoration: none !important;
}

.categoryCard .product.product-grid-view .product-actions .sc-add-to-cart i {
  display: none !important;
}

.categoryCard .product.product-grid-view .product-actions .sc-add-to-cart span::after,
.categoryCard .product.product-grid-view .product-actions .sc-add-to-cart::after {
  content: "Sepete Ekle" !important;
}

/* ÃœrÃ¼n bilgileri container - items-slider ile birebir aynÄ± */
.categoryCard .product.product-grid-view .product-info {
  padding: 8px 8px 8px 14px !important;
  margin: 0 !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  text-align: left !important;
}

/* ÃœrÃ¼n adÄ± - items-slider ile birebir aynÄ± */
.categoryCard .product.product-grid-view .product-info-title {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  text-transform: capitalize !important;
  letter-spacing: 0% !important;
  color: var(--primary-text) !important;
  text-decoration: none !important;
  padding-top: 0 !important;
  margin: 4px 0 0 0 !important;
  display: block !important;
  height: auto !important;
  /* 3 satÄ±r iÃ§in: 18px * 3 = 54px */
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
}

.categoryCard .product.product-grid-view .product-info-title:hover {
  color: var(--primary-color) !important;
}

.categoryCard .product .product-author {
  color: #008575 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  margin: 4px 0 0 0 !important;
}

.categoryCard .product .product-condition {
  color: #5A5A5A !important;
  font-size: 13px !important;
  margin: 4px 0 0 0 !important;
}

/* Kart satÄ±rlarÄ± arasÄ± boÅŸluk */
.categoryCard {
  margin-bottom: 18px !important;
}

/* Rating - items-slider ile birebir aynÄ± */
.categoryCard .product.product-grid-view .product-info-rating {
  margin-top: 5px !important;
  font-size: var(--font-size) !important;
}

.categoryCard .product.product-grid-view .product-info-rating span {
  color: var(--primary-light) !important;
}

/* Fiyat - items-slider ile birebir aynÄ± */
.categoryCard .product.product-grid-view .product-info-price,
.categoryCard .product.product-grid-view .product-info-price .product-info-price-new {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 20px !important;
  text-transform: capitalize !important;
  letter-spacing: 0% !important;
  margin-top: 4px !important;
  color: #000000 !important;
}

/* Yazar bilgisi iÃ§in feature list kullan */
.categoryCard .product.product-grid-view .product-info-feature-list {
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  text-transform: capitalize !important;
  letter-spacing: 0% !important;
  color: var(--secondary-text) !important;
  margin-top: 4px !important;
  list-style: none !important;
  padding: 0 !important;
}

.categoryCard .product.product-grid-view .product-info-feature-list li:not(:first-child) {
  display: none !important;
}

/* Availability (durum) */
.categoryCard .product.product-grid-view .product-info-availability {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 20px !important;
  text-transform: capitalize !important;
  letter-spacing: 0% !important;
  margin-top: 4px !important;
}

.categoryCard .product.product-grid-view .product-info-availability span {
  color: #28a745 !important;
}

/* Gizlenecek elementler */
.categoryCard .product.product-grid-view .product-info-desc,
.categoryCard .product.product-grid-view .product-info-labels {
  display: none !important;
}

/* jQzoom start*/
.zoomPad {
  position: relative;
  float: left;
  cursor: default;
  background-color: var(--white);
  border: 1px solid var(--light);
  z-index: 1;
}

.zoomPad:hover {
  z-index: 3;
}

.zoomPad>img {
  width: 100%;
}

.zoomPreload {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 49px;
  padding: 8px;
  color: var(--dark);
  font-size: var(--font-size-sm);
  text-align: center;
  text-decoration: none;
  background-color: var(--white);
  background-position: 43px 30px;
  border: 1px solid var(--gray);
  /* font-family: var(--primary-font); */
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 110;
}

.zoomPup {
  position: absolute;
  overflow: hidden;
  background-color: var(--white);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  cursor: pointer;
  z-index: 101;
}

.zoomWindow {
  background-color: var(--white);
  position: absolute;
  left: 101% !important;
  top: 0;
  height: auto;
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  z-index: 110;
}

.zoomWrapperImage img {
  max-width: unset;
  max-height: unset;
}

.jqzoom-thumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.jqzoom-thumbs>li {
  margin: 3px;
  padding: 3px;
  flex-basis: 60px;
  border: 2px solid var(--light);
}

.jqzoom-thumbs>li:has(a.zoomThumbActive),
.jqzoom-thumbs>li.active {
  border-color: var(--primary-color);
  box-shadow: var(--box-shadow);
}

.jqzoom-thumbs>li:hover {
  border-color: var(--secondary-text);
}

.jqzoom-thumbs>li>a {
  width: 100%;
  height: 100%;
  display: block;
}

.jqzoom-thumbs>li>a>img {
  width: 100%;
  background: var(--white);
}

#product-desc-section h3 {
  font-size: 20px;
  margin-bottom: 10px;
  border-width: 10px;
}

#product-desc-section .tab-content>.tab-pane.active {
  min-height: 300px;
}

#product-desc-section .tab-content>.tab-pane.active {
  text-align: justify;
}

@media screen and (max-width: 991px) {
  .featured-categories .featured-category .featured-category-text h3 {
    font-size: 14px;
  }

  .featured-categories .featured-category .featured-category-text span {
    font-size: 12px;
  }
}

#header-main.headerSticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--white);
  box-shadow: var(--box-shadow);
  z-index: 998;
}

.headerSticky1 {
  position: fixed;
  background: var(--white);
  width: 100%;
  z-index: 100;
  top: 0;
}

.headerSticky2 {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 86px;
  box-shadow: var(--box-shadow);
}

.dn {
  display: none;
}

.main-menu.mobile-mega-menu {
  overflow: auto !important;
}

.main-menu-bottom,
.main-menu-top {
  display: none;
}

/* Media Queries */
@media (min-width: 992px) and (max-width: 1199px) {
  .my-info-details li {
    width: 19% !important;
  }

  .navbar-search {
    width: 100%;
  }

  .page-header .nav-breadcrumb {
    font-size: 100% !important;
  }

  #content-wrapper section {
    margin: 0 0 20px 0 !important;
  }

  .user-avatar-section form .form-group.mx-4 {
    margin-inline-start: 0 !important;
  }

  .user-avatar-section form button {
    margin-inline-start: -126px;
  }

  .nav-tabs>li>a {
    border-inline-start: none;
  }
}

@media (max-width: 991px) {
  .main-menu-top {
    display: block;
  }

  .main-menu-bottom {
    display: block;
    width: 300px;
    z-index: 2001;
    position: fixed;
    bottom: 0;
    transform: translateX(-100%);
    transition: all 250ms linear;
  }


  .main-menu.mobile-mega-menu.open~.main-menu-bottom,
  .main-menu.mobile-mega-menu.open~.main-menu-top {
    transform: translateX(0%);
  }

  .page-cover-caption {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-search {
    width: 100%;
  }

  .navbar-form {
    margin-bottom: 10px !important;
  }

  .page-header {
    margin: 15px 0 0;
  }

  .page-header .nav-breadcrumb {
    font-size: 100% !important;
  }

  .close-sidebar .col-md-2 .nopadding {
    width: 30% !important;
  }

  .my-info-container .my-info-box {
    padding: 15px 15px 40px;
  }

  .my-info-container .my-info-box .pull-right {
    margin-top: 10px;
  }

  .my-info-container .my-info-details li {
    width: 33%;
  }

  .my-info-container .my-info-details li:nth-of-type(3) {
    background: url(../img/nav_division.png) no-repeat;
  }

  #product-desc-section .nav-tabs>li.active>a {
    padding: 18px 10px !important;
    background-color: var(--gray);
  }

  #product-desc-section .nav-tabs>li>a {
    padding: 15px 6px !important;
  }

  .nav-tabs>li>a {
    border-inline-start: none;
  }

  .banner-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .my-info-container .my-info-details li {
    width: 33% !important;
  }

  .my-info-container .my-info-details li:nth-of-type(3) {
    background: url(../img/nav_division.png) no-repeat;
  }
}

@media (max-width: 767px) {
  .container.w-full .col-sm-3.bg-light {
    margin-top: 25px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .col-lg-12.col-12 .banner-overlay-text p {
    margin-bottom: 0;
  }

  .navbar-form {
    margin-bottom: 10px !important;
  }

  .page-header {
    margin: 15px 0 0;
  }

  .page-header .nav-breadcrumb {
    font-size: 100% !important;
  }

  .my-info-container .my-info-box {
    padding: 15px 15px 35px;
  }

  .my-info-container .my-info-box .pull-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .my-info-container .my-info-details li {
    width: 33% !important;
  }

  .my-info-container .my-info-details li:nth-of-type(3) {
    background: url(../img/nav_division.png) no-repeat;
  }

  .user-avatar-section form .form-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  #product-desc-section .nav-tabs>li.active>a {
    padding: 18px 10px !important;
    background-color: var(--light);
  }

  #product-desc-section .nav-tabs>li>a {
    padding: 15px 5px !important;
    border-inline-start: 1px solid var(--gray) !important;
  }

  #summary-total {
    font-size: var(--font-size-xl) !important;
  }

  .nav-tabs>li>a {
    border-inline-start: none;
  }

  .banner-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .my-info-container .my-info-details li {
    width: 33% !important;
  }

  .my-info-container .my-info-details li:nth-of-type(3) {
    background: url(../img/nav_division.png) no-repeat;
  }
}

@media (max-width: 575px) {
  .openSection {
    height: 100%;
  }

  .col-md-2 .section-title {
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid var(--dark);
  }

  .col-md-2 .section-title::after {
    content: "+";
    font-size: var(--font-size-lg);
  }

  .col-md-2.active .section-title::after {
    content: "-";
    font-size: var(--font-size-lg);
  }

  .col-md-2 .section-title h4 {
    font-size: var(--font-size-lg);
  }

  .account-sidebar-nav li.active a {
    background: #bac1ca;
    color: black !important;
  }

  .account-sidebar-nav {

    height: 0;
    overflow: hidden;
    transition: var(--transition);
    border: 0;
  }

  .account-sidebar-nav-title {
    display: block;
  }

  .accorHeight {
    height: 330px;
  }

  .col-md-2 .section-title.active ::after {
    content: "-";
  }

  .page-header {
    margin: 15px 0 0;
  }

  .page-header .nav-breadcrumb {
    font-size: 100% !important;
  }

  .my-info-container .my-info-box .pull-right {
    margin-top: 10px !important;
  }

  .my-info-container .my-info-details li {
    width: 33% !important;
  }

  .my-info-container .my-info-details li:nth-of-type(3) {
    background: url(../img/nav_division.png) no-repeat;
  }

  .headerSticky .header-search {
    display: none;
  }

  .search-box .search-box-button button {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navbar-search-submit i.fa-search {
    margin: 0 !important;
  }

  section {
    margin: 0 0 20px 0 !important;
  }

  .footer-newsletter-box-form-box button {
    margin-inline-end: -1px;
  }

  .footer-newsletter-box-form-box input {
    padding: 10px 10px;
  }

  .tab-content form {
    width: 94%;
    margin: 0 auto;
  }

  .user-avatar-section img {
    width: 96%;
  }

  #product-desc-section .nav-tabs>li.active>a {
    padding: 15px 3px !important;
    margin-inline-end: 3px;
    border-inline-start: 1px solid var(--gray);
  }

  #product-desc-section .nav-tabs>li>a {
    padding: 12px 5px !important;
    font-size: 13px !important;
    text-transform: none !important;
  }

  .deal-of-day-details-price .regular-price {
    font-size: var(--font-size-xl) !important;
  }

  .deal-of-day-details-price .old-price {
    font-size: var(--font-size-xl) !important;
  }

  #summary-total {
    font-size: var(--font-size-xl);
  }
}

@media (min-width: 425px) and (max-width: 575px) {
  .my-info-container .my-info-box {
    padding: 15px 15px 50px !important;
  }

  #product-desc-section .nav-tabs>li>a {
    padding: 12px 5px !important;
    font-size: var(--font-size) !important;
    text-transform: none !important;
    border-inline-end: 1px solid var(--gray) !important;
    border-top: 1px solid var(--gray) !important;
    border-inline-start: 1px solid var(--gray) !important;
  }

  .nav-tabs>li>a {
    font-size: var(--font-size) !important;
    text-transform: none !important;
    border-inline-end: 1px solid var(--gray) !important;
    border-top: 1px solid var(--gray) !important;
    border-inline-start: 1px solid var(--gray) !important;
  }

  .box-action {
    padding: 0 10px;
  }

  .box-action a {
    padding: 5px;
    margin-inline-end: 3px;
  }
}

@media (max-width: 424px) {
  .my-info-container .my-info-box {
    padding: 15px 15px 90px !important;
    margin-bottom: 10px;
  }

  .my-info-container .my-info-box .pull-right {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .pull-right .btn {
    margin-bottom: 5px;
  }

  #product-desc-section .nav-tabs>li>a {
    padding: 12px 5px !important;
    font-size: var(--font-size-sm) !important;
    text-transform: none !important;
    border-inline-end: 1px solid var(--gray) !important;
    border-top: 1px solid var(--gray) !important;
    border-inline-start: 1px solid var(--gray);
  }

  #product-desc-section .nav-tabs>li.active>a {
    padding: 15px 5px !important;
    margin-inline-end: 3px;
    border-inline-start: 1px solid var(--gray);
  }

  .nav-tabs>li>a {
    padding: 12px 17px !important;
    font-size: var(--font-size) !important;
    text-transform: none !important;
    border-inline-end: 1px solid var(--gray) !important;
    border-top: 1px solid var(--gray) !important;
    border: none;
    border-inline-start: 1px solid var(--gray);
  }

  .nav-tabs>li.active>a {
    padding: 15px 14px !important;
    margin-inline-end: 3px;
    border-inline-start: 1px solid var(--gray);
  }

  .box-action {
    padding: 0 12px;
  }

  .box-action a {
    padding: 5px;
    margin-inline-end: 7px;
  }

  .px-xs-1 {
    padding-inline-start: .5rem !important;
    padding-inline-end: .5rem !important;
  }

  #all-checkout-section .btn {
    padding-inline-start: .5rem !important;
    padding-inline-end: .5rem !important;
  }

  .d-xs-none {
    display: none;
  }
}

@media (max-width: 375px) {
  #product-desc-section .nav-tabs {
    display: flex;
  }

  #product-desc-section .nav-tabs>li.active>a {
    padding: 15px 14px !important;
    border-inline-start: 1px solid var(--gray);
  }

  .nav-tabs {
    display: flex;
  }

  .nav-tabs>li>a {
    padding: 12px 12px !important;
    font-size: var(--font-size-sm) !important;
    text-transform: none !important;
    border-inline-end: 1px solid var(--gray) !important;
    border-top: 1px solid var(--gray) !important;
    border: none;
    border-inline-start: 1px solid var(--gray);
  }

  .nav-tabs>li.active>a {
    padding: 15px 14px !important;
    border-inline-start: 1px solid var(--gray);
  }

  .box-action {
    padding: 0 9px;
  }

  .box-action a {
    padding: 5px;
    margin-inline-end: 5px;
  }
}

@media (max-width: 363px) {
  .cart-item-tr .product-info-qty-item {
    display: flex;
    flex-direction: column-reverse;
  }

  .cart-item-tr .product-info-qty-item button {
    width: 100%;
  }

  .cart-item-tr td:nth-of-type(4) {
    display: flex;
    justify-content: center;
  }

  .shopping-cart-item-table thead tr th:nth-of-type(4) {
    text-align: center;
  }

  .shopping-cart-item-table tbody tr:nth-of-type(1) td:nth-of-type(4) {
    border-top: none;
  }

  .cart-item-tr .product-info-qty-item input {
    border-inline-start: none;
    border-inline-end: none;
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
  }
}

/* slider responsive */
@media (min-width: 1500px) {
  .ei-slider-large li img {
    margin-top: 0 !important;
  }

  .ei-slider {
    height: 500px;
  }
}

@media (min-width: 1100px) and (max-width: 1299px) {
  .ei-slider-large li img {
    margin-top: 0 !important;
  }

  .ei-slider {
    height: 400px;
  }
}

@media (min-width: 1300px) and (max-width: 1499px) {
  .ei-slider-large li img {
    margin-top: 0 !important;
  }

  .ei-slider {
    height: 400px;
  }
}

iframe.customer-map {
  height: 200px;
  width: 250px;
}

/* product compare style */
@media(max-width: 991px) {
  .comparisonContainer>.container {
    max-width: 100% !important;
    margin-bottom: 15px;
  }
}

.comparison-table {
  width: 100%;
  font-size: .875rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.comparison-btns .wrap-svg svg {
  fill: #fff;
}

.comparison-btns>a {
  padding-block: 4px 3px;
  padding-inline-end: 10px;
  opacity: 0.9;
  transition: all .3s ease;
}

.clearbtn {
  background: var(--primary-dark)
}

.addbtn {
  background: var(--primary-color);
}

.comparison-btns>a>i {
  width: 40px;
  display: block;
  padding-block: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-inline-end: 2px solid rgba(255, 255, 255, .2);
  color: #fff !important;
}

.comparison-btns>a>span {
  text-align: start;
  color: #fff !important;
  display: inline-block;
  padding-inline-start: 10px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .03rem;
}

.comparison-btns>a:hover {
  opacity: 1
}

.comparison-table table {
  min-width: 41rem;
  table-layout: fixed
}

.comparison-table table tbody+tbody {
  border-top-width: 1px
}

.comparison-table .table-bordered thead td {
  border-bottom-width: 1px
}


.comparison-table>.table>thead>tr,
.comparison-table>.table>tbody>tr,
.comparison-table>.table>tfoot>tr,
.comparison-table>.table>thead>tr,
.comparison-table>.table>tbody>tr,
.comparison-table>.table>tfoot>tr {
  display: flex;
  flex-wrap: nowrap;
}

.comparison-table>.table>thead>tr>th,
.comparison-table>.table>tbody>tr>th,
.comparison-table>.table>tfoot>tr>th,
.comparison-table>.table>thead>tr>td,
.comparison-table>.table>tbody>tr>td,
.comparison-table>.table>tfoot>tr>td {
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  min-width: 220px;
  white-space: wrap;
}

.comparison-table .comparison-items {
  display: flex !important;
  background: #fff;
}

.comparison-table .comparison-item {
  position: relative;
  padding: .875rem .75rem 1.125rem;
  background-color: var(--white);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.comparison-key>th {
  background: var(--primary-color);
  color: var(--white);
  font-weight: 600;
  letter-spacing: 1px;
  padding: 6px 4px !important;
  word-spacing: 2px;
}

.seller-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.seller-logo>img {
  max-width: 75px;
}


.compare-filter .nice-select {
  width: 100%;
  margin-block: 5px;
}

.compare-filter .nice-select .list {
  max-height: 500px;
}

.comparison-table .comparison-item .comparison-item-thumb {
  display: block;
  width: 5rem;
  margin-inline-end: auto;
  margin-bottom: .75rem;
  margin-inline-start: auto
}

.comparison-table .comparison-item .comparison-item-thumb>img {
  display: block;
  width: 100%
}

.comparison-table .comparison-item .comparison-item-title {
  display: block;
  width: 100%;
  margin-bottom: 14px;
  color: var(--dark);
  font-weight: normal;
  text-decoration: none
}

.comparison-table .comparison-item .btn {
  margin: 0
}

.comparison-table .comparison-item .remove-item {
  display: block;
  position: absolute;
  top: -.3125rem;
  right: -.3125rem;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background-color: #f44336;
  color: var(--white);
  text-align: center;
  cursor: pointer
}

.comparison-table .comparison-item .remove-item .feather {
  width: .875rem;
  height: .875rem
}

.bg-secondary-mod {
  background-color: var(--light) !important;
}

/*add to cart design modify for add product comparison feature(12/22)*/
.product-actions .btn-group .add-to-card-mod {
  width: 25% !important;
}

.primary-nav-category .menu-link {
  padding: 8px 0;
}

@media screen and (max-width: 575px) {
  .search-box-input input {
    width: 90%;
  }
}

/* Flash deal and progressbar for product details page */
.sold-qtt-progress {
  margin: 15px 0;
}

.sold-qtt-progress .progress {
  float: right;
  height: 18px;
  width: 100%;
  border-radius: 50px;
  background: var(--gray);
  box-shadow: inset 0 10px 10px rgba(244, 245, 250, 0.9);
}

.sold-qtt-progress .sold-qtt-label {
  position: absolute;
  left: 35%;
  line-height: 16px;
  font-style: italic;
  text-shadow: 0.3px 0.6px 2px rgba(244, 245, 250, 0.9);
}

.sold-qtt-progress .progress .progress-bar {
  background-color: var(--primary-color);
  animation: reverse progress-bar-stripes 500ms linear infinite, animate-positive 2s;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0%;
  }
}

@keyframes animate-positive {
  0% {
    width: 0%;
  }
}

.box-action-vertical {
  padding: 10px;
  height: auto;
  white-space: nowrap;
  position: absolute;
  right: -16px;
  top: -10px;
  z-index: 99;
  opacity: 0;
  transition: var(--transition);
}

.box-action-vertical a {
  display: block;
  padding: 7px 8px;
  margin-bottom: 5px;
  text-align: center;
  color: var(--primary-text);
  background-color: var(--light);
  border-radius: var(--border-radius);
}

.box-action-vertical a:hover,
.box-action-vertical a:hover .svg-icon {
  color: var(--white);
  fill: var(--white);
  background-color: var(--primary-color);
}

.box:hover .box-action-vertical {
  right: 0px;
  opacity: 1;
}

.box-action .box-cart {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}

.box-action .box-cart a {
  display: block;
  font-weight: 500;
}

.card-box {
  padding: 15px;
  border-radius: var(--border-radius-3);
  border: 1px solid #ededf2;
}

.card-box .thumb-lg {
  height: 88px;
  width: 88px;
}

.card-box .social-links li a {
  border-radius: 50%;
  color: rgba(121, 121, 121, .8);
  display: inline-block;
  height: 30px;
  line-height: 27px;
  border: 2px solid rgba(121, 121, 121, .5);
  text-align: center;
  width: 30px
}

.rounded-circle {
  border-radius: 50%;
}

#profile-container .container {
  max-width: none !important;
}

#profile-container .header-information.less {
  max-height: 64px !important;
  overflow: hidden;
}

#profile-container .profile-header,
#profile-container .profile-body {
  margin: 0 10px;
}

#profile-container .profile-header {
  min-height: 175px;
  /* margin-bottom: -6px; */
}

#profile-container .profile-header .thumbnail {
  width: 120px;
  height: 120px;
}

#profile-container .profile-header .thumbnail img {
  border-radius: 50%;
}

#profile-container .profile-header .profile-info {
  min-height: 175px;
  padding-block: 15px;
  padding-inline: 0 30px;
}

#profile-container .profile-header .profile-info .header-fullname {
  /* display: inline-block; */
  margin-top: 5px;
  font-size: var(--font-size-lg);
}

#profile-container .profile-header .contact-seller-btn {
  float: right;
}

#profile-container .profile-header .profile-info .seller-location {
  position: absolute;
  color: var(--primary-color);
  top: 20px;
  right: 30px;
}

#profile-container .profile-header .profile-info .header-information {
  /* line-height: 23px; */
  margin: 10px 0;
  text-align: justify;
  color: var(--secondary-text);
}

#profile-container .profile-header .profile-stats {
  min-height: 175px;
  border-inline-start: 1px solid var(--light);
}

#profile-container .profile-header .profile-stats .stats-col .stats-title {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#profile-container .profile-header .profile-stats .stats-col .stats-value {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  color: var(--primary-color);
}

#profile-container .profile-header .profile-stats .stats-col:not(:last-child) {
  border-inline-end: 1px solid var(--light);
}

#profile-container .profile-header .profile-stats .stats-col {
  padding: 20px 0;
  text-align: center;
}

#profile-container .profile-header .profile-stats .inlinestats-col:not(:last-child) {
  border-inline-end: 1px solid var(--light);
}

#profile-container .profile-header .profile-stats .inlinestats-col {
  padding-top: 15px;
  text-align: center;
  /* font-family: 'Roboto', 'Lucida Sans', 'trebuchet MS', Arial, Helvetica; */
  border-top: 1px solid var(--light);
  min-height: 55px;
}

#profile-container .profile-header .profile-stats i {
  color: var(--primary-color);
}

.pink {
  color: var(--pink) !important;
}

#profile-container .nav-tabs>li>a {
  padding: 10px 25px;
  margin-top: -10px;
  border-radius: 0;
  border: none;
  text-decoration: none;
}

#profile-container .nav-tabs>li:hover:not(.active) a {
  background-color: var(--white);
  color: var(--primary-color);
  padding-bottom: 0;
}

#profile-container .profile-body .tab-content {
  min-height: 400px;
}

#profile-container .profile-body .product-info-rating {
  margin-top: 5px;
  font-size: var(--font-size);
}

#profile-container .profile-body .nav-tabs {
  border-bottom-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

#profile-container .profile-body .nav-tabs>li.active {
  border: none;
  border-bottom: 2px solid var(--primary-color);
  margin-bottom: 0;
}

#profile-container .profile-body .html-content h3 {
  font-size: var(--font-size-xxl);
  margin-bottom: 10px;
}

#profile-container .tab-content {
  border: 1px solid var(--light);
  padding: 0;
  border: none;
}

.auth-modal {
  margin-top: 60px !important;
  text-align: center;
}

.auth-modal .modal-icon img {
  border-radius: 50%;
  width: 110px;
  margin: -65px 0 10px 0;
  background-color: var(--white);
  padding: 5px;
}

@media screen and (max-width: 991px) {
  #profile-container .profile-body {
    margin-top: 20px !important;
  }

  #profile-container .nav-tabs>li>a {
    padding: 5px !important;
  }

  .cover-img-wrapper img {
    height: 100%;
  }

  .main-menu-top-item .dd-container {
    padding-top: 0;
  }

  .main-menu-top-item .dd-selected {
    width: auto !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
  }
}

/* custom media query */

@media(max-width: 1399px) {
  .checkout-area {
    padding-inline: 15px;
  }

  .checkout-area>.container {
    max-width: 100%;
  }

  .deal-of-day .deal-of-day-btns .sc-add-to-cart {
    padding: 0px 5px 0 15px;
  }

  .deal-of-day .deal-of-day-btns .sc-add-to-cart span {
    padding: 0px 5px 0 15px;
  }
}

@media(max-width: 1250px) {
  .best-seller-item-utility .button-cart span {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .top-nav-left h3 {
    display: none;
  }

  .best-seller-item .box-inner {
    flex-direction: column;
  }

  .best-seller-item .best-seller-item-image {
    width: 100%;
  }

  .best-seller-item .best-seller-item-details {
    width: 100%;
  }

  .dod-section-wrapper .best-seller-slider .sl.slick-slide {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .best-seller-slider .best-seller-item {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    margin: 0;
  }

  .best-seller-item-utility {
    left: 5px;
  }

  .best-seller-item-utility .horizon-btns {
    column-gap: 3px;
  }

  .best-seller-item-utility .horizon-btns>a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 7px 0 !important;
  }

  .product-list-col {
    border: none
  }

  .product-list-col .best-seller-item {
    border: 1px solid var(--light);
    margin-bottom: 20px;
  }

  .category-single-page {
    max-width: calc(100% - 30px);
    margin-inline-start: auto;
    margin-inline-end: auto;
  }

  .product-list-wrapper .product.product-list-view {
    padding-block: 0;
  }

  .product-list-view .product-info {
    width: 52%;
  }

  .lg-100 {
    max-width: 100% !important;
  }

  .header-nav-items a {
    padding: 12px 10px;
  }

  .featured-vendors-cards .best-seller-item:hover .best-seller-item-name,
  .featured-vendors-cards .best-seller-item:hover .best-seller-item-price,
  .featured-vendors-cards .best-seller-item:hover .best-seller-item-rating {
    visibility: hidden;
    opacity: 0;
  }

  .featured-vendors-cards .best-seller-item.border-animate {
    box-shadow: 0 0 8px -3px rgba(0, 0, 0, .2);
    padding-inline: 0px;
  }
}

@media(max-width: 991px) {
  #header-main {
    padding: 10px 0;
  }

  #header-main>.container {
    max-width: 100%;
  }

  .wrapper.searching::before {
    transition: all .3s ease 0s;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    visibility: visible;
    opacity: 1;
  }

  .global-search {
    position: fixed;
    z-index: 999;
    width: calc(100% - 30px);
    top: 80px;
    left: 15px;
    padding: 0;
    display: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    visibility: hidden;
    opacity: 0;
    top: 50px;
    transition: all .3s ease 0s;
  }

  .global-search.open {
    transition: all .3s ease .15s;
    top: 120px;
    visibility: visible;
    opacity: 1;
  }

  .header-search {
    border-radius: 4px;
    background: #fff;
    width: 100%;
    position: relative;
  }

  .header-search>form {
    width: calc(100% - 20px) !important;
    float: none !important;
  }

  .exit-search {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hot-words a {
    padding: 5px;
  }

  .overlay {
    display: none;
  }

  .search-btn {
    display: block;
  }

  .dod-section-wrapper .best-seller-slider .sl.slick-slide {
    gap: 15px;
  }

  .md-100 {
    max-width: 100% !important;
  }

  :is(.banner-block, .featured-category-section, .flash-deal, .feature, .best-deal, .product-type, .feature-brand, .top-rated, .best-deals, .best-under, #all-categories-wrapper)>.container {
    max-width: 100% !important;
  }

  #all-categories-wrapper {
    width: calc(100% - 30px);
    margin: 20px auto 0;
  }

  .product-list-wrapper>.border {
    border: none !important
  }

  .category-filters {
    display: none
  }

  #filterBtn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: -29px;
    z-index: 29;
  }

  .single-product-desc .book-desc-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.16);
    margin: 0;
    padding: 0 10px;
  }

  .single-product-desc .book-desc-tabs>li {
    float: none;
    margin: 0;
  }

  .single-product-desc .book-desc-tabs>li>a {
    border: none;
    background: transparent;
    color: #6b7a8f;
    font-weight: 600;
    padding: 14px 0;
    display: inline-block;
    position: relative;
    text-transform: none;
  }

  .single-product-desc .book-desc-tabs>li>a:hover,
  .single-product-desc .book-desc-tabs>li>a:focus {
    background: transparent;
    color: #017f7c;
  }

  .single-product-desc .book-desc-tabs>li.active>a,
  .single-product-desc .book-desc-tabs>li.active>a:focus,
  .single-product-desc .book-desc-tabs>li.active>a:hover {
    border: none;
    color: #017f7c;
    font-weight: 700;
  }

  .single-product-desc .book-desc-tabs>li.active>a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: #017f7c;
  }

  .single-product-desc .book-tab-content {
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-top: none;
    padding: 30px 40px;
    background: var(--white);
  }

  .single-product-desc .book-tab-pane {
    color: #283142;
    line-height: 1.9;
  }

  .single-product-desc .book-desc-columns {
    column-count: 2;
    column-gap: 40px;
  }

  .single-product-desc .book-desc-columns p:last-child {
    margin-bottom: 0;
  }

  .single-product-desc .book-detail-table-wrapper {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
  }

  .single-product-desc .book-detail-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1f2933;
  }

  .single-product-desc .book-detail-table {
    margin-bottom: 0;
  }

  .single-product-desc .book-detail-table th,
  .single-product-desc .book-detail-table td {
    border: none;
    padding: 10px 0;
  }

  .single-product-desc .book-detail-table th {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    color: #8b95a5;
    font-weight: 600;
    text-align: left;
  }

  .single-product-desc .book-detail-table tr+tr th,
  .single-product-desc .book-detail-table tr+tr td {
    border-top: 1px solid rgba(15, 23, 42, 0.06);
  }

  .single-product-desc .frequently-bought-section .sidebar-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }

  .single-product-desc .frequently-bought-section .sidebar-product-list .best-seller-item-image {
    height: 60%;
  }

  .single-product-desc .frequently-bought-section .sidebar-product-list .best-seller-item-image img {
    width: initial;
    max-width: 100%;
  }

  .single-product-desc .frequently-bought-section .sidebar-product-list .best-seller-item-details {
    height: 40%;
  }

  .feature-items .slick-arrow {
    top: -50px;
  }

  .single-product-desc #product-desc-section .nav-tabs.nav-justified {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }

  .single-product-desc #product-desc-section .nav-tabs.nav-justified li {
    width: auto !important;
    display: block !important;
  }

  .single-product-desc #product-desc-section .nav-tabs.nav-justified li a {
    padding: 8px 12px !important;
    border: 1px solid var(--gray) !important;
    border-radius: 8px;
    top: unset !important;
  }

  #profile-container .profile-header .profile-stats {
    min-height: auto;
    border-top: 1px solid var(--light);
    border-inline-start: none;
  }

  #profile-container .profile-body .nav-tabs li a {
    font-size: 15px;
  }

  .trending-items-area .sell-header-title h2::after {
    width: 5%
  }

  .trending-items-area .sell-header-title h2:hover::after {
    width: 15%
  }

  .trending-items-area .sell-header-title {
    margin-bottom: 15px
  }

  .trending-items-area .feature-items .slick-arrow {
    position: absolute;
    top: -74px;
    right: 0;
  }

  .trending-items-area .feature-items .slick-arrow.slick-prev {
    right: 40px;
  }

  .featured-vendors-cards .best-seller-item.border-animate {
    box-shadow: 0 0 7px -3px rgba(0, 0, 0, .15);
  }

  .deal-of-day .deal-of-day-btns .sc-add-to-cart span {
    padding: 0px 5px;
  }
}

@media (max-width: 767px) {
  .single-product-desc .book-desc-tabs {
    flex-wrap: wrap;
    gap: 20px;
    padding-inline: 0;
  }

  .single-product-desc .book-desc-tabs>li {
    width: auto;
  }

  .single-product-desc .book-tab-content {
    padding: 20px;
  }

  .single-product-desc .book-desc-columns {
    column-count: 1;
  }

  .single-product-desc .book-detail-table th,
  .single-product-desc .book-detail-table td {
    display: block;
    width: 100%;
    text-align: left;
  }

  .single-product-desc .book-detail-table th {
    padding-bottom: 4px;
  }

  .single-product-desc .book-detail-table td {
    padding-top: 0;
  }

  .sm-100 {
    max-width: 100% !important;
  }

  .dod-section-wrapper .best-seller-slider .sl.slick-slide {
    gap: 30px;
  }

  .best-seller-slider .best-seller-item {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }

  :is(.neckbands, .account-section)>.container {
    max-width: 100% !important;
  }

  .account-section .account-sidebar-nav {
    margin-inline: 15px;
  }

  .account-section .product-list-wrapper .product {
    margin-inline-start: 0;
  }

  .feature .sell-header .feature-tabs ul>li>a {
    font-size: 14px
  }

  .product-list-view .product-info {
    width: 62%;
  }

  .product-list-view .product-img-wrap {
    width: 34%;
  }

  .product-list-view .product-actions {
    top: 0;
    right: -5px;
    opacity: 0;
    background: var(--white);
    height: 100%;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    visibility: hidden;
    z-index: 4;
    transition: all .3s ease;
  }

  .product-list-view:hover .product-actions {
    visibility: visible;
    opacity: 1;
    right: 0;
  }

  .account-section .product-actions button>span,
  .product-list-view .product-actions>a>span {
    display: none;
  }

  .product-list-view .product-actions>a,
  .account-section .product-actions button {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product-list-view .product-actions>a:not(.add-to-card-mod) i {
    transform: translateY(2px);
  }

  .product-list-view .product-actions>a.add-to-card-mod {
    border: none
  }

  .sc-product-item .product-single {
    margin-inline-start: 0
  }

  .product-page-right-section {
    border-inline-start: none
  }


  /* .account-section .product-actions a >span,
  .account-section .product-actions button >span {display: none;} */

  #profile-container .profile-body .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    border: none !important;
  }

  #profile-container .profile-body .nav-tabs li {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    max-width: auto !important;
    width: auto !important;
    margin: 0 !important;
    border: none !important
  }

  #profile-container .profile-body .nav-tabs li a {
    font-size: 14px;
    padding: 3px 15px !important;
    border-radius: 16px;
    border: 1px solid var(--light) !important;
    display: block;
  }

  #profile-container .profile-body .nav-tabs li.active a {
    border: 1px solid var(--primary-color) !important;
  }

  #profile-container .profile-body .nav-tabs li.active,
  #profile-container .profile-body .nav-tabs li.active a,
  #profile-container .profile-body .nav-tabs li a {
    margin: 0 !important;
    top: 0;
  }

  .search-category-select {
    max-width: 225px
  }

  .trending-items-area .feature-items .slick-arrow {
    top: -118px
  }

  .featured-vendors-cards .best-seller-item.border-animate {
    box-shadow: none;
  }

  .addNewAddrs {
    margin-bottom: 50px !important;
  }

  .frequently-bought-section .box:hover .box-action {
    bottom: 5px
  }

  .deal-of-day .deal-of-day-btns .sc-add-to-cart {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .product.product-list-view {
    flex-direction: column;
    padding: 1rem;
  }

  .product-list-view .product-info {
    padding-right: 0;
  }

  .product-list-view .product-actions {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    width: 100%;
    gap: 0.75rem;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .product-list-view .product-actions>a {
    width: auto;
  }
}

@media (max-width: 575px) {
  .dod-section-wrapper .best-seller-slider {
    margin-top: 15px;
  }

  .dod-section-wrapper .best-seller-slider .sl.slick-slide .best-seller-item:hover .best-seller-item-name {
    opacity: 0;
  }

  .dod-section-wrapper .best-seller-slider .sl.slick-slide {
    gap: 15px;
  }

  .best-seller-slider .best-seller-item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .product-list-col-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
  }

  .product-list-col-product .best-seller-item-details {
    padding-inline: 10px;
  }

  .product-list-col .best-seller-item {
    width: 47%;
    margin-bottom: 0;
  }

  .sell-header {
    margin-bottom: 0;
  }

  .product-2nd-parent {
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
  }

  .product-list-view .product-img-wrap {
    float: none;
    width: 100%;
    margin: 0;
  }

  .list-view-card,
  .categoryCard {
    -ms-flex-preferred-size: calc(50% - .25rem) !important;
    flex-basis: calc(50% - .25rem) !important;
    max-width: calc(50% - .25rem) !important;
  }

  .product-list-wrapper .product.product-list-view,
  .product-list-view .product-info {
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-list-wrapper .product {
    padding-bottom: 0;
    margin: 0;
  }

  .product-list-wrapper .product .product-info-title {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    overflow: visible;
  }

  .product-list-view .product-info,
  .product-list-view .product-info-feature-list {
    margin-bottom: 0;
  }

  .product-list-view .product-info {
    float: none;
    width: 100%;
    height: 50%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .shopping-cart-header {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .deliver-to {
    margin-top: 15px;
  }

  .product-list-view:not(.product-actions .product-list-view) .product-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: calc(100% - 80px);
    right: 0;
    background: rgba(255, 255, 255, .5);
    height: 50px;
    width: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .product-list-view:not(.product-actions .product-list-view):hover .product-actions {
    top: calc(100% - 60px);
  }

  .sp-btns a {
    padding: 6px 10px;
    font-size: 16px;
  }

  .single-product-desc .frequently-bought-section .sidebar-product-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cart-footer,
  .cart-footer .text-right {
    text-align: center !important
  }

  .cart-footer .btn {
    min-width: 225px;
    max-width: 100%;
    margin-bottom: 10px;
    display: block;
    margin-inline: auto;
  }

  .cart-footer .btn i {
    width: 30px;
  }

  .account-section .product-list-wrapper .product .product-img-wrap {
    border-inline-end: none !important;
  }

  #profile-container .profile-body .nav-tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .frequently-bought-section .btn-lg.add-to-card-now-btn.sc-add-to-cart {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
  }

  .frequently-bought-section .box-ratting ul,
  .frequently-bought-section .box-price {
    justify-content: center;
  }

  .frequently-bought-section .box.border-animate {
    text-align: center;
    max-width: 100%;
    width: 320px;
    margin-inline: auto;
    margin-bottom: 10px;
    border-radius: 0;
    padding-bottom: 5px;
  }

  .brand-list-area .card-box {
    max-width: 100%;
    width: 320px;
    margin-inline: auto;
  }

  .trending-items-area .sell-header-title h2::after {
    width: 10%
  }

  .trending-items-area .sell-header-title h2:hover::after {
    width: 25%
  }

  .featured-vendors-cards .best-seller-item.border-animate {
    margin-top: 0;
  }

  .trending-items-area .feature-items .slick-arrow {
    top: -104px
  }

  .product-2nd-parent>.pr-0 {
    padding-inline-start: 0 !important
  }

  .top-promo-banner img {
    height: 50px;
    object-fit: cover;
    object-position: right;
  }

  .fbs-total,
  .fbs-total>.text-secondary {
    display: block !important
  }

  .fbs-total {
    margin-top: 10px !important
  }

  .fbs-total>.btn-sm.sc-add-to-cart.ml-3 {
    margin: 10px 0 0 !important;
  }

  .frequently-bought-section .box .box-action {
    opacity: 0;
    visibility: hidden;
    padding-top: 10px;
    transition: all .3s ease;
  }

  .frequently-bought-section .box:hover .box-action {
    bottom: 10px;
    visibility: visible;
    opacity: 1;
  }

  .flash-deal .flash-sell-timer {
    margin-bottom: 15px;
  }

  .comparison-table>.table>thead>tr>th,
  .comparison-table>.table>tbody>tr>th,
  .comparison-table>.table>tfoot>tr>th,
  .comparison-table>.table>thead>tr>td,
  .comparison-table>.table>tbody>tr>td,
  .comparison-table>.table>tfoot>tr>td {
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    min-width: calc(50% - 15px);
  }
}

@media (max-width: 520px) {
  .featured-vendors-cards .feature .sell-header .feature-tabs ul>li {
    padding: 0 6px;
    margin-bottom: 6px !important;
  }
}

@media (max-width: 475px) {
  .category-grp-wrapper .col-6.col-md-4.col-lg-3.pl-1.pr-3.my-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-inline: 0 !important;
  }
}

@media (max-width: 500px) {
  .product-list-col .best-seller-item {
    width: 46%;
  }

  .fbrnd-card {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 450px) {
  .list-view-card {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .product-deal-header {
    max-height: auto !important;
    max-width: auto !important;
    min-width: auto !important;
    width: auto !important;
    padding-inline-start: 0;
    overflow: visible;
    background-image: none !important;
    text-align: center;
    margin: 10px 0 20px !important;
  }

  .product-deal-header .ends_in_text {
    display: block;
    font-weight: 600;
    word-spacing: 3px;
  }

  .flashSellBg {
    display: inline-block;
  }
}

@media (max-width: 414px) {
  .dod-section-wrapper .best-seller-slider .sl.slick-slide {
    gap: 5px;
  }

  .dod-section-wrapper .best-seller-slider .sl.slick-slide .best-seller-item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .categoryCard {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .single-product-desc #product-desc-section .nav-tabs.nav-justified {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
  }

  .shopping-cart-header.flex-column .col-6 {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
    text-align: center;
  }

  .shopping-cart-header.flex-column .col-6 .deliver-to {
    float: none;
  }

  .global-search {
    width: calc(100% - 10px);
    left: 5px;
  }

  .global-search .header-search {
    padding-inline: 10px;
  }

  .global-search .header-search>form {
    width: calc(100% - 10px) !important
  }

  .global-search .search-box-button {
    margin: 0;
  }

  .global-search .search-box-button button {
    width: 42px;
    border-radius: 0;
  }

  #return-policy-tab {
    padding-inline: 15px;
  }

  .trending-items-area .feature-items .slick-arrow {
    top: -151px
  }

  .featured-categories .featured-category .featured-category-text h3 {
    font-size: 12px
  }

  .featured-categories .featured-category .featured-category-text span {
    font-weight: 400;
    border-top: none;
    padding-top: 0;
    margin-top: 3px;
  }
}

@media (max-width: 390px) {
  .flash-deal-area .flash-deal-product-utility a span.d-sm-none {
    display: none !important;
  }

  .flash-deal-area .flash-sell-timer {
    flex-direction: column
  }

  .flash-deal-area .flash-sell-timer>span {
    margin: 10px 0 !important
  }

  .flash-deal-area .flash-deal .best-deal-arrow {
    margin-top: -122px
  }
}

@media (max-width: 380px) {
  .product-list-col .best-seller-item {
    width: 100%
  }

  .product-list-col-product {
    max-width: 100%;
    margin-inline: auto;
    width: 260px;
  }

  .share>span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sp-btns a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sp-btns a+a {
    margin-top: 10px;
  }

  .sp-btns a#buy-now-btn {
    margin-bottom: 0;
  }

  .sp-btns a i {
    margin-inline-end: 10px;
  }

  .featured-vendors-cards .best-seller-item.border-animate {
    box-shadow: none;
    border: none
  }
}

@media (max-width: 360px) {
  .close-sidebar strong {
    width: 30px;
    height: 30px;
    font-size: 16px;
    transform: translate(295px, -1px);
  }
}

@media (max-width: 350px) {
  .checkout-btns>a+a {
    margin-top: 10px;
  }

  .checkout-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-promo-banner img {
    object-position: right -30px top 0;
  }
}

@media (min-width: 380px) {
  .header-utility ul li+li {
    margin-inline-start: 15px;
  }

  .header-menu-toggler {
    margin-inline-start: 5px;
  }
}

@media (min-width: 576px) {
  .header-logo {
    margin-inline-start: 0;
  }
}

@media (min-width: 992px) {
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .header-search {
    padding: 0;
  }
}

#zcart-js-theme-select.theme-select {
  display: none;
}

.mobile-mega-menu,
.main-menu-top,
.main-menu-bottom,
.close-sidebar {
  display: none !important;
}

.mobile-mega-menu.open,
.main-menu.mobile-mega-menu.open~.main-menu-bottom,
.main-menu.mobile-mega-menu.open~.main-menu-top,
.close-sidebar.active {
  display: block !important;
}

/* Dashboard Logout Button Styling */
.account-sidebar-nav .logout-section {
  border-top: 1px solid #dee2e6 !important;
  margin-top: 0.5rem !important;
  padding-top: 0.5rem !important;
}

.account-sidebar-nav .logout-section a {
  color: #dc3545 !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

.account-sidebar-nav .logout-section a:hover {
  background-color: #f8d7da !important;
  color: #721c24 !important;
  border-radius: var(--border-radius-3);
}

/* Product List Filter Styles */
.product-list-top-filter {
  width: 100%;
  height: 50px;
  min-height: 50px;
  position: relative;
  line-height: normal;
}

.product-list-top-filter .selectBoxIt {
  margin-top: 0 !important;
}

.results-count {
  width: auto;
  min-height: 36px;
  display: flex;
  align-items: center;
}

.results-count span {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #444;
  display: inline-block;
  padding: 4px 0;
}

.results-count span strong,
.results-count span b {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
}

.sort-and-view-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sort-control {
  min-width: 150px;
  height: 38px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 10px;
}

.sort-control span {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #444;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
}

.sort-control select,
.sort-control .selectboxit {
  background: transparent;
  border: none;
  outline: none;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #2f2f2f;
  flex: 1;
  height: 32px;
  padding: 0 24px 0 6px;
  display: inline-flex;
  align-items: center;
}

.sort-control .selectboxit-text {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #333;
  display: inline-flex;
  align-items: center;
}

.product-list-top-filter .view-switcher {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.product-list-top-filter .view-switcher .viewSwitcher {
  min-width: 42px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: #9d9d9d !important;
}

.product-list-top-filter .view-switcher .viewSwitcher.btn-primary {
  color: #535353 !important;
}

.product-list-top-filter .view-switcher .view-label {
  display: block !important;
  margin-top: 4px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  opacity: 1 !important;
}

.product-list-top-filter .view-switcher .view-icon {
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.product-list-top-filter .view-switcher .view-icon-grid {
  width: 24px;
  height: 24px;
  background-image: url("../img/Group%201597885304.png");
}

.product-list-top-filter .view-switcher .view-icon-list {
  width: 24px;
  height: 24px;
  background-image: url("../img/Group%201597885303.png");
}

.product-list-top-filter .view-switcher .view-icon-grid > span,
.product-list-top-filter .view-switcher .view-icon-list .list-row,
.product-list-top-filter .view-switcher .view-icon-list .dot,
.product-list-top-filter .view-switcher .view-icon-list .line {
  display: none !important;
}

.product-list-top-filter .view-switcher .viewSwitcher.btn-default .view-icon {
  opacity: .62;
}

.product-list-top-filter .view-switcher .viewSwitcher.btn-default .view-label {
  color: #9d9d9d !important;
}

.product-list-top-filter .view-switcher .viewSwitcher.btn-primary .view-icon {
  opacity: 1;
}

.product-list-top-filter .view-switcher .viewSwitcher.btn-primary .view-label {
  color: #535353 !important;
}

/* DÂ¨zenle: ÂrÂ¨n liste gÂ”rÂ¨nÂ¨mÂ¨nde aksiyon butonlarÂ resmin ÂstÂne binmesin */
.product.product-list-view {
  align-items: flex-start;
}

.product-list-view .product-img-wrap {
  order: 1;
}

.product-list-view .product-info {
  order: 2;
  padding-right: 0;
}

.product-list-view .product-actions {
  position: static !important;
  order: 3;
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
  background: transparent;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin-left: auto;
  padding: 0;
  text-align: right;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  align-self: flex-end;
}

.product-list-view .product-actions a {
  width: auto;
  min-width: 150px;
  height: auto;
  border-radius: var(--border-radius);
}

/* ========================================
   HOMEPAGE SLIDER ARROWS - Global Styles
   ======================================== */

/* General slider arrow styling for all homepage sections */
.sell-header-actions .best-deal-arrow .slider-arrow,
.best-deal-arrow ul li .slider-arrow,
.best-deal-arrow .slider-arrow,
button.slider-arrow,
.slider-arrow.slick-arrow {
  width: 30px !important;
  height: 56px !important;
  min-width: 30px !important;
  min-height: 56px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  color: #024E58 !important;
  box-shadow: none !important;
  position: absolute !important;
  z-index: 20 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sell-header-actions .best-deal-arrow .slider-arrow:hover,
.best-deal-arrow ul li .slider-arrow:hover,
.best-deal-arrow .slider-arrow:hover,
button.slider-arrow:hover,
.slider-arrow.slick-arrow:hover {
  background: transparent !important;
  color: #013f48 !important;
}

.sell-header-actions .best-deal-arrow .slider-arrow i,
.best-deal-arrow ul li .slider-arrow i,
.best-deal-arrow .slider-arrow i,
button.slider-arrow i,
.slider-arrow.slick-arrow i {
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Ensure arrows are always visible */
.best-deal-arrow,
.sell-header-actions .best-deal-arrow {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.best-deal-arrow ul {
  display: flex !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.best-deal-arrow ul li {
  list-style: none !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Specific styling for best-under section arrows */
.best-under .best-deal-arrow .slider-arrow,
.best-under .slider-arrow {
  width: 30px !important;
  height: 56px !important;
  min-width: 30px !important;
  min-height: 56px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  color: #024E58 !important;
}

.best-under .best-deal-arrow .slider-arrow:hover,
.best-under .slider-arrow:hover {
  background: transparent !important;
  color: #013f48 !important;
}

.best-under .best-deal-arrow .slider-arrow i,
.best-under .slider-arrow i {
  font-size: 52px !important;
  font-weight: 800 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.best-under .best-under-left,
.best-under-left {
  left: -34px !important;
}

.best-under .best-under-right,
.best-under-right {
  right: -34px !important;
}

.slider-arrow svg {
  width: 36px !important;
  height: 36px !important;
}

.slider-arrow svg polyline {
  stroke: #024E58 !important;
  stroke-width: 4 !important;
}

/* Homepage section sliders: only right arrow */
.slider-arrow.left-arrow,
.slick-arrow.left-arrow,
.best-under-left,
.best-deal-left,
.top-rated-left,
.top-selling-left,
.bundle-left,
.neckbands-left,
.recent-left,
.flashdeal-left,
.digital-left,
.auction-left {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Slick fallback prev arrows (generated buttons) */
.best-under .slick-prev,
.feature-items-inner .slick-prev,
.top-rated-items-inner .slick-prev,
.bundle-items-inner .slick-prev,
.neckbands-items-inner .slick-prev,
.top-selling-items-inner .slick-prev,
.best-under-items-inner .slick-prev,
.best-deals-items-inner .slick-prev,
.recent-items-inner .slick-prev,
.flashdeal-items-inner .slick-prev,
.digital-products-items-inner .slick-prev,
.auction-products-items-inner .slick-prev {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.best-under .slick-prev::before,
.feature-items-inner .slick-prev::before,
.top-rated-items-inner .slick-prev::before,
.bundle-items-inner .slick-prev::before,
.neckbands-items-inner .slick-prev::before,
.top-selling-items-inner .slick-prev::before,
.best-under-items-inner .slick-prev::before,
.best-deals-items-inner .slick-prev::before,
.recent-items-inner .slick-prev::before,
.flashdeal-items-inner .slick-prev::before,
.digital-products-items-inner .slick-prev::before,
.auction-products-items-inner .slick-prev::before {
  content: none !important;
  display: none !important;
}

@media (max-width: 991px) {
  .best-under .best-under-left,
  .best-under-left {
    left: -18px !important;
  }

  .best-under .best-under-right,
  .best-under-right {
    right: -18px !important;
  }
}

/* Font Awesome fallback - use solid icons if light not available */
.slider-arrow i.fal::before,
.slider-arrow i.fa::before,
.slider-arrow i.fas::before {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome", sans-serif !important;
  font-weight: 900 !important;
}

/* SVG Arrow Fallback - show if font icons fail */
.slider-arrow.left-arrow::after,
.slider-arrow.right-arrow::after {
  content: none;
}

/* Make sure slick doesn't hide arrows */
.slick-slider .slider-arrow:not(.left-arrow),
.slick-slider .slick-arrow.slider-arrow:not(.left-arrow) {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Override slick's default arrow hiding */
.slick-next.slick-disabled {
  opacity: 0.5 !important;
  visibility: visible !important;
  display: flex !important;
}

/* Final hard override: never show left arrows in section sliders */
.slick-slider .slider-arrow.left-arrow,
.slick-slider .slick-arrow.slider-arrow.left-arrow,
.best-under .slick-prev,
.feature-items .slick-prev,
.feature-items-inner .slick-prev,
.top-rated-items-inner .slick-prev,
.bundle-items-inner .slick-prev,
.neckbands-items-inner .slick-prev,
.top-selling-items-inner .slick-prev,
.best-under-items-inner .slick-prev,
.best-deals-items-inner .slick-prev,
.recent-items-inner .slick-prev,
.flashdeal-items-inner .slick-prev,
.digital-products-items-inner .slick-prev,
.auction-products-items-inner .slick-prev {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Best-under section headers: keep title left and "Daha Fazla" right on same row */
.best-under .best-under-header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.best-under .best-under-header .sell-header-title {
  order: 1;
  margin-bottom: 0 !important;
}

.best-under .best-under-header .sell-header-more {
  order: 2;
  margin-left: auto !important;
  white-space: nowrap;
  align-self: center;
}

.best-under .best-under-header .header-line {
  order: 3;
  flex: 0 0 100%;
  margin: 6px 0 10px !important;
}

.homepage-sections-wrap .best-under .best-under-header .sell-header-title {
  margin-left: -8px;
}

/* Discount badge: keep the ribbon half above image without clipping */
.product-top-badge--discount {
  top: -12px;
  left: -10px;
  width: 62%;
  min-width: 104px;
  max-width: 188px;
  padding: 0 8px 0 9px;
  font-size: 13px;
  font-weight: 600;
}

.product-top-badge--bestseller {
  top: -12px;
  left: -10px;
  width: 62%;
  min-width: 104px;
  max-width: 188px;
  padding: 0 8px 0 9px;
  font-size: 13px;
  font-weight: 600;
  background: url("../img/Rectangle 45852.png") no-repeat center;
  background-size: 100% 100%;
}

.product-top-badge--bestseller::before {
  left: 0;
  top: calc(100% - 1px);
  background: url("../img/Rectangle 45853.png") no-repeat left top;
  background-size: 100% 100%;
}

.product-top-badge--bestseller::after {
  left: 0;
  top: calc(100% + 3px);
  background: url("../img/Polygon 3.png") no-repeat left top;
  background-size: 100% 100%;
}

.items-slider .box-img.has-discount-badge,
.items-slider .box-img.has-bestseller-badge,
.product-list-wrapper .product .product-img-wrap.has-discount-badge,
.product-list-wrapper .product .product-img-wrap.has-bestseller-badge,
.categoryCard .product.product-grid-view .product-img-wrap.has-discount-badge,
.categoryCard .product.product-grid-view .product-img-wrap.has-bestseller-badge {
  overflow: visible !important;
}

.items-slider .box-img.has-discount-badge img[data-name="product_image"],
.items-slider .box-img.has-bestseller-badge img[data-name="product_image"],
.product-img-wrap.has-discount-badge .product-img-primary,
.product-img-wrap.has-discount-badge .product-img-alt,
.product-img-wrap.has-bestseller-badge .product-img-primary,
.product-img-wrap.has-bestseller-badge .product-img-alt {
  object-position: center center !important;
}

.items-slider .box-img.has-discount-badge .product-top-badge--discount,
.items-slider .box-img.has-bestseller-badge .product-top-badge--bestseller {
  left: -8px !important;
}

.items-slider.box {
  padding-top: 12px !important;
}

@media (max-width: 576px) {
  .best-under .slick-list {
    margin: 0 -8px !important;
  }

  .best-under .slick-slide {
    padding: 0 8px !important;
    box-sizing: border-box !important;
  }

  .best-under .items-slider .box-inner {
    width: 170px !important;
    max-width: 170px !important;
  }

  .best-under .items-slider .box-img {
    width: 100% !important;
    max-width: 100% !important;
    height: 255px !important;
  }

  .best-under .items-slider .box-img > a:first-child {
    width: 100% !important;
    height: 100% !important;
  }

  .best-under .items-slider .box-img img[data-name="product_image"] {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
  }

  .items-slider .box-img.has-discount-badge .product-top-badge--discount,
  .items-slider .box-img.has-bestseller-badge .product-top-badge--bestseller {
    left: 6px !important;
    top: 4px !important;
    width: auto !important;
    min-width: 92px !important;
    max-width: calc(100% - 44px) !important;
    height: 22px !important;
    font-size: 12px !important;
    padding: 0 8px !important;
  }

  .items-slider .box-img.has-discount-badge .product-top-badge--discount::before,
  .items-slider .box-img.has-discount-badge .product-top-badge--discount::after,
  .items-slider .box-img.has-bestseller-badge .product-top-badge--bestseller::before,
  .items-slider .box-img.has-bestseller-badge .product-top-badge--bestseller::after {
    content: none !important;
    display: none !important;
  }

  .items-slider .box-img.has-discount-badge,
  .items-slider .box-img.has-bestseller-badge {
    overflow: hidden !important;
  }
}

/* Authors index page */
.authors-index-page {
  background: linear-gradient(180deg, #f6f8f8 0%, #ffffff 170px);
  padding: 34px 0 58px;
}

.authors-index-page__header {
  text-align: center;
  margin-bottom: 34px;
}

.authors-index-page__header h1 {
  margin: 0;
  color: #1f2733;
  font-family: 'Merriweather', serif;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.authors-index-group {
  margin-bottom: 34px;
}

.authors-index-group__heading {
  border-bottom: 1px solid #d6dde0;
  margin-bottom: 20px;
}

.authors-index-group__heading h2 {
  margin: 0 0 9px;
  color: #1f2733;
  font-family: 'Merriweather', serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.authors-index-group__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 42px;
  row-gap: 10px;
}

.authors-index-group__item {
  min-width: 0;
}

.authors-index-group__item a {
  color: #0b6776;
  display: inline-block;
  font-size: 16px;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.authors-index-group__item a:hover,
.authors-index-group__item a:focus {
  color: #084a55;
  text-decoration: underline;
}

.authors-index-group__item a:focus {
  outline: none;
  transform: translateX(2px);
}

.authors-index-page__empty {
  border: 1px solid #d6dde0;
  border-radius: 10px;
  padding: 16px 18px;
  color: #4a5f67;
  font-size: 16px;
  background: #fff;
}

@media (max-width: 1199px) {
  .authors-index-group__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 28px;
  }
}

@media (max-width: 991px) {
  .authors-index-page {
    padding-top: 24px;
  }

  .authors-index-page__header h1 {
    font-size: 42px;
  }

  .authors-index-group__heading h2 {
    font-size: 38px;
  }

  .authors-index-group__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 8px;
  }
}

@media (max-width: 576px) {
  .authors-index-page {
    padding: 20px 0 42px;
  }

  .authors-index-page__header {
    margin-bottom: 24px;
  }

  .authors-index-page__header h1 {
    font-size: 34px;
  }

  .authors-index-group {
    margin-bottom: 24px;
  }

  .authors-index-group__heading {
    margin-bottom: 14px;
  }

  .authors-index-group__heading h2 {
    margin-bottom: 8px;
    font-size: 30px;
  }

  .authors-index-group__list {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }

  .authors-index-group__item a {
    font-size: 15px;
  }
}

.publisher-page-title {
  padding: 28px 0 10px;
  background: linear-gradient(180deg, #f6f8f8 0%, #ffffff 100%);
}

.publisher-page-title__text {
  margin: 0;
  color: #1f2733;
  font-family: 'Merriweather', serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

@media (max-width: 991px) {
  .publisher-page-title {
    padding: 22px 0 8px;
  }

  .publisher-page-title__text {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .publisher-page-title {
    padding: 18px 0 6px;
  }

  .publisher-page-title__text {
    font-size: 30px;
  }
}

/* Gift Cards Landing */
.gift-landing-hero {
  background: #ffffff;
  text-align: center;
  padding: 24px 0 16px;
}

.gift-landing-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1.08;
  color: #20252c;
}

.gift-landing-subtitle {
  margin: 12px auto 0;
  max-width: 980px;
  color: #3a3f46;
  font-size: 15px;
  line-height: 1.45;
}

.gift-landing-terms {
  display: inline-block;
  margin-top: 10px;
  color: #0d7686;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.gift-landing-actions {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.gift-landing-action {
  position: relative;
  width: min(380px, 100%);
  height: 210px;
  border-radius: 12px;
  border: 2px solid #c7c7c7;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(10, 20, 30, 0.14);
}

.gift-landing-action::before {
  display: none;
}

.gift-landing-action__top {
  display: block;
  width: 100%;
  height: 138px;
  flex: 0 0 138px;
  background: #146f7e;
}

.gift-landing-action--catalog .gift-landing-action__top {
  background: #9bbfd2;
}

.gift-landing-action--balance .gift-landing-action__top {
  background: #146f7e;
}

.gift-landing-action__label {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 20px;
  font-size: 22px;
  line-height: 1.14;
  font-weight: 500;
  color: #1d242c;
  background: #ffffff;
}

.gift-landing-action--active {
  border-color: #0b7488;
  box-shadow: 0 10px 20px rgba(10, 20, 30, 0.16);
}

.gift-landing-content {
  background: #f8f8f8;
  padding: 40px 0 52px;
}

.gift-landing-panel[hidden] {
  display: none !important;
}

.gift-landing-group {
  margin-bottom: 38px;
}

.gift-landing-group h2 {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  color: #2a2f36;
}

.gift-landing-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.gift-landing-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #cecece;
  border: 2px solid transparent;
  min-height: 138px;
}

.gift-landing-card--placeholder {
  background: #cecece;
}

.gift-landing-card--api {
  background: #d5d5d5;
}

.gift-landing-card.is-selected {
  border-color: #2a95f1;
}

.gift-landing-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gift-landing-card__name {
  padding: 10px 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: #1d242c;
}

.gift-landing-toggle {
  margin: 18px auto 0;
  border: 0;
  background: transparent;
  padding: 0;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0d7686;
  font-size: 25px;
  line-height: 1.05;
  text-align: center;
  cursor: pointer;
}

.gift-landing-toggle i {
  font-size: 18px;
}

.gift-landing-toggle:focus {
  outline: 2px solid #0d7686;
  outline-offset: 4px;
}

.gift-landing-empty {
  margin: 8px 0 0;
  font-size: 16px;
  color: #4a4f56;
}

.gift-landing-balance {
  padding-top: 8px;
}

.gift-landing-balance h2 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 500;
  color: #2a2f36;
}

.gift-landing-balance-form {
  display: flex;
  align-items: stretch;
  gap: 22px;
  max-width: 1040px;
}

.gift-landing-balance-form input[type="text"] {
  flex: 1 1 auto;
  height: 48px;
  border: 1px solid #cfd5d8;
  background: #fff;
  color: #2a2f36;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 16px;
}

.gift-landing-balance-form input[type="text"]::placeholder {
  font-size: 16px;
}

.gift-landing-balance-form input[type="text"]:focus {
  outline: none;
  border-color: #8ebac1;
}

.gift-landing-balance-form button {
  flex: 0 0 176px;
  height: 48px;
  border: 0;
  background: #146f7e;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

.gift-landing-balance-form button:hover,
.gift-landing-balance-form button:focus {
  background: #0f5e6b;
}

.gift-landing-balance-form button[disabled] {
  opacity: .8;
  cursor: wait;
}

.gift-landing-balance-inline {
  display: none;
  align-self: center;
  align-items: center;
  gap: 8px;
  color: #0f6e7d;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  white-space: nowrap;
}

.gift-landing-balance-inline.is-visible {
  display: inline-flex;
}

.gift-landing-balance-inline__label {
  color: #0f6e7d;
}

.gift-landing-balance-inline__value {
  color: #1f2b34;
  font-weight: 700;
}

.gift-landing-balance-result {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  color: #2a2f36;
  min-height: 56px;
  padding: 10px 16px;
  display: none;
}

.gift-landing-balance-result.is-visible {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gift-landing-balance-result.is-success {
  color: #0d6a39;
  border: 2px solid #0d6a39;
  background: #fff;
}

.gift-landing-balance-result.is-error {
  color: #a13333;
  border: 2px solid #ef3b3b;
  background: #fff;
}

.gift-landing-balance-form input[type="text"].is-invalid {
  border-color: #ef3b3b;
}

.gift-landing-balance-form input[type="text"].is-invalid::placeholder {
  color: #e23c3c;
  opacity: 1;
  font-weight: 600;
}

.gift-landing-balance-divider {
  margin-top: 44px;
  border-top: 1px solid #d2d7da;
}

@media (max-width: 1199px) {
  .gift-landing-title {
    font-size: 44px;
  }

  .gift-landing-action {
    width: min(340px, 100%);
    height: 192px;
  }

  .gift-landing-action__top {
    height: 124px;
    flex-basis: 124px;
  }

  .gift-landing-action__label {
    font-size: 20px;
  }

  .gift-landing-group h2 {
    font-size: 30px;
  }

  .gift-landing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .gift-landing-hero {
    padding: 20px 0 14px;
  }

  .gift-landing-title {
    font-size: 36px;
  }

  .gift-landing-subtitle {
    font-size: 14px;
  }

  .gift-landing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .gift-landing-toggle {
    font-size: 23px;
  }

  .gift-landing-balance h2 {
    font-size: 40px;
  }

  .gift-landing-balance-form input[type="text"],
  .gift-landing-balance-form button {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .gift-landing-title {
    font-size: 30px;
  }

  .gift-landing-actions {
    flex-direction: column;
    align-items: center;
  }

  .gift-landing-action {
    width: min(100%, 340px);
    height: 186px;
  }

  .gift-landing-action__top {
    height: 120px;
    flex-basis: 120px;
  }

  .gift-landing-action__label {
    font-size: 19px;
  }

  .gift-landing-content {
    padding: 30px 0 38px;
  }

  .gift-landing-group h2 {
    font-size: 26px;
  }

  .gift-landing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gift-landing-toggle {
    font-size: 22px;
  }

  .gift-landing-balance h2 {
    font-size: 34px;
  }

  .gift-landing-balance-form {
    flex-direction: column;
    gap: 12px;
  }

  .gift-landing-balance-form button {
    flex: none;
    width: 100%;
  }

  .gift-landing-balance-form input[type="text"],
  .gift-landing-balance-form button {
    font-size: 15px;
  }

  .gift-landing-balance-inline {
    width: 100%;
    white-space: normal;
    font-size: 15px;
  }

  .gift-landing-balance-result {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .gift-landing-grid {
    grid-template-columns: 1fr;
  }

  .gift-landing-card {
    min-height: 124px;
  }
}
