@charset "UTF-8";
/*
	*******************
	Template name:  karton
	Version:        1.0
	Author:         ThemeLooks
	Author url:     http://themelooks.com

	NOTE:
	-----
	Please DO NOT EDIT THIS CSS, you may need to use "custom.css" file for writing your custom css.
	We may release future updates so it will overwrite this file. it's better and safer to use "custom.css".

    ******** CSS INDEX ********
    01. Base
        1.1 Reset
        1.2 Grid
        1.3 Colors
        1.4 Utilities
    02. Module
        2.1 Input
        2.2 Socials
        2.3 Pagination
        2.4 Blockquote
        2.5 Close Button
        2.6 Table
    03. Components
        3.1 Common Classes
        3.2 Animation
        3.3 Placeholder
        3.4 Buttons
        3.5 Section Title
        3.6 Page Title
        3.7 Widgets
        3.8 Back to Top
        3.9 Coountdown
        3.10 Banner
        3.11 Modal
        3.12 Scrollbar
        3.13 Counter
        3.14 Team
        3.15 Testimonial
        3.16 Instafeed
        3.17 Features
        3.18 Showcase
        3.19 Subscription
    04. Layout
        4.1 Header
        4.2 Banner
        4.3 Blog
        4.4 Footer
        4.5 404
        4.6 Coming Soon
    05. Sections
        5.1 Category
        5.2 Offer
        5.3 CTA
        5.4 Testimonial
        5.5 About
        5.6 Contact
        5.7 Newlook
        5.8 Product Coming Soon
        5.9 Parallax
        5.10 Split
        5.11 Carousel
    06. Shop
        6.1 Product
        6.2 Product Details
        6.3 Woocommerce
        6.4 Account
        6.5 Flex Slider
    07. Dokan
        7.1 Widget
        7.2 Profile
        7.3 Common
    ********************/
/* ************************
   01.1: Reset
   ********************* */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline: none !important;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #555555;
  text-align: left;
  background-color: #ffffff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6,
.woocommerce-checkout .form-row.notes label,
.login-register-wrapper .tab-btn li {
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}


h6,
.woocommerce-checkout .form-row.notes label,
.login-register-wrapper .tab-btn li {
  font-size: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #3B3B3B;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #FEA984;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
  display: block;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

::-moz-selection {
  text-shadow: none;
  color: #ffffff;
  background-color: #FEA984 !important;
}

::selection {
  text-shadow: none;
  color: #ffffff;
  background-color: #FEA984 !important;
}

::-webkit-input-placeholder {
  color: #D1D1D1 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #D1D1D1 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #D1D1D1 !important;
  opacity: 1 !important;
}

::-ms-input-placeholder {
  color: #D1D1D1 !important;
  opacity: 1 !important;
}

::placeholder {
  color: #D1D1D1 !important;
  opacity: 1 !important;
}

iframe {
  max-width: 100%;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

button,
input[type="submit"] {
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
}

table,
.wp-block-table {
  width: 100%;
  max-width: 100%;
}

table th, table td,
.wp-block-table th,
.wp-block-table td {
  padding: 15px 30px;
  border: none;
}

table thead th,
.wp-block-table thead th {
  font-weight: 700;
  border-bottom: 1px solid #D1D1D1;
}

table tbody td, table tbody th,
.wp-block-table tbody td,
.wp-block-table tbody th {
  border-bottom: 1px solid #F6F6F6;
}

pre {
  border: 1px solid;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em 1.6em;
}

code {
  font-size: inherit;
  margin: 0;
}

kbd {
  font-weight: 700;
  background-color: #FFF6F1;
}

ins {
  background-color: transparent;
  text-decoration: none;
}

q {
  font-style: italic;
  text-decoration: underline;
}

mark {
  background-color: #fcf8e3;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small {
  font-size: 80%;
  font-weight: 400;
}

.border-top {
  border-top: 1px solid #E2E2E2;
}

.border-bottom, .comments-area .comment .single-comment {
  border-bottom: 1px solid #E2E2E2;
}

[data-tab] {
  display: none;
}

[data-tab].active {
  display: block;
}

/* ************************
   01.2: Grid
   ********************* */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .woocommerce-Tabs-panel--more_seller_product .row > div, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6, .woocommerce-Tabs-panel--more_seller_product .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3, .woocommerce-Tabs-panel--more_seller_product .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* ************************
   01.3: Color
   ********************* */
.c1, code, .pagination li span.current, .social-buttons li a:hover, .header-top .topbar-buttons li a:hover, .cart-count, .mPS2id-highlight-last, .page-links .post-page-numbers.current, .page-links .post-page-numbers:hover, .btn-inline, .widget .woocommerce-Price-amount, .widget.widget_archive ul li a:hover, .widget.widget_categories ul li a:hover, .widget.widget_pages ul li a:hover, .widget.widget_meta ul li a:hover, .widget.widget_nav_menu ul li a:hover, .widget.dokan-category-menu ul li a:hover, .widget.dokan-store-menu ul li a:hover, .widget.widget_contact_info ul.contact_info li a:hover, .widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_product_tag_cloud .tagcloud a:hover, .back-to-top, .back-to-top:hover, .contact-no a:hover, .offcanvas-menu ul li.current-menu-item > a, .offcanvas-menu ul li:hover > a, .offcanvas-menu ul li.active > a, .offcanvas-menu.mobile_menu ul li .submenu-button.submenu-opened:after, .karton_menu li:hover > a, .header-main .main-menu .nav li:hover > a, .header-main .main-menu .karton_menu li:hover > a, .karton_menu li.current-menu-parent > a, .header-main .main-menu .nav li.current-menu-parent > a, .header-main .main-menu .karton_menu li.current-menu-parent > a, .karton_menu li.current-menu-item > a, .header-main .main-menu .nav li.current-menu-item > a, .header-main .main-menu .karton_menu li.current-menu-item > a, .karton_menu li.mega-current-menu-parent > a, .header-main .main-menu .nav li.mega-current-menu-parent > a, .header-main .main-menu .karton_menu li.mega-current-menu-parent > a, .karton_menu li.mega-current-menu-item > a, .header-main .main-menu .nav li.mega-current-menu-item > a, .header-main .main-menu .karton_menu li.mega-current-menu-item > a, .furniture-slider .slider-content .price, .single-post-item .post-content .posted-on a:hover, .post-details .entry-header .entry-meta li a:hover, .post-details .entry-tags ul li a:hover,
.post-details .entry-categories ul li a:hover, .entry-content a,
.comment-content a,
.page--content a, .coming-soon-header .socials a:hover, .single-contact-info p a:hover, .product-navtab .tab-btn li:hover, .product-navtab .tab-btn li.active, .single-product-item .product-summary .price, .shop-sidebar .widget.widget_layered_nav ul li a:hover, .shop-sidebar .widget.widget_product_categories ul li a:hover, .product-details-content .price, .product-details-content .product_meta a:hover, .shop_table.woocommerce-checkout-review-order-table tr.order-total th:last-child, .shop_table.woocommerce-checkout-review-order-table tr.order-total td:last-child, .cart-collaterals .shop_table .shipping-calculator-button, .dokan-store-widget.dokan-category-menu #cat-drop-stack > ul li a:hover {
  color: #FEA984;
}

.c1-bg, .btn.btn-fill, .karton-notice a, .woocommerce-notices-wrapper .woocommerce-info a, .woocommerce-notices-wrapper .woocommerce-message a, .woocommerce-notices-wrapper .woocommerce-error a, .woocommerce-error a, .woocommerce-message a, .woocommerce-Message a, .woocommerce-thankyou-order-received a, .widget_price_filter .button, .yith-wcwl-form .hidden-title-form input[type="submit"], input.dokan-btn[type="submit"],
a.dokan-btn,
.dokan-btn, .btn.btn-borderd:hover, .karton-notice a.btn-borderd:hover, .woocommerce-notices-wrapper .woocommerce-info a.btn-borderd:hover, .woocommerce-error a.btn-borderd:hover, .woocommerce-message a.btn-borderd:hover, .woocommerce-Message a.btn-borderd:hover, .woocommerce-thankyou-order-received a.btn-borderd:hover, .karton-notice .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .karton-notice a.hide-title-form:hover, .woocommerce-notices-wrapper .woocommerce-info .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-notices-wrapper .woocommerce-info a.hide-title-form:hover, .woocommerce-error .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-error a.hide-title-form:hover, .woocommerce-message .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-message a.hide-title-form:hover, .woocommerce-Message .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-Message a.hide-title-form:hover, .woocommerce-thankyou-order-received .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-thankyou-order-received a.hide-title-form:hover, .widget_price_filter .btn-borderd.button:hover, .widget_price_filter .yith-wcwl-form .hidden-title-form .button.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .widget_price_filter .button.hide-title-form:hover, .yith-wcwl-form .hidden-title-form input.btn-borderd:hover[type="submit"], .yith-wcwl-form .hidden-title-form input.hide-title-form:hover[type="submit"], .yith-wcwl-form .hidden-title-form .btn.hide-title-form:hover,
.yith-wcwl-form .hidden-title-form .hide-title-form.dokan-btn:hover,
.btn-borderd.dokan-btn:hover, .btn-inline:after, .popup-modal .popup-modal-content .popup-content h2 strong, .default-search:after, .header .search-form:after, .header .widget.widget_newsletter .style_2 .newsletter-form:after, .widget.widget_newsletter .style_2 .header .newsletter-form:after, .search-form-wrapper .search-form:after, .search-form-wrapper .widget.widget_newsletter .style_2 .newsletter-form:after, .widget.widget_newsletter .style_2 .search-form-wrapper .newsletter-form:after, .category-wrapper .category-trigger, .content-404 .btn.btn-borderd:hover, .content-404 .karton-notice a.btn-borderd:hover, .karton-notice .content-404 a.btn-borderd:hover, .content-404 .woocommerce-notices-wrapper .woocommerce-info a.btn-borderd:hover, .woocommerce-notices-wrapper .woocommerce-info .content-404 a.btn-borderd:hover, .content-404 .woocommerce-error a.btn-borderd:hover, .woocommerce-error .content-404 a.btn-borderd:hover, .content-404 .woocommerce-message a.btn-borderd:hover, .woocommerce-message .content-404 a.btn-borderd:hover, .content-404 .woocommerce-Message a.btn-borderd:hover, .woocommerce-Message .content-404 a.btn-borderd:hover, .content-404 .woocommerce-thankyou-order-received a.btn-borderd:hover, .woocommerce-thankyou-order-received .content-404 a.btn-borderd:hover, .content-404 .karton-notice .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .karton-notice .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form:hover, .content-404 .yith-wcwl-form .hidden-title-form .karton-notice a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .karton-notice .content-404 a.hide-title-form:hover, .content-404 .woocommerce-notices-wrapper .woocommerce-info .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .woocommerce-notices-wrapper .woocommerce-info .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form:hover, .content-404 .yith-wcwl-form .hidden-title-form .woocommerce-notices-wrapper .woocommerce-info a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-notices-wrapper .woocommerce-info .content-404 a.hide-title-form:hover, .content-404 .woocommerce-error .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .woocommerce-error .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form:hover, .content-404 .yith-wcwl-form .hidden-title-form .woocommerce-error a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-error .content-404 a.hide-title-form:hover, .content-404 .woocommerce-message .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .woocommerce-message .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form:hover, .content-404 .yith-wcwl-form .hidden-title-form .woocommerce-message a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-message .content-404 a.hide-title-form:hover, .content-404 .woocommerce-Message .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .woocommerce-Message .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form:hover, .content-404 .yith-wcwl-form .hidden-title-form .woocommerce-Message a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-Message .content-404 a.hide-title-form:hover, .content-404 .woocommerce-thankyou-order-received .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .woocommerce-thankyou-order-received .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form:hover, .content-404 .yith-wcwl-form .hidden-title-form .woocommerce-thankyou-order-received a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-thankyou-order-received .content-404 a.hide-title-form:hover, .content-404 .widget_price_filter .btn-borderd.button:hover, .widget_price_filter .content-404 .btn-borderd.button:hover, .content-404 .widget_price_filter .yith-wcwl-form .hidden-title-form .button.hide-title-form:hover, .widget_price_filter .yith-wcwl-form .hidden-title-form .content-404 .button.hide-title-form:hover, .content-404 .yith-wcwl-form .hidden-title-form .widget_price_filter .button.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .widget_price_filter .content-404 .button.hide-title-form:hover, .content-404 .yith-wcwl-form .hidden-title-form input.btn-borderd:hover[type="submit"], .yith-wcwl-form .hidden-title-form .content-404 input.btn-borderd:hover[type="submit"], .content-404 .yith-wcwl-form .hidden-title-form input.hide-title-form:hover[type="submit"], .yith-wcwl-form .hidden-title-form .content-404 input.hide-title-form:hover[type="submit"], .content-404 .yith-wcwl-form .hidden-title-form .btn.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .content-404 .btn.hide-title-form:hover,
.content-404 .yith-wcwl-form .hidden-title-form .hide-title-form.dokan-btn:hover, .yith-wcwl-form .hidden-title-form .content-404 .hide-title-form.dokan-btn:hover,
.content-404 .btn-borderd.dokan-btn:hover, .woocommerce-badge:after {
  background-color: #FEA984;
}

.c1-bo {
  border-color: #FEA984;
}

.c2, .cta-content span {
  color: #FFE8DC;
}

.c2-bg, .socials a:hover, .social-buttons li a, .header-top .topbar-buttons li a, .banner-slider.slider-1 .owl-nav button.owl-next:hover, .banner-slider.slider-1 .owl-nav button.owl-prev:hover, .footer .widget .socials a, .cta-content span:before, .product-coming-soon .pcs-title h3:after, .woocommerce-tabs .nav li.active, .woocommerce-tabs .karton_menu li.active, .woocommerce-tabs .nav li:hover, .woocommerce-tabs .karton_menu li:hover, .widget_price_filter .ui-widget-content, .login-register-wrapper .tab-btn li.active {
  background-color: #FFE8DC;
}

.c2-bo {
  border-color: #FFE8DC;
}

.title_color, h1,
h2,
h3,
h4,
h5,
h6, .woocommerce-checkout .form-row.notes label, .login-register-wrapper .tab-btn li, table thead th,
.wp-block-table thead th, kbd, .theme-input-style, .select2-container--default .select2-selection--single, .entry-content select,
.comment-content select,
.page--content select, .dokan-store-widget .dokan-form-control, .show_if_seller .form-control, .labelText, .social-buttons li a, .header-top .topbar-buttons li a, .quick-links a, .page-links .page-links-title,
.page-links .post-page-numbers, .btn.white-bg, .karton-notice a.white-bg, .woocommerce-notices-wrapper .woocommerce-info a.white-bg, .woocommerce-error a.white-bg, .woocommerce-message a.white-bg, .woocommerce-Message a.white-bg, .woocommerce-thankyou-order-received a.white-bg, .widget_price_filter .white-bg.button, .yith-wcwl-form .hidden-title-form input.white-bg[type="submit"], input.white-bg.dokan-btn[type="submit"],
.white-bg.dokan-btn, .btn_underline, .shop_table.woocommerce-table--order-downloads .button, .shop_table.woocommerce-orders-table .button, .woocommerce-order-details .order-again .button, .woocommerce .edit, .btn_underline:hover, .nav-btn, .nav-btn:hover, .widget.widget_inquiry .inquiry_number a:not(:last-child)::after, .widget.widget_rss cite, .widget.widget_calendar table caption, .karton-countdown .single-countdown h6,
.karton-countdown .single-countdown span, .trand > span:last-child, .trand.light, .offcanvas-menu ul li a, .category-wrapper ul li.menu-item-has-children:after, .karton_menu li a, .header-main .main-menu .nav li a, .header-main .main-menu .karton_menu li a, .post-details .entry-tags ul li:first-child,
.post-details .entry-categories ul li:first-child, .post-navigation .nav-link .nav-title, .comments-area .comment-reply-link, .karton-offer .offer-text span, .cta-content.cta-style_2 .cta-title, .about-text blockquote P, .single-contact-info p strong, .fc-carousel .single-fc-item .fc-content .fc-tags a, .product-navtab .tab-btn li, .karton-shop-filter-wrapper .shop-filter-control .product-filter-btn.active, .karton-shop-filter-wrapper .shop-filter-control .product-filter-btn:hover, .karton-shop-filter-wrapper .filter-dropdown-content .widget.widget_layered_nav .yith-wcan-label li a, .product-details-content .reset_variations, .woocommerce-tabs .nav li, .woocommerce-tabs .karton_menu li, .woocommerce-mini-cart .mini_cart_item .item-summery .variation, .shop_table td.product-name a:last-child, .shop_table td.product-name a.cart-product-title, .shop_table td.product-name .variation, .cart-collaterals .shop_table .cart-subtotal td, .cart-collaterals .shop_table .order-total th,
.cart-collaterals .shop_table .order-total td, .woocommerce-info {
  color: #3B3B3B;
}

.title_color-bg, blockquote cite:after,
.wp-block-quote cite:after, .close-btn span:before, .modal .modal-close span:before, .offcanvas-close span:before, .close-btn span:after, .modal .modal-close span:after, .offcanvas-close span:after, .list-dotted li:after, .article ul li:after, .article ol li:after, .custom-checkbox label .checkmark:after, .color-container label .checkmark:after, .custom-checkbox.style_2 label input:checked ~ .checkmark:after, .style_2.color-container label input:checked ~ .checkmark:after, .preloader .preload-img .dot, .btn_underline:after, .shop_table.woocommerce-table--order-downloads .button:after, .shop_table.woocommerce-orders-table .button:after, .woocommerce-order-details .order-again .button:after, .woocommerce .edit:after, .btn_underline:before, .shop_table.woocommerce-table--order-downloads .button:before, .shop_table.woocommerce-orders-table .button:before, .woocommerce-order-details .order-again .button:before, .woocommerce .edit:before, .widget.widget_archive ul li:after, .widget.widget_categories ul li:after, .widget.widget_pages ul li:after, .widget.widget_meta ul li:after, .widget.widget_nav_menu ul li:after, .widget.dokan-category-menu ul li:after, .widget.dokan-store-menu ul li:after, .menu-trigger span,
.onpage-menu-trigger span, .shop-sidebar .widget.widget_layered_nav ul li:after, .shop-sidebar .widget.widget_product_categories ul li:after {
  background-color: #3B3B3B;
}

.title_color-bo {
  border-color: #3B3B3B;
}

.text_color, table tbody td, table tbody th,
.wp-block-table tbody td,
.wp-block-table tbody th, .widget.widget_archive ul li a, .widget.widget_categories ul li a, .widget.widget_pages ul li a, .widget.widget_meta ul li a, .widget.widget_nav_menu ul li a, .widget.dokan-category-menu ul li a, .widget.dokan-store-menu ul li a, .widget.widget_contact_info ul.contact_info li a, .widget.widget_recent_entries .post-summary .posted-on a, .widget.widget_tag_cloud .tagcloud a, .widget.widget_product_tag_cloud .tagcloud a, .contact-no a, .single-post-item .post-content .posted-on a, .post-details .entry-header .entry-meta li a, .post-details .entry-tags ul li a,
.post-details .entry-categories ul li a, .post-navigation .nav-link .posted-on, .single-contact-info p a, .karton-shop-filter-wrapper .shop-filter-control .product-filter-btn, .shop-sidebar .widget.widget_layered_nav ul li a, .shop-sidebar .widget.widget_product_categories ul li a, .product-details-content .product_meta a, .woocommerce-info a, .woocommerce-checkout .form-row.notes label span, .dokan-store-widget.dokan-category-menu #cat-drop-stack > ul li a {
  color: #555555;
}

.text_color-bg, .trand > span:first-child::after {
  background-color: #555555;
}

.text_color-bo {
  border-color: #555555;
}

/* ************************
   01.4: Utilities
   ********************* */
.clearfix::after, .alignleft::after, .alignright::after, .post-details::after, .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.karton-fixed-top,
.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only,
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.sr-only-focusable:active, .sr-only-focusable:focus,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #161619;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-130 {
  margin-top: 130px;
}

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

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

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

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-white {
  color: #ffffff !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

/* ************************
   02.1: Input
   ********************* */
/* Theme Input Style */
.theme-input-style, .select2-container--default .select2-selection--single, .entry-content select,
.comment-content select,
.page--content select, .dokan-store-widget .dokan-form-control, .show_if_seller .form-control {
  border: none;
  border-bottom: 1px solid #3B3B3B;
  height: 35px;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  background-color: transparent;
}

@media only screen and (max-width: 379px) {
  .theme-input-style, .select2-container--default .select2-selection--single, .entry-content select,
  .comment-content select,
  .page--content select, .dokan-store-widget .dokan-form-control, .show_if_seller .form-control {
    padding: 0 10px;
    font-size: 14px;
  }
}

.theme-input-style.barlow, .select2-container--default .barlow.select2-selection--single, .select2-container--default .landing-page-banner .banner-img .img-text h4.select2-selection--single, .landing-page-banner .banner-img .img-text .select2-container--default h4.select2-selection--single, .landing-page-banner .banner-img .img-text h4.theme-input-style, .landing-page-banner .banner-img .img-text .dokan-store-widget h4.dokan-form-control, .dokan-store-widget .landing-page-banner .banner-img .img-text h4.dokan-form-control, .landing-page-banner .banner-img .img-text .show_if_seller h4.form-control, .show_if_seller .landing-page-banner .banner-img .img-text h4.form-control, .entry-content select.barlow,
.comment-content select.barlow,
.page--content select.barlow, .dokan-store-widget .barlow.dokan-form-control, .show_if_seller .barlow.form-control {
  font-size: 18px;
}

textarea.theme-input-style, .select2-container--default textarea.select2-selection--single, .dokan-store-widget textarea.dokan-form-control, .show_if_seller textarea.form-control {
  height: 200px;
  padding: 20px 20px;
}

/* Theme Input Group */
.theme-input-group {
  position: relative;
}

.theme-input-group button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-bottom: 2px solid #FEA984;
  padding: 0 9px;
  font-weight: 700;
}

.theme-input-group button:hover {
  letter-spacing: .5px;
}

/* Input Group Icon */
.input-group-icon, .woocommerce-form.login .form-row, .woocommerce-form.register .form-row {
  position: relative;
}

.input-group-icon label, .woocommerce-form.login .form-row label, .woocommerce-form.register .form-row label {
  margin-bottom: 0;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-group-icon .theme-input-style, .woocommerce-form.login .form-row .theme-input-style, .woocommerce-form.register .form-row .theme-input-style, .input-group-icon .select2-container--default .select2-selection--single, .select2-container--default .input-group-icon .select2-selection--single, .woocommerce-form.login .form-row .select2-container--default .select2-selection--single, .select2-container--default .woocommerce-form.login .form-row .select2-selection--single, .woocommerce-form.register .form-row .select2-container--default .select2-selection--single, .select2-container--default .woocommerce-form.register .form-row .select2-selection--single, .input-group-icon .entry-content select, .entry-content .input-group-icon select, .woocommerce-form.login .form-row .entry-content select, .entry-content .woocommerce-form.login .form-row select, .woocommerce-form.register .form-row .entry-content select, .entry-content .woocommerce-form.register .form-row select,
.input-group-icon .comment-content select, .comment-content .input-group-icon select,
.woocommerce-form.login .form-row .comment-content select, .comment-content .woocommerce-form.login .form-row select,
.woocommerce-form.register .form-row .comment-content select, .comment-content .woocommerce-form.register .form-row select,
.input-group-icon .page--content select, .page--content .input-group-icon select,
.woocommerce-form.login .form-row .page--content select, .page--content .woocommerce-form.login .form-row select,
.woocommerce-form.register .form-row .page--content select, .page--content .woocommerce-form.register .form-row select, .input-group-icon .dokan-store-widget .dokan-form-control, .dokan-store-widget .input-group-icon .dokan-form-control, .woocommerce-form.login .form-row .dokan-store-widget .dokan-form-control, .dokan-store-widget .woocommerce-form.login .form-row .dokan-form-control, .woocommerce-form.register .form-row .dokan-store-widget .dokan-form-control, .dokan-store-widget .woocommerce-form.register .form-row .dokan-form-control, .input-group-icon .show_if_seller .form-control, .show_if_seller .input-group-icon .form-control, .woocommerce-form.login .form-row .show_if_seller .form-control, .show_if_seller .woocommerce-form.login .form-row .form-control, .woocommerce-form.register .form-row .show_if_seller .form-control, .show_if_seller .woocommerce-form.register .form-row .form-control {
  padding-left: 35px;
}

.newslatter-form input {
  padding-right: 120px;
}

/* ************************
   02.2: Social
   ********************* */
.socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  background-color: #FFF6F1;
}

.socials a:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (max-width: 379px) {
  .socials a:not(:last-child) {
    margin-right: 3px;
  }
}

.socials.social-borderd a {
  height: 50px;
  width: 50px;
  background-color: transparent;
  border: 2px solid #FFF5E5;
}

.social-icons span {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin-right: 45px;
}

@media only screen and (max-width: 479px) {
  .social-icons span {
    margin-right: 20px;
  }
}

.social-icons a {
  width: 35px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}

.social-icons a:first-child {
  text-align: left;
  width: 17px;
}

/* ************************
   02.3: Pagination
   ********************* */
.pagination {
  margin-top: 20px;
}

.pagination li {
  margin: 0 10px;
}

.pagination li a,
.pagination li span {
  font-weight: 700;
  font-size: 24px;
}

.pagination li a i,
.pagination li span i {
  font-size: 24px;
}

/* ************************
   02.4: Blockquote
   ********************* */
blockquote,
.wp-block-quote {
  margin: 0 0 30px;
  border: none;
  padding: 0;
}

blockquote p,
.wp-block-quote p {
  font-size: 18px;
  line-height: 1.67;
  font-style: italic;
  text-decoration: underline;
  margin-bottom: 15px !important;
}

blockquote cite,
.wp-block-quote cite {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-style: normal;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  line-height: 1;
}

blockquote cite:after,
.wp-block-quote cite:after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3px;
  width: 10px;
}

.wp-block-pullquote {
  border: 0;
}

/* ************************
   02.5: Close Button
   ********************* */
.close-btn, .modal .modal-close, .offcanvas-close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #FFE8DC;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.close-btn span, .modal .modal-close span, .offcanvas-close span {
  width: 12px;
  height: 2px;
  display: block;
  position: relative;
  -webkit-transition: background-color .18s ease .4s,-webkit-transform .2s ease .38s;
  transition: background-color .18s ease .4s,-webkit-transform .2s ease .38s;
  -o-transition: background-color .18s ease .4s,transform .2s ease .38s;
  transition: background-color .18s ease .4s,transform .2s ease .38s;
  transition: background-color .18s ease .4s,transform .2s ease .38s,-webkit-transform .2s ease .38s;
}

.close-btn span:before, .modal .modal-close span:before, .offcanvas-close span:before, .close-btn span:after, .modal .modal-close span:after, .offcanvas-close span:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
}

.close-btn span:before, .modal .modal-close span:before, .offcanvas-close span:before {
  -webkit-transform: translateY(1px) rotate(45deg);
  -ms-transform: translateY(1px) rotate(45deg);
  transform: translateY(1px) rotate(45deg);
}

.close-btn span:after, .modal .modal-close span:after, .offcanvas-close span:after {
  -webkit-transform: translateY(-1px) rotate(-45deg);
  -ms-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
}

/* ************************
   02.6: Table
   ********************* */
/* Responsive Table */
@media only screen and (max-width: 991px) {
  .responsive_table thead {
    display: none;
  }
  .responsive_table tbody tr {
    display: block;
  }
  .responsive_table tbody tr:not(:last-child) {
    margin-bottom: 50px;
  }
  .responsive_table tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.labelText {
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 479px) {
  .labelText {
    margin-right: 10px;
  }
}

/* ************************
   03.1: Common Classes
   ********************* */
/* Transitions */
.trans2, .offcanvas-menu ul li.menu-item-has-children > a:after, .offcanvas-menu.mobile_menu ul li .submenu-button, .karton_menu ul li.menu-item-has-children:after, .header-main .main-menu .nav ul li.menu-item-has-children:after, .header-main .main-menu .karton_menu ul li.menu-item-has-children:after, .karton_menu ul li ul, .header-main .main-menu .nav ul li ul, .header-main .main-menu .karton_menu ul li ul, .banner-slider.slider-1 .owl-nav button.owl-next, .banner-slider.slider-1 .owl-nav button.owl-prev {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.trans3, a, .theme-input-style, .select2-container--default .select2-selection--single, .entry-content select,
.comment-content select,
.page--content select, .dokan-store-widget .dokan-form-control, .show_if_seller .form-control, .theme-input-group button, .custom_nav .owl-nav button, .custom-dots .owl-dots button.owl-dot, .btn, .karton-notice a, .woocommerce-notices-wrapper .woocommerce-info a, .woocommerce-notices-wrapper .woocommerce-message a, .woocommerce-notices-wrapper .woocommerce-error a, .woocommerce-error a, .woocommerce-message a, .woocommerce-Message a, .woocommerce-thankyou-order-received a, .widget_price_filter .button, .yith-wcwl-form .hidden-title-form input[type="submit"], input.dokan-btn[type="submit"],
a.dokan-btn,
.dokan-btn, .btn.btn-borderd svg path, .karton-notice a.btn-borderd svg path, .woocommerce-notices-wrapper .woocommerce-info a.btn-borderd svg path, .woocommerce-error a.btn-borderd svg path, .woocommerce-message a.btn-borderd svg path, .woocommerce-Message a.btn-borderd svg path, .woocommerce-thankyou-order-received a.btn-borderd svg path, .karton-notice .yith-wcwl-form .hidden-title-form a.hide-title-form svg path, .yith-wcwl-form .hidden-title-form .karton-notice a.hide-title-form svg path, .woocommerce-notices-wrapper .woocommerce-info .yith-wcwl-form .hidden-title-form a.hide-title-form svg path, .yith-wcwl-form .hidden-title-form .woocommerce-notices-wrapper .woocommerce-info a.hide-title-form svg path, .woocommerce-error .yith-wcwl-form .hidden-title-form a.hide-title-form svg path, .yith-wcwl-form .hidden-title-form .woocommerce-error a.hide-title-form svg path, .woocommerce-message .yith-wcwl-form .hidden-title-form a.hide-title-form svg path, .yith-wcwl-form .hidden-title-form .woocommerce-message a.hide-title-form svg path, .woocommerce-Message .yith-wcwl-form .hidden-title-form a.hide-title-form svg path, .yith-wcwl-form .hidden-title-form .woocommerce-Message a.hide-title-form svg path, .woocommerce-thankyou-order-received .yith-wcwl-form .hidden-title-form a.hide-title-form svg path, .yith-wcwl-form .hidden-title-form .woocommerce-thankyou-order-received a.hide-title-form svg path, .widget_price_filter .btn-borderd.button svg path, .widget_price_filter .yith-wcwl-form .hidden-title-form .button.hide-title-form svg path, .yith-wcwl-form .hidden-title-form .widget_price_filter .button.hide-title-form svg path, .yith-wcwl-form .hidden-title-form input.btn-borderd[type="submit"] svg path, .yith-wcwl-form .hidden-title-form input.hide-title-form[type="submit"] svg path, .yith-wcwl-form .hidden-title-form .btn.hide-title-form svg path, .yith-wcwl-form .hidden-title-form .hide-title-form.dokan-btn svg path, .btn-borderd.dokan-btn svg path, .btn_underline:after, .shop_table.woocommerce-table--order-downloads .button:after, .shop_table.woocommerce-orders-table .button:after, .woocommerce-order-details .order-again .button:after, .woocommerce .edit:after, .btn_underline:before, .shop_table.woocommerce-table--order-downloads .button:before, .shop_table.woocommerce-orders-table .button:before, .woocommerce-order-details .order-again .button:before, .woocommerce .edit:before, .btn-inline:after, .btn_icon i, .back-to-top i, .notification, .insta-feed .single-feed:after, .insta-feed .single-feed .feed-info span, .thumb_slider .single-thumb, .karton_layer:after, .header .search-form.style_2 button, .header .widget.widget_newsletter .style_2 .style_2.newsletter-form button, .widget.widget_newsletter .style_2 .header .style_2.newsletter-form button, .header .sticky, .live-search input, .post-navigation .nav-link .nav-title, .hover-effect, .single-team .team-thumb, .single-post-item .post-thumbnail, .single-category-item.text-bottom, .single-category-item.title-overlay, .single-category-item.text-bottom-left, .category-slider.owl-carousel .single-category-item, .home-carousel .item-link, .brand-logo .single-brand-logo img, .product-navtab .tab-btn li, .single-product-item .product-top .buttons, .karton-shop-filter-wrapper .shop-filter-control .product-view-btns li, .woocommerce-tabs .nav li, .woocommerce-tabs .karton_menu li {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.trans4, .insta-feed .single-feed img {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/* Font Family */
.title_font, h1,
h2,
h3,
h4,
h5,
h6, .woocommerce-checkout .form-row.notes label, .login-register-wrapper .tab-btn li, .theme-input-group button, .social-icons span, .pagination li a,
.pagination li span, .labelText, .custom_nav .owl-nav, .cart-count, .page-links .page-links-title,
.page-links .post-page-numbers, .btn, .karton-notice a, .woocommerce-notices-wrapper .woocommerce-info a, .woocommerce-notices-wrapper .woocommerce-message a, .woocommerce-notices-wrapper .woocommerce-error a, .woocommerce-error a, .woocommerce-message a, .woocommerce-Message a, .woocommerce-thankyou-order-received a, .widget_price_filter .button, .yith-wcwl-form .hidden-title-form input[type="submit"], input.dokan-btn[type="submit"],
a.dokan-btn,
.dokan-btn, .btn.btn-borderd, .karton-notice a.btn-borderd, .woocommerce-notices-wrapper .woocommerce-info a.btn-borderd, .woocommerce-notices-wrapper .woocommerce-message a.btn-borderd, .woocommerce-notices-wrapper .woocommerce-error a.btn-borderd, .woocommerce-error a.btn-borderd, .woocommerce-message a.btn-borderd, .woocommerce-Message a.btn-borderd, .woocommerce-thankyou-order-received a.btn-borderd, .karton-notice .yith-wcwl-form .hidden-title-form a.hide-title-form, .yith-wcwl-form .hidden-title-form .karton-notice a.hide-title-form, .woocommerce-notices-wrapper .woocommerce-info .yith-wcwl-form .hidden-title-form a.hide-title-form, .yith-wcwl-form .hidden-title-form .woocommerce-notices-wrapper .woocommerce-info a.hide-title-form, .woocommerce-error .yith-wcwl-form .hidden-title-form a.hide-title-form, .yith-wcwl-form .hidden-title-form .woocommerce-error a.hide-title-form, .woocommerce-message .yith-wcwl-form .hidden-title-form a.hide-title-form, .yith-wcwl-form .hidden-title-form .woocommerce-message a.hide-title-form, .woocommerce-Message .yith-wcwl-form .hidden-title-form a.hide-title-form, .yith-wcwl-form .hidden-title-form .woocommerce-Message a.hide-title-form, .woocommerce-thankyou-order-received .yith-wcwl-form .hidden-title-form a.hide-title-form, .yith-wcwl-form .hidden-title-form .woocommerce-thankyou-order-received a.hide-title-form, .widget_price_filter .btn-borderd.button, .widget_price_filter .yith-wcwl-form .hidden-title-form .button.hide-title-form, .yith-wcwl-form .hidden-title-form .widget_price_filter .button.hide-title-form, .yith-wcwl-form .hidden-title-form input.btn-borderd[type="submit"], .yith-wcwl-form .hidden-title-form input.hide-title-form[type="submit"], .yith-wcwl-form .hidden-title-form .btn.hide-title-form,
.yith-wcwl-form .hidden-title-form .hide-title-form.dokan-btn, input.btn-borderd.dokan-btn[type="submit"],
a.btn-borderd.dokan-btn,
.btn-borderd.dokan-btn, .btn_underline, .shop_table.woocommerce-table--order-downloads .button, .shop_table.woocommerce-orders-table .button, .woocommerce-order-details .order-again .button, .woocommerce .edit, .nav-btn, .widget.widget_inquiry .inquiry_number a, .widget.widget_calendar table caption, .widget.widget_calendar table th, .trand-title, .single-funfact .content b, .offcanvas-menu ul li, .category-wrapper .category-trigger, .karton_menu > li, .header-main .main-menu .nav > li, .header-main .main-menu .karton_menu > li, .banner-minimal .tagline, .banner .banner-showcase-content span, .post-details .entry-tags ul li:first-child,
.post-details .entry-categories ul li:first-child, .comments-area .comment-reply-link, .single-offer .offer-rate, .karton-offer .offer-text span, .gallery-slider .single-slide p, .product-navtab .tab-btn li, .karton-shop-filter-wrapper .filter-dropdown-content .widget.widget_layered_nav .yith-wcan-label li a, .woocommerce-badge, .product-details-content .label, .product-details-content .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label label, .woocommerce-tabs .nav li, .woocommerce-tabs .karton_menu li, .woocommerce-mini-cart .mini_cart_item .item-summery .variation, .shop_table th, .shop_table td.product-name a:last-child, .shop_table td.product-name a.cart-product-title, .shop_table td.product-name .variation, .shop_table .product-subtotal, .cart-collaterals .shop_table .cart-subtotal td, .cart-collaterals .shop_table .shipping-calculator-button, .cart-collaterals .shop_table .order-total th,
.cart-collaterals .shop_table .order-total td, .cart-collaterals .woocommerce-shipping-destination strong, .woocommerce-shipping-totals th, .woocommerce-shipping-totals .woocommerce-shipping-methods li .woocommerce-Price-amount, .woocommerce-info, .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  font-family: "Tajawal", sans-serif;
}

.body_font, .karton_menu ul li, .header-main .main-menu .nav ul li, .header-main .main-menu .karton_menu ul li, .woocommerce-info a {
  font-family: "Nunito", sans-serif;
}

.barlow, .landing-page-banner .banner-img .img-text h4 {
  font-family: "Barlow", sans-serif;
}

.barlow h1, .landing-page-banner .banner-img .img-text h4 h1, .barlow h2, .landing-page-banner .banner-img .img-text h4 h2, .barlow h3, .landing-page-banner .banner-img .img-text h4 h3, .barlow h4, .landing-page-banner .banner-img .img-text h4 h4, .barlow h5, .landing-page-banner .banner-img .img-text h4 h5, .barlow h6, .landing-page-banner .banner-img .img-text h4 h6, .barlow .woocommerce-checkout .form-row.notes label, .woocommerce-checkout .form-row.notes .barlow label, .landing-page-banner .banner-img .img-text h4 .woocommerce-checkout .form-row.notes label, .woocommerce-checkout .form-row.notes .landing-page-banner .banner-img .img-text h4 label, .barlow .login-register-wrapper .tab-btn li, .login-register-wrapper .tab-btn .barlow li, .landing-page-banner .banner-img .img-text h4 .login-register-wrapper .tab-btn li, .login-register-wrapper .tab-btn .landing-page-banner .banner-img .img-text h4 li {
  font-family: "Barlow", sans-serif;
}

/* Text White */
.text-white *,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white .woocommerce-checkout .form-row.notes label,
.woocommerce-checkout .form-row.notes .text-white label,
.text-white .login-register-wrapper .tab-btn li,
.login-register-wrapper .tab-btn .text-white li {
  color: #ffffff;
}

.text-white .btn_underline, .text-white .shop_table.woocommerce-table--order-downloads .button, .shop_table.woocommerce-table--order-downloads .text-white .button, .text-white .shop_table.woocommerce-orders-table .button, .shop_table.woocommerce-orders-table .text-white .button, .text-white .woocommerce-order-details .order-again .button, .woocommerce-order-details .order-again .text-white .button, .text-white .woocommerce .edit, .woocommerce .text-white .edit {
  color: #ffffff;
}

.text-white .btn_underline::before, .text-white .shop_table.woocommerce-table--order-downloads .button::before, .shop_table.woocommerce-table--order-downloads .text-white .button::before, .text-white .shop_table.woocommerce-orders-table .button::before, .shop_table.woocommerce-orders-table .text-white .button::before, .text-white .woocommerce-order-details .order-again .button::before, .woocommerce-order-details .order-again .text-white .button::before, .text-white .woocommerce .edit::before, .woocommerce .text-white .edit::before, .text-white .btn_underline::after, .text-white .shop_table.woocommerce-table--order-downloads .button::after, .shop_table.woocommerce-table--order-downloads .text-white .button::after, .text-white .shop_table.woocommerce-orders-table .button::after, .shop_table.woocommerce-orders-table .text-white .button::after, .text-white .woocommerce-order-details .order-again .button::after, .woocommerce-order-details .order-again .text-white .button::after, .text-white .woocommerce .edit::after, .woocommerce .text-white .edit::after {
  background-color: #ffffff;
}

.text-white .post-content .post-title a {
  color: #ffffff !important;
}

/* Border Radius */
.radius-5 {
  border-radius: 5px;
}

.radius-10, .close-btn span:before, .modal .modal-close span:before, .offcanvas-close span:before, .close-btn span:after, .modal .modal-close span:after, .offcanvas-close span:after, .karton-countdown .single-countdown, .menu-trigger span,
.onpage-menu-trigger span {
  border-radius: 10px;
}

/* Box Shadow */
.box-shadow, .header .sticky, .category-wrapper ul, .live-search .search-result {
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
}

.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* List Style */
.list-unstyled, .woocommerce-order .woocommerce-order-overview,
.list-inline {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-inline li {
  display: inline-block;
}

.list-dotted, .article ul, .article ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-dotted li, .article ul li, .article ol li {
  position: relative;
  padding-left: 23px;
}

.list-dotted li:not(:last-child), .article ul li:not(:last-child), .article ol li:not(:last-child) {
  margin-bottom: 14px;
}

.list-dotted li:after, .article ul li:after, .article ol li:after {
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 4px;
  content: '';
}

/* Media */
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* Underline Effect */
.underline_effect, .widget .post-title a,
.widget .product-title a, .widget.widget_recent_entries > ul > li a, .widget.widget_recent_comments li a, .widget.widget_rss li a, .single-post-item .post-content .post-title a, .single-category-item .cat-title span, .single-product-item .product-summary .product-title a, .woocommerce-mini-cart .mini_cart_item .item-summery .product-title a, .shop_table td.product-name a:last-child, .shop_table td.product-name a.cart-product-title, .woocommerce-info .showcoupon, .woocommerce-MyAccount-content a:not(.button):not(.dokan-btn), .woocommerce-order a {
  color: #3B3B3B;
  background-repeat: no-repeat;
  background-image: -o-linear-gradient(transparent 96%, currentColor 1px);
  background-image: linear-gradient(transparent 96%, currentColor 1px);
  -webkit-transition: 0.5s cubic-bezier(0.85, 0.26, 0.17, 1);
  -o-transition: 0.5s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: 0.5s cubic-bezier(0.85, 0.26, 0.17, 1);
  background-size: 0 100%;
}

.underline_effect:hover, .widget .post-title a:hover,
.widget .product-title a:hover, .widget.widget_recent_entries > ul > li a:hover, .widget.widget_recent_comments li a:hover, .widget.widget_rss li a:hover, .single-post-item .post-content .post-title a:hover, .single-category-item .cat-title span:hover, .single-product-item .product-summary .product-title a:hover, .woocommerce-mini-cart .mini_cart_item .item-summery .product-title a:hover, .shop_table td.product-name a:hover:last-child, .shop_table td.product-name a.cart-product-title:hover, .woocommerce-info .showcoupon:hover, .woocommerce-MyAccount-content a:hover:not(.button):not(.dokan-btn), .woocommerce-order a:hover {
  background-size: 100% 100%;
}

/* Form Response */
.form-response {
  background-color: rgba(254, 169, 132, 0.2);
}

.form-response span {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px 15px;
}

/* Karton Container */
.karton-container {
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1199px) and (max-width: 1300px) {
  .karton-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .karton-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Social Buttons */
.social-buttons li:not(:last-child), .header-top .topbar-buttons li:not(:last-child) {
  margin-right: 10px;
}

.social-buttons li a, .header-top .topbar-buttons li a {
  height: 50px;
  width: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.social-buttons li a:hover svg path, .header-top .topbar-buttons li a:hover svg path {
  fill: #FEA984;
}

/* Nav */
.nav, .karton_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* Search Form */
.search-form .theme-input-group .theme-input-style, .widget.widget_newsletter .style_2 .newsletter-form .theme-input-group .theme-input-style, .search-form .theme-input-group .select2-container--default .select2-selection--single, .select2-container--default .search-form .theme-input-group .select2-selection--single, .widget.widget_newsletter .style_2 .newsletter-form .theme-input-group .select2-container--default .select2-selection--single, .select2-container--default .widget.widget_newsletter .style_2 .newsletter-form .theme-input-group .select2-selection--single, .search-form .theme-input-group .entry-content select, .entry-content .search-form .theme-input-group select, .widget.widget_newsletter .style_2 .newsletter-form .theme-input-group .entry-content select, .entry-content .widget.widget_newsletter .style_2 .newsletter-form .theme-input-group select,
.search-form .theme-input-group .comment-content select, .comment-content .search-form .theme-input-group select,
.widget.widget_newsletter .style_2 .newsletter-form .theme-input-group .comment-content select, .comment-content .widget.widget_newsletter .style_2 .newsletter-form .theme-input-group select,
.search-form .theme-input-group .page--content select, .page--content .search-form .theme-input-group select,
.widget.widget_newsletter .style_2 .newsletter-form .theme-input-group .page--content select, .page--content .widget.widget_newsletter .style_2 .newsletter-form .theme-input-group select, .search-form .theme-input-group .dokan-store-widget .dokan-form-control, .dokan-store-widget .search-form .theme-input-group .dokan-form-control, .widget.widget_newsletter .style_2 .newsletter-form .theme-input-group .dokan-store-widget .dokan-form-control, .dokan-store-widget .widget.widget_newsletter .style_2 .newsletter-form .theme-input-group .dokan-form-control, .search-form .theme-input-group .show_if_seller .form-control, .show_if_seller .search-form .theme-input-group .form-control, .widget.widget_newsletter .style_2 .newsletter-form .theme-input-group .show_if_seller .form-control, .show_if_seller .widget.widget_newsletter .style_2 .newsletter-form .theme-input-group .form-control {
  border-color: #999999 !important;
  padding: 0 35px 0 10px;
}

.search-form .theme-input-group .submit-btn, .widget.widget_newsletter .style_2 .newsletter-form .theme-input-group .submit-btn {
  border: none;
}

/* Overlay */
.bg-overlay, .insta-feed .single-feed {
  position: relative;
  z-index: 1;
}

.bg-overlay:after, .insta-feed .single-feed:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: '';
  opacity: 0.6;
  z-index: -1;
}

/* Custom CheckBox */
.custom-checkbox, .color-container {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  display: inline-block;
  white-space: nowrap;
}

.custom-checkbox label, .color-container label {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

.custom-checkbox label input, .color-container label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left: 0;
  top: 0;
}

.custom-checkbox label .checkmark, .color-container label .checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid #3B3B3B;
  border-radius: 50%;
}

.custom-checkbox label .checkmark:after, .color-container label .checkmark:after {
  content: '';
  height: 6px;
  width: 6px;
  display: block;
  border-radius: 50%;
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  opacity: 0;
  visibility: hidden;
}

.custom-checkbox label input:checked ~ .checkmark:after, .color-container label input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}

.custom-checkbox.style_2 label .checkmark:after, .style_2.color-container label .checkmark:after {
  background-color: #D1D1D1;
  opacity: 1;
  visibility: visible;
}

/* Custom Colorbox */
.color-container label {
  background-color: inherit;
}

.color-container label .checkmark {
  border: none;
  height: 20px;
  width: 20px;
  background-color: inherit;
}

.color-container label .checkmark:after {
  display: none;
}

.color-container input:checked ~ .checkmark {
  height: 15px;
  width: 15px;
}

.color-container.color-1 {
  background-color: #EEA5FF;
}

.color-container.color-2 {
  background-color: #94A2FF;
}

.color-container.color-3 {
  background-color: #98F1C5;
}

/* Circle 40 */
.circle_40, .quantity .input-text, .product-details-content .stock,
.product-details-content .product-share .label {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px solid #EAEAEA;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
}

/* Product Quantity */
.quantity {
  margin-right: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  white-space: nowrap;
}

.quantity .input-text {
  margin: 0 10px;
}

.quantity .minus,
.quantity .plus {
  cursor: pointer;
}

/* Alignments */
@media only screen and (min-width: 1200px) {
  .no-sidebar .alignwide {
    max-width: 1110px;
    width: 1110px;
    margin-left: calc(-1110px/2 + 100%/2);
    margin-right: calc(-1110px/2 + 100%/2);
  }
}

.no-sidebar .alignfull {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc( -100vw/2 + 100%/2);
  margin-right: calc( -100vw/2 + 100%/2);
}

.alignleft {
  float: left;
  margin-right: 30px !important;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 30px !important;
  margin-bottom: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul.aligncenter {
  text-align: center;
}

.no-sidebar .alignfull {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc( -100vw/2 + 100%/2);
  margin-right: calc( -100vw/2 + 100%/2);
}

/* Captions */
figcaption,
.gallery-caption {
  display: block;
  margin-top: 1em;
  font-size: 12px;
}

/* Custom Nav */
.custom_nav .owl-nav {
  font-weight: 700;
}

.custom_nav .owl-nav button {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .5;
}

.custom_nav .owl-nav button:hover {
  opacity: 1;
}

.custom_nav .owl-nav button i {
  margin-right: 5px;
}

.custom_nav .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}

.custom_nav .owl-nav button.owl-next i {
  margin-right: 0;
  margin-left: 5px;
}

/* Custom Dots */
.custom-dots .owl-dots {
  line-height: 1;
}

.custom-dots .owl-dots button.owl-dot {
  height: 7px;
  width: 7px;
  background-color: #D1D1D1;
  border-radius: 50%;
  margin: 0 7.5px;
}

.custom-dots .owl-dots button.owl-dot.active {
  width: 80px;
  background-color: #D1D1D1;
  border-radius: 50px;
}

/* Others */
.ov-hidden {
  overflow: hidden;
}

.ovx-hidden {
  overflow-x: hidden;
}

.light-bg {
  background-color: #FFFCF6;
}

.bg-black, .header .header-mobile.style_3 {
  background-color: #141318;
}

.bg-dark-gray {
  background-color: #363636;
}

.color-light {
  color: #d1d1d1;
}

.color-light-gray {
  color: #BEBEBE;
}

.text-gray * {
  color: #707070;
}

.bt-2, .footer .footer-bottom.style_3 .row {
  border-top: 2px solid #F9F9F9;
}

.cart-count {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  top: -7.5px;
  border: 1px solid #FEA984;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}

.ad_img {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .mt--210 {
    margin-top: -210px;
  }
}

/* Font Sizes */
.fz-40 {
  font-size: 40px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-14 {
  font-size: 14px;
}

/* Bg Images/Colors */
.grocery-cta-bg {
  background-size: cover;
  background-position: top right;
}

.counter-bg {
  background-color: #FFFBF9;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-right, .bg-left, .footer .footer-top.style_2 .row > div:last-child {
  position: relative;
  z-index: 1;
}

.bg-right:after, .bg-left:after, .footer .footer-top.style_2 .row > div:last-child:after {
  position: absolute;
  left: 15px;
  top: 0;
  width: 100000%;
  height: 100%;
  content: '';
  background-color: #FFFBF9;
  z-index: -1;
}

.bg-left:after {
  right: 15px;
  left: auto;
}

.bg-404,
.coming-soon-bg,
.fs-cta {
  background-size: cover;
  background-position: center;
}

/* Article */
.article h3 {
  margin-bottom: 25px;
}

.article p {
  margin-bottom: 20px;
}

.article > *:last-child {
  margin-bottom: 0;
}

/* Gutter 50 */
@media only screen and (min-width: 992px) {
  .gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-50 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* Input Search Placeholder */
.searchIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.searchIcon input {
  padding-left: 15px !important;
}

/* Ripple */
.ripple, .image_gallery-slider .owl-nav button {
  position: relative;
  z-index: 1;
}

.ripple:before, .image_gallery-slider .owl-nav button:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #FEA984;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
}

/* Quick Links */
.quick-links a {
  font-weight: 700;
  font-size: 16px;
  opacity: .5;
}

.quick-links a:hover {
  opacity: 1;
}

.quick-links li:not(:last-child) {
  margin-bottom: 10px;
}

/* Wp Captions */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.bypostauthor {
  display: block;
}

/* Page Links */
.page-links {
  clear: both;
}

.page-links:before {
  display: table;
  content: "";
  clear: both;
  table-layout: fixed;
}

.page-links .page-links-title,
.page-links .post-page-numbers {
  font-size: 16px;
  font-weight: 700;
}

.page-links .post-page-numbers {
  margin: 0 5px;
}

.page-links .post-page-numbers.current, .page-links .post-page-numbers:hover {
  text-decoration: none;
}

/* Additional */
.karton-fluid {
  overflow: hidden;
}

.karton-disabled {
  opacity: .65 !important;
  cursor: not-allowed;
}

.blockOverlay {
  background-color: #fff !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  padding: 0;
}

.text-danger {
  color: #ff4e63;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* ************************
   03.2: Animations
   ********************* */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.scale {
  -webkit-animation-name: scale;
  animation-name: scale;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes shine {
  100% {
    left: 160%;
  }
}

@keyframes shine {
  100% {
    left: 160%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
  }
}

@-webkit-keyframes shine2 {
  100% {
    right: 160%;
  }
}

@keyframes shine2 {
  100% {
    right: 160%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    top: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    border-color: transparent;
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    border-color: transparent;
  }
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes inner-circles-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes inner-circles-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

/* ************************
   03.3: Preloader
   ********************* */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  overflow: hidden;
}

.preloader .preload-img {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader .preload-img .img-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.preloader .preload-img .dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  right: -12px;
  bottom: 10px;
  -webkit-animation: scale 1s ease-in-out infinite;
  animation: scale 1s ease-in-out infinite;
}

.loader {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.loader .spinner {
  display: inline-block;
  border: 2px solid #3B3B3B;
  border-top-color: transparent;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

/* ************************
   03.4: Buttons
   ********************* */
.btn, .karton-notice a, .woocommerce-notices-wrapper .woocommerce-info a, .woocommerce-notices-wrapper .woocommerce-message a, .woocommerce-notices-wrapper .woocommerce-error a, .woocommerce-error a, .woocommerce-message a, .woocommerce-Message a, .woocommerce-thankyou-order-received a, .widget_price_filter .button, .yith-wcwl-form .hidden-title-form input[type="submit"], input.dokan-btn[type="submit"],
a.dokan-btn,
.dokan-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  padding: 19px 29px;
  white-space: nowrap;
}

.btn.btn-fill, .karton-notice a, .woocommerce-notices-wrapper .woocommerce-info a, .woocommerce-notices-wrapper .woocommerce-message a, .woocommerce-notices-wrapper .woocommerce-error a, .woocommerce-error a, .woocommerce-message a, .woocommerce-Message a, .woocommerce-thankyou-order-received a, .widget_price_filter .button, .yith-wcwl-form .hidden-title-form input[type="submit"], input.dokan-btn[type="submit"],
a.dokan-btn,
.dokan-btn {
  color: #ffffff;
  padding: 17px 29px;
  border: 2px solid transparent;
}

.btn.btn-fill:hover, .karton-notice a:hover, .woocommerce-notices-wrapper .woocommerce-info a:hover, .woocommerce-error a:hover, .woocommerce-message a:hover, .woocommerce-Message a:hover, .woocommerce-thankyou-order-received a:hover, .widget_price_filter .button:hover, .yith-wcwl-form .hidden-title-form input:hover[type="submit"], input.dokan-btn:hover[type="submit"],
.dokan-btn:hover {
  border-color: #FFE8DC;
  background-color: transparent;
  color: #3B3B3B;
}

.btn.btn-borderd, .karton-notice a.btn-borderd, .woocommerce-notices-wrapper .woocommerce-info a.btn-borderd, .woocommerce-notices-wrapper .woocommerce-message a.btn-borderd, .woocommerce-notices-wrapper .woocommerce-error a.btn-borderd, .woocommerce-error a.btn-borderd, .woocommerce-message a.btn-borderd, .woocommerce-Message a.btn-borderd, .woocommerce-thankyou-order-received a.btn-borderd, .karton-notice .yith-wcwl-form .hidden-title-form a.hide-title-form, .yith-wcwl-form .hidden-title-form .karton-notice a.hide-title-form, .woocommerce-notices-wrapper .woocommerce-info .yith-wcwl-form .hidden-title-form a.hide-title-form, .yith-wcwl-form .hidden-title-form .woocommerce-notices-wrapper .woocommerce-info a.hide-title-form, .woocommerce-error .yith-wcwl-form .hidden-title-form a.hide-title-form, .yith-wcwl-form .hidden-title-form .woocommerce-error a.hide-title-form, .woocommerce-message .yith-wcwl-form .hidden-title-form a.hide-title-form, .yith-wcwl-form .hidden-title-form .woocommerce-message a.hide-title-form, .woocommerce-Message .yith-wcwl-form .hidden-title-form a.hide-title-form, .yith-wcwl-form .hidden-title-form .woocommerce-Message a.hide-title-form, .woocommerce-thankyou-order-received .yith-wcwl-form .hidden-title-form a.hide-title-form, .yith-wcwl-form .hidden-title-form .woocommerce-thankyou-order-received a.hide-title-form, .widget_price_filter .btn-borderd.button, .widget_price_filter .yith-wcwl-form .hidden-title-form .button.hide-title-form, .yith-wcwl-form .hidden-title-form .widget_price_filter .button.hide-title-form, .yith-wcwl-form .hidden-title-form input.btn-borderd[type="submit"], .yith-wcwl-form .hidden-title-form input.hide-title-form[type="submit"], .yith-wcwl-form .hidden-title-form .btn.hide-title-form,
.yith-wcwl-form .hidden-title-form .hide-title-form.dokan-btn, input.btn-borderd.dokan-btn[type="submit"],
a.btn-borderd.dokan-btn,
.btn-borderd.dokan-btn {
  border: 1px solid #FFE8DC;
  background-color: transparent;
}

.btn.btn-borderd:not(:last-child), .karton-notice a.btn-borderd:not(:last-child), .woocommerce-notices-wrapper .woocommerce-info a.btn-borderd:not(:last-child), .woocommerce-error a.btn-borderd:not(:last-child), .woocommerce-message a.btn-borderd:not(:last-child), .woocommerce-Message a.btn-borderd:not(:last-child), .woocommerce-thankyou-order-received a.btn-borderd:not(:last-child), .karton-notice .yith-wcwl-form .hidden-title-form a.hide-title-form:not(:last-child), .yith-wcwl-form .hidden-title-form .karton-notice a.hide-title-form:not(:last-child), .woocommerce-notices-wrapper .woocommerce-info .yith-wcwl-form .hidden-title-form a.hide-title-form:not(:last-child), .yith-wcwl-form .hidden-title-form .woocommerce-notices-wrapper .woocommerce-info a.hide-title-form:not(:last-child), .woocommerce-error .yith-wcwl-form .hidden-title-form a.hide-title-form:not(:last-child), .yith-wcwl-form .hidden-title-form .woocommerce-error a.hide-title-form:not(:last-child), .woocommerce-message .yith-wcwl-form .hidden-title-form a.hide-title-form:not(:last-child), .yith-wcwl-form .hidden-title-form .woocommerce-message a.hide-title-form:not(:last-child), .woocommerce-Message .yith-wcwl-form .hidden-title-form a.hide-title-form:not(:last-child), .yith-wcwl-form .hidden-title-form .woocommerce-Message a.hide-title-form:not(:last-child), .woocommerce-thankyou-order-received .yith-wcwl-form .hidden-title-form a.hide-title-form:not(:last-child), .yith-wcwl-form .hidden-title-form .woocommerce-thankyou-order-received a.hide-title-form:not(:last-child), .widget_price_filter .btn-borderd.button:not(:last-child), .widget_price_filter .yith-wcwl-form .hidden-title-form .button.hide-title-form:not(:last-child), .yith-wcwl-form .hidden-title-form .widget_price_filter .button.hide-title-form:not(:last-child), .yith-wcwl-form .hidden-title-form input.btn-borderd:not(:last-child)[type="submit"], .yith-wcwl-form .hidden-title-form input.hide-title-form:not(:last-child)[type="submit"], .yith-wcwl-form .hidden-title-form .btn.hide-title-form:not(:last-child),
.yith-wcwl-form .hidden-title-form .hide-title-form.dokan-btn:not(:last-child),
.btn-borderd.dokan-btn:not(:last-child) {
  margin-right: 7px;
}

.btn.btn-borderd:hover, .karton-notice a.btn-borderd:hover, .woocommerce-notices-wrapper .woocommerce-info a.btn-borderd:hover, .woocommerce-error a.btn-borderd:hover, .woocommerce-message a.btn-borderd:hover, .woocommerce-Message a.btn-borderd:hover, .woocommerce-thankyou-order-received a.btn-borderd:hover, .karton-notice .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .karton-notice a.hide-title-form:hover, .woocommerce-notices-wrapper .woocommerce-info .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-notices-wrapper .woocommerce-info a.hide-title-form:hover, .woocommerce-error .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-error a.hide-title-form:hover, .woocommerce-message .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-message a.hide-title-form:hover, .woocommerce-Message .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-Message a.hide-title-form:hover, .woocommerce-thankyou-order-received .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-thankyou-order-received a.hide-title-form:hover, .widget_price_filter .btn-borderd.button:hover, .widget_price_filter .yith-wcwl-form .hidden-title-form .button.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .widget_price_filter .button.hide-title-form:hover, .yith-wcwl-form .hidden-title-form input.btn-borderd:hover[type="submit"], .yith-wcwl-form .hidden-title-form input.hide-title-form:hover[type="submit"], .yith-wcwl-form .hidden-title-form .btn.hide-title-form:hover,
.yith-wcwl-form .hidden-title-form .hide-title-form.dokan-btn:hover,
.btn-borderd.dokan-btn:hover {
  color: #ffffff;
}

.btn.btn-borderd:hover svg path, .karton-notice a.btn-borderd:hover svg path, .woocommerce-notices-wrapper .woocommerce-info a.btn-borderd:hover svg path, .woocommerce-error a.btn-borderd:hover svg path, .woocommerce-message a.btn-borderd:hover svg path, .woocommerce-Message a.btn-borderd:hover svg path, .woocommerce-thankyou-order-received a.btn-borderd:hover svg path, .karton-notice .yith-wcwl-form .hidden-title-form a.hide-title-form:hover svg path, .yith-wcwl-form .hidden-title-form .karton-notice a.hide-title-form:hover svg path, .woocommerce-notices-wrapper .woocommerce-info .yith-wcwl-form .hidden-title-form a.hide-title-form:hover svg path, .yith-wcwl-form .hidden-title-form .woocommerce-notices-wrapper .woocommerce-info a.hide-title-form:hover svg path, .woocommerce-error .yith-wcwl-form .hidden-title-form a.hide-title-form:hover svg path, .yith-wcwl-form .hidden-title-form .woocommerce-error a.hide-title-form:hover svg path, .woocommerce-message .yith-wcwl-form .hidden-title-form a.hide-title-form:hover svg path, .yith-wcwl-form .hidden-title-form .woocommerce-message a.hide-title-form:hover svg path, .woocommerce-Message .yith-wcwl-form .hidden-title-form a.hide-title-form:hover svg path, .yith-wcwl-form .hidden-title-form .woocommerce-Message a.hide-title-form:hover svg path, .woocommerce-thankyou-order-received .yith-wcwl-form .hidden-title-form a.hide-title-form:hover svg path, .yith-wcwl-form .hidden-title-form .woocommerce-thankyou-order-received a.hide-title-form:hover svg path, .widget_price_filter .btn-borderd.button:hover svg path, .widget_price_filter .yith-wcwl-form .hidden-title-form .button.hide-title-form:hover svg path, .yith-wcwl-form .hidden-title-form .widget_price_filter .button.hide-title-form:hover svg path, .yith-wcwl-form .hidden-title-form input.btn-borderd:hover[type="submit"] svg path, .yith-wcwl-form .hidden-title-form input.hide-title-form:hover[type="submit"] svg path, .yith-wcwl-form .hidden-title-form .btn.hide-title-form:hover svg path, .yith-wcwl-form .hidden-title-form .hide-title-form.dokan-btn:hover svg path, .btn-borderd.dokan-btn:hover svg path {
  fill: #ffffff;
}

.btn.rounded, .karton-notice a.rounded, .woocommerce-notices-wrapper .woocommerce-info a.rounded, .woocommerce-error a.rounded, .woocommerce-message a.rounded, .woocommerce-Message a.rounded, .woocommerce-thankyou-order-received a.rounded, .widget_price_filter .rounded.button, .yith-wcwl-form .hidden-title-form input.rounded[type="submit"], input.rounded.dokan-btn[type="submit"],
.rounded.dokan-btn {
  border-radius: 50px;
  font-weight: 500;
}

.btn.white-bg, .karton-notice a.white-bg, .woocommerce-notices-wrapper .woocommerce-info a.white-bg, .woocommerce-error a.white-bg, .woocommerce-message a.white-bg, .woocommerce-Message a.white-bg, .woocommerce-thankyou-order-received a.white-bg, .widget_price_filter .white-bg.button, .yith-wcwl-form .hidden-title-form input.white-bg[type="submit"], input.white-bg.dokan-btn[type="submit"],
.white-bg.dokan-btn {
  background-color: #ffffff;
}

.btn.barlow, .landing-page-banner .banner-img .img-text h4.btn, .landing-page-banner .banner-img .img-text .widget_price_filter h4.button, .widget_price_filter .landing-page-banner .banner-img .img-text h4.button,
.landing-page-banner .banner-img .img-text h4.dokan-btn, .karton-notice a.barlow, .woocommerce-notices-wrapper .woocommerce-info a.barlow, .woocommerce-error a.barlow, .woocommerce-message a.barlow, .woocommerce-Message a.barlow, .woocommerce-thankyou-order-received a.barlow, .widget_price_filter .barlow.button, .yith-wcwl-form .hidden-title-form input.barlow[type="submit"], input.barlow.dokan-btn[type="submit"],
.barlow.dokan-btn {
  font-size: 18px;
}

.btn_underline, .shop_table.woocommerce-table--order-downloads .button, .shop_table.woocommerce-orders-table .button, .woocommerce-order-details .order-again .button, .woocommerce .edit {
  display: inline-block;
  position: relative;
  line-height: 1.4;
  white-space: nowrap;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 800;
  overflow: hidden;
}

.btn_underline:after, .shop_table.woocommerce-table--order-downloads .button:after, .shop_table.woocommerce-orders-table .button:after, .woocommerce-order-details .order-again .button:after, .woocommerce .edit:after, .btn_underline:before, .shop_table.woocommerce-table--order-downloads .button:before, .shop_table.woocommerce-orders-table .button:before, .woocommerce-order-details .order-again .button:before, .woocommerce .edit:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  bottom: 0;
}

.btn_underline:before, .shop_table.woocommerce-table--order-downloads .button:before, .shop_table.woocommerce-orders-table .button:before, .woocommerce-order-details .order-again .button:before, .woocommerce .edit:before {
  left: -100%;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.btn_underline:after, .shop_table.woocommerce-table--order-downloads .button:after, .shop_table.woocommerce-orders-table .button:after, .woocommerce-order-details .order-again .button:after, .woocommerce .edit:after {
  left: 0;
}

.btn_underline:hover:before, .shop_table.woocommerce-table--order-downloads .button:hover:before, .shop_table.woocommerce-orders-table .button:hover:before, .woocommerce-order-details .order-again .button:hover:before, .woocommerce .edit:hover:before {
  left: 0;
}

.btn_underline:hover:after, .shop_table.woocommerce-table--order-downloads .button:hover:after, .shop_table.woocommerce-orders-table .button:hover:after, .woocommerce-order-details .order-again .button:hover:after, .woocommerce .edit:hover:after {
  left: 100%;
}

.btn_underline.text-white:after, .shop_table.woocommerce-table--order-downloads .text-white.button:after, .shop_table.woocommerce-orders-table .text-white.button:after, .woocommerce-order-details .order-again .text-white.button:after, .woocommerce .text-white.edit:after, .btn_underline.text-white:before, .shop_table.woocommerce-table--order-downloads .text-white.button:before, .shop_table.woocommerce-orders-table .text-white.button:before, .woocommerce-order-details .order-again .text-white.button:before, .woocommerce .text-white.edit:before {
  background-color: #ffffff;
}

.btn_circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  background-color: #FFF6F1;
}

.add_to_wishlist .added,
.add_to_wishlist .adding {
  display: none;
}

.add_to_wishlist.loading .add {
  display: none;
}

.add_to_wishlist.loading .adding {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.add_to_wishlist.added .add,
.add_to_wishlist.added .adding {
  display: none;
}

.add_to_wishlist.added .added {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.add_to_wishlist .adding .spinner {
  height: 15px;
  width: 15px;
  display: inline-block;
  border: 2px solid #3B3B3B;
  border-top-color: transparent;
  border-radius: 50%;
}

/* Button Inline */
.btn-inline {
  position: relative;
  display: inline-block;
}

.btn-inline:after {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -2px;
  content: '';
  width: 0;
  height: 1px;
}

.btn-inline:hover::after {
  left: 0;
  right: 0;
  width: 100%;
}

/* Nav Button */
.nav-btn {
  font-size: 14px;
  font-weight: 700;
  opacity: .5;
}

.nav-btn.prev i {
  margin-right: 5px;
}

.nav-btn.next i {
  margin-left: 5px;
}

.nav-btn:hover {
  opacity: 1;
}

/* Video Button */
.vdo_btn {
  height: 80px;
  width: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}

/* Button Square */
.btn_square {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
}

.btn_square i,
.btn_square svg,
.btn_square img {
  font-size: 20px;
  width: 20px;
  height: 20px;
}

/* Button Icon */
.btn_icon {
  font-size: 20px;
  font-weight: 700;
  color: #3B3B3B !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn_icon span {
  display: inline-block;
  margin-left: -10px;
}

.btn_icon i {
  height: 70px;
  width: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.btn_icon i:after {
  border: 2px solid #FFF5E5;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation: ripple 1s ease-in-out infinite;
  animation: ripple 1s ease-in-out infinite;
}

/* ************************
   03.5: Section Title
   ********************* */
.section-title {
  margin-bottom: 38px;
}

.section-title h2 {
  font-size: 36px;
  line-height: 1.28;
  font-weight: 900;
  margin-top: -10px;
}

.section-title.with-sub h5 {
  line-height: 1.33;
  letter-spacing: 9px;
  margin-right: -9px;
  margin-bottom: 5px;
}

.section-title.with-sub h2 {
  line-height: 1.25;
}

.section-title.mb-70 {
  margin-bottom: 70px;
}

.section-title.title-light h2 {
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
}

@media only screen and (max-width: 479px) {
  .section-title.title-light h2 {
    font-size: 40px;
  }
}

.section-title.with-desc {
  margin-bottom: 57px;
}

.section-title.with-desc h2 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: -15px;
}

@media only screen and (max-width: 575px) {
  .section-title.with-desc h2 {
    font-size: 40px;
  }
}

.section-title.mb--45 {
  margin-bottom: -45px;
}

@media only screen and (max-width: 767px) {
  .section-title.mb--45 {
    margin-bottom: 38px;
  }
}

/* Showcase Section Title */
.showcase-section-title {
  position: relative;
  z-index: 2;
}

.showcase-section-title h2 {
  max-width: 425px;
  font-size: 100px;
  line-height: 1.2;
  font-weight: 300;
}

@media only screen and (max-width: 1199px) {
  .showcase-section-title h2 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase-section-title h2 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .showcase-section-title h2 {
    font-size: 40px;
  }
}

/* Section Info */
.section-info h6, .section-info .woocommerce-checkout .form-row.notes label, .woocommerce-checkout .form-row.notes .section-info label, .section-info .login-register-wrapper .tab-btn li, .login-register-wrapper .tab-btn .section-info li {
  line-height: 1.875;
  color: #D1D1D1;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 8px;
  margin-right: -8px;
}

.section-info h6 span, .section-info .woocommerce-checkout .form-row.notes label span, .woocommerce-checkout .form-row.notes .section-info label span, .section-info .login-register-wrapper .tab-btn li span, .login-register-wrapper .tab-btn .section-info li span {
  display: block;
}

/* ************************
   03.6: Page Title
   ********************* */
.page-title-wrap {
  padding: 65px 0;
  background-color: #fef6f1;
}

.page-title h2 {
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 10px;
}

.page-title ul li {
  font-size: 14px;
  line-height: 1.4;
  padding-right: 10px;
  margin-right: 5px;
}

.page-title ul li:not(:last-child) {
  position: relative;
}

.page-title ul li:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: "";
}

/* ************************
   03.7: Widget
   ********************* */
.widget:not(:last-child) {
  margin-bottom: 50px;
}

.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget ul ul {
  padding-left: 15px;
  margin-top: 20px;
}

.widget ul ul ul ul {
  padding: 0;
}

.widget select {
  max-width: 100%;
  height: 40px;
  width: 100%;
  border: none;
  padding: 0 15px;
  background-color: #FFF6F1;
}

.widget .post-title,
.widget .product-title {
  line-height: 1.375;
  margin-bottom: 2px;
}

.widget .woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 600;
}

.widget.widget_archive ul li, .widget.widget_categories ul li, .widget.widget_pages ul li, .widget.widget_meta ul li, .widget.widget_nav_menu ul li, .widget.dokan-category-menu ul li, .widget.dokan-store-menu ul li {
  position: relative;
  padding-left: 10px;
}

.widget.widget_archive ul li a, .widget.widget_categories ul li a, .widget.widget_pages ul li a, .widget.widget_meta ul li a, .widget.widget_nav_menu ul li a, .widget.dokan-category-menu ul li a, .widget.dokan-store-menu ul li a {
  display: inline-block;
  margin-right: 10px;
}

.widget.widget_archive ul li:after, .widget.widget_categories ul li:after, .widget.widget_pages ul li:after, .widget.widget_meta ul li:after, .widget.widget_nav_menu ul li:after, .widget.dokan-category-menu ul li:after, .widget.dokan-store-menu ul li:after {
  position: absolute;
  left: 0;
  top: 12px;
  content: '';
  height: 1px;
  width: 5px;
}

.widget.widget_archive ul li:not(:last-child), .widget.widget_categories ul li:not(:last-child), .widget.widget_pages ul li:not(:last-child), .widget.widget_meta ul li:not(:last-child), .widget.widget_nav_menu ul li:not(:last-child), .widget.dokan-category-menu ul li:not(:last-child), .widget.dokan-store-menu ul li:not(:last-child) {
  margin-bottom: 14px;
}

.widget.widget_archive .text-right li, .widget.widget_categories .text-right li, .widget.widget_pages .text-right li, .widget.widget_meta .text-right li, .widget.widget_nav_menu .text-right li, .widget.dokan-category-menu .text-right li, .widget.dokan-store-menu .text-right li {
  padding-left: 0;
  padding-right: 10px;
}

.widget.widget_archive .text-right li a, .widget.widget_categories .text-right li a, .widget.widget_pages .text-right li a, .widget.widget_meta .text-right li a, .widget.widget_nav_menu .text-right li a, .widget.dokan-category-menu .text-right li a, .widget.dokan-store-menu .text-right li a {
  margin-right: 0;
  margin-left: 10px;
}

.widget.widget_archive .text-right li:after, .widget.widget_categories .text-right li:after, .widget.widget_pages .text-right li:after, .widget.widget_meta .text-right li:after, .widget.widget_nav_menu .text-right li:after, .widget.dokan-category-menu .text-right li:after, .widget.dokan-store-menu .text-right li:after {
  left: auto;
  right: 0;
}

.widget .widget_title {
  line-height: 1;
  margin-bottom: 24px;
  font-size: 20px;
}

.widget .widget_title.title_light {
  font-size: 60px !important;
  line-height: 1.17;
  font-weight: 300;
}

.widget .widget_title.style_2 {
  font-size: 20px;
  font-weight: 800;
}

.widget.widget_inquiry svg,
.widget.widget_inquiry img,
.widget.widget_inquiry i {
  margin-right: 20px;
}

@media only screen and (max-width: 479px) {
  .widget.widget_inquiry br {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .widget.widget_inquiry .inquiry_number {
    font-size: 20px;
  }
}

.widget.widget_inquiry .inquiry_number a {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  width: 50%;
}

.widget.widget_inquiry .inquiry_number a:not(:last-child)::after {
  content: ',';
  margin-right: 5px;
}

.widget.widget_contact_info ul.contact_info li {
  position: relative;
  padding-left: 30px;
}

.widget.widget_contact_info ul.contact_info li:not(:last-child) {
  margin-bottom: 10px;
}

.widget.widget_contact_info ul.contact_info li span {
  position: absolute;
  left: 0;
  top: 0;
}

.widget.widget_contact_info ul.contact_info li span i {
  font-size: 20px;
}

.widget.widget_contact_info .style_2 ul.contact_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 0;
}

@media only screen and (max-width: 479px) {
  .widget.widget_contact_info .style_2 ul.contact_info li br {
    display: none;
  }
}

.widget.widget_contact_info .style_2 ul.contact_info li span {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border: 2px solid #FFE8DC;
  position: static !important;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}

.widget.widget_contact_info .style_2 ul.contact_info li span i {
  font-size: 16px;
}

.widget.widget_contact_info .style_2 ul.contact_info li a {
  display: inline-block;
  margin-right: 5px;
}

.widget.widget_contact_info .style_2 ul.contact_info li a:last-child {
  margin-left: 5px;
}

.widget.widget_recent_entries ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
}

.widget.widget_recent_entries ul li:not(:last-child) {
  margin-bottom: 10px;
}

.widget.widget_recent_entries .post-summary .posted-on a {
  font-size: 12px;
}

.widget.widget_recent_entries .post-summary .post-excerpt {
  margin-top: 7px;
  font-size: 14px;
}

.widget.widget_recent_entries.has_thumb li .post_thumb {
  min-width: 70px;
  margin-right: 20px;
}

.widget.widget_recent_entries.has_thumb li .post_thumb img {
  height: 70px;
}

.widget.widget_recent_entries > ul > li a {
  font-weight: 700;
}

.widget.widget_recent_entries > ul > li .post-date {
  display: block;
  font-size: 12px;
}

.widget.widget_newsletter .style_3 p {
  font-size: 14px;
}

.widget.widget_newsletter .style_3 p strong {
  font-weight: 900;
  color: #FF7353;
}

.widget.widget_recent_comments li:not(:last-child), .widget.widget_rss li:not(:last-child) {
  margin-bottom: 20px;
}

.widget.widget_recent_comments li a, .widget.widget_rss li a {
  font-weight: 700;
}

.widget.widget_rss .rss-date {
  font-size: 12px;
  display: block;
  margin: 5px 0;
}

.widget.widget_rss cite {
  font-weight: 600;
}

.widget.widget_tag_cloud, .widget.widget_product_tag_cloud {
  overflow: hidden;
}

.widget.widget_tag_cloud .tagcloud, .widget.widget_product_tag_cloud .tagcloud {
  margin-right: -4px;
}

.widget.widget_tag_cloud .tagcloud a, .widget.widget_product_tag_cloud .tagcloud a {
  margin-right: 4px;
}

.widget.widget_tag_cloud .tagcloud a:not(:last-child):after, .widget.widget_product_tag_cloud .tagcloud a:not(:last-child):after {
  content: ',';
}

.widget.widget_calendar table {
  width: 100%;
  background-color: #FFFBF9;
}

.widget.widget_calendar table caption {
  padding: 5px 10px;
  caption-side: top;
  background-color: #FFFBF9;
  font-weight: 700;
}

.widget.widget_calendar table th {
  background-color: #FFF6F1;
  border: none;
}

.widget.widget_calendar table td {
  background-color: #ffffff;
  border: 1px solid #FFFBF9;
}

.widget.widget_calendar table th, .widget.widget_calendar table td {
  text-align: center;
  padding: 5px 0;
}

.widget.widget_products .product_thumb, .widget.widget_recent_reviews .product_thumb, .widget.widget_top_rated_products .product_thumb {
  margin-right: 15px;
  min-width: 60px;
}

.widget.widget_products .product_thumb a, .widget.widget_recent_reviews .product_thumb a, .widget.widget_top_rated_products .product_thumb a {
  display: block;
}

.widget.widget_products li:not(:last-child), .widget.widget_recent_reviews li:not(:last-child), .widget.widget_top_rated_products li:not(:last-child) {
  margin-bottom: 15px;
}

.widget.widget_nav_menu .style_2 .logo {
  margin-right: 30px;
  min-width: 65px;
}

@media only screen and (max-width: 767px) {
  .widget.widget_nav_menu .style_2 .logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.widget.widget_nav_menu .style_3 {
  font-size: 18px;
  line-height: 1.5;
}

.widget.widget_nav_menu .style_3 ul li,
.widget.widget_nav_menu .style_2 ul li {
  padding-left: 0 !important;
}

.widget.widget_nav_menu .style_3 ul li:after,
.widget.widget_nav_menu .style_2 ul li:after {
  display: none;
}

.widget.widget_nav_menu ul.style_2 li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media only screen and (max-width: 575px) {
  .widget.widget_nav_menu ul.style_2 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.widget.widget_leaf .leaf-img {
  right: 0;
  bottom: 20px;
  z-index: -1;
}

/* ************************
   03.8: Back to Top
   ********************* */
.back-to-top {
  position: fixed;
  cursor: pointer;
  width: 70px;
  height: 70px;
  font-size: 20px;
  border: 1px solid #FFF5E5;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 10%;
  right: 4%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.3);
}

.back-to-top i {
  margin-top: 15px;
}

.back-to-top.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.back-to-top:hover i {
  margin-top: 0;
}

/* ************************
   03.9: Countdown
   ********************* */
.karton-countdown {
  white-space: nowrap;
}

.karton-countdown .single-countdown {
  width: 60px;
  height: 55px;
  background-color: rgba(238, 238, 236, 0.9);
  padding: 10px;
}

.karton-countdown .single-countdown:not(:last-child) {
  margin-right: 6px;
}

.karton-countdown .single-countdown span {
  font-size: 12px;
  display: block;
}

.karton-countdown.style_2 .single-countdown {
  background-color: #616160;
  width: 70px;
  height: 65px;
}

.karton-countdown.style_2 .single-countdown * {
  color: #ffffff !important;
}

.karton-countdown.style_2 .single-countdown h6, .karton-countdown.style_2 .single-countdown .woocommerce-checkout .form-row.notes label, .woocommerce-checkout .form-row.notes .karton-countdown.style_2 .single-countdown label, .karton-countdown.style_2 .single-countdown .login-register-wrapper .tab-btn li, .login-register-wrapper .tab-btn .karton-countdown.style_2 .single-countdown li {
  font-size: 20px;
}

.karton-countdown.style_2 .single-countdown span {
  font-size: 14px;
}

@media only screen and (max-width: 379px) {
  .karton-countdown.style_2 .single-countdown {
    width: 55px;
    height: 55px;
  }
  .karton-countdown.style_2 .single-countdown h6, .karton-countdown.style_2 .single-countdown .woocommerce-checkout .form-row.notes label, .woocommerce-checkout .form-row.notes .karton-countdown.style_2 .single-countdown label, .karton-countdown.style_2 .single-countdown .login-register-wrapper .tab-btn li, .login-register-wrapper .tab-btn .karton-countdown.style_2 .single-countdown li {
    font-size: 16px;
  }
  .karton-countdown.style_2 .single-countdown span {
    font-size: 12px;
  }
}

/* ************************
   03.10: Banner
   ********************* */
.karton-banner {
  padding: 60px 0;
}

.karton-banner .karton-banner-text .banner-title {
  font-size: 50px;
}

.karton-banner .karton-banner-text p {
  margin-bottom: 25px;
}

/* ************************
   03.11: Modal
   ********************* */
body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 1100;
}

.modal.show {
  display: block;
}

.modal.hide {
  display: none;
}

.modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #000000;
  opacity: 0.3;
}

.modal .modal-close {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal .modal-content {
  position: relative;
  background: #fff;
}

/* Popup Modal */
.popup-modal .popup-modal-content {
  width: 635px;
  max-width: 90%;
  min-height: 465px;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  background: #fff;
  padding: 60px 55px;
  border: 5px solid #FFE8DC;
}

@media only screen and (max-width: 575px) {
  .popup-modal .popup-modal-content {
    padding: 30px 25px;
  }
}

.popup-modal .popup-modal-content .popup-content h2 {
  font-size: 44px;
  font-weight: 900;
  line-height: 46px;
  margin-bottom: 25px;
}

.popup-modal .popup-modal-content .popup-content h2 strong {
  display: inline-block;
  padding: 15px 0;
  margin: 10px 0 7px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 80px;
}

.popup-modal .popup-modal-content .popup-content .newslatter-form .theme-input-group {
  max-width: 440px;
}

.popup-modal .popup-modal-content .popup-image {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.notification {
  padding: 20px 30px;
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 10;
  background-color: #FFFBF9;
  max-width: 660px;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.notification .notification-content img {
  margin-right: 20px;
  height: 60px;
}

.notification .notification-content p {
  font-size: 14px;
  margin-top: 5px;
}

/* ************************
   03.12: Scrollbar
   ********************* */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
* Scrollbar rail styles
*/
.ps__rail-x {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  position: absolute;
  /* please don't change 'position' */
}

.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  /* there must be 'right' or 'left' for ps__rail-y */
  position: absolute;
  /* please don't change 'position' */
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color .2s linear, height .2s ease-in-out;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  /* there must be 'bottom' for ps__thumb-x */
  position: absolute;
  /* please don't change 'position' */
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color .2s linear, width .2s ease-in-out;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  /* there must be 'right' for ps__thumb-y */
  position: absolute;
  /* please don't change 'position' */
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* MultiScroll */
.ms-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.ms-section .ms-table {
  width: 100%;
}

.ms-tableCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .ms-tableCell {
    display: block;
  }
}

.ms-easing {
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

@media (min-width: 992px) {
  .ms-left, .ms-right {
    width: 50%;
    position: relative;
    /*don't remove*/
  }
  .ms-section.ms-table {
    width: 100%;
  }
}

@media (max-width: 991px) {
  body[class*="ms-viewing-"] {
    overflow: inherit !important;
    height: inherit !important;
  }
  body[class*="ms-viewing-"] #tlMultiScroll .ms-left, body[class*="ms-viewing-"] #tlMultiScroll .ms-right {
    position: inherit !important;
    left: auto;
    top: auto;
    width: 100%;
  }
}

/* ************************
   03.13: Counter
   ********************* */
.single-counter {
  margin-bottom: 35px;
}

.single-counter h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  margin-top: -8px;
}

/* ************************
   03.14: Team
   ********************* */
.single-team {
  margin-bottom: 30px;
}

.single-team .team-thumb {
  margin-bottom: 30px;
}

.single-team .team-info h4 {
  line-height: 1.5;
  margin-bottom: 7px;
}

/* ************************
   03.15: Testimonial
   ********************* */
.single-testimonial .author-thumb {
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.single-testimonial .author-thumb img {
  width: auto;
}

.single-testimonial .testimonial-text h4 {
  margin-bottom: 10px;
}

.testimonial-slider .owl-nav {
  margin-top: 30px;
  text-align: center;
}

.testimonial-slider .owl-nav button {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 0 10px;
}

/* ************************
   03.16: Instafeed
   ********************* */
.insta-feed .single-feed {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
}

.insta-feed .single-feed:after {
  background-color: #000000;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}

.insta-feed .single-feed img {
  width: auto;
}

.insta-feed .single-feed .feed-info {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
}

.insta-feed .single-feed .feed-info span {
  color: #ffffff;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
}

.insta-feed .single-feed .feed-info span i {
  font-size: 14px;
  margin-right: 5px;
}

.insta-feed .single-feed .feed-info span:not(:last-child) {
  margin-right: 15px;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.insta-feed .single-feed:hover:after {
  opacity: .6;
  visibility: visible;
}

.insta-feed .single-feed:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.insta-feed .single-feed:hover .feed-info span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ************************
   03.17: Feature
   ********************* */
.feature-content h2 {
  font-size: 100px;
  line-height: 1;
  font-weight: 300;
}

.feature-content .trand {
  margin-top: 40px;
  margin-bottom: 38px;
}

.feature-content p {
  font-size: 18px;
  line-height: 1.78;
  margin-bottom: 30px;
}

.feature-content p:last-child {
  margin-bottom: 0;
}

.feature-content.style_2 h5 {
  line-height: 1.33;
  letter-spacing: 9px;
  margin-right: -9px;
  margin-bottom: 5px;
}

.feature-content.style_2 h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 21px;
}

.feature-content.style_3 h4 {
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.feature-content.style_3 h2 {
  font-size: 30px;
  line-height: 2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 15px;
  margin-right: -15px;
  white-space: nowrap;
}

@media only screen and (max-width: 379px) {
  .feature-content.style_3 h2 {
    letter-spacing: 8px;
    margin-right: -8px;
  }
}

.feature-content.style_3 h2 a {
  display: block;
}

.feature-content blockquote p {
  font-style: normal;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.533;
  margin-bottom: 0 !important;
}

/* Trand */
.trand-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
}

/* Trand */
.trand {
  margin-top: 40px;
  margin-bottom: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
}

.trand > span {
  font-size: 30px;
  font-weight: 700;
  display: block;
  position: relative;
  padding-right: 4px;
}

.trand > span:first-child::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 3px;
  height: calc(100% * 2);
  content: '';
  border-radius: 50px;
  -webkit-transform: rotate3d(1, 1, 1, 45deg) translateY(-50%);
  transform: rotate3d(1, 1, 1, 45deg) translateY(-50%);
}

.trand > span:last-child {
  padding-top: 30px;
  padding-left: 15px;
}

.trand.dual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}

.trand.dual > span span {
  font-size: 26px;
  font-weight: 500;
  display: block;
}

.trand.dual > span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.trand.dual > span:first-child span + span {
  padding-right: 20px;
}

.trand.dual > span:first-child:after {
  right: 10px;
  width: 2px;
  background-color: #D1D1D1;
}

.trand.dual > span:last-child {
  padding-left: 20px;
}

.trand.light {
  font-weight: 300;
  font-size: 60px;
  line-height: 1.17;
}

@media only screen and (max-width: 1199px) {
  .trand.light {
    font-size: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .trand.light {
    font-size: 30px;
  }
}

.trand.light:after {
  display: none;
}

/* Single Feature */
.single-feature {
  margin-bottom: 30px;
}

.single-feature .icon i {
  font-size: 36px;
  color: #61AA30;
}

.single-feature .content h5 {
  margin: 23px 0 21px;
}

.single-feature.have-bg {
  background-color: #FFFCF6;
  margin-bottom: 35px;
  padding: 20px 40px;
}

.single-feature.have-bg h4 {
  font-weight: 800;
  margin-bottom: 8px;
}

.single-feature.have-bg p {
  font-size: 18px;
}

/* Fun Fact */
.single-funfact {
  margin-bottom: 30px;
}

.single-funfact .icon {
  margin-bottom: 25px;
}

.single-funfact .icon i {
  font-size: 40px;
  color: #61AA30;
}

.single-funfact .content b {
  font-size: 24px;
  display: inline-block;
  margin-right: 6px;
}

/* Product Feature */
.pf-text h2 {
  font-size: 60px;
  line-height: 1.33;
  font-weight: 400;
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .pf-text h2 br {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .pf-text h2 {
    font-size: 40px;
  }
}

.pf-text p {
  font-size: 24px;
  line-height: 1.75;
}

.pf-text p:not(:last-child) {
  margin-bottom: 35px;
}

@media only screen and (max-width: 479px) {
  .pf-text p {
    font-size: 20px;
  }
}

.feature-text p {
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 47px;
}

@media only screen and (max-width: 479px) {
  .feature-text p {
    font-size: 20px;
  }
}

.feature-text.with_icon P {
  font-size: 14px;
  line-height: 2;
}

.feature-text.with_icon P:before {
  font-family: 'FontAwesome';
  content: "";
  display: inline-block;
  margin-right: 5px;
}

.full-img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media only screen and (max-width: 991px) {
  .full-img {
    width: 100%;
    max-width: 100%;
  }
}

.pf-image.img_rtl {
  direction: rtl;
  margin-right: -180px;
}

@media only screen and (max-width: 991px) {
  .pf-image.img_rtl {
    margin-right: 0;
    direction: ltr;
  }
}

.video-img-wraper .video_icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}

.video-img-wraper .video_icon i {
  font-size: 30px;
  height: 140px;
  width: 140px;
}

.video-img-wraper .video_icon span {
  margin-left: -40px;
}

.video-img-wraper .bg-overlay, .video-img-wraper .insta-feed .single-feed, .insta-feed .video-img-wraper .single-feed {
  z-index: 0;
}

.video-img-wraper .bg-overlay:after, .video-img-wraper .insta-feed .single-feed:after, .insta-feed .video-img-wraper .single-feed:after {
  z-index: 0;
}

/* Feature List */
.feature-list {
  font-size: 18px;
}

.feature-list li {
  position: relative;
  padding-left: 45px;
  font-size: 24px;
}

@media only screen and (max-width: 479px) {
  .feature-list li {
    font-size: 20px;
  }
}

.feature-list li:not(:last-child) {
  margin-bottom: 15px;
}

.feature-list li img {
  position: absolute;
  top: 15px;
  left: 0;
}

/* Boxing Feature */
.single-box-item {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}

.single-box-item:after {
  width: 253px;
  height: 253px;
  border-radius: 50%;
  background-color: #FFFCF6;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-box-item:hover img {
  -webkit-animation: rotate 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: rotate 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* Image Gallery Slider */
.image_gallery-slider {
  margin-bottom: 20px;
}

.image_gallery-slider .owl-nav button {
  width: 140px;
  height: 140px;
  font-size: 30px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: calc(50% + 30px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 991px) {
  .image_gallery-slider .owl-nav button {
    width: 100px;
    height: 100px;
    top: calc(50% + 43.5px);
  }
}

@media only screen and (max-width: 991px) {
  .image_gallery-slider .owl-nav button {
    width: 70px;
    height: 70px;
    top: calc(50% + 43.5px);
  }
}

@media only screen and (max-width: 379px) {
  .image_gallery-slider .owl-nav button {
    width: 70px;
    height: 70px;
    top: calc(50% + 57px);
  }
}

.image_gallery-slider .owl-nav button.owl-next {
  left: auto;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.image_gallery-slider .owl-nav button:before {
  border: 2px solid #FFF5E5 !important;
  -webkit-animation: none;
  animation: none;
}

.image_gallery-slider .owl-nav button:hover:before {
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
}

.image_gallery-slider .single-image .img-caption {
  margin-bottom: 30px;
}

.image_gallery-slider .single-image .img-caption p {
  font-size: 18px;
  line-height: 28px;
}

.image_gallery-slider .single-image .img-caption p b {
  font-size: 20px;
  font-weight: 800;
  display: inline-block;
  margin-right: 40px;
}

.thumb_slider {
  padding: 0 35px;
}

.thumb_slider .owl-item.active.center .single-thumb {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

/* ************************
   03.18: Showcase
   ********************* */
.single-showcase {
  position: relative;
  display: block;
}

.single-showcase.mb-160 {
  margin-bottom: 160px;
}

@media only screen and (max-width: 767px) {
  .single-showcase.mb-160 {
    margin-bottom: 80px;
  }
}

.single-showcase.title-top {
  padding: 65px 0 0 145px;
}

@media only screen and (max-width: 991px) {
  .single-showcase.title-top {
    padding: 65px 0 0 50px;
  }
}

@media only screen and (max-width: 479px) {
  .single-showcase.title-top {
    padding: 20px 0 0 0;
  }
}

.single-showcase.title-top .showcase-title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
}

.single-showcase.title-top .showcase-title.text-white .trand.light {
  font-size: 40px;
}

@media only screen and (max-width: 479px) {
  .single-showcase.title-top .trand.light {
    margin-top: 10px;
    font-size: 20px;
  }
}

.single-showcase.trandset .trand {
  line-height: 1.17;
  margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .single-showcase.trandset .trand {
    margin-bottom: 30px;
  }
  .single-showcase.trandset .trand span {
    font-size: 20px;
  }
}

.single-showcase.trandset .trand-title {
  position: absolute;
  left: -80px;
  top: 0;
  -webkit-transform: rotate(-90deg) translateX(-40%);
  -ms-transform: rotate(-90deg) translateX(-40%);
  transform: rotate(-90deg) translateX(-40%);
}

.single-showcase.new {
  padding-right: 55px;
}

.single-showcase.new .new-img {
  position: absolute;
  right: -55px;
  top: -50px;
  z-index: 9;
}

.single-showcase.new .new-img img {
  -webkit-animation: fa-spin 10s infinite linear;
  animation: fa-spin 10s infinite linear;
}

@media only screen and (max-width: 991px) {
  .single-showcase.new .new-img img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.single-showcase.title-rotate .showcase-title {
  position: absolute;
  top: -50px;
  z-index: 9;
}

.single-showcase.title-rotate .showcase-title.text-white {
  left: -30px;
}

@media only screen and (max-width: 991px) {
  .single-showcase.title-rotate .showcase-title {
    position: static;
  }
}

@media only screen and (max-width: 767px) {
  .single-showcase.title-rotate .showcase-title {
    margin-top: 30px;
  }
}

.single-showcase.title-rotate .showcase-title h3 {
  font-size: 60px;
  -webkit-transform: rotate(-90deg) translate(-50px, -80px);
  -ms-transform: rotate(-90deg) translate(-50px, -80px);
  transform: rotate(-90deg) translate(-50px, -80px);
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .single-showcase.title-rotate .showcase-title h3 {
    font-size: 40px;
    -webkit-transform: rotate(-90deg) translate(-50px, -60px);
    -ms-transform: rotate(-90deg) translate(-50px, -60px);
    transform: rotate(-90deg) translate(-50px, -60px);
  }
}

@media only screen and (max-width: 479px) {
  .single-showcase.title-rotate .showcase-title h3 {
    font-size: 30px;
    -webkit-transform: rotate(-90deg) translate(-50px, -50px);
    -ms-transform: rotate(-90deg) translate(-50px, -50px);
    transform: rotate(-90deg) translate(-50px, -50px);
  }
}

.single-showcase.last-child {
  margin-bottom: 0;
  -webkit-transform: translateY(-180px);
  -ms-transform: translateY(-180px);
  transform: translateY(-180px);
}

@media only screen and (max-width: 991px) {
  .single-showcase.last-child {
    margin-bottom: -180px;
  }
}

@media only screen and (max-width: 767px) {
  .single-showcase.last-child {
    margin-bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 60px;
  }
}

.single-showcase .showcase-title h3 {
  font-size: 100px;
  line-height: 1;
  font-weight: 300;
}

@media only screen and (max-width: 1199px) {
  .single-showcase .showcase-title h3 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .single-showcase .showcase-title h3 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .single-showcase .showcase-title h3 {
    font-size: 40px;
  }
}

.single-showcase .showcase-thumb {
  display: inline-block;
  overflow: hidden;
}

.single-showcase .showcase-thumb img {
  transition: transform 1s, -webkit-transform 1s;
}

.single-showcase .showcase-thumb:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.showcase--group .showcase-section-title {
  margin-top: 75px;
}

.showcase-article p {
  opacity: .6;
}

/* ************************
   03.19: Subscription
   ********************* */
.subscription {
  background-color: #FFFBF9;
  padding: 30px;
}

.subscription h6, .subscription .woocommerce-checkout .form-row.notes label, .woocommerce-checkout .form-row.notes .subscription label, .subscription .login-register-wrapper .tab-btn li, .login-register-wrapper .tab-btn .subscription li {
  font-size: 12px;
  letter-spacing: 2.4px;
  margin-right: -2.4px;
  margin-bottom: 10px;
}

.subscription h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

/* ************************
   04.1: Header
   ********************* */
/* Header Top */
.header-top {
  padding: 5px 0;
  background-color: #FFF6F1;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .topbar-buttons li {
  position: relative;
}

.header-top.style_2 {
  padding: 17.5px 0;
  background-color: #ffffff;
}

.header-top .hotline strong {
  margin-right: 15px;
}

/* Header Main */
.header-main {
  background-color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .header-main {
    display: none;
  }
}

.header-main .main-menu > div:not(:last-child) {
  margin-right: 20px;
}

.header-main.style_2 {
  background-color: #FFFBF9;
}

.header-main.style_2 .header-btns li {
  position: relative;
}

.header-main.style_2 .header-btns li:not(:last-child) {
  margin-right: 25px;
}

.header-main.style_2 .header-btns li a {
  width: auto;
  height: auto;
}

.header-main.style_2 .main-menu .nav > li > a, .header-main.style_2 .main-menu .karton_menu > li > a {
  line-height: 60px;
}

.header-main.style_3:not(.sticky) {
  background-color: transparent;
}

.header-main.style_3 .main-menu .nav > li:first-child, .header-main.style_3 .main-menu .karton_menu > li:first-child {
  margin-left: 0;
}

.header-main.style_4 .main-menu .nav > li > a, .header-main.style_4 .main-menu .karton_menu > li > a {
  line-height: 80px;
}

.header-main.style_5, .header-main.style_7 {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-main.style_5 .menu-trigger, .header-main.style_7 .menu-trigger {
  padding: 0;
  background-color: transparent;
}

.header-main.style_6 {
  background-color: transparent;
}

.header-main.style_6.sticky {
  background-color: #141318 !important;
}

.header-main.style_6 .main-menu.menu-left {
  margin-right: 58px;
}

.header-main.style_6 .main-menu.menu-right {
  margin-left: 40px;
}

.header-main.style_7 {
  min-height: 100px;
}

.header-main.style_5 .karton-container, .header-main.style_7 .karton-container, .header-main.style_7 .karton-container {
  padding: 0 30px;
}

.header-main.style_8 {
  background-color: rgba(27, 67, 0, 0.1);
}

.header-main.style_8 .main-menu .nav > li, .header-main.style_8 .main-menu .karton_menu > li {
  margin-left: 0;
}

.header-main.style_8.color-white .cart-count {
  border-color: #61AA30 !important;
  color: #61AA30;
}

.header-main.h-100p {
  height: 100px;
  min-height: 100px;
}

.fixed-top .main-menu .nav li:hover > a, .fixed-top .main-menu .karton_menu li:hover > a {
  background-color: transparent;
}

/* Layer */
.karton_layer:not(.sticky) {
  position: relative;
}

.karton_layer:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  content: '';
  z-index: 99;
}

/* Header Bottom */
.header-bottom {
  background-color: #FFFBF9;
}

/* Menu Label Text */
.menu-item-label {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
}

.menu-item-label span:not(.text):before {
  content: '';
  position: absolute;
  display: inline-block;
  border-left: 10px solid transparent;
  border-bottom: 8px solid;
  border-right: 12px solid transparent;
  left: -3px;
  top: calc(100% - 8px);
}

.menu-item-label.new {
  background-color: #7EE279;
}

.menu-item-label.new span:not(.text):before {
  border-bottom-color: #7EE279;
}

.menu-item-label.hot {
  background-color: #FFCC43;
}

.menu-item-label.hot span:not(.text):before {
  border-bottom-color: #FFCC43;
}

/* Header */
.header {
  position: relative;
}

.header.fixed-top {
  position: fixed;
}

.header .karton-header-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

.header .karton-header-absolute:not(.sticky) .menu-trigger span {
  background-color: #fff;
}

.header .logo {
  display: inline-block;
  margin-right: 20px;
}

@media only screen and (max-width: 379px) {
  .header .logo {
    margin-right: 0;
  }
}

.header .logo .sticky-logo {
  display: none;
}

.header .search-form.style_2, .header .widget.widget_newsletter .style_2 .style_2.newsletter-form, .widget.widget_newsletter .style_2 .header .style_2.newsletter-form {
  line-height: 58px;
  width: 100%;
  position: relative;
  margin-left: 30px;
}

.header .search-form.style_2:after, .header .widget.widget_newsletter .style_2 .style_2.newsletter-form:after, .widget.widget_newsletter .style_2 .header .style_2.newsletter-form:after {
  background-color: transparent;
}

.header .search-form.style_2 input, .header .widget.widget_newsletter .style_2 .style_2.newsletter-form input, .widget.widget_newsletter .style_2 .header .style_2.newsletter-form input {
  color: #3B3B3B;
}

.header .search-form.style_2 input::-webkit-input-placeholder, .header .widget.widget_newsletter .style_2 .style_2.newsletter-form input::-webkit-input-placeholder, .widget.widget_newsletter .style_2 .header .style_2.newsletter-form input::-webkit-input-placeholder {
  color: #555555 !important;
}

.header .search-form.style_2 input::-moz-placeholder, .header .widget.widget_newsletter .style_2 .style_2.newsletter-form input::-moz-placeholder, .widget.widget_newsletter .style_2 .header .style_2.newsletter-form input::-moz-placeholder {
  color: #555555 !important;
}

.header .search-form.style_2 input:-ms-input-placeholder, .header .widget.widget_newsletter .style_2 .style_2.newsletter-form input:-ms-input-placeholder, .widget.widget_newsletter .style_2 .header .style_2.newsletter-form input:-ms-input-placeholder {
  color: #555555 !important;
}

.header .search-form.style_2 input::-ms-input-placeholder, .header .widget.widget_newsletter .style_2 .style_2.newsletter-form input::-ms-input-placeholder, .widget.widget_newsletter .style_2 .header .style_2.newsletter-form input::-ms-input-placeholder {
  color: #555555 !important;
}

.header .search-form.style_2 input::placeholder, .header .widget.widget_newsletter .style_2 .style_2.newsletter-form input::placeholder, .widget.widget_newsletter .style_2 .header .style_2.newsletter-form input::placeholder {
  color: #555555 !important;
}

.header .search-form.style_2 input:focus + button, .header .widget.widget_newsletter .style_2 .style_2.newsletter-form input:focus + button, .widget.widget_newsletter .style_2 .header .style_2.newsletter-form input:focus + button {
  opacity: 0;
  visibility: hidden;
}

.header .search-form.style_2 button, .header .widget.widget_newsletter .style_2 .style_2.newsletter-form button, .widget.widget_newsletter .style_2 .header .style_2.newsletter-form button {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .header-mobile .search-form:after, .header .header-mobile .widget.widget_newsletter .style_2 .newsletter-form:after, .widget.widget_newsletter .style_2 .header .header-mobile .newsletter-form:after {
  width: 100%;
}

.header .header-mobile.style_2 {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .header .header-mobile.style_2 {
    padding: 0 15px;
  }
}

.header .header-mobile.style_2:not(.sticky) {
  background-color: transparent;
}

.header .header-mobile.style_2 .menu-trigger {
  padding: 0;
  background-color: transparent;
}

.header .header-mobile.style_3 {
  padding: 0 40px;
}

.header .header-mobile.style_3 .menu-trigger {
  background-color: transparent;
}

.header .header-mobile.style_3 .menu-trigger span {
  background-color: #ffffff;
}

.header .sticky {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff !important;
}

.header .sticky .logo .sticky-logo {
  display: inline-block;
}

.header .sticky .logo .default-logo {
  display: none;
}

/* Search Form */
.search-form-wrapper {
  overflow: hidden;
}

.default-search, .header .search-form, .header .widget.widget_newsletter .style_2 .newsletter-form, .widget.widget_newsletter .style_2 .header .newsletter-form, .search-form-wrapper .search-form, .search-form-wrapper .widget.widget_newsletter .style_2 .newsletter-form, .widget.widget_newsletter .style_2 .search-form-wrapper .newsletter-form {
  min-width: 420px;
  line-height: 98px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1199px) and (max-width: 1300px) {
  .default-search, .header .search-form, .header .widget.widget_newsletter .style_2 .newsletter-form, .widget.widget_newsletter .style_2 .header .newsletter-form, .search-form-wrapper .search-form, .search-form-wrapper .widget.widget_newsletter .style_2 .newsletter-form, .widget.widget_newsletter .style_2 .search-form-wrapper .newsletter-form {
    min-width: 320px;
  }
}

@media only screen and (max-width: 479px) {
  .default-search, .header .search-form, .header .widget.widget_newsletter .style_2 .newsletter-form, .widget.widget_newsletter .style_2 .header .newsletter-form, .search-form-wrapper .search-form, .search-form-wrapper .widget.widget_newsletter .style_2 .newsletter-form, .widget.widget_newsletter .style_2 .search-form-wrapper .newsletter-form {
    min-width: auto;
  }
  .default-search input, .header .search-form input, .header .widget.widget_newsletter .style_2 .newsletter-form input, .widget.widget_newsletter .style_2 .header .newsletter-form input, .search-form-wrapper .search-form input, .search-form-wrapper .widget.widget_newsletter .style_2 .newsletter-form input, .widget.widget_newsletter .style_2 .search-form-wrapper .newsletter-form input {
    font-size: 14px !important;
    padding-left: 10px !important;
  }
}

.default-search:after, .header .search-form:after, .header .widget.widget_newsletter .style_2 .newsletter-form:after, .widget.widget_newsletter .style_2 .header .newsletter-form:after, .search-form-wrapper .search-form:after, .search-form-wrapper .widget.widget_newsletter .style_2 .newsletter-form:after, .widget.widget_newsletter .style_2 .search-form-wrapper .newsletter-form:after {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 80px);
  height: 100%;
  content: '';
  z-index: -1;
}

@media only screen and (min-width: 1199px) and (max-width: 1300px) {
  .default-search:after, .header .search-form:after, .header .widget.widget_newsletter .style_2 .newsletter-form:after, .widget.widget_newsletter .style_2 .header .newsletter-form:after, .search-form-wrapper .search-form:after, .search-form-wrapper .widget.widget_newsletter .style_2 .newsletter-form:after, .widget.widget_newsletter .style_2 .search-form-wrapper .newsletter-form:after {
    width: calc(100% + 40px);
  }
}

.default-search input, .header .search-form input, .header .widget.widget_newsletter .style_2 .newsletter-form input, .widget.widget_newsletter .style_2 .header .newsletter-form input, .search-form-wrapper .search-form input, .search-form-wrapper .widget.widget_newsletter .style_2 .newsletter-form input, .widget.widget_newsletter .style_2 .search-form-wrapper .newsletter-form input {
  border: none;
  padding-left: 50px;
  background-color: transparent;
  color: #ffffff;
  font-size: 20px;
  width: 100%;
}

.default-search input::-webkit-input-placeholder, .header .search-form input::-webkit-input-placeholder, .header .widget.widget_newsletter .style_2 .newsletter-form input::-webkit-input-placeholder, .widget.widget_newsletter .style_2 .header .newsletter-form input::-webkit-input-placeholder, .search-form-wrapper .search-form input::-webkit-input-placeholder, .search-form-wrapper .widget.widget_newsletter .style_2 .newsletter-form input::-webkit-input-placeholder, .widget.widget_newsletter .style_2 .search-form-wrapper .newsletter-form input::-webkit-input-placeholder {
  color: #ffffff !important;
}

.default-search input::-moz-placeholder, .header .search-form input::-moz-placeholder, .header .widget.widget_newsletter .style_2 .newsletter-form input::-moz-placeholder, .widget.widget_newsletter .style_2 .header .newsletter-form input::-moz-placeholder, .search-form-wrapper .search-form input::-moz-placeholder, .search-form-wrapper .widget.widget_newsletter .style_2 .newsletter-form input::-moz-placeholder, .widget.widget_newsletter .style_2 .search-form-wrapper .newsletter-form input::-moz-placeholder {
  color: #ffffff !important;
}

.default-search input:-ms-input-placeholder, .header .search-form input:-ms-input-placeholder, .header .widget.widget_newsletter .style_2 .newsletter-form input:-ms-input-placeholder, .widget.widget_newsletter .style_2 .header .newsletter-form input:-ms-input-placeholder, .search-form-wrapper .search-form input:-ms-input-placeholder, .search-form-wrapper .widget.widget_newsletter .style_2 .newsletter-form input:-ms-input-placeholder, .widget.widget_newsletter .style_2 .search-form-wrapper .newsletter-form input:-ms-input-placeholder {
  color: #ffffff !important;
}

.default-search input::-ms-input-placeholder, .header .search-form input::-ms-input-placeholder, .header .widget.widget_newsletter .style_2 .newsletter-form input::-ms-input-placeholder, .widget.widget_newsletter .style_2 .header .newsletter-form input::-ms-input-placeholder, .search-form-wrapper .search-form input::-ms-input-placeholder, .search-form-wrapper .widget.widget_newsletter .style_2 .newsletter-form input::-ms-input-placeholder, .widget.widget_newsletter .style_2 .search-form-wrapper .newsletter-form input::-ms-input-placeholder {
  color: #ffffff !important;
}

.default-search input::placeholder, .header .search-form input::placeholder, .header .widget.widget_newsletter .style_2 .newsletter-form input::placeholder, .widget.widget_newsletter .style_2 .header .newsletter-form input::placeholder, .search-form-wrapper .search-form input::placeholder, .search-form-wrapper .widget.widget_newsletter .style_2 .newsletter-form input::placeholder, .widget.widget_newsletter .style_2 .search-form-wrapper .newsletter-form input::placeholder {
  color: #ffffff !important;
}

.default-search:not(.style_2), .header .search-form:not(.style_2), .header .widget.widget_newsletter .style_2 .newsletter-form:not(.style_2), .widget.widget_newsletter .style_2 .header .newsletter-form:not(.style_2), .search-form-wrapper .search-form:not(.style_2), .search-form-wrapper .widget.widget_newsletter .style_2 .newsletter-form:not(.style_2), .widget.widget_newsletter .style_2 .search-form-wrapper .newsletter-form:not(.style_2) {
  padding-left: 30px;
}

.default-search:not(.style_2) svg path, .header .search-form:not(.style_2) svg path, .header .widget.widget_newsletter .style_2 .newsletter-form:not(.style_2) svg path, .widget.widget_newsletter .style_2 .header .newsletter-form:not(.style_2) svg path, .search-form-wrapper .search-form:not(.style_2) svg path, .search-form-wrapper .widget.widget_newsletter .style_2 .newsletter-form:not(.style_2) svg path, .widget.widget_newsletter .style_2 .search-form-wrapper .newsletter-form:not(.style_2) svg path {
  fill: #ffffff;
}

/* Contact Number */
.contact-no {
  margin-right: 50px;
}

.contact-no i {
  font-size: 24px;
  margin-right: 10px;
}

.contact-no a:not(:last-child) {
  margin-right: 5px;
}

.contact-no a:not(:last-child)::after {
  content: ',';
}

/* Offcanvas Menu */
.offcanvas-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  height: 100%;
  min-width: 230px;
}

.offcanvas-menu ul li {
  display: block;
  position: static;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.offcanvas-menu ul li:not(:last-child) {
  margin-bottom: 38px;
}

.offcanvas-menu ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 15px;
  font-family: 'FontAwesome';
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: inherit;
  font-size: 14px;
}

.offcanvas-menu ul li.menu-item-has-children.active > a:after {
  content: '\f0d9';
}

.offcanvas-menu ul li a {
  display: block;
  white-space: normal;
}

.offcanvas-menu ul li ul {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 0 0 0 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  pointer-events: none;
}

.offcanvas-menu ul li ul li {
  font-size: 16px;
  font-weight: 400;
}

.offcanvas-menu ul li ul li:not(:last-child) {
  margin-bottom: 25px;
}

.offcanvas-menu ul li ul ul {
  visibility: hidden;
  opacity: 0;
}

.offcanvas-menu ul li ul ul li:not(:last-child) {
  margin-bottom: 20px;
}

.offcanvas-menu ul > li > a {
  display: block;
  position: relative;
}

.offcanvas-menu ul > li > ul.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: initial;
}

.offcanvas-menu ul > li > ul ul {
  pointer-events: initial;
}

.offcanvas-menu.mobile_menu ul {
  display: block;
  min-width: 100%;
}

.offcanvas-menu.mobile_menu ul li.menu-item-has-children {
  position: relative;
}

.offcanvas-menu.mobile_menu ul li.menu-item-has-children > a:after {
  display: none;
}

.offcanvas-menu.mobile_menu ul li .submenu-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  color: inherit;
  font-size: 14px;
  z-index: 9;
}

.offcanvas-menu.mobile_menu ul li .submenu-button:after {
  font-family: 'FontAwesome';
  content: "";
  text-align: center;
  line-height: 30px;
}

.offcanvas-menu.mobile_menu ul li .submenu-button.submenu-opened:after {
  content: '\f0d8';
}

.offcanvas-menu.mobile_menu ul ul.sub-menu {
  margin-top: 30px;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* Offcanvas Panel */
.offcanvas-panel {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 10000;
  display: none;
}

.offcanvas-panel.quickview-panel {
  display: block;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-panel.quickview-panel.open {
  opacity: 1;
  visibility: visible;
}

.offcanvas-panel .offcanvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #000000;
  opacity: .3;
}

.offcanvas-panel .panel {
  padding: 40px 30px;
  padding-bottom: 0 !important;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media only screen and (max-width: 575px) {
  .offcanvas-panel .panel {
    width: 100%;
  }
}

.offcanvas-panel .panel .offcanvas-header {
  margin-bottom: 50px;
}

.offcanvas-panel .panel .offcanvas-header .offcanvas-title {
  position: relative;
  z-index: 1;
}

.offcanvas-panel .panel .offcanvas-header .offcanvas-title svg {
  opacity: .03;
}

.offcanvas-panel .panel .offcanvas-header .offcanvas-title h3 {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.offcanvas-panel .panel .offcanvas-header .logo {
  margin-right: 20px;
}

.offcanvas-panel .panel .offcanvas-content {
  margin-bottom: 40px;
}

.offcanvas-panel .panel .offcanvas-content .offcanvas-buttom {
  max-width: 250px;
}

.offcanvas-panel .panel .offcanvas-content .offcanvas-buttom .contact-no {
  margin-right: 0;
}

.offcanvas-panel.open .panel {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.offcanvas-panel.offcanvas-menu-panel .offcanvas-header {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.offcanvas-panel.offcanvas-menu-panel .offcanvas-content {
  -webkit-box-flex: 9;
  -ms-flex: 9;
  flex: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.offcanvas-panel.offcanvas-menu-panel .panel {
  width: 50%;
  padding: 40px;
  min-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.offcanvas-panel.offcanvas-menu-panel .offcanvas-buttom i {
  font-size: 24px;
  min-width: 40px;
  margin-right: 0;
}

.offcanvas-panel.offcanvas-menu-panel .offcanvas-buttom li:not(:last-child) {
  margin-bottom: 10px;
}

.offcanvas-panel.offcanvas-menu-panel .panel, .offcanvas-panel.mobile-menu-panel .panel {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.offcanvas-panel.offcanvas-menu-panel.open .panel, .offcanvas-panel.mobile-menu-panel.open .panel {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.offcanvas-panel.login-panel form.register {
  display: none;
}

.offcanvas-panel.login-panel .woocommerce-privacy-policy-text {
  font-size: 13px;
  margin-bottom: 25px;
  margin-top: 30px;
}

.offcanvas-panel.size_guide-panel .panel {
  padding: 0;
  background-color: transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.offcanvas-panel.size_guide-panel .offcanvas-close {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 30px;
  height: 30px;
  min-width: auto;
  border-color: #FEA984;
}

.offcanvas-panel.size_guide-panel .offcanvas-close span {
  width: 12px;
}

/* Menu Trigger */
.menu-trigger,
.onpage-menu-trigger {
  padding: 44px 17.5px;
  display: inline-block;
  cursor: pointer;
  background-color: #FFF6F1;
}

.menu-trigger span,
.onpage-menu-trigger span {
  display: block;
  width: 15px;
  height: 2px;
}

.menu-trigger span:nth-child(2),
.onpage-menu-trigger span:nth-child(2) {
  margin: 3px 0;
}

.menu-trigger.bg-transparent,
.onpage-menu-trigger.bg-transparent {
  padding: 0;
}

/* Offcanvas Close Button */
.offcanvas-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-color: #3B3B3B;
  min-width: 50px;
}

@media only screen and (max-width: 379px) {
  .offcanvas-close {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}

.offcanvas-close span {
  width: 14px;
  height: 2px;
}

/* Offcanvas Body Overflow */
.offcanvas-opened:not(.offcanvas_menu-opened) {
  overflow: hidden;
}

/* Category Dropdown */
.category-wrapper {
  position: relative;
}

.category-wrapper .category-trigger {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  padding: 0 30px;
  line-height: 60px;
  cursor: pointer;
}

.category-wrapper .category-trigger .menu-trigger {
  background-color: transparent;
  padding: 0;
  margin-right: 15px;
}

.category-wrapper .category-trigger .menu-trigger span {
  background-color: #ffffff;
}

.category-wrapper ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 999;
  background-color: #FFFBF9;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-wrapper ul li {
  padding: 10px 20px;
  position: relative;
}

.category-wrapper ul li.menu-item-has-children:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "";
  right: 10px;
  font-size: 16px;
}

.category-wrapper ul li:not(:last-child) {
  border-bottom: 1px solid #F6F6F6;
}

.category-wrapper ul li ul {
  top: 0;
  left: 1000px;
  width: 100%;
  display: block;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}

.category-wrapper ul li:hover > a {
  padding-left: 10px;
}

.category-wrapper ul li:hover > ul {
  left: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/* Live Search */
.live-search {
  position: relative;
  text-align: right;
}

.live-search label {
  position: relative;
  line-height: 60px;
  margin-bottom: 0;
  display: inline-block;
}

.live-search .search-icon {
  cursor: pointer;
  position: relative;
  z-index: 1000;
}

.live-search .search-icon svg + svg {
  display: none;
}

.live-search .search-icon.active svg {
  display: none;
}

.live-search .search-icon.active svg + svg {
  display: inline-block;
}

.live-search input {
  border-width: 0;
  border-color: transparent;
  padding: 6px 0;
  width: 25px;
  position: absolute;
  top: 50%;
  width: 25px;
  right: 0;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.live-search input::-webkit-input-placeholder {
  color: #555555 !important;
  opacity: 1 !important;
}

.live-search input::-moz-placeholder {
  color: #555555 !important;
  opacity: 1 !important;
}

.live-search input:-ms-input-placeholder {
  color: #555555 !important;
  opacity: 1 !important;
}

.live-search input::-ms-input-placeholder {
  color: #555555 !important;
  opacity: 1 !important;
}

.live-search input::placeholder {
  color: #555555 !important;
  opacity: 1 !important;
}

.live-search input.focused {
  border-width: 0 0 1px;
  width: 450px;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  border-color: #3B3B3B;
}

.live-search .search-result {
  text-align: left;
  position: absolute;
  right: 0;
  top: -2000px;
  width: 450px;
  background-color: #ffffff;
  z-index: 999;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.live-search .search-result.open {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.live-search .search-result .loader {
  opacity: 1;
  visibility: visible;
  left: 0;
  top: 0;
}

.live-search .search-result .loader .spinner {
  width: 20px;
  height: 20px;
}

.live-search .search-result .single-product-item {
  margin-bottom: 20px;
}

.live-search .search-result .single-product-item:last-child {
  margin-bottom: 0;
}

.live-search .search-result .single-product-item .product-thumbnail {
  margin-right: 20px;
}

.live-search .search-result .single-product-item .product-thumbnail img {
  height: 70px;
}

/* Header Sidebar */
.header-sidebar {
  width: 100px;
  z-index: 999;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .header-sidebar {
    width: 60px;
  }
}

.header-sidebar .header-sidebar-wrapper {
  padding: 25px 0;
}

.header-sidebar .bottom-content a {
  display: block;
}

.header-sidebar .bottom-content a:not(:last-child) {
  margin-bottom: 30px;
}

/* On Page Header */
.on-page-header {
  padding: 0 100px;
  top: 25px;
}

@media only screen and (max-width: 991px) {
  .on-page-header {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .on-page-header {
    padding: 0 15px;
  }
}

/* On Page Menu */
.on-page-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.on-page-menu ul li {
  display: inline-block;
}

.on-page-menu ul li:not(:last-child) {
  margin-right: 35px;
}

.on-page-menu ul li a {
  display: block;
  line-height: 75px;
  font-weight: 500;
  font-size: 18px;
}

/* Loged In */
@media only screen and (min-width: 783px) {
  .logged-in.admin-bar .header .sticky,
  .logged-in.admin-bar .karton-fixed-top,
  .logged-in.admin-bar .fixed-top,
  .logged-in.admin-bar .offcanvas-panel {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 782px) {
  .logged-in.admin-bar .header .sticky,
  .logged-in.admin-bar .karton-fixed-top,
  .logged-in.admin-bar .fixed-top,
  .logged-in.admin-bar .offcanvas-panel {
    margin-top: 46px;
  }
}

@media only screen and (max-width: 600px) {
  .logged-in.admin-bar .header .sticky,
  .logged-in.admin-bar .karton-fixed-top,
  .logged-in.admin-bar .fixed-top,
  .logged-in.admin-bar .offcanvas-panel {
    margin-top: 0;
  }
}

@media only screen and (max-width: 600px) {
  .logged-in.admin-bar .offcanvas-panel {
    margin-top: 46px;
  }
}

/* Default Menu */
.karton_menu li, .header-main .main-menu .nav li, .header-main .main-menu .karton_menu li {
  position: relative;
}

.karton_menu li a, .header-main .main-menu .nav li a, .header-main .main-menu .karton_menu li a {
  text-transform: capitalize;
  display: block;
}

.karton_menu li:hover > a, .header-main .main-menu .nav li:hover > a, .header-main .main-menu .karton_menu li:hover > a, .karton_menu li.current-menu-parent > a, .header-main .main-menu .nav li.current-menu-parent > a, .header-main .main-menu .karton_menu li.current-menu-parent > a, .karton_menu li.current-menu-item > a, .header-main .main-menu .nav li.current-menu-item > a, .header-main .main-menu .karton_menu li.current-menu-item > a, .karton_menu li.mega-current-menu-parent > a, .header-main .main-menu .nav li.mega-current-menu-parent > a, .header-main .main-menu .karton_menu li.mega-current-menu-parent > a, .karton_menu li.mega-current-menu-item > a, .header-main .main-menu .nav li.mega-current-menu-item > a, .header-main .main-menu .karton_menu li.mega-current-menu-item > a {
  background-color: #FFFBF9;
}

.karton_menu ul, .header-main .main-menu .nav ul, .header-main .main-menu .karton_menu ul {
  position: absolute;
  left: 0;
  top: -2000px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  width: 240px;
  padding: 15px 0;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  z-index: 99;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
}

.karton_menu ul li, .header-main .main-menu .nav ul li, .header-main .main-menu .karton_menu ul li {
  display: block;
  width: 100%;
  line-height: 1.428;
  font-size: 14px;
}

.karton_menu ul li.menu-item-has-children, .header-main .main-menu .nav ul li.menu-item-has-children, .header-main .main-menu .karton_menu ul li.menu-item-has-children {
  position: relative;
}

.karton_menu ul li.menu-item-has-children:after, .header-main .main-menu .nav ul li.menu-item-has-children:after, .header-main .main-menu .karton_menu ul li.menu-item-has-children:after {
  position: absolute;
  right: 15px;
  font-family: 'FontAwesome';
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: inherit;
}

.karton_menu ul li.menu-item-has-children:hover:after, .header-main .main-menu .nav ul li.menu-item-has-children:hover:after {
  content: '\f0d9';
}

.karton_menu ul li a, .header-main .main-menu .nav ul li a, .header-main .main-menu .karton_menu ul li a {
  padding: 12px 20px;
}

.karton_menu ul li ul, .header-main .main-menu .nav ul li ul, .header-main .main-menu .karton_menu ul li ul {
  top: 0;
  left: calc(100% + 20px);
}

.karton_menu ul li:hover > a, .header-main .main-menu .nav ul li:hover > a, .header-main .main-menu .karton_menu ul li:hover > a {
  padding-left: 25px;
}

.karton_menu ul li:hover > ul, .header-main .main-menu .nav ul li:hover > ul, .header-main .main-menu .karton_menu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 100%;
}

.karton_menu > li, .header-main .main-menu .nav > li, .header-main .main-menu .karton_menu > li {
  font-size: 18px;
  font-weight: 400;
}

.karton_menu > li > a, .header-main .main-menu .nav > li > a, .header-main .main-menu .karton_menu > li > a {
  line-height: 100px;
  padding: 0 19px;
}

.karton_menu > li:hover > ul, .header-main .main-menu .nav > li:hover > ul, .header-main .main-menu .karton_menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ************************
   04.2: Banner
   ********************* */
.banner-slider.slider-1 .single-slider-item {
  min-height: 850px;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}

.banner-slider.slider-1 .single-slider-item .slider_content {
  display: inline-block;
  background-color: #ffffff;
  padding: 30px 50px 30px 80px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

@media only screen and (max-width: 575px) {
  .banner-slider.slider-1 .single-slider-item .slider_content {
    padding: 30px;
  }
}

.banner-slider.slider-1 .single-slider-item .slider_content h1 {
  font-size: 46px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 575px) {
  .banner-slider.slider-1 .single-slider-item .slider_content h1 {
    font-size: 36px;
  }
}

.banner-slider.slider-1 .single-slider-item .slider_content p {
  font-size: 18px;
  line-height: 1.33;
}

.banner-slider.slider-1 .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .banner-slider.slider-1 .owl-nav {
    display: none;
  }
}

.banner-slider.slider-1 .owl-nav button.owl-next, .banner-slider.slider-1 .owl-nav button.owl-prev {
  width: 80px;
  height: 130px;
  background-color: #ffffff;
  font-size: 40px;
}

.banner-slider.slider-1 .owl-nav button.owl-next {
  margin-left: 10px;
}

.banner-slider.slider-2 .single-slider-item {
  min-height: 800px;
  height: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 991px) {
  .banner-slider.slider-2 .single-slider-item {
    min-height: 700px;
  }
}

.banner-slider.slider-2 .single-slider-item .slider_content h1 {
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  max-width: 885px;
}

@media only screen and (max-width: 991px) {
  .banner-slider.slider-2 .single-slider-item .slider_content h1 {
    font-size: 60px;
  }
}

.banner-slider.slider-2 .single-slider-item .slider_content p {
  max-width: 540px;
  margin: 35px 0 30px;
}

@media only screen and (max-width: 575px) {
  .banner-slider.slider-2 .owl-nav button, .banner-slider.slider-fs-standard .owl-nav button {
    top: 10%;
    left: 15px;
  }
  .banner-slider.slider-2 .owl-nav button.owl-next, .banner-slider.slider-fs-standard .owl-nav button.owl-next {
    left: 90px;
  }
  .banner-slider.slider-fs-standard .owl-nav button {
    top: 25%;
  }
}

.banner-slider.slider-fs-mordern .single-slider-item {
  background-size: cover;
  background-position: center center;
}

.banner-slider.slider-fs-mordern .slider_content h1 {
  font-size: 60px;
  letter-spacing: 72px;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  margin-right: -72px;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .banner-slider.slider-fs-mordern .slider_content h1 {
    font-size: 40px;
    letter-spacing: 45px;
    margin-right: -45px;
  }
}

@media only screen and (max-width: 479px) {
  .banner-slider.slider-fs-mordern .slider_content h1 {
    font-size: 30px;
    letter-spacing: 20px;
    margin-right: -20px;
  }
}

.banner-slider.slider-fs-mordern .owl-dots {
  position: absolute;
  left: 50%;
  width: 100%;
  bottom: 40px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 575px) {
  .banner-slider.slider-fs-mordern .owl-nav {
    display: none;
  }
}

.banner-slider.slider-fs-standard .single-slider-item {
  min-height: 800px;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 575px) {
  .banner-slider.slider-fs-standard .single-slider-item {
    min-height: 600px;
  }
}

.banner-slider.slider-fs-standard .slider_content span {
  font-size: 20px;
  display: block;
  font-weight: 400;
}

.banner-slider.slider-fs-standard .slider_content h1 {
  font-size: 100px;
  line-height: 1;
  font-weight: 400;
}

@media only screen and (max-width: 575px) {
  .banner-slider.slider-fs-standard .slider_content h1 {
    font-size: 60px;
  }
}

/* Banner Minimal */
.banner-minimal {
  min-height: 1150px;
}

@media only screen and (max-width: 991px) {
  .banner-minimal {
    min-height: 900px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-minimal {
    min-height: 720px;
  }
}

.banner-minimal .image-wrapper img {
  display: block;
}

@media only screen and (max-width: 575px) {
  .banner-minimal .image-wrapper.wrapper-1 {
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    position: relative;
    z-index: 9;
  }
  .banner-minimal .image-wrapper.wrapper-1 img {
    margin-bottom: 0;
  }
}

.banner-minimal .image-wrapper.wrapper-1 img {
  margin-left: 85px;
  display: block;
  position: relative;
  z-index: 9;
  margin-bottom: -100px;
}

.banner-minimal .image-wrapper.wrapper-2 img {
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .banner-minimal .image-wrapper.wrapper-2 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media only screen and (max-width: 575px) {
  .banner-minimal .image-wrapper.wrapper-3 {
    position: absolute;
    top: 50%;
    right: -41%;
  }
}

.banner-minimal .image-wrapper.wrapper-3 img {
  margin-bottom: -350px;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 1199px) {
  .banner-minimal .image-wrapper.wrapper-3 img {
    margin-bottom: -300px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-minimal .image-wrapper.wrapper-3 img {
    margin-bottom: -225px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-minimal .image-wrapper.wrapper-3 img {
    margin-bottom: -165px;
  }
}

.banner-minimal .image-wrapper .title {
  font-size: 130px;
  line-height: 100px;
  letter-spacing: 26px;
  margin-right: -26px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
}

@media only screen and (max-width: 1199px) {
  .banner-minimal .image-wrapper .title {
    font-size: 100px;
    letter-spacing: 20px;
    margin-right: -20px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-minimal .image-wrapper .title {
    font-size: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-minimal .image-wrapper .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-minimal .image-wrapper .title {
    font-size: 70px;
  }
}

.banner-minimal .image-wrapper .title span {
  display: block;
}

.banner-minimal .trand {
  position: absolute;
  left: 50%;
  bottom: 90px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 1199px) {
  .banner-minimal .trand {
    bottom: 140px;
  }
}

.banner-minimal .quick-links {
  left: 80px;
  bottom: 360px;
  z-index: 990;
}

@media only screen and (max-width: 991px) {
  .banner-minimal .quick-links {
    left: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-minimal .quick-links {
    bottom: 150px;
  }
}

@media only screen and (max-width: 479px) {
  .banner-minimal .quick-links {
    bottom: 100px;
  }
}

.banner-minimal .tagline {
  color: #D1D1D1;
  font-weight: 700;
  font-size: 14px;
  display: block;
  letter-spacing: 7px;
  margin-right: -7px;
  right: -100px;
  top: 35%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: 991;
}

@media only screen and (max-width: 1199px) {
  .banner-minimal .tagline {
    right: -145px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-minimal .tagline {
    display: none;
  }
}

/* Banner Showcase */
.slider-showcase .owl-nav button {
  left: 15px;
}

.slider-showcase .owl-nav button.owl-next {
  right: 15px;
}

/* Slider Jewelry */
.slider-jewelry .owl-nav {
  position: absolute;
  left: 80px;
  bottom: 43px;
}

@media only screen and (max-width: 575px) {
  .slider-jewelry .owl-nav {
    position: static;
    margin-top: 30px;
    text-align: center;
  }
}

.slider-jewelry .owl-nav button {
  position: static;
}

.slider-jewelry .owl-nav button.owl-next {
  margin-left: 20px;
}

.banner .banner-showcase-content {
  max-width: 600px;
  margin-left: auto;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  position: relative;
  z-index: 9;
  margin-right: 90px;
  margin-bottom: -8%;
}

@media only screen and (max-width: 991px) {
  .banner .banner-showcase-content {
    max-width: 400px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 479px) {
  .banner .banner-showcase-content {
    max-width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 80px;
    margin-top: 30px;
  }
}

.banner .banner-showcase-content span {
  font-size: 24px;
  line-height: 1.25;
}

@media only screen and (max-width: 479px) {
  .banner .banner-showcase-content span {
    font-size: 16px;
  }
}

.banner .banner-showcase-content h1 {
  font-weight: 300;
  font-size: 120px;
  line-height: 1.08;
}

@media only screen and (max-width: 1199px) {
  .banner .banner-showcase-content h1 {
    font-size: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .banner .banner-showcase-content h1 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 479px) {
  .banner .banner-showcase-content h1 {
    font-size: 50px;
  }
}

.banner .banner-showcase-content.text-white {
  margin-right: 0;
  max-width: 700px;
  right: 80px;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .banner .banner-showcase-content.text-white {
    max-width: 600px;
  }
}

@media only screen and (max-width: 991px) {
  .banner .banner-showcase-content.text-white {
    max-width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .banner .banner-showcase-content.text-white {
    position: static !important;
    max-width: 100%;
    text-align: center;
    right: 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .banner.pb-80 {
    padding-bottom: 0;
  }
}

/* Organic Slider */
.organic-slider .single-slider {
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.organic-slider .banner-content {
  position: relative;
}

.organic-slider .banner-content:before {
  position: absolute;
  left: 0;
  top: -30px;
  width: 255px;
  height: 320px;
  content: '';
  background-color: #fff;
  opacity: .3;
}

@media only screen and (max-width: 767px) {
  .organic-slider .banner-content:before {
    width: 230px;
    height: 250px;
  }
}

@media only screen and (max-width: 575px) {
  .organic-slider .banner-content:before {
    width: 180px;
    height: 200px;
    top: -15px;
  }
}

@media only screen and (max-width: 479px) {
  .organic-slider .banner-content:before {
    width: 140px;
    height: 170px;
  }
}

.organic-slider .banner-content > img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto !important;
}

.organic-slider .banner-content h1 {
  color: #ffffff;
  font-size: 130px;
  font-weight: 900;
  line-height: .62;
  padding-left: 50px;
}

@media only screen and (max-width: 767px) {
  .organic-slider .banner-content h1 {
    font-size: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .organic-slider .banner-content h1 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 479px) {
  .organic-slider .banner-content h1 {
    font-size: 60px;
  }
}

.organic-slider .banner-content h1 span {
  display: block;
  line-height: 1;
}

.organic-slider .banner-content h1 span:last-child {
  padding-left: 190px;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

@media only screen and (max-width: 767px) {
  .organic-slider .banner-content h1 span:last-child {
    padding-left: 130px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 575px) {
  .organic-slider .banner-content h1 span:last-child {
    padding-left: 120px;
  }
}

@media only screen and (max-width: 479px) {
  .organic-slider .banner-content h1 span:last-child {
    padding-left: 45px;
  }
}

@media only screen and (max-width: 379px) {
  .organic-slider .banner-content h1 span:last-child {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.organic-slider .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.organic-slider .owl-nav button {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 0 16px;
  color: #ffffff !important;
  opacity: 1;
}

.organic-slider .owl-nav button:hover {
  opacity: .5;
}

/* Furniture Slider */
.furniture-slider {
  position: relative;
  z-index: 1;
}

.furniture-slider .single-slider {
  min-height: 1048px;
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
  .furniture-slider .single-slider {
    min-height: auto;
  }
}

.furniture-slider .slider-img img {
  width: auto !important;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .furniture-slider .slider-content {
    margin-top: 50px;
  }
}

.furniture-slider .slider-content .price {
  font-size: 26px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .furniture-slider .slider-content .price {
    margin-bottom: 20px;
  }
}

.furniture-slider .slider-content h1 {
  font-size: 80px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .furniture-slider .slider-content h1 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .furniture-slider .slider-content h1 {
    line-height: 1;
  }
}

@media only screen and (max-width: 479px) {
  .furniture-slider .slider-content h1 {
    font-size: 60px;
  }
}

.furniture-slider .active .slider-content .price,
.furniture-slider .active .slider-content h1,
.furniture-slider .active .slider-content .btn_underline,
.furniture-slider .active .slider-content .shop_table.woocommerce-table--order-downloads .button,
.shop_table.woocommerce-table--order-downloads .furniture-slider .active .slider-content .button,
.furniture-slider .active .slider-content .shop_table.woocommerce-orders-table .button,
.shop_table.woocommerce-orders-table .furniture-slider .active .slider-content .button,
.furniture-slider .active .slider-content .woocommerce-order-details .order-again .button,
.woocommerce-order-details .order-again .furniture-slider .active .slider-content .button,
.furniture-slider .active .slider-content .woocommerce .edit,
.woocommerce .furniture-slider .active .slider-content .edit {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.furniture-slider .active .slider-content .price {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.furniture-slider .active .slider-content h1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}


.furniture-slider .active .slider-content .btn_underline,
.furniture-slider .active .slider-content .shop_table.woocommerce-table--order-downloads .button,
.shop_table.woocommerce-table--order-downloads .furniture-slider .active .slider-content .button,
.furniture-slider .active .slider-content .shop_table.woocommerce-orders-table .button,
.shop_table.woocommerce-orders-table .furniture-slider .active .slider-content .button,
.furniture-slider .active .slider-content .woocommerce-order-details .order-again .button,
.woocommerce-order-details .order-again .furniture-slider .active .slider-content .button,
.furniture-slider .active .slider-content .woocommerce .edit,
.woocommerce .furniture-slider .active .slider-content .edit {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.furniture-slider:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 660px;
  height: 100%;
  content: '';
  background-color: #FFFCF9;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .furniture-slider:after {
    width: 50%;
  }
}

.banner-infotext {
  -webkit-transform: rotate(-90deg) translate(50%, -80%);
  -ms-transform: rotate(-90deg) translate(50%, -80%);
  transform: rotate(-90deg) translate(50%, -80%);
  opacity: .03;
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .banner-infotext {
    display: none;
  }
}

.banner-infotext h2 {
  font-size: 160px;
  line-height: 1;
  letter-spacing: 48px;
  margin-right: -48px;
  text-transform: uppercase;
  color: #E56C33;
  font-weight: 900;
}

.banner-infotext h2 span {
  display: block;
  text-align: right;
  white-space: nowrap;
}

/* Landing Page Banner */
.landing-page-banner {
  padding-top: 320px;
  padding-bottom: 80px;
  overflow: hidden;
}

.landing-page-banner .banner-text h1 {
  font-size: 100px;
  font-weight: 300;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .landing-page-banner .banner-text h1 {
    font-size: 80px;
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .landing-page-banner .banner-text h1 {
    font-size: 60px;
  }
}

.landing-page-banner .banner-text h1 span {
  display: block;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .landing-page-banner .banner-text h1 span {
    display: inline;
  }
}

.landing-page-banner .banner-img .img-text {
  top: 126px;
  right: 80px;
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: -3px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 5px 5px rgba(0, 0, 0, 0.1);
}

.landing-page-banner .banner-img .img-text span {
  font-size: 16px;
  line-height: 18px;
}

.landing-page-banner .banner-img .img-text h4 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 5px;
}

.landing-page-banner .banner-img:after {
  position: absolute;
  content: '';
  height: 335px;
  width: 10000%;
  background-color: #FFFCF6;
  left: -1000%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.landing-page-banner .img_1 {
  top: 170px;
  right: -70px;
}

.landing-page-banner .img_2 {
  top: 477px;
  left: -134px;
}

.landing-page-banner .img_3 {
  bottom: 153px;
  left: 313px;
}

@media only screen and (max-width: 991px) {
  .landing-page-banner .img_3 {
    left: 113px;
  }
}

/* ************************
   04.3: Blog
   ********************* */
/* Single Post */
.single-post-item {
  position: relative;
  margin-bottom: 50px;
}

.single-post-item .post-thumbnail {
  margin-bottom: 24px;
  display: block;
}

.single-post-item .post-content .posted-on a {
  font-size: 14px;
}

.single-post-item .post-content .post-title {
  line-height: 1.25;
  margin-bottom: 16px;
}

.single-post-item .post-content .post-summary {
  margin-bottom: 11px;
}

.single-post-item.post-horizontal {
  margin-bottom: 40px;
}

.single-post-item.post-horizontal .post-thumbnail {
  margin-bottom: 0;
  margin-right: 30px;
  min-width: 350px;
}

@media only screen and (max-width: 767px) {
  .single-post-item.post-horizontal .post-thumbnail {
    min-width: auto;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.single-post-item.sticky {
  background-color: #fff6f1;
}

.single-post-item.sticky .post-thumbnail {
  margin-bottom: 0;
}

.single-post-item.sticky .post-content {
  padding: 20px;
}

/* Blog Details */
.post-details .entry-header .entry-thumbnail {
  margin-bottom: 45px;
}

.post-details .entry-header .entry-title {
  font-size: 36px;
  line-height: 1.28;
  margin-bottom: 15px;
  font-weight: 900;
}

.post-details .entry-header .entry-meta {
  margin-bottom: 30px;
}

.post-details .entry-header .entry-meta li:not(:last-child) {
  margin-right: 50px;
}

.post-details .entry-header .entry-meta li span {
  font-weight: 700;
  margin-right: 7px;
}

.post-details .entry-tags ul li:first-child,
.post-details .entry-categories ul li:first-child {
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
}

.post-details .entry-tags ul li a,
.post-details .entry-categories ul li a {
  font-size: 14px;
}

.post-details .entry-tags ul li a:not(:last-child):after,
.post-details .entry-categories ul li a:not(:last-child):after {
  content: ',';
}

/* Blog Details Content */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .woocommerce-checkout .form-row.notes label,
.woocommerce-checkout .form-row.notes .entry-content label,
.entry-content .login-register-wrapper .tab-btn li,
.login-register-wrapper .tab-btn .entry-content li,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content .woocommerce-checkout .form-row.notes label,
.woocommerce-checkout .form-row.notes .comment-content label,
.comment-content .login-register-wrapper .tab-btn li,
.login-register-wrapper .tab-btn .comment-content li,
.page--content h1,
.page--content h2,
.page--content h3,
.page--content h4,
.page--content h5,
.page--content h6,
.page--content .woocommerce-checkout .form-row.notes label,
.woocommerce-checkout .form-row.notes .page--content label,
.page--content .login-register-wrapper .tab-btn li,
.login-register-wrapper .tab-btn .page--content li {
  line-height: 1.5;
  margin-bottom: 23px;
}

.entry-content p,
.comment-content p,
.page--content p {
  margin-bottom: 30px;
  line-height: 30px;
}

.entry-content table,
.comment-content table,
.page--content table {
  margin-bottom: 30px;
}

.entry-content select,
.comment-content select,
.page--content select {
  margin-bottom: 30px;
}

.entry-content > *:last-child,
.comment-content > *:last-child,
.page--content > *:last-child {
  margin-bottom: 0;
}

.entry-content a:hover,
.comment-content a:hover,
.page--content a:hover {
  text-decoration: underline;
}

.entry-content table th, .entry-content table td,
.comment-content table th,
.comment-content table td,
.page--content table th,
.page--content table td {
  border: 1px solid #d1d1d1;
}

@media only screen and (max-width: 575px) {
  .entry-content table th, .entry-content table td,
  .comment-content table th,
  .comment-content table td,
  .page--content table th,
  .page--content table td {
    padding: 5px;
  }
}

.entry-content .wp-block-button,
.comment-content .wp-block-button,
.page--content .wp-block-button {
  margin-bottom: 30px;
}

.entry-content .wp-block-cover p:not(.has-text-color),
.entry-content .wp-block-cover p:not(.has-text-color) a,
.comment-content .wp-block-cover p:not(.has-text-color),
.comment-content .wp-block-cover p:not(.has-text-color) a,
.page--content .wp-block-cover p:not(.has-text-color),
.page--content .wp-block-cover p:not(.has-text-color) a {
  color: #fff;
}

/* Post Author Info */
@media only screen and (max-width: 575px) {
  .post-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

.post-author .author-thumb {
  margin-right: 30px;
}

@media only screen and (max-width: 575px) {
  .post-author .author-thumb {
    margin-bottom: 30px;
  }
}

.post-author .author-info h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

/* Post Navigation */
.post-navigation .nav-link {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.post-navigation .nav-link a {
  display: inline-block;
  max-width: 100%;
}

.post-navigation .nav-link .nav-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  opacity: .5;
  margin-bottom: 17px;
}

.post-navigation .nav-link .nav-title i {
  margin-right: 10px;
}

.post-navigation .nav-link .nav-title.text-right i {
  margin-left: 10px;
}

.post-navigation .nav-link.nav-next {
  text-align: right;
}

.post-navigation .nav-link .posted-on {
  margin: 10px 0 2px;
  display: block;
  font-size: 14px;
}

.post-navigation .nav-link:hover .nav-title {
  opacity: 1;
}

/* Related Post */
.related-post h2 {
  font-weight: 900;
  margin-bottom: 30px;
}

.related-post .single-post-item {
  margin-bottom: 0;
}

/* Post Comments */
.comments-area .comments-title {
  margin-bottom: 36px;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area .comment .single-comment {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
  .comments-area .comment .single-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comments-area .comment .single-comment .comment-author-image {
  min-width: 65px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 575px) {
  .comments-area .comment .single-comment .comment-author-image {
    margin-bottom: 30px;
  }
}

.comments-area .comment .single-comment:not(.trackback):not(.pingback) .comment-content {
  max-width: calc(100% - 95px);
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .comments-area .comment .single-comment:not(.trackback):not(.pingback) .comment-content {
    max-width: 100%;
  }
}

.comments-area .comment .single-comment .comment-content .author_name {
  margin-right: 10px;
  margin-bottom: 0;
}

.comments-area .comment .single-comment .comment-content .commented-on {
  font-size: 12px;
}

.comments-area .comment .single-comment .comment-content p {
  margin: 7px 0 5px;
}

.comments-area .comment .single-comment .comment-content > ol,
.comments-area .comment .single-comment .comment-content > ul,
.comments-area .comment .single-comment .comment-content > dl {
  margin-bottom: 1rem;
}

.comments-area .comment .single-comment + .comment-respond {
  margin-top: 0;
  margin-bottom: 50px;
}

.comments-area .comment ul.children {
  margin-left: 30px;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .comments-area .comment ul.children {
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
  .comments-area .comment ul.children {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .comments-area .comment .comment-content .d-flex {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comments-area .comment-reply-link {
  font-weight: 700;
  font-size: 14px;
  margin-right: 10px;
}

.comments-area .comment-reply-link i {
  margin-right: 5px;
  line-height: 22px;
}

.comments-area .comment-reply-link:hover {
  color: #FEA984;
}

.comments-area .comment-edit-link {
  font-size: 12px;
  font-style: italic;
}

/* Comments Form */
.comment-respond {
  margin-top: 40px;
  border: 1px solid #FEA984;
  padding: 50px;
}

@media only screen and (max-width: 991px) {
  .comment-respond {
    padding: 30px;
  }
}

.comment-respond .comment-reply-title {
  margin-bottom: 20px;
}

.comment-respond .comment-form .comment-notes {
  margin-bottom: 30px;
}

.comment-respond .comment-form .theme-input-style, .comment-respond .comment-form .select2-container--default .select2-selection--single, .select2-container--default .comment-respond .comment-form .select2-selection--single, .comment-respond .comment-form .entry-content select, .entry-content .comment-respond .comment-form select,
.comment-respond .comment-form .comment-content select, .comment-content .comment-respond .comment-form select,
.comment-respond .comment-form .page--content select, .page--content .comment-respond .comment-form select, .comment-respond .comment-form .dokan-store-widget .dokan-form-control, .dokan-store-widget .comment-respond .comment-form .dokan-form-control, .comment-respond .comment-form .show_if_seller .form-control, .show_if_seller .comment-respond .comment-form .form-control {
  margin-bottom: 35px;
}

.comment-respond .comment-form .custom-checkbox, .comment-respond .comment-form .color-container {
  margin-bottom: 25px;
}

.comment-respond .comment-form textarea.theme-input-style, .comment-respond .comment-form .select2-container--default textarea.select2-selection--single, .select2-container--default .comment-respond .comment-form textarea.select2-selection--single, .comment-respond .comment-form .dokan-store-widget textarea.dokan-form-control, .dokan-store-widget .comment-respond .comment-form textarea.dokan-form-control, .comment-respond .comment-form .show_if_seller textarea.form-control, .show_if_seller .comment-respond .comment-form textarea.form-control {
  padding: 20px 10px;
}

.comment-respond p.custom-checkbox, .comment-respond p.color-container, .comment-respond .custom-checkbox, .comment-respond .color-container {
  display: block;
  white-space: normal;
}

.comment-respond .logged-in-as a {
  font-weight: 600;
}

/* Chat */
.single-format-chat .post-details .entry-content > p {
  margin-bottom: 15px;
}

.single-format-chat .post-details .entry-content > p:nth-child(odd) {
  background-color: #FFFBF9;
  padding: 15px;
}

/* ************************
   04.4: Footer
   ********************* */
.footer .karton-container {
  max-width: 1920px;
}

.footer .footer-top {
  background-color: #FFF6F1;
  padding: 50px 0 0;
}

.footer .footer-top.style_2 {
  padding: 50px 0 60px;
  overflow: hidden;
}

.footer .footer-top.style_2 .row > div:last-child {
  padding-left: 80px;
}

.footer .footer-top.style_2 .row > div:last-child:after {
  height: calc(100% + 110px);
  top: -50px;
}

@media only screen and (max-width: 767px) {
  .footer .footer-top.style_2 .row > div:last-child {
    margin-top: 30px;
    padding-left: 15px;
  }
  .footer .footer-top.style_2 .row > div:last-child:after {
    display: none;
  }
}

.footer .footer-top.style_2 .widget:last-child {
  margin-bottom: 0;
}

.footer .widget {
  margin-bottom: 30px;
}

.footer .widget:last-child {
  margin-bottom: 50px;
}

.footer .widget .widget_title {
  font-size: 24px;
}

.footer .widget .socials a {
  height: 50px;
  width: 50px;
}

.footer .footer-bottom {
  padding: 35px 0;
}

.footer .footer-bottom .footer-menu li:not(:last-child) {
  margin-right: 38px;
}

@media only screen and (max-width: 991px) {
  .footer .footer-bottom .footer-menu li:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 10px;
  }
}

.footer .footer-bottom.style_2 {
  background-color: #FFF6F1;
}

.footer .footer-bottom.style_2 .copyright-text {
  color: #D1D1D1;
  font-size: 12px;
  letter-spacing: 3.6px;
}

.footer .footer-bottom.style_3 {
  padding-top: 0;
}

.footer .footer-bottom.style_3 .row {
  padding-top: 35px;
}

.footer .footer_parallax .karton-container {
  max-width: 1710px;
}

.footer-bg-right {
  padding-left: 45px;
}

@media only screen and (max-width: 991px) {
  .footer-bg-right {
    padding-left: 15px;
  }
  .footer-bg-right:after {
    display: none;
  }
}

.footer-bg-right:after {
  background-color: #FFFCF6;
  height: calc(100% + 50px);
  top: -50px;
}

/* ************************
   04.5: 404
   ********************* */
.content-404 h2 {
  font-weight: 500;
}

.content-404 h1 {
  font-size: 120px;
  line-height: 1.775;
  font-weight: 900;
}

@media only screen and (max-width: 991px) {
  .content-404 h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .content-404 h1 {
    font-size: 40px;
  }
}

.content-404 .btn.btn-borderd, .content-404 .karton-notice a.btn-borderd, .karton-notice .content-404 a.btn-borderd, .content-404 .woocommerce-notices-wrapper .woocommerce-info a.btn-borderd, .woocommerce-notices-wrapper .woocommerce-info .content-404 a.btn-borderd, .content-404 .woocommerce-error a.btn-borderd, .woocommerce-error .content-404 a.btn-borderd, .content-404 .woocommerce-message a.btn-borderd, .woocommerce-message .content-404 a.btn-borderd, .content-404 .woocommerce-Message a.btn-borderd, .woocommerce-Message .content-404 a.btn-borderd, .content-404 .woocommerce-thankyou-order-received a.btn-borderd, .woocommerce-thankyou-order-received .content-404 a.btn-borderd, .content-404 .karton-notice .yith-wcwl-form .hidden-title-form a.hide-title-form, .karton-notice .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form, .content-404 .yith-wcwl-form .hidden-title-form .karton-notice a.hide-title-form, .yith-wcwl-form .hidden-title-form .karton-notice .content-404 a.hide-title-form, .content-404 .woocommerce-notices-wrapper .woocommerce-info .yith-wcwl-form .hidden-title-form a.hide-title-form, .woocommerce-notices-wrapper .woocommerce-info .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form, .content-404 .yith-wcwl-form .hidden-title-form .woocommerce-notices-wrapper .woocommerce-info a.hide-title-form, .yith-wcwl-form .hidden-title-form .woocommerce-notices-wrapper .woocommerce-info .content-404 a.hide-title-form, .content-404 .woocommerce-error .yith-wcwl-form .hidden-title-form a.hide-title-form, .woocommerce-error .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form, .content-404 .yith-wcwl-form .hidden-title-form .woocommerce-error a.hide-title-form, .yith-wcwl-form .hidden-title-form .woocommerce-error .content-404 a.hide-title-form, .content-404 .woocommerce-message .yith-wcwl-form .hidden-title-form a.hide-title-form, .woocommerce-message .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form, .content-404 .yith-wcwl-form .hidden-title-form .woocommerce-message a.hide-title-form, .yith-wcwl-form .hidden-title-form .woocommerce-message .content-404 a.hide-title-form, .content-404 .woocommerce-Message .yith-wcwl-form .hidden-title-form a.hide-title-form, .woocommerce-Message .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form, .content-404 .yith-wcwl-form .hidden-title-form .woocommerce-Message a.hide-title-form, .yith-wcwl-form .hidden-title-form .woocommerce-Message .content-404 a.hide-title-form, .content-404 .woocommerce-thankyou-order-received .yith-wcwl-form .hidden-title-form a.hide-title-form, .woocommerce-thankyou-order-received .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form, .content-404 .yith-wcwl-form .hidden-title-form .woocommerce-thankyou-order-received a.hide-title-form, .yith-wcwl-form .hidden-title-form .woocommerce-thankyou-order-received .content-404 a.hide-title-form, .content-404 .widget_price_filter .btn-borderd.button, .widget_price_filter .content-404 .btn-borderd.button, .content-404 .widget_price_filter .yith-wcwl-form .hidden-title-form .button.hide-title-form, .widget_price_filter .yith-wcwl-form .hidden-title-form .content-404 .button.hide-title-form, .content-404 .yith-wcwl-form .hidden-title-form .widget_price_filter .button.hide-title-form, .yith-wcwl-form .hidden-title-form .widget_price_filter .content-404 .button.hide-title-form, .content-404 .yith-wcwl-form .hidden-title-form input.btn-borderd[type="submit"], .yith-wcwl-form .hidden-title-form .content-404 input.btn-borderd[type="submit"], .content-404 .yith-wcwl-form .hidden-title-form input.hide-title-form[type="submit"], .yith-wcwl-form .hidden-title-form .content-404 input.hide-title-form[type="submit"], .content-404 .yith-wcwl-form .hidden-title-form .btn.hide-title-form, .yith-wcwl-form .hidden-title-form .content-404 .btn.hide-title-form,
.content-404 .yith-wcwl-form .hidden-title-form .hide-title-form.dokan-btn, .yith-wcwl-form .hidden-title-form .content-404 .hide-title-form.dokan-btn,
.content-404 .btn-borderd.dokan-btn {
  border: 2px solid;
  border-color: #ffffff;
  background-color: #ffffff;
}

.content-404 .btn.btn-borderd:hover, .content-404 .karton-notice a.btn-borderd:hover, .karton-notice .content-404 a.btn-borderd:hover, .content-404 .woocommerce-notices-wrapper .woocommerce-info a.btn-borderd:hover, .woocommerce-notices-wrapper .woocommerce-info .content-404 a.btn-borderd:hover, .content-404 .woocommerce-error a.btn-borderd:hover, .woocommerce-error .content-404 a.btn-borderd:hover, .content-404 .woocommerce-message a.btn-borderd:hover, .woocommerce-message .content-404 a.btn-borderd:hover, .content-404 .woocommerce-Message a.btn-borderd:hover, .woocommerce-Message .content-404 a.btn-borderd:hover, .content-404 .woocommerce-thankyou-order-received a.btn-borderd:hover, .woocommerce-thankyou-order-received .content-404 a.btn-borderd:hover, .content-404 .karton-notice .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .karton-notice .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form:hover, .content-404 .yith-wcwl-form .hidden-title-form .karton-notice a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .karton-notice .content-404 a.hide-title-form:hover, .content-404 .woocommerce-notices-wrapper .woocommerce-info .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .woocommerce-notices-wrapper .woocommerce-info .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form:hover, .content-404 .yith-wcwl-form .hidden-title-form .woocommerce-notices-wrapper .woocommerce-info a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-notices-wrapper .woocommerce-info .content-404 a.hide-title-form:hover, .content-404 .woocommerce-error .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .woocommerce-error .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form:hover, .content-404 .yith-wcwl-form .hidden-title-form .woocommerce-error a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-error .content-404 a.hide-title-form:hover, .content-404 .woocommerce-message .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .woocommerce-message .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form:hover, .content-404 .yith-wcwl-form .hidden-title-form .woocommerce-message a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-message .content-404 a.hide-title-form:hover, .content-404 .woocommerce-Message .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .woocommerce-Message .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form:hover, .content-404 .yith-wcwl-form .hidden-title-form .woocommerce-Message a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-Message .content-404 a.hide-title-form:hover, .content-404 .woocommerce-thankyou-order-received .yith-wcwl-form .hidden-title-form a.hide-title-form:hover, .woocommerce-thankyou-order-received .yith-wcwl-form .hidden-title-form .content-404 a.hide-title-form:hover, .content-404 .yith-wcwl-form .hidden-title-form .woocommerce-thankyou-order-received a.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .woocommerce-thankyou-order-received .content-404 a.hide-title-form:hover, .content-404 .widget_price_filter .btn-borderd.button:hover, .widget_price_filter .content-404 .btn-borderd.button:hover, .content-404 .widget_price_filter .yith-wcwl-form .hidden-title-form .button.hide-title-form:hover, .widget_price_filter .yith-wcwl-form .hidden-title-form .content-404 .button.hide-title-form:hover, .content-404 .yith-wcwl-form .hidden-title-form .widget_price_filter .button.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .widget_price_filter .content-404 .button.hide-title-form:hover, .content-404 .yith-wcwl-form .hidden-title-form input.btn-borderd:hover[type="submit"], .yith-wcwl-form .hidden-title-form .content-404 input.btn-borderd:hover[type="submit"], .content-404 .yith-wcwl-form .hidden-title-form input.hide-title-form:hover[type="submit"], .yith-wcwl-form .hidden-title-form .content-404 input.hide-title-form:hover[type="submit"], .content-404 .yith-wcwl-form .hidden-title-form .btn.hide-title-form:hover, .yith-wcwl-form .hidden-title-form .content-404 .btn.hide-title-form:hover,
.content-404 .yith-wcwl-form .hidden-title-form .hide-title-form.dokan-btn:hover, .yith-wcwl-form .hidden-title-form .content-404 .hide-title-form.dokan-btn:hover,
.content-404 .btn-borderd.dokan-btn:hover {
  border-color: #FEA984;
}

/* ************************
   04.6: Coming Soon
   ********************* */
@media only screen and (min-width: 1200px) {
  .coming-soon-container {
    padding-left: 105px;
    padding-right: 105px;
  }
}

@media only screen and (max-width: 1199px) {
  .coming-soon-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .coming-soon-container {
    min-height: 1080px;
  }
}

@media only screen and (max-width: 575px) {
  .coming-soon-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.coming-soon-header {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: inherit;
  min-height: 100px;
}

.coming-soon-header .socials a {
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

@media only screen and (max-width: 479px) {
  .coming-soon-header .socials a {
    height: 40px;
    width: 40px;
  }
}

.coming-soon-content h2 {
  font-size: 40px;
  font-size: 400;
}

@media only screen and (max-width: 991px) {
  .coming-soon-content h2 {
    font-size: 30px;
  }
}

.coming-soon-content h1 {
  font-size: 150px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .coming-soon-content h1 {
    font-size: 60px;
  }
}

.coming-soon-content p {
  max-width: 750px;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.coming-soon-content .newslatter-form {
  max-width: 560px;
}

.coming-soon-content .newslatter-form .theme-input-style, .coming-soon-content .newslatter-form .select2-container--default .select2-selection--single, .select2-container--default .coming-soon-content .newslatter-form .select2-selection--single, .coming-soon-content .newslatter-form .entry-content select, .entry-content .coming-soon-content .newslatter-form select,
.coming-soon-content .newslatter-form .comment-content select, .comment-content .coming-soon-content .newslatter-form select,
.coming-soon-content .newslatter-form .page--content select, .page--content .coming-soon-content .newslatter-form select, .coming-soon-content .newslatter-form .dokan-store-widget .dokan-form-control, .dokan-store-widget .coming-soon-content .newslatter-form .dokan-form-control, .coming-soon-content .newslatter-form .show_if_seller .form-control, .show_if_seller .coming-soon-content .newslatter-form .form-control {
  border-color: #ffffff !important;
}

/* ************************
   05.1: Category
   ********************* */
.single-category-item {
  display: block;
  background-color: #FBFBFB;
  margin-bottom: 50px;
}

.single-category-item img {
  width: 100%;
}

.single-category-item .cat-title {
  font-size: 18px;
  margin-left: 20px;
  margin-bottom: 1px;
}

.single-category-item .cat-title span {
  line-height: 1.3;
}

.single-category-item.text-bottom {
  position: relative;
}

.single-category-item.text-bottom .cat-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  margin-left: 0;
  text-align: center;
  width: 100%;
}

.single-category-item.title-overlay {
  position: relative;
}

.single-category-item.title-overlay .cat-title {
  padding: 7px 30px;
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}

@media only screen and (max-width: 479px) {
  .single-category-item.title-overlay .cat-title {
    font-size: 16px;
    padding: 7px 10px;
  }
}

.single-category-item.text-bottom-left {
  -moz-text-align-last: left;
  text-align-last: left;
  background-color: transparent;
}

.single-category-item.text-bottom-left img {
  width: auto;
}

.single-category-item.text-bottom-left .cat-title {
  margin-top: 25px;
  margin-left: 0;
  font-size: 20px;
}

@media only screen and (max-width: 991px) {
  .single-category-item.mt-130 {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .single-category-item.mt-130 {
    margin-top: 0;
  }
}

/* Category Slider */
.category-slider.owl-carousel .single-category-item {
  margin-bottom: 0;
}

.category-slider.owl-carousel .single-category-item img {
  width: auto !important;
  overflow: hidden;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.category-slider.owl-carousel .single-category-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.category-slider.owl-carousel.style_1 {
  padding: 0 50px;
}

.category-slider.owl-carousel.style_1 .single-category-item img {
  width: auto !important;
  overflow: hidden;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.category-slider.owl-carousel.style_1 .single-category-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.category-slider.owl-carousel.style_1 .owl-nav button {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: #FFF6F1;
  font-size: 30px;
}

.category-slider.owl-carousel.style_1 .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.category-slider.owl-carousel.style_2 .single-category-item {
  background-color: transparent;
}

.category-slider.owl-carousel.style_2 .single-category-item img {
  width: 100% !important;
}

.category-slider.owl-carousel.style_2 .single-category-item .cat-title {
  margin-top: 20px;
  text-align: center;
  margin-left: 0;
}

.category-slider.owl-carousel.style_2 .owl-nav button {
  top: -30px;
}

/* Category Hover */
.hover-effect, .single-team .team-thumb, .single-post-item .post-thumbnail, .single-category-item.text-bottom, .single-category-item.title-overlay, .single-category-item.text-bottom-left, .category-slider.owl-carousel .single-category-item, .home-carousel .item-link {
  overflow: hidden;
  position: relative;
  line-height: 0;
  display: block;
}

.hover-effect:before, .single-team .team-thumb:before, .single-post-item .post-thumbnail:before, .single-category-item.text-bottom:before, .single-category-item.title-overlay:before, .single-category-item.text-bottom-left:before, .category-slider.owl-carousel .single-category-item:before, .home-carousel .item-link:before, .hover-effect:after, .single-team .team-thumb:after, .single-post-item .post-thumbnail:after, .single-category-item.text-bottom:after, .single-category-item.title-overlay:after, .single-category-item.text-bottom-left:after, .category-slider.owl-carousel .single-category-item:after, .home-carousel .item-link:after {
  position: absolute;
  top: 0;
  left: -175%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  pointer-events: none;
}

.hover-effect:after, .single-team .team-thumb:after, .single-post-item .post-thumbnail:after, .single-category-item.text-bottom:after, .single-category-item.title-overlay:after, .single-category-item.text-bottom-left:after, .category-slider.owl-carousel .single-category-item:after, .home-carousel .item-link:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
  right: -175%;
  left: auto;
  top: -0%;
}

.hover-effect:hover:before, .single-team .team-thumb:hover:before, .single-post-item .post-thumbnail:hover:before, .single-category-item.text-bottom:hover:before, .single-category-item.title-overlay:hover:before, .single-category-item.text-bottom-left:hover:before, .category-slider.owl-carousel .single-category-item:hover:before, .home-carousel .item-link:hover:before {
  animation: shine 1s;
  -webkit-animation: shine 1s;
}

.hover-effect:hover:after, .single-team .team-thumb:hover:after, .single-post-item .post-thumbnail:hover:after, .single-category-item.text-bottom:hover:after, .single-category-item.title-overlay:hover:after, .single-category-item.text-bottom-left:hover:after, .category-slider.owl-carousel .single-category-item:hover:after, .home-carousel .item-link:hover:after {
  animation: shine2 1s;
  -webkit-animation: shine2 1s;
}

/* Category List */
.category-list li {
  padding: 15px 0;
  font-weight: 700;
}

.category-list li:not(:last-child) {
  border-bottom: 1px solid #F6F6F6;
}

.category-list li a:hover {
  padding-left: 10px;
}

/* Category Title */
.single-cat-title {
  border-bottom: 1px solid #F6F6F6;
}

.single-cat-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* ************************
   05.2: Offer
   ********************* */
.single-offer {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  padding: 40px 30px 30px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 379px) {
  .single-offer {
    padding: 20px 10px;
  }
}

.single-offer::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #000000;
  opacity: .5;
  z-index: -1;
}

.single-offer .offer-top {
  margin-bottom: 55px;
}

.single-offer .offer-text {
  max-width: 330px;
}

.single-offer .offer-text h3 {
  margin-bottom: 10px;
}

.single-offer .offer-rate {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

.single-offer.offer-reverse .offer-top,
.single-offer.offer-reverse .offer-bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.single-offer.offer-reverse .offer-text {
  text-align: right;
}

@media only screen and (max-width: 479px) {
  .single-offer.offer-reverse .offer-bottom,
  .single-offer .offer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-offer.offer-reverse .offer-bottom .karton-countdown,
  .single-offer .offer-bottom .karton-countdown {
    margin-bottom: 30px;
  }
}

.karton-offer {
  background-size: cover;
  background-position: center;
  padding: 22px 30px 22px;
}

.karton-offer .offer-text span {
  font-size: 36px;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
}

.karton-offer .offer-text span:first-child {
  font-size: 91px;
  line-height: 112px;
}

.creative-offer {
  padding: 80px 0;
  display: block;
}

.creative-offer .offer-text {
  max-width: 235px;
}

@media only screen and (max-width: 767px) {
  .creative-offer .offer-text {
    max-width: 170px;
  }
}

@media only screen and (max-width: 479px) {
  .creative-offer .offer-text {
    max-width: 120px;
  }
}

.creative-offer .offer-text h3 {
  font-weight: 300;
  font-size: 120px;
}

@media only screen and (max-width: 1199px) {
  .creative-offer .offer-text h3 {
    font-size: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .creative-offer .offer-text h3 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 479px) {
  .creative-offer .offer-text h3 {
    font-size: 50px;
  }
}

.creative-offer .offer-top-text {
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .creative-offer .offer-top-text {
    top: 20px;
    left: -45px;
  }
}

.creative-offer .offer-bottom-text {
  bottom: 20px;
  right: -120px;
}

@media only screen and (max-width: 767px) {
  .creative-offer .offer-bottom-text {
    right: -45px;
  }
}

.creative-offer .offer-thumb {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .creative-offer .offer-thumb {
    width: auto;
  }
}

.creative-offer.text-white .offer-thumb {
  width: auto;
}

.creative-offer.text-white .offer-text h3 {
  color: #BE8865;
}

.creative-offer.text-white .offer-top-text {
  -webkit-transform: translateX(-45%);
  -ms-transform: translateX(-45%);
  transform: translateX(-45%);
}

@media only screen and (max-width: 767px) {
  .creative-offer.text-white .offer-top-text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* ************************
   05.3: CTA
   ********************* */
.cta-content span {
  position: relative;
  padding-left: 45px;
}

.cta-content span:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  height: 3px;
  width: 30px;
}

.cta-content .cta-title {
  font-size: 72px;
  color: #F23854;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .cta-content .cta-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .cta-content .cta-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 379px) {
  .cta-content .cta-title {
    font-size: 40px;
  }
}

.cta-content p {
  line-height: 1.5;
  margin-bottom: 30px;
}

.cta-content.cta-style_2 .cta-title {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
}

.cta-content.cta-style_2 p {
  margin-bottom: 18px;
}

.cta-content.cta-style_2.text-white .cta-title {
  color: #ffffff;
}

.cta-content.cta-style_3 h2 {
  font-size: 46px;
  font-weight: 400;
  margin-bottom: 24px;
}

.cta-content.cta-style_3 p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.cta-img {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .cta-img {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
}

/* ************************
   05.4: Testimonial
   ********************* */
.brand-logo .single-brand-logo {
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-logo .single-brand-logo img {
  width: auto !important;
  margin: 0 auto;
  opacity: .5;
}

.brand-logo .single-brand-logo img:hover {
  opacity: 1;
}

/* ************************
   05.5: About
   ********************* */
.about-text h3 {
  margin-bottom: 8px;
}

.about-text h3 + p {
  margin-bottom: 30px;
}

.about-text blockquote {
  text-decoration: none;
  margin: 0;
  margin-bottom: 18px;
}

.about-text blockquote P {
  text-decoration: none;
  font-size: 20px;
  line-height: 1.5;
}

/* About Image */
.about-image {
  margin-right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -100%;
}

@media only screen and (max-width: 991px) {
  .about-image {
    display: block;
    margin: auto;
  }
  .about-image img {
    max-width: 100% !important;
  }
}

.about-image img {
  margin-left: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

/* Video Area */
@media only screen and (max-width: 1199px) {
  .video-area {
    margin-left: 0;
    margin-bottom: 50px;
    display: block;
    text-align: center;
  }
  .video-area img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.video-area.bg-overlay:after, .insta-feed .video-area.single-feed:after {
  z-index: 0;
  opacity: .3;
}

.video-area .vdo_btn {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Organic About Feature */
.single-oaf {
  max-width: 435px;
}

.single-oaf:not(:last-child) {
  margin-bottom: 30px;
}

.single-oaf .oaf-icon {
  margin-right: 20px;
}

.single-oaf .oaf-icon i {
  font-size: 35px;
  color: #61AA30;
}

.single-oaf .oaf-content h5 {
  margin-bottom: 5px;
}

.oaf-image {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: -190px;
  position: relative;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .oaf-image {
    margin-left: 0;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .oaf-image {
    max-width: 100%;
  }
}

/* Mission & Vision */
.mission-blockquote p {
  line-height: 1.5;
  font-size: 20px;
  font-style: italic;
}

.mission-blockquote h5 {
  margin-bottom: 5px;
}

/* About Gallery */
.gallery-slider .single-slide p {
  font-weight: 700;
  font-size: 18px;
  margin-top: 25px;
  line-height: 1;
}

.gallery-slider .owl-nav {
  position: absolute;
  right: 0;
  bottom: 3px;
}

@media only screen and (max-width: 991px) {
  .gallery-slider .owl-nav {
    position: static;
    margin-top: 10px;
  }
}

.gallery-slider .owl-nav button {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.gallery-slider .owl-nav button.owl-next {
  margin-left: 20px;
}

/* About Feature */
.about-feature .feature-title {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 50px;
}

.about-feature .feature-title span {
  display: block;
  font-weight: 300;
}

.about-feature .single-about-feature {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .about-feature .single-about-feature {
    margin-bottom: 40px;
  }
}

.about-feature .single-about-feature h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.about-feature .vdo-btn-wrapper {
  margin-top: 60px;
}

.about-feature .vdo-btn-wrapper .vdo_btn {
  border: 1px solid #d1d1d1;
  background-color: transparent;
}

.about-feature .vdo-btn-wrapper h6 span, .about-feature .vdo-btn-wrapper .woocommerce-checkout .form-row.notes label span, .woocommerce-checkout .form-row.notes .about-feature .vdo-btn-wrapper label span, .about-feature .vdo-btn-wrapper .login-register-wrapper .tab-btn li span, .login-register-wrapper .tab-btn .about-feature .vdo-btn-wrapper li span {
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/* ************************
   05.6: Contact
   ********************* */
.single-contact-info:not(:last-child) {
  margin-bottom: 40px;
}

.single-contact-info h4 {
  margin-bottom: 20px;
}

.single-contact-info p {
  margin-bottom: 0;
}

.single-contact-info p:not(:last-child) {
  margin-bottom: 5px;
}

.single-contact-info p a:not(:last-child):after {
  content: ',';
  color: inherit;
}

/* Contact Form */
.contact-form-wrapper h4 {
  margin-bottom: 25px;
}

.contact-form-wrapper .theme-input-style, .contact-form-wrapper .select2-container--default .select2-selection--single, .select2-container--default .contact-form-wrapper .select2-selection--single, .contact-form-wrapper .entry-content select, .entry-content .contact-form-wrapper select,
.contact-form-wrapper .comment-content select, .comment-content .contact-form-wrapper select,
.contact-form-wrapper .page--content select, .page--content .contact-form-wrapper select, .contact-form-wrapper .dokan-store-widget .dokan-form-control, .dokan-store-widget .contact-form-wrapper .dokan-form-control, .contact-form-wrapper .show_if_seller .form-control, .show_if_seller .contact-form-wrapper .form-control {
  margin-bottom: 30px;
  padding: 0;
}

/* Follow Us */
.follow-us h2 {
  margin-bottom: 20px;
}

.follow-us .socials a {
  border: 2px solid #FFF5E5;
  background-color: transparent;
  width: 50px;
  height: 50px;
}

.follow-us .socials a:hover {
  background-color: #FFF6F1;
}

/* ************************
   05.7: Newlook
   ********************* */
/* Newlook Top */
.newlook-top {
  background-color: #ffffff;
  max-width: 540px;
  margin-left: auto;
  padding: 10px 30px;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

@media only screen and (max-width: 991px) {
  .newlook-top {
    max-width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .newlook-top {
    max-width: 250px;
  }
}

@media only screen and (max-width: 479px) {
  .newlook-top {
    max-width: 170px;
  }
}

.newlook-top h2 {
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {
  .newlook-top h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .newlook-top h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 479px) {
  .newlook-top h2 {
    font-size: 26px;
  }
}

/* Newlook Bottom */
.newlook-bottom h5 {
  letter-spacing: 9px;
  margin-right: -9px;
  line-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newlook-bottom h5 .dropcap {
  font-size: 150px;
  font-weight: 200;
  line-height: 150px;
}

@media only screen and (max-width: 575px) {
  .newlook-bottom h5 {
    font-size: 14px;
  }
  .newlook-bottom h5 .dropcap {
    font-size: 100px;
  }
}

@media only screen and (max-width: 479px) {
  .newlook-bottom {
    display: none;
  }
}

/* Slider */
.newlook-slider {
  padding: 54px 0 45px;
}

.newlook-slider.custom_nav .owl-nav {
  position: absolute;
  left: 0;
  top: 10px;
}

.newlook-slider.custom_nav .owl-nav button {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.newlook-slider.custom_nav .owl-nav button:not(:last-child) {
  margin-right: 15px;
}

/* Wrappwr */
.newlook-top-wrapper,
.newlook-bottom-wrapper {
  position: absolute;
  z-index: 9;
  right: 0;
}

.newlook-bottom-wrapper {
  bottom: 15px;
  right: auto;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .newlook-bottom-wrapper {
    bottom: -25px;
  }
}

/* ************************
   05.8: Product Coming Soon
   ********************* */
.product-coming-soon * {
  position: relative;
  z-index: 1;
}

.product-coming-soon .bg-left::after {
  right: -15%;
  top: 30px;
  height: calc(100% + 220px);
}

@media only screen and (max-width: 1199px) {
  .product-coming-soon .bg-left::after {
    display: none;
  }
}

.product-coming-soon .pcs-title {
  max-width: 500px;
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .product-coming-soon .pcs-title {
    padding: 20px 0 60px;
  }
}

.product-coming-soon .pcs-title h3 {
  font-size: 60px;
  line-height: 1.17;
  letter-spacing: 48px;
  margin-right: -48px;
  text-transform: uppercase;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .product-coming-soon .pcs-title h3 {
    font-size: 50px;
    letter-spacing: 28px;
    margin-right: -20px;
  }
}

@media only screen and (max-width: 479px) {
  .product-coming-soon .pcs-title h3 {
    letter-spacing: 20px;
    font-size: 30px;
  }
}

.product-coming-soon .pcs-title h3:after {
  position: absolute;
  width: 35px;
  height: 35px;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 150px;
}

@media only screen and (max-width: 991px) {
  .product-coming-soon .pcs-title h3:after {
    display: none;
  }
}

.product-coming-soon .pcs-content {
  padding-left: 85px;
}

@media only screen and (max-width: 991px) {
  .product-coming-soon .pcs-content {
    padding-left: 0;
  }
}

.product-coming-soon .pcs-text {
  margin-bottom: 30px;
}

.product-coming-soon .pcs-text p {
  font-size: 20px;
  line-height: 2;
  margin-top: 30px;
  max-width: 625px;
}

@media only screen and (max-width: 991px) {
  .product-coming-soon .pcs-text p {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 0;
  }
}

.product-coming-soon .pcs-bottom-text span {
  font-size: 100px;
  font-weight: 300;
  letter-spacing: 70px;
  display: block;
  margin-right: -70px;
}

@media only screen and (max-width: 1199px) {
  .product-coming-soon .pcs-bottom-text span {
    font-size: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .product-coming-soon .pcs-bottom-text span {
    letter-spacing: 30px;
    margin-right: -30px;
    font-size: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .product-coming-soon .pcs-bottom-text span {
    letter-spacing: 18px;
    margin-right: -18px;
  }
}

@media only screen and (max-width: 379px) {
  .product-coming-soon .pcs-bottom-text span {
    letter-spacing: 10px;
    margin-right: -10px;
  }
}

/* ************************
   05.9: Parallax
   ********************* */
.single-parallax {
  overflow: hidden;
}

.single-parallax .karton-container {
  max-width: 1710px;
}

.single-parallax[dir="rtl"] .parallax-image-wrapper {
  text-align: right;
}

.single-parallax[dir="rtl"] .parallax-image-wrapper .small-img {
  margin-right: auto;
  margin-left: 0;
}

.single-parallax[dir="rtl"] .parallax-image-wrapper .leaf-img {
  right: auto;
  left: 0;
  top: 65px;
}

@media only screen and (max-width: 767px) {
  .parallax-image-wrapper {
    margin-bottom: 50px;
  }
}

.parallax-image-wrapper .leaf-img {
  right: -87px;
  top: 113px;
  z-index: 0;
  width: auto;
  height: 100%;
}

.parallax-image-wrapper .big-img {
  z-index: 2;
}

@media only screen and (max-width: 1199px) {
  .parallax-image-wrapper .big-img {
    width: 80%;
  }
}

.parallax-image-wrapper .big-img,
.parallax-image-wrapper .small-img {
  position: relative;
}

.parallax-image-wrapper .small-img {
  -webkit-transform: translateY(-180px);
  -ms-transform: translateY(-180px);
  transform: translateY(-180px);
  z-index: 1;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: -180px;
}

@media only screen and (max-width: 1199px) {
  .parallax-image-wrapper .small-img {
    width: 60%;
  }
}

@media only screen and (max-width: 991px) {
  .parallax-image-wrapper .small-img {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    margin-bottom: -100px;
  }
}

@media only screen and (max-width: 767px) {
  .parallax-image-wrapper .small-img {
    -webkit-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
    margin-bottom: -150px;
  }
}

@media only screen and (max-width: 575px) {
  .parallax-image-wrapper .small-img {
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
    margin-bottom: -70px;
  }
}

.parallax-content h2 {
  font-size: 100px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 6px;
}

@media only screen and (max-width: 1199px) {
  .parallax-content h2 {
    font-size: 70px;
  }
  .parallax-content h2 br {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .parallax-content h2 {
    font-size: 50px;
  }
}

.parallax-content p {
  font-size: 18px;
  line-height: 1.78;
  margin-bottom: 23px;
}

/* ************************
   05.10: Split
   ********************* */
.split-content {
  padding: 0 100px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .split-content {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 991px) {
  .split-content {
    padding: 50px;
  }
}

@media only screen and (max-width: 379px) {
  .split-content {
    padding: 50px 20px;
  }
}

.split-content h5 {
  letter-spacing: 9px;
  margin-right: -9px;
  line-height: 1.33;
}

.split-content h2 {
  font-size: 100px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1199px) {
  .split-content h2 {
    font-size: 70px;
  }
  .split-content h2 br {
    display: none;
  }
}

@media only screen and (max-width: 379px) {
  .split-content h2 {
    font-size: 50px;
  }
}

.split-content p,
.split-content .contact-info {
  font-size: 18px;
  line-height: 1.8;
}

.split-content .contact-info li {
  position: relative;
  padding-left: 40px;
}

.split-content .contact-info li:not(:last-child) {
  margin-bottom: 20px;
}

.split-content .contact-info li span {
  position: absolute;
  left: 0;
  font-size: 20px;
  line-height: 1.8;
}

.split-content .contact-info li a {
  display: block;
}

.split-content .contact-info li a:not(:last-child):after {
  content: ',';
}

.split-content .map {
  min-height: 100% !important;
  position: static !important;
  overflow: visible !important;
}

@media only screen and (max-width: 991px) {
  .split-content .map {
    min-height: 530px !important;
  }
}

.split-img {
  height: 100vh;
  width: 100%;
}

.split-img img {
  visibility: hidden;
}

@media only screen and (max-width: 991px) {
  .split-img {
    margin-bottom: 50px;
  }
}

/* ************************
   05.11: Home Carousel
   ********************* */
.home-carousel {
  padding: 0 80px;
}

@media only screen and (max-width: 767px) {
  .home-carousel {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .home-carousel .owl-nav {
    display: none;
  }
}

.home-carousel .owl-nav button {
  left: 15px;
}

.home-carousel .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}

.home-carousel .carousel-content {
  padding: 25px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.home-carousel .single-carousel,
.home-carousel .single-carousel-inner {
  height: 100%;
}

.home-carousel .single-carousel-inner,
.home-carousel .carousel-thumb {
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.home-carousel .carousel-thumb {
  overflow: hidden;
  z-index: -1;
}

.home-carousel .carousel-thumb img {
  visibility: hidden;
}

.home-carousel .item-link,
.home-carousel .carousel-image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.home-carousel .item-link {
  height: 100%;
  z-index: 11;
}

.home-carousel .carousel-image-holder {
  height: calc(100% - 70px);
  overflow: hidden;
}

.home-carousel .carousel-image-holder .carousel-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  z-index: 10;
}

/* Fullscreen Slider */
.fc-carousel {
  padding-left: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .fc-carousel {
    padding-left: 60px;
  }
}

.fc-carousel .single-fc-item {
  background-size: cover;
}

.fc-carousel .single-fc-item .fc-content {
  max-width: 500px;
  -webkit-transform: translateX(30%);
  -ms-transform: translateX(30%);
  transform: translateX(30%);
}

@media only screen and (max-width: 1199px) {
  .fc-carousel .single-fc-item .fc-content {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
  }
}

@media only screen and (max-width: 767px) {
  .fc-carousel .single-fc-item .fc-content {
    padding: 0 50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 479px) {
  .fc-carousel .single-fc-item .fc-content {
    padding: 0 20px;
  }
}

.fc-carousel .single-fc-item .fc-content .fc-tags a {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  display: inline-block;
}

@media only screen and (max-width: 379px) {
  .fc-carousel .single-fc-item .fc-content .fc-tags a {
    font-size: 12px;
  }
}

.fc-carousel .single-fc-item .fc-content .fc-tags a:not(:last-child) {
  margin-right: 11px;
}

.fc-carousel .single-fc-item .fc-content h1 {
  font-size: 90px;
  font-weight: 300;
  margin: 5px 0 18px;
}

@media only screen and (max-width: 1199px) {
  .fc-carousel .single-fc-item .fc-content h1 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .fc-carousel .single-fc-item .fc-content h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 379px) {
  .fc-carousel .single-fc-item .fc-content h1 {
    font-size: 30px;
  }
}

.fc-carousel .owl-dots,
.furniture-slider .owl-dots {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 479px) {
  .fc-carousel .owl-dots,
  .furniture-slider .owl-dots {
    right: 10px;
  }
}

.fc-carousel .owl-dots button.owl-dot,
.furniture-slider .owl-dots button.owl-dot {
  display: block;
  margin: 7.5px 0;
}

.fc-carousel .owl-dots button.owl-dot.active,
.furniture-slider .owl-dots button.owl-dot.active {
  width: 7px;
  height: 80px;
}

/* ************************
   06.1: Product
   ********************* */
/* Product Navtab */
.product-navtab .tab-wrap {
  margin-bottom: 37px;
}

.product-navtab .tab-title {
  font-size: 36px;
  font-weight: 900;
  min-width: 250px;
}

.product-navtab .tab-title.title-light {
  font-weight: 300;
  font-size: 50px;
  line-height: 1.25;
  margin-top: -14px;
}

@media only screen and (max-width: 575px) {
  .product-navtab .tab-title.title-light {
    font-size: 40px;
  }
}

.product-navtab .tab-btn li {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-navtab .tab-btn li:not(:last-child) {
  margin-right: 40px;
}

/* Single Product */
.single-product-item {
  margin-bottom: 50px;
}

.single-product-item .product-thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.single-product-item .product-thumbnail img {
  display: block;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.single-product-item .product-summary .price {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-right: 15px;
}

.single-product-item .product-summary .price del {
  color: #D1D1D1;
  font-size: 14px;
  margin-left: 10px;
}

.single-product-item .product-summary .price.color-green {
  color: #61AA30;
}

.single-product-item .product-summary .product-title {
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 10px;
}

.single-product-item .product-summary .buttons a:not(:last-child) {
  margin-right: 15px;
}

.single-product-item .product-top {
  overflow: hidden;
  margin-bottom: 20px;
}

.single-product-item .product-top .product-thumbnail {
  margin-bottom: 0;
}

.single-product-item .product-top .buttons {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-product-item .product-top .buttons a {
  display: block;
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
}

.single-product-item .product-top .buttons a:not(:last-child) {
  margin-bottom: 5px;
}

.single-product-item .product-top .buttons a:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.single-product-item .product-top .buttons a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.single-product-item .product-top .buttons a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.single-product-item:hover .product-thumbnail img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.single-product-item:hover .product-top .buttons a {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.single-product-item.product-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-product-item.product-horizontal .product-thumbnail {
  margin-bottom: 0;
  margin-right: 30px;
}

.single-product-item.product-horizontal .product-summary {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-product-item.outofstock {
  position: relative;
  z-index: 1;
}

.single-product-item.outofstock:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #ffffff;
  z-index: 3;
  opacity: .6;
  cursor: not-allowed;
}

/* Star Rating */
.star-rating {
  height: 12px;
  line-height: 12px;
  overflow: hidden;
  position: relative;
  width: 68px;
  font-size: 12px;
  color: #FFE539;
  display: inline-block;
}

.star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  display: inline-block;
  font-family: "FontAwesome";
  left: 0;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
}

.star-rating span {
  width: 80%;
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 12px;
  position: absolute;
  top: 0;
  color: #FFE539;
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
  font-family: "FontAwesome";
  left: 0;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
}

/* Stars */
.woocommerce p.stars {
  margin-bottom: 0;
  line-height: 1;
}

.woocommerce p.stars a {
  position: relative;
  height: 14px;
  width: 14px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f006";
  text-indent: 0;
  color: #FFC600;
}

.woocommerce p.stars a:hover ~ a::before {
  content: "\f006";
}

.woocommerce p.stars:hover a::before {
  content: "\f005";
}

.woocommerce p.stars.selected a.active::before {
  content: "\f005";
}

.woocommerce p.stars.selected a.active ~ a::before {
  content: "\f006";
}

.woocommerce p.stars.selected a:not(.active)::before {
  content: "\f005";
}

/* Shop Filter */
.karton-shop-filter-wrapper {
  max-width: 1110px;
}

.karton-shop-filter-wrapper .shop-filter-control {
  font-size: 14px;
  margin-bottom: 40px;
}

.karton-shop-filter-wrapper .shop-filter-control .theme-input-style, .karton-shop-filter-wrapper .shop-filter-control .select2-container--default .select2-selection--single, .select2-container--default .karton-shop-filter-wrapper .shop-filter-control .select2-selection--single, .karton-shop-filter-wrapper .shop-filter-control .entry-content select, .entry-content .karton-shop-filter-wrapper .shop-filter-control select,
.karton-shop-filter-wrapper .shop-filter-control .comment-content select, .comment-content .karton-shop-filter-wrapper .shop-filter-control select,
.karton-shop-filter-wrapper .shop-filter-control .page--content select, .page--content .karton-shop-filter-wrapper .shop-filter-control select, .karton-shop-filter-wrapper .shop-filter-control .dokan-store-widget .dokan-form-control, .dokan-store-widget .karton-shop-filter-wrapper .shop-filter-control .dokan-form-control, .karton-shop-filter-wrapper .shop-filter-control .show_if_seller .form-control, .show_if_seller .karton-shop-filter-wrapper .shop-filter-control .form-control {
  font-size: 14px;
}

.karton-shop-filter-wrapper .shop-filter-control .product-grid-view a {
  opacity: .6;
}

.karton-shop-filter-wrapper .shop-filter-control .product-grid-view a:hover, .karton-shop-filter-wrapper .shop-filter-control .product-grid-view a.active {
  opacity: 1;
}

.karton-shop-filter-wrapper .shop-filter-control .product-grid-view a:not(:last-child) {
  margin-right: 15px;
}

.karton-shop-filter-wrapper .shop-filter-control .woocommerce-ordering:after {
  font-family: 'FontAwesome';
  content: "";
}

.karton-shop-filter-wrapper .shop-filter-control .woocommerce-ordering select.orderby {
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}

.karton-shop-filter-wrapper .shop-filter-control .product-filter-btn span {
  margin: 0 5px;
}

.karton-shop-filter-wrapper .shop-filter-control .product-view-btns li {
  opacity: .5;
  cursor: pointer;
}

.karton-shop-filter-wrapper .shop-filter-control .product-view-btns li:not(:last-child) {
  margin-right: 15px;
}

.karton-shop-filter-wrapper .shop-filter-control .product-view-btns li:hover, .karton-shop-filter-wrapper .shop-filter-control .product-view-btns li.active {
  opacity: 1;
}

.karton-shop-filter-wrapper .filter-dropdown-wrap {
  display: none;
  margin-bottom: 40px;
}

.karton-shop-filter-wrapper .filter-dropdown-content {
  padding: 40px;
  padding-bottom: 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  margin: 0;
}

.karton-shop-filter-wrapper .filter-dropdown-content .widget {
  margin-bottom: 40px;
  font-size: 14px;
}

.karton-shop-filter-wrapper .filter-dropdown-content .widget .widget-title {
  margin-bottom: 25px;
}

.karton-shop-filter-wrapper .filter-dropdown-content .widget ul li {
  padding: 0;
}

.karton-shop-filter-wrapper .filter-dropdown-content .widget ul li:not(:last-child) {
  margin-bottom: 15px;
}

.karton-shop-filter-wrapper .filter-dropdown-content .widget ul li:after {
  display: none;
}

.karton-shop-filter-wrapper .filter-dropdown-content .widget.widget_product_tag_cloud .tagcloud {
  margin-right: 0;
  margin-bottom: 0;
}

.karton-shop-filter-wrapper .filter-dropdown-content .widget.widget_product_tag_cloud .tagcloud a {
  margin-right: 0;
  margin-bottom: 0;
}

.karton-shop-filter-wrapper .filter-dropdown-content .widget.widget_product_tag_cloud .tagcloud a:not(:last-child):after {
  content: ',';
}

.karton-shop-filter-wrapper .filter-dropdown-content .widget.widget_layered_nav .yith-wcan-color,
.karton-shop-filter-wrapper .filter-dropdown-content .widget.widget_layered_nav .yith-wcan-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.karton-shop-filter-wrapper .filter-dropdown-content .widget.widget_layered_nav .yith-wcan-color li,
.karton-shop-filter-wrapper .filter-dropdown-content .widget.widget_layered_nav .yith-wcan-label li {
  padding: 0;
  margin: 0;
}

.karton-shop-filter-wrapper .filter-dropdown-content .widget.widget_layered_nav .yith-wcan-color a {
  width: 25px;
  height: 25px;
  border: none;
  margin: 20px 20px 0 0;
}

.karton-shop-filter-wrapper .filter-dropdown-content .widget.widget_layered_nav .yith-wcan-label li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  font-weight: 900;
  background-color: #FFF6F1;
  border: none;
  margin: 0 10px 10px 0px;
}

.karton-shop-filter-wrapper .filter-dropdown-content .widget.widget_layered_nav .yith-wcan-label li a:hover {
  background-color: #FFE8DC;
}

/* Product Slider */
.product-slider .single-product-item {
  margin-bottom: 0;
}

.product-slider .owl-nav button {
  top: -70px;
}

.product-slider .owl-nav button.owl-next {
  right: 0;
}

.product-slider .owl-nav button.owl-prev {
  left: auto;
  right: 55px;
}

/* Product QuickView */
.product-quickview {
  max-width: 920px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-quickview .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-quickview .product-details-content {
  padding-right: 30px;
}

.product-quickview .product-details-content .product-btns {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .product-quickview .product-details-content {
    padding: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .product-quickview .pd-img-wrap {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-quickview .pd-img-wrap {
    display: none;
  }
}

.product-quickview .offcanvas-close {
  position: absolute;
  right: 20px;
  top: 20px;
  min-width: 30px;
  height: 30px;
  width: 30px;
  z-index: 999;
}

.product-quickview .quickview-content figure {
  margin: 0;
}

/* Badge */
.woocommerce-badge {
  width: 130px;
  height: 38px;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  right: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: 9;
  overflow: hidden;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  white-space: nowrap;
}

.woocommerce-badge:after {
  position: absolute;
  left: -10px;
  top: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  content: '';
  z-index: -1;
}

.woocommerce-badge.sale:after {
  background-color: #FF7353;
}

.woocommerce-badge.featured:after {
  background-color: #7EE279;
}

.woocommerce-badge.outofstock:after {
  background-color: #FFCC43;
}

.woocommerce-badge + .woocommerce-badge {
  left: -45px;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/* Shop Sidebar */
.shop-sidebar .widget.widget_layered_nav ul li, .shop-sidebar .widget.widget_product_categories ul li {
  position: relative;
  padding-left: 15px;
}

.shop-sidebar .widget.widget_layered_nav ul li a, .shop-sidebar .widget.widget_product_categories ul li a {
  display: inline-block;
  margin-right: 10px;
}

.shop-sidebar .widget.widget_layered_nav ul li:after, .shop-sidebar .widget.widget_product_categories ul li:after {
  position: absolute;
  left: 0;
  top: 12px;
  content: '';
  height: 1px;
  width: 5px;
}

.shop-sidebar .widget.widget_layered_nav ul li:not(:last-child), .shop-sidebar .widget.widget_product_categories ul li:not(:last-child) {
  margin-bottom: 18px;
}

.shop-sidebar .widget.widget_shopping_cart .woocommerce-mini-cart-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.shop-sidebar .widget.widget_shopping_cart .woocommerce-mini-cart-item .item-thumb a {
  display: block;
  width: 60px;
}

.shop-sidebar .widget.widget_shopping_cart .woocommerce-mini-cart-item .item-thumb a img {
  width: 100%;
}

.shop-sidebar .widget.widget_shopping_cart .woocommerce-mini-cart-item > div:last-child {
  margin-left: 80px;
}

.shop-sidebar .widget.widget_shopping_cart .minicart-buttom {
  padding: 20px 0 0;
}

.shop-sidebar .widget.widget_shopping_cart .btn-fill, .shop-sidebar .widget.widget_shopping_cart .karton-notice a, .karton-notice .shop-sidebar .widget.widget_shopping_cart a, .shop-sidebar .widget.widget_shopping_cart .woocommerce-notices-wrapper .woocommerce-info a, .woocommerce-notices-wrapper .woocommerce-info .shop-sidebar .widget.widget_shopping_cart a, .shop-sidebar .widget.widget_shopping_cart .woocommerce-error a, .woocommerce-error .shop-sidebar .widget.widget_shopping_cart a, .shop-sidebar .widget.widget_shopping_cart .woocommerce-message a, .woocommerce-message .shop-sidebar .widget.widget_shopping_cart a, .shop-sidebar .widget.widget_shopping_cart .woocommerce-Message a, .woocommerce-Message .shop-sidebar .widget.widget_shopping_cart a, .shop-sidebar .widget.widget_shopping_cart .woocommerce-thankyou-order-received a, .woocommerce-thankyou-order-received .shop-sidebar .widget.widget_shopping_cart a, .shop-sidebar .widget.widget_shopping_cart .widget_price_filter .button, .widget_price_filter .shop-sidebar .widget.widget_shopping_cart .button, .shop-sidebar .widget.widget_shopping_cart .yith-wcwl-form .hidden-title-form input[type="submit"], .yith-wcwl-form .hidden-title-form .shop-sidebar .widget.widget_shopping_cart input[type="submit"],
.shop-sidebar .widget.widget_shopping_cart .dokan-btn {
  padding: 10px 15px;
}

/* Product Grid */
@media only screen and (min-width: 1200px) {
  .product-grid.column-five > .col-xl {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

/* ************************
   06.2: Product Details
   ********************* */
.pd-img-wrap .woocommerce-badge {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  right: auto;
  left: -45px;
}

.pd-img-wrap .woocommerce-badge + .woocommerce-badge {
  left: auto;
  right: -45px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.pd-img-wrap .woocommerce-product-gallery__image {
  cursor: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCiAgPHBhdGggaWQ9Ikljb25fbWF0ZXJpYWwtZnVsbHNjcmVlbiIgZGF0YS1uYW1lPSJJY29uIG1hdGVyaWFsLWZ1bGxzY3JlZW4iIGQ9Ik05Ljc4NiwxNy43ODZINy41VjIzLjVoNS43MTRWMjEuMjE0SDkuNzg2Wk03LjUsMTMuMjE0SDkuNzg2VjkuNzg2aDMuNDI5VjcuNUg3LjVabTEzLjcxNCw4SDE3Ljc4NlYyMy41SDIzLjVWMTcuNzg2SDIxLjIxNFpNMTcuNzg2LDcuNVY5Ljc4NmgzLjQyOXYzLjQyOUgyMy41VjcuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03LjUgLTcuNSkiIGZpbGw9IiMzMzMiLz4NCjwvc3ZnPg0K"), auto;
}

@media only screen and (max-width: 991px) {
  .pd-img-wrap {
    margin-bottom: 50px;
  }
}

.pd-img-wrap .woocommerce-product-gallery__trigger {
  display: none;
}

.pd-img-wrap .flex-control-nav {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  width: 100%;
  display: block;
  text-align: center;
}

.pd-img-wrap .flex-control-nav li {
  display: inline-block;
}

.pd-img-wrap .flex-control-nav li:not(:last-child) {
  margin-right: 10px;
}

.pd-img-wrap .flex-control-nav img {
  display: block;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.pd-img-wrap .flex-control-nav img.flex-active {
  border-color: rgba(0, 0, 0, 0.3);
}

.product-details-content .product-navigation {
  top: 0;
  right: 0;
}

@media only screen and (max-width: 575px) {
  .product-details-content .product-navigation {
    position: static !important;
  }
}

.product-details-content .product-navigation .nav-btn:not(:last-child) {
  margin-right: 10px;
}

.product-details-content .price {
  font-size: 36px;
  margin-right: 40px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 1px;
}

.product-details-content .price del {
  color: #D1D1D1;
  font-size: 24px;
  margin-left: 10px;
}

.product-details-content .product-review {
  margin-top: -10px;
}

.product-details-content .product-review .woocommerce-review-link {
  font-size: 14px;
  display: block;
  line-height: 1.2;
}

.product-details-content .product_title {
  font-size: 36px;
  font-weight: 900;
  margin-top: 20px;
}

.product-details-content .woocommerce-product-details__short-description {
  margin-bottom: 30px;
  margin-top: 18px;
}

.product-details-content .label {
  font-size: 16px;
  font-weight: 700;
  margin-right: 15px;
}

.product-details-content .product_meta {
  font-size: 14px;
  margin-top: 60px;
}

.product-details-content .product_meta > div:not(:last-child) {
  margin-bottom: 5px;
}

.product-details-content .stock i,
.product-details-content .product-share .label i {
  color: #bbbbbb;
}

.product-details-content .stock {
  min-width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  border-radius: 50px;
}

.product-details-content .woocommerce-grouped-product-list {
  margin-bottom: 20px;
}

.product-details-content .woocommerce-grouped-product-list tr:last-child td {
  border: none;
}

.product-details-content .woocommerce-grouped-product-list tr .quantity {
  margin-right: 0;
}

.product-details-content .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label label {
  font-weight: 700;
}

.product-details-content .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price {
  font-weight: 600;
}

@media only screen and (max-width: 575px) {
  .product-details-content .grouped_form {
    overflow-y: scroll;
  }
}

.product-details-content .product-btns {
  margin-bottom: 20px;
}

.product-details-content .product-btns > *:not(:last-child) {
  margin-right: 20px;
}

.product-details-content .product-btns > *.btn, .product-details-content .karton-notice .product-btns > a, .karton-notice .product-details-content .product-btns > a, .product-details-content .woocommerce-notices-wrapper .woocommerce-info .product-btns > a, .woocommerce-notices-wrapper .woocommerce-info .product-details-content .product-btns > a, .product-details-content .woocommerce-error .product-btns > a, .woocommerce-error .product-details-content .product-btns > a, .product-details-content .woocommerce-message .product-btns > a, .woocommerce-message .product-details-content .product-btns > a, .product-details-content .woocommerce-Message .product-btns > a, .woocommerce-Message .product-details-content .product-btns > a, .product-details-content .woocommerce-thankyou-order-received .product-btns > a, .woocommerce-thankyou-order-received .product-details-content .product-btns > a, .product-details-content .widget_price_filter .product-btns > *.button, .widget_price_filter .product-details-content .product-btns > *.button, .product-details-content .yith-wcwl-form .hidden-title-form .product-btns > input[type="submit"], .yith-wcwl-form .hidden-title-form .product-details-content .product-btns > input[type="submit"], .product-details-content .product-btns > input.dokan-btn[type="submit"],
.product-details-content .product-btns > a.dokan-btn,
.product-details-content .product-btns > *.dokan-btn {
  padding: 0 16px;
  height: 50px;
  line-height: 48px;
}

.product-details-content .product-btns > *.btn:hover svg path, .product-details-content .karton-notice .product-btns > a:hover svg path, .karton-notice .product-details-content .product-btns > a:hover svg path, .product-details-content .woocommerce-notices-wrapper .woocommerce-info .product-btns > a:hover svg path, .woocommerce-notices-wrapper .woocommerce-info .product-details-content .product-btns > a:hover svg path, .product-details-content .woocommerce-error .product-btns > a:hover svg path, .woocommerce-error .product-details-content .product-btns > a:hover svg path, .product-details-content .woocommerce-message .product-btns > a:hover svg path, .woocommerce-message .product-details-content .product-btns > a:hover svg path, .product-details-content .woocommerce-Message .product-btns > a:hover svg path, .woocommerce-Message .product-details-content .product-btns > a:hover svg path, .product-details-content .woocommerce-thankyou-order-received .product-btns > a:hover svg path, .woocommerce-thankyou-order-received .product-details-content .product-btns > a:hover svg path, .product-details-content .widget_price_filter .product-btns > *.button:hover svg path, .widget_price_filter .product-details-content .product-btns > *.button:hover svg path, .product-details-content .yith-wcwl-form .hidden-title-form .product-btns > input:hover[type="submit"] svg path, .yith-wcwl-form .hidden-title-form .product-details-content .product-btns > input:hover[type="submit"] svg path, .product-details-content .product-btns > input.dokan-btn:hover[type="submit"] svg path, .product-details-content .product-btns > a.dokan-btn:hover svg path, .product-details-content .product-btns > *.dokan-btn:hover svg path {
  fill: #ffffff;
}

.product-details-content .product-share {
  margin-top: 15px;
}

.product-details-content .product-share .label {
  border-radius: 0;
}

.product-details-content .product-share a {
  font-size: 18px;
}

.product-details-content .product-share a:not(:last-child) {
  margin-right: 15px;
}

.product-details-content .stockout-info h5 {
  color: #FE5F5F;
}

.product-details-content .reset_variations {
  margin-top: 10px;
  opacity: .5;
  font-size: 14px;
  font-weight: 800;
}

.product-details-content .reset_variations:hover {
  opacity: 1;
}

.woocommerce-tabs .nav, .woocommerce-tabs .karton_menu {
  background-color: #FFFBF9;
}

.woocommerce-tabs .nav li, .woocommerce-tabs .karton_menu li {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  margin-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 575px) {
  .woocommerce-tabs .nav li, .woocommerce-tabs .karton_menu li {
    margin-left: 0;
    padding: 10px 15px;
  }
}

.woocommerce-tabs .tab-content .woocommerce-Tabs-panel--description > p {
  margin-bottom: 40px;
}

.woocommerce-tabs .tab-content .woocommerce-Tabs-panel--description .media img {
  margin-right: 30px;
}

@media only screen and (max-width: 575px) {
  .woocommerce-tabs .tab-content .woocommerce-Tabs-panel--description .media {
    display: block;
    width: 100%;
  }
  .woocommerce-tabs .tab-content .woocommerce-Tabs-panel--description .media img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.woocommerce-tabs .tab-content .woocommerce-Tabs-panel--description h5 {
  margin-bottom: 15px;
}

.woocommerce-tabs .tab-content .woocommerce-Tabs-panel--description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-tabs .tab-content .woocommerce-Tabs-panel--description ul li {
  padding-left: 25px;
  position: relative;
}

.woocommerce-tabs .tab-content .woocommerce-Tabs-panel--description ul li:not(:last-child) {
  margin-bottom: 5px;
}

.woocommerce-tabs .tab-content .woocommerce-Tabs-panel--description ul li:before {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 24px;
}

.woocommerce-tabs .tab-content .product-faq .single-faq {
  position: relative;
  padding-left: 50px;
}

.woocommerce-tabs .tab-content .product-faq .single-faq:not(:last-child) {
  margin-bottom: 30px;
}

.woocommerce-tabs .tab-content .product-faq .single-faq .faq-count {
  position: absolute;
  left: 0;
  top: 0;
}

.woocommerce-tabs .tab-content .product-faq .single-faq h6, .woocommerce-tabs .tab-content .product-faq .single-faq .woocommerce-checkout .form-row.notes label, .woocommerce-checkout .form-row.notes .woocommerce-tabs .tab-content .product-faq .single-faq label, .woocommerce-tabs .tab-content .product-faq .single-faq .login-register-wrapper .tab-btn li, .login-register-wrapper .tab-btn .woocommerce-tabs .tab-content .product-faq .single-faq li {
  margin-bottom: 15px;
}

.woocommerce-tabs .tab-content .woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 20px;
  font-weight: 600;
}

.woocommerce-tabs .tab-content .woocommerce-Reviews .review-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce-tabs .tab-content .woocommerce-Reviews .review-list li:not(:last-child) {
  margin-bottom: 30px;
}

.woocommerce-tabs .tab-content .woocommerce-Reviews .single-review .author-image {
  margin-right: 20px;
}

.woocommerce-tabs .tab-content .woocommerce-Reviews .single-review .review-content .author_name {
  margin-right: 20px;
}

.woocommerce-tabs .tab-content .woocommerce-Reviews .single-review .review-content .commented-on {
  font-size: 12px;
  margin-right: 20px;
}

.woocommerce-tabs .tab-content .woocommerce-Reviews .single-review .review-content p {
  font-size: 14px;
  margin-top: 5px;
}

.woocommerce-tabs .tab-content .woocommerce-Reviews .review-form {
  margin-top: 40px;
  border: 1px solid #FEA984;
  padding: 50px;
}

@media only screen and (max-width: 991px) {
  .woocommerce-tabs .tab-content .woocommerce-Reviews .review-form {
    padding: 30px;
  }
}

.woocommerce-tabs .tab-content .woocommerce-Reviews .review-form h3 {
  margin-bottom: 25px;
}

.woocommerce-tabs .tab-content .woocommerce-Reviews .review-form .comment-form .comment-form-rating {
  margin-bottom: 30px;
}

.woocommerce-tabs .tab-content .woocommerce-Reviews .review-form .comment-form .comment-form-rating label {
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
  margin-right: 10px;
}

/* Variable Product */
.product-details-content .variations th,
.product-details-content .variations td {
  padding: 30px 0 0 0;
  border: 0;
  vertical-align: baseline;
  text-transform: capitalize;
}

.product-details-content .variations td label {
  margin: 0;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 2px solid #EAEAEA !important;
  color: #555555;
  margin: 0 !important;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):not(:last-child) {
  margin-right: 10px !important;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  border-color: #FEA984 !important;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled {
  opacity: .6;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:after, .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:before {
  display: none !important;
}

.woocommerce-variation-description,
.woocommerce-variation-price {
  margin-bottom: 20px;
  margin-top: 15px;
}

.woocommerce-variation-availability .stock.in-stock {
  width: auto;
  height: auto;
  line-height: initial;
  border-radius: 0;
  border: none;
  padding: 0;
}

/* ************************
   06.3: Woocommerce
   ********************* */
/* Mini Cart */
.woocommerce-mini-cart {
  border-bottom: 1px solid #F6F6F6;
}

.woocommerce-mini-cart .mini_cart_item {
  margin-bottom: 20px;
}

.woocommerce-mini-cart .mini_cart_item .item-thumb {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

@media only screen and (max-width: 379px) {
  .woocommerce-mini-cart .mini_cart_item .item-thumb {
    display: none;
  }
}

.woocommerce-mini-cart .mini_cart_item .item-summery {
  margin-right: 20px;
}

.woocommerce-mini-cart .mini_cart_item .item-summery .product-title {
  margin-bottom: 10px;
  line-height: 1.25;
}

.woocommerce-mini-cart .mini_cart_item .item-summery .qty .amount {
  font-size: 14px;
  color: #999999;
}

.woocommerce-mini-cart .mini_cart_item .item-summery .variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  line-height: 1;
}

.woocommerce-mini-cart .mini_cart_item .item-summery .variation dt {
  margin-right: 8px;
}

.woocommerce-mini-cart .mini_cart_item .item-total-price {
  font-size: 14px;
  font-weight: 700;
}

.woocommerce-mini-cart .mini_cart_item .remove-item svg,
.woocommerce-mini-cart .mini_cart_item .remove-item img {
  min-width: 16px;
}

.woocommerce-mini-cart .mini_cart_item:hover .remove-item svg path {
  fill: #FEA984;
}

/* Minicart Bottom */
.minicart-buttom {
  background-color: white;
  padding: 30px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .minicart-buttom {
    margin-top: 30px;
    padding: 0;
  }
}

.minicart-buttom .woocommerce-mini-cart-total {
  margin-bottom: 30px;
}

.minicart-buttom .woocommerce-mini-cart-total strong {
  font-weight: 800;
  font-size: 18px;
}

.minicart-buttom .woocommerce-mini-cart-total span {
  font-weight: 600;
}

.minicart-buttom .woocommerce-mini-cart-buttons {
  margin-bottom: 30px;
}

.minicart-buttom .woocommerce-mini-cart-buttons a {
  width: 100%;
  text-align: center;
}

.minicart-buttom .woocommerce-mini-cart-buttons a:not(:last-child) {
  margin-right: 10px;
}

.minicart-buttom .minicart-info {
  font-size: 14px;
}

/* Woocommerce Shop Table */
.shop_table {
  max-width: 980px;
  margin: 0 auto;
}

.shop_table tr td:last-child {
  padding-left: 0;
}

@media only screen and (max-width: 991px) {
  .shop_table tr td:last-child {
    padding-left: 15px;
  }
}

.shop_table tr:last-child td {
  border-bottom: none;
}

.shop_table th:last-child, .shop_table td:last-child {
  text-align: right;
}

.shop_table th {
  font-size: 18px;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 20px;
  white-space: nowrap;
}

.shop_table td {
  padding: 15px;
}

.shop_table td.product-name {
  width: 500px;
}

@media only screen and (max-width: 991px) {
  .shop_table td.product-name {
    width: 100%;
  }
}

.shop_table td.product-name a:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

@media only screen and (max-width: 479px) {
  .shop_table td.product-name .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.shop_table td.product-name a:last-child, .shop_table td.product-name a.cart-product-title {
  font-weight: 700;
}

.shop_table td.product-name .variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  font-weight: 700;
}

.shop_table td.product-name .variation dt {
  margin-right: 8px;
}

.shop_table .product-name a:not(:last-child),
.shop_table .product-add-to-cart a:not(:last-child) {
  margin-right: 15px;
}

.shop_table .product-stock-status,
.shop_table .product-price {
  text-align: center;
}

.shop_table .product-stock-status .wishlist-in-stock {
  color: #1CE652;
}

.shop_table .product-stock-status .wishlist-out-stock {
  color: #fe5f5f;
}

.shop_table .product-subtotal {
  font-weight: 700;
}

.shop_table .product-remove a:hover svg path {
  fill: #fe5f5f;
}

.shop_table .product-remove:not(th) {
  padding: 0 !important;
  width: 20px;
}

.shop_table .quantity {
  margin-right: 0;
}

.shop_table.cart_table tr:last-child td .labelText {
  display: none;
}

.shop_table.cart_table .coupon {
  width: 350px;
  margin-right: 30px;
}

@media only screen and (max-width: 991px) {
  .shop_table.cart_table .coupon {
    width: 100%;
  }
}

.shop_table.cart_table .variation {
  margin-left: 20px;
}

.shop_table.cart_table .variation dd {
  margin-bottom: 0;
}

.shop_table.woocommerce-checkout-review-order-table tr th, .shop_table.woocommerce-checkout-review-order-table tr td {
  padding: 20px;
}

.shop_table.woocommerce-checkout-review-order-table tr td:last-child {
  font-weight: 800;
}

.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td {
  border-bottom: none;
  font-size: 14px;
  font-weight: 700;
}

.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th, .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td {
  border-bottom: none;
}

@media only screen and (max-width: 479px) {
  .shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th {
    display: none;
  }
}

.shop_table.woocommerce-checkout-review-order-table tr.order-total th, .shop_table.woocommerce-checkout-review-order-table tr.order-total td {
  border-top: 1px solid #d1d1d1;
  border-bottom: none;
  font-weight: 800;
}

.shop_table.woocommerce-checkout-review-order-table tbody tr:first-child td {
  padding-top: 25px;
}

.shop_table.woocommerce-checkout-review-order-table tbody tr:last-child td {
  padding-bottom: 25px;
}

.shop_table.woocommerce-checkout-review-order-table tbody td {
  padding: 10px 20px;
  border-bottom: none;
}

.shop_table.woocommerce-checkout-review-order-table tfoot {
  border-top: 1px solid #D1D1D1;
}

.shop_table.wishlist_table tr:hover .product-remove svg path,
.shop_table.wishlist_table tr:hover .remove svg path, .shop_table.cart_table tr:hover .product-remove svg path,
.shop_table.cart_table tr:hover .remove svg path {
  fill: #FEA984;
}

.shop_table.wishlist_table.mobile {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop_table.wishlist_table.mobile .product-thumbnail a {
  height: 150px;
  width: 150px;
  display: block;
  margin-bottom: 20px;
}

.shop_table.wishlist_table.mobile table th,
.shop_table.wishlist_table.mobile table td {
  border: 1px solid #d1d1d1 !important;
  padding: 10px;
}

.shop_table.wishlist_table.mobile li:not(:last-child) {
  margin-bottom: 30px;
}

.shop_table.wishlist_table.mobile .product-name {
  margin-bottom: 20px;
}

.shop_table.wishlist_table.mobile .product-add-to-cart {
  margin-top: 20px;
}

.shop_table.woocommerce-table thead th, .shop_table.woocommerce-table thead td,
.shop_table.woocommerce-table tbody th,
.shop_table.woocommerce-table tbody td,
.shop_table.woocommerce-table tfoot th,
.shop_table.woocommerce-table tfoot td {
  padding: 10px;
}

.shop_table.woocommerce-table .download-product a {
  color: #3B3B3B;
}

.shop_table .wishlist-empty {
  text-align: center !important;
}

/* Cart Collaterals */
.cart-collaterals {
  max-width: 445px;
  margin-left: auto;
  padding: 70px 65px;
}

@media only screen and (max-width: 479px) {
  .cart-collaterals {
    padding: 50px;
  }
}

.cart-collaterals .shop_table th, .cart-collaterals .shop_table td {
  padding-left: 0;
  padding-right: 0;
}

.cart-collaterals .shop_table .cart-subtotal th {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #F6F6F6;
}

.cart-collaterals .shop_table .cart-subtotal td {
  font-size: 20px;
  font-weight: 700;
}

.cart-collaterals .shop_table .shipping-calculator-button {
  font-weight: 700;
  display: inline-block;
}

.cart-collaterals .shop_table .shipping-calculator-form {
  display: none;
  padding-top: 20px;
  text-align: left;
}

.cart-collaterals .shop_table .shipping-calculator-form .btn, .cart-collaterals .shop_table .shipping-calculator-form .karton-notice a, .karton-notice .cart-collaterals .shop_table .shipping-calculator-form a, .cart-collaterals .shop_table .shipping-calculator-form .woocommerce-notices-wrapper .woocommerce-info a, .woocommerce-notices-wrapper .woocommerce-info .cart-collaterals .shop_table .shipping-calculator-form a, .cart-collaterals .shop_table .shipping-calculator-form .woocommerce-error a, .woocommerce-error .cart-collaterals .shop_table .shipping-calculator-form a, .cart-collaterals .shop_table .shipping-calculator-form .woocommerce-message a, .woocommerce-message .cart-collaterals .shop_table .shipping-calculator-form a, .cart-collaterals .shop_table .shipping-calculator-form .woocommerce-Message a, .woocommerce-Message .cart-collaterals .shop_table .shipping-calculator-form a, .cart-collaterals .shop_table .shipping-calculator-form .woocommerce-thankyou-order-received a, .woocommerce-thankyou-order-received .cart-collaterals .shop_table .shipping-calculator-form a, .cart-collaterals .shop_table .shipping-calculator-form .widget_price_filter .button, .widget_price_filter .cart-collaterals .shop_table .shipping-calculator-form .button, .cart-collaterals .shop_table .shipping-calculator-form .yith-wcwl-form .hidden-title-form input[type="submit"], .yith-wcwl-form .hidden-title-form .cart-collaterals .shop_table .shipping-calculator-form input[type="submit"],
.cart-collaterals .shop_table .shipping-calculator-form .dokan-btn {
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.cart-collaterals .shop_table .order-total th,
.cart-collaterals .shop_table .order-total td {
  border-bottom: none;
  text-transform: uppercase;
  padding: 10px;
  font-size: 16px;
}

.cart-collaterals .shop_table .order-total td {
  font-size: 30px;
  font-weight: 900;
}

.cart-collaterals .woocommerce-shipping-methods {
  padding-left: 15px;
}

.cart-collaterals .woocommerce-shipping-destination {
  padding-top: 20px;
  border-top: 1px solid #f6f6f6;
}

.cart-collaterals .woocommerce-shipping-destination strong {
  font-size: 16px;
  font-weight: 700;
}

.cart-collaterals .btn, .cart-collaterals .karton-notice a, .karton-notice .cart-collaterals a, .cart-collaterals .woocommerce-notices-wrapper .woocommerce-info a, .woocommerce-notices-wrapper .woocommerce-info .cart-collaterals a, .cart-collaterals .woocommerce-error a, .woocommerce-error .cart-collaterals a, .cart-collaterals .woocommerce-message a, .woocommerce-message .cart-collaterals a, .cart-collaterals .woocommerce-Message a, .woocommerce-Message .cart-collaterals a, .cart-collaterals .woocommerce-thankyou-order-received a, .woocommerce-thankyou-order-received .cart-collaterals a, .cart-collaterals .widget_price_filter .button, .widget_price_filter .cart-collaterals .button, .cart-collaterals .yith-wcwl-form .hidden-title-form input[type="submit"], .yith-wcwl-form .hidden-title-form .cart-collaterals input[type="submit"], .cart-collaterals input.dokan-btn[type="submit"],
.cart-collaterals .dokan-btn {
  text-align: center;
}

/* Shipping Methods */
.woocommerce-shipping-totals {
  vertical-align: top;
}

.woocommerce-shipping-totals td {
  text-align: right;
}

.woocommerce-shipping-totals th {
  line-height: 1;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 700;
  border-color: #F6F6F6;
}

.woocommerce-shipping-totals .woocommerce-shipping-methods li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 479px) {
  .woocommerce-shipping-totals .woocommerce-shipping-methods li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.woocommerce-shipping-totals .woocommerce-shipping-methods li .custom-checkbox, .woocommerce-shipping-totals .woocommerce-shipping-methods li .color-container {
  margin-right: 15px;
}

.woocommerce-shipping-totals .woocommerce-shipping-methods li .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
  opacity: .5;
}

/* Woocommerce Info */
.woocommerce-info {
  font-size: 16px;
  font-weight: 700;
}

.woocommerce-info a {
  font-weight: 400;
  font-size: 14px;
}

/* Woocommerce Form */
.checkout_coupon.woocommerce-form-coupon,
.woocommerce-form-login-toggle + .woocommerce-form-login {
  padding-top: 35px;
  display: none;
}

.checkout_coupon.woocommerce-form-coupon .theme-input-style, .checkout_coupon.woocommerce-form-coupon .select2-container--default .select2-selection--single, .select2-container--default .checkout_coupon.woocommerce-form-coupon .select2-selection--single, .checkout_coupon.woocommerce-form-coupon .entry-content select, .entry-content .checkout_coupon.woocommerce-form-coupon select,
.checkout_coupon.woocommerce-form-coupon .comment-content select, .comment-content .checkout_coupon.woocommerce-form-coupon select,
.checkout_coupon.woocommerce-form-coupon .page--content select, .page--content .checkout_coupon.woocommerce-form-coupon select, .checkout_coupon.woocommerce-form-coupon .dokan-store-widget .dokan-form-control, .dokan-store-widget .checkout_coupon.woocommerce-form-coupon .dokan-form-control, .checkout_coupon.woocommerce-form-coupon .show_if_seller .form-control, .show_if_seller .checkout_coupon.woocommerce-form-coupon .form-control,
.woocommerce-form-login-toggle + .woocommerce-form-login .theme-input-style,
.woocommerce-form-login-toggle + .woocommerce-form-login .select2-container--default .select2-selection--single,
.select2-container--default .woocommerce-form-login-toggle + .woocommerce-form-login .select2-selection--single,
.woocommerce-form-login-toggle + .woocommerce-form-login .entry-content select,
.entry-content .woocommerce-form-login-toggle + .woocommerce-form-login select,
.woocommerce-form-login-toggle + .woocommerce-form-login .comment-content select,
.comment-content .woocommerce-form-login-toggle + .woocommerce-form-login select,
.woocommerce-form-login-toggle + .woocommerce-form-login .page--content select,
.page--content .woocommerce-form-login-toggle + .woocommerce-form-login select,
.woocommerce-form-login-toggle + .woocommerce-form-login .dokan-store-widget .dokan-form-control,
.dokan-store-widget .woocommerce-form-login-toggle + .woocommerce-form-login .dokan-form-control,
.woocommerce-form-login-toggle + .woocommerce-form-login .show_if_seller .form-control,
.show_if_seller .woocommerce-form-login-toggle + .woocommerce-form-login .form-control {
  margin-bottom: 35px;
}

.login-register-wrapper .woocommerce-form-coupon-toggle + .woocommerce-error {
  margin-top: 20px;
}

/* Checkout */
.woocommerce-checkout .form-row {
  margin-bottom: 35px;
}

.woocommerce-checkout .form-row.notes label span {
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
}

.woocommerce-checkout .form-row.notes .theme-input-style, .woocommerce-checkout .form-row.notes .select2-container--default .select2-selection--single, .select2-container--default .woocommerce-checkout .form-row.notes .select2-selection--single, .woocommerce-checkout .form-row.notes .entry-content select, .entry-content .woocommerce-checkout .form-row.notes select,
.woocommerce-checkout .form-row.notes .comment-content select, .comment-content .woocommerce-checkout .form-row.notes select,
.woocommerce-checkout .form-row.notes .page--content select, .page--content .woocommerce-checkout .form-row.notes select, .woocommerce-checkout .form-row.notes .dokan-store-widget .dokan-form-control, .dokan-store-widget .woocommerce-checkout .form-row.notes .dokan-form-control, .woocommerce-checkout .form-row.notes .show_if_seller .form-control, .show_if_seller .woocommerce-checkout .form-row.notes .form-control {
  height: 80px;
}

.woocommerce-checkout .order-details {
  background-color: #fcfcfc;
  padding: 30px;
}

@media only screen and (max-width: 479px) {
  .woocommerce-checkout .order-details {
    padding: 30px 10px;
  }
}

/* Payment Method */
.wc_payment_method:not(:last-child) {
  margin-bottom: 15px;
}

.wc_payment_method .payment_box {
  display: none;
  padding-top: 15px;
}

.wc_payment_method .payment_box p {
  font-size: 12px;
  background-color: #ffffff;
  position: relative;
  padding: 15px;
  border: 1px solid #FFE8DC;
}

.wc_payment_method .payment_box p:after {
  position: absolute;
  content: "";
  top: -7.5px;
  left: 10px;
  z-index: 99;
  width: 15px;
  height: 15px;
  border: 1px solid #FFE8DC;
  background-color: #fff;
  -webkit-transform: rotate(45deg) skew(20deg, 20deg);
  -ms-transform: rotate(45deg) skew(20deg, 20deg);
  transform: rotate(45deg) skew(20deg, 20deg);
  border-right-color: transparent;
  border-bottom-color: transparent;
}

/* Place Order */
.place-order {
  margin: 80px auto 0;
  max-width: 565px;
  text-align: center;
  font-size: 14px;
}

.place-order .btn, .place-order .karton-notice a, .karton-notice .place-order a, .place-order .woocommerce-notices-wrapper .woocommerce-info a, .woocommerce-notices-wrapper .woocommerce-info .place-order a, .place-order .woocommerce-error a, .woocommerce-error .place-order a, .place-order .woocommerce-message a, .woocommerce-message .place-order a, .place-order .woocommerce-Message a, .woocommerce-Message .place-order a, .place-order .woocommerce-thankyou-order-received a, .woocommerce-thankyou-order-received .place-order a, .place-order .widget_price_filter .button, .widget_price_filter .place-order .button, .place-order .yith-wcwl-form .hidden-title-form input[type="submit"], .yith-wcwl-form .hidden-title-form .place-order input[type="submit"], .place-order input.dokan-btn[type="submit"],
.place-order .dokan-btn {
  width: 350px;
}

@media only screen and (max-width: 479px) {
  .place-order .btn, .place-order .karton-notice a, .karton-notice .place-order a, .place-order .woocommerce-notices-wrapper .woocommerce-info a, .woocommerce-notices-wrapper .woocommerce-info .place-order a, .place-order .woocommerce-error a, .woocommerce-error .place-order a, .place-order .woocommerce-message a, .woocommerce-message .place-order a, .place-order .woocommerce-Message a, .woocommerce-Message .place-order a, .place-order .woocommerce-thankyou-order-received a, .woocommerce-thankyou-order-received .place-order a, .place-order .widget_price_filter .button, .widget_price_filter .place-order .button, .place-order .yith-wcwl-form .hidden-title-form input[type="submit"], .yith-wcwl-form .hidden-title-form .place-order input[type="submit"], .place-order input.dokan-btn[type="submit"],
  .place-order .dokan-btn {
    width: auto;
  }
}

/* Woocommerce Notices */
.karton-notice, .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-error,
.woocommerce-message,
.woocommerce-Message, .woocommerce-thankyou-order-received {
  position: relative;
  padding: 20px 30px;
  margin-bottom: 60px;
  background-color: #FFF6F1;
  min-height: 60px;
  font-weight: 400;
  list-style: none;
}

.karton-notice:not(ul), .woocommerce-notices-wrapper .woocommerce-info:not(ul),
.woocommerce-notices-wrapper .woocommerce-message:not(ul),
.woocommerce-notices-wrapper .woocommerce-error:not(ul), .woocommerce-error:not(ul),
.woocommerce-message:not(ul),
.woocommerce-Message:not(ul), .woocommerce-thankyou-order-received:not(ul) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.woocommerce-notices-wrapper .woocommerce-info a:hover,
.woocommerce-notices-wrapper .woocommerce-message a:hover,
.woocommerce-notices-wrapper .woocommerce-error a:hover {
  background-color: transparent;
}

.woocommerce-error + .shop_table,
.woocommerce-message + .shop_table,
.woocommerce-Message + .shop_table {
  margin-top: 30px;
}

.woocommerce-form-coupon-toggle + .woocommerce-error {
  margin-bottom: 0;
}

.woocommerce-thankyou-order-received {
  font-weight: 600;
  font-size: 20px;
}

.woocommerce .woocommerce-error:has(a),
.woocommerce .woocommerce-info:has(a),
.woocommerce .woocommerce-message:has(a) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* Payment */
.wc_payment_methods {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wc_payment_methods .custom-checkbox, .wc_payment_methods .color-container {
  white-space: normal;
}

.wc_payment_methods .about_paypal {
  display: block;
}

/* Price Filter */
.widget_price_filter .price_slider {
  margin-bottom: 30px;
}

.widget_price_filter .price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget_price_filter .button {
  padding: 10px 20px;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
}

.widget_price_filter .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #FEA984;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -.3em;
  margin-left: -.5em;
}

.widget_price_filter .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #FEA984;
}

.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}

.widget_price_filter .ui-slider-range {
  top: 0;
  height: 100%;
}

.widget_price_filter .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-range-max {
  right: -1px;
}

.widget_price_filter .ui-widget-content {
  border-radius: 10px;
}

/* Compare */
.wooscp_table thead th, .wooscp_table thead td,
.wooscp_table tbody th,
.wooscp_table tbody td,
.wooscp_table tfoot th,
.wooscp_table tfoot td {
  padding: 15px !important;
}

@media only screen and (max-width: 991px) {
  .wooscp_table .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

.wooscp_table .media-body {
  margin-left: 15px;
}

@media only screen and (max-width: 991px) {
  .wooscp_table .media-body {
    margin-left: 0;
  }
}

/* YITH */
.yith_wcwl_wishlist_footer .copy-target {
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #D1D1D1;
  margin-bottom: 5px;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share li:not(:last-child) {
  margin-right: 15px;
}

.yith-wcwl-form {
  max-width: 980px;
  margin: 0 auto;
}

.yith-wcwl-form .show-title-form {
  margin-bottom: 20px;
  padding: 0;
}

.yith-wcwl-form .hidden-title-form {
  margin-bottom: 50px;
}

.yith-wcwl-form .hidden-title-form input:not([type="submit"]) {
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #D1D1D1;
  margin-bottom: 20px;
}

.yith-wcwl-form .hidden-title-form input[type="submit"] {
  padding: 8px 15px;
  margin-right: 10px;
}

.yith-wcwl-form .hidden-title-form .hide-title-form {
  padding: 8px 15px;
}

/* Singel Alert */
.karton-single-product-alert {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999999;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.karton-single-product-alert.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.karton-single-product-alert .woocommerce-message {
  margin-bottom: 0;
}

/* ************************
   06.4: My Account
   ********************* */
/* Login Register */
.woocommerce-form.login .form-row:not(:last-child), .woocommerce-form.register .form-row:not(:last-child) {
  margin-bottom: 40px;
}

.login-register-wrapper .tab-btn {
  background-color: #FFFBF9;
  margin: 0 auto;
}

.login-register-wrapper .tab-btn li {
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
}

.login-register-wrapper .tab-content {
  margin-top: 60px;
  text-align: center;
}

.login-register-wrapper .tab-content .woocommerce-privacy-policy-text {
  font-size: 12px;
}

/* My Account Navigation */
.woocommerce-MyAccount-navigation {
  padding: 30px 0;
  background-color: #FFFBF9;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  position: relative;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  padding: 19px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #555555;
  line-height: 1;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
  width: 20px;
  min-height: 20px;
  content: '';
  display: block;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a:before {
  background-image: url(../img/icon/account/dashboard.svg);
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a:before {
  background-image: url(../img/icon/account/orders.svg);
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a:before {
  background-image: url(../img/icon/account/downloads.svg);
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a:before {
  background-image: url(../img/icon/account/address.svg);
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a:before {
  background-image: url(../img/icon/account/account.svg);
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  background-image: url(../img/icon/account/logout.svg);
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover > a, .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active > a {
  background-color: #FFF6F1;
}

/* My Account Content */
.woocommerce-MyAccount-content {
  padding: 40px 0;
}

@media only screen and (max-width: 991px) {
  .woocommerce-MyAccount-content {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce-MyAccount-content {
    overflow-x: scroll;
  }
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-content p:not(:last-child) {
  margin-bottom: 30px;
}

.woocommerce-MyAccount-content a:not(.button):not(.dokan-btn) {
  color: #FEA984;
}

.woocommerce-MyAccount-content .woocommerce-button {
  font-weight: 800;
  color: #3B3B3B;
}

.woocommerce-MyAccount-content mark {
  color: #FEA984;
}

/* woocommerce-order-details */
.woocommerce-order {
  max-width: 980px;
  margin: 0 auto;
}

.woocommerce-order .woocommerce-order-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woocommerce-order .woocommerce-order-overview li {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  padding: 20px;
  color: #d3d3d3;
  background-color: #f8f8f8;
}

@media only screen and (max-width: 991px) {
  .woocommerce-order .woocommerce-order-overview li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce-order .woocommerce-order-overview li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .woocommerce-order .woocommerce-order-overview li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.woocommerce-order .woocommerce-order-overview li:not(:last-child) {
  border-right: 1px dotted #d1d1d1;
}

@media only screen and (max-width: 991px) {
  .woocommerce-order .woocommerce-order-overview li:not(:last-child) {
    border-right: 0;
  }
}

.woocommerce-order .woocommerce-order-overview li strong {
  display: block;
  color: #3B3B3B;
}

.woocommerce-order-details__title,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-order-downloads__title {
  font-size: 24px;
  margin: 20px 0;
}

.woocommerce-order-details {
  margin-bottom: 30px;
}

.woocommerce-order-details .shop_table thead th, .woocommerce-order-details .shop_table thead td,
.woocommerce-order-details .shop_table tbody th,
.woocommerce-order-details .shop_table tbody td,
.woocommerce-order-details .shop_table tfoot th,
.woocommerce-order-details .shop_table tfoot td {
  padding: 10px;
}

.woocommerce-order-details .shop_table thead a,
.woocommerce-order-details .shop_table tbody a,
.woocommerce-order-details .shop_table tfoot a {
  color: #555555;
}

.woocommerce-order-details .shop_table tfoot {
  border-top: 1px solid #D1D1D1;
}

.woocommerce-order-details .shop_table tfoot th, .woocommerce-order-details .shop_table tfoot td {
  line-height: 1;
}

.woocommerce-order-details .shop_table tfoot > tr:last-child th, .woocommerce-order-details .shop_table tfoot > tr:last-child td {
  border-top: 1px solid #D1D1D1;
}

.woocommerce-order-details .order-again {
  margin: 20px 0;
}

.woocommerce-customer-details address p {
  margin-bottom: 0;
}

/* Woocommerce Address */
.woocommerce .woocommerce-Address-title h3 {
  font-size: 16px;
  margin-bottom: 25px;
}

.woocommerce address {
  font-size: 14px;
  line-height: 30px;
}

.woocommerce .edit {
  font-weight: 700;
  color: #3B3B3B !important;
}

/* ************************
   06.5: Flex Slider
   ********************* */
/* RESETS */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* BASE STYLES */
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* DEFAULT THEME */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* RESPONSIVE */
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* ************************
   07.1: Dokan Widget
   ********************* */
.dokan-store-widget.dokan-category-menu {
  border: none;
}

.dokan-store-widget.dokan-category-menu #cat-drop-stack > ul li {
  padding-left: 10px;
}

.dokan-store-widget.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a {
  border-bottom: none;
  margin: 0;
}

.dokan-store-widget.dokan-category-menu #cat-drop-stack > ul li a {
  display: inline-block;
  padding: 0;
  font-size: 16px;
}

/* ************************
   07.2: Dokan Profile
   ********************* */
@media only screen and (min-width: 1200px) {
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
    height: auto;
  }
  .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info {
    margin-bottom: -45px;
  }
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name,
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
  margin-bottom: 20px;
  margin-top: 0;
}

#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 {
  margin-bottom: 0;
}

/* ************************
   07.2: Dokan Common
   ********************* */
input[type="submit"].dokan-btn,
a.dokan-btn,
.dokan-btn {
  border-radius: 0;
  padding: 15px 30px;
  border: 2px solid transparent !important;
}

input[type="submit"].dokan-btn:hover,
a.dokan-btn:hover,
.dokan-btn:hover {
  border-color: #FFE8DC !important;
  background-color: transparent;
  color: #3B3B3B;
}

.dokan-store-list-filter-button {
  border: none !important;
}

.dokan-store-list-filter-button:hover {
  color: #fff;
  background-color: #dd3b0f;
}

input[type="submit"].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
  background-color: #FEA984;
}

/* Vendor Edit Account */
.dokan-dashboard-content .edit-account .form-row label {
  display: block;
}

.dokan-dashboard-content .edit-account .form-row .input-text {
  width: 100%;
  border: none;
  border-bottom: 1px solid #999999;
}

.dokan-theme-karton select {
  height: auto;
}