/* ============================================================
>>> TABLE OF CONTENTS:
===============================================================
# Google fonts
# Gutter Code 
# Normalize
# Typography
# Custom Class
# input and button type focus outline disable
# Form input box
# Text meant only for screen readers.
# Transition

# Accessibility
# Globals

# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# ScrollUp
# Owl Carousel 
# Slick Slider
# Background Overlay
# Scrollbar
# Padding Top
# Padding Bottom
# Margin Top
# Margin Bottom
# Custom margin Padding

# Widgets
# Search Widget
# Newsletter Widget
# Tag Cloud Widget
# Color Widget
# Menu Widget
# Popular Post Widget
# Banner Widget
# Top Rated Product Widget
# Price Filter Widget
# Instagram Widget
# Video Widget
# Author Widget
# Widget Responsive

# Header
# Header Top Area
# Header Middle Area
# Header Bottom Area
# Header Feature Area
# Main Menu
# Header Options
# Mini Cart
# Header Searchbox
# Currency Menu
# Header Sticky
# Utilize Mobile Menu

============================================================= */

/* ====================================================
    Gutter Code 
==================================================== */
.wrapper-tpl {
  max-width: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
}

.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}


@media (min-width: 992px) {

  /* Modify this based on column def */
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {

  /* Modify this based on column def */
  .ltn__custom-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }

  .ltn__custom-gutter>[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ltn__custom-gutter-all {
    margin-left: -15px;
    margin-right: -15px;
  }

  .ltn__custom-gutter-all [class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 576px) {

  .ltn__product-gutter [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
  }
}


/* -------------------------------------
    Typography
------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: var(--ltn__body-font);
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  color: var(--brown-dark);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-family: var(--ltn__body-font);
  line-height: 1.8;
  margin: 0 auto;
  background-color: var(--body-background);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--brown-dark);
  clear: both;
  font-family: var(--ltn__heading-font);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

h1,
.h1 {
  font-size: 36px;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

p {
  color: var(--ltn__paragraph-color);
  font-family: var(--ltn__paragraph-font);
  font-weight: 400;
  margin-bottom: 1.5em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  color: inherit;
  text-decoration: none;
  color: var(--ltn__paragraph-color);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  color: #ccc;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: var(--ltn__secondary-color);
}

button,
input,
optgroup,
select,
textarea {
  font-family: var(--ltn__body-font);
}

pre,
code,
kbd,
tt,
var,
samp {
  font-family: var(--ltn__body-font);
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

ul li,
ol li {
  margin-top: 1rem;
}

small, .small {
  line-height: 20px;
  display: inline-block;
}

/* -------------------------------------
    Bootstrap overwrite
------------------------------------- */
.dropdown-menu {
  border-radius: 10px;
  box-shadow: var(--card-shadow);
  overflow: hidden;
}
.dropdown-item {
  color: var(--ltn__paragraph-color);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--ltn__paragraph-color);
  background-color: var(--brown-extralight);
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--brown-mid)
}

/* -------------------------------------
    Custom Class
------------------------------------- */


.box-shadow {
  -webkit-box-shadow: var(--ltn__box-shadow-2);
  box-shadow: var(--ltn__box-shadow-2);
}



/* ----------------------------------------------------
    input and button type focus outline disable
---------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover, 
select:-webkit-autofill:focus, 
select:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover, 
textarea:-webkit-autofill:focus, 
textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 50px white inset !important;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ----------------------------------------------------
    Form input box
---------------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="time"],
textarea,
select {
  position: relative;
  background-color: var(--brown-extralight);
  border: none;
  border-color: var(--border-color-9);
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  color: var(--ltn__paragraph-color);
  width: 100%;
  border-radius: 10px;
  transition: all .2s ease-in-out;
}

@media (max-width: 767px) {
  input[type="text"], input[type="email"], input[type="password"], input[type="submit"], input[type="time"], textarea, select {
    font-size: 14px;
  }
}

input:disabled,
textarea:disabled,
select:disabled {
  font-style: italic;
  color: var(--gray);
  cursor: not-allowed;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 2px solid var(--brown-extralight) !important;
}

input[type="text"].input-error:focus, 
input[type="email"].input-error:focus, 
input[type="password"].input-error:focus, 
textarea.input-error:focus, 
select.input-error:focus {
  border: 2px solid var(--custom-error) !important;
}

input[type="text"].input-success:focus, 
input[type="email"].input-success:focus, 
input[type="password"].input-success:focus, 
textarea.input-success:focus, 
select.input-success:focus {
  border: 2px solid var(--custom-green) !important;
}

input[type="password"] {
  letter-spacing: 3px;
  font-size: 16px;
}

select {
  appearance: none;
  cursor: pointer;
}

select:invalid { 
  color: gray !important; 
}

textarea {
  resize: vertical;
  padding: 15px 20px;
  min-height: 150px;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

button.unavailable,
button.unavailable:hover {
  color: var(--custom-error);
  background-color: var(--grey-light);
  cursor: not-allowed;
}

.title-btn {
  border-radius: 5px;
  background-color: var(--brown-extralight);
  color: var(--gray);
  padding: 0 8px;
  box-shadow: var(--ltn__box-shadow-3);
  text-align: center;
}

.title-btn:hover {
  color: var(--ltn__secondary-color);
}

.input-error {
  border: 2px solid var(--custom-error) !important;
}

.input-check {
  border: 2px solid var(--custom-green) !important;
  border-radius: 10px !important;
}

/* input-item */
.input-item {
  position: relative;
}

.input-item input,
.input-item select,
.input-item textarea {
  outline: none;
  border-radius: 10px;
  background-color: var(--brown-extralight);
  border: 2px solid var(--brown-extralight);
}

.input-item.dark-bg input,
.input-item.dark-bg textarea,
.input-item.dark-bg select {
  background-color: var(--white);
  border-color: var(--white);
}

.input-item:has(> select)::after {
  content: "\f078";
  color: var(--brown-dark);
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
}

.input-item > label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  padding: 0 5px;
  color: var(--gray);
  transition: all .2s ease-in-out;
  border-radius: 5px;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}

.input-item .input-counter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  padding: 0 5px;
  color: var(--gray);
  transition: all .2s ease-in-out;
  border-radius: 5px;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}

.input-item.labelup > label,
.input-item:has(> input:-webkit-autofill) > label {
  top: 0;
  background-color: white;
  color: var(--ltn__secondary-color);
  font-size: 12px;
  font-weight: 600;
}

.input-item.labelup .input-counter,
.input-item:has(> input:-webkit-autofill) {
  top: 0;
  background-color: white;
  color: var(--brown-dark);
  font-size: 12px;
  font-weight: 600;
}

.input-item .input-counter.error {
  color: var(--white);
  background-color: var(--custom-error);
}

.input-item.labelup input,
.input-item.labelup select,
.input-item.labelup textarea,
.input-item:has(> input:-webkit-autofill) input {
  background-color: white;
}

.input-action {
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.field-notif,
.input-action {
  position: absolute;
  width: 30px;
  height: 34px;
  top: 8px;
  right: 8px;
  background-color: var(--white-light-transparent);
  border-radius: 7px;
  box-shadow: var(--ltn__box-shadow-2);
  z-index: 1;
}

.field-notif::before,
.input-action::before {
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 15px;
  font-weight: 400;
}

.date-input-action{
  pointer-events: none;
}

.date-input-action::before{
  right: 8px;
  pointer-events: none;
}

.place-input-action::before{
  right: 9px;
  pointer-events: none;
}

.search-input-action::before{
  right: 8px;
}

.file-input-action {
  line-height: 2.5;
  height: 43px;
  user-select: none;
  pointer-events: none;
}

@media (max-width: 992px) {
  .file-input-action {
    line-height: 2.4;
    height: 39px;
  }
}

.add-coupon-action {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}

.add-coupon-action::before {
  right: 8px;
}

.input-item:has(> select)::after {
  position: absolute;
  line-height: 35px;
  width: 30px;
  height: 34px;
  top: 8px;
  right: 8px;
  background-color: var(--white-light-transparent);
  border-radius: 7px;
  box-shadow: var(--ltn__box-shadow-2);
  font-size: 15px;
  cursor: pointer;
  pointer-events: none;
  text-align: center;
}

.field-notif.fa-times::before {
  right: 10px;
  color: var(--custom-error);
}

.field-notif.fa-check::before {
  color: var(--custom-green);
}

.field-error {
  position: absolute;
  background-color: var(--custom-error);
  color: white;
  font-size: 10px;
  font-weight: 600;
  bottom: -9px;
  padding: 0 5px;
  left: 0px;
  border-radius: 0 5px 5px 5px;
  height: max-content;
}

/* Radio */
.custom-radio-card .field-error {
  top: -11px;
  text-align: center;
  width: 100%;
  border-radius: 10px 10px 0px 0;
}

/* Textarea */
.input-item:has(> textarea) .field-error {
  bottom: 0;
}

/* Checkbox */
input[type="checkbox"]{
  accent-color: var(--custom-green);
}

label.checkbox {
  position: relative;
}

label.checkbox .field-error {
  bottom: -19px;
  border-radius: 0 0 5px 5px;
}

input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  border-radius: 5px;
}

input[type=checkbox] + label.error {
  border: 3px solid var(--custom-error);
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "\2714";
  border: 1px solid var(--brown-dark);
  border-radius: 0.2em;
  width: 1em;
  height: 1em;
  padding: 0 2px;
  margin-right: 0.2em;
  vertical-align: middle;
  color: transparent;
  transition: .2s;
}

input[type=checkbox] + label.error:before {
  border: 2px solid var(--custom-error);
  background-color: rgba(119, 31, 31, 0.122);
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: var(--custom-green);
  border-color: var(--custom-green);
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: var(--gray);
  border-color: var(--gray);
}

/* Datepicker field */
.datepicker-input.in-edit {
  border-color: var(--ltn__secondary-color);
}

.datepicker-input.in-edit:focus {
  box-shadow: none ;
}

#delivery-date-selector {
  caret-color: transparent;
  cursor: pointer;
  color: transparent;
}

#delivery-date-text {
  position: absolute;
  top: 11px;
  left: 21px;
  z-index: 1;
  user-select: none;
  pointer-events: none;
}

/* HOURS FIELD */
.input-item:has(> .hours-field)::after {
  content: "\f017";
  font-weight: 500;
}

/* FORM NOTIF */
.form-notif {
  display: none;
  padding: 10px 20px;
  margin-bottom: 25px;
  border:1px solid var(--custom-error-light1);
  border-left-width:5px;
  border-radius: 3px;
  font-size: 14px;
  border-left-color: var(--custom-error); 
  border-radius: 10px;
}

.form-notif.show-error {
  display: block;
  color: var(--custom-error);
  background-color: rgba(217, 83, 79, 0.1);
}

.form-notif.show-warning {
  display: block;
  color: var(--custom-warning);
  background-color: rgba(212, 217, 79, 0.1);
  border:1px solid rgb(117, 114, 44);
  border-left-color: rgb(117, 114, 44); 
}

.form-notif.show-info {
  display: block;
  color: var(--custom-info);
  background-color: rgba(79, 134, 217, 0.1);
  border:1px solid rgb(44, 82, 117);
  border-left-color: rgb(44, 82, 117);
}

.form-notif.show-success {
  display: block;
  color: var(--custom-info);
  background-color: rgba(79, 217, 88, 0.1);
  border:1px solid rgb(44, 117, 45);
  border-left-color: rgb(44, 117, 45);
}

/* ICONS */
i.fa-check-circle {
  color: var(--custom-green);
}
i.fa-times-circle.notif-icon {
  color: var(--custom-error);
}
i.fa-circle-info {
  color: var(--custom-info);
}
i.fa-exclamation-circle {
  color: var(--custom-warning);
}

/* NAV TABS */
.nav-tabs {
  justify-content: space-between;
  border-radius: 10px 10px 0 0 ;
}

.nav-tabs.error {
  border: 2px solid var(--red);
}

.nav-tabs > li > button, .nav-tabs > li > a {
  width: 100%;
  color: var(--brown-dark);
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 10px 10px 0 0;
}

.nav-tabs > li > button > small {
  font-weight: 300;
}

.nav-tabs > li:hover > button, .nav-tabs button.active, .nav-tabs > li:hover > a, .nav-tabs a.active  {
  background-color: var(--brown-extralight);
  border-top: 3px solid var(--ltn__secondary-color);
  padding: 6px 16px 8px;
  color: var(--brown-dark);
}

.nav-tabs > li > button.unavailable:hover, .nav-tabs button.unavailable, .nav-tabs > li > a.unavailable:hover, .nav-tabs a.unavailable {
  background-color: var(--brown-extralight);
  border-top: 3px solid var(--grey-extralight);
  padding: 6px 16px 8px;
  color: var(--grey-extralight);
  cursor: not-allowed;
}

/* BLOCKQUOTE */
blockquote {
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: normal;
  color: var(--brown-dark);
  padding: 25px 35px;
  background:var(--brown-extralight);
  position:relative;
  z-index:1;
  font-style: italic;
  overflow: hidden;
  border-radius: 10px;
  border-left: 4px solid var(--ltn__secondary-color);
}
blockquote:before{
  display: block;
  content: "\201C";
  font-size: 310px;
  left: -20px;
  top: 90px;
  color: #fff;
  position: absolute;
  z-index: -1;
  font-style: normal;
  font-weight: 100;
}
blockquote:after{  
  font-style: normal;
  display: block;
  content: "\201D";
  font-size: 310px;
  right: -15px;
  bottom: -70px;
  color: #fff;    
  position: absolute;
  z-index: -1;
}

/* ----------------------------------------------------
    Clearings
---------------------------------------------------- */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* ----------------------------------------------------
    Posts and pages
---------------------------------------------------- */

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li+li {
  margin: 0 5px;
}

.blog-pagination {
  display: block;
  width: 100%;
}

.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-pagination ul li a,
.blog-pagination ul li span {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #e2e2e2;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
  background-color: var(--ltn__primary-color);
  color: #fff;
}

/* ----------------------------------------------------
    Media
---------------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* ----------------------------------------------------
    Captions
---------------------------------------------------- */

dl,
ol,
ul {
  padding-left: 20px;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.50rem !important;
}

/* ----------------------------------------------------
    ScrollUp
---------------------------------------------------- */
#scrollUp {
  opacity: 0;
  border-radius: 50px;
  background-color: var(--section-bg-1);
  color: var(--ltn__heading-color);
  bottom: 70px;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  width: 40px;
  right: 3%;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
}

#scrollUp i {
  line-height: 40px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#scrollUp:hover {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}

/* ----------------------------------------------------
    SWIPER Slider Dots, Arrow
---------------------------------------------------- */

/* Général */
.swiper-arrow .swiper-nav {
  cursor: pointer;
  background-color: var(--white);
  left: 15px;
  right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  border: 2px solid var(--white-4);
  border-radius: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--ltn__primary-color) !important;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  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;
  background-color: transparent;
  transition: .3s all;
}

@media (max-width: 992px) {
  .swiper-arrow .swiper-nav {
    display: none;
  }
}

.swiper-arrow .swiper-nav::after {
  font-size: 15px !important;
}

.swiper-arrow .swiper-nav:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white) !important;
}

.swiper-arrow .swiper-button-next {
  right: 15px;
  left: auto;
}

.swiper-arrow .swiper-button-prev {
  left: 15px;
  right: auto;
}

.swiper-arrow .swiper-button-disabled {
  display: none;
}

.swiper-arrow:hover .swiper-nav {
  opacity: 1;
  visibility: visible;
}

.swiper-arrow .swiper-nav::before {
  font-size: 15px;
}

.swiper-arrow:hover .swiper-button-prev {
  left: 10px;
  right: auto;
}

.swiper-arrow:hover .swiper-button-next {
  right: 10px;
  left: auto;
}

/* header swiper */
.slider-header.swiper {
  padding: 0 !important;
  margin: 0 !important;
}

.slider-header.swiper-arrow .swiper-nav {
  top: 55% !important;
}

.slider-header.swiper-arrow .swiper-nav::after {
  color: var(--white-18);
}

.slider-header.swiper-arrow:hover .swiper-button-prev {
  left: 70px;
  right: auto;
}

.slider-header.swiper-arrow:hover .swiper-button-next {
  right: 70px;
  left: auto;
}

/* Swiper Dots */
.swiper-pagination span {
  background-color: var(--silver);
}

.swiper-pagination span:hover,
.swiper-pagination .swiper-pagination-bullet-active{
  background-color: var(--ltn__secondary-color);
}

/* ----------------------------------------------------
    Background Overlay
---------------------------------------------------- */
.bg-overlay-black{
  z-index: 8;
  position: relative;
}

.bg-overlay-black:before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black:before {
  background: rgba(0, 0, 0, 0.1);
}
/* 
.bg-overlay-theme-10,
.bg-overlay-theme-20,
.bg-overlay-theme-30,
.bg-overlay-theme-40,
.bg-overlay-theme-50,
.bg-overlay-theme-60,
.bg-overlay-theme-70,
.bg-overlay-theme-80,
.bg-overlay-theme-90 {
  z-index: 9;
  position: relative;
}

.bg-overlay-theme-10:before,
.bg-overlay-theme-20:before,
.bg-overlay-theme-30:before,
.bg-overlay-theme-40:before,
.bg-overlay-theme-50:before,
.bg-overlay-theme-60:before,
.bg-overlay-theme-70:before,
.bg-overlay-theme-80:before,
.bg-overlay-theme-90:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg-overlay-theme-10:before {
  background: rgba(229, 62, 41, 0.1);
}

.bg-overlay-theme-20:before {
  background: rgba(229, 62, 41, 0.2);
}

.bg-overlay-theme-30:before {
  background: rgba(229, 62, 41, 0.3);
}

.bg-overlay-theme-40:before {
  background: rgba(229, 62, 41, 0.4);
}

.bg-overlay-theme-50:before {
  background: rgba(229, 62, 41, 0.5);
}

.bg-overlay-theme-60:before {
  background: rgba(229, 62, 41, 0.6);
}

.bg-overlay-theme-70:before {
  background: rgba(229, 62, 41, 0.7);
}

.bg-overlay-theme-80:before {
  background: rgba(229, 62, 41, 0.8);
}

.bg-overlay-theme-90:before {
  background: rgba(229, 62, 41, 0.9);
} */
/* 
.bg-overlay-theme-black-10,
.bg-overlay-theme-black-20,
.bg-overlay-theme-black-30,
.bg-overlay-theme-black-40,
.bg-overlay-theme-black-50,
.bg-overlay-theme-black-60,
.bg-overlay-theme-black-70,
.bg-overlay-theme-black-80,
.bg-overlay-theme-black-90 {
  z-index: 9;
  position: relative;
}

.bg-overlay-theme-black-10:before,
.bg-overlay-theme-black-20:before,
.bg-overlay-theme-black-30:before,
.bg-overlay-theme-black-40:before,
.bg-overlay-theme-black-50:before,
.bg-overlay-theme-black-60:before,
.bg-overlay-theme-black-70:before,
.bg-overlay-theme-black-80:before,
.bg-overlay-theme-black-90:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg-overlay-theme-black-10:before {
  background: rgba(7, 28, 31, 0.1);
}

.bg-overlay-theme-black-20:before {
  background: rgba(7, 28, 31, 0.2);
}

.bg-overlay-theme-black-30:before {
  background: rgba(7, 28, 31, 0.3);
}

.bg-overlay-theme-black-40:before {
  background: rgba(7, 28, 31, 0.4);
}

.bg-overlay-theme-black-50:before {
  background: rgba(7, 28, 31, 0.5);
}

.bg-overlay-theme-black-60:before {
  background: rgba(7, 28, 31, 0.6);
}

.bg-overlay-theme-black-70:before {
  background: rgba(7, 28, 31, 0.7);
}

.bg-overlay-theme-black-80:before {
  background: rgba(7, 28, 31, 0.8);
}

.bg-overlay-theme-black-90:before {
  background: rgba(7, 28, 31, 0.9);
} */

/* ----------------------------------------------
  Scrollbar
---------------------------------------------- */
body::-webkit-scrollbar {
  display: block;
  width: .8rem; 
}

body::-webkit-scrollbar-track {
  background: var(--brown-extralight); 
}

body::-webkit-scrollbar-thumb {
  background: var(--ltn__secondary-color);
  border-radius: 25px;
  width: .8rem; 
}

.ltn__scrollbar {
  overflow-y: auto;
}

.ltn__scrollbar::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 25px;
}

.ltn__scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd;
}

.mean-nav {
  overflow-y: auto;
}

.mean-nav::-webkit-scrollbar {
  width: 3px;
  background-color: var(--ltn__primary-color);
  border-radius: 30px;
}

.mean-nav::-webkit-scrollbar-thumb {
  background-color: var(--ltn__secondary-color);
}

/* ----------------------------------------------------
    Padding Top
---------------------------------------------------- */
.pt-0 {
  padding-top: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-97 {
  padding-top: 97px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-112 {
  padding-top: 112px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-118 {
  padding-top: 118px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-122 {
  padding-top: 122px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-280 {
  padding-top: 280px;
}

.pt-290 {
  padding-top: 290px;
}

.pt-300 {
  padding-top: 300px;
}

.pt-310 {
  padding-top: 310px;
}

.pt-320 {
  padding-top: 320px;
}

.pt-350 {
  padding-top: 350px;
}

/* ----------------------------------------------------
    Padding Bottom
---------------------------------------------------- */
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-97 {
  padding-bottom: 97px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-107 {
  padding-bottom: 107px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-112 {
  padding-bottom: 112px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-118 {
  padding-bottom: 118px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-122 {
  padding-bottom: 122px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pb-310 {
  padding-bottom: 310px;
}

.pb-320 {
  padding-bottom: 320px;
}

.pb-350 {
  padding-bottom: 350px;
}

/* ----------------------------------------------------
    Margin Top
---------------------------------------------------- */
.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-37 {
  margin-top: 37px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-118 {
  margin-top: 118px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-122 {
  margin-top: 122px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-170 {
  margin-top: 170px;
}

/* ----------------------------------------------------
    Margin Bottom
---------------------------------------------------- */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-118 {
  margin-bottom: 118px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-122 {
  margin-bottom: 122px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

/* ----------------------------------------------------
    Custom margin Padding
---------------------------------------------------- */
.mr-30 {
  margin-right: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

/* Padding left right */
.plr--2 {
  padding-left: 2%;
  padding-right: 2%;
}

.plr--3 {
  padding-left: 3%;
  padding-right: 3%;
}

.plr--4 {
  padding-left: 4%;
  padding-right: 4%;
}

.plr--5 {
  padding-left: 5%;
  padding-right: 5%;
}

.plr--6 {
  padding-left: 6%;
  padding-right: 6%;
}

.plr--7 {
  padding-left: 7%;
  padding-right: 7%;
}

.plr--8 {
  padding-left: 8%;
  padding-right: 8%;
}

.plr--9 {
  /* used */
  padding-left: 9%;
  padding-right: 9%;
}

.plr--10 {
  padding-left: 10%;
  padding-right: 10%;
}

.plr--11 {
  padding-left: 11%;
  padding-right: 11%;
}

.plr--12 {
  padding-left: 12%;
  padding-right: 12%;
}

@media (max-width: 1599px) {

  .plr--2,
  .plr--3,
  .plr--4,
  .plr--5,
  .plr--6,
  .plr--7,
  .plr--8,
  .plr--9,
  .plr--10,
  .plr--11,
  .plr--12 {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (max-width: 1399px) {

  .plr--2,
  .plr--3,
  .plr--4,
  .plr--5,
  .plr--6,
  .plr--7,
  .plr--8,
  .plr--9,
  .plr--10,
  .plr--11,
  .plr--12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {

  /* Margin Top Minus */
  .mt--30 {
    margin-top: -30px !important;
  }

  .mt--65 {
    margin-top: -65px;
  }

  .mt--80 {
    margin-top: -80px;
  }

  .mt--90 {
    margin-top: -90px;
  }

  .mt--100 {
    margin-top: -100px;
  }

  .mt--110 {
    margin-top: -110px;
  }

  .mt--120 {
    margin-top: -120px;
  }

  .mt--150 {
    margin-top: -150px;
  }
}

/* Margin Bottom Minus */
.mb--30 {
  margin-bottom: -30px;
}

.mb--80 {
  margin-bottom: -100px;
}

.mb--90 {
  margin-bottom: -100px;
}

.mb--100 {
  margin-bottom: -100px;
}

.mb--110 {
  margin-bottom: -100px;
}

.mb--120 {
  margin-bottom: -100px;
}

.mb--150 {
  margin-bottom: -100px;
}


@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

.rotate90 {
  transform: rotate(90deg);
}
.rotate180 {
  transform: rotate(180deg);
}

/* ----------------------------------------------------
    Animation CSS
---------------------------------------------------- */
.ltn__parallax-effect-wrap,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.ltn__parallax-effect-wrap {
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes phase {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.8;
  }

  75% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes phase {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.8;
  }

  75% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes phase {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.8;
  }

  75% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes phase {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.8;
  }

  75% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }

  25% {
    -webkit-transform: rotateX(30deg);
    -moz-transform: rotateX(30deg);
    transform: rotateX(30deg);
  }

  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
  }

  75% {
    -webkit-transform: rotateY(30deg);
    -moz-transform: rotateY(30deg);
    transform: rotateY(30deg);
  }

  100% {
    -webkit-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
}

@-moz-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }

  25% {
    -webkit-transform: rotateX(30deg);
    -moz-transform: rotateX(30deg);
    transform: rotateX(30deg);
  }

  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
  }

  75% {
    -webkit-transform: rotateY(30deg);
    -moz-transform: rotateY(30deg);
    transform: rotateY(30deg);
  }

  100% {
    -webkit-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
}

@-ms-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }

  25% {
    -webkit-transform: rotateX(30deg);
    -moz-transform: rotateX(30deg);
    transform: rotateX(30deg);
  }

  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
  }

  75% {
    -webkit-transform: rotateY(30deg);
    -moz-transform: rotateY(30deg);
    transform: rotateY(30deg);
  }

  100% {
    -webkit-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotate(20deg);
    transform: rotateZ(20deg);
  }
}

@keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    -moz-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }

  25% {
    -webkit-transform: rotateX(30deg);
    -moz-transform: rotateX(30deg);
    transform: rotateX(30deg);
  }

  50% {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
  }

  75% {
    -webkit-transform: rotateY(30deg);
    -moz-transform: rotateY(30deg);
    transform: rotateY(30deg);
  }

  100% {
    -webkit-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}

@-moz-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}

@-ms-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}

@-webkit-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    -moz-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    transform: translate3d(15%, 0, 0) rotateZ(10deg);
  }

  100% {
    -webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
  }
}

@-moz-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    -moz-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    transform: translate3d(15%, 0, 0) rotateZ(10deg);
  }

  100% {
    -webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
  }
}

@-ms-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    -moz-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    transform: translate3d(15%, 0, 0) rotateZ(10deg);
  }

  100% {
    -webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
  }
}

@keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    -moz-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    transform: translate3d(15%, 0, 0) rotateZ(10deg);
  }

  100% {
    -webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    -moz-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }

  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
}

@-moz-keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }

  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
}

@-ms-keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -ms-transform: rotate(10deg);
    transform: rotateZ(10deg);
  }

  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotateZ(-10deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }

  100% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
}

/* ----------------------------------------------------
    End Animation
---------------------------------------------------- */

/* ----------------------------------------------------
    Breadcurmb Area
---------------------------------------------------- */
.ltn__breadcrumb-area {
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
  padding-top: 15px;
  padding-bottom: 50px;
  z-index: 2;
}

.ltn__breadcrumb-area-slider {
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
  margin-top: -150px;
  padding-bottom: 50px;
  z-index: 2;
}


.ltn__breadcrumb-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-light-transparent);
  backdrop-filter: blur(5px);
}
.ltn__breadcrumb-list {
  margin-top: 20px;
}

.ltn__breadcrumb-list ul {
  margin: 0;
  padding: 0;
}

.ltn__breadcrumb-list ul li {
  display: inline-block;
  margin-right: 13px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  margin-top: 5px;
  color: var(--ltn__paragraph-color);
}

.ltn__breadcrumb-list ul li:last-child {
  margin-right: 0;
  color: var(--ltn__paragraph-color);
}

.ltn__breadcrumb-list ul li:after {
  position: absolute;
  content: "\f054";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 9px;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ltn__breadcrumb-list ul li:last-child:after {
  display: none;
}

.ltn__page-title {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 0;
}

.ltn__breadcrumb-color-white .ltn__breadcrumb-list li {
  color: var(--ltn__color-1);
}

.ltn__breadcrumb-color-white .ltn__breadcrumb-list li:last-child {
  color: var(--ltn__secondary-color);
}

/* breadcrumb-area-4 */
.ltn__breadcrumb-inner-4 .section-title-area {
  margin-bottom: 0;
}

.ltn__breadcrumb-inner-4 .ltn__breadcrumb-list ul li:last-child {
  opacity: 0.5;
}

.ltn__breadcrumb-area #preorder-ctn .ltn__preorder-area {
  margin-top: 0;
}

.ltn__breadcrumb-area #preorder-ctn .ltn__preorder-item-box-wrap {
  box-shadow: none;
  padding: 30px 0 0 0;
}

@media (max-width: 767px) {
  .ltn__breadcrumb-area-2 {
    padding-top: 240px;
    padding-bottom: 80px;
  }

  .ltn__breadcrumb-inner-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
  }

  .ltn__breadcrumb-inner-2 .ltn__breadcrumb-list {
    margin-left: 0;
  }

  .ltn__breadcrumb-list ul li {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .ltn__page-title {
    font-size: 24px;
  }
}

/* ----------------------------------------------------
    END Breadcurmb Area
---------------------------------------------------- */


/* --------------------------------------------------------------
    Widgets
-------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
  position: relative;
}

.widget:last-child {
  margin-bottom: 0;
}

.ltn__widget-title {
  font-size: 18px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--brown-extralight);
  text-transform: capitalize;
  padding-bottom: 5px;
  font-weight: 500;
}

.ltn__widget-title-border {
  position: relative;
  padding-left: 45px;
}

.ltn__widget-title-border::after,
.ltn__widget-title-border::before {
  position: absolute;
  content: "";
  background-color: var(--ltn__secondary-color);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.ltn__widget-title-border::before {
  width: 18px;
  height: 4px;
  border-radius: 25px;
}

.ltn__widget-title-border::after {
  width: 4px;
  height: 4px;
  left: 22px;
  border-radius: 100%;
}

/* widget-2 */
.widget-2 {
  margin-bottom: 40px;
}

.blog-sidebar .widget {
  margin-bottom: 40px;
  border: 4px solid var(--brown-extralight);
  background-color: var(--body-background);
  padding: 25px;
  border-radius: 10px;
}

.blog-sidebar .widget ul {
  list-style: none;
  padding: 0;
}

.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

/* Search Widget */
.ltn__search-widget form {
  position: relative;
}

.ltn__search-widget input[type="text"]::-webkit-input-placeholder {
  color: var(--ltn__primary-color);
  font-size: 12px;
}

@media (max-width: 1200px) {
  .ltn__search-widget input[type="text"] {
    font-size: 14px;
    border-radius: 10px;
  }
}

.ltn__search-widget button:hover {
  color: var(--ltn__secondary-color);
}

/* Newsletter Widget */
.newsletter-area * {
  color: var(--white);
}

/* Tag Cloud Widget */
.ltn__tagcloud-widget ul {
  margin: 0;
  padding: 0;
}

.ltn__tagcloud-widget ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.ltn__tagcloud-widget ul li::before {
  position: absolute;
  content: "";
  right: -12px;
  top: 50%;
  width: 1px;
  height: 18px;
  background-color: var(--brown-dark);
  -webkit-transform: translateY(-50%) rotate(20deg);
  -ms-transform: translateY(-50%) rotate(20deg);
  transform: translateY(-50%) rotate(20deg);
}

.ltn__tagcloud-widget ul li:last-child::before {
  display: none;
}

.ltn__tagcloud-widget ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--ltn__paragraph-font);
}

.ltn__tagcloud-widget ul li a:hover {
  color: var(--ltn__secondary-color);
}

.ltn__size-widget ul {
  margin: 0;
  padding: 0;
}

.ltn__size-widget ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  margin-top: 0;
}

.ltn__size-widget ul li:last-child {
  margin-right: 0;
}

.ltn__size-widget ul li a {
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--ltn__paragraph-font);
}

.ltn__size-widget ul li a:hover {
  color: var(--ltn__secondary-color);
}

/* Color Widget */
.ltn__color-widget ul {
  padding: 0;
  margin: 0;
}

.ltn__color-widget ul li {
  list-style: none;
  display: inline-block;
  margin-top: 3px;
  margin-right: 5px;
  background-color: var(--section-bg-1);
  border: 1px solid var(--border-color-1);
  height: 30px;
  width: 30px;
  border-radius: 100%;
}

.ltn__color-widget ul li a {
  display: block;
}

.ltn__color-widget ul li:hover {
  outline: 2px solid var(--ltn__secondary-color);
  outline-offset: 1px;
}

.ltn__color-widget ul .theme {
  background-color: var(--ltn__secondary-color);
}

.ltn__color-widget ul .black {
  background-color: var(--black);
}

.ltn__color-widget ul .white {
  background-color: var(--white);
}

.ltn__color-widget ul .red {
  background-color: var(--red);
}

.ltn__color-widget ul .silver {
  background-color: var(--silver);
}

.ltn__color-widget ul .gray {
  background-color: var(--gray);
}

.ltn__color-widget ul .maroon {
  background-color: var(--maroon);
}

.ltn__color-widget ul .yellow {
  background-color: var(--yellow);
}

.ltn__color-widget ul .olive {
  background-color: var(--olive);
}

.ltn__color-widget ul .lime {
  background-color: var(--lime);
}

.ltn__color-widget ul .green {
  background-color: var(--green);
}

.ltn__color-widget ul .green-2 {
  background-color: var(--green-2);
}

.ltn__color-widget ul .aqua {
  background-color: var(--aqua);
}

.ltn__color-widget ul .teal {
  background-color: var(--teal);
}

.ltn__color-widget ul .blue {
  background-color: var(--blue);
}

.ltn__color-widget ul .blue-2 {
  background-color: var(--blue-2);
}

.ltn__color-widget ul .navy {
  background-color: var(--navy);
}

.ltn__color-widget ul .fuchsia {
  background-color: var(--fuchsia);
}

.ltn__color-widget ul .purple {
  background-color: var(--purple);
}

.ltn__color-widget ul .pink {
  background-color: var(--pink);
}

.ltn__color-widget ul .nude {
  background-color: var(--nude);
}

.ltn__color-widget ul .orange {
  background-color: var(--orange);
}

/* Menu Widget */
.ltn__menu-widget>ul {
  padding: 0;
  margin: 0;
}

.ltn__menu-widget>ul li {
  list-style: none;
  margin-top: 10px;
  font-family: var(--ltn__paragraph-font);
}

.ltn__menu-widget>ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.ltn__menu-widget>ul li a span {
  float: right;
  color: var(--ltn__color-1);
}


/* Popular Post Widget */
.ltn__popular-post-widget ul {
  padding: 0;
  margin: 0;
}

.ltn__popular-post-widget ul li {
  list-style: none;
}

.ltn__popular-post-widget>ul>li {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color-1);
  padding-bottom: 30px;
}

.ltn__popular-post-widget>ul>li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0px;
}

.popular-post-widget-img {
  float: left;
  margin-right: 20px;
}

.popular-post-widget-img img {
  max-width: 80px;
  border-radius: 5px;
}

.popular-post-widget-brief {
  overflow: hidden;
}

.popular-post-widget-brief .ltn__blog-title {
  margin-bottom: 5px;
  font-size: 14px;
}

.popular-post-widget-brief .blog-title-line {
  padding-bottom: 15px;
}

.popular-post-widget-brief .blog-title-line::before {
  width: 30px;
}

.popular-post-widget-brief .ltn__blog-meta {
  margin-bottom: 0;
}

.popular-post-widget-brief .ltn__blog-meta li {
  color: var(--ltn__secondary-color);
}

/* Top Rated Product Widget */
.ltn__top-rated-product-widget ul {
  padding: 0;
  margin: 0;
}

.ltn__top-rated-product-widget ul li {
  list-style: none;
}

.ltn__top-rated-product-widget>ul>li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid;
  border-color: var(--white-4);
}

.ltn__top-rated-product-widget>ul>li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.top-rated-product-img {
  max-width: 70px;
  float: left;
  margin-right: 18px;
}

.top-rated-product-info {
  overflow: hidden;
}

.top-rated-product-info h6 {
  margin-bottom: 3px;
  font-weight: 400;
}

.top-rated-product-info .product-ratting {
  margin-bottom: 0;
}

.top-rated-product-info .product-ratting li {
  font-size: 12px;
}

.top-rated-product-info .product-price {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--ltn__secondary-color);
  font-weight: 500;
}

.price_filter .ui-widget-content {
  background-color: var(--ltn__primary-color);
  border: medium none;
  color: #222;
  height: 3px;
  width: 98%;
  background-image: none;
}

.price_filter .ui-slider .ui-slider-range {
  background-color: var(--ltn__secondary-color);
  background-image: none;
}

.price_filter .ui-state-default,
.price_filter .ui-widget-content .ui-state-default,
.price_filter .ui-widget-header .ui-state-default {
  background-color: var(--ltn__secondary-color);
  border: medium none;
  border-radius: 100%;
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  top: 50%;
  width: 12px;
  background-image: none;
}

@media (min-width: 992px) and (max-width: 1199px) {

  .blog-sidebar .widget {
    margin-bottom: 40px;
    padding: 30px 20px;
  }

  .blog-sidebar .popular-post-widget-img img {
    max-width: 70px;
  }
}

@media (max-width: 1199px) {

  .top-rated-product-img {
    max-width: 70px;
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .ltn__right-sidebar {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .car-price-filter-range .price_filter .ui-state-default:last-child::after {
    display: none;
  }
}


/* --------------------------------------------------------------
    Header
-------------------------------------------------------------- */
.ltn__header-area {
  z-index: 999;
  position: relative;
}

/* ----------------------------------------------
    Header Top Area
---------------------------------------------- */

/* welcome */
.welcome p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 40px;
}

/* ----------------------------------------------
    Header Middle Area
---------------------------------------------- */
.header-top-area {
  z-index: 999;
}

.header-top-area>.container-fluid>.row,
.header-top-area>.container>.row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header-top-area>.container-fluid>.row>.col,
.header-top-area>.container>.row>.col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 1;
  position: static;
}

.site-logo {
  min-width: 185px;
  max-width: 230px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
}

.site-logo a {
  color: var(--ltn__primary-color);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  display: contents;
}

.header-top-area .site-logo img {
  width: 100%;
  height: 100%;
}

.ltn__utilize-menu-head .site-logo {
  width: 100%;
}

.ltn__header-1 .header-top-area {
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-logo.affiliate {
  max-width: 300px;
  min-width: 290px;
}

.site-logo.affiliate a {
  display: block;
}

.site-logo.affiliate img {
  max-height: 80px;
  width: auto;
}

.site-logo.affiliate i {
  margin: 0 10px;
  background-color: var(--brown-extralight);
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 50px;
  margin-top: 7px;
  box-shadow: var(--ltn__box-shadow-3);
}

.site-logo.affiliate.mobile {
  max-width: 300px;
  min-width: unset;
}

/* ----------------------------------------------
    Header Mid Area 
---------------------------------------------- */
.header-mid-area {
  background-color: var(--brown-extralight);
  text-align: center;
  padding: 8px;
}

/* ----------------------------------------------
    Header Bottom Area 
---------------------------------------------- */
.header-bottom-area {
  border-top: 1px solid var(--brown-extralight);
  border-radius: 0 0 10px 10px;
}

.header-bottom-area .row {
  position: relative;
}

.header-bottom-area .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-logo {
  max-width: 200px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  height: 100%;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: none;
}

.sticky-logo .site-logo {
  min-width: 160px;
  width: 160px;
}

.header-menu-2 {
  text-align: center;
}

.header-menu-2 .ltn__main-menu>ul {
  display: inline-block;
}

/* ----------------------------------------------
    Header Feature Area
---------------------------------------------- */
.header-feature-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  position: relative;
  margin-right: 50px;
  padding: 0 15px 0 0;
  border-radius: 50px;
}

.header-feature-item:last-child {
  margin-right: 0;
  border: 2px solid var(--brown-dark);
}

.header-feature-item h6 {
  margin-bottom: 0;
  color: var(--brown-dark);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}

.header-feature-item p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--ltn__heading-font);
  transition: .3s all;
}

.header-feature-item:hover p {
  color: var(--ltn__secondary-color);
}

.header-feature-item small {
  position: absolute;
  font-size: 9px;
  top: 107%;
  left: 55px;
}

.header-feature-icon {
  margin: 0 5px 0 -1px;
  border-radius: 50px;
  font-size: 15px;
  padding: 7px 15px 7px 12px;
  line-height: 1;
  color: #F2F2F2;
  background-color: var(--brown-dark);
}

/* ----------------------------------------------
    Main Menu
---------------------------------------------- */
.header-menu-wrap,
.header-menu-column {
  position: inherit;
}

.ltn__main-menu ul {
  margin-bottom: 0;
}

.ltn__main-menu>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.ltn__main-menu li {
  list-style: none;
  display: block;
  margin-top: 0;
}

.ltn__main-menu li>a {
  position: relative;
}

.ltn__main-menu .menu-see-all {
  color: var(--ltn__secondary-color);
}

.ltn__main-menu>ul>li {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}

.ltn__main-menu>ul>li:last-child {
  margin-right: 0px;
}

.ltn__main-menu>ul>li>a {
  font-size: 14px;
  padding: 22px 10px;
  display: inline-block;
  white-space: nowrap;
  font-weight: 600;
  font-family: var(--ltn__heading-font);
  text-transform: uppercase;
  color: var(--brown-dark);
}

.ltn__main-menu li:hover>a {
  color: var(--ltn__secondary-color);
}

/* Submenu */
.ltn__main-menu li>ul,
.ltn__main-menu .sub-menu {
  position: absolute;
  margin: 0;
  top: 130%;
  -webkit-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
  -o-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
  transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
  min-width: 230px;
  padding: 15px 0;
  -webkit-box-shadow: 0 20px 20px 0 rgba(23, 44, 82, 0.1);
  box-shadow: 0 20px 20px 0 rgba(23, 44, 82, 0.1);
  background-color: var(--white);
  left: inherit;
  right: inherit;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  z-index: 999;
  border-top: 2px solid var(--ltn__secondary-color);
  border-radius: 0 0 10px 10px;
}

.ltn__main-menu li ul li,
.ltn__main-menu .sub-menu li {
  line-height: 1.3;
  padding: 12px 25px 12px 30px;
  font-size: 14px;
}

.mega-menu li ul {
  border-top: 0;
}

.mega-menu li ul li {
  padding-left: 10px;
  padding-right: 0;
}

.ltn__main-menu li:hover>ul,
.ltn__main-menu li:hover>.sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.ltn__main-menu li ul li>ul,
.ltn__main-menu .sub-menu li>.sub-menu {
  left: 100%;
}

.ltn__main-menu li ul li:hover>ul,
.ltn__main-menu .sub-menu li:hover>.sub-menu {
  top: 0;
}

.ltn__main-menu li ul li,
.ltn__main-menu .sub-menu li {
  position: relative;
}

.ltn__main-menu>ul>li:last-child ul li>ul,
.ltn__main-menu>ul>li:last-child .sub-menu li>.sub-menu,
.ltn__main-menu>ul>li:nth-last-child(2) ul li>ul,
.ltn__main-menu>ul>li:nth-last-child(2) .sub-menu li>.sub-menu,
.ltn__main-menu>ul>li:nth-last-child(3) ul li>ul,
.ltn__main-menu>ul>li:nth-last-child(3) .sub-menu li>.sub-menu {
  left: auto;
  right: 100%;
}

/* Menu Reverse */
.ltn__main-menu>ul>li:last-child,
.ltn__main-menu>ul>li:nth-last-child(2) {
  position: relative;
}

.ltn__main-menu>ul>li:last-child>ul,
.ltn__main-menu>ul>li:last-child>.sub-menu,
.ltn__main-menu>ul>li:nth-last-child(2)>ul,
.ltn__main-menu>ul>li:nth-last-child(2)>.sub-menu {
  left: auto;
  right: 0;
}

/* Mega Menu */
.ltn__main-menu .mega-menu {
  left: 0;
  right: auto;
  overflow: hidden;
}

.mega-menu>li {
  float: left;
  padding-bottom: 0 !important;
  min-width: 250px !important;
}

.mega-menu>li {
  min-width: 220px;
}

.ltn__main-menu li:hover ul.mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaley(1);
  -ms-transform: scaley(1);
  transform: scaley(1);
}

.mega-menu li ul,
.mega-menu li .sub-menu {
  left: 0% !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: inherit;
}

/* .ltn__main-menu li:hover .mega-menu li ul */
.ltn__main-menu li .mega-menu>li>ul,
.ltn__main-menu li .mega-menu .sub-menu {
  top: 0;
}

.ltn__main-menu li:hover .mega-menu>li>ul,
.ltn__main-menu li:hover .mega-menu .sub-menu {
  opacity: 1;
  visibility: visible;
}

.mega-menu>li>a {
  margin-left: 0;
  border-bottom: 1px dashed #ddd;
  display: block;
  font-weight: 500;
  padding: 10px;
  background-color: var(--section-bg-1);
}

.mega-menu.column-1,
.mega-menu.column-2 {
  left: auto;
}

.mega-menu.column-2>li {
  min-width: 50%;
  width: 50%;
}

.mega-menu.column-3>li {
  min-width: 33.33%;
  width: 33.33%;
}

@media (min-width: 991px) {

  .mega-menu.column-4>li,
  .mega-menu.column-5>li,
  .mega-menu.column-6>li,
  .mega-menu.column-7>li,
  .mega-menu.column-8>li,
  .mega-menu.column-9>li,
  .mega-menu.column-10>li,
  .mega-menu.column-11>li,
  .mega-menu.column-12>li {
    min-width: 25%;
    width: 25%;
  }
}

@media (max-width: 991px) {

  .mega-menu.column-2>li,
  .mega-menu.column-3>li,
  .mega-menu.column-4>li,
  .mega-menu.column-5>li,
  .mega-menu.column-6>li,
  .mega-menu.column-7>li,
  .mega-menu.column-8>li,
  .mega-menu.column-9>li,
  .mega-menu.column-10>li,
  .mega-menu.column-11>li,
  .mega-menu.column-12>li {
    min-width: 50%;
    width: 50%;
  }
}

@media (max-width: 767px) {

  .mega-menu.column-2>li,
  .mega-menu.column-3>li,
  .mega-menu.column-4>li,
  .mega-menu.column-5>li,
  .mega-menu.column-6>li,
  .mega-menu.column-7>li,
  .mega-menu.column-8>li,
  .mega-menu.column-9>li,
  .mega-menu.column-10>li,
  .mega-menu.column-11>li,
  .mega-menu.column-12>li {
    min-width: 100%;
    width: 100%;
  }
}

/* Mega menu submenu submenu */
.mega-menu li ul li ul {
  left: 100% !important;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
}

.mega-menu li ul li:hover>ul {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 991px) {
  .mega-menu-parent {
    position: inherit !important;
  }
}

/* Menu Icon */
.menu-icon>a {
  position: relative;
}

.menu-icon>a::before {
  content: "\f067";
  font-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  display: none;
}

.menu-home-link {
  padding: 0;
}

.menu-home-link i {
  font-weight: 600;
}
.menu-home-link.active {
  color: var(--ltn__secondary-color);
}

/* Menu Item Badge */
.menu-item-badge {
  position: absolute;
  left: -8px;
  top: -10px;
  font-size: 10px;
  padding: 0 3px;
  background-color: var(--ltn__secondary-color);
  color: var(--white);
  border-radius: 2px;
  text-transform: uppercase;
}

/* Menu Porduct Item */
.menu-product-item {
  margin-bottom: 30px;
  margin-top: 15px;
  border: 2px solid;
  border-color: var(--border-color-8);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.menu-product-item .product-info {
  padding: 25px 15px 15px;
  padding-top: 0;
}

.menu-product-item .product-title{
  font-size: 16px;
  margin-bottom: 5px;
}

.menu-product-item .product-price {
  font-size: 16px;
  color: var(--ltn__secondary-color);
  font-weight: 600;
}

.menu-product-item .product-price del {
  font-size: 15px;
  opacity: 0.5;
  color: var(--gray);
}

.menu-product-item:hover {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
}

/* ----------------------------------------------
    Header Options
---------------------------------------------- */
.ltn__header-options>ul {
  padding: 0;
  margin: 0 0 5px 0;
  display: flex;
  align-items: baseline;
  list-style: none;
}

.ltn__header-options>ul>li {
  margin-right: 17px;
  margin-top: 0;
}

.ltn__header-options>ul>li:has(.header-search-wrap) {
  margin-right: 20px;
}

.ltn__header-options>ul>li:last-child {
  margin-right: 0;
}

.ltn__header-options {
  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;
}

.ltn__header-options>div {
  margin-right: 20px;
}

.ltn__header-options>div:last-child {
  margin-right: 0;
}

.ltn__header-options i {
  font-size: 23px;
}

.ltn__header-options-color-white .mini-cart-icon-2>a .mini-cart-icon i {
  color: var(--white);
}

.ltn__header-options-color-white .mini-cart-icon-2>a .mini-cart-icon sup {
  background-color: var(--white);
  color: var(--ltn__secondary-color);
}

.ltn__header-options-color-white .mini-cart-icon-2>a h6 {
  color: var(--white);
}

.ltn__header-options-color-white .mini-cart-icon-2>a h6 span {
  color: var(--white) !important;
}

/* USER MENU */
.ltn__drop-menu {
  display: inline-block;
  text-align: left;
}

.ltn__drop-menu ul {
  margin-bottom: 0;
  padding: 0;
}

.ltn__drop-menu li {
  margin-top: 0;
}

.ltn__drop-menu>ul>li>a {
  padding: 0;
}

.ltn__drop-menu>ul>li {
  display: inline-block;
  position: relative;
}

.ltn__drop-menu ul li:hover>a {
  color: var(--ltn__secondary-color);
}

.ltn__drop-menu>ul>li>a {
  display: block;
  text-decoration: none;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}

.ltn__drop-menu .user-menu li i {
  font-size: 15px;
}

.ltn__drop-menu ul li ul.user-menu {
  position: absolute;
  min-width: 150px;
  width: max-content;
  max-width: 350px;
  left: -62px;
  background-color: var(--body-background);
  z-index: 99999;
  -webkit-box-shadow: var(--ltn__box-shadow-4);
  box-shadow: var(--ltn__box-shadow-4);
  padding: 10px 0;
  margin: 0;
  -webkit-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
  -o-transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
  transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  border-top: 3px solid var(--custom-green);
}

.ltn__drop-menu ul li ul.user-menu li {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 400;
}

/* Desktop */
@media (min-width: 575px) {
  .ltn__drop-menu ul li:hover ul.user-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .ltn__drop-menu ul li ul.user-menu.usermenu-open {
    min-width: 200px;
    top: -129px;
    left: -65px;
    opacity: 1;
    visibility: visible;
    border-radius: 10px 10px 0 0;
    background-color: var(--brown-extralight);
    box-shadow: var(--ltn__box-shadow-9);
    -webkit-box-shadow: var(--ltn__box-shadow-9);
    -moz-box-shadow: var(--ltn__box-shadow-9); 
  }
}

/* ----------------------------------------------
    Mini Cart
---------------------------------------------- */
.ltn__mini-cart ul {
  margin: 0;
  padding: 0;
}

.mini-cart-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
  cursor: pointer;
  color: var(--brown-dark);
}

.mini-cart-icon i {
  font-size: 18px;
}

.mini-cart-icon sup {
  font-size: 14px;
  font-weight: 600;
}

.mini-cart-icon-2>a .mini-cart-icon i {
  color: var(--brown-dark);
  font-size: 22px;
}

.mini-cart-icon-2>a .mini-cart-icon sup {
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color: var(--ltn__secondary-color);
  color: var(--white);
  text-align: center;
  border-radius: 100%;
  right: 8px;
  top: -8px;
}

.mini-cart-icon-2>a h6 {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  line-height: 20px;
  font-weight: 500;
  color: var(--brown-dark);
  font-size: 12px;
  text-transform: uppercase;
}

.mini-cart-header h5 {
  margin-bottom: 0;
}

.mini-cart-product-area {
  max-height: calc(100% - (60px + 245px));
}

.ltn__utilize-cart-menu .ltn__mini-cart {
  max-height: calc(100% - (60px + 245px));
}

.mini-cart-item {
  padding-top: 20px;
  padding-left: 10px;
  margin-bottom: 20px;
  border-top: 1px solid var(--border-color-1);
}

.mini-cart-item:first-child {
  border-top: 0;
}

.mini-cart-img {
  float: left;
  width: 80px;
  margin-right: 15px;
  position: relative;
}

.mini-cart-img img {
  background-color: var(--section-bg-1);
}

.mini-cart-info {
  overflow: hidden;
}

.mini-cart-info h6 {
  margin-bottom: 5px;
  font-size: 14px;
  color: var(--brown-dark);
  font-weight: 600;
}

.mini-cart-info .mini-cart-quantity {
  font-size: 14px;
  font-weight: 400;
}

.mini-cart-item-delete {
  position: absolute;
  left: -8px;
  top: -8px;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  display: block;
  line-height: 20px;
  background-color: #fff;
  text-align: center;
  font-size: 10px;
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mini-cart-item-delete:hover {
  background-color: var(--red);
  color: #fff;
}

.mini-cart-footer {
  margin-top: 25px;
}

.mini-cart-footer p {
  font-size: 14px;
  margin-bottom: 0;
}

.mini-cart-sub-total {
  border-top: 1px solid var(--border-color-1);
  border-bottom: 1px solid var(--border-color-1);
  padding: 15px 0;
}

.mini-cart-sub-total h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.mini-cart-sub-total span {
  color: var(--ltn__secondary-color);
}

.mini-cart-footer .btn-wrapper {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0 15px;
}

.mini-cart-footer .btn-wrapper .btn {
  margin-bottom: 5px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 13px;
  width: 100%;
}

/* ----------------------------------------
  Header Searchbox
---------------------------------------- */
.header-search-1 {
  cursor: pointer;
  display: inline-block;
}

.header-search-1 .search-icon {
  text-align: center;
  font-size: 18px;
  transition: all .2s ease-in-out;
}

.header-search-1.search-open .search-icon {
  transform: translate(2px, 5px);
}
.header-search-1.mobile.search-open .search-icon {
  width: 25px;
  height: 25px;  
}
.header-search-1.desktop.search-open .search-icon {
  width: 22px;
  height: 22px;  
}

.header-search-1.mobile.search-open .search-icon:before,
.header-search-1.mobile.search-open .search-icon:after {
  top: 5px;
  right: 9px;
}

.header-search-1.desktop.search-open .search-icon:before,
.header-search-1.desktop.search-open .search-icon:after {
  top: 3px;
  right: 7.5px;
}

.header-search-1.search-open .search-icon:after {
  transform: rotate(45deg);
}

.header-search-1 .search-icon {
  background: transparent;
  border: 3px solid var(--ltn__paragraph-color);
  display: block;
  border-radius: 15px;
  position: relative;
}
.header-search-1.mobile .search-icon {
  width: 18px;
  height: 18px;
}
.header-search-1.desktop .search-icon {
  width: 17px;
  height: 17px;
}

.header-search-1 .search-icon:before,
.header-search-1 .search-icon:after {
  width: 2px;
  height: 11px;
  display: block;
  content: '';
  background: var(--ltn__paragraph-color);
  position: absolute;
  transform: rotate(-45deg);
  transition: all .2s ease-in-out;
}
  
.header-search-1.mobile .search-icon:before,
.header-search-1.mobile .search-icon:after {
  top: 11px;
  right: -3px;
}

.header-search-1.desktop .search-icon:before,
.header-search-1.desktop .search-icon:after {
  top: 10px;
  right: -3px;
}
  
.header-search-wrap {
  position: relative;
}

.header-search-1-form {
  background-color: var(--body-background);
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
  height: 0;
  margin-right: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  border-radius: 10px;
  top: 170%;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  width: 320px;
  z-index: 9999;
}

.header-search-1-form form {
  position: relative;
  margin: 15px 15px 0;
}

.header-search-1-form input {
  margin: 0;
}

.search-icon {
  position: relative;
}

.search-icon .for-search-close {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.search-open.header-search-1-form {
  height: 80px;
}

.search-open .for-search-show {
  opacity: 0;
  visibility: hidden;
}

.search-open .for-search-close {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .header-search-wrap {
    position: inherit;
  }

  .header-search-1-form {
    top: 100%;
  }

  .header-search-1-form {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
  }
}

/* ----------------------------------------------
    Header Sticky
---------------------------------------------- */
.sticky-active {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: var(--white);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.ltn__header-3 .header-bottom-area.sticky-active,
.ltn__header-4 .header-top-area.sticky-active,
.ltn__header-5 .header-top-area.sticky-active {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Sticky Background Black */
.sticky-active.ltn__sticky-bg-black {
  background-color: var(--section-bg-2);
}

.sticky-active.ltn__sticky-bg-black .ltn__main-menu>ul>li>a,
.sticky-active.ltn__sticky-bg-black .header-wishlist a,
.sticky-active.ltn__sticky-bg-black .mini-cart-icon,
.sticky-active.ltn__sticky-bg-black .header-feature-item h6,
.sticky-active.ltn__sticky-bg-black .header-feature-item p,
.sticky-active.ltn__sticky-bg-black .header-feature-icon,
.sticky-active.ltn__sticky-bg-black .header-search-1 .search-icon,
.sticky-active.ltn__sticky-bg-black .ltn__header-options .ltn__drop-menu>ul>li>a {
  color: var(--white);
}

.sticky-active.ltn__sticky-bg-black .ltn__header-options-2 .header-search-1,
.sticky-active.ltn__sticky-bg-black .ltn__header-options-2 .header-search-1 i,
.sticky-active.ltn__sticky-bg-black .ltn__header-options-2 .ltn__drop-menu>ul>li>a,
.sticky-active.ltn__sticky-bg-black .ltn__header-options-2 .mini-cart-icon a,
.sticky-active.ltn__sticky-bg-black .ltn__header-options-2 .header-wishlist {
  background: var(--white);
  color: var(--ltn__heading-color);
}

/* Sticky Background White */
.sticky-active.ltn__sticky-bg-white {
  background-color: var(--white);
}

.sticky-active.ltn__sticky-bg-white .ltn__header-options-2 .header-search-1,
.sticky-active.ltn__sticky-bg-white .ltn__header-options-2 .header-search-1 i,
.sticky-active.ltn__sticky-bg-white .ltn__header-options-2 .ltn__drop-menu>ul>li>a,
.sticky-active.ltn__sticky-bg-white .ltn__header-options-2 .mini-cart-icon a,
.sticky-active.ltn__sticky-bg-white .ltn__header-options-2 .header-wishlist {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
  background: var(--white);
  color: var(--ltn__heading-color);
}

.ltn__header-2 .sticky-active .row .col,
.ltn__header-3 .sticky-active .row .col {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: center !important;
}

.ltn__header-2 .sticky-active .sticky-logo,
.ltn__header-3 .sticky-active .sticky-logo {
  display: block;
}

.ltn__header-2 .sticky-active .header-menu-2,
.ltn__header-3 .sticky-active .header-menu-2 {
  text-align: right;
}

.ltn__header-3 .header-top-area {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-contact-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ----------------------------------------
  Utilize Mobile Menu
---------------------------------------- */
.ltn__utilize {
  position: fixed;
  z-index: 1000;
  top: 10px;
  right: 10px;
  left: auto;
  display: block;
  overflow: hidden;
  width: 380px;
  height: max-content;
  border-radius: 20px;
  padding: 20px 10px 20px 30px;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  background-color: var(--white);
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 99999;
}

.ltn__utilize.ltn__utilize-mobile-menu {
  right: auto;
  left: 10px;
  height: calc(100% - 20px);
  padding: 50px 20px 25px 30px;
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  transform: translateX(-105%);
}

.ltn__utilize-menu-inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-touch-action: auto;
  touch-action: auto;
  overflow-x: hidden !important;
  padding-right: 20px;
}

.ltn__utilize-mobile-menu .ltn__utilize-menu-inner {
  height: 88vh;
}

.ltn__utilize-menu-search-form {
  margin-bottom: 30px;
  position: relative;
}

.ltn__utilize-menu-search-form input[type="text"] {
  margin-bottom: 0;
}

.ltn__utilize-menu>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ltn__utilize-menu>ul>li {
  position: relative;
}

.ltn__utilize-menu>ul>li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}

.ltn__utilize-menu>ul>li .menu-expand::before,
.ltn__utilize-menu>ul>li .menu-expand::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  width: 14px;
  height: 2px;
  content: "";
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  background-color: var(--brown-mid);
}

.ltn__utilize-menu>ul>li .menu-expand:hover::before,
.ltn__utilize-menu>ul>li .menu-expand:hover::after {
  background-color: var(--custom-green);
}

.ltn__utilize-menu>ul>li .menu-expand::after {
  -webkit-transform: rotate(90deg) scale(0.75);
  -ms-transform: rotate(90deg) scale(0.75);
  transform: rotate(90deg) scale(0.75);
}

.ltn__utilize-menu>ul>li>a {
  display: block;
  padding: 8px 24px 8px 0;
  text-transform: uppercase;
  font-weight: 600;
}

.ltn__utilize-menu>ul>li .sub-menu {
  position: static;
  top: auto;
  max-height: 0;
  overflow: hidden;
  visibility: visible;
  width: 100%;
  min-width: auto;
  padding: 0;
  padding-left: 15px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: all .5s;
}

.ltn__utilize-menu>ul>li .sub-menu li {
  line-height: inherit;
  position: relative;
  list-style: none;
}

.slideInUp {
  max-height: 350px !important;
}

.ltn__utilize-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: .3s all;
  cursor: pointer;
}

.overlay-fadeInCustom {
  visibility: visible !important;
  opacity: 1 !important;
}

.ltn__utilize.ltn__utilize-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.ltn__utilize.ltn__utilize-mobile-menu.ltn__utilize-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu-toggle>a {
  width: 24px;
  height: 32px;
  position: relative;
  display: flex;
  color: var(--brown-dark);
  margin-left: auto;
}

.mobile-menu-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 60px;
  margin-top: -2px;
  margin-left: -2px;
  cursor: pointer;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-53%, -50%, 0);
}

.mobile-menu-toggle svg path {
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  fill: none;
  stroke: var(--brown-dark);
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 30px;
}

.mobile-menu-toggle svg path#top,
.mobile-menu-toggle svg path#bottom {
  stroke-dasharray: 240px 950px;
}

.mobile-menu-toggle svg path#middle {
  stroke-dasharray: 240px 240px;
}

.mobile-menu-toggle .close svg path#top,
.mobile-menu-toggle .close svg path#bottom {
  stroke-dasharray: -650px;
  stroke-dashoffset: -650px;
}

.mobile-menu-toggle .close svg path#middle {
  stroke-dasharray: 1px 220px;
  stroke-dashoffset: -115px;
}

.ltn__utilize-menu-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.ltn__utilize-menu-head .ltn__utilize-menu-title {
  font-weight: 600;
  text-transform: uppercase;
}

.ltn__utilize-menu-head .ltn__utilize-close {
  background-color: transparent;
  font-size: 30px;
  padding: 0 15px;
  color: var(--brown-dark);
}

.ltn__utilize-buttons {
  border-top: 1px solid var(--border-color-1);
  padding: 5px 0px 20px;
  margin: 30px 0 15px;
  border-bottom: 1px solid var(--border-color-1);
}

.ltn__utilize-buttons ul {
  padding: 0;
  margin: 0;
}

@media (max-width: 575px) {

  .ltn__utilize-menu-search-form {
    display: none;
  }

  .ltn__utilize-buttons {
    margin: 15px 0 15px;
    border-bottom: none;
  }
  
  .ltn__utilize-buttons ul {
    display: none;
  }
}

.ltn__utilize-buttons ul li {
  display: inline-block;
}

.ltn__utilize-buttons ul li a {
  display: flex;
  align-items: center;
}

.ltn__utilize-buttons .utilize-btn-icon {
  width: 45px;
  line-height: 46px;
  margin-right: 10px;
  border-radius: 50px;
  font-size: 22px;
}

.ltn__utilize-buttons-2 ul li {
  display: block;
}

@media (max-width: 479px) {

  .ltn__utilize-menu-head {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .mini-cart-footer .btn-wrapper {
    padding: 20px 0 10px;
  }
}

@media (max-width: 400px) {
  .ltn__utilize {
    width: 94%;
    padding: 15px 10px 15px 30px;
  }
}

/* ----------------------------------------
  Responsive
---------------------------------------- */
@media (min-width: 1200px) and (max-width: 1300px) {
  .ltn__main-menu>ul>li {
    margin-right: 15px;
  }

  .ltn__main-menu>ul>li:last-child {
    margin-right: 0;
  }

  .ltn__main-menu>ul>li>a {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {

  .ltn__main-menu>ul>li>a {
    padding: 20px 15px;
    font-size: 13px;
  }

  .ltn__main-menu>ul>li {
    margin-right: 10px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .site-logo.affiliate {
    max-width: 275px;
    min-width: 265px;
  }
}

@media (max-width: 991px) {

  .site-logo {
    max-width: 210px;
  }

  .header-search-column,
  .header-menu-column {
    display: none;
  }

  /* sticky */
  .sticky-active {
    position: inherit;
  }

  .ltn__header-3 .header-top-area>.container>.row .header-search-column {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    border-top: 1px solid #ddd;
  }

  .ltn__header-3 .header-search-2 {
    min-width: 280px;
  }

  .ltn__header-3 .mobile-menu-toggle {
    position: relative;
    top: 7px;
  }

  .ltn__header-3 .ltn__main-menu>ul>li>a {
    padding: 20px 10px;
  }
}

@media (max-width: 767px) {

  .ltn__drop-menu>ul>li {
    position: inherit;
  }

  .ltn__drop-menu>ul>li>a {
    height: 20px;
    line-height: 20px;
  }

  .ltn__drop-menu ul li ul.user-menu {
    left: 62%;
  }

  .welcome p {
    line-height: 20px;
    margin: 5px 0;
  }
}

@media (max-width: 575px) {

  .wrapper-tpl:not(.page-checkout) {
    margin-bottom: 64px;
  }

  .ltn__header-area {
    position: unset;
  }

  .site-logo a {
    font-size: 24px;
  }

  .site-logo a i {
    font-size: 20px;
  }

  #header-actions {
    position: fixed;
    bottom: 0;
    background-color: var(--body-background);
    border-radius: 10px 10px 0 0;
    box-shadow: var(--ltn__box-shadow-2-h);
    z-index: 10000;
    height: 60px;
    transition: all .2s;
    border-top: 4px solid var(--brown-extralight);
  }

  #header-actions.active {
    border-radius: 0;
    box-shadow: 0 0 0 0 transparent;
  }

  #header-actions .ltn__header-options > ul {
    justify-content: space-around;
    align-items: unset;
    width: 100%;
    height: 100%;
  }

  #header-actions .ltn__header-options>ul>li {
    margin-right: unset;
    width: 70px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
    user-select: none;
  }

  #header-actions .ltn__header-options>ul>li.active {
    background-color: var(--brown-extralight);
  }

  .header-search-1 {
    display: block;
    margin-left: 50%;
    margin-top: 50%;
    transform: translate3d(-40%, -80%, 0);
  }

  #header-actions .header-search-1-form {
    width: 100%;
    top: -79px;
    line-height: 2;
    border-radius: 10px 10px 0 0;
    background-color: var(--brown-extralight);
    box-shadow: var(--ltn__box-shadow-9); 
    -webkit-box-shadow: var(--ltn__box-shadow-9);
    -moz-box-shadow: var(--ltn__box-shadow-9);
  }

  .ltn__header-3 .header-top-area>.container>.row .col,
  .ltn__header-3 .header-top-area>.container-fluid>.row .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .ltn__header-3 .header-top-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ltn__header-3 .site-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ltn__header-3 .ltn__header-options {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }

  .ltn__utilize.ltn__utilize-mobile-menu {
    height: calc(100% - 80px);
  }

  #header-actions .ltn__drop-menu {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  #header-actions .ltn__drop-menu ul {
    height: auto;
  }
  #header-actions .ltn__drop-menu>ul>li {
    display: block;
    height: 100%;
    position: relative;
  }
  #header-actions .ltn__drop-menu>ul>li>a {
    height: 100%;
    line-height: 2.7;
  }
  #header-actions .ltn__drop-menu ul li:hover>a {
    color: unset;
  }

  #header-actions .mini-cart-ctn > div {
    height: 100%;
  }
  #header-actions .mini-cart-ctn a {
    height: 100%;
    display: grid;
  }
  #header-actions .mini-cart-ctn span {
    display: grid;
    line-height: 62px;
    margin-left: 50%;
    transform: translateX(-50%)
  }
  
  #header-actions .mini-cart-icon-2>a .mini-cart-icon sup {
    right: -20px;
    top: -50px;
  }

  #header-actions .mobile-menu-toggle {
    top: 0 !important;
    height: 100%;
  }
  #header-actions .mobile-menu-toggle > a {
    width: unset;
    height: unset;
    top: 50%;
    transform: translateY(-50%);
  }
  #header-actions .mobile-menu-toggle svg {
    top: unset;
    margin-top: 0;
    margin-left: 0;
  }
}

@media (max-width: 449px) {
  .ltn__header-options>div {
    margin-right: 10px;
  }

  .header-feature-item:last-child {
    padding-top: 0;
  }
}

/* ----------------------------------------------------
    END
---------------------------------------------------- */
/* ----------------------------------------------------
    Slider Area 
---------------------------------------------------- */
.ltn__slide-item {
  padding-top: 100px;
  padding-bottom: 100px;
  height: 750px;
}

.ltn__slide-item-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-item-info-inner {
  width: 100%;
}

.slide-title {
  font-size: 50px;
  font-weight: 700;
}

/* Slide Arrow */
.slick-slide-arrow-1 .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--black-9);
  text-align: center;
  font-size: 16px;
  color: var(--ltn__primary-color) !important;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.slick-slide-arrow-1 .slick-arrow:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white) !important;
}

.slick-slide-arrow-1 .slick-next {
  right: 40px;
  left: auto;
}

.slick-slide-arrow-1:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  left: 20px;
}

.slick-slide-arrow-1:hover .slick-next {
  right: 20px;
  left: auto;
}

.slick-slide-dots-1 .slick-dots {
  position: absolute;
  bottom: 50px;
  width: 100%;
  margin: 0;
}

.arrow-white .slick-arrow {
  color: var(--white) !important;
  border: 1px solid var(--white-3);
}

@media (min-width: 1400px) {
  .slick-slide-arrow-1:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
    left: 60px;
  }

  .slick-slide-arrow-1:hover .slick-next {
    right: 60px;
    left: auto;
  }
}

.text-right .slide-item-info {
  margin-left: auto;
}

.text-center .slide-item-info {
  margin-left: auto;
  margin-right: auto;
}

/* slide-item-8 */
.ltn__slide-item-8 {
  height: 350px;
}

.ltn__slide-item-8 .slide-item-info {
  max-width: 850px;
}

.ltn__slide-item-8 .slide-title {
  line-height: 1;
  color: var(--ltn__secondary-color);
}

.ltn__slide-item-8 .slide-sub-title {
  font-size: 25px;
  font-weight: 400;
  color: var(--black-9) !important;
}


@media (max-width: 991px) {

  .slick-slide-arrow-1 .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }

  .ltn__slide-item-8,
  .ltn__slide-item {
    height: 300px;
  }

}

@media (max-width: 575px) {
  .ltn__slide-item {
    padding-top: 35px;
    padding-bottom: 75px;
  }

  .ltn__slide-item-8,
  .ltn__slide-item {
    height: 210px;
  }
}
/* ----------------------------------------------------
    END
---------------------------------------------------- */

/* ----------------------------------------------------
    Product Area
---------------------------------------------------- */

.ltn__product-grid-view .product-card {
  padding-right: 10px;
  padding-left: 10px;
}

/* ltn__product-item 2, 3, 4 */
.ltn__product-item {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  box-shadow:  0 0 3px 1px rgba(0,0,0,0.1);
  background-color: var(--brown-extralight);
  transition: .3s all;
  cursor: pointer;
}

.ltn__product-item:hover{
  box-shadow:  0 0 15px 1px rgba(0,0,0,0.1);
}

.product-img {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.product-img a {
  display: block;
}

.product-img img {
  position: relative;
  -webkit-transition: all 3.5s ease 0s;
  -o-transition: all 3.5s ease 0s;
  transition: all 3.5s ease 0s;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.ltn__product-item:hover .product-img::before {
  opacity: 0.4;
  visibility: visible;
}

.product-title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}

.product-ratting {
  margin-bottom: 5px;
}

.product-ratting ul {
  margin: 0;
  padding: 0;
}

.product-ratting li {
  display: inline-block;
  margin: 0 -2px;
  font-size: 12px;
}

.product-info {
  padding: 20px 10px 13px;
  background-color: var(--brown-extralight);
  transition: .3s all;
  display: block;
  position: relative;
}

.product-title span {
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
  transition: .3s opacity;
  font-weight: 600;
  font-size: 18px;
}

.product-title strong {
  opacity: 1;
  transition: .3s opacity;
}

.product-title h2 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  opacity: 1;
  transition: .3s opacity;
}

.ltn__product-item .product-description-short{
  display: none;
}

.ltn__product-item:hover .product-info * {
  color: #F2F2F2;
}

.ltn__product-item:hover , .ltn__product-item:hover .product-info{
  background-color: var(--ltn__secondary-color);
}

.ltn__product-item:hover .product-title span {
  opacity: 1;
}

.ltn__product-item:hover .product-title strong, .ltn__product-item:hover .product-title h2 {
  opacity: 0;
}

.product-price {
  font-weight: 600;
  transition: .3s all;
}

.product-price del {
  opacity: 0.6;
  margin-left: 5px;
  font-size: 65%;
}

.product-price small {
  opacity: 0.6;
  margin-left: 5px;
  font-size: 65%;
}

.product-price span {
  font-size: 18px;
  transition: .3s all;
}

.ltn__product-item .product-price {
  color: var(--brown-dark);
}

.product-action ul {
  margin: 10px 0 0;
  padding: 0;
}

.product-action li {
  display: inline-block;
  margin-top: 0;
}

.product-action li a {
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid var(--ltn__heading-color);
  color: var(--ltn__heading-color);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-action li:hover a {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
  border-color: var(--ltn__secondary-color);
}

.product-card-ctn-swiper {
  display: none;
}
.product-card-ctn-swiper .swiper{
  overflow: visible !important;
}
.product-card-ctn-swiper .swiper-slide-shadow {
  border-radius: 10px;
}

.product-card-ctn-swiper .swiper-pagination {
  top: 92%;
}


@media (max-width: 768px) {
  .product-card-ctn{
    display: none;
  }
  .product-card-ctn-swiper {
    display: block;
    margin: auto;
  }
  .product-item{
    padding: 0;
    overflow: visible !important;
  }
}

@media (max-width: 450px) {
  .product-card-ctn-swiper .swiper{
    max-width: 90%;
  }
}

.ltn__product-item .add-to-cart {
  width: auto;
  text-transform: uppercase;
}

.ltn__product-item .add-to-cart a {
  padding: 0 15px;
}

.ltn__product-item .add-to-cart span.cart-text {
  font-size: 13px;
}

/* ----------------------------------------------------
    Modal Area
---------------------------------------------------- */
.modal-dialog {
  margin-top: 150px;
}

.modal-content {
  border-radius: 20px;
}

@media (max-width: 577px) {
  .modal-dialog {
    margin-top: 10px;
  }
  .modal-content {
    height: 89vh;
    overflow: scroll;
  }
}

.modal-header {
  padding: 30px 30px 10px 30px;
  border: 0;
}

.modal-header h4 {
  margin: 0;
  width: 90%;
}

.modal-header .close {
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0;
  right: 16px;
  left: auto;
  top: 16px;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: var(--ltn__secondary-color);
  color: var(--white);
  border-radius: 50px;
}

.modal-header .close span {
  display: block;
  font-size: 25px;
}

.modal-header .close:not(:disabled):not(.disabled):focus,
.modal-header .close:not(:disabled):not(.disabled):hover,
.modal-header .close:hover {
  opacity: 1;
}

.modal-footer {
  border-top: none;
  padding: 0 30px 30px 30px;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 980px;
  }
}

.modal-product-info h3 {
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: 500;
}

.modal-product-info hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.modal-product-info .product-price {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--ltn__secondary-color);
  line-height: 1.2;
  font-weight: 500;
  font-family: var(--ltn__paragraph-font);
}

.modal-product-info .product-ratting li {
  color: var(--ratings);
}

.product-price-ratting>ul {
  margin: 0;
  padding: 0;
}

.product-price-ratting>ul>li {
  display: inline-block;
  margin-right: 30px;
}

.product-price-ratting>ul>li:last-child {
  margin-right: 0;
}

.product-cart-wishlist-btn .btn {
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 500;
}

.product-cart-wishlist-btn .d-add-to-wishlist {
  background-color: var(--white-7);
}

.modal-product-meta>ul {
  margin: 0;
  padding: 0;
}

.modal-product-meta>ul>li {
  list-style: none;
  font-size: 14px;
  margin-top: 10px;
}

.modal-product-meta>ul>li:first-child {
  margin-top: 0;
}

.modal-product-meta li strong {
  margin-right: 5px;
  font-weight: 500;
  min-width: 100px;
  display: inline-block;
}

.d-meta-title {
  font-size: 16px;
  color: var(--ltn__heading-color);
  font-weight: 500;
}

.modal-body {
  padding: 30px;
}

.ltn__add-to-cart-modal-area .modal-body {
  padding: 30px;
}

.ltn__add-to-cart-modal-area .modal-product-img {
  float: left;
  max-width: 125px;
  margin-right: 30px;
}

.ltn__add-to-cart-modal-area .modal-product-info {
  overflow: hidden;
}

.ltn__add-to-cart-modal-area .added-cart i {
  color: var(--green);
}

.ltn__add-to-cart-modal-area .btn-wrapper {
  margin-top: 20px;
}

.ltn__add-to-cart-modal-area .btn-wrapper .btn {
  padding: 5px 20px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
}

.ltn__add-to-cart-modal-area .additional-info {
  border-top: 1px solid var(--border-color-1);
  text-align: center;
  padding-top: 30px;
  margin-top: 40px;
}

@media (max-width: 992px) {
  .ltn__quick-view-modal-area .modal-product-info {
    padding-top: 25px;
  }
}

/* ----------------------------------------------------
    Product Tab
---------------------------------------------------- */
.ltn__tab-menu {
  margin-bottom: 50px;
}

.ltn__tab-menu .nav {
  display: inline-block;
}

.ltn__tab-menu a {
  display: inline-block;
  padding: 15px 40px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--ltn__heading-color);
  background-color: var(--section-bg-1);
  font-weight: 700;
}

.ltn__tab-menu a:last-child {
  margin-right: 0;
}

.ltn__tab-menu a i {
  margin-right: 10px;
}

.ltn__tab-menu a.active {
  color: var(--white);
  background-color: var(--ltn__primary-color);
  border-color: var(--ltn__primary-color);
}

@media (max-width: 991px) {

  .ltn__gallery-filter-menu button,
  .ltn__tab-menu a {
    padding: 15px 25px;
    font-size: 14px;
  }
}

/* ----------------------------------------------------
    Product Details
---------------------------------------------------- */

.single-product-swiper-thumbs{
  order: -1;
  width: 100%;
  margin-right: 15px;
}

.ltn__shop-details-img-gallery {
  display: flex;
  flex-direction: column-reverse;
  top: 110px;
}

.single-product-swiper-top .swiper-slide, 
.single-product-swiper-thumbs .swiper-slide  {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.single-product-swiper-top .swiper-slide img, 
.single-product-swiper-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-product-swiper-top .swiper-slide, 
.single-product-swiper-thumbs .swiper-slide {
  background-size: cover;
  background-position: center;
}

.single-product-swiper-top {
  width: 100%;
}

.single-product-swiper-thumbs {
  box-sizing: border-box;
  margin-right: 10px !important;
}

.single-product-swiper-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}

.single-product-swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.single-product-swiper-top .swiper-slide img, 
.single-product-swiper-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-product-swiper-top .lightbox-item {
  width: 100%;
}

.displayed-formule {
  padding: 2px 5px;
  position: absolute;
  top: calc(100% - 40px);
  left: calc(100% - 150px);
  background-color: var(--ltn__secondary-color);
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  color: var(--white);
  width: max-content;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .ltn__shop-details-img-gallery {
    flex-direction: column-reverse;
  }
  .single-product-swiper-top {
    width: 100%;
    margin-bottom: 10px;
  }
  .single-product-swiper-thumbs {
    width: 100%;
    height: auto;
  }
}

/* ltn__shop-details-tab-area */
.ltn__shop-details-tab-menu .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid var(--white-16);
  margin-bottom: 30px;
}

.ltn__shop-details-tab-menu .nav a:not(.nav-link-a) {
  background-color: var(--brown-dark);
  color: var(--white);
  padding: 7px 20px;
  font-size: 14px;
  flex: inherit;
  text-align: center;
  font-weight: 400;
  margin-right: 5px;
  border-radius: 5px;
}

.ltn__shop-details-tab-menu .nav a:last-child {
  margin-right: 0;
}

.ltn__shop-details-tab-menu .nav a.active:not(.nav-link-a) {
  background-color: var(--ltn__secondary-color);
}

.ltn__shop-details-tab-content-inner .ltn__comment-reply-area form {
  padding: 0;
}

/* product-details-menu-1 */
.ltn__product-details-menu-1 ul li a {
  position: relative;
  margin-right: 10px;
}

.ltn__product-details-menu-1 ul li a::before {
  position: absolute;
  content: ",";
  right: -5px;
}

.ltn__product-details-menu-1 ul li a:last-child::before {
  display: none;
}

.ltn__product-details-menu-1 ul li strong {
  font-weight: 500;
}

.ltn__product-details-menu-1 ul li span {
  font-weight: 400;
  color: var(--ltn__heading-color);
}

.ltn__product-details-menu-1 .ltn__color-widget ul li a {
  width: 15px;
  height: 15px;
}

.ltn__product-details-menu-1 .ltn__tagcloud-widget ul li {
  margin: 0;
}

.ltn__product-details-menu-1 .ltn__tagcloud-widget ul li a {
  padding: 3px 10px 1px;
}

/* product-details-menu-2 */
.ltn__product-details-menu-2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  text-align: center;
}

.ltn__product-details-menu-2 ul li {
  list-style: none;
  margin-right: 10px;
}

.ltn__product-details-menu-2 ul li:last-child {
  margin-right: 0;
}

/* ----------------------------------------------------
    Product Options
---------------------------------------------------- */
.ltn__shop-options {
  margin-bottom: 40px;
  position: relative;
}

.ltn__shop-options ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  margin: 0 0 30px 0;
  padding: 0;
}

.ltn__shop-options ul li {
  list-style: none;
  margin-top: 0;
  /* line-height: 45px; */
}

.ltn__shop-options ul li.js-filter-sorting{
  width: 25%;
}

.ltn__shop-options ul li.js-filter-filters{
  width: 64%;
}

.ltn__shop-options .short-by {
  margin-right: 20px;
  margin-left: 20px;
}

.ltn__grid-list-tab-menu a {
  font-size: 20px;
  margin-right: 20px;
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 1px solid var(--white-14);
  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;
}

.show-item-count span {
  font-weight: 500;
  font-size: 16px;
  font-family: var(--ltn__heading-font);
}

/* Bootstrap Tab with Slider Issue Fix Start */
.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/* Bootstrap Tab with Slider Issue Fix End */
@media (max-width: 1400px) {
  .shop-details-info .product-price {
    font-size: 26px;
  }

  .shop-details-info .cart-plus-minus {
    width: 210px;
  }
}

@media (max-width: 991px) {

  .ltn__shop-details-img-gallery {
    margin-bottom: 75px;
  }

  .mini-cart-footer .btn-wrapper .btn {
    padding: 10px 15px;
    font-size: 12px;
  }

  .ltn__product-details-menu-2 ul {
    margin-right: unset;
  }
}

@media (max-width: 767px) {
  .ltn__shop-options ul li {
    margin: 5px 0;
  }

  .show-item-count span {
    font-size: 16px;
  }

  .ltn__product-list-view .ltn__product-item .product-img {
    max-width: 100%;
  }

  .ltn__product-list-view .ltn__product-item .product-info {
    padding: 25px 0 0 1px;
  }

  .ltn__product-list-view .ltn__product-item-3 .product-info {
    padding: 25px 25px 20px 30px;
  }

  .modal-product-info h3 {
    font-size: 22px;
  }

  .modal-product-info .product-price {
    font-size: 20px;
  }

  .ltn__shop-details-tab-menu .nav a {
    padding: 15px 15px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .product-title {
    font-size: 13px;
  }

  .product-price span {
    font-size: 16px;
    transition: .3s all;
  }

  .product-price small {
    font-size: 62%;
    margin: unset;
  }

  .ltn__shop-details-tab-menu .nav a {
    padding: 6px;
  }
}

/* ----------------------------------------------------
    END
---------------------------------------------------- */
/* ----------------------------------------------
  Gallery Area
---------------------------------------------- */
.ltn__gallery-item {
  margin-bottom: 40px;
}

.ltn__gallery-item:hover .ltn__gallery-item-img::before {
  opacity: 0.9;
  visibility: visible;
}

.ltn__gallery-item:hover .ltn__gallery-item-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ltn__gallery-item:hover .ltn__gallery-action-icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.ltn__gallery-item-inner {
  position: relative;
  overflow: hidden;
}

.ltn__gallery-item-inner h4 {
  margin-bottom: 5px;
  font-size: 18px;
}

.ltn__gallery-item-inner p {
  margin-bottom: 0;
  font-size: 14px;
}

.ltn__gallery-item-img {
  position: relative;
  overflow: hidden;
}

.ltn__gallery-item-img::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--section-bg-6);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.ltn__gallery-item-img img {
  -webkit-transition: all 3.5s ease 0s;
  -o-transition: all 3.5s ease 0s;
  transition: all 3.5s ease 0s;
}

/* ----------------------------------------------------
    END
---------------------------------------------------- */

/* ----------------------------------------------------
    Common CSS
---------------------------------------------------- */
.ltn__social-media ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

.ltn__social-media ul li {
  list-style: none;
  display: inline-block;
  margin: 0 15px 0 0;
}

.ltn__social-media ul li:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .ltn__social-media ul {
    width: 100%;
    text-align: center;
  }

  .ltn__social-media ul li a {
    font-size: 22px;
  }
}

.ltn__social-media-2 ul {
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
}

.ltn__social-media-2 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  margin-top: 0;
}

.ltn__social-media-2 ul li a {
  background-color: var(--section-bg-1);
  color: var(--ltn__paragraph-color);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  border-radius: 10px;
}

.ltn__social-media-2 ul li a i {
  color: inherit;
}

.ltn__social-media-2 ul li:last-child {
  margin-right: 0;
}

.ltn__social-media-2 ul li:hover a {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-image-top {
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
}

.bg-image-right {
  background-size: 45%;
  background-position: right center;
  background-repeat: no-repeat;
}

/* small mobile :320px. */
@media (max-width: 1200px) {
  .bg-image-right {
    background-blend-mode: overlay;
  }
}

@media (max-width: 991px) {
  .bg-image-top {
    background-size: inherit;
  }
}

/* ----------------------------------------
  Section title
---------------------------------------- */
.section-title-area {
  margin-bottom: 40px;
}

.section-title-area p {
  margin-bottom: 0;
  max-width: 700px;
}

.section-title-area p+p {
  margin-top: 15px;
}

.section-title-area.text-right p {
  margin-left: auto;
}

.section-title-area.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
}

.section-title span {
  color: var(--ltn__secondary-color);
}

.section-title p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--ltn__paragraph-color);
  margin-top: 20px;
}

.section-title.white .section-title {
  color: var(--white);
}

.section-title.white p {
  color: rgba(var(--white), 0.7);
}

.section-title.section-title-border {
  margin-bottom: 15px;
}

.section-title-border {
  position: relative;
  padding-bottom: 10px;
}

.section-title-border::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 2px;
  background-color: var(--ltn__secondary-color);
  left: 0;
  bottom: 0;
}

.text-center .section-title-border::before {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.text-right .section-title-border::before {
  left: auto;
  right: 0;
}

/* Section Title 2 */
.ltn__section-title-2 {
  margin-bottom: 40px;
}

.ltn__section-title-2 .section-subtitle {
  text-transform: uppercase;
}

.ltn__section-title-2 .section-title {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
}

.ltn__section-title-2 p {
  padding: 0 0 0 30px;
  border-width: 0 0 0 2px;
  border-style: solid;
  border-color: var(--ltn__secondary-color);
  max-width: 450px;
}

.ltn__section-title-2.text-right p {
  padding: 0 30px 0 0;
  border-width: 0 2px 0 0;
  margin-left: auto;
}

.ltn__section-title-2.text-center p {
  padding: 0 0 0 30px;
  border-width: 0 0 0 2px;
  margin-left: auto;
  margin-right: auto;
  text-align: left !important;
}

/* title-2 */
.title-2 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.title-2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 290px;
  height: 1px;
  background-color: var(--white-6);
}

.text-center .title-2::before {
  text-align: center;
  left: auto;
  right: 50%;
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
}

@media (max-width: 1599px) {
  .ltn__section-title-2 .section-title {
    font-size: 60px;
  }
}

@media (max-width: 1399px) {
  .ltn__section-title-2 .section-title {
    font-size: 56px;
  }
}

@media (max-width: 1199px) {
  .section-title {
    font-size: 30px;
  }

  .ltn__section-title-2 .section-title {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .section-title {
    font-size: 26px;
  }

  .ltn__section-title-2 .section-title {
    font-size: 40px;
  }

  .ltn__section-title-2 p {
    padding: 0 0 0 15px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }

  .ltn__section-title-2 .section-title {
    font-size: 30px;
  }

  .ltn__section-title-2 p {
    padding: 0 0 0 15px;
  }

  .title-2 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 24px;
  }

  .ltn__section-title-2 .section-title {
    font-size: 24px;
  }
}

/* ----------------------------------------------------
    Preorder Area 
---------------------------------------------------- */
.ltn__preorder-area {
  margin-top: -50px;
  z-index: 1;
}

.ltn__preorder-item-box-wrap {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background-color: var(--white);
  padding: 25px 40px;
  box-shadow: 0 4px 40px 0px rgb(0 0 0 / 20%);
  width: 100%;
  margin: auto;
}

.ltn__preorder-item-box-wrap form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ltn__preorder-choice-item .input-item label{
  font-size: 14px;
}

.ltn__preorder-choice-wrap  {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.ltn__preorder-choice-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ltn__preorder-choice-item:nth-child(1) {
  padding: 10px 25px 10px 10px;
}

.ltn__preorder-choice-item:nth-child(2) {
  padding: 10px 25px;
}

.ltn__preorder-choice-item:nth-child(3) {
  padding: 10px 10px 10px 25px;
}

.ltn__preorder-choice-item p {
  margin: 0;
  display: flex;
  align-items: center;
  hyphens: none;
}

.ltn__preorder-choice-item p span {
  margin: 5px;
}

.ltn__preorder-choice-item i {
  margin-right: 7px;
}

#preorder-date {
  caret-color: transparent;
  cursor: pointer;
  color: transparent;
} 

.ltn__preorder-choice-item input,
.ltn__preorder-choice-item select {
  width: 240px;
}

.ltn__preorder-choice-item button i {
  font-size: 12px;
}

.ltn__preorder-choice-item:nth-child(1) {
  border-right: 1px solid var(--border-color-1);
}

.ltn__preorder-choice-item:nth-child(2) {
  border-right: 1px solid var(--border-color-1);
}

.ltn__preorder-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.autocomplete {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  width: 100%;
  background-color: var(--body-background);
  color: var(--ltn__paragraph-color);
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
}

.autocomplete a{
  transition: .2s all;
  padding: 10px;
  display: block;
}

.autocomplete a:hover{
  color: var(--brown-dark);
  font-weight: 700;
}

.autocomplete:has(ul) {
  box-shadow: var(--ltn__box-shadow-2-h);
}

.autocomplete ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.autocomplete ul li {
  width: 100%;
  font-size: 15px;
  margin: 0;
  cursor: pointer;
  transition: .2s all;
  padding: 10px;
}

.autocomplete:has(a) ul li {
  padding: 0;
}

.autocomplete ul li:nth-child(odd) {
  background-color: var(--body-background);
}

.autocomplete ul li:nth-child(even) {
  background-color: var(--brown-extralight);
}

.autocomplete ul li:hover,
.autocomplete ul li:focus {
  background-color: var(--custom-green);
  color: var(--body-background);
}

#submit-preorder {
  margin-right: 0;
}

#reinit-preorder {
  margin-top: 5px;
}

@media (max-width: 1200px) {
  .ltn__preorder-choice-wrap {
    margin: 0 0 15px 0;
  }
  .ltn__preorder-item-box-wrap form {
    flex-direction: column;
  }
  .ltn__preorder-btn {
    flex-direction: row-reverse;
  }
  #reinit-preorder {
    margin-top: 0;
    margin-right: 5px;
  }
}

@media (max-width: 992px) {
  .ltn__preorder-choice-wrap {
    flex-direction: column;
    align-items: flex-end;
    border-right: 1px solid var(--border-color-1);
    padding-right: 10px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .ltn__preorder-item-box-wrap {
    width: fit-content;
  }
  .ltn__preorder-item-box-wrap form {
    flex-direction: row;
  }
  .ltn__preorder-choice-item input,
  .ltn__preorder-choice-item select {
    width: 300px;
  }
  .ltn__preorder-choice-item:nth-child(1) {
    border-right: none;
    padding: 10px;
  }
  .ltn__preorder-choice-item:nth-child(2) {
    border-right: none;
    padding: 10px;
  }
  .ltn__preorder-choice-item:nth-child(3) {
    padding: 10px;
  }

  .ltn__preorder-btn {
    flex-direction: column;
  }
  #reinit-preorder {
    margin-top: 5px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
 
  .ltn__preorder-choice-wrap {
    margin-right: 10px;
    padding-right: 0;
  }
}

@media (max-width: 560px) {
  .ltn__preorder-area {
    margin-top: -30px;
  }
  .ltn__breadcrumb-area-slider {
    margin-top: -110px;
  }
  .ltn__preorder-item-box-wrap {
    padding: 20px ;
  }
  .ltn__preorder-item-box-wrap form {
    flex-direction: column;
  }
  .ltn__preorder-choice-wrap {
    border-right: none;
    padding-bottom: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .ltn__preorder-choice-item input,
  .ltn__preorder-choice-item select {
    width: 250px;
  }
}



/* ----------------------------------------------------
    REASSURANCE Area 
---------------------------------------------------- */
#home-reassurance-area {
  margin-top: -300px;
  padding-top: 320px;
  background-color: var(--brown-extralight);
}

#product-reassurance-area {
  background-color: var(--brown-extralight);
  padding: 60px 0;
}

#category-reassurance-area {
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 60px;
}

#order-reassurance-area {
  background-color: var(--white);
  padding: 30px 0;
}

#city-reassurance-area {
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 60px;
}

#city-reassurance-area p,
#category-reassurance-area p,
#product-reassurance-area p {
  margin: 0;
}

.ltn__feature-area {
  z-index: -1;
}

.reassurance-btn {
  position: absolute !important;
  padding: 0 10px !important;
  background-color: var(--brown-extralight);
  z-index: 1;
  color: var(--brown-dark);
  top: calc(100% - 21px);
  right: 0%;
  margin: 0;
  box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
}

.reassurance-btn i {
  margin-top: 5px;
  font-size: 20px;
}

.ltn__feature-item {
  padding: 15px 5px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

.ltn__feature-icon {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1;
}
/* feature-item-8 */
.ltn__feature-item-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ltn__feature-item-8 .ltn__feature-icon {
  margin-right: 15px;
  font-size: 40px;
}

.ltn__feature-item-8 .ltn__feature-icon img{
  width: auto;
  max-width: unset;
}

.ltn__feature-item-8 .ltn__feature-info h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.ltn__feature-item-8 .ltn__feature-info p {
  font-size: 11px;
  font-family: var(--ltn__heading-font);
  color: var(--brown-dark);
  line-height: normal;
}

.ltn__feature-item-box-wrap {
  -webkit-box-shadow: var(--ltn__box-shadow-1);
  box-shadow: var(--ltn__box-shadow-1);
  position: relative;
}

.ltn__feature-item-box-wrap-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .ltn__feature-item-box-wrap-2 {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .ltn__feature-item-8 {
    flex-direction: column;
  }
  .ltn__feature-item {
    padding: 15px 10px 10px;
  }
  .ltn__feature-icon {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .ltn__feature-item-5+.btn-wrapper {
    margin-bottom: 30px;
  }
  .ltn__feature-item-7 {
    padding: 38px 20px 10px;
  }
  .ltn__feature-item-8 {
    flex-direction: row;
  }
}


/* ----------------------------------------------------
    Blog Area
---------------------------------------------------- */
#blog-area {
  position: relative;
  margin-bottom: 100px;
}

#blog-area #page-anchor {
  top: -80px;
  position: absolute;
}

#blog-area .btn-wrapper{
  margin: 0;
}

#blog-area .category-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#blog-area .category-info * {
  margin: 0;
}

#blog-area .category-info .show-item-count {
  pointer-events: none;
  user-select: none;
}

#blog-area .current-active-filter {
  position: relative;
  display: block;
  background-color: var(--brown-extralight);
  box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
  margin: 10px;
  border-radius: 10px;
  width: max-content;
  padding: 3px 10px;
  font-size: 14px;
}

#blog-area .current-active-filter i {
  transition: all .2s;
}

#blog-area .current-active-filter:hover {
  color: unset;
}

#blog-area .current-active-filter:hover i {
  transform: scale(1.15);
}

.js-filter-count {
  position: absolute;
  left: calc(50% - 77px);
  bottom: -25px;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: var(--brown-extralight);
  box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
}

.js-filter-count .prev, 
.js-filter-count .next {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: var(--brown-extralight);
  box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
  text-align: center;
  font-size: 16px;
}

.js-filter-count .prev {
  left: -36px;
}

.js-filter-count .next {
  right: -36px;
}

#blog-area .js-filter-count {
  display: flex;
  top: 3px;
  justify-content: center;
  position: relative;
  left: unset;
  width: 150px;
  padding: 3px 10px;
  margin: 15px 40px 15Px 60px;
}

#home-lastnews-area .swiper {
  overflow: visible;
}

.ltn__blog-item {
  position: relative;
  margin-bottom: 30px;
}

.ltn__blog-img {
  position: relative;
  overflow: hidden;
}

.ltn__blog-img img {
  margin-bottom: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 300px;
}

.ltn__blog-brief {
  padding: 20px 0 20px;
}

.ltn__blog-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.blog-title-line {
  position: relative;
  padding-bottom: 25px;
}

.blog-title-line::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 90px;
  height: 3px;
  background-color: var(--ltn__secondary-color);
}

.ltn__blog-meta {
  margin-bottom: 13px;
}

.ltn__blog-meta ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ltn__blog-meta li {
  font-weight: 500;
  font-family: var(--ltn__heading-font);
  display: inline-block;
  margin-right: 20px;
  position: relative;
  font-size: 14px;
  margin-top: 0;
}

.ltn__blog-meta li:last-child {
  margin-right: 0;
}

.ltn__blog-meta li i {
  margin-right: 5px;
  font-size: 16px;
}

.ltn__blog-meta li img {
  margin-bottom: 0;
}

.ltn__blog-meta li.ltn__blog-comment i {
  position: relative;
  top: 3px;
}

.ltn__blog-category a {
  background-color: var(--custom-green);
  color: var(--body-background);
  padding: 5px 10px 2px;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 5px;
}

.ltn__blog-category a:last-child {
  margin-right: 0;
}

.ltn__blog-category a:hover {
  background-color: var(--brown-mid);
}

.ltn__blog-meta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ltn__blog-meta-btn .ltn__blog-meta {
  margin-bottom: 0;
}


@media (max-width: 991px) {
  .ltn__blog-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .ltn__blog-title {
    font-size: 18px;
  }

  .ltn__blog-meta li {
    margin-right: 10px;
    font-size: 12px;
  }

  #blog-area .category-info {
    justify-content: space-between;
  }

  #blog-area .category-info .js-filter-filters {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
  }

  #blog-area .category-info .js-filter-filters .current-active-filter:first-child {
    margin-left: 0;
  }

  #blog-area .category-info .js-filter-filters .current-active-filter:last-child {
    margin-right: 0;
  }

  .ltn__blog-img img {
    max-height: 180px;
  }
}

@media (max-width: 576px) {
  #blog-area .category-info {
    justify-content: center;
  }

  #blog-area .category-info .js-filter-filters {
    justify-content: center;
  }

  .ltn__blog-img img {
    max-height: 370px;
  }
}

@media (max-width: 476px) {
  .ltn__blog-img img {
    max-height: 300px;
  }
}

@media (max-width: 426px) {
  .ltn__blog-img img {
    max-height: 267px;
  }
}

@media (max-width: 396px) {
  .ltn__blog-img img {
    max-height: 260px;
  }
}

@media (max-width: 380px) {
  .ltn__blog-img img {
    max-height: 240px;
  }
}

/* ----------------------------------------------------
    Blog Details
---------------------------------------------------- */
.ltn__page-details-inner h1,
.ltn__page-details-inner h2,
.ltn__page-details-inner h3,
.ltn__page-details-inner h4,
.ltn__page-details-inner h5,
.ltn__page-details-inner h6 {
  margin-top: 30px;
}

.ltn__page-details-inner p {
  margin-top: 1.5em;
}

.ltn__page-details-inner .ltn__blog-title {
  margin-top: 0;
  font-size: 30px;
  margin-bottom: 45px;
}

.ltn__page-details-inner .ltn__blog-img {
  margin-bottom: 40px;
}

.ltn__page-details-inner .img-radius img {
  border-radius: 0px 0px 0px 35px;
}

.ltn__page-details-inner label {
  font-size: 14px;
}

/* blog-details-wrap */
.ltn__blog-details-wrap .ltn__blog-details-inner {
  padding: 35px 40px 20px;
  border-radius: 10px;
  border: 4px solid var(--brown-extralight);
  background-color: var(--body-background);
}

.blog-details-main-image {
  border-radius: 10px;
  width: 100%;
}

.ltn__blog-details-wrap .product-add-to-cart {
  text-align: center;
}

.ltn__blog-details-wrap .product-add-to-cart a {
  border-radius: 50px;
}

.ltn__prev-next-post {
  text-align: center;
  position: relative;
  align-items: flex-start;
}

.ltn__prev-next-post .blog-prev,
.ltn__prev-next-post .blog-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.ltn__prev-next-post .blog-prev-next-icon {
  max-width: 80px;
  margin-right: 20px;
}

.ltn__prev-next-post h6 {
  color: var(--ltn__secondary-color);
}

.ltn__prev-next-post .ltn__blog-title {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}

.ltn__prev-next-post p {
  font-weight: 400;
  margin-bottom: 0;
}

.ltn__prev-next-post .blog-next .blog-prev-next-icon {
  margin-right: 0;
  margin-left: 20px;
}

.blog-prev-next-img {
  border-radius: 10px;
  width: auto;
  height: 130px;
  margin: 10px auto;
}

@media (max-width: 767px) {
  .ltn__page-details-inner .ltn__blog-title {
    margin-top: 0;
    font-size: 24px;
  }

  .ltn__page-details-inner .ltn__blog-img {
    margin-bottom: 40px;
  }

  blockquote {
    font-size: 16px;
  }

  .ltn__prev-next-post .ltn__blog-title {
    font-size: 18px;
  }

  .blog-prev {
    margin-bottom: 40px;
  }

  .blog-next {
    margin-top: 40px;
    margin-bottom: 0;
  }
}


/* ----------------------------------------------------
    Pagination
---------------------------------------------------- */
/* ltn__pagination */
.ltn__pagination ul {
  margin: 0;
  padding: 0;
}

.ltn__pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.ltn__pagination ul li:last-child {
  margin-right: 0px;
}

.ltn__pagination ul li a {
  height: 50px;
  width: 50px;
  line-height: 46px;
  border: 2px solid var(--border-color-11);
  text-align: center;
  display: block;
  font-weight: 700;
}

.ltn__pagination ul li:hover a,
.ltn__pagination ul li.active a {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white);
}

.ltn__pagination-2 ul {
  margin: 0;
  padding: 0;
}

.ltn__pagination-2 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.ltn__pagination-2 ul li:last-child {
  margin-right: 0px;
}

.ltn__pagination-2 ul li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 0px solid var(--border-color-11);
  text-align: center;
  display: block;
  font-weight: 600;
  border-radius: 100%;
  background-color: #F6F6F6;
  font-size: 13px;
  box-shadow: var(--ltn__box-shadow-3);
}

.ltn__pagination-2 ul li:hover a,
.ltn__pagination-2 ul li.active a {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white);
}

@media (max-width: 767px) {
  .ltn__pagination ul li {
    margin-right: 5px;
    font-size: 14px;
  }

  .ltn__pagination ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

/* ----------------------------------------------------
    Testimonial
---------------------------------------------------- */
.testimonial-area {
  position: relative;
  height: max-content;
  width: 100%;
  background-color: var(--brown-extralight);
  padding: 60px 0;
  overflow: hidden;
}

.testimonial-area span.comment-hide {
  position: absolute;
  background-color: var(--brown-extralight);
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.testimonial-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.comment-bubble {
  z-index: 0;
  width: 75%;
  overflow: visible !important;
}

.comment-bubble .swiper-wrapper {
 align-items: flex-start;
}

.comment-banner i {
  color: var(--brown-dark);
  font-size: 1.5rem;
}

.comment-banner .comment-svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.comment-banner .comment-text {
  margin-bottom: 1em;
  z-index: 4;
}

.comment-banner .comment-text * {
  color: var(--brown-dark);
}

.comment-banner .comment-text h3 {
  font-weight: 600;
}

.comment-banner  .comment-bubble{
  width: 100%;
  margin-top: 4em;
}

.comment-banner .swiper-button-next{
  right: -6px;
  top: 20px;
}

.comment-banner .swiper-button-prev{
  left: -6px;
  top: 20px;
}

.comment-bubble-unit {
  position: relative;
  text-align: left;
  height: max-content;
  border-radius: 10px;
  padding-top: 1em;
  background-color: #fff;
  box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
}

.comment-bubble-unit.normal:after{
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  right: auto;
  top: -18px;
  bottom: -20px;
  border: 22px solid;
  box-shadow: -8px -3px 6px -8px rgb(0 0 0 / 10%);
  border-color: transparent transparent transparent #fff;
}

.comment-bubble-unit.normal > div{
  display: flex;
  align-items: baseline;
  padding: 0 15px 10px;
}

.comment-bubble-unit.intro {
  width: 25%;
  margin-right: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.comment-bubble-unit span{
  display: block;
  font-weight: 600;
}

.comment-bubble-unit span small {
  font-size: 0.8rem;
}

.comment-bubble-unit > small {
  padding: 0 1em;
}

.comment-bubble-unit a {
  position: absolute;
  bottom: 0;
  right: 0px;
  border-radius: 10px 0 10px;
  box-shadow: -1px -1px 1px 0px rgb(0 0 0 / 10%);
  font-size: 1em;
  font-weight: bold;
  background-color: var(--brown-extralight);
  width: 25px;
  height: 25px;
}

.comment-bubble-unit i {
  font-size: 17px;
  margin-right: 5px;
}

.comment-bubble-unit.intro {
  padding: 0;
  background-color: #f48f01;
  height: 241px;
}

.comment-bubble-unit.intro .comment-bubble-header {
  background-color: var(--brown-dark);
  border-radius: 10px 10px 0 0;
}

.comment-bubble-unit.intro img {
  width: 60%;
  margin: auto;
}

.comment-bubble-unit.intro .comment-bubble-content {
  padding: 15px;
  font-weight: 600;
  border-radius: 0 0 10px 10px;
}

.comment-bubble-content{
  margin-top: 0.8em;
}

.comment-bubble-unit.intro * {
  font-weight: 500;
  color: #F2F2F2;
  margin: 0;
}

.comment-bubble-unit.intro p b {
  font-weight: 700;
  font-size: 25px;
}

.comment-bubble-unit * {
  color: var(--brown-dark);
}

.comment-bubble-unit.normal .comment-bubble-content {
  background-color: var(--white);
  border-radius: 0 0 10px 10px;
  /* overflow-y: auto; */
}

.comment-bubble-unit div.review-collapse {
  border-radius: 0 0 10px 10px;
  position: relative;
}

.comment-bubble-unit div.collapse:not(.show) {
  display: block;
  height: fit-content !important;
  overflow: hidden;
}

.comment-bubble-unit div.collapse:not(.show).long {
  height: 100px !important;
}

.comment-bubble-unit div.review-collapse.long:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 49px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  opacity: 1;
  transition: .2s all;
}

.comment-bubble-unit div.collapse.show.long:after {
  opacity: 0;
}

.comment-bubble-unit div.collapsing {
    min-height: 106px !important;
}

.comment-bubble-unit a.collapsed:after  {
    content: '+';
    padding: 0 5px;
    margin-left: 3px;
    font-size: 20px;
    line-height: 1.2;
  }

.comment-bubble-unit a:not(.collapsed):after {
  content: '-';
  padding: 0 5px;
  margin-left: 5px;
  font-size: 20px;
  line-height: 1.2;
}

.comment-banner{
  position: relative;
  text-align: center;
  padding: 3em 7%;
  height: auto;
  border-radius: 0 0 15px 15px;
}

.testimonial-area .swiper-button-next, .testimonial-area .swiper-button-prev {
  color: var(--slickBtnColor);
}

#testimonial-stars {
  --percent-rating: calc(var(--testimonial-rating) / 5 * 100% - 0.5%);
}
.stars{
	display: inline-block;
	font-size: 35px;
	font-family: Times;
	line-height: 1;
	font-size: 20px;
}
.stars.big {
  font-size: 35px;
}
.stars:before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, gold var(--percent-rating), rgb(93, 93, 93) var(--percent-rating));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#page-product-single .testimonial-area{
  background-color: #fff;
}

#page-product-single .comment-hide{
  background-color: #fff;
}

.testimonial-area .swiper-pagination {
    top: 105%;
    left: -17% !important;
}

.testimonial-area .btn-wrapper {
  margin-top: 60px;
}

@media (max-width : 1200px) {
  .testimonial-area .swiper-pagination {
    left: -19% !important;
  }

}
@media (max-width : 992px) {
  .testimonial-area span.comment-hide {
    display : none;
  }
  .testimonial-area .swiper-pagination {
    left: 0 !important;
  }
  .testimonial-flex {
    flex-direction: column;
  }
  .comment-bubble {
    width: 100%;
  }
  .comment-bubble-unit.intro {
    width: 40%;
    margin: 0 auto 50px !important;
  }
}

@media (max-width : 768px) {
 
  .comment-bubble-unit.intro {
    width: 70%;
  }
}

@media (max-width : 562px) {
 
  .comment-bubble-unit.intro {
    width: 85%;
  }
}


/* ----------------------------------------------------
    Banner Area ( style: 2, 3 )
---------------------------------------------------- */
.ltn__banner-item {
  margin-bottom: 30px;
  position: relative;
}

.ltn__banner-img:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.banner-categories img {
  max-width: none;
  width: auto;
  height: 200px;
}
.banner-categories .banner-text {
  position: absolute;
  z-index: 10;
  background: linear-gradient(180deg, rgba(232, 255, 216, 0.65) 0%, rgba(232, 255, 216,0.53) 70%, rgba(232, 255, 216,0) 100%);
  width: 100%;
  padding: 10px;
  border-radius: 10px;
}

/* ----------------------------------------------------
  Annuaire PAGE
---------------------------------------------------- */
#fleuristes-area {
  overflow: hidden;
}

.mapsvg-region:hover {
  fill: var(--ltn__secondary-color) !important;
  transition: .2s all;
  cursor: pointer;
}

#annuaire-area .panel-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

#annuaire-area .panel-group .panel {
  width: 31%;
  margin: 10px 10px;
  background-color: var(--brown-extralight);
  border-radius: 5px;
  position: relative;
  transition: .2s all;
}

@media (max-width: 993px) {
  #annuaire-area .panel-group .panel {
    width: 46%;
  }
}

@media (max-width: 767px) {
  #annuaire-area .panel-group .panel {
    width: 100%;
  }
}

#annuaire-area .panel-group .panel.active {
  box-shadow: var(--ltn__box-shadow-2-h);
  transform: scale(1.03);
  z-index: 15;
}

#annuaire-area .panel-group .panel-heading h4 {
  margin: 0;
}

#annuaire-area .panel-group .panel h4 a {
  padding: 20px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

#annuaire-area .panel-group .panel.active h4 a {
  color: var(--white);
  background-color: var(--ltn__secondary-color);
  border-radius: 5px 5px 0 0;
}

#annuaire-area .panel-group .panel h4 a i {
  font-size: 15px;
}

#annuaire-area .panel-group .panel .panel-collapse {
  position: absolute;
  z-index: 15;
  background-color: var(--brown-extralight);
  border-radius: 0 0 5px 5px;
}

#annuaire-area .panel-group .panel.active .panel-collapse {
  background: linear-gradient(180deg, rgb(248, 253, 222) 0%, rgb(248, 253, 222) 5%, rgba(255,255,255,1) 100%);
}

#annuaire-area .panel-group .panel .panel-collapse.active {
  box-shadow: var(--ltn__box-shadow-2-h);
}

#annuaire-area .panel-group .panel .listings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#annuaire-area .panel-group .panel .categories {
  box-shadow: 0 10px 15px 0 rgba(7, 28, 31, 0.1);
  width: 95%;
  margin: 4px 3px;  
  border-radius: 5px;
}
#annuaire-area .panel-group .panel .categories a {
  padding: 2px 5px;
  height: 100%;
  display: block;
}

#annuaire-area #section-search form {
  width: 315px;
  margin: auto;
}

#fleuristes-area .fleuriste-card {
  background-color: var(--brown-extralight);
  border-radius: 10px;
}

#fleuristes-area .fleuriste-header {
  padding: 10px 13px;
  align-items: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#fleuristes-area .fleuriste-header > div:nth-child(1) {
  width: 30%;
}
#fleuristes-area .fleuriste-header > div:nth-child(2) {
  width: 65%;
  padding-left: 15px;
}

@media (max-width: 767px) {
  #fleuristes-area .fleuristes-ctn {
    margin-top: 15px;
  }
  #fleuristes-area .fleuriste-header > div:nth-child(1) {
    width: 30%;
  }
  #fleuristes-area .fleuriste-header > div:nth-child(2) {
    width: 65%;
    padding-left: 15px;
  }
}

#fleuristes-area .fleuriste-body {
  padding: 10px 13px;
  border-top: 1px solid var(--brown-mid);
}

#fleuristes-area .fleuriste-card .open-fleuriste {
  border-radius: 50%;
  padding: 0;
  font-size: 16px;
  background-color: var(--ltn__secondary-color);
  color: var(--white);
  position: absolute;
  top: calc(50% - 17.5px);
  right: calc(0px - 17.5px);
  width: 35px;
  height: 35px;
}

#fleuristes-area .fleuriste-card {
  transition: .2s all;
}
#fleuristes-area .fleuriste-card.active {
  box-shadow: var(--ltn__box-shadow-2-h);
  z-index: 15;
}

#fleuristes-area .ltn__shop-details-tab-area {
  padding: 0;
}

#fleuristes-area .nav-tabs {
  min-width: 90px;
}

/* ----------------------------------------------------
    Contact Form Area
---------------------------------------------------- */
.ltn__contact-address-item {
  text-align: center;
  margin-bottom: 30px;
}

.ltn__contact-address-item i {
  background-color: transparent;
  height: 60px;
  width: 60px;
  line-height: 60px;
  -webkit-box-shadow: var(--ltn__box-shadow-2);
  box-shadow: var(--ltn__box-shadow-2);
  text-align: center;
  border-radius: 100%;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: inline-block;
}

.ltn__contact-address-item:hover i {
  background-color: var(--custom-green);
  color: var(--white);
}

.contact-form-box {
  padding: 0;
  position: relative;
  z-index: 1;
}

#contact-attachment {
  width: 100%;
  padding: 10px;
  cursor: pointer;
}

.contact-form-box .btn-wrapper {
  text-align: end;
  margin: 0;
}
.contact-form-box textarea {
  min-height: 150px;
}

.contact-form-box .btn {
  font-weight: 500;
}
.google-map {
  height: 550px;
}

.form-messege .error {
  color: var(--custom-error);
}

.form-messege .success {
  color: var(--custom-green);
}

@media (max-width: 767px) {
  .contact-form-box {
    padding: 40px 25px 50px;
  }
}

/* ----------------------------------------------------
    Cart Table Area
---------------------------------------------------- */
.table-1 table {
  border: 0;
  text-transform: uppercase;
  font-size: 13px;
  width: 100%;
}

.table-1 table tr:first-child {
  font-weight: 700;
  text-transform: uppercase;
  background-color: #e5e5e6;
}

.table-1 table tr:nth-child(odd) {
  background-color: #e5e5e6;
}

.table-1 table tr:nth-of-type(even) {
  background: #f9f9f9;
}

.table-1 table tr th {
  font-weight: 700;
  text-transform: uppercase;
  background-color: #e5e5e6;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 10px 0;
  display: table-cell;
  line-height: 18px;
  text-align: center;
  width: 12%;
}

.table-1 table tr td {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 10px 0;
  display: table-cell;
  line-height: 18px;
  text-align: center;
}

.mobile-show {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobile-none {
    display: none;
  }

  .mobile-show {
    display: block;
  }
}

/* ----------------------------------------------------
    Cart plus minus
---------------------------------------------------- */
.cart-plus-minus {
  width: max-content;
  text-align: center;
}

.cart-plus-minus > div {
  display: flex;
  justify-content: left;
  align-items: center;
}

.product-variants-item .cart-plus-minus > div,
.wanted-price-ctn .cart-plus-minus > div {
  justify-content: center;
}

.product-variants-item {
  border-radius: 20px;
}

.product-variants-item.error {
  border: 2px solid var(--red-2);
  background-color: rgba(255, 0, 0, 0.029);
}

.cart-plus-minus input {
  width: 60px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  border-radius: 5px;
}

.wanted-price-ctn .cart-plus-minus input {
  width: 115px;
}

.cart-plus-minus > div span {
  height: 40px;
  width: 40px;
  box-shadow: var(--ltn__box-shadow-2);
}

.cart-plus-minus > div span {
  user-select: none;
  border-radius: 50px;
  padding: 8px;
  font-size: 25px;
  line-height: 22px;
  background: var(--ltn__secondary-color);
  color: var(--white);
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: 0.15s all;
}

.cart-plus-minus > div span:active {
  box-shadow: none;
  transform: scale(0.96);
}

.cart-plus-minus > div span.disabled {
  background-color: var(--grey-extralight);
  cursor: not-allowed;
}
  
.cart-plus-minus > div span:first-child {
  margin-right: 5px;
}
 
.cart-plus-minus > div span:last-child {
  margin-left: 5px;
}

input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  width: 40%;
  font-weight: 400;
}

/* ----------------------------------------------------
    Product Details
---------------------------------------------------- */
.product-details-content .product-title {
  font-size: 36px;
  font-weight: 700;
}

.product-details-content .product-price {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product-details-content .product-excerpt {
  margin-bottom: 30px;
}

.product-details-content .cart-plus-minus {
  display: inline-block;
  margin-right: 20px;
}

.product-details-content .product-details-cart-btn {
  display: inline-block;
  margin-top: 0;
}

.product-details-content .product-details-buy-btn .theme-btn-1 {
  padding: 10px 100px 9px;
}

/* ----------------------------------------------------
    Shoping Cart
---------------------------------------------------- */
.table tr:nth-child(odd) {
  background-color: #f7f8fa;
}

.table tr:nth-child(even) {
  background-color: #fafafa;
}

.shoping-cart-table tbody {
  border-bottom: 1px solid #dee2e6;
}

.shoping-cart-table thead th {
  vertical-align: middle;
  border-bottom: 0;
  background-color: #f7f8fa;
}

.shoping-cart-table .table tr {
  background-color: transparent;
  display: table;
  width: 100%;
}

.shoping-cart-table td {
  padding: 20px 25px;
  vertical-align: middle;
}

.cart-product-image img {
  max-width: 100px;
}

.cart-product-remove {
  cursor: pointer;
}

.cart-product-remove:hover {
  color: var(--ltn__secondary-color);
}

.cart-product-subtotal {
  font-weight: 700;
}

.cart-coupon-row {
  background-color: #f7f8fa;
  text-align: right;
}

.cart-coupon {
  text-align: left;
}

.cart-coupon input {
  max-width: 250px;
  margin-bottom: 0;
}

.submit-button-1 {
  padding: 10px 30px;
  background-color: var(--ltn__primary-color);
  color: var(--white);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.submit-button-1:hover {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}

.btn.disabled {
  cursor: not-allowed;
}

.shoping-cart-total {
  float: right;
  max-width: 450px;
  width: 100%;
}

.shoping-cart-total .table {
  margin-bottom: 0;
}

.shoping-cart-total .btn-wrapper {
  margin-top: 0;
}

.shoping-cart-total .btn-wrapper .theme-btn-1 {
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .shoping-cart-table td {
    padding: 20px 10px;
  }

  .cart-product-image img {
    max-width: 80px;
  }

  .cart-product-info h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .shoping-cart-table thead th {
    display: none;
  }

  .shoping-cart-table .table tr {
    display: block;
    text-align: center;
  }

  .shoping-cart-table td {
    display: block;
    padding: 20px 15px;
  }

  .cart-product-image {
    max-width: 100%;
  }

  .shoping-cart-table .cart-plus-minus {
    margin-left: auto;
    margin-right: auto;
  }

  .cart-coupon input {
    margin-bottom: 20px;
  }

  .shoping-cart-table .table tr:nth-child(even) {
    background-color: var(--section-bg-1);
  }
}

/* ----------------------------------------------------
    Custom Content
---------------------------------------------------- */
.custom-content-brief h1 {
  margin-bottom: 30px;
}

.custom-content-brief .btn-wrapper {
  margin-top: 40px;
}

/* ----------------------------------------------------
    Newsletter
---------------------------------------------------- */
.ltn__newsletter-inner .ltn__form-box {
  position: relative;
  margin-top: 30px;
}

.ltn__newsletter-inner .ltn__form-box input {
  margin-bottom: 0;
  padding-right: 140px;
}

.ltn__newsletter-inner .ltn__form-box button {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ltn__newsletter-inner-4 h1 {
  font-size: 48px;
  font-weight: 500;
}

.ltn__newsletter-inner-4 .ltn__form-box input {
  border-radius: 50px;
}

.ltn__newsletter-inner-4 .ltn__form-box button {
  border-radius: 0px 50px 50px 0px;
}

@media (max-width: 991px) {
  .ltn__newsletter-inner-4 h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .ltn__newsletter-inner-4 h1 {
    font-size: 26px;
  }
}


/* ----------------------------------------------------
    About Area
---------------------------------------------------- */

.ltn__about-area {
  padding: 60px 0;
}

/* ----------------------------------------------------
    PARTNERS AREA
---------------------------------------------------- */
#home-partners-area {
  background-color: var(--brown-extralight);
}
#category-partners-area {
  background-color: var(--white);
}
#product-partners-area {
  background-color: var(--brown-extralight);
}
.ltn__brand-logo-area {
  padding: 60px 0;
  overflow: visible !important;
}
.ltn__brand-logo-area .swiper-wrapper {
  align-items: center;
}

.ltn__brand-logo-item {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 10px 0;
}

.ltn__brand-logo-item img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: auto;
  margin-right: auto;
  height: 70%;
  width: 70%;
}

@media (min-width: 1064px) {
  .ltn__brand-logo-item img {
    width: 30%;
  }
}

.ltn__brand-logo-item:hover {
  /*
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        */
  opacity: 1;
}

.ltn__brand-logo-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* ----------------------------------------------------
    Progress Bar 
---------------------------------------------------- */
.ltn__progress-bar-wrap {
  margin-bottom: 50px;
}

.ltn__progress-bar-item {
  overflow: hidden;
  margin-bottom: 10px;
}

.ltn__progress-bar-item>p {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.ltn__progress-bar-item .progress {
  background: #ebeeee none repeat scroll 0 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  height: 3px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 12px;
  overflow: visible;
  text-transform: uppercase;
  position: relative;
}

.ltn__progress-bar-item .progress-bar {
  background-color: var(--ltn__secondary-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--ltn__secondary-color);
  font-size: 11px;
  overflow: visible;
  height: 7px;
  margin-top: -2px;
  text-align: left;
  position: relative;
}

.ltn__progress-bar-item .progress-bar span {
  border-radius: 15px;
  display: inline-block;
  height: 25px;
  letter-spacing: 0;
  line-height: 24px;
  min-width: 25px;
  padding: 0 3px;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .ltn__progress-bar-item>p {
    font-size: 14px;
  }
}


/* ----------------------------------------------------
   Map Locations Area
---------------------------------------------------- */
.map-ctn {
  height: 500px;
  /* height: auto; */
  min-height: 300px;
}

#map {
  height: 100%;
  border-radius: 10px;
  z-index: 0;
}

.leaflet-marker-icon {
  filter: drop-shadow(0 0 4px var(--brown-dark));
}

/* ----------------------------------------------------
    Checkout Page
---------------------------------------------------- */

/* Checkout header */
.checkout-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-header > div{
  width: 33%;
}
.checkout-header .ltn__drop-menu {
  text-align: right;
}

.checkout-header .ltn__drop-menu > ul > li > a {
  font-size: 20px;
}

.checkout-header .ltn__drop-menu .user-menu {
  text-align: left;
}

@media (max-width: 767px) {
  .checkout-header{
    flex-direction: column-reverse;
    justify-content: center;
  }
  .checkout-header > div{
    width: 100%;
  }
  .checkout-header .header-contact-search-column{
    margin: 15px 0 15px -30px;
  }
  .checkout-header .header-contact-search {
    width: 175px;
    margin: auto;
  }

  .checkout-header .ltn__drop-menu {
    display: none;
  }
}

/* Container */
@media (max-width: 992px) {
  #checkout-container > div.row {
    flex-direction: column-reverse;
  }
}

/* step by step */
#checkout-stepbystep {
  position: relative;
  width: 100%;
}

#checkout-stepbystep.sticky {
  position: fixed;
  border-radius: 0 0 10px 10px;
  margin: 0;
  padding: 7px 12px;
  box-shadow: var(--ltn__box-shadow-2);
  width: 100%;
  background-color: var(--white);
  top: 0px;
  left: 0;
  z-index: 10;
}

#checkout-stepbystep.sticky i {
  margin-top: 4px;
}

#checkout-stepbystep .stepbystep-ctn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#checkout-stepbystep .stepbystep-ctn::before {
  content: '';
  background-color: var(--brown-extralight);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
}

#checkout-stepbystep .stepbystep-ctn .progress {
  background-color: var(--ltn__secondary-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 0%;
  z-index: -1;
  transition: .4s ease;
  z-index: 1;
}

#checkout-stepbystep .stepbystep-ctn .circle {
  background-color: #fff;
  color: #999;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--brown-extralight);
  z-index: 1;
}

#checkout-stepbystep.sticky .stepbystep-ctn .circle {
  font-size: 14px;
  padding: 12px;
}

#checkout-stepbystep .stepbystep-ctn .circle.processing {
  border-color: var(--brown-mid);
  color: var(--brown-mid);
  transform: scale(1.2);
}

#checkout-stepbystep .stepbystep-ctn .circle.active,
#checkout-stepbystep .stepbystep-ctn .circle.active.processing {
  transform: scale(1);
  border-color: var(--ltn__secondary-color);
  color: var(--ltn__secondary-color);
}

/* Step sections */
#checkout-inner, .checkout-step-section, h1 {
  scroll-margin-top: 55px;
  position: relative;
}

.checkout-step-section.not-reachable .checkout-collapse-link {
  cursor: not-allowed;
}

.checkout-step-section .nav-tabs {
  justify-content: space-between;
  margin-bottom: 30px;
}

.checkout-step-section .nav-tabs .nav-item {
  width: 49%;
}

.checkout-step-section .nav-tabs > li > button {
  padding: 6px 12px 8px;
}

.checkout-step-section .nav-tabs > li:hover > button, .checkout-step-section .nav-tabs button.active {
  padding: 4px 12px 8px;
}

.checkout-step-section .tempo-overlay.show,
.checkout-step-section .tempo-overlay-modal.show,
#cart-recap-section .tempo-overlay.show {
  display: block;
}

.checkout-step-section .tempo-overlay,
.checkout-step-section .tempo-overlay-modal,
#cart-recap-section .tempo-overlay {
  display: none;
  backdrop-filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  border-radius: 10px;
}

.ltn__checkout-single-content {
  margin-bottom: 20px;
}

.checkout-section-header {
  position: relative;
  border-radius: 10px;
  z-index: 1;
}

.checkout-section-header.step-error {
  border: 2px solid var(--custom-error);
}
.checkout-section-header.step-info {
  border: 2px solid var(--custom-info);
}
.checkout-section-header.step-success {
  border: 2px solid var(--custom-green);
}
.checkout-section-header.step-warning {
  border: 2px solid var(--custom-warning);
}


.checkout-section-header a.checkout-collapse-link {
  background-color: #f4f7e6;
  padding: 20px 30px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: var(--ltn__box-shadow-8);
}

.checkout-section-header a.checkout-collapse-link h5 {
  margin: 0;
  display: flex;
  align-items: center;
}

.checkout-section-header a.checkout-collapse-link h5 span {
  min-width: max-content;
}

.checkout-section-header a.checkout-collapse-link .validation-badge {
  margin: 0 5px 0 10px;
}

.checkout-section-header .validation-recap-ctn {
  display: flex;
  justify-content: center;
}

.checkout-section-header .validation-recap-ctn * {
  color: var(--gray) !important;
}

.checkout-section-header .validation-recap-ctn > span {
  color: var(--brown-dark);
}

.checkout-section-header .validation-recap-ctn > span {
  font-size: 0.8rem;
  box-shadow: var(--ltn__box-shadow-2);
}

#authentication-tabs li {
  width: 33%;
}

#payment-recap-section .recap-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
}

#payment-recap-section .recap-left-col {
  border-right: 1px solid var(--brown-dark);
}

.step-error .checkout-step-notif {
  color: var(--custom-error);
}
.step-warning .checkout-step-notif {
  color: var(--custom-warning);
}
.step-success .checkout-step-notif {
  color: var(--custom-green);
}
.step-info .checkout-step-notif {
  color: var(--custom-info);
}

.ltn__delivery-address-form .input-item input, 
.ltn__delivery-address-form .input-item select,
.ltn__delivery-details-form .input-item input,
.ltn__delivery-details-form .input-item select,
.ltn__delivery-details-form .input-item textarea{
  border-radius: 10px;
}

.input-item input::-webkit-input-placeholder,
.input-item textarea::-webkit-input-placeholder,
.input-item select option:disabled{
  color: var(--gray);
}

.ltn__checkout-single-content-info {
  background-color: #FFF;
  position: relative;
  padding: 30px;
  border: 1px solid var(--border-color-1);
  border-radius: 10px;
  margin-bottom: 20px;
  transition: 0.3s all;
}

.ltn__checkout-single-content-info.closing {
  transform: translateY(-60px);
}


#ltn__recap-payment, .ltn__recap-payment-wrap {
  margin-bottom: 0;
}

textarea#ruban-message,
textarea#additional-message {
  min-height: 100px;
}

.ltn__checkout-payment-method .card {
  padding: 20px;
  border-radius: 0;
}

.ltn__checkout-payment-method .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ltn__checkout-payment-method .card-body {
  padding: 15px 30px;
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
  margin-top: 15px;
  position: relative;
}

.ltn__checkout-payment-method .card-body::before {
  position: absolute;
  top: -3px;
  left: 25px;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

.ltn__checkout-payment-method .ltn__card-title {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}

.ltn__checkout-payment-method .ltn__card-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #333;
  border-radius: 50%;
}

.ltn__checkout-payment-method .ltn__card-title::after {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 11px;
  height: 11px;
  margin-top: 2px;
  content: "";
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  background-color: #333;
}

.ltn__checkout-payment-method .ltn__card-title img {
  height: 45px;
  margin-left: 10px;
}

.ltn__checkout-payment-method .ltn__card-title[aria-expanded="true"]::after {
  opacity: 1;
}

.ltn__checkout-payment-method p {
  font-size: 14px;
}

.ltn__checkout-payment-method p:last-child {
  margin-bottom: 0;
}

.paypal-button-container {
  max-width: 100% !important;
}

.cart-summary-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--ltn__secondary-color);
  margin-bottom: 7px;
}

.cart-summary-line.cart-total {
  font-weight: 600;
}

.product-price h6 {
  margin: 0;
}

.product-line-grid-left {
  width: 115px;
}

.product-line-grid-body {
  font-size: .9rem;
  line-height: 20px;
}

.ltn__checkout-single-content .select-association {
  font-size: 0.7rem;
  margin: 0;
}

.ltn__association-wrap .checkout-section-header .checkout-collapse-link  {
  background-color: var(--custom-red-light);
}

.ltn__association-wrap label  {
  color: #f9b1b1 !important;
}

#asso-details {
  display: none;
  position: relative;
  margin-top: 20px;
  transition: .3s all;
}
#asso-details h3 {
  font-size: 15px;
}
#asso-details img {
  width: 90px;
}
#asso-details p {
  font-size: 12px;
}

#asso-details a {
  font-size: 13px;
}

#asso-details #asso-collapse-content {
  overflow: hidden;
  transition: .3s all;
}

#asso-details #asso-collapse-btn {
  position: absolute !important;
  padding: 0 10px !important;
  background-color: var(--brown-extralight);
  z-index: 1;
  color: var(--brown-dark);
  top: calc(100% - 30px);
  right: calc(50% - 18px);
  margin: 0;
  transition: .3s all;
}

#asso-details #asso-collapse-btn.open {
  top: 102%;
}

#asso-details #asso-collapse-btn i {
  margin-top: 5px;
  font-size: 20px;
  transition: .3s all;
}

#asso-details #asso-collapse-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
}

.ltn__delivery-address-form {
  position: relative;
}

.custom-radio-card {
  position: relative;
}

.custom-radio-card.error > div {
  border: 2px solid var(--custom-error) !important;
  border-top: 27px solid var(--custom-error) !important;
}

.address-ctn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.address-card, 
.add-address-btn {
  position: relative;
  text-align: left;
  cursor: pointer;
  background: #ebebeb;
  margin-bottom: 0.625rem;
  padding: 0;
  border-radius: 10px;
  width: 49%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: var(--ltn__box-shadow-2);
  transition: .2s background-color;
}

.address-card:hover,
.add-address-btn:hover {
  background-color: var(--brown-extralight);
}

@media (max-width: 768px) {
  #payment-recap-section .recap-left-col {
    border: none;
    margin-bottom: 30px;
  }

  .address-card,
  .add-address-btn {
    width: 100%;
  }
}

.address-card header {
  padding: 20px;
}

.address-card label,
.carte-message-line label,
.same-address-label,
.ruban label,
.payment-method label {
  display: flex;
  width: 100%;
  cursor: pointer;
}

.address-card label {
  align-items: flex-start;
}

.add-address-btn {
  color: var(--brown-dark);
  align-items: center;
  padding: 30px;
}

.add-address-btn i {
  font-size: 35px;
  user-select: none;
  pointer-events: none;
}
.add-address-btn span {
  font-size: 20px;
  user-select: none;
  pointer-events: none;
}

.carte-message-line label,
.same-address-label,
.ruban label,
.payment-method label {
  align-items: center;
  padding: 15px 10px;
  box-shadow: var(--ltn__box-shadow-2-h);
  border-radius: 10px;
  transition: .2s box-shadow;
}

@media (max-width: 768px) {
  .payment-method label {
    padding: 15px 5px;
    flex-direction: column;
    text-align: center;
  }
  
}

.same-address-label {
  padding-left: 0;
}

.ruban label {
  display: flex;
  justify-content: center;
}

.same-address-label {
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.carte-message-line label:hover,
.same-address-label:hover,
.ruban label:hover,
.payment-method label:hover {
  box-shadow: var(--ltn__box-shadow-2);
}

.address-custom-radio,
.carte-message-custom-radio {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  border: var(--ltn__secondary-color) 2px solid;
  background: white;
  top: 2px;
}

.ruban-custom-radio {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  border: var(--ltn__secondary-color) 2px solid;
  background: white;
  top: -1px;
}

.same-address-custom-radio,
.payment-method-custom-radio {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  border: var(--ltn__secondary-color) 2px solid;
  background: white;
  margin-left: 25px;
  margin-right: 25px;
}

.address-custom-radio > div,
.carte-message-custom-radio > div,
.same-address-custom-radio > div,
.ruban-custom-radio > div,
.payment-method-custom-radio > div {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.address-custom-radio > div input,
.carte-message-custom-radio > div input,
.same-address-custom-radio > div input,
.ruban-custom-radio > div input,
.payment-method-custom-radio > div input {
  visibility: hidden;
}

.address-collapse-btn {
  position: absolute;
  padding: 0 9px;
  top: 20px;
  right: 20px;
  background-color: var(--white);
  border-radius: 50px;
  box-shadow: var(--ltn__box-shadow-2);
}

.address-details {
    padding: 0 0 1.5rem 3.7rem;
    line-height: 20px;
}

.address-details b {
  text-transform: uppercase;
}

#payment-recap-form .form-group {
  margin-bottom: 50px;
}

#payment-recap-form h3 {
  font-size: 28px;
}

@media (max-width: 767px){
  #payment-recap-form h3 {
    font-size: 24px;
  }
}

.recap-address-details > div {
  line-height: 18px;
  font-style: italic;
}

#recap-delivery-address {
  position: relative;
}

#recap-delivery-address-details, 
#recap-details-date-content,
#recap-details-additional-content {
  position: relative;
  padding: 10px 23px;
  line-height: 21px;
  background-color: var(--brown-extralight);
  border-radius: 10px;
  border-top: 4px solid var(--ltn__secondary-color);
  font-style: italic;
}

#recap-delivery-address-actions {
  position: absolute;
  line-height: 18px;
  width: 100%;
  bottom: -45px;
}

#recap-delivery-address-actions > div {
  display: flex;
  width: 90%;
  margin: auto;
}

#recap-delivery-address-actions button {
  box-shadow: 0px 0px 7px -1px rgb(0 0 0 / 40%);
}

#choice-add-invoice-address {
  position: absolute;
  width: 100%;
  bottom: -45px;
}

#choice-add-invoice-address > div {
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin: auto;
}

#choice-add-invoice-address > div > button {
  width: 45%;
  line-height: 18px;
  box-shadow: 0px 0px 7px -1px rgb(0 0 0 / 40%);
}

.quote-ctn {
  position: relative;
  width: 100%;
  height: max-content;
}

.quote-ctn button {
  z-index: 2;
}

.quote-ctn span {
  position: absolute;
  top: -6px; 
  left: 30px;
  color: var(--brown-dark);
  font-size: 13px;
  font-weight: 700;
  background-color: var(--brown-extralight);
  border-radius: 5px;
  padding: 0 5px;
  z-index: 2;
  box-shadow: var(--ltn__box-shadow-8);
}

.address-footer {
  display: flex;
  justify-content: space-around;
  padding: 0.625rem;
  border-top: 1px solid rgb(223, 223, 223);
  text-align: center;
}

.section-edit-btn-top {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 7px;
  border-radius: 5px;
  background-color: var(--brown-extralight);
  box-shadow: var(--ltn__box-shadow-7);
  color: var(--gray);
  font-size: 12px;
  transition: .2s all;
}

.address-edit-btn#invoice-address-edit-btn {
  top: 4px;
  right: 20px;
  padding: 0px 10px;
}

.section-edit-btn-top:hover {
  color: var(--orange);
}

.address-footer button {
  width: 50%;
  transition: 0.2s all;
  background-color: transparent;
  color: var(--gray);
}

.address-footer .edit-address {
  border-right: 1px solid rgb(223, 223, 223);
}

.address-footer .edit-address:hover {
  color: var(--orange);
}

.address-footer .delete-address:hover {
  color: var(--red);
}

.address-card i.fa-check,
.carte-message-line i.fa-check,
.same-address-custom-radio i.fa-check,
.ruban label i.fa-check,
.payment-method i.fa-check {
  display: none;
}

.address-card.checked,
.carte-message-line label.checked,
.same-address-label.checked,
.ruban label.checked,
.payment-method label.checked {
  border-top: 4px solid var(--ltn__secondary-color);
  background: var(--brown-extralight);
  box-shadow: none;
}

.address-card.error,
.carte-message-line label.error,
.same-address-label.error,
.ruban label.error,
.payment-method label.error {
  border-top: 4px solid #b26069;
}

.address-card.checked header {
  padding-top: 16px; 
}

.carte-message-line label.checked,
.same-address-label.checked,
.ruban label.checked,
.payment-method label.checked {
  padding-top: 11px; 
  box-shadow: none;
}

.address-card.checked i.fa-check,
.carte-message-line label.checked i.fa-check,
.same-address-label.checked .same-address-custom-radio i.fa-check,
.ruban label.checked i.fa-check,
.payment-method label.checked i.fa-check {
  margin-top: 50px;
  display: inline-block;
  font-size: 13px;
  left: 2px;
  position: absolute;
  color: var(--ltn__secondary-color);
  top: -51px;
}

.address-card.checked button.address-collapse-btn {
  top: 16px;
}

.address-card.error i.fa-check,
.carte-message-line label.error i.fa-check,
.same-address-label.error .same-address-custom-radio i.fa-check,
.ruban label.error i.fa-check,
.payment-method label.error i.fa-check {
  color: #b26069;
}

.address-card.error .address-custom-radio,
.carte-message-line label.error .carte-message-custom-radio,
.same-address-label.error .same-address-custom-radio,
.ruban label.error .ruban-custom-radio,
.payment-method label.error .payment-method-custom-radio{
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  border: #b26069 2px solid;
  background: white;
}

.payment-method-label b {
  font-size: 11px;
}

.address-card#add-new-address {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.address-card#add-new-address span {
  color: var(--brown-dark);
}

.address-card#add-new-address i {
  font-size: 4rem;
}

.address-card#add-new-address i,
.address-card#add-new-address span {
  color: var(--brown-dark);
  transition: .2s all;
}

.address-card#add-new-address:hover i,
.address-card#add-new-address:hover span {
  color: var(--ltn__secondary-color);
}

#delete-all-cart {
  transition: .2s all;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  border-radius: 9px 0 10px 0;
  background-color: var(--brown-extralight);
  width: 38px;
  height: 37px;
  overflow: hidden;
  color: var(--custom-error);
  font-size: 14px;
}

#delete-all-cart.active {
  width: 170px;
}

#delete-all-cart i{
  transition: .2s all;
  color: var(--gray);
}
#delete-all-cart.active i{
  padding-right: 5px;
  transform: scale(1.1);
}

#delete-all-cart:hover i{
  color: var(--custom-error);
}

.add-address-modal .modal-body p {
  font-size: 1.6rem;
}

.checkout-aside > div {
  position: relative;
}

.checkout-aside > div {
  position: sticky;
  top: 50px;
}

@media (max-width: 992px) {
  .checkout-aside > div {
    position: relative;
    top: 0;
  }
}

.delete-address-modal .modal-body {
  padding: 15px 30px;
}

.modal h5 {
  background-color: transparent;
}

.promo-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promo-code form {
  width: 100%;
}

.promo-code form input {
  margin: 0;
  border-radius: 10px;
  font-size: 1rem;
}

.cart-detailed-totals .btn-round {
  padding: 5.5px;
  border-radius: 0 10px 10px 0;
  font-size: .9rem;
}
.cart-detailed-totals .alert-error {
  position: relative;
  margin-top: 1.25rem;
  background: #ff4c4c;
  color: white;
}
.cart-detailed-totals .alert-error::after {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ff4c4c;
  border-width: 10px;
  margin-left: -10px;
}
.cart-detailed-totals .alert-success {
  position: relative;
  margin-top: 1.25rem;
  background: var(--ltn__secondary-color);
  color: white;
  margin-bottom: 0;
}
.cart-detailed-totals .alert-success::after {
  bottom: 100%;
  right: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: var(--ltn__secondary-color);
  border-width: 10px;
  margin-left: -10px;
}
.cart-detailed-totals .alert {
  display: flex;
  align-items: center;
}
.cart-detailed-totals .alert i {
  margin-right: 15px;
}

.cart-detailed-totals .promo-badge {
  position: relative;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  font-size: 12px;
  font-weight: bold;
  padding: 0 8px;
  height: 30px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  position: relative;
  background-color: var(--ltn__secondary-color);
  color: white;
  width: auto;
}
.cart-detailed-totals .promo-badge::before {
  position: absolute;
  left: -20px;
  top: 50%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 20px solid var(--ltn__secondary-color);
  border-bottom: 15px solid transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cart-detailed-totals .promo-badge::after {
  display: block;
  content: "";
  position: absolute;
  background: white;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  left: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#delete-promo, #delete-slip {
  position: absolute;
  cursor: pointer;
  left: -35px;
  top: 6px;
  font-size: 20px;
  color: var(--gray);
  z-index: 1;
  border-radius: 50px;
}

#delete-promo:hover, #delete-slip:hover {
  color: var(--custom-error);
}

#manque_inspiration a,
#recap-cgv a {
  text-decoration: underline;
}

#cart-ruban-deuil {
  color: var(--brown-mid);
  font-weight: 600;
}

#cart-saved-money {
  color: var(--ltn__secondary-color);
  font-weight: 600;
}

/* ----------------------------------------------------
    Myaccount Page
---------------------------------------------------- */
.ltn__tab-menu-list {
  position: sticky;
  top: 100px;
}

.ltn__tab-menu-list .account-nav {
  margin-right: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--ltn__box-shadow-6);
}

.ltn__tab-menu-list .account-nav a {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid var(--border-color-1);
}

.ltn__tab-menu-list .account-nav a:last-child {
  border-bottom: 0;
}

.ltn__tab-menu-list .account-nav a i {
  font-size: 14px;
}

.ltn__tab-menu-list .account-nav a.active {
  background-color: var(--brown-mid);
  color: var(--white);
}

.ltn__tab-menu-list .account-mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.ltn__tab-menu-list .account-mobile-menu-current {
  background-color: var(--brown-mid);
  color: var(--white);
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid var(--border-color-1);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.ltn__tab-menu-list .account-mobile-menu-toggle-ctn {
  width: 9%;
}

.ltn__tab-menu-list .account-mobile-menu-toggle-ctn > a {
  width: 24px;
  height: 32px;
  position: relative;
  display: flex;
  color: var(--brown-dark);
  margin: auto;
}

.ltn__tab-menu-list .account-mobile-menu-toggle-ctn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 60px;
  margin-top: -2px;
  margin-left: -2px;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
}

.ltn__tab-menu-list .account-mobile-menu-toggle-ctn svg path#top, 
.ltn__tab-menu-list .account-mobile-menu-toggle-ctn svg path#bottom {
  stroke-dasharray: 240px 950px;
}
.ltn__tab-menu-list .account-mobile-menu-toggle-ctn svg path#middle {
  stroke-dasharray: 240px 240px;
}

.ltn__tab-menu-list .account-mobile-menu-toggle-ctn svg path {
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  fill: none;
  stroke: var(--brown-dark);
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 30px;
}

.ltn__tab-menu-list .account-mobile-menu-toggle-ctn .close svg path#top,
.ltn__tab-menu-list .account-mobile-menu-toggle-ctn .close svg path#bottom {
  stroke-dasharray: -650px;
  stroke-dashoffset: -650px;
}

.ltn__tab-menu-list .account-mobile-menu-toggle-ctn .close svg path#middle {
  stroke-dasharray: 1px 220px;
  stroke-dashoffset: -115px;
}

@media (min-width: 992px) {
  .ltn__tab-menu-list .nav {
    display: block;
  }
}

@media (max-width: 992px) {
  .ltn__tab-menu-list {
    position: relative;
    margin-bottom: 40px;
    top: 0;
  }
  .ltn__tab-menu-list .nav {
    width: 100%;
    margin-right: 0;
  }
  .ltn__tab-menu-list .nav.show,
  .ltn__tab-menu-list .nav.collapsing {
    display: block !important;
  }

  .ltn__tab-menu-list .account-nav a {
    padding: 10px 20px;
}
}

@media (max-width: 576px) {
  .ltn__tab-menu-list .account-mobile-menu-current {
    width: 88%;
  }
}

.ltn__myaccount-tab-content-inner > .tab-content {
  position: relative;
}

.ltn__myaccount-tab-content-inner div.fieldset {
  border-radius: 10px;
  padding: 20px 20px;
  border: 4px solid var(--brown-extralight);
  margin-bottom: 15px;
}

.ltn__myaccount-tab-content-inner > div:last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .ltn__myaccount-tab-content-inner > div {
    padding: 15px;
  }
}

.tab-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab-header > h2,
.tab-header > p:last-child,
.tab-body > h3:last-child,
.tab-body > p:last-child {
  margin: 0;
}

.tab-action-btn-top {
  border-radius: 5px;
  background-color: var(--custom-green);
  box-shadow: var(--ltn__box-shadow-7);
  color: var(--white);
  font-size: 20px;
  transition: .2s all;
  width: 45px;
  height: 45px;
  text-align: center;
}

.tab-action-btn-top i {
  transform: translateY(15%);
}

.tab-action-btn-top:hover {
  color: var(--white);
  transform: scale(0.95);
}

/* Dashboard Tab */
#dashboard-tab .tab-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
}

.tab-footer-order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.tab-footer-order-header h3 {
  margin: 0;
}

.tab-footer-order-header a {
  padding: 5px 7px !important;
  border-radius: 50px;
  font-size: 12px;
}

#dashboard-tab .tab-footer-order {
  width: 70%;
}

#dashboard-tab .tab-footer-contact {
  width: 28%;
}

#dashboard-tab .tab-footer-order > div:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  #dashboard-tab .tab-footer-order {
    width: 100%;
  }
  
  #dashboard-tab .tab-footer-contact {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tab-footer-order-header {
    margin-bottom: 40px;
  }
}


/* Addresses Tab */
#addresses-tab .nav-tabs {
  justify-content: space-between;
  margin-bottom: 30px;
}

#addresses-tab .nav-tabs .nav-item {
  width: 49%;
}

/* Discount Tab */
#coupons-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.coupon-card{
  width: 48.5%;
  background: var(--brown-extralight);
  text-align: center;
  padding: 25px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15);
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.coupon-card h3{
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin: 0;
}

.coupon-card p{
  font-size: 15px;
}

.coupon-row{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
  width: 100%;
}

.coupon-code{
  border: 1px dashed;
  padding: 10px 20px;
  border-right: 0;
  font-weight: 600;
}

.coupon-btn{
  border: 1px solid var(--brown-mid);
  background: var(--brown-mid);
  padding: 10px 20px;
  color: var(--white);
  cursor: pointer;
}

.coupon-circle1, .coupon-circle2{
  background: var(--body-background);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.coupon-circle1{
  left: -25px;
  box-shadow: inset -9px 0px 10px -8px rgb(0 0 0 / 15%);
}

.coupon-circle2{
  box-shadow: inset 9px 0px 10px -8px rgb(0 0 0 / 15%);
  right: -25px;
}

.coupon-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1200px) {
  .coupon-card{
    width: 100%;
  }
}

/* Slip Tab */
.slip-list .coupon-card {
  background: var(--custom-green-light);
}

.slip-list .coupon-footer {
  display: block;
}

/* Orders Tab */
.order-card {
  position: relative;
  border-radius: 10px;
  box-shadow: var(--card-shadow);
  margin-bottom: 20px;
}

.order-card:last-child {
  margin-bottom: 0;
}

.order-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: var(--brown-extralight);
  border-radius: 10px;
}

.order-card-header-left {
  display: flex;
  justify-content: flex-start;
}

.order-card-header-left > span {
  margin-right: 15px;
  line-height: 1.4;
  width: max-content;
  font-size: 15px;
}
.order-card-header-left > span:last-child {
  margin-right: 0;
}

.order-ref b {
  font-size: 15px;
}

.order-ref.small {
  display: none;
  position: absolute;
  margin-top: -5px;
  transition: all .3s;
}
.order-ref.small em {
  font-size: 9px;
  font-weight: 100;
  transition: all .3s;
}
.order-ref.small b {
  font-size: 11px;
  transition: all .3s;
}
.open .order-ref.small {
  margin-top: -3px;
}
.open .order-ref.small em {
  font-size: 11px;
}
.open .order-ref.small b {
  font-size: 13px;
}

.order-card-header-left > span > em,
.order-card-header-right > span > em  {
  font-size: 10px;
}

.order-card-header-right {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  flex-direction: column;
  text-align: end;
}

.order-card-header-right > span {
  margin-left: 7px;
  line-height: 1.4;
}

.order-card-body {
  padding: 15px 20px;
  height: 55px;
  overflow: hidden;
  transition: all .3s;
}

.order-card-preview {
  margin-bottom: 50px;
  transition: all .3s;
}

.open .order-card-preview {
  margin-bottom: 30px;
}

.order-status {
  color: var(--white);
  border-radius: 5px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 600;
}

.order-card-preview h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  margin-left: 50px;
  font-size: 17px;
  transition: all .3s;
  width: 75%;
}

.open .order-card-preview h3 {
  margin-left: 0;
  font-size: 22px;
}

.order-collapse-btn {
  float: right;
  transition: all .2s;
  padding: 0 9px;
  background-color: var(--white);
  border-radius: 50px;
  box-shadow: var(--ltn__box-shadow-2);
}

.open .order-collapse-btn {
  transform: rotate(180deg);
}

.order-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.order-card ul li {
  line-height: 22px;
  font-size: 13px;
  margin: 0;
}

.order-img {
  width: 30%;
}

.order-img img {
  margin-top: -160px;
  width: 35px;
  transition: all .3s;
}

.open .order-img img {
  margin-top: 0;
  width: 80%;
}

.order-collapse {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.order-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.order-content h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

.order-content li {
  display: flex;
  justify-content: space-between;
}

.order-content li label {
  margin-right: 5px;
}

.order-details-ctn {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 70%;
}

.order-details-ctn > div {
  margin-bottom: 15px;
}
.order-details-ctn > div:last-child {
  margin-bottom: 0;
}

.order-details, 
.order-price {
  width: 50%;
}

.order-details {
  padding-right: 15px;
}

.order-price {
  padding-left: 15px;
}

.order-messages {
  width: 100%;
}

.order-messages > div {
  margin-bottom: 15px;
}

.order-messages > div:last-child {
  margin-bottom: 0;
}

.order-messages p {
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.order-actions-ctn {
  display: inline-block;
  float: right;
}

.order-actions-ctn .btn-group {
  position: absolute;
  right: 50px;
}

.order-actions-ctn .btn-group {
  padding-right: 10px;
  color: var(--ltn__paragraph-color);
}
.order-actions-ctn .dropdown-toggle {
  background-color: transparent;
}
.order-actions-ctn .dropdown-toggle::after {
  content: none;
}


@media (max-width: 1200px) {
  .order-collapse {
    flex-direction: column;
  }
  .order-content {
    width: auto;
    margin-bottom: 20px;
  }
  .order-details-ctn {
    margin-bottom: 20px;
  }
  .order-actions {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }
  .order-actions a {
    width: 31%;
    margin: 0;
  }

}

@media (max-width: 767px) {
  .order-card {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .order-status {
    position: absolute;
    top: -16px;
    width: 100%;
    right: 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
  }
  .order-content {
    flex-direction: column;
    width: 100%;
  }
  .order-content > div {
    width: 100%;
  }
  .order-details-ctn {
    margin-bottom: 0;
  }
  
  .order-details-ctn {
    flex-direction: column;
  }
  .order-details-ctn > div {
    width: 100%;
    padding: 0;
  }
  .order-details {
    margin-bottom: 25px;
  }
  .order-img img {
    margin-top: -150px;
    width: 30px;
  }
  .open .order-img {
    width: 100%;
  }
  .open .order-img img {
    width: 50%;
    transform: translate(50%);
    margin: 15px auto;
  }
  
  .open .order-card-preview h3 {
    width: 85%;
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  .order-card-preview h3 {
    font-size: 15px;
  }
  .open .order-card-preview h3 {
    font-size: 19px;
  }
  .order-card-header-left {
    width: 100%;
    justify-content: space-between;
  }
  .order-card-header-right {
    width: 0;
  }
  .order-ref.large {
    display: none;
  }
  .order-ref.small {
    display: block;  
  }
  .order-actions a {
    padding: 2px 4px;
    font-size: 12px;
  }
}

@media (max-width: 425px) {
  .order-card-preview h3 {
    margin-left: 40px;
    width: 65%;
  }
  .order-card-header-left > span {
    margin-right: 10px;
    font-size: 12px;
  }
  .order-card-header-left > span em{
    font-size: 8px;
  }
}

/* ----------------------------------------------------
    Footer Default Style
---------------------------------------------------- */
.footer-widget .footer-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-widget p,
.footer-widget ul li {
  font-size: 14px;
}

.footer-copyright-right ul li,
.footer-copyright-right p,
.footer-copyright-left ul li,
.footer-copyright-left p {
  font-size: 12px;
  text-transform: uppercase;
}

.section-bg-5 .footer-widget .footer-title {
  color: var(--brown-dark);
}

.section-bg-5 .footer-widget p,
.section-bg-5 .footer-widget ul li {
  color: var(--brown-mid);
}

.section-bg-5 .footer-copyright-right ul li,
.section-bg-5 .footer-copyright-right p,
.section-bg-5 .footer-copyright-left ul li,
.section-bg-5 .footer-copyright-left p {
  color: var(--brown-dark);
}

/*-------------------------
    Footer Area
-------------------------*/
.footer-area {
  background-color: var(--brown-extralight);
  border-radius: 10px 10px 0 0;
}

.footer-top-area {
  padding-top: 95px;
  padding-bottom: 15px;
}

.footer-widget {
  margin-bottom: 60px;
}

.footer-logo {
  position: relative;
  top: -10px;
}

/* ----------------------------------------------------
    Footer About Widget
---------------------------------------------------- */
/* footer-address */
.footer-address {
  margin-bottom: 10px;
}

.footer-address ul {
  margin: 0;
  padding: 0;
}

.footer-address ul li {
  list-style: none;
  display: block;
  margin-top: 0px;
}

.footer-address ul li:after {
  display: block;
  clear: both;
  content: "";
}

.footer-address ul li .footer-address-icon {
  float: left;
  margin-right: 15px;
}

.footer-address ul li .footer-address-info {
  overflow: hidden;
}

.footer-address ul li .footer-address-info p {
  margin-bottom: 0;
}

/* ----------------------------------------------------
    Footer Menu Widget
---------------------------------------------------- */
/* footer-menu */
.footer-menu ul {
  margin: 0;
  padding: 0;
}

.footer-menu ul li {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 5px;
  position: relative;
}

.footer-menu ul li a {
  position: relative;
}

.footer-menu ul ul {
  margin-left: 15px;
}

/* ----------------------------------------------------
    Copyright Area
---------------------------------------------------- */
.ltn__copyright-area .container-fluid,
.ltn__copyright-area .container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ltn__copyright-area .payment-method {
  text-align: right;
}

.ltn__copyright-design p {
  margin-bottom: 0;
}

.ltn__copyright-design h6,
.ltn__copyright-design h4 {
  font-size: 14px;
  font-family: var(--ltn__body-font);
  font-weight: 700;
}

.ltn__copyright-menu ul {
  margin: 0;
  padding: 0;
}

.ltn__copyright-menu ul li {
  list-style: none;
  display: inline-block;
  margin-top: 0;
  margin-right: 20px;
  font-size: 14px;
  font-family: var(--ltn__heading-font);
  font-weight: 700;
}

.ltn__copyright-menu ul li:last-child {
  margin-right: 0;
}

.ltn__copyright-menu ul li a {
  margin: 0;
}

/* ----------------------------------------------------
    Responsive
---------------------------------------------------- */
@media (max-width: 991px) {

  .ltn__copyright-area .payment-method {
    text-align: center;
    margin-top: 15px;
  }

  .ltn__copyright-area .site-logo-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ltn__copyright-area .ltn__copyright-menu {
    text-align: center !important;
  }

  #scrollUp {
    font-size: 16px;
    height: 30px;
    width: 30px;
    bottom: 60px;
  }

  #scrollUp i {
    line-height: 30px;
  }
}

@media (max-width: 767px) {

  .footer-menu-widget-2-column {
    padding-left: 0;
  }

  .ltn__copyright-menu {
    margin-top: 25px;
  }

  .ltn__footer-2 .footer-widget p,
  .ltn__footer-2 .footer-widget li {
    font-size: 14px;
  }

  .ltn__footer-2 .footer-widget .ltn__blog-meta li,
  .footer-widget .ltn__blog-meta li {
    font-size: 12px;
  }

  .ltn__footer-2 .footer-menu ul li {
    margin-bottom: 20px;
  }

  .ltn__footer-blog-item .ltn__blog-title {
    font-size: 18px;
  }

  .footer-copyright-left,
  .footer-copyright-right {
    text-align: center !important;
  }

  .footer-copyright-right {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {

  #scrollUp {
    bottom: 80px;
  }

  .footer-menu-widget-2-column .footer-menu {
    width: 100%;
  }

  .footer-menu-widget-2-column .footer-menu:nth-child(odd) {
    padding-left: 0px;
  }

  .ltn__copyright-menu {
    margin-top: 25px;
  }
}

/* -------------------------
    ## Preloader Css
--------------------------- */

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  background-color: transparent;
  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;
}

.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.preloader-inner .cancel-preloader a {
  background-color: var(--white);
  font-weight: 600;
  text-transform: capitalize;
  color: var(--ltn__primary-color);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.preloader-inner .cancel-preloader a:hover {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--ltn__secondary-color);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ---------------------------------------
    Button
--------------------------------------- */
.btn-wrapper {
  display: block;
  margin-top: 30px;
}

.btn {
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--ltn__heading-font);
  padding: 13px 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  margin-right: 15px;
}

.btn:last-child {
  margin-right: 0;
}

.theme-btn-1 {
  transition: all 0.3s ease 0s;
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}

.theme-btn-1:hover {
  background-color: var(--brown-dark);
  color: var(--white);
}

.theme-btn-2 {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}

.theme-btn-2:hover {
  background-color: var(--brown-dark);
  color: var(--white);
}

.theme-btn-3 {
  background-color: transparent;
  border: 2px solid var(--border-color-9);
}

.theme-btn-3:hover {
  background-color: var(--ltn__secondary-color);
  border-color: var(--ltn__secondary-color);
  color: var(--white);
}

.btn-transparent {
  background-color: transparent;
  -webkit-box-shadow: var(--ltn__box-shadow-3);
  box-shadow: var(--ltn__box-shadow-3);
  border-color: #ddd;
}

.btn-transparent:hover {
  background-color: var(--ltn__secondary-color);
  color: var(--white);
}

.btn-round {
  border-radius: 50px;
  text-transform: uppercase;
}

.btn-round:focus {
  border-color: var(--ltn__secondary-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--ltn__secondary-color-transparent);
}

.btn-opacity-6 {
  opacity: 0.6;
}

.btn-opacity-6:hover {
  opacity: 1;
}

.btn-opacity-7 {
  opacity: 0.7;
}

.btn-opacity-7:hover {
  opacity: 1;
}

.btn-opacity-8 {
  opacity: 0.8;
}

.btn-opacity-8:hover {
  opacity: 1;
}

.btn-opacity-9 {
  opacity: 0.9;
}

.btn-opacity-9:hover {
  opacity: 1;
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-effect-1:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--white);
}

.btn-effect-1:hover {
  color: var(--ltn__heading-color);
}

.btn-effect-1:hover::after {
  width: 100%;
}

.btn-effect-2:after {
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--white);
  border-radius: 50px;
}

.btn-effect-2:hover {
  color: var(--brown-dark);
}

.btn-effect-2:hover svg circle {
  fill: var(--brown-dark);
}

.btn-effect-2:hover::after {
  width: 100%;
}

.btn-effect-3:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--ltn__primary-color);
}

.btn-effect-3:hover {
  color: var(--white);
}

.btn-effect-3:hover::after {
  width: 100%;
}

.btn-effect-4:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--ltn__secondary-color);
}

.btn-effect-4:hover {
  color: var(--white);
}

.btn-effect-4:hover::after {
  width: 100%;
}

.btn-full-width {
  display: block;
}

.btn-border {
  border: 2px solid var(--border-color-10);
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn:not(.field-btn) {
    padding: 12px 25px;
  } 

  [type="submit"].btn:not(.field-btn) {
    padding: 15px 30px;
  } 
}

@media only screen and (max-width: 767px) {
  .btn:not(.field-btn) {
    padding: 10px 20px;
    font-size: 14px;
  }

  [type="submit"].btn:not(.field-btn) {
    padding: 12px 30px;
  }
}

/* ----------------------------------------------------
    Product Card
---------------------------------------------------- */
.product-card-ctn > div{
  padding: 10px;
}

.product-card-ctn .icon-handbag {
  font-weight: 600;
}


/* ----------------------------------------------------
  Product category PAGE
---------------------------------------------------- */
#page-product-category #delivery-from {
  margin-bottom: 50px;
}

#category-description {
  padding: 50px;
  background-color: var(--brown-extralight);
}

#page-product-category .js-filter-count .next {
  top: 10px;
}

@media (max-width: 575px) {
  #category-description {
    padding: 40px 20px;
    background-color: var(--brown-extralight);
  }
}

/* ----------------------------------------------------
  Product PAGE
---------------------------------------------------- */
.product-order-form {
  text-align: center;
}

.product-order-form h4 {
  font-weight: 600;
}

.product-order-form h4 span {
  vertical-align: middle;
  font-size: 12px;
  transition: 0.3s all;
  background-color: var(--brown-mid);
}
.product-order-form h4 span.error {
  background-color: var(--custom-error);
}

.product-order-form .nav-tabs > li {
  width: 48%;
  margin-top: 0;
}

.international-product-form .nav-tabs {
  margin-bottom: 20px;
}

.international-product-form .nav-tabs > li{
  width: 100%;
}

.product-variants-item ul.attr-list{
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}

.product-variants-item .attr_lib{
  font-size: 14px;
  line-height: 0.5;
}

.product-variants-item .input-container {
  text-align: center;
  position: relative;
  width: 24%;
  cursor: pointer;
  border-radius: 10px;
  padding: 5px;
  margin: 20px 3px;
}

.product-variants-item .input-container:first-child {
  margin-left: 0;
}

.product-variants-item .input-container:last-child {
  margin-right: 0;
}

.product-variants-item .input-container:hover {
  background-color: var(--brown-extralight);
  border-top: 3px solid var(--ltn__secondary-color);
  padding-top: 2px;
}

.product-variants-item .input-container.checked {
  background-color: var(--brown-extralight);
  border-top: 3px solid var(--ltn__secondary-color);
  padding-top: 2px;
}

.product-variants-item .product-price {
  font-size: 20px;
  font-weight: 600;
}

.product-variants-item .product-price-count {
  font-size: 30px;
  font-weight: 600;
}

.single-product-form .product-variants-item {
  display: flex;
}

.single-product-form .product-variants-item > div {
  width: 50%;
  line-height: 1.3;
}

.product-variants-item ul.attr-list span.custom-radio {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border-radius: 50%;
  border: var(--ltn__secondary-color) 2px solid;
  background: white;
  margin-right: 0;
  margin-top: 50px;
  left: 26px;
  position: absolute;
  cursor: pointer;
  top: 0;
}

.product-variants-item .input-container:hover span.custom-radio {
  margin-top: 47px;
}

.product-variants-item .input-container.checked:hover span.custom-radio {
  margin-top: 50px;
}

.product-variants-item .input-container i.fa-check {
  display: none;
}

.product-variants-item .input-container.checked i.fa-check {
  margin-top: 50px;
  display: inline-block;
  margin-right: 0;
  font-size: 13px;
  left: 29.5px;
  position: absolute;
  color: var(--ltn__secondary-color);
  z-index: 10;
  top: 0;
}

.product-variants-item .input-container:hover i.fa-check {
  margin-top: 47px;
}

.product-variants-item .input-container.checked:hover i.fa-check {
  margin-top: 50px;
}


.product-variants-item .icheckbox_minimal, .iradio_minimal {
  cursor: pointer;
  position: relative;
}

.product-variants-item input.input-radio {
  opacity: 0;
  cursor: pointer;
}

.product-add-to-cart {
  position: relative;
}

.product-add-to-cart #add-to-cart-heart {
  position: absolute;
  top: -18px;
  right: -55px;
  width: 95px;
  height: 87.5px;
}

.product-add-to-cart #add-to-cart-heart span {
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 7px;
  width: 100%;
}

.product-order-heart {
  margin-left: 90px;
}

#add-to-cart-heart {
  background-color: var(--brown-dark);
  background-image: url("https://www.agitateur-floral.com/themes/Agitateur_Floral/assets/img/bg_heart.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: .3s all;
}

.product-order-btn {
  position: relative;
  padding: 10px 40px;
}

.product-order-btn:has(#add-to-cart-heart) {
  margin-right: 95px !important;
}

.product-order-btn > span{
  font-weight: 600;
  font-size: 16px !important;
}

@media (max-width: 992px) {
  .product-order-btn {
    padding: 10px 40px;
  }
}

.product-order-btn:hover #add-to-cart-heart {
  background-image: url("https://www.agitateur-floral.com/themes/Agitateur_Floral/assets/img/bg_heart_hover.png") !important;
}

.ltn__safe-checkout {
  text-align: right;
}

#product-tabs-details {
  padding: 20px 0;
}

#product-mosaique {
  padding: 60px 5px;
}
.mosaique-container {
  position: relative;
  margin-bottom: 60px;
}

.mosaique-container .product-mosaique-wrap .block-left div, .mosaique-container .product-mosaique-wrap .block-right div {
  width: 50%;
  float: left;
}

.mosaique-container .product-mosaique-wrap .block-left {
  padding-right: 7.5px;
  position: relative;
}

.mosaique-container .product-mosaique-wrap .block-right {
  padding-left: 7.5px;
  position: relative;
}

.mosaique-container .product-mosaique-wrap .block-left div.image {
  padding: 0 0 15px 7.5px;
}

.mosaique-container .product-mosaique-wrap .block-left div.image:first-of-type {
  padding: 0 7.5px 15px 0;
}

.mosaique-container .product-mosaique-wrap .block-left div.image img,
.mosaique-container .product-mosaique-wrap .block-right div.image img{
  width: 100%;
  height: 100%;
}

.mosaique-container .product-mosaique-wrap .block-left div.text.large {
  width: 100%;
  height: 274px;
}
.mosaique-container .product-mosaique-wrap .block-left div.text {
  padding: 50px 80px 0 95px;
}

.mosaique-container .product-mosaique-wrap .block-right div.text {
  padding: 50px 30px;
}

.mosaique-container .product-mosaique-wrap .block-right div.image {
  padding: 15px 0 0 0;
}

.mosaique-container .product-mosaique-wrap .block-right div {
  width: 50%;
}

.mosaique-container .product-mosaique-wrap .block-right div.image:first-of-type {
  padding: 0 15px 0 0;
  height: 100%;
}

.mosaique-container .text {
  background-color: #f4f7e6;
  color: #999e80;
}
.mosaique-container .text {
  height: 270px;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  font-style: italic;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .mosaique-container .product-mosaique-wrap .block-right {
    padding-left: 0;
    padding-right: 0;
  }

  .mosaique-container .product-mosaique-wrap .block-left {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}

.ltn__breadcrumb-inner {
  position: relative;
  width: fit-content;
  padding: 30px 50px;
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0 4px 40px 0px rgb(0 0 0 / 20%);
  margin: auto;
  top: 80px;
}

@media (max-width: 992px) {
  .ltn__breadcrumb-inner:has(#preorder-area) {
    padding: 25px 5px;
  }
}

.ltn__shop-options {
  margin-top: -265px;
  padding-top: 240px;
  background-color: var(--brown-extralight);
  padding-bottom: 1px;
  text-align: center;
}

.js-filter-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.js-filter-form > div:nth-child(1){
  width: 40%;
  text-align: center;
}

.js-filter-form > div:nth-child(2){
  width: 52%;
  text-align: center;
}

.nice-select.sort-product {
  width: 65%;
}

.ltn__price-filter-widget {
  margin-top: -15px;
}

.ltn__search-widget {
  margin: 0;
}

.filter-btn {
  font-size: 1.2rem;
  margin: 0 auto 40px;
  width: 70%;
}

#page-product-single #delivery-from {
  margin-bottom: 30px;
}

#delivery-from h3 {
  font-weight: 600;
  font-size: 17px;
}

#delivery-from h3.available b {
  color: var(--custom-green);
}

#delivery-from h3.unavailable b {
  color: var(--custom-error);
}

.delivery-intro {
  margin-bottom: 1rem;
}

.delivery-country-ctn label, .wanted-price-ctn label{
  display: block;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}

/* .delivery-country-ctn select{
  width: 250px;
} */

.wanted-price-ctn .cart-plus-minus {
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .mosaique-container .text {
    line-height: 30px;
  }
}

@media (max-width: 1200px) {
  .mosaique-container .text {
    font-size: 21px;
  }
  .product-variants-item ul.attr-list span.custom-radio {
    left: 10px;
  }
  .product-variants-item .input-container.checked i.fa-check {
    left: 13px;
  }
}

@media (max-width: 992px) {
  .mosaique-container .text {
    font-size: 15px;
    line-height: 25px;
  }
  .product-variants-item ul.attr-list span.custom-radio {
    left: 5px;
  }
  .product-variants-item .input-container.checked i.fa-check {
    left: 8px;
  }

  .ltn__price-filter-widget {
    margin-left: 0;
  }

  .ltn__shop-options ul {
    flex-direction: column;
    width: 70%;
    margin: 0 auto 60px;
  }

  .js-filter-form {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .ltn__search-widget {
    margin-bottom: 40px;
  }

  .ltn__shop-options .short-by {
    margin: 0; 
  }

  .ltn__shop-options ul li.js-filter-filters, .ltn__shop-options ul li.js-filter-sorting {
    width: 100%;
  }

  .js-filter-form > div {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .mosaique-container .text {
    font-size: 21px;
    line-height: 35px;
  }

  .product-variants-item ul.attr-list span.custom-radio {
    left: 10px;
  }
  .product-variants-item .input-container.checked i.fa-check {
    left: 13px;
  }

  /* .ltn__breadcrumb-inner {
    width: auto;
  } */
}

@media (max-width: 576px) {
  .mosaique-container .text {
    font-size: 17px;
  }

  .mosaique-container .block-left div.text {
    line-height: 40px;
  }

  .mosaique-container .block-right div.text {
    line-height: 30px;
  }

  .mosaique-container .product-mosaique-wrap .block-right,
  .mosaique-container .product-mosaique-wrap .block-left {
    height: auto;
    margin-bottom: 15px;
  }
}

@media (max-width: 400px) {
  .mosaique-container .block-left div.text {
    line-height: 38px;
  }

  .mosaique-container .block-right div.text {
    line-height: 28px;
  }
}

/* FORM LOGIN */
.account-login-inner form {
  text-align: center;
}

/* FORM XPRESS */
#xpress-form {
  width: 50%;
  margin: auto;
  transition: .2s all;
}

.xpress-intro i {
  font-size: 20px;
  color: var(--yellow-emoji);
}

.xpress-intro b {
  color: var(--custom-green);
}

@media (max-width: 991px) {
  #xpress-form {
    width: 100%;
  }
}

/* ALERTES */
.login-error-alert {
  position: relative;
  top: -10px;
  left: 20px;
  width: 100%;
  color: red;
}


/* FALSH */
.flash {
  position: fixed;
  top: 25px;
  right: -315px;
  width: 310px;
  padding: 20px 25px 20px 85px;
  font-size: 16px;
  font-weight: 400;
  background-color: var(--brown-extralight);
  box-shadow:  0 0 8px -1px rgb(0 0 0 / 50%);
  z-index: 100000;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
}

.flash.flash-tansform {
  transform: translate(-330px);
}

.flash p{
  margin-bottom: 0;
  font-weight: 600;
  font-size: 15px;
}

.flash .flash__icon{
  position: absolute;
  top: 50%;
  left: 10px;
  padding: 6px 0.4em;
  font-size: 31px;
  font-weight: 300;
  transform: translate(0,-50%);
}

.flash .flash__icon .icon{
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  background-color: var(--brown-extralight);
}

.ajax-flash-success, .ajax-flash-error{
  display: none;
}

.flash-success, .flash-error{
  display: block;
}

.flash-success .flash__icon, .ajax-flash-success .flash__icon{
  color: var(--custom-green);
}

.flash-error .flash__icon, .ajax-flash-error .flash__icon{
  color: var(--custom-error);
}

.flash-warning .flash__icon, .ajax-flash-warning .flash__icon{
  color: var(--custom-warning);
}

.flash-info .flash__icon, .ajax-flash-info .flash__icon{
  color: var(--custom-info);
}

.flash-close {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  color: var(--gray);
  background-color: var(--brown-extralight);
  left: 20px;
  transition: .2s all;
  box-shadow: 0 0 8px -1px rgb(0 0 0 / 50%);
  z-index: 99999;
  border-radius: 50px;
  font-size: 22px;
  opacity: 0;
  line-height: normal;
}

.flash:hover .flash-close {
  left: -12px;
  opacity: 1;
}

.flash-close:hover {
  color: var(--custom-error);
}

.flash-link {
  text-decoration: underline;
  font-weight: 600;
}


/* Replace Modal */
.cart-choice-ctn {
  display: flex;
  justify-content: space-between;
}

.cart-choice-item {
  position: relative;
  text-align: center;
  border: 3px solid var(--ltn__secondary-color);
  border-radius: 20px;
  transition: .2s all;
  width: 49%;
  cursor: pointer;
  overflow: hidden;
  color: var(--brown-dark);
}

.cart-choice-item:hover {
  box-shadow: var( --ltn__box-shadow-3);
  transform: scale(1.004);
}

.cart-choice-content {
  padding: 10px;
}

.cart-choice-content img {
  margin-bottom: 15px;
}

.cart-choice-item ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}

.cart-choice-item ul li {
  margin: 0;
}

.cart-choice-flex {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.cart-choice-age {
  padding: 10px;
  background-color: var(--brown-extralight);
  color: var(--brown-dark);
  width: 100%;
}

.cart-choice-age h5 {
  margin: 0;
}


/* REGISTER / LOGIN */
.by-agree p {
  margin: 0.8em;
}

.form-group {
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}


/* DATEPICKER */
.datepicker-cell.selected, .datepicker-cell.selected:hover {
  background-color: var(--ltn__secondary-color);
}

/* POPOVER */
.popover-dismiss {
  user-select: none;
}
.popover {
  transition: left 400ms ease-out, top 250ms ease-in;
  box-shadow: var(--card-shadow);
  border-radius: 10px;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: var(--brown-extralight);
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* ERROR PAGE */
#page-500 .error-img {
  filter: drop-shadow(0 0 4px var(--brown-dark));
  width: 500px;
} 

#page-404 .error-img {
  width: 500px;
} 

@media (max-width: 576px) {
  .error-img {
    width: 340px;
  } 
} 


/* ----------------------------------------------------
    ORDERS PLACEHOLDER
---------------------------------------------------- */
.order-placeholder-wrapper {
  box-shadow: var(--card-shadow);
  border-radius: 10px;
}

.order-placeholder-wrapper-inner {
  height: 130px;
  padding: 15px;
  position: relative;
}

.order-placeholder-wrapper-body {
  animation-name: placeholderAnimate;
  background-image: -webkit-gradient(linear, center top, center bottom, from(deg), color-stop(0, red), color-stop(.15, orange), color-stop(.3, yellow), color-stop(.45, green), color-stop(.6, blue), color-stop(.75, indigo), color-stop(.8, violet), to(red));
  background-repeat: repeat;
  background-size: 50% auto;
}

.order-placeholder-wrapper-body span {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeholder;
  animation-timing-function: linear;
  background: #f6f7f8;
  background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
}

.order-placeholder-wrapper-body .ctn {
  display: flex;
  justify-content: space-between;
}

.order-placeholder-date,
.order-placeholder-cmd {
  display: flex;
  flex-direction: column;
  width: 150px;
  margin-bottom: 15px;
}

.order-placeholder-date {
  margin-left: 20px;
}

.order-placeholder-cmd {
  margin-right: 20px;
}

.order-placeholder-action,
.order-placeholder-product {
  display: flex;
  top: 50px;
}

.order-placeholder-product {
  margin-left: 20px;
}

.order-placeholder-action {
  margin-top: 10px;
  margin-right: 20px;
}

.order-placeholder-img {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  margin-right: 15px;
}
.order-placeholder-name {
  height: 25px;
  width: 200px;
  margin-top: 20px;
}

.order-placeholder-date-label,
.order-placeholder-date-val,
.order-placeholder-cmd-label,
.order-placeholder-cmd-val {
  height: 10px;
}

.order-placeholder-date-label,
.order-placeholder-cmd-label {
  margin-bottom: 10px;
}

.order-placeholder-btn-1 {
  height: 50px;
  width: 15px;
  margin-right: 15px;
}

.order-placeholder-btn-2 {
  margin-top: 5px;
  height: 40px;
  width: 40px;
  border-radius: 50%;

}

@keyframes placeholder {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeholderAnimate {
  from {
    background-position: top left;
  }
  to {
    background-position: top right;
  }
}

/* ----------------------------------------------------
    COUPON PLACEHOLDER
---------------------------------------------------- */

.coupon-placeholder{
  width: 48.5%;
  height: 200px;
  background: var(--brown-extralight);
  text-align: center;
  padding: 25px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15);
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeholder;
  animation-timing-function: linear;
  background: #f6f7f8;
  background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 200px;
}

.coupon-placeholder-circle1, .coupon-placeholder-circle2{
  background: var(--body-background);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.coupon-placeholder-circle1{
  left: -25px;
  box-shadow: inset -9px 0px 10px -8px rgb(0 0 0 / 15%);
}

.coupon-placeholder-circle2{
  box-shadow: inset 9px 0px 10px -8px rgb(0 0 0 / 15%);
  right: -25px;
}

@media (max-width: 1200px) {
  .coupon-placeholder{
    width: 100%;
  }
}

/* ----------------------------------------------------
    END
---------------------------------------------------- */