

@charset "UTF-8";
    :root {
        /* ============================================
           BRAND COLORS
           ============================================ */
        --color-primary: var(--color-rank-4);
        --color-secondary: var(--color-rank-4);
        --color-accent: var(--color-rank-3);
        --color-accent-dark: var(--color-rank-15);
        --color-accent-yellow: var(--color-rank-7);

        /* ============================================
           NEUTRAL COLORS
           ============================================ */
        --color-black: var(--color-rank-1);
        --color-white: var(--color-rank-2);
        --color-white-off: var(--color-rank-5);

        /* ============================================
           GRAY SCALE
           ============================================ */
        --color-gray-100: var(--color-rank-12);
        --color-gray-150: var(--color-rank-21);
        --color-gray-200: var(--color-rank-16);
        --color-gray-250: var(--color-rank-22);
        --color-gray-300: var(--color-rank-23);
        --color-gray-350: var(--color-rank-8);
        --color-gray-400: var(--color-rank-23);
        --color-gray-450: var(--color-rank-13);
        --color-gray-500: var(--color-rank-14);
        --color-gray-550: var(--color-rank-11);
        --color-gray-600: var(--color-rank-17);
        --color-gray-650: var(--color-rank-6);
        --color-gray-700: var(--color-rank-24);
        --color-gray-750: var(--color-rank-25);
        --color-gray-800: var(--color-rank-26);
        --color-gray-850: var(--color-rank-27);
        --color-gray-900: var(--color-rank-9);
        --color-gray-950: var(--color-rank-28);
        --color-gray-975: var(--color-rank-29);
        --color-gray-980: var(--color-rank-30);

        /* ============================================
           BACKGROUND COLORS
           ============================================ */
        --color-bg-light-beige: var(--color-rank-18);
        --color-bg-light-pink: var(--color-rank-18);
        --color-bg-light-orange: var(--color-rank-22);
        --color-bg-light-green: var(--color-rank-22);
        --color-bg-light-purple: var(--color-rank-16);
        --color-bg-light-gray: var(--color-rank-19);
        --color-bg-light-gray-alt: var(--color-rank-10);
        --color-bg-light-gray-alt-2: var(--color-rank-10);
        --color-bg-teal: var(--color-rank-26);

        /* ============================================
           PRODUCT COLOR SWATCHES
           ============================================ */
        --color-swatch-black: var(--color-rank-1);
        --color-swatch-cyan: var(--color-rank-8);
        --color-swatch-purple: var(--color-rank-22);
        --color-swatch-blue: var(--color-rank-20);
        --color-swatch-orange: var(--color-rank-7);
        --color-swatch-teal: var(--color-rank-20);

        /* ============================================
           STATE COLORS
           ============================================ */
        --color-error: var(--color-rank-24);
        --color-success: var(--color-rank-20);



        /* ============================================
           RGBA TRANSPARENT COLORS
           ============================================ */
        --color-overlay-black-20: rgba(var(--color-rgb-black), 0.2);
        --color-overlay-black-50: rgba(var(--color-rgb-black), 0.5);
        --color-overlay-black-65: rgba(var(--color-rgb-black), 0.65);
        --color-overlay-black-70: rgba(var(--color-rgb-black), 0.7);
        --color-overlay-black-80: rgba(var(--color-rgb-black), 0.8);
        --color-border-black-10: rgba(var(--color-rgb-black), 0.1);
        --color-border-black-20: rgba(var(--color-rgb-black), 0.2);
        --color-border-black-26: rgba(var(--color-rgb-black), 0.26);
        --color-border-black-30: rgba(var(--color-rgb-black), 0.3);
        --color-border-black-50: rgba(var(--color-rgb-black), 0.5);
        --color-overlay-accent-dark-50: rgba(var(--color-rgb-accent-dark), 0.5);
        --color-overlay-accent-50: rgba(var(--color-rgb-accent), 0.5);
        --color-overlay-accent-65: rgba(var(--color-rgb-accent), 0.65);
        --color-overlay-accent-80: rgba(var(--color-rgb-accent), 0.8);
        --color-overlay-accent-10: rgba(var(--color-rgb-accent), 0.1);
        --color-overlay-accent-20: rgba(var(--color-rgb-accent), 0.2);
        --color-overlay-primary-15: rgba(var(--color-rgb-primary), 0.15);
        --color-overlay-primary-30: rgba(var(--color-rgb-primary), 0.3);
        --color-overlay-primary-40: rgba(var(--color-rgb-primary), 0.4);
        --color-overlay-white-40: rgba(var(--color-rgb-white), 0.4);
        --color-overlay-white-70: rgba(var(--color-rgb-white), 0.7);
        --color-shadow-light: rgba(var(--color-rgb-gray-light), 0.14);
        --color-shadow-box: rgba(var(--color-rgb-shadow), 0.06);
        --color-shadow-box-alt: rgba(var(--color-rgb-shadow), 0.1);
        --color-bg-black-05: rgba(var(--color-rgb-black), 0.05);
        --color-border-gray-26: rgba(var(--color-rgb-gray-border), 0.26);
        --color-shadow-black-05: rgba(var(--color-rgb-black), 0.05);
        --color-shadow-black-10: rgba(var(--color-rgb-black), 0.1);
        --color-shadow-black-15: rgba(var(--color-rgb-black), 0.15);
        --color-shadow-black-25: rgba(var(--color-rgb-black), 0.25);
        --color-shadow-primary-30: rgba(var(--color-rgb-primary), 0.3);
        --color-shadow-primary-40: rgba(var(--color-rgb-primary), 0.4);
        --color-shadow-accent-30: rgba(var(--color-rgb-accent), 0.3);
        --color-shadow-accent-20: rgba(var(--color-rgb-accent), 0.2);
        --color-shadow-accent-10: rgba(var(--color-rgb-accent), 0.1);
        --color-shadow-white-15: rgba(var(--color-rgb-white), 0.15);
        --color-shadow-white-20: rgba(var(--color-rgb-white), 0.2);
        --color-text-shadow-black-05: rgba(var(--color-rgb-black), 0.05);
        --color-text-shadow-black-10: rgba(var(--color-rgb-black), 0.1);
        --color-text-shadow-black-30: rgba(var(--color-rgb-black), 0.3);
        --color-text-shadow-black-50: rgba(var(--color-rgb-black), 0.5);
        --color-overlay-black-70: rgba(var(--color-rgb-black), 0.7);
        --color-overlay-white-70: rgba(var(--color-rgb-white), 0.7);
        --color-overlay-white-90: rgba(var(--color-rgb-white), 0.9);

        /* ============================================
           TYPOGRAPHY
           ============================================ */
        --font-family-primary: 'Poppins', sans-serif;
        --font-family-secondary: 'Roboto', sans-serif;
        --font-family-icon: 'Font Awesome 5 Free';

        --font-size-body: 14px;
        --font-size-heading-72: 72px;
        --font-size-heading-48: 48px;
        --font-size-heading-42: 42px;
        --font-size-heading-34: 34px;
        --font-size-heading-24: 24px;
        --font-size-heading-18: 18px;
        --font-size-text-16: 16px;
        --font-size-text-14: 14px;
        --font-size-text-12: 12px;
        --font-size-section-heading: 48px;
        --font-size-section-subheading: 16px;

        --font-weight-light: 300;
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --font-weight-extrabold: 800;

        /* ============================================
           BUTTON STYLES
           ============================================ */
        --btn-primary-border-radius: 0.25rem;
        --btn-primary-color: var(--color-white);
        --btn-primary-background-color: var(--color-primary);
        --btn-primary-border-color: var(--color-primary);
        --btn-primary-hover-color: var(--color-white);
        --btn-primary-background-hover-color: var(--color-primary);
        --btn-primary-border-hover-color: var(--color-primary);
        --btn-primary-font-weight: var(--font-weight-medium);

        --btn-secondary-border-radius: 0.25rem;
        --btn-secondary-color: var(--color-accent);
        --btn-secondary-background-color: transparent;
        --btn-secondary-border-color: var(--color-accent);
        --btn-secondary-hover-color: var(--color-white);
        --btn-secondary-background-hover-color: var(--color-primary);
        --btn-secondary-border-hover-color: var(--color-primary);
        --btn-secondary-font-weight: var(--font-weight-medium);

        /* ============================================
           HEADING STYLES
           ============================================ */
        --heading-color: var(--color-black);
        --heading-font-family: var(--font-family-primary);
        --heading-font-weight: var(--font-weight-bold);

        /* ============================================
           TITLE STYLES
           ============================================ */
        --title-color: var(--color-black);
        --title-font-family: var(--font-family-primary);
        --title-font-weight: var(--font-weight-normal);

        /* ============================================
           BODY STYLES
           ============================================ */
        --body-color: var(--color-black);
        --body-background-color: var(--color-white);
        --body-font-family: var(--font-family-primary);
        --body-font-size: var(--font-size-body);
        --body-font-weight: var(--font-weight-normal);

        /* ============================================
           SECTION HEADING STYLES
           ============================================ */
        --section-heading-color: var(--color-black);
        --section-heading-font-family: var(--font-family-primary);
        --section-heading-font-size: var(--font-size-section-heading);
        --section-heading-font-weight: var(--font-weight-semibold);

        /* ============================================
           SECTION SUBHEADING STYLES
           ============================================ */
        --section-subheading-color: var(--color-black);
        --section-subheading-font-family: var(--font-family-primary);
        --section-subheading-font-size: var(--font-size-section-subheading);
        --section-subheading-font-weight: var(--font-weight-normal);

        /* ============================================
           BACKWARD COMPATIBILITY ALIASES
           ============================================ */
        --primary-color: var(--color-primary);
        --secondary-color: var(--color-secondary);
    }
iframe {
  width: 100%; }

.container-fluid {
  padding-left: 160px;
  padding-right: 160px; }

@media (max-width: 1800px) {
  .container-fluid {
    padding-left: 5%;
    padding-right: 5%; } }

@media (max-width: 575px) {
  .container-fluid {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem); } }

.bg-1 {
  background-color: var(--color-accent); }

.bg-2 {
  background-color: var(--color-black); }

.bg-3 {
  background-color: var(--color-primary); }

.bg-4 {
  background-color: var(--color-accent-dark); }

.bg-5 {
  background-color: var(--color-bg-light-beige); }

.bg-pink {
  background-color: var(--color-bg-light-pink); }

.bg-trust-1 {
  background-color: var(--color-bg-light-orange); }

.bg-trust-2 {
  background-color: var(--color-bg-light-green); }

.bg-trust-3 {
  background-color: var(--color-bg-light-purple); }

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-member,
.btn-member:hover,
.btn-member:focus {
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  padding: 0 17px;
  height: 40px;
  -ms-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -ms-display: inline-flex;
  -webkit-display: inline-flex;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-member,
.btn-member:hover,
.btn-member:focus {
  min-width: 140px;
  height: 47px;
  color: var(--color-white); }

.btn-primary,
.btn-member {
  -ms-border-radius: var(--btn-primary-border-radius);
  -webkit-border-radius: var(--btn-primary-border-radius);
  border-radius: var(--btn-primary-border-radius);
  color: var(--btn-primary-color);
  border: 1px solid var(--btn-primary-border-color);
  background-color: var(--btn-primary-background-color);
  font-weight: var(--btn-primary-font-weight); }

.btn-secondary {
  -ms-border-radius: var(--btn-secondary-border-radius);
  -webkit-border-radius: var(--btn-secondary-border-radius);
  border-radius: var(--btn-secondary-border-radius);
  color: var(--btn-secondary-color);
  border: 1px solid var(--btn-secondary-border-color);
  background-color: var(--btn-secondary-background-color);
  font-weight: var(--btn-secondary-font-weight); }

.btn-primary:hover,
.btn-primary:focus,
.btn-member:hover,
.btn-member:focus {
  color: var(--btn-primary-hover-color);
  border: 1px solid var(--btn-primary-border-hover-color);
  background-color: var(--btn-primary-background-hover-color); }

.btn-secondary:hover,
.btn-secondary:focus {
  color: var(--btn-secondary-hover-color);
  border: 1px solid var(--btn-secondary-border-hover-color);
  background-color: var(--btn-secondary-background-hover-color); }

.input-reset,
.btn-reset {
  border: none;
  outline: none;
  background: transparent;
  padding: 0; }

.field {
  height: 48px;
  background: var(--color-gray-300);
  padding: 0 15px;
  -ms-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.field-input {
  width: 100%;
  font-size: 14px;
  color: var(--color-black); }

input[type="number"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

input[type="number"] {
  -moz-appearance: textfield !important; }

.icon {
  width: 22px;
  height: 22px; }

.overlay-furniture,
.overlay-tools,
.overlay {
  position: relative; }

.overlay-furniture:before,
.overlay-tools:before,
.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--color-overlay-black-20); }

.overlay-tools:before {
  background-color: var(--color-overlay-accent-dark-50); }

.overlay-furniture:before {
  background-color: var(--color-overlay-accent-50); }

/*============================================================================
    Template Common CSS
==============================================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight); }

body {
  color: var(--body-color);
  background-color: var(--body-background-color);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  font-family: var(--body-font-family);
  letter-spacing: 0.5px;
  padding-right: 0 !important; }

.body-wrapper {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

.heading_72,
.heading_48,
.heading_42,
.heading_34,
.heading_24,
.heading_18,
.text_16,
.text_14,
.text_12 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--color-black); }

.heading_72 {
  font-weight: 600;
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: 0; }

.heading_48 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: 0.01em; }

.heading_42 {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: 0.01em; }

.heading_34 {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: 0.25px; }

.heading_18 {
  font-size: 18px;
  line-height: 1.5; }

.text_16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: 0.5px; }

.text_14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.08; }

.text_12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px; }

.link-underline {
  text-decoration: underline;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .link-underline:hover {
    color: var(--secondary-color);
    text-decoration: underline; }

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.primary-color {
  color: var(--primary-color); }

.secondary-color {
  color: var(--secondary-color); }

a,
a:focus,
a:hover {
  text-decoration: none;
  border: none;
  outline: none;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

img {
  max-width: 100%; }

.custom-scrollbar::-webkit-scrollbar {
  width: 4px; }

.custom-scrollbar::-webkit-scrollbar-track {
  background: var(--color-gray-150); }

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: var(--color-gray-600); }

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: var(--color-gray-600); }

button,
.offcanvas {
  -ms-border: none !important;
  -webkit-border: none !important;
  border: none !important;
  -ms-outline: none !important;
  -webkit-outline: none !important;
  outline: none !important;
  -ms-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.content-absolute {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%; }

.height-inherit {
  height: inherit; }

.section-heading {
  color: var(--section-heading-color);
  font-family: var(--section-heading-font-family);
  font-size: var(--section-heading-font-size);
  font-weight: var(--section-heading-font-weight);
  margin-bottom: 0;
  line-height: 1.5; }
  .section-heading.primary-color {
    color: var(--primary-color); }

.section-subheading {
  color: var(--section-subheading-color);
  font-family: var(--section-subheading-font-family);
  font-size: var(--section-subheading-font-size);
  font-weight: var(--section-subheading-font-weight);
  margin-top: 10px;
  margin-bottom: 0; }
  .section-subheading.primary-color {
    color: var(--primary-color); }

.section-icon {
  margin-bottom: 10px; }

.slick-initialized .slick-slide {
  outline: none; }

.common-slider .slick-slide {
  margin: 0 12px; }

.common-slider .slick-list {
  margin: 0 -12px; }

.show-arrows-always .arrow-slider {
  opacity: 1;
  visibility: visible;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.show-arrows-always .arrow-slider svg {
  width: 24px;
  stroke: var(--color-black);
  stroke-width: 1.5px; }

.arrows-white .arrow-slider svg {
  stroke: var(--color-white); }

.article-arrows .arrow-slider {
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .home-section:hover .article-arrows .arrow-slider {
    opacity: 1;
    visibility: visible; }

.slick-dots {
  padding: 0;
  margin: 0;
  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;
  list-style: none;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .slick-dots li {
    width: 12px;
    height: 8px;
    background-color: var(--color-black);
    opacity: 0.5;
    margin: 0 6px;
    cursor: pointer;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .slick-dots li.slick-active {
      opacity: 1;
      width: 24px; }
    .slick-dots li button {
      display: none; }

.slick-arrow[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.5 !important; }

.hover-switch {
  position: relative;
  display: block; }
  .hover-switch .primary-img,
  .hover-switch .secondary-img {
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }

.secondary-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden; }

.product-card:hover .secondary-img {
  opacity: 1;
  visibility: visible; }

.product-card:hover .secondary-img + .primary-img {
  opacity: 0;
  visibility: hidden; }

.scroll-horizontal {
  overflow: hidden;
  overflow-x: auto; }

#scrollup {
  position: fixed;
  display: inline-block;
  background-color: var(--color-black);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color .3s, 
 opacity .5s, visibility .5s;
  -o-transition: background-color .3s, 
 opacity .5s, visibility .5s;
  transition: background-color .3s, 
 opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer; }

#scrollup.show {
  opacity: 1;
  visibility: visible; }

.announcement-text,
.announcement-text:hover,
.announcement-text:focus,
.currency-btn,
.currency-list-option,
.currency-list-option:hover {
  text-decoration: none;
  font-size: 14px;
  line-height: 27px;
  font-weight: var(--body-font-weight);
  color: var(--color-black); }

.currency-list-option,
.currency-list-option:hover {
  color: var(--body-color); }

.announcement-text {
  margin: 0; }

.flag {
  min-width: 20px;
  max-width: 20px;
  margin-right: 3px; }

.currency-list {
  min-width: auto; }

.header-action-item {
  text-decoration: none;
  line-height: 1; }

.logo-main {
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex; }

.header-top {
  padding: 20px 0; }

.border-btm-black {
  -ms-border-bottom: 1px solid var(--color-border-black-10);
  -webkit-border-bottom: 1px solid var(--color-border-black-10);
  border-bottom: 1px solid var(--color-border-black-10); }

.icon-user {
  width: 12px;
  height: 12px;
  margin-right: 2px; }

.currency-btn .icon-dropdown {
  stroke-width: 1.5px; }

.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: var(--color-white);
  width: 100%; }

.field-search {
  width: 100%;
  max-width: 574px; }

.search-button {
  padding-left: 15px; }

.search-wrapper {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  background: var(--color-white);
  top: 101%;
  z-index: 9;
  opacity: 0;
  -ms-border-bottom: 1px solid var(--color-border-black-10);
  -webkit-border-bottom: 1px solid var(--color-border-black-10);
  border-bottom: 1px solid var(--color-border-black-10);
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .search-wrapper.search-appear {
    max-height: 70px;
    opacity: 1; }
  .header-1 .search-wrapper {
    top: 102%; }
  .search-wrapper .search-form {
    -ms-border: none !important;
    -webkit-border: none !important;
    border: none !important;
    -ms-outline: none !important;
    -webkit-outline: none !important;
    outline: none !important; }
    .search-wrapper .search-form .search-input {
      -webkit-box-flex: 0;
      flex: 0 0 90%;
      -ms-flex: 0 0 calc(100% - 90px);
      -webkit-flex: 0 0 calc(100% - 90px);
      flex: 0 0 calc(100% - 90px);
      -ms-border: none !important;
      -webkit-border: none !important;
      border: none !important;
      -ms-outline: none !important;
      -webkit-outline: none !important;
      outline: none !important; }
      .search-wrapper .search-form .search-input input {
        width: 100%;
        padding: 20px 0;
        border: none;
        outline: none;
        font-size: 14px; }
        .search-wrapper .search-form .search-input input:hover, .search-wrapper .search-form .search-input input:active, .search-wrapper .search-form .search-input input:focus {
          border: none;
          outline: none; }
    .search-wrapper .search-form .search-submit {
      padding: 17px 0 20px;
      border: none;
      outline: none;
      -ms-flex: 0 0 40px;
      -webkit-flex: 0 0 40px;
      -webkit-box-flex: 0;
      flex: 0 0 40px; }
      .search-wrapper .search-form .search-submit:hover, .search-wrapper .search-form .search-submit:active, .search-wrapper .search-form .search-submit:focus {
        border: none;
        outline: none; }
    .search-wrapper .search-form .search-close {
      padding: 20px 0;
      cursor: pointer;
      -ms-outline: none !important;
      -webkit-outline: none !important;
      outline: none !important;
      -ms-display: flex;
      -webkit-display: flex;
      display: -webkit-box;
      display: flex;
      -ms-justify-content: flex-end;
      -webkit-justify-content: flex-end;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex: 0 0 50px;
      -webkit-flex: 0 0 50px;
      -webkit-box-flex: 0;
      flex: 0 0 50px; }

.navbar {
  padding: 0; }

.nav-link {
  color: var(--color-black);
  font-weight: 500;
  font-size: 15px; }

.nav-text-sub {
  font-size: 14px;
  text-decoration: none;
  color: var(--color-gray-850);
  display: block;
  font-weight: 400; }
  .nav-text-sub.nav-link-mega {
    padding-left: 0; }

.icon-dropdown {
  width: 18px;
  height: 18px;
  stroke-width: 2.5px; }

.icon-hamburger {
  width: 24px;
  height: 24px; }

.header-wishlist {
  color: var(--color-black); }

.header-wishlist,
.header-hamburger {
  margin-top: 3px; }

.site-navigation .nav-link:focus {
  color: var(--color-black); }

.nav-item-mega:last-child a {
  padding-bottom: 0; }

.mega-menu-img * {
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.img-menu-heading {
  font-weight: 500; }

.img-menu-action:hover span,
.main-menu .menu-list-item.active .nav-link,
.main-menu .menu-list-item:hover .nav-link,
.main-menu .nav-text-sub:hover {
  color: var(--secondary-color); }

.img-menu-action:hover .icon-right-long {
  fill: var(--secondary-color); }

.nav-link-sub:hover img.menu-img {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9); }

.main-menu .nav-link {
  padding: 0; }

.drawer-heading {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  color: var(--body-color); }

.cart-content-area {
  height: 100%; }

.minicart-loop {
  padding: 1rem 0;
  overflow-y: scroll; }

.minicart-item {
  padding: 0.5rem 1rem; }

.product-remove {
  line-height: 1; }

.mini-img-wrapper {
  width: 80px;
  overflow: hidden; }

.mini-img {
  min-width: 80px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top; }

.minicart-item > .product-info {
  width: calc(100% - 80px);
  padding-left: 20px; }

.product-title,
.product-title a {
  font-size: 15px;
  line-height: 1.3;
  font-weight: var(--title-font-weight);
  font-family: var(--title-font-family);
  color: var(--title-color); }

.product-vendor,
.quantity input,
.product-price {
  font-size: 13px;
  color: var(--body-color);
  font-weight: var(--body-font-weight);
  font-family: var(--body-font-family); }

.product-remove {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  text-decoration: underline;
  color: var(--body-color);
  font-weight: var(--body-font-weight);
  font-family: var(--body-font-family); }

.product-title:hover,
.product-title a:hover,
.product-remove:hover {
  color: var(--secondary-color); }

.qty-btn,
.qty-input {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  background: transparent; }
  .qty-btn:hover, .qty-btn:focus, .qty-btn:active,
  .qty-input:hover,
  .qty-input:focus,
  .qty-input:active {
    border: none;
    outline: none;
    background: transparent; }
  .qty-btn::-webkit-inner-spin-button,
  .qty-input::-webkit-inner-spin-button {
    display: none; }

.quantity {
  width: 100px;
  -ms-border: 1px solid var(--color-border-black-10) !important;
  -webkit-border: 1px solid var(--color-border-black-10) !important;
  border: 1px solid var(--color-border-black-10) !important; }
  .quantity .qty-btn {
    width: 25px;
    padding: 4px 5px 6px;
    cursor: pointer; }
    .quantity .qty-btn img {
      max-width: 12px;
      pointer-events: none; }
    .quantity .qty-btn.dec-qty {
      -ms-border-right: 1px solid var(--color-border-black-10) !important;
      -webkit-border-right: 1px solid var(--color-border-black-10) !important;
      border-right: 1px solid var(--color-border-black-10) !important; }
    .quantity .qty-btn.inc-qty {
      -ms-border-left: 1px solid var(--color-border-black-10) !important;
      -webkit-border-left: 1px solid var(--color-border-black-10) !important;
      border-left: 1px solid var(--color-border-black-10) !important; }

.cart-subtotal,
.cart-subprice {
  font-size: 16px;
  font-weight: 500; }

.cart-taxes {
  font-size: 12px; }

.minicart-footer {
  padding: 20px;
  -ms-border-top: 1px solid var(--color-border-black-10);
  -webkit-border-top: 1px solid var(--color-border-black-10);
  border-top: 1px solid var(--color-border-black-10); }

.minicart-btn {
  width: 48%; }

.icon-breadcrumb {
  width: 16px;
  height: 16px;
  margin: 0 7px; }

.breadcrumb li,
.breadcrumb li a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: var(--color-black); }

.breadcrumb {
  margin-bottom: 0;
  margin-top: 30px; }

.slide-text {
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.25px;
  margin-bottom: 0; }
  .slide-content-1 .slide-text {
    color: var(--color-accent); }

.slide-heading {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0; }
  .slide-content-1 .slide-heading {
    color: var(--color-accent); }

.slide-subheading {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24px;
  margin-top: 5px; }
  .slide-content-1 .slide-subheading {
    color: var(--color-accent); }

.slide-btn {
  margin-top: 24px; }

.slide-img {
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.arrow-slider {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .arrow-slider.arrow-next {
    left: auto;
    right: 0; }

.arrows-white svg {
  stroke: var(--color-white); }

.slideshow-section:hover .arrow-slider {
  opacity: 1;
  visibility: visible; }

.dots-white .slick-dots li {
  background-color: var(--color-white); }

.slick-dots li.slick-active {
  background-color: var(--primary-color); }

[data-animation] {
  opacity: 0; }

.animate__animated[data-animation] {
  opacity: 1; }

.slide-content [data-animation]:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.slide-content [data-animation]:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.slide-content [data-animation]:nth-child(3) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s; }

.slide-content [data-animation]:last-child {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s; }

.slide-content {
  max-width: 655px; }

.trusted-heading {
  color: var(--color-accent); }

.trusted-subheading {
  color: var(--color-gray-800);
  margin-top: 5px; }

.trusted-subheading-2 {
  color: var(--color-black); }

.trusted-subheading-3 {
  color: var(--color-gray-980); }

.trusted-badge {
  margin-top: 24px;
  padding: 40px;
  height: 100%;
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.trusted-row > div {
  height: 100%; }

.icon-trusted {
  max-width: 50px; }

.trusted-content {
  padding-left: 24px; }

.trusted-section-inner {
  margin-top: -24px; }

.product-card {
  margin-top: 40px; }

.product-card-img {
  position: relative;
  overflow: hidden; }

.product-card-title,
.product-card-title a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-black);
  text-transform: capitalize; }
  .product-card-title:hover,
  .product-card-title a:hover {
    color: var(--secondary-color); }

.product-card-title {
  margin-top: 20px;
  margin-bottom: 10px; }

.color-lists + .product-card-title {
  margin-top: 10px; }

.card-price-regular,
.card-price-compare {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.39;
  color: var(--color-black); }

.card-price-compare {
  color: var(--secondary-color);
  margin-left: 5px; }

.card-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  background: var(--color-white);
  width: 32px;
  height: 32px;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.card-wishlist .icon-wishlist {
  max-width: 18px; }

.is-active .icon-wishlist path {
  fill: red; }

.product-card-action-2 {
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
  width: 100%;
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-card-action-2 .addtocart-btn,
  .product-card-action-2 .quickview-btn {
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1.5px;
    width: 49%;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transform: translateY(300%);
    -webkit-transform: translateY(300%);
    transform: translateY(300%); }
  .product-card-action-2 .addtocart-btn {
    -ms-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }

.product-card:hover .addtocart-btn,
.product-card:hover .quickview-btn {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

.product-card:hover .card-wishlist {
  opacity: 1;
  visibility: visible; }

.color-swatch {
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--color-gray-975);
  border: 2px solid transparent;
  outline: 1px solid transparent;
  margin: 3px 10px 0 0;
  display: inline-block; }
  .color-swatch.active {
    border-color: var(--color-white);
    outline-color: var(--color-black); }

.swatch-black {
  background-color: var(--color-black); }

.swatch-cyan {
  background-color: var(--color-swatch-cyan); }

.swatch-purple {
  background-color: var(--color-swatch-purple); }

.swatch-blue {
  background-color: var(--color-swatch-blue); }

.swatch-orange {
  background-color: var(--color-swatch-orange); }

.swatch-teal {
  background-color: var(--color-swatch-teal); }

.color-lists {
  margin: 0;
  margin-top: 15px; }
  .color-lists > li {
    line-height: 1; }

.action-card {
  background: var(--color-white-off);
  width: 48px;
  height: 48px;
  margin: 0 7px;
  border-radius: 50%;
  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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  visibility: hidden; }
  .action-card:first-child {
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .action-card:last-child {
    -ms-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .action-card:nth-child(2) {
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }

.product-card:hover .action-card {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(-65%);
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%); }

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9; }

.badge-label {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  padding: 4px 12px;
  letter-spacing: 0.03em;
  color: var(--color-white-off);
  background-color: var(--primary-color);
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }
  .badge-label + .badge-label {
    margin-top: 8px;
    background-color: var(--secondary-color); }

.tab-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: var(--color-black);
  opacity: 0.6;
  padding: 15px 20px 4px; }
  .tab-link:hover, .tab-link:focus, .tab-link.active {
    opacity: 1;
    color: var(--secondary-color); }

.collection-tab-list {
  padding-top: 10px; }

.view-all {
  margin-top: 50px; }

.collection-tab-inner {
  margin-top: -15px; }

.grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: (300px)[2];
  grid-template-rows: repeat(2, 300px);
  grid-gap: 24px; }

.grid-item {
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .grid-item:hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9); }

.action-btn {
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .action-btn:hover {
    color: var(--secondary-color); }

.grid-item.grid-item-1 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  -ms-grid-row-span: 2;
  grid-row: span 2; }

.grid-item.grid-item-2,
.grid-item.grid-item-3 {
  -ms-grid-column-span: 4;
  grid-column: span 4; }

.grid-item.grid-item-4 {
  -ms-grid-column-span: 3;
  grid-column: span 3; }

.grid-item.grid-item-5 {
  -ms-grid-column-span: 5;
  grid-column: span 5; }

.grid-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom; }

.shop-category-inner {
  margin-top: 48px; }

.grid-container-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: (250px)[2];
  grid-template-rows: repeat(2, 250px);
  grid-gap: 24px;
  grid-auto-flow: column; }
  .grid-container-2 .grid-item.grid-item-1,
  .grid-container-2 .grid-item.grid-item-2 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
    grid-row: auto; }
  .grid-container-2 .grid-item.grid-item-3 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
    -ms-grid-row-span: 2;
    grid-row: span 2; }

.scattered-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  .scattered-item:nth-child(odd) .scattered-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.scattered-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 48.21% 0 0 0; }

.scattered-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  z-index: 1; }

.scattered-item {
  display: block;
  margin-top: 30px; }
  .scattered-item:nth-child(odd) .scattered-details {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .scattered-item:nth-child(n+3) .scattered-details {
    top: 25%;
    right: 16%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%); }
  .scattered-item:first-child {
    padding-right: 8%; }
  .scattered-item:nth-child(even) {
    margin-top: -10%; }
    .scattered-item:nth-child(even) .scattered-details {
      margin-top: 40px;
      position: relative;
      z-index: 9; }
  .scattered-item:nth-child(n+3) {
    margin-top: -25%; }
  .scattered-item .scattered-details {
    max-width: 445px; }

.scattered-heading {
  font-size: 42px; }

.banner-section {
  overflow: hidden; }

.banner-section-inner {
  margin-top: -24px; }

.banner-img {
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.banner-item {
  display: block;
  margin-top: 24px;
  overflow: hidden; }
  .banner-item:hover .banner-img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.single-banner-text {
  margin-top: 24px; }

.single-banner-btn {
  margin-top: 44px; }

.single-banner-content {
  max-width: 410px; }

img.single-banner-img {
  height: 490px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: center;
  object-position: center; }

.promotinal-product-content {
  padding-top: 60px;
  padding-bottom: 60px; }

.promotinal-product-section {
  background: url("../img/banner/tools-bg.jpg") no-repeat center center/cover; }

.promotinal-product-section > div {
  position: relative;
  z-index: 9; }

.promotinal-product-container {
  background-color: var(--color-bg-teal);
  padding: 110px 90px;
  height: 100%; }
  .promotinal-product-container .product-card {
    margin-top: 0; }
  .promotinal-product-container .arrow-prev {
    left: 25px; }
  .promotinal-product-container .arrow-next {
    right: 25px; }

.core-features-container {
  margin-left: 1px;
  margin-top: 29px; }

.core-features-inner {
  margin-top: -17px; }

.core-features img {
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.core-features {
  border: 1px solid var(--color-border-black-10);
  margin-left: -1px;
  margin-top: -1px;
  padding: 25px 32px 28px;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .core-features:hover {
    background-color: var(--color-bg-black-05); }
    .core-features:hover img {
      -ms-animation: upDown 0.4s;
      -webkit-animation: upDown 0.4s;
      animation: upDown 0.4s; }

.core-heading {
  margin-top: 20px; }

.core-text {
  margin-top: 8px; }

.core-link {
  display: block;
  margin-top: 25px; }

.video-container {
  position: relative;
  z-index: 9; }

.video-tools {
  min-height: 600px; }

.video-section {
  overflow: hidden; }

.video-button,
.video-button:hover,
.video-button:focus {
  width: 140px;
  height: 140px;
  border: 2px solid var(--color-white-off);
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.latest-blog-inner {
  margin-top: -17px; }

.article-card-container {
  margin-top: 18px; }

.article-card-heading,
.article-card-heading a {
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .article-card-heading:hover,
  .article-card-heading a:hover {
    color: var(--secondary-color); }

.article-card-heading,
.article-card-published {
  margin-top: 15px; }

.article-card-published {
  line-height: 1; }

.article-card-read-more {
  display: block;
  margin-top: 28px;
  opacity: 0.6; }

.article-card {
  margin-top: 24px;
  background: var(--color-white-off);
  -webkit-box-shadow: 0px 16px 58px -8px var(--color-shadow-light);
  box-shadow: 0px 16px 58px -8px var(--color-shadow-light);
  border-radius: 12px;
  padding: 13px 13px 24px; }

.article-card-img-wrapper {
  position: relative;
  display: block; }

.article-tag {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--color-black); }

.article-tag-absolute {
  color: var(--color-white);
  background-color: var(--color-primary);
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: -10px;
  padding: 6px 12px;
  display: inline-block; }

.article-card-published {
  margin-top: 20px; }

.article-card-published a {
  color: var(--color-black);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.article-card-published a:hover {
  color: var(--secondary-color); }

.article-img {
  margin-bottom: 30px; }

.article-meta {
  margin-bottom: 48px; }

blockquote {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.25px; }

.blockquote {
  padding: 40px;
  padding-left: 60px;
  margin: 40px 0;
  border-radius: 4px;
  background: var(--primary-color);
  color: var(--color-white);
  border-left: 10px solid var(--secondary-color); }

.article-btn {
  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;
  padding: 13.5px 24px;
  height: 44px;
  border: 2px solid var(--primary-color) !important;
  border-radius: 4px;
  color: var(--color-black);
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important; }

.article-btn:hover,
.article-btn.active {
  color: var(--color-white);
  background: var(--color-primary); }

.comments-date {
  line-height: 1; }

.commentator-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--color-black);
  margin-bottom: 10px; }

.comments-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: var(--color-black); }

.comments {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.69;
  letter-spacing: 0.25px;
  color: var(--color-black); }

.btn-reply-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: var(--color-black);
  margin-top: 4px; }

.btn-reply {
  margin-top: 16px; }

.comments-img {
  width: 64px; }

.comments-main {
  width: calc(100% - 64px);
  padding-left: 24px; }

.comments-img img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.comments-item {
  margin-top: 48px; }

.form-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--color-black); }

.form-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: var(--color-black); }

.field-item input,
.field-item textarea {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: var(--color-gray-900);
  width: 100%;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important; }

.field-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--color-border-black-20);
  margin-top: 30px; }

.field-icon {
  margin-right: 7px;
  min-width: 24px; }

.textarea-field .field-icon {
  margin-top: 4px; }

.email-field,
.name-field {
  width: 48%; }

.comment-form-area {
  background-color: var(--color-bg-light-gray);
  padding: 64px;
  margin-top: 48px; }

.form-check-input {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid var(--color-gray-900);
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent; }

.related-item-article .article-card-published span {
  opacity: 0.85; }

.tag-item a {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: var(--color-black);
  background-color: var(--color-bg-light-gray);
  padding: 8px 15px;
  margin-top: 8px;
  display: block;
  text-align: center;
  margin-left: 8px;
  text-transform: lowercase; }

.filter-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-top: 12px; }

.blog-page-wrapper {
  margin-top: -40px; }

.blog-page-wrapper .article-card {
  margin-top: 40px; }

.faq-inner {
  margin-top: -17px; }

.faq-container {
  margin-top: 24px; }

.faq-heading {
  font-weight: 500;
  line-height: 1;
  color: var(--color-black) !important;
  cursor: pointer;
  margin-bottom: 0; }

.faq-item {
  background-color: var(--color-bg-light-pink);
  padding: 30px 24px;
  margin-top: 24px; }

.faq-body {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-black);
  padding-top: 20px; }

.faq-heading-icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
  .collapsed .faq-heading-icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

.newsletter-header {
  margin-bottom: 48px; }

.newsletter-subheading {
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-gray-750);
  margin-bottom: 10px; }
  .newsletter-subheading.colored-text {
    color: var(--color-primary); }

.newsletter-heading {
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: var(--color-black);
  margin-bottom: 0; }

.newsletter-form {
  height: 80px;
  background: var(--color-white);
  padding: 12px;
  padding-left: 24px; }

.newsletter-btn {
  width: 56px;
  height: 56px;
  background: var(--primary-color); }
  .newsletter-btn:focus {
    outline: 0; }

.newsletter-input {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: var(--color-black);
  opacity: 0.6;
  width: 100%; }
  .newsletter-input:focus-visible {
    outline: 0; }

.newsletter-content-2 {
  max-width: 558px; }

.newsletter-input-box input {
  width: calc(100% - 150px);
  min-height: 40px; }

.newsletter-input-box button {
  max-width: 140px;
  margin-left: 10px; }

.newsletter-modal-misc {
  line-height: 1.5; }

.newsletter-modal-content {
  outline: 6px solid var(--primary-color); }

.newsletter-modal-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px; }

.testimonial-review {
  opacity: 0.7; }

.sorting-lists a:hover {
  color: var(--secondary-color); }

.sorting-lists {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  min-width: 240px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--color-white);
  padding: 13px 20px;
  max-height: 55rem;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid var(--color-border-black-10);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px); }
  .collection-sorting:hover .sorting-lists {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.sorting-icon .icon {
  width: 20px;
  margin-left: 10px; }

.sorting-lists li {
  padding: 7px 0;
  cursor: pointer;
  color: var(--color-gray-950); }

.sorting-header {
  cursor: pointer; }

.filter-header {
  padding-bottom: 10px;
  cursor: pointer; }

.filter-item input[type=checkbox] {
  display: none; }

.filter-item .filter-label {
  padding: 7px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: break-word;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.69;
  letter-spacing: 0.25px;
  color: var(--color-black);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.filter-item:hover .filter-label {
  color: var(--secondary-color); }

.filter-item:last-child .filter-label {
  padding-bottom: 0; }

.filter-item:first-child .filter-label {
  padding-top: 0; }

.filter-checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-black); }

.filter-checkbox {
  position: relative; }
  .filter-label input:checked + .filter-checkbox {
    background-color: var(--color-black); }

.filter-label input:checked + .filter-checkbox:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  left: 4px;
  top: 4px;
  border-left: 1.5px solid var(--color-white);
  border-bottom: 1.5px solid var(--color-white);
  z-index: 1;
  -ms-transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%); }

.filter-lists {
  padding-top: 20px; }

.filter-widget:not(:last-child) {
  margin-bottom: 40px; }

.filter-color .filter-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-top: -12px; }

.filter-color .filter-item {
  margin-left: 8px;
  margin-top: 12px; }

.filter-color .filter-label {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  border: 1px solid transparent; }
  .filter-color .filter-label.white {
    background-color: white;
    border: 1px solid var(--color-gray-550); }
  .filter-color .filter-label.red {
    background-color: red; }
  .filter-color .filter-label.green {
    background-color: green; }
  .filter-color .filter-label.blue {
    background-color: blue; }
  .filter-color .filter-label.pink {
    background-color: pink; }
  .filter-color .filter-label.purple {
    background-color: purple; }
  .filter-color .filter-label.orange {
    background-color: orange; }
  .filter-color .filter-label.gold {
    background-color: gold; }
  .filter-color .filter-label.aqua {
    background-color: aqua; }
  .filter-color .filter-label.brown {
    background-color: brown; }
  .filter-color .filter-label.bisque {
    background-color: bisque; }
  .filter-color .filter-label.grey {
    background-color: grey; }

.filter-color .filter-label input:checked + .filter-checkbox:after {
  width: 15px;
  height: 7px;
  left: 9px;
  border-left: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white); }

.filter-color .filter-label .filter-checkbox,
.filter-color .filter-label input:checked + .filter-checkbox {
  background-color: transparent;
  border: none; }

.filter-field {
  width: 100%; }
  .filter-field .field-input {
    height: 35px;
    padding: 0 10px;
    border: 1px solid var(--color-gray-200);
    background: var(--color-gray-200);
    outline: none !important; }

.filter-price {
  padding-top: 20px; }

.related-heading,
.related-heading a {
  font-weight: 500;
  color: var(--color-black);
  text-decoration: none; }

.related-price {
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--color-black);
  margin-top: 12px; }

.product-icon-star img {
  width: 17px; }

.related-review-icon {
  margin-top: 5px; }

.related-img-wrapper {
  width: 80px;
  min-width: 80px;
  margin-right: 20px; }

.related-item {
  margin-top: 20px; }

.pagination .link {
  font-weight: 500;
  font-size: 18px;
  color: var(--color-black);
  line-height: 1;
  width: 40px;
  height: 25px;
  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; }

.product-gallery-vertical .product-img-large {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% - 97px); }

.product-gallery-vertical .product-img-thumb {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 24px;
  width: 73px;
  margin-top: -6px;
  position: relative; }

.product-img-thumb img {
  max-width: 73px; }

.product-gallery-vertical .img-thumb-wrapper:not(:first-child) {
  margin-top: 12px; }

.product-img-thumb .arrow-slider {
  visibility: visible;
  opacity: 1; }

.product-img-thumb .arrow-slider svg {
  width: 24px;
  height: 24px; }

.product-gallery-vertical .product-img-thumb .arrow-slider {
  top: auto;
  -webkit-transform: translateY(0) rotate(90deg);
  -ms-transform: translateY(0) rotate(90deg);
  transform: translateY(0) rotate(90deg);
  width: 33px;
  height: 33px;
  position: relative; }

.product-gallery-vertical .img-thumb-wrapper {
  margin-top: 6px; }

.img-large-wrapper {
  cursor: pointer; }

.img-thumb-wrapper {
  outline: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }

.slick-current .img-thumb-wrapper {
  outline: 1px solid var(--color-black); }

.product-availability {
  padding: 4px 12px;
  background: var(--color-accent);
  border-radius: 4px;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.03em;
  color: var(--color-white-off);
  display: inline-block; }

.product-details .product-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.09;
  letter-spacing: 0.25px;
  color: var(--color-black); }

.rating-count {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: var(--color-black); }

.product-details .product-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--color-black); }
  .product-details .product-price.compare-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: var(--color-border-black-50); }

.label,
.product-meta {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: var(--color-black); }

.label {
  font-weight: 600; }

.product-variant input[type=radio] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.product-variant-other label {
  border: 1px solid var(--color-black);
  min-height: 30px;
  min-width: 60px;
  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;
  padding: 0 5px;
  color: var(--color-black);
  font-size: 16px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.product-variant-other label:hover,
.product-variant-other input:checked + label {
  color: var(--color-white);
  background-color: var(--color-black); }

.product-variant-color label {
  border: none;
  min-height: auto;
  min-width: auto;
  height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 100%;
  outline: 1.5px solid transparent;
  outline-offset: 2px; }

.product-variant-color label:hover,
.product-variant-color input:checked + label {
  outline: 1.5px solid var(--color-black); }

.variant-list {
  margin-left: -8px; }

.variant-label {
  margin-left: 8px;
  cursor: pointer; }

.product-variant-color .variant-list {
  margin-left: -10px; }

.product-variant-color .variant-label {
  margin-left: 10px; }

.message-popup-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: var(--color-black); }

.product-details {
  max-width: 452px; }

.product-wishlist,
.product-wishlist:hover {
  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;
  width: 44px;
  height: 44px;
  border: 1px solid var(--color-black);
  border-radius: 4px;
  margin-left: 12px; }

.btn-atc {
  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;
  padding: 13.5px 24px;
  width: 100%;
  height: 44px;
  background: var(--color-black);
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: var(--color-white-off);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn-add-to-cart {
  max-width: calc(100% - 56px); }

.btn-buyit-now {
  background: var(--color-accent); }

.btn-atc:hover {
  background: var(--secondary-color); }

.checkout-icon-list {
  margin-left: -12px; }

.checkout-icon-item {
  margin-left: 12px; }

.checkout-icon-item svg {
  width: 48px;
  height: 48px; }

.guaranteed-checkout {
  margin-top: 40px; }

.share-item {
  margin-left: 20px;
  cursor: pointer; }

.share-item svg {
  width: 20px;
  height: 20px; }

.product-tab-nav {
  margin-left: -44px; }

.product-tab-link {
  padding: 0;
  margin-left: 44px;
  padding-bottom: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }

.product-tab-link:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1.5px;
  background-color: var(--secondary-color);
  opacity: 0;
  visibility: hidden; }

.product-tab-link.active:before {
  opacity: 1;
  visibility: visible; }

.product-tab-list {
  border-bottom: 1.5px solid var(--color-border-gray-26); }

.product-tab-content {
  margin-top: 40px; }

.review-form-area input,
.review-form-area textarea {
  display: block;
  width: 100%;
  border: 1px solid var(--color-border-black-30);
  border-radius: 4px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 16px; }

.review-form-area input {
  height: 44px; }

.review-form-area label {
  color: var(--color-gray-700);
  font-size: 15px;
  display: block;
  margin-top: 20px;
  margin-bottom: 5px; }

.review-submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.review-submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 130px;
  height: 44px;
  border-radius: 4px;
  color: var(--color-white);
  background: var(--color-primary);
  margin-top: 20px; }

.review-form-area {
  display: none; }

.img-large-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -12px;
  margin-left: -12px; }

.img-large-list .img-large-wrapper {
  width: 50%;
  padding-left: 12px;
  padding-top: 12px; }

.accordion-child {
  display: none; }

.accordion-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: var(--color-black); }

.accordion-header {
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border-black-10);
  cursor: pointer; }

.accordion-header .accordion-icon {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.accordion-header.active .accordion-icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.accordion-content {
  padding: 25px 0;
  border-bottom: 1px solid var(--color-border-black-10); }

.product-accordion {
  margin-top: 24px; }

.about-hero-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.29;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: var(--color-black); }

.about-hero-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: var(--color-black);
  opacity: 0.6; }

.action-count {
  background-image: url("../../assets/img/about/count-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 63px;
  height: 63px;
  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;
  color: var(--color-white);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: var(--color-white-off); }

.action-title a,
.action-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.09;
  letter-spacing: 0.25px;
  color: var(--color-black); }

.action-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: var(--color-black);
  opacity: 0.6;
  margin-bottom: 0; }

.action-content {
  margin-left: 24px; }

.action-item {
  margin-top: 48px; }

.promo-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.03em;
  color: var(--color-white-off); }

.promo-subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: var(--color-white-off);
  opacity: 0.7;
  margin-bottom: 0;
  margin-top: 32px; }

.promotional-item {
  position: relative; }

.overlay-blue:before,
.overlay-black:before,
.overlay-yellow:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-accent);
  opacity: 0.8; }

.overlay-black:before {
  background-color: var(--color-black); }

.overlay-yellow:before {
  background-color: var(--color-accent-yellow); }

.promotional-absolute {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  padding: 10% 13%; }

.about-service-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--color-black);
  margin-top: 16px; }

.about-service-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: var(--color-black);
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 16px; }

.about-service-icon {
  width: 80px;
  height: 80px;
  background-color: var(--color-accent-yellow);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }

.about-service-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 752px;
  margin-top: -15px; }

.about-service {
  background-color: var(--color-bg-light-gray-alt); }

.promotional-item img {
  width: 100%; }

.about-service-wrapper {
  margin-top: 28px;
  background: var(--color-white);
  padding: 40px 70px; }

.member-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--color-white-off); }

.member-desig {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: var(--color-white-off);
  opacity: 0.7;
  margin-top: 8px;
  margin-bottom: 0; }

.team-item {
  position: relative;
  margin-top: 30px; }

.member-absolute {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.member-details {
  background-color: var(--color-accent);
  padding: 20px 15px;
  width: 100%; }

.about-banner-text {
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: var(--color-white-off);
  margin-bottom: 0; }

.about-banner-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: var(--color-black);
  background-color: var(--color-accent-yellow);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 34px;
  padding: 13.5px 24px;
  min-width: 139px;
  height: 44px;
  background: var(--color-accent-yellow);
  border-radius: 4px; }

.about-banner {
  background-image: url("../../assets/img/about/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.about-banner-wrapper {
  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;
  height: 502px;
  width: 100%;
  max-width: 729px;
  padding: 90px;
  background: var(--color-accent); }

.contact-box-wrapper {
  margin-top: -30px; }

.contact-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--color-black); }

.contact-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: var(--color-black);
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 0px;
  display: block; }

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px; }

.contact-icon {
  min-width: 56px;
  margin-right: 20px; }

.contact-item {
  border: 1px solid var(--color-accent);
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  padding: 16px; }

.contact-item:hover {
  background-color: var(--primary-color); }

.contact-item:hover .contact-title,
.contact-item:hover .contact-info {
  color: var(--color-white); }

.contact-item:hover .contact-icon svg path {
  fill: var(--color-white); }

.contact-form input,
.contact-form textarea {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.69;
  letter-spacing: 0.25px;
  color: var(--color-gray-900);
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid var(--color-border-black-30);
  border-radius: 4px;
  padding: 16px;
  margin-top: 24px; }

.contact-form input {
  height: 44px; }

.contact-submit-btn {
  width: 160px; }

.contact-form-area {
  padding: 64px;
  -webkit-box-shadow: 0px 0px 8px var(--color-shadow-box);
  box-shadow: 0px 0px 8px var(--color-shadow-box); }

.cart-item-media {
  width: 100px; }

.cart-item td {
  vertical-align: top;
  padding-top: 20px; }

.cart-table th {
  border-bottom: 1px solid var(--color-border-black-10);
  padding-bottom: 10px; }

.cart-table .product-vendor {
  margin-bottom: 0; }

.cart-total-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--color-black); }

.shipping_text,
.subtotal-value,
.subtotal-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: var(--color-black);
  margin-bottom: 0; }

.shipping_text {
  font-size: 12px; }

.subtotal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px; }

.cart-total-box {
  background: var(--color-bg-light-gray-alt-2);
  border-radius: 4px;
  padding: 32px; }

@media (min-width: 768px) {
  .cart-item-quantity {
    text-align: center; }
  .cart-item-quantity .quantity {
    margin-left: auto;
    margin-right: auto; } }

.checkout-page-wrapper {
  margin-top: -10px; }

.checkout-page-wrapper .section-heading {
  margin-top: -15px; }

.checkout-bar {
  width: 100%;
  margin: 0;
  padding: 15px 15px 0;
  counter-reset: step; }
  .checkout-bar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 16px;
    position: relative;
    text-align: center; }
    .checkout-bar li a {
      font-weight: 400;
      font-size: 16px;
      line-height: 1.69;
      letter-spacing: 0.5px;
      color: var(--color-black); }
    .checkout-bar li:before {
      width: 50px;
      height: 50px;
      color: var(--color-accent);
      content: counter(step);
      counter-increment: step;
      line-height: 50px;
      font-size: 18px;
      border: 1px solid var(--color-gray-100);
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      background-color: var(--color-gray-100); }
    .checkout-bar li:after {
      width: 150%;
      height: 7px;
      content: '';
      position: absolute;
      background-color: var(--color-gray-100);
      top: 25px;
      left: -50%;
      z-index: -1;
      border-radius: 15px; }
    .checkout-bar li:first-child:after {
      background-color: var(--primary-color);
      left: 0; }
    .checkout-bar li.step-done:before {
      border-color: var(--primary-color);
      background-color: var(--primary-color);
      color: var(--color-white); }
    .checkout-bar li.step-done + li:after {
      background-color: var(--primary-color); }
    .checkout-bar li.step-active:before {
      border-color: var(--primary-color);
      background-color: var(--primary-color);
      color: var(--color-white); }

.checkout-user-address,
.checkout-user-name {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-white); }

.checkout-user-address {
  font-size: 14px;
  margin-top: 4px;
  max-width: 240px; }

.edit-user {
  color: var(--color-black);
  background-color: var(--color-accent-yellow);
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid var(--color-accent-yellow) !important;
  min-width: 140px;
  margin-left: 20px; }

.checkout-user-area {
  background: var(--color-accent);
  border-radius: 4px;
  padding: 40px;
  margin-top: 48px; }

.checkout-user-img {
  min-width: 100px; }

.checkout-user-img img {
  border-radius: 50%; }

.shipping-address-heading {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.41;
  color: var(--color-gray-900);
  margin-bottom: 0;
  border-bottom: 1px solid var(--color-border-black-10); }

.shipping-address-area {
  margin-top: 48px; }

.common-form input, .common-form select, .common-form label {
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.69;
  letter-spacing: 0.25px;
  color: var(--color-gray-900); }

.common-form label {
  margin-bottom: 4px; }

.common-form input, .common-form select {
  height: 34px;
  border: 1px solid var(--color-border-black-10);
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 4px; }

.common-form fieldset {
  margin-top: 20px; }

.checkout-summary-area {
  background: var(--color-white-off);
  -webkit-box-shadow: 0px 0px 8px var(--color-shadow-box);
  box-shadow: 0px 0px 8px var(--color-shadow-box);
  border-radius: 4px;
  padding: 40px 20px; }

.checkout-summary-area .minicart-item {
  padding: 7px 0; }

.input-promo-code {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: var(--color-black);
  opacity: 0.6;
  background-color: var(--color-gray-250);
  border-radius: 4px;
  display: block;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100%;
  height: 40px;
  padding: 16px; }

.checkout-promo-code .btn-apply-code {
  width: 100%; }

@media (max-width: 767px) {
  .checkout-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0; }
  .checkout-bar li {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    margin-top: 12px; }
  .checkout-bar li:before {
    width: 50px;
    height: 50px;
    margin: 0;
    margin-right: 15px; }
  .checkout-bar li:after {
    display: none; } }

.error-title {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 10px; }

.error-subtitle {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 48px; }

.login-form {
  width: 100%;
  max-width: 450px;
  background: var(--color-white-off);
  -webkit-box-shadow: 0px 0px 8px var(--color-shadow-box);
  box-shadow: 0px 0px 8px var(--color-shadow-box);
  border-radius: 4px;
  padding: 40px; }

.btn-signin {
  width: 100%; }

.wishlist-page-inner {
  margin-top: -15px; }

.footer-heading {
  margin: 0 0 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-white-off); }
  .footer-style-2 .footer-heading {
    color: var(--color-accent); }

.footer-logo {
  margin-bottom: 32px; }

.footer-menu-item a,
.footer-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: var(--color-white-off);
  opacity: 0.7;
  text-decoration: none !important; }
  .footer-style-2 .footer-menu-item a, .footer-style-2
  .footer-text {
    color: var(--color-accent); }

.footer-text {
  margin: 0; }

.footer-menu-item a {
  display: block;
  padding-top: 10px; }

.footer-menu-item a:hover {
  opacity: 1; }

.footer-menu {
  margin-top: -10px; }

.footer-newsletter-form {
  width: 100%;
  height: 54px;
  overflow: hidden; }

.footer-newsletter-input {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.25px;
  color: var(--color-white-off);
  opacity: 0.7;
  height: inherit;
  width: 100%;
  padding: 0 15px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid var(--color-white-off);
  border-radius: 12px 0 0 12px; }
  .footer-style-2 .footer-newsletter-input {
    color: var(--color-accent);
    border-color: var(--color-accent); }

.footer-newsletter-input::-webkit-input-placeholder {
  color: var(--color-white-off);
  opacity: 0.7; }

.footer-newsletter-input:-ms-input-placeholder {
  color: var(--color-white-off);
  opacity: 0.7; }

.footer-newsletter-input:-moz-placeholder {
  color: var(--color-white-off);
  opacity: 0.7; }

.footer-style-2 .footer-newsletter-input::-webkit-input-placeholder {
  color: var(--color-accent); }

.footer-style-2 .footer-newsletter-input:-ms-input-placeholder {
  color: var(--color-accent); }

.footer-style-2 .footer-newsletter-input:-moz-placeholder {
  color: var(--color-accent); }

.footer-newsletter-input:focus {
  opacity: 1; }

.footer-newsletter-btn {
  width: 117px;
  min-width: 117px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--color-accent);
  color: var(--color-white);
  height: inherit;
  border-radius: 0 12px 12px 0; }

.newsletter-btn-white {
  background-color: var(--color-white);
  color: var(--color-accent-dark); }

.footer-social-item {
  margin-top: 12px;
  margin-left: 25px; }

.footer-social {
  margin-top: -12px;
  margin-left: -25px; }

.footer-social-wrapper {
  margin-top: 37px; }

.footer-top {
  padding: 95px 0 100px; }

.footer-bottom-menu {
  margin-left: -32px;
  margin-top: 15px; }
  .footer-bottom-menu > li {
    margin-left: 32px; }

.copyright {
  margin-top: 25px; }

.footer-bottom {
  border-top: 1px solid var(--color-overlay-white-40);
  padding: 20px 0; }
  .footer-style-2 .footer-bottom {
    border-top: 1px solid var(--color-overlay-accent-10); }

.footer-bottom-inner {
  margin-top: -25px; }

.footer-widget-wrapper {
  margin-top: -40px; }

.footer-widget {
  margin-top: 40px; }

.mt-48 {
  margin-top: 48px; }

.mt-100 {
  margin-top: 100px; }

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

.pb-100 {
  padding-bottom: 100px; }

@media (min-width: 768px) and (max-width: 1280px) {
  .modal-dialog {
    max-width: 90%; } }

@media (min-width: 768px) {
  .footer-heading {
    pointer-events: none; } }

@media (min-width: 992px) {
  .main-menu .menu-list-item.active .icon,
  .main-menu .menu-list-item:hover .icon {
    stroke: var(--secondary-color); }
  .header-bottom {
    position: relative; }
  .nav-item-sub {
    padding: 8px 30px; }
  .submenu {
    padding: 10px 0; }
  .main-menu {
    margin-left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20px;
    margin-bottom: 0; }
  .main-menu > .menu-list-item {
    padding: 12px 20px;
    cursor: pointer; }
  .header-1 .main-menu > .menu-list-item {
    padding: 28px 20px;
    cursor: pointer; }
  .main-menu-2 > .menu-list-item {
    padding: 29px 20px; }
  .has-dropdown {
    position: relative; }
  .mega-menu-header {
    -ms-display: flex;
    -webkit-display: flex;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .open-submenu {
    padding-left: 5px; }
  .submenu-transform {
    position: absolute;
    z-index: 99;
    background: var(--color-white);
    border: 1px solid var(--color-border-black-10);
    top: 90%;
    left: 0;
    width: auto;
    min-width: 200px; }
    .has-megamenu .submenu-transform {
      width: 100%;
      background-color: var(--color-white); }
    .has-dropdown .submenu-transform {
      left: -10px; }
  .megamenu-container {
    -ms-display: flex;
    -webkit-display: flex;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 35px;
    margin-left: -40px; }
    .megamenu-container > .nav-item-sub {
      width: 25%;
      padding: 0;
      padding-left: 40px;
      padding-top: 35px; }
  .has-megamenu .megamenu-transform {
    position: relative;
    top: 0;
    left: 0;
    border: none; }
    .has-megamenu .megamenu-transform .nav-item-sub {
      padding: 20px 0 0; }
  .submenu-transform > .container {
    padding: 0 10px; }
  .megamenu-heading,
  .megamenu-heading:focus,
  .megamenu-heading:hover {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-rank-1) !important;
    border-bottom: 1px solid var(--color-gray-550);
    margin-bottom: 7px;
    text-transform: uppercase; }
  .submenu-transform-desktop {
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .menu-list-item:hover .submenu-transform-desktop {
    opacity: 1;
    visibility: visible;
    top: 100%; }
  .newsltter-content-1 {
    padding-left: 97px; } }

@media (min-width: 1520px) {
  .article-arrows .arrow-slider {
    left: -68px; }
  .article-arrows .arrow-next {
    left: auto;
    right: -68px; } }

@media (max-width: 1599px) {
  .promo-title {
    font-size: 32px;
    line-height: 1.3; }
  .promo-subtitle {
    font-size: 18px;
    margin-top: 20px; }
  .promotional-absolute {
    padding: 20px; } }

@media (max-width: 1439px) {
  .trusted-badge {
    padding: 40px 25px; }
  .trusted-heading {
    font-size: 16px; }
  .trusted-subheading {
    font-size: 14px; } }

@media (max-width: 1199px) {
  .promo-title {
    font-size: 28px;
    line-height: 1.3; }
  .trusted-content {
    padding-left: 0;
    text-align: center;
    margin-top: 20px; }
  .trusted-badge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .grid-item.grid-item-1 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -ms-grid-row-span: 2;
    grid-row: span 2; }
  .grid-item.grid-item-2,
  .grid-item.grid-item-3 {
    -ms-grid-column-span: 6;
    grid-column: span 6; }
  .grid-item.grid-item-4 {
    -ms-grid-column-span: 5;
    grid-column: span 5; }
  .grid-item.grid-item-5 {
    -ms-grid-column-span: 7;
    grid-column: span 7; }
  .grid-container-2 {
    grid-auto-flow: row; }
    .grid-container-2 .grid-item.grid-item-1,
    .grid-container-2 .grid-item.grid-item-2 {
      -ms-grid-column-span: 6;
      grid-column: span 6;
      grid-row: auto; }
    .grid-container-2 .grid-item.grid-item-3 {
      -ms-grid-column-span: 12;
      grid-column: span 12;
      -ms-grid-row-span: 2;
      grid-row: span 2; }
  .scattered-heading {
    font-size: 36px; }
  .scattered-item .scattered-details {
    max-width: 320px; } }

@media (max-width: 991px) {
  .about-banner-wrapper {
    padding: 60px; }
  .header-top,
  .header-bottom {
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative; }
  .search-wrapper {
    top: 100%; }
  .search-wrapper {
    border-top: 1px solid var(--color-border-black-10); }
  .main-menu .menu-list-item.active > .mega-menu-header .icon,
  .main-menu .menu-list-item:hover > .mega-menu-header .icon {
    stroke: var(--secondary-color); }
  .submenu-transform > .container {
    padding: 0; }
  .offcanvas-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden; }
  .navbar-nav .dropdown-menu {
    position: fixed;
    border: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 400px;
    background: red;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .navbar-nav .dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  .nav-item-sub {
    color: var(--color-black);
    font-weight: 500;
    font-size: 15px; }
  .open-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .submenu-transform {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    height: 100%;
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    z-index: 1;
    overflow: hidden;
    background-color: var(--color-white); }
    .submenu-transform.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .menu-list-item {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid var(--color-border-black-10); }
  .icon-menu-back {
    margin-left: -.7rem;
    margin-right: 7px; }
  .nav-text-sub {
    font-size: 13px;
    font-weight: 500; }
  .mega-menu-header {
    -ms-display: flex;
    -webkit-display: flex;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .slide-text {
    font-size: 28px; }
  .slide-heading {
    font-size: 54px; }
  .section-heading {
    font-size: 40px; }
  .utilty-icon-wrapper {
    display: inline-block;
    margin-right: 7px; }
  .utility-menu > li {
    padding: 0.8rem 1rem; }
  .utilty-menu-item .icon {
    width: 18px;
    height: 18px; }
  .utilty-menu-item .icon-phone {
    width: 21px;
    height: 21px; }
  .video-tools {
    min-height: 500px; }
  .newsltter-content-1 {
    padding: 80px; }
  .grid-container-2 {
    grid-auto-flow: row;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
    .grid-container-2 .grid-item.grid-item-1,
    .grid-container-2 .grid-item.grid-item-2,
    .grid-container-2 .grid-item.grid-item-3 {
      grid-column: auto;
      grid-row: auto; }
  .scattered-item:nth-child(even) .scattered-details {
    margin-top: 0;
    position: absolute;
    z-index: 9;
    left: 30%;
    top: 25%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%); }
  .scattered-item {
    margin-top: 0 !important; }
  .scattered-item .scattered-details {
    max-width: 100%; }
  .scattered-content {
    padding: 55.21% 0 0 0; }
  .testimonial-container {
    margin-top: 48px; }
  .filter-sort-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    z-index: 99;
    background: var(--color-white);
    padding: 5px 0; }
  .collection-title-wrap,
  .filter-sorting {
    padding: 10px 0; }
  .mobile-filter-heading {
    font-weight: 500;
    font-size: 16px; }
  .collection-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--color-white);
    z-index: 99;
    padding: 20px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .collection-filter.active {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
  .sorting-lists-mobile {
    padding-top: 20px; }
  .sorting-lists-mobile li {
    position: relative; }
    .sorting-lists-mobile li:not(:first-child) {
      padding: 7px 0; }
    .sorting-lists-mobile li:before {
      content: "";
      z-index: 9;
      width: 16px;
      height: 16px;
      border: 1px solid var(--color-black);
      border-radius: 0.25rem;
      display: inline-block;
      top: 3px;
      position: relative;
      margin-right: 10px; }
  .product-details {
    margin-top: 30px; }
  .img-large-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto; }
  .img-large-list .img-large-wrapper {
    width: 50%;
    min-width: 50%; }
  .blog-sidebar {
    margin-top: 100px; }
  .checkout-summary-area {
    padding: 40px 16px;
    margin-top: 48px; } }

@media (max-width: 767px) {
  .slide-text {
    font-size: 24px; }
  .slide-heading {
    font-size: 48px; }
  .section-heading {
    font-size: 32px; }
  .product-card-title,
  .product-card-title a {
    font-size: 16px; }
  .card-price-regular,
  .card-price-compare {
    font-size: 14px; }
  .collection-tab-content {
    margin-top: -20px; }
  .footer-bottom-menu {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 15px; }
  .footer-heading {
    cursor: pointer;
    margin: 0 0 25px; }
  .footer-widget {
    margin-top: 0; }
  .footer-widget-inner {
    -ms-border-top: 1px solid var(--color-overlay-white-40);
    -webkit-border-top: 1px solid var(--color-overlay-white-40);
    border-top: 1px solid var(--color-overlay-white-40);
    padding-top: 20px; }
    .footer-style-2 .footer-widget-inner {
      -ms-border-top: 1px solid var(--color-overlay-accent-20);
      -webkit-border-top: 1px solid var(--color-overlay-accent-20);
      border-top: 1px solid var(--color-overlay-accent-20); }
  .footer-widget:first-child .footer-widget-inner {
    -ms-border-top: 0;
    -webkit-border-top: 0;
    border-top: 0;
    padding-top: 0; }
  .footer-menu {
    display: none;
    padding-bottom: 25px; }
  .footer-top {
    padding: 100px 0 65px; }
  .mt-100 {
    margin-top: 80px; }
  .pt-100 {
    padding-top: 80px; }
  .pb-100 {
    padding-bottom: 80px; }
  .collection-tab-inner {
    margin-top: -10px; }
  .heading_48 {
    font-size: 40px; }
  .heading_42 {
    font-size: 36px; }
  .heading_34 {
    font-size: 28px; }
  .heading_24 {
    font-size: 22px; }
  .video-tools {
    min-height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 50px; }
  .video-container {
    position: relative;
    z-index: 9;
    padding-top: 30px;
    padding-bottom: 80px; }
  .slide-img {
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .promotinal-product-container {
    padding: 80px 15px; }
  .newsltter-content-1 {
    padding: 80px 15px; }
  .newsletter-form {
    height: 60px; }
  .newsletter-btn {
    width: 50px;
    height: 46px; }
  .grid-container {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
  .grid-item {
    grid-column: auto !important;
    grid-row: auto !important; }
  .faq-inner,
  .latest-blog-inner,
  .core-features-inner {
    margin-top: -12px; }
  .action-card svg {
    width: 16px; }
  .action-card {
    width: 35px;
    height: 35px; }
  .scattered-heading {
    font-size: 28px; }
  .sticky-header {
    height: 65px; }
  .product-gallery-vertical .product-img-thumb {
    margin-right: 0;
    margin-top: 6px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .product-gallery-vertical .product-img-large {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .product-gallery-vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .product-img-thumb img {
    max-width: 100%; }
  .product-gallery-vertical .img-thumb-wrapper {
    margin-top: 10px;
    margin-bottom: 10px; }
  .product-details .product-title {
    font-size: 28px; }
  .share-item svg {
    width: 18px;
    height: 18px; }
  .checkout-icon-item svg {
    width: 36px;
    height: 36px; }
  .product-tab-link:before {
    display: none; }
  .img-large-list .img-large-wrapper {
    width: 100%;
    min-width: 100%; }
  .name-email-field {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .email-field,
  .name-field {
    width: 100%; }
  .comment-form-area {
    padding: 40px 20px; }
  .blockquote {
    padding: 30px;
    padding-left: 40px; }
  .article-meta {
    margin-bottom: 30px; }
  .blog-sidebar {
    margin-top: 80px; }
  .blog-page-wrapper {
    margin-top: -30px; }
  .blog-page-wrapper .article-card {
    margin-top: 30px; }
  .about-hero-title {
    font-size: 32px;
    line-height: 1.2; }
  .action-title a, .action-title {
    font-size: 24px; }
  .action-subtitle {
    line-height: 1.5; }
  .promotional-absolute {
    padding: 30px 15px; }
  .promo-title {
    font-size: 24px;
    line-height: 1.3; }
  .promo-subtitle {
    font-size: 16px;
    margin-top: 20px; }
  .about-hero-img {
    margin-top: 20px; }
  .about-service-wrapper,
  .contact-form-area {
    padding: 40px 20px; }
  .cart-table,
  .cart-table thead,
  .cart-table tbody {
    display: block;
    width: 100%; }
  .cart-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: repeat 2, auto;
    grid-template-rows: repeat 2, auto;
    -ms-grid-columns: 80px auto auto auto;
    grid-template-columns: 80px auto auto auto;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px; }
  .cart-item-media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    width: 80px; }
  .cart-item-details {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4; }
  .cart-item-quantity {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    padding-top: 0 !important; }
  .cart-item-price {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 / 5;
    -ms-grid-row: 1;
    grid-row: 1; }
  .cart-table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-border-black-10); }
  .cart-table th {
    border-bottom: none; }
  .cart-total-box {
    padding: 32px 20px; }
  .checkout-page-btn {
    width: 100%; }
  .checkout-page-btn:not(:first-child) {
    margin-top: 12px; }
  .edit-user {
    margin-left: 0;
    margin-top: 20px; }
  .checkout-user-details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .checkout-user-area {
    padding: 40px 16px; }
  .error-img {
    max-width: 70%; }
  .login-form {
    padding: 40px 20px; } }

@media (max-width: 601px) {
  .about-banner-wrapper {
    padding: 60px 20px; }
  .about-banner {
    background-image: none; } }

@media (max-width: 480px) {
  .product-card-action-2 {
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .product-card-action-2 .addtocart-btn,
    .product-card-action-2 .quickview-btn {
      width: 87%;
      margin-top: 10px; }
  .product-card:hover .addtocart-btn,
  .product-card:hover .quickview-btn {
    -ms-transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%); }
  .filter-sorting {
    width: 100%; }
  .newsletter-input-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .newsletter-input-box button {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 400px) {
  .offcanvas {
    max-width: 100vw; }
  .newsletter-modal-heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .newsletter-modal-icon {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px; } }




    .hamburger-btn {
    position: absolute;
    width: max-content;
    right: 0;
    top: 0;
}

.container {
    position: relative;
}

.slide-img {
    height: calc(100svh - 78.5px);
}


.service-card {
    display: flex;
    flex-direction: column;
    background-color: var(--color-white); /* Beyaz arka plan */
    border-radius: 10px;
    box-shadow: 0 10px 20px var(--color-shadow-black-10); /* Hafif gölge */
    overflow: hidden; /* Köşeleri yuvarlaklaştırmak için */
    margin: 10px; /* Sayfada ortalamak veya boşluk bırakmak için */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.service-card:hover {
    transform: translateY(-5px); /* Hafif yukarı kaydırma efekti */
    box-shadow: 0 15px 30px var(--color-shadow-black-15); /* Gölgeyi belirginleştirme */
}

.service-card-img {
    width: 100%;
    height: 260px; /* Görselin yüksekliği */
    overflow: hidden;
    position: relative; /* Resmin üzerine bir katman eklemek için */
}

.service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resmi kutuya sığdırma */
    transition: transform 0.3s ease-in-out;
    object-position: top;
}

.service-card:hover .service-card-img img {
    transform: scale(1.05); /* Hover durumunda resmi büyütme */
}

.service-card-details {
    padding: 25px;
    text-align: center;
    flex-grow: 1; /* İçeriğin esnek bir şekilde büyümesini sağlar */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card-details h3 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.service-card-details h3 a {
    color: var(--color-accent); /* Koyu mavi başlık rengi */
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.service-card-details h3 a:hover {
    color: var(--color-primary); /* Hover durumunda kırmızı renk */
}

.service-card-details p {
    font-family: var(--font-family-secondary); /* Okunabilir bir font */
    font-size: 16px;
    color: var(--color-black); /* Siyah paragraf rengi */
    line-height: 1.6;
    margin-bottom: 0; /* Paragrafın altında boşluk olmaması için */
}

/* Genel Kapsayıcı Stilidir */
.blog-detail-bottom {
    display: flex; /* İçerikleri yatayda hizalar */
    flex-wrap: wrap; /* Küçük ekranlarda alt alta geçiş sağlar */
    justify-content: space-between; /* İçerikler arasında boşluk bırakır */
    align-items: center; /* Dikeyde ortalar */
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid var(--color-gray-450); /* Üstte ince bir çizgi */
    border-bottom: 1px solid var(--color-gray-450); /* Altta ince bir çizgi */
}

/* Kategori Alanı Stili */
.blog-detail-bottom .cats {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Küçük ekranlarda paylaşım alanı ile arası */
}

.blog-detail-bottom .cats .lable {
    font-weight: 600;
    color: var(--color-accent); /* Koyu mavi etiket rengi */
    margin-right: 10px;
    font-size: 16px;
}

.blog-detail-bottom .cats ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* Kategori linklerini yan yana dizer */
    flex-wrap: wrap;
}

.blog-detail-bottom .cats ul li {
    margin-right: 8px; /* Kategori linkleri arasında boşluk */
}

.blog-detail-bottom .cats ul li:last-child {
    margin-right: 0;
}

.blog-detail-bottom .cats ul li a {
    color: var(--color-black); /* Kategori link metni rengi */
    text-decoration: none;
    font-size: 15px;
    padding: 5px 10px;
    background-color: var(--color-gray-500); /* Hafif gri arka plan */
    border-radius: 5px;
    transition: all 0.2s ease;
    white-space: nowrap; /* Kategori isimlerinin tek satırda kalmasını sağlar */
}

.blog-detail-bottom .cats ul li a:hover {
    background-color: var(--color-primary); /* Hover durumunda turuncu-kırmızı arka plan */
    color: var(--color-white); /* Hover durumunda beyaz metin */
}

/* Paylaşım Alanı Stili */
.blog-detail-bottom .share-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Küçük ekranlarda kategori alanı ile arası */
}

.blog-detail-bottom .share-info .lable {
    font-weight: 600;
    color: var(--color-accent); /* Koyu mavi etiket rengi */
    margin-right: 10px;
    font-size: 16px;
}

.blog-detail-bottom .share-info .social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* Sosyal medya ikonlarını yan yana dizer */
}

.blog-detail-bottom .share-info .social li {
    margin-right: 10px; /* İkonlar arasında boşluk */
}

.blog-detail-bottom .share-info .social li:last-child {
    margin-right: 0;
}

.blog-detail-bottom .share-info .social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px; /* İkon kutusu genişliği */
    height: 38px; /* İkon kutusu yüksekliği */
    background-color: var(--color-white); /* İkon kutusu arka planı */
    border: 1px solid var(--color-gray-350); /* İkon kutusu kenarlığı */
    border-radius: 50%; /* Dairesel şekil */
    color: var(--color-accent); /* İkon rengi */
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px var(--color-shadow-black-05); /* Hafif gölge */
}

.blog-detail-bottom .share-info .social li a:hover {
    background-color: var(--color-primary); /* Hover durumunda turuncu-kırmızı arka plan */
    border-color: var(--color-primary); /* Hover durumunda kenarlık */
    color: var(--color-white); /* Hover durumunda beyaz ikon */
    transform: translateY(-3px); /* Hafif yukarı kalkma efekti */
    box-shadow: 0 5px 15px var(--color-shadow-primary-30); /* Belirgin gölge */
}

/* Küçük Ekranlar İçin Düzenleme */
@media (max-width: 767px) {
    .blog-detail-bottom {
        flex-direction: column; /* Dikey sıralama */
        align-items: flex-start; /* Sola hizala */
    }

    .blog-detail-bottom .cats,
    .blog-detail-bottom .share-info {
        width: 100%; /* Tam genişlik */
        margin-bottom: 25px; /* Aralarındaki boşluğu artır */
    }

    .blog-detail-bottom .share-info .social {
        justify-content: flex-start; /* İkonları sola hizala */
    }

    .blog-detail-bottom .cats ul {
        gap: 20px;
    }
}
.product-card {
    display: flex;
    flex-direction: column;
    background-color: var(--color-white); /* Temiz beyaz arka plan */
    border-radius: 12px; /* Daha belirgin yuvarlatılmış köşeler */
    box-shadow: 0 10px 30px var(--color-shadow-black-10); /* Yumuşak ve belirgin gölge */
    overflow: hidden; /* Taşmayı engeller */
    margin: 10px; /* Dış boşluk */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative; /* Ekstra öğeler için */
}

.product-card:hover {
    transform: translateY(-8px); /* Hafif yukarı kayma efekti */
    box-shadow: 0 15px 40px var(--color-shadow-black-15); /* Gölgeyi belirginleştirme */
}

.product-card-img {
    width: 100%;
    height: 250px; /* Görsel yüksekliği */
    overflow: hidden;
    position: relative;
    border-top-left-radius: 12px; /* Üst köşelerin yuvarlak olması için */
    border-top-right-radius: 12px;
}

.product-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resmi kutuya sığdırır ve orantısını korur */
    transition: transform 0.4s ease-in-out;
    object-position: top;
}

.product-card:hover .product-card-img img {
    transform: scale(1.08); /* Hover durumunda görseli hafifçe büyütme */
}

.product-card-details {
    padding: 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card-details h3 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.3;
    min-height: 58px;
}
.product-card-details h6 {
    color: var(--color-gray-650);
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3;
}

.product-card-details h3 a {
    color: var(--color-accent); /* Koyu mavi başlık rengi */
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.product-card-details h3 a:hover {
    color: var(--color-primary); /* Hover durumunda canlı kırmızı */
}

.product-card-price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 10px;
    gap: 10px; /* Fiyatlar arası boşluk */
}

.product-card-price .card-price-regular {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-primary); /* Ana fiyat için canlı kırmızı */
}

.product-card-price .card-price-compare {
    font-size: 18px;
    color: var(--color-black); /* Normal siyah */
    opacity: 0.6; /* Daha soluk görünüm */
    text-decoration: line-through; /* Üzeri çizili */
}



.section-header {
    text-align: center;
    padding: 20px 20px; /* Üstte ve altta boşluk, yanlarda biraz dolgu */
    background-color: transparent; /* Beyaz arka plan */
    position: relative; /* Arka plan efekti için */
    overflow: hidden; /* Taşmayı engellemek için */
}
.section-header.left {
    padding: 0;
    text-align: left;
}


.section-header .section-subheading {
    font-size: 16px;
    font-weight: 700; /* Kalın */
    color: var(--color-primary); /* Canlı kırmızı */
    letter-spacing: 2px; /* Harfler arası boşluk */
    text-transform: uppercase; /* Tüm harfleri büyüt */
    margin-bottom: 10px;
    position: relative;
    z-index: 1; /* İçeriğin önde olması için */
}

.section-header .section-heading {
    font-size: 48px; /* Büyük ve etkileyici */
    font-weight: 800; /* Ekstra kalın */
    color: var(--color-accent); /* Koyu mavi */
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
    position: relative;
    z-index: 1; /* İçeriğin önde olması için */
    text-shadow: 2px 2px 4px var(--color-text-shadow-black-05); /* Hafif gölge */
}

/* Küçük ekranlar için responsive ayarlar */
@media (max-width: 768px) {
    .section-header {
        padding: 10px 15px;
    }

    .section-header .section-heading {
        font-size: 36px;
    }

    .section-header .section-subheading {
        font-size: 14px;
    }
}


.component-padding {
    padding: 90px 0;
}

.home-services .common-slider .slick-list {
    padding: 40px 0;
}


.home-services .article-arrows .arrow-slider {
    opacity: 1;
    visibility: visible;
}

.bg-light {
    background-color: var(--color-bg-light-gray-alt);
}

.editor-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: var(--color-gray-650);
}
.editor-content img {
    margin-bottom: 10px;
    width: 100%;
}

/* Başlıklar için koyu renk, güçlü bir etki için */
.editor-content h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    /* Min 2rem, max 3.5rem, ortada 5vw */
    font-weight: 800;
    color: var(--color-accent);
    /* Koyu tema rengi */
}

.editor-content h2 {
    font-size: clamp(1.75rem, 4.5vw, 2.5rem);
    /* Min 1.75rem, max 3rem, ortada 4.5vw */
    font-weight: 800;
    color: var(--color-accent);
    /* Koyu tema rengi */
}

.editor-content h3 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    /* Min 1.5rem, max 2.5rem, ortada 4vw */
    font-weight: 800;
    color: var(--color-accent);
    /* Koyu tema rengi */
}

.editor-content h4 {
    font-size: clamp(1.25rem, 3.5vw, 1.5rem);
    /* Min 1.25rem, max 2rem, ortada 3.5vw */
    font-weight: 800;
    color: var(--color-accent);
    /* Koyu tema rengi */
}

.editor-content h5 {
    font-size: clamp(1.15rem, 3vw, 1.25rem);
    /* Min 1.15rem, max 1.75rem, ortada 3vw */
    font-weight: 800;
    color: var(--color-accent);
    /* Koyu tema rengi */
}

.editor-content h6 {
    font-size: clamp(1rem, 2.5vw, 1rem);
    /* Min 1rem, max 1.5rem, ortada 2.5vw */
    font-weight: 800;
    color: var(--color-accent);
    /* Koyu tema rengi */
}

/* Bağlantılar için vurgu rengi, dikkat çekici olsun diye */
.editor-content a {
    font-weight: 800;
    color: var(--color-primary);
    /* Vurgu rengi */
    text-decoration: none;
    /* Alt çizgiyi kaldırır, daha modern bir görünüm için */
    transition: color 0.3s ease;
    /* Hover efekti için geçiş */
}

.editor-content a:hover {
    color: var(--color-accent);
    /* Hover'da koyu renk */
}


.editor-content strong {
    color: var(--color-accent);

}

.editor-content ul {
    margin: 20px 0;
    padding-left: 0px;
    list-style: none;
   
}

.editor-content li {
    margin-bottom: 10px;
    /* display: flex; */
    /* checked.png ile metnin hizalanması için flexbox kullanırız */
    align-items: flex-start;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: var(--color-gray-650);
}
.editor-content li::before {


    background-image: url("./../../assets/img/media/check-mark.png");
    background-size: 16px 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    content: "";
    margin-right: 8px;
    position: relative;
    top: 3px;

}

.ref-card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* SÃ¼tunun tÃ¼m geniÅŸliÄŸini kapla */
    /* Bootstrap col sÄ±nÄ±flarÄ± geniÅŸliÄŸi yÃ¶nettiÄŸi iÃ§in max-width'e artÄ±k ihtiyaÃ§ yok */
    /* max-width: 250px; */
    height: 160px;
    /* KartlarÄ±n sabit yÃ¼ksekliÄŸini koru */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px var(--color-shadow-black-15);
    transition: box-shadow 0.3s ease-in-out;
    background-color: var(--color-white);
}

.ref-card:hover {
    box-shadow: 0 10px 20px var(--color-shadow-black-25);
}

.ref-card img {
    object-fit: contain;
    width: 85%;
    height: 85%;
    filter: grayscale(1);
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.ref-card:hover img {
    transform: scale(1.08);
    filter: grayscale(0);
}



/* Medya SorgularÄ±: Kart yÃ¼ksekliklerini kÃ¼Ã§Ã¼ltebilirsiniz */
/* Bootstrap col sÄ±nÄ±flarÄ± geniÅŸliÄŸi ve sÃ¼tun sayÄ±sÄ±nÄ± yÃ¶nettiÄŸi iÃ§in,
       bu medya sorgularÄ±nda sadece kartlarÄ±n yÃ¼ksekliÄŸini ayarlayabilirsiniz,
       geniÅŸlik iÃ§in col- sÄ±nÄ±flarÄ± daha Ã¶ncelikli olacaktÄ±r. */
@media (max-width: 992px) {
    .ref-card {
        height: 130px;
    }
}

@media (max-width: 768px) {
    .ref-card {
        height: 110px;
    }
}

@media (max-width: 480px) {
    .ref-card {
        height: 90px;
        border-radius: 8px;
    }
}
/* Genel Form Kapsayıcı Stilleri */
.form-area {
    padding:40px 30px;
    background-color: var(--color-bg-light-gray-alt); /* Hafif arka plan */
    border-radius: 10px; /* Köşeleri yuvarlama */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); /* Gölge efekti */
    max-width: 100%; /* Form genişliğini sınırlama */
    margin: 20px auto; /* Ortalamak için */
}

/* Form Etiketleri Stili */
.form-label {
    font-weight: 600;
    color: var(--color-accent); /* Koyu mavi metin rengi */
    margin-bottom: 8px;
    display: block; /* Her etiketi yeni bir satıra alır */
}

/* Form Kontrol Stilleri (Input, Textarea) */
.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--color-gray-350); /* Hafif kenarlık */
    border-radius: 5px;
    font-size: 16px;
    color: var(--color-black); /* Giriş metni rengi */
    background-color: var(--color-white); /* Giriş alanı arka planı */
    transition: all 0.3s ease; /* Yumuşak geçişler */
}

.form-control:focus {
    border-color: var(--color-primary); /* Odaklandığında kenarlık rengi */
    box-shadow: 0 0 0 0.25rem rgba(247, 107, 106, 0.25); /* Hafif odak gölgesi */
    outline: none; /* Varsayılan odak çerçevesini kaldırır */
}

/* File Input için Özel Stiller */
input[type="file"].form-control {
    padding: 10px 15px; /* Dosya yükleme alanı için daha az padding */
}

.checkbox-default.consent-form {
    display: flex; /* İçerikleri aynı satırda hizalar */
    align-items: center; /* Dikeyde ortalar */
    margin-bottom: 15px; /* Altına biraz boşluk bırakır */
    cursor: pointer; /* Fare imlecini işaretçi yapar */
    user-select: none; /* Metin seçimini engeller */
}

.checkbox-default.consent-form input[type="checkbox"] {
    /* Varsayılan onay kutusunu gizle */
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.checkbox-default.consent-form span {
  
    position: relative;
    padding-left: 30px; /* Özel kutucuk için soldan boşluk */
    color: var(--color-black); /* Metin rengi */
    font-size: 15px;
    line-height: 1.4;
}

.checkbox-default.consent-form span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px; /* Özel kutucuğun genişliği */
    height: 20px; /* Özel kutucuğun yüksekliği */
    border: 2px solid var(--color-accent); /* Kutucuk kenarlık rengi */
    border-radius: 4px; /* Köşeleri hafif yuvarla */
    background-color: var(--color-white); /* Kutucuk arka plan rengi */
    transition: all 0.2s ease;
}

.checkbox-default.consent-form input[type="checkbox"]:checked + span::before {
    background-color: var(--color-primary); /* İşaretlendiğinde arka plan rengi */
    border-color: var(--color-primary); /* İşaretlendiğinde kenarlık rengi */
}

.checkbox-default.consent-form span::after {
    content: '';
    position: absolute;
    left: 6px; /* Tik işareti konumu */
    top: 48%;
    transform: translateY(-50%) rotate(45deg);
    width: 7px; /* Tik işareti genişliği */
    height: 12px; /* Tik işareti yüksekliği */
    border: solid var(--color-white); /* Tik işareti rengi */
    border-width: 0 3px 3px 0; /* Tik işareti kalınlığı */
    opacity: 0; /* Başlangıçta görünmez */
    transition: opacity 0.2s ease;
}

.checkbox-default.consent-form input[type="checkbox"]:checked + span::after {
    opacity: 1; /* İşaretlendiğinde görünür */
}

/* Link stili */
.checkbox-default.consent-form span a {
    color: var(--color-accent); /* Link metin rengi */
    text-decoration: none; /* Alt çizgiyi kaldır */
    transition: color 0.2s ease;
}

.checkbox-default.consent-form span a:hover {
    color: var(--color-primary); /* Hover durumunda link rengi */
    text-decoration: underline; /* Hover durumunda alt çizgi ekle */
}

/* Odaklanma stili (klavye ile erişilebilirlik için) */
.checkbox-default.consent-form input[type="checkbox"]:focus + span::before {
    box-shadow: 0 0 0 3px rgba(247, 107, 106, 0.3); /* Odaklandığında hafif gölge */
}




/* Responsive Düzenleme (İsteğe Bağlı) */
@media (max-width: 768px) {
    .form-area {
        padding: 20px;
        margin: 20px auto;
    }

    .form-control {
        font-size: 15px;
        padding: 10px 12px;
    }

    .generic-btn {
        padding: 10px 25px;
        font-size: 16px;
    }
}

/* Temel Buton Stili */
.generic-btn,
.generic-btn-outline {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box; /* Bu satırı ekledik! */
}

/* Ana Buton Stili: generic-btn */
.generic-btn {
    background-color: var(--color-rank-4); /* Ana renk: Canlı Kırmızı */
    color: var(--color-white); /* Beyaz metin rengi */
    border-color: var(--color-rank-4); /* Kırmızı çerçeve */
    box-shadow: 0 4px 15px rgba(var(--color-rgb-accent), 0.4); /* Hafif kırmızı gölge */
    border: none;
}

.generic-btn:hover,
.generic-btn:focus {
    background-color: var(--color-accent); /* Hover'da koyu mavi arka plan */
    color: var(--color-white);
    border-color: var(--color-rank-3); /* Koyu mavi çerçeve */
    box-shadow: 0 6px 20px rgba(0, 35, 77, 0.3); /* Koyu mavi gölge */
    border: none;
}

.generic-btn:active {
    box-shadow: 0 2px 10px rgba(247, 107, 106, 0.3); /* Daha küçük gölge */
}

/* Çerçeveli Buton Stili: generic-btn-outline */
.generic-btn-outline {
    background-color: transparent; /* Şeffaf arka plan */
    color: var(--color-accent); /* Koyu mavi metin rengi */
    border-color: var(--color-rank-3); /* Koyu mavi çerçeve */
    box-shadow: none; /* Başlangıçta gölge yok */
    border: 2px solid;
}

.generic-btn-outline:hover,
.generic-btn-outline:focus {
    background-color: var(--color-accent); /* Hover'da koyu mavi arka plan */
    color: var(--color-white);
    border-color: var(--color-rank-3); /* Koyu mavi çerçeve */
    box-shadow: 0 4px 15px rgba(0, 35, 77, 0.2); /* Hafif koyu mavi gölge */
    border: 2px solid;
}

.generic-btn-outline:active {
    background-color: var(--color-accent);
    box-shadow: 0 2px 10px rgba(0, 35, 77, 0.1); /* Daha küçük gölge */
}

/* Animasyonlu Arka Plan Efekti */
.generic-btn::before,
.generic-btn-outline::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    transition: transform 0.4s ease-out;
    z-index: -1;
    transform: skewX(-30deg);
}

.generic-btn:hover::before,
.generic-btn:focus::before,
.generic-btn-outline:hover::before,
.generic-btn-outline:focus::before {
    transform: translateX(200%) skewX(-30deg);
}

.cta-section {
    background-color: var(--color-gray-500); /* Açık gri arka plan - hafif ve modern bir ton */
    color: var(--color-black); /* Metin rengi siyah */
    text-align: center;
    padding: 80px 0; /* Üst ve altta daha fazla boşluk */
    position: relative;
    overflow: hidden;
}

/* Arka plan deseni veya vurgu */
.cta-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background-color: rgba(247, 107, 106, 0.15); /* Hafif kırmızı vurgu, biraz daha görünür */
    border-radius: 50%; /* Dairesel şekil */
    filter: blur(80px); /* Bulanıklık efekti */
    z-index: 0;
}

.cta-section::after {
    content: '';
    position: absolute;
    bottom: -70px;
    right: -70px;
    width: 250px;
    height: 250px;
    background-color: rgba(0, 35, 77, 0.08); /* Hafif koyu mavi vurgu */
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
}

.cta-section .container {
    max-width: 800px; /* İçeriğin genişliğini sınırlar */
    margin: 0 auto; /* Ortalar */
    position: relative;
    z-index: 1; /* İçeriğin arka planın üzerinde olmasını sağlar */
    display: flex;
    flex-direction: column;
    align-items: center; /* İçeriği dikeyde ortalar */
    justify-content: center;
}

.cta-section .display-4 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
    color: var(--color-accent); /* Başlık rengi koyu mavi */
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Hafif metin gölgesi */
}

.cta-section .lead {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px; /* Paragraf ile buton arasına boşluk */
    max-width: 700px; /* Paragrafın genişliğini sınırlar */
    color: var(--color-black); /* Siyah metin rengi */
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
    .cta-section {
        padding: 60px 20px; /* Küçük ekranlarda padding azaltılır */
    }

    .cta-section .display-4 {
        font-size: 36px;
    }

    .cta-section .lead {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .cta-section .display-4 {
        font-size: 28px;
    }
}


.page-breadcrumb {
    position: relative; /* Arka plan görseli ve katman için */
    overflow: hidden; /* Taşan içeriği gizler */
    padding: 120px 0; /* Üstte ve altta bolca boşluk */
    display: flex;
    align-items: center; /* İçeriği dikeyde ortalar */
    justify-content: center; /* İçeriği yatayda ortalar */
    min-height: 300px; /* Minimum yükseklik */
    background-size: cover; /* Görseli kaplayacak şekilde boyutlandır */
    background-position: center center; /* Görseli ortala */
    background-repeat: no-repeat;
    /* Örnek arka plan görseli - Kendi görsel yolunuzu buraya ekleyin */
    /* Varsayılan bir görsel */
}

/* Koyu Katman (Overlay) */
.page-breadcrumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* %70 opaklığında siyah katman */
    z-index: 1; /* Görselin üzerinde, metnin altında */
}

.page-breadcrumb .container {
    position: relative;
    z-index: 2; /* Metin içeriğinin katmanın üzerinde olması için */
    max-width: 1200px; /* İçeriğin maksimum genişliği */
    margin: 0 auto;
    padding: 0 15px; /* Yanlarda boşluk */
}

.page-breadcrumb-content {
    color: var(--color-white); /* Tüm metin rengini beyaz yap */
}

.page-breadcrumb-content h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Başlık için belirgin gölge */
    color: var(--color-white); /* Başlık rengi beyaz */
}

.page-breadcrumb-links {
    list-style: none; /* Liste işaretlerini kaldır */
    padding: 0;
    margin: 0;
    display: flex; /* Yan yana sıralamak için */
    justify-content: center; /* Bağlantıları ortala */
    flex-wrap: wrap; /* Küçük ekranlarda alta geçebilir */
    font-size: 16px;
    font-weight: 500;
}

.page-breadcrumb-links li {
    position: relative;
    padding: 0 10px; /* Bağlantılar arası yatay boşluk */
    color: var(--color-white); /* Varsayılan li metin rengi beyaz */
}

/* Her li öğesinin arasına ayırıcı ekle (sonuncusu hariç) */
.page-breadcrumb-links li:not(:last-child)::after {
    content: '/'; /* Ayırıcı karakter */
    position: absolute;
    right: -5px; /* Ayırıcının konumunu ayarla */
    color: rgba(255, 255, 255, 0.7); /* Ayırıcı rengi biraz soluk beyaz */
}

.page-breadcrumb-links li a {
    color: var(--color-primary); /* Link rengi canlı kırmızı */
    text-decoration: none; /* Alt çizgiyi kaldır */
    transition: color 0.3s ease-in-out;
}

.page-breadcrumb-links li a:hover,
.page-breadcrumb-links li a:focus {
    color: var(--color-white); /* Hover'da link beyaz olur */
}

/* Responsive Düzenlemeler */
@media (max-width: 992px) {
    .page-breadcrumb {
        padding: 100px 0;
        min-height: 250px;
    }
    .page-breadcrumb-content h1 {
        font-size: 44px;
    }
}

@media (max-width: 768px) {
    .page-breadcrumb {
        padding: 80px 0;
        min-height: 200px;
    }
    .page-breadcrumb-content h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .page-breadcrumb-links {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .page-breadcrumb-content h1 {
        font-size: 28px;
    }
    .page-breadcrumb-links li {
        padding: 0 8px;
    }
    .page-breadcrumb-links li:not(:last-child)::after {
        right: -4px;
    }
}


.make-sticky {
    position: sticky;
    top: 100px;
}

.view-all {
    margin-top: 20px;
}
/* whatsapp-ÃƒÂ§errez */

.whatsapp-button {
    position: fixed;

    left: 20px;

    bottom: 20px;

    z-index: 999;

    /* DiÃ„Å¸er elementlerin ÃƒÂ¼zerinde gÃƒÂ¶rÃƒÂ¼nmesini saÃ„Å¸lar */
}

.whatsapp-button a {
    display: block;
}

.whatsapp-button img {
    width: 60px;

    /* Ã„Â°kon boyutunu ayarlayabilirsiniz */

    height: 60px;

    border-radius: 50%;

    /* Yuvarlak gÃƒÂ¶rÃƒÂ¼nÃƒÂ¼m iÃƒÂ§in */

    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);

    /* Hafif gÃƒÂ¶lge */

    transition: transform 0.3s ease-in-out;

    /* Hover efekti iÃƒÂ§in geÃƒÂ§iÃ…Å¸ */
}

.whatsapp-button img:hover {
    transform: scale(1.1);

    /* Hoverda hafif bÃƒÂ¼yÃƒÂ¼me efekti */
}

/* ÃƒÂ§erez bandÃ„Â± */

.cookie-banner {
    position: fixed;

    left: 0;

    bottom: 0;

    width: 100%;

    background-color: #f8f8f8ef;

    color: var(--color-rank-9);

    padding: 15px 20px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    z-index: 1000;

    /* DiÃ„Å¸er elementlerin ÃƒÂ¼zerinde gÃƒÂ¶rÃƒÂ¼nmesini saÃ„Å¸lar */

    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);

    transform: translateY(100%);

    /* BaÃ…Å¸langÃ„Â±ÃƒÂ§ta aÃ…Å¸aÃ„Å¸Ã„Â± kaydÃ„Â±rarak gizle */

    opacity: 0;

    /* GÃƒÂ¶rÃƒÂ¼nÃƒÂ¼rlÃƒÂ¼Ã„Å¸ÃƒÂ¼ de sÃ„Â±fÃ„Â±ra indir */

    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;

    /* OpaklÃ„Â±k geÃƒÂ§iÃ…Å¸ini de ekle */
}

.cookie-banner.show {
    transform: translateY(0);

    /* GÃƒÂ¶stermek iÃƒÂ§in yukarÃ„Â± kaydÃ„Â±r */

    opacity: 1;

    /* GÃƒÂ¶rÃƒÂ¼nÃƒÂ¼r yap */
}

.cookie-banner.hidden {
    transform: translateY(100%);

    opacity: 0;
}

.cookie-text {
    font-size: 16px;
}

.cookie-link {
    color: var(--color-primary);

    text-decoration: none;

    margin-left: 10px;
}

.cookie-link:hover {
    text-decoration: underline;
}

.cookie-button {
    background-color: var(--color-accent);

    color: white;

    border: none;

    padding: 5px 15px;

    border-radius: 5px;

    cursor: pointer;

    font-size: 16px;

    transition: background-color 0.3s ease-in-out;
}

.cookie-button:hover {
    background-color: var(--color-accent);
    color: var(--color-white);
}

/* Responsive TasarÃ„Â±m */

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;

        align-items: stretch;

        padding: 10px;

        text-align: center;
    }

    .cookie-text {
        margin-bottom: 10px;
    }

    .cookie-link {
        display: block;

        margin: 5px 0;
    }

    .cookie-button {
        width: 100%;
    }
}

/* ÃƒÂ§erez bandÃ„Â± */

/* whatsapp-ÃƒÂ§errez */

/* formlarla */

.swal2-container {
    z-index: 99999999999 !important;
}

.swal2-container .select2-container {
    display: none;
}

.zorunlu-alanlar {
    display: flex;

    gap: 10px;

    flex-direction: column;
}

.zorunlu-alanlar span {
    color: var(--color-error);

    font-size: 14px;

    font-weight: 500;
}

div:where(.swal2-container) div:where(.swal2-actions) .swal2-confirm {
    background-image: none;
    color: var(--color-white);
    background-color: var(--color-accent);
}

/* Spinner Stili */

.custom-spinner {
    display: inline-block;

    width: 16px;

    height: 16px;

    border: 2px solid var(--color-white);

    border-top: 2px solid transparent;

    border-radius: 50%;

    animation: spin 0.8s linear infinite;

    margin-left: 8px;

    vertical-align: middle;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-item {
    margin: 0 5px; /* Sayfa öğeleri arasına boşluk ekler */
}

.page-link {
    display: block;
    padding: 10px 15px;
    color: var(--color-accent); /* Varsayılan metin rengi */
    background-color: var(--color-white); /* Varsayılan arka plan rengi */
    border: 1px solid var(--color-gray-350); /* Hafif kenarlık */
    border-radius: 5px; /* Köşeleri hafifçe yuvarlar */
    text-decoration: none;
    transition: all 0.3s ease; /* Tüm geçişler için yumuşak animasyon */
    font-weight: 500;
    min-width: 40px;
}

.page-link:hover {
    color: var(--color-white); /* Hover durumunda metin rengi */
    background-color: var(--color-primary); /* Hover durumunda arka plan rengi */
    border-color: var(--color-primary); /* Hover durumunda kenarlık rengi */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
    border: 1px solid;
}

.page-item.active .page-link {
    color: var(--color-white); /* Aktif sayfa metin rengi */
    background-color: var(--color-accent); /* Aktif sayfa arka plan rengi */
    border-color: var(--color-rank-3); /* Aktif sayfa kenarlık rengi */
    cursor: default; /* Aktif sayfada imlecin değişmemesi */
    box-shadow: 0 4px 10px rgba(0, 35, 77, 0.3); /* Aktif sayfa için daha belirgin gölge */
}

.page-item.disabled .page-link {
    color: var(--color-gray-550); /* Devre dışı bırakılmış öğeler için metin rengi */
    background-color: var(--color-bg-light-gray-alt); /* Devre dışı bırakılmış öğeler için arka plan rengi */
    border-color: var(--color-rank-8);
    cursor: not-allowed; /* Devre dışı bırakılmış öğelerde imleç değişimi */
    opacity: 0.7; /* Hafif şeffaflık */
}

.page-item.disabled .page-link:hover {
    color: var(--color-gray-550);
    background-color: var(--color-bg-light-gray-alt);
    border-color: var(--color-rank-8);
    box-shadow: none; /* Devre dışı bırakılmış öğelerde gölge olmaması */
}

/* İkonlar için özel stil (Font Awesome varsayılarak) */
.page-link .fa {
    font-size: 14px; /* İkon boyutu */
    vertical-align: middle; /* İkonun dikey hizalaması */
}
/* Alt Başlık (Yenilikçi Üretim) */
.slide-text.heading_34 {
    font-size: 24px; /* Başlangıçta daha küçük */
    font-weight: 600;
    letter-spacing: 2px; /* Fütüristik bir hava için harf aralığı */
    text-transform: uppercase; /* Tüm harfler büyük */
    margin-bottom: 10px;
    opacity: 0; /* Animate.css ile canlandırılacak */
    animation-duration: 1s;
    animation-delay: 0.2s;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Hafif gölge */
    color: var(--color-primary); /* Kırmızı renk ile vurgu */
}

/* Ana Başlık (Kaliteyle Dokuyoruz) */
.slide-heading.heading_72 {
    font-size: 64px; /* Büyük ve vurgulu */
    font-weight: 800; /* Ekstra kalın */
    line-height: 1.1; /* Daha sıkı satır aralığı */
    margin-bottom: 20px;
    opacity: 0; /* Animate.css ile canlandırılacak */
    animation-duration: 1s;
    animation-delay: 0.4s;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); /* Belirgin gölge */
    color: var(--color-white); /* Beyaz renk */
}

/* Alt Metin (İhtiyacınıza özel çözümler) */
.slide-subheading.heading_18 {
    font-size: 20px; /* Okunabilir boyutta */
    font-weight: 300; /* Hafif font ağırlığı */
    line-height: 1.5;
    margin-bottom: 10px; /* Butonla araya boşluk */
    opacity: 0; /* Animate.css ile canlandırılacak */
    animation-duration: 1s;
    animation-delay: 0.6s;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); /* Çok hafif gölge */
    color: var(--color-rank-14); /* Hafif gri beyaz */
}


/* İkon Linklerinin Genel Stili */
.footer-social-item a {
    display: inline-flex; /* İkonu ortalamak için flexbox kullan */
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
    width: 36px; /* Yuvarlak arkaplan boyutu */
    height: 36px; /* Yuvarlak arkaplan boyutu */
    border-radius: 50%; /* Tamamen yuvarlak yapar */
    background-color: rgba(255, 255, 255, 0.1); /* Hafif şeffaf beyaz arkaplan */
    border: 1px solid rgba(255, 255, 255, 0.2); /* Hafif beyaz çerçeve */
    transition: all 0.3s ease-in-out; /* Tüm geçişler için yumuşak animasyon */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Hafif gölge */
}

/* Font Awesome İkonlarının Başlangıç Stili */
.footer-social-item .icon {
    font-size: 16px; /* İkon boyutu */
    color: var(--color-white); /* Başlangıçta beyaz ikon rengi */
    transition: color 0.3s ease-in-out; /* Renk geçişi için animasyon */
    width: 16px;
    height: 16px;
}

/* Hover ve Focus Durumları */
.footer-social-item a:hover,
.footer-social-item a:focus {
    background-color: var(--color-rank-4); /* Hover'da canlı kırmızı arka plan */
    border-color: var(--color-rank-4); /* Hover'da kırmızı çerçeve */
    box-shadow: 0 4px 15px rgba(247, 107, 106, 0.4); /* Daha belirgin kırmızı gölge */
    transform: translateY(-2px); /* Hafif yukarı kalkma efekti */
}

.footer-social-item a:hover .icon,
.footer-social-item a:focus .icon {
    color: var(--color-white); /* Hover'da ikon rengi koyu mavi */
}

/* Aktif Durum */
.footer-social-item a:active {
    transform: translateY(0); /* Tıklanırken eski pozisyonuna dön */
    box-shadow: 0 1px 5px rgba(247, 107, 106, 0.2); /* Daha küçük gölge */
}

/* Küçük ekranlar için düzenleme (örneğin mobil) */
@media (max-width: 576px) {

    .footer-social-item a {
        width: 40px;
        height: 40px;
    }
    .footer-social-item .icon {
        font-size: 18px;
    }
}


.footer-social-item, .footer-social {
    margin: 0px;
}

/* Genel Kenar Çubuğu Kapsayıcısı */
/* .generic-sidebar {

} */



/* Genel Widget Stilidir */
.sidebar-widget-02 {
    margin-bottom: 30px !important;
    padding: 20px !important;
    background-color: var(--color-white); /* Hafif arka plan rengi */
    border-radius: 8px; /* Köşeleri hafifçe yuvarlar */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); /* Hafif gölge efekti */
}

.sidebar-widget-02:last-child {
    border-bottom: none; /* Son widget'ta çizgi olmasın */
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Widget Başlıkları */
.widget-title-02 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-accent); /* Koyu mavi başlık rengi */
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px; /* Alt çizgi için boşluk */
}

.widget-title-02::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px; /* Başlık alt çizgisi uzunluğu */
    height: 3px; /* Başlık alt çizgisi kalınlığı */
    background-color: var(--color-rank-4); /* Başlık alt çizgisi rengi */
    border-radius: 2px;
}

/* Arama Kutusu Stili */
.widget-search-02 form {
    display: flex;
    border: 1px solid var(--color-rank-8);
    border-radius: 5px;
    overflow: hidden; /* İçeriklerin kenarlıklara taşmasını engeller */
}

.widget-search-02 input[type="text"] {
    flex-grow: 1; /* Mevcut alanı kapla */
    padding: 12px 15px;
    border: none;
    outline: none;
    font-size: 15px;
    color: var(--color-black);
    background-color: var(--color-white);
}

.widget-search-02 input[type="text"]::placeholder {
    color: var(--color-gray-650);
}

.widget-search-02 button[type="submit"] {
    padding: 12px 18px;
    background-color: var(--color-accent); /* Arama butonu arka planı */
    color: var(--color-white); /* Arama butonu ikon rengi */
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.widget-search-02 button[type="submit"]:hover {
    background-color: var(--color-rank-4); /* Hover durumunda renk değişimi */
}

/* Kategori ve Arşiv Linkleri */
.widget-archives .widget-link,
.widget-recent-post {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-archives .widget-link li {
    margin-bottom: 10px;
}

.widget-archives .widget-link li:last-child {
    margin-bottom: 0;
}

.widget-archives .widget-link a {
    display: block;
    padding: 8px 0;
    color: var(--color-accent); /* Link metin rengi */
    font-size: 16px;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
    position: relative;
}

.widget-archives .widget-link a::before {
    content: '\f105'; /* Font Awesome açılı parantez ikonu */
    font-family: var(--font-family-icon); /* Font Awesome kullanıyorsanız */
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--color-primary); /* İkon rengi */
    opacity: 0;
    transition: all 0.2s ease;
}

.widget-archives .widget-link a:hover {
    color: var(--color-primary); /* Hover durumunda link rengi */
    padding-left: 15px; /* Hover durumunda içeri kaydırma */
}

.widget-archives .widget-link a:hover::before,
.widget-archives .widget-link a.active::before {
    opacity: 1; /* Hover ve aktif durumda ikon görünür */
}

.widget-archives .widget-link a.active {
    color: var(--color-primary); /* Aktif link rengi */
    font-weight: 600;
    padding-left: 15px;
}


/* Son Çıkan Makaleler */
.single-recent-post {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed var(--color-rank-13); /* Makaleler arasında kesikli çizgi */
}

.single-recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.single-recent-post .blog-meta {
    list-style: none;
    padding: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.single-recent-post .blog-meta li {
    font-size: 13px;
    color: var(--color-gray-650);
}

.single-recent-post .blog-meta li i {
    margin-right: 5px;
    color: var(--color-primary); /* İkon rengi */
}

.single-recent-post .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.single-recent-post .title a {
    color: var(--color-black); /* Makale başlığı rengi */
    text-decoration: none;
    transition: color 0.2s ease;
}

.single-recent-post .title a:hover {
    color: var(--color-primary); /* Hover durumunda makale başlığı rengi */
}
.slideshow-section .overlay:before {
    /* Koyu mavi arka plan rengi, %65 opaklık */
    background-color: rgba(var(--color-rgb-accent), 0.65); /* var(--color-rank-3)'nin RGBA karşılığı */
}
.footer-logo img {
    width: 50%;
    object-fit: contain;
}

.article-card  {
    margin-top: 0px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.article-card p.desc {
    color: var(--color-gray-650);
    margin-top: 10px;
    line-height: 1.5;
    font-size: 14px;
    min-height: 42px; /* En az 42 piksel yükseklik */
    display: -webkit-box; /* Webkit tabanlı tarayıcılar için gerekli */
    -webkit-line-clamp: 2; /* Metni 2 satırla sınırlama */
    -webkit-box-orient: vertical; /* Metni dikey yönde sınırlama */
    overflow: hidden; /* Fazla metni gizleme */
    text-overflow: ellipsis; /* Fazla metnin sonuna üç nokta ekleme */
}
.article-card-read-more {
    margin-top: 10px;
}

.article-card-published {
    font-size: 13px;
    color: var(--color-gray-650);
}
.article-card-published i {
    margin-right: 5px;
    color: var(--color-primary);
}


.generic-sidebar.for-products .filter-btn-area.make-float {
    position: sticky;
    bottom: 30px;
    padding: 10px;
    border-radius: 5px;
    background: #e3e3e3cc;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.temizle-btn {
    color: var(--color-gray-650);
    letter-spacing: 1px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.vsc {
    overflow-y: auto;
    max-height: 120px;
}

.pd-large-img {
    position: relative;
    /* Eğer bu kapsayıcıya başka stiller eklemek istersen buraya ekleyebilirsin */
}

.pd-large-img i {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10; /* Diğer içeriklerin üzerinde görünmesini sağlar */
    display: flex; /* İkonu ortalamak için */
    justify-content: center;
    align-items: center;
    width: 40px; /* İkon kutusunun genişliği */
    height: 40px; /* İkon kutusunun yüksekliği */
    background-color: rgba(255, 255, 255, 0.9); /* Hafif şeffaf beyaz arka plan */
    color: var(--color-accent); /* İkon rengi (koyu mavi) */
    border-radius: 50%; /* Dairesel şekil */
    font-size: 20px; /* İkon boyutu */
    cursor: pointer; /* Fare imlecini işaretçi yapar */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Hafif bir gölge */
    transition: all 0.3s ease; /* Tüm geçişler için yumuşak animasyon */
}

.pd-large-img i:hover {
    background-color: var(--color-rank-4); /* Hover'da turuncu-kırmızı arka plan */
    color: var(--color-white); /* Hover'da beyaz ikon */
    box-shadow: 0 6px 16px rgba(247, 107, 106, 0.4); /* Hover'da daha belirgin gölge */
    transform: translateY(-2px); /* Hafif yukarı kalkma efekti */
}

@media (min-width:992px) {

    .article-card-img-wrapper img {
        height: 250px;
        object-fit: cover;
        object-position: top;
        width: 100%;
    }

    .slideshow-section .content-box {
        max-width: 700px;
    }

    .logo-main img {
        height: 65px;
        object-fit: contain;
    }

    .lang-change {
        border: 2px solid var(--color-rank-4);
        width: 65px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 0px !important;
        border-radius: var(--btn-primary-border-radius);
    }

    .lang-change a.first {
        right: 5px;
    }

    .lang-change .submenu-transform-desktop {
        width: max-content;
        min-width: unset;
        margin-top: 10px;
    }
    .home-services .common-slider.slick-slider {
        margin: 0 40px;
    }

    .about-hero-content {
        padding-left: 1rem;
    }

    .slide-img {
        width: 100%;
        object-position: right;
        object-fit: cover;
    }
}

@media (max-width:991.98px) {
    .slide-img {
        height: calc(100svh - 65px);
    }

    .about-hero-img {
        margin-bottom: 1rem;
    }


    .slide-text.heading_34 {
        font-size: 20px;
    }
    .slide-heading.heading_72 {
        font-size: 50px;
    }
    .slide-subheading.heading_18 {
        font-size: 18px;
    }

    .logo-main {
        position: relative;
    }

    .sticky-header {
        height: auto;
    }

    .mb50mobil {
        margin-bottom: 50px;
    }

    .hamburger-btn, .hamburger-btn .header-action {
      height: 100%;
    }
    
}
