/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*
||===================================================||
||                                                   ||
||          Table of Contents                        ||
||                                                   ||
||          1. 	Mixins                               ||
||          2. 	Reset Styles                         ||
||          3. 	Theme Custom Style                   ||
||          4. 	Button                               ||
||          5. 	Header                               ||
||          6. 	Menu                                 ||
||          7. 	Page Header                          ||
||          8. 	Blog Archive                         ||
||          9. 	Blog Single                          ||
||          10. Comment                              ||
||          11. Pagination                           ||
||          12. Widget                               ||
||          13. Footer                               ||
||          14. Login Form                           ||
||          15. Header Search form                   ||
||          16. Header Sidebar                       ||
||          17. Custom Animation                     ||
||          18. Mobile Menu                          ||
||          19. Responsive                           ||
||                                                   ||
==================================================== ||
*/
/*-------------------------------------------------------------------

==  Mixins

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Reset Styles

-------------------------------------------------------------------*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  word-wrap: break-word;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 1.125rem;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  border-radius: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
button:active, button:focus, button:visited {
  outline: none;
}
button:focus-visible {
  outline: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal !important;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
p + p {
  margin-top: 1.875rem;
}

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  text-decoration: none;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}




.fl_main .elementor-section-stretched {
    transition: background 0s !important;
}

html:not(.dom-ready) .elementor-section-stretched {
    background: transparent !important;
    max-height: 500px;
}


html:not(.dom-ready) .elementor-section-stretched *,
html:not(.dom-ready) .templines-images-single-woo-wrap{
    opacity: 0;
    transition: opacity 0.2s ease-out;
    background: transparent !important;
    transition: background 0s, border 0s, border-radius 0s, box-shadow 0s !important;
}



html:not(.dom-ready) .elementor-section-stretched:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border: 5px solid #eee;
    border-top: 5px solid #ddd;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}





html:not(.dom-ready) {
    opacity: 1;
    transition: opacity 0.2s ease-out;
}





html:not(.dom-ready) .details__content,
html:not(.dom-ready) .gallery_container,
html:not(.dom-ready) .hero-slide,
html:not(.dom-ready) #slider-auto {
    background: #f7f7f7;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    animation: shine 1.5s linear infinite;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 30px;
}




html:not(.dom-ready) .details__content *,
html:not(.dom-ready) .gallery_container *,
html:not(.dom-ready) .hero-slide *,
html:not(.dom-ready) #slider-auto * {
    opacity: 0;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}








/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* 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;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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;
}

.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: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

.hidden {
  display: none !important;
}

.post-content-standard ul, .container-custom-post-style ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.post-content-standard ul li, .container-custom-post-style ul li {
  padding-left: 1.5625rem;
  position: relative;
}
.post-content-standard ul li:before, .container-custom-post-style ul li:before {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 0.425rem;
  height: 0.425rem;
  background: red;
  border-radius: 100%;
  left: 0;
  top: 0.625rem;
}
.post-content-standard ul li + li, .container-custom-post-style ul li + li {
  margin-top: 0.9375rem;
}

input[type=text]:active, input[type=text]:focus, input[type=email]:active, input[type=email]:focus, input[type=url]:active, input[type=url]:focus, input[type=password]:active, input[type=password]:focus, input[type=search]:active, input[type=search]:focus, input[type=number]:active, input[type=number]:focus, input[type=tel]:active, input[type=tel]:focus, input[type=range]:active, input[type=range]:focus, input[type=date]:active, input[type=date]:focus, input[type=month]:active, input[type=month]:focus, input[type=week]:active, input[type=week]:focus, input[type=time]:active, input[type=time]:focus, input[type=datetime]:active, input[type=datetime]:focus, input[type=datetime-local]:active, input[type=datetime-local]:focus, input[type=color]:active, input[type=color]:focus, textarea:active, textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*-------------------------------------------------------------------

==  Theme Custom Style

-------------------------------------------------------------------*/
body {
  font-size: 1.0625rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5625rem;
}

p {
  margin-bottom: 1.5625rem;
  margin-top: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  border-radius: 0;
  border: 0.0625rem solid #222;
  background: transparent;
  padding: 1.5625rem 1.875rem;
  line-height: 1;
  color: #222222;
  font-size: 1rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=range]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=range]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=range]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=color]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
input[type=text]:active, input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=range]:active,
input[type=range]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=month]:active,
input[type=month]:focus,
input[type=week]:active,
input[type=week]:focus,
input[type=time]:active,
input[type=time]:focus,
input[type=datetime]:active,
input[type=datetime]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:focus,
input[type=color]:active,
input[type=color]:focus,
textarea:active,
textarea:focus {
  border-color: rgba(68, 68, 68, 0.2666666667);
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=url]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=number]:focus-visible,
input[type=tel]:focus-visible,
input[type=range]:focus-visible,
input[type=date]:focus-visible,
input[type=month]:focus-visible,
input[type=week]:focus-visible,
input[type=time]:focus-visible,
input[type=datetime]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=color]:focus-visible,
textarea:focus-visible {
  outline: none !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(./image/angle-down-solid.svg) 96%/15% no-repeat;
  background-color: transparent;
  background-size: inherit;
  width: 100%;
  border-radius: 0;
  border: 0.0625rem solid #222;
  padding: 1.5625rem 1.875rem;
  line-height: 1;
  color: #222222;
  font-size: 1rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
select::-ms-expand {
  display: none;
}
select:active, select:focus {
  border-color: rgba(68, 68, 68, 0.2666666667);
}
select:focus-visible {
  outline: none !important;
}
select::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
select::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
select:-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
select::-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
select::placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

textarea {
  width: 100%;
}

.templines-main-content {
  overflow: hidden;
  width: 100%;
}

.templines-page-margin {
  height: 8.75rem;
}
.templines-page-margin.bottom-margin {
  height: 13.125rem;
}


body.templines-light-header .templines-site-header .header-row {
   border-color: rgba(231, 215, 210, 0.2);
}

.elementor-widget-container   .templines-site-header .header-row {
   border: none;
}


body.templines-light-header:not(.page-template-template-elementor) .templines-site-header .header-row {
    background: rgba(231, 215, 210, 0.2);
    border-color: rgba(231, 215, 210, 0.2);
}


body.templines-light-header:not(.page-template-template-elementor) .elementor-widget-container .templines-site-header .header-row{
    background: none;
    border: 0;
}

body.templines-dark-header .templines-site-header .header-row {
  border-color: #484141;
}

/*-------------------------------------------------------------------

==  Button

-------------------------------------------------------------------*/
.templines-default-style {
  text-transform: uppercase;
  font-size: 17px;
  color: #f8f2f0 !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 1.0625rem 4.375rem;
  line-height: 1;
  border-radius: 30px;
  letter-spacing: -0.025em;
}
.templines-default-style:hover {
  color: #ffffff !important;
}

/*-------------------------------------------------------------------

==  Header

-------------------------------------------------------------------*/
.templines-site-header {
  position: absolute;
  width: 100%;
  z-index: 102;
}
.templines-site-header .top-header-content {
  background: #292933;
  color: #fff;
}
.templines-site-header .top-header-content .top-header-row {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.templines-site-header .top-header-content .top-header-row .left-header-top-content, .templines-site-header .top-header-content .top-header-row .right-header-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.templines-site-header .top-header-content .top-header-row .left-header-top-content .widget, .templines-site-header .top-header-content .top-header-row .right-header-top-content .widget {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.templines-site-header .top-header-content .top-header-row .right-header-top-content > div + div {
  margin-left: 0.9375rem;
}





.templines-site-header .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5%;
  border-bottom: 1px solid;
}
.templines-site-header .header-row .row {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  position: relative;
}
.templines-site-header .header-row .header-logotype-wrap .logotype-header-text {
  text-transform: uppercase;
  font-size: 1.5625rem;
  color: #fff;
}
.templines-site-header .header-row .entry-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.templines-site-header .header-row .entry-header-content .navigation-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.templines-site-header .header-row .icon-container {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.templines-site-header .header-row .icon-container .header-icon-wrap {
  cursor: pointer;
  width: 2.8125rem;
  height: 2.8125rem;
  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: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
 .icon-container .header-icon-wrap .flip-icon-wrap {
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 2.8125rem;
  height: 2.8125rem;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
 .icon-container .header-icon-wrap .flip-icon-wrap .flip-icon-front,  .icon-container .header-icon-wrap .flip-icon-wrap .flip-icon-back {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.8125rem;
  height: 2.8125rem;
  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: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.icon-container .header-icon-wrap .flip-icon-wrap .flip-icon-front:hover, .icon-container .header-icon-wrap .flip-icon-wrap .flip-icon-back:hover {
  background: #fff;
}
 .icon-container .header-icon-wrap .flip-icon-wrap .flip-icon-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  font-size: 1.375rem;
}
.icon-container .header-icon-wrap i.temlines-custom-font-icon-viasun-heart {
  position: relative;
  top: 0.0625rem;
}
 .icon-container .header-icon-wrap + .header-icon-wrap {
  margin-left: 0.375rem;
}
.icon-container .header-icon-wrap.wishlist-icon-wrap {
  background: rgba(255, 255, 255, 0.6);
}
 .icon-container .header-icon-wrap.wishlist-icon-wrap:hover {
  background: #fff;
}
 .icon-container .header-icon-wrap.opened .flip-icon-wrap {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.icon-container .header-icon-wrap.opened .flip-icon-wrap .flip-icon-front, .templines-site-header .header-row .icon-container .header-icon-wrap.opened .flip-icon-wrap .flip-icon-back {
  background: #fff;
  opacity: 1;
}
.icon-container .header-sidebar-icon-wrap {
  padding-top: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.8125rem;
  height: 2.8125rem;
  cursor: pointer;
  margin-left: 2.1875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  top: -0.3125rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
 .icon-container .header-sidebar-icon-wrap span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.5625rem;
  background: #fff;
  height: 0.125rem;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.icon-container .header-sidebar-icon-wrap span:before, .templines-site-header .header-row .icon-container .header-sidebar-icon-wrap span:after {
  right: 0;
  position: absolute;
  content: "";
  width: 2.1875rem;
  height: 0.125rem;
  background: #fff;
}
.icon-container .header-sidebar-icon-wrap span:before {
  top: -0.625rem;
}
.icon-container .header-sidebar-icon-wrap span:after {
  bottom: -0.625rem;
}
.icon-container .header-sidebar-icon-wrap:hover {
  opacity: 0.7;
}
 .icon-container .header-sidebar-icon-wrap:hover span {
  width: 2.1875rem;
}
 .header-mobile-menu-icon-wrap {
  padding-top: 4px;
  display: none;
  width: 2.8125rem;
  height: 2.8125rem;
  cursor: pointer;
  margin-left: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  top: -0.3125rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}


.elementor-mobile-menu-custom .header-mobile-menu-icon-wrap {
   display: block;
}

.elementor-mobile-menu-custom{
    position: relative;
    z-index: 77;
}

 .header-mobile-menu-icon-wrap span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.5625rem;
  background: #222;
  height: 0.125rem;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.header-mobile-menu-icon-wrap span:before,  .header-mobile-menu-icon-wrap span:after {
  right: 0;
  position: absolute;
  content: "";
  width: 2.1875rem;
  height: 0.125rem;
  background: #222;
}
.header-mobile-menu-icon-wrap span:before {
  top: -0.625rem;
}
.header-mobile-menu-icon-wrap span:after {
  bottom: -0.625rem;
}
 .header-mobile-menu-icon-wrap:hover {
  opacity: 0.7;
}
 .header-mobile-menu-icon-wrap:hover span {
  width: 2.1875rem;
}
.templines-site-header.nav-header-style-absolute .logotype-container .header-logotype-image-dark {
  display: none;
}
.templines-site-header.nav-header-style-relative {
  position: relative;
}
.templines-site-header.nav-header-style-relative .header-row .row {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.templines-site-header.nav-header-style-relative .logotype-container .header-logotype-image-light {
  display: none;
}

.elementor-widget-container  .header-logotype-image-light {
  display: none;
}

.templines-site-header.nav-header-style-relative .templines-mega-menu-wrap > ul > li > a {
  color: #222222;
}
.templines-site-header.nav-header-style-relative .templines-mega-menu-wrap > ul > li.has-submenu > a:after {
  color: rgba(34, 34, 34, 0.5);
}
.templines-site-header.nav-header-style-relative .header-row .icon-container .header-icon-wrap .flip-icon-wrap .flip-icon-front, .templines-site-header.nav-header-style-relative .header-row .icon-container .header-icon-wrap .flip-icon-wrap .flip-icon-back {
  background: #ffffff;
}
.templines-site-header.nav-header-style-relative .header-row .icon-container .header-icon-wrap .flip-icon-wrap .flip-icon-front:hover, .templines-site-header.nav-header-style-relative .header-row .icon-container .header-icon-wrap .flip-icon-wrap .flip-icon-back:hover {
  opacity: 0.7;
}
.templines-site-header.nav-header-style-relative .header-row .icon-container .header-sidebar-icon-wrap span {
  background: #222222;
}
.templines-site-header.nav-header-style-relative .header-row .icon-container .header-sidebar-icon-wrap span:before, .templines-site-header.nav-header-style-relative .header-row .icon-container .header-sidebar-icon-wrap span:after {
  background: #222222;
}
.templines-site-header.nav-header-style-relative .header-row .icon-container .header-sidebar-icon-wrap:hover {
  opacity: 0.7;
}
.templines-site-header.nav-header-style-relative .header-row .icon-container .header-mobile-menu-icon-wrap span {
  background: #222222;
}
 .header-mobile-menu-icon-wrap span:before,  .header-mobile-menu-icon-wrap span:after {
  background: #222222;
} .header-mobile-menu-icon-wrap:hover {
  opacity: 0.7;
}
.templines-site-header.icon-disabled .row .entry-header-content .navigation-container, .templines-site-header.disabled-all-menu-icon-function .row .entry-header-content .navigation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.templines-site-header.site-header-enable-gradient:before {
  z-index: -1;
  content: "";
  opacity: 0.4;
  background: -o-linear-gradient(260deg, rgba(33, 24, 18, 0) 0%, rgba(33, 24, 18, 0.1) 90%);
  background: linear-gradient(190deg, rgba(33, 24, 18, 0) 0%, rgba(33, 24, 18, 0.1) 90%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cart-icon-wrap {
  position: relative;
}
.cart-icon-wrap .templines--woo-cart-count {
  position: absolute;
  right: -0.25rem;
  top: -0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.6875rem;
  color: #ffffff;
  z-index: 2;
}

.wishlist-icon-wrap {
  position: relative;
}
.wishlist-icon-wrap a {
  color: inherit;
}
.wishlist-icon-wrap .templines--wishlist-details {
  position: absolute;
  right: -0.25rem;
  top: -0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.6875rem;
  color: #ffffff;
}

.templines-cart-content-wrap {
  z-index: 99;
  position: absolute;
  right: 0;
  top: 100%;
  background: #ffffff;
  max-width: 28.125rem;
  width: 100%;
  padding: 1.5625rem 0;
  -webkit-transform: translateY(0.625rem);
  -ms-transform: translateY(0.625rem);
  transform: translateY(0.625rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.templines-cart-content-wrap .woocommerce-mini-cart__empty-message {
  text-align: center;
  font-size: 0.9375rem;
  color: #6c6c6c;
  padding: 0 1.25rem;
  margin-bottom: 1.25rem;
}
.templines-cart-content-wrap .woocommerce-mini-cart__empty-message i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.75rem;
  margin-bottom: 0.3125rem;
}
.templines-cart-content-wrap .widget_shopping_cart_content p {
  margin-bottom: 0;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 18.375rem;
  overflow: auto;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li {
  position: relative;
  padding: 0 1.25rem;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li .entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li .entry-content .product--mini-cart-img-wrap .mini-cart-product-img-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  margin-right: 0.3125rem;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li .entry-content .product--mini-cart-img-wrap .mini-cart-product-img-wrap:before {
  visibility: hidden;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 2;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li .entry-content .product--mini-cart-img-wrap .mini-cart-product-img-wrap img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 5.3125rem;
  float: none;
  margin-left: 0;
  width: 5.3125rem;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li .entry-content .mini-cart-right-content {
  max-width: calc(100% -  5.625rem);
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li .entry-content .mini-cart-right-content .product--mini-cart-title {
  line-height: 1;
  margin-bottom: 0.1875rem;
  font-size: 1.125rem;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li .entry-content .mini-cart-right-content .product--mini-cart-link {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 1;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li .entry-content .mini-cart-right-content .quantity {
  margin-top: 0.125rem;
  display: block;
  width: 100%;
  font-size: 0.875rem;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li .entry-content .mini-cart-right-content .quantity .woocommerce-Price-currencySymbol {
  margin-left: 3px;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li .entry-content .remove {
  font-size: 1.875rem;
  visibility: hidden;
  opacity: 0;
  left: 1.25rem;
  top: 0;
  position: absolute;
  height: 100%;
  width: 5.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li .entry-content .remove:hover {
  background: transparent !important;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li .entry-content:hover .remove {
  opacity: 1;
  visibility: visible;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li .entry-content:hover .mini-cart-product-img-wrap:before {
  opacity: 1;
  visibility: visible;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li .entry-content:hover .mini-cart-product-img-wrap img {
  -webkit-transform: scale(1.1) translate3d(-0.3125rem, -0.1875rem, 0);
  transform: scale(1.1) translate3d(-0.3125rem, -0.1875rem, 0);
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li .blockOverlay {
  width: 5.3125rem !important;
  height: 5.3125rem !important;
  left: 1.25rem !important;
  background: rgba(255, 255, 255, 0.6) !important;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li .blockOverlay:after {
  -webkit-animation: rotateAnim 2s linear infinite;
  animation: rotateAnim 2s linear infinite;
  font-family: "temlines-custom-icon-font";
  content: "\e83a";
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  font-size: 1rem;
  top: 0.3125rem;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li .blockOverlay:before {
  display: none !important;
}
.templines-cart-content-wrap .widget_shopping_cart_content ul li + li {
  margin-top: 0.25rem;
}
.templines-cart-content-wrap .widget_shopping_cart_content .woocommerce-mini-cart__total {
  margin-top: 0.9375rem;
  padding: 1rem 1.25rem;
  border-top: 0.0625rem solid;
  border-bottom: 0.0625rem solid;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.templines-cart-content-wrap .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1;
}
.templines-cart-content-wrap .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-left: 4px;
}
.templines-cart-content-wrap .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  padding: 0 1.25rem;
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
}
.templines-cart-content-wrap .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
  color: #fff !important;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-radius: 40px !important;
  padding: 1rem 1.25rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-weight: normal !important;
}
.templines-cart-content-wrap.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.night-delivery {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
  background: #11111b;
}
.night-delivery .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.night-delivery .icon svg {
  max-width: 20px;
  height: auto;
}
.night-delivery .icon svg path {
  fill: #b69b89;
}
.night-delivery .text {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.night-delivery .text .info-icon {
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.night-delivery .text .info-icon svg {
  max-width: 15px;
  width: 100%;
  height: auto;
}
.night-delivery .text .info-icon svg path {
  fill: #b69b89;
}
.night-delivery .night-delivery-text-content {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background: #fff;
  z-index: 99;
  color: #1f1f1f;
  font-size: 14px;
  padding: 12px 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.night-delivery:hover .night-delivery-text-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.contact-header-info-wrap {
  margin-left: 20px;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.3px;
}
.contact-header-info-wrap .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 6px;
}
.contact-header-info-wrap .icon svg {
  max-width: 20px;
  width: 100%;
  height: auto;
}
.contact-header-info-wrap .icon svg path {
  fill: #b69b89;
}

.top-header-wishlist-icon-wrap {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-header-wishlist-icon-wrap i {
  font-size: 16px;
  color: #b69b89;
}
.top-header-wishlist-icon-wrap .wishlist-count-wrapper {
  position: relative;
}
.top-header-wishlist-icon-wrap .wishlist-count-wrapper .templines--wishlist-button {
  position: relative;
}
.top-header-wishlist-icon-wrap .wishlist-count-wrapper .templines--wishlist-button .hex--wishlist-details {
  position: relative;
  top: -2px;
  background: #fff;
  color: #1f1f1f;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  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: 12px;
}
.top-header-wishlist-icon-wrap .text-content {
  margin-right: 5px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top-header-wishlist-icon-wrap:hover .text-content {
  color: #b69b89;
}

.login-form-top-header-content {
  cursor: pointer;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login-form-top-header-content .text-content {
  margin-right: 5px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.login-form-top-header-content i {
  font-size: 16px;
  color: #b69b89;
}
.login-form-top-header-content:hover .text-content {
  color: #b69b89;
}

.contact-phone-number-info-wrap {
  margin-left: 20px;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.3px;
}
.contact-phone-number-info-wrap a {
  color: inherit;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contact-phone-number-info-wrap a:hover {
  color: #b69b89;
}
.contact-phone-number-info-wrap .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 6px;
}
.contact-phone-number-info-wrap .icon svg {
  max-width: 20px;
  width: 100%;
  height: auto;
}
.contact-phone-number-info-wrap .icon svg path {
  fill: #b69b89;
}

/*-------------------------------------------------------------------

==  Menu

-------------------------------------------------------------------*/
.templines-mega-menu-wrap > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  padding-right: 4.375rem;
}
.templines-mega-menu-wrap > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.templines-mega-menu-wrap > ul > li:not(.mega-menu-item) .sub-nav .sub-menu li a i {
  margin-right: 0.625rem;
}
.templines-mega-menu-wrap > ul > li:not(.mega-menu-item) .sub-nav .sub-menu li:last-child >a {
  padding-bottom: 0;
}
.templines-mega-menu-wrap > ul > li:not(.mega-menu-item) .sub-nav .sub-menu .double-sub-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #eaeaeb;
  padding: 15px 0;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 100%;
  margin-left: 5px;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}
.templines-mega-menu-wrap > ul > li:not(.mega-menu-item) .sub-nav .sub-menu .double-sub-menu.sub-nav-left {
  z-index: 1001;
  left: auto;
  margin-right: 5px;
  right: 100%;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.templines-mega-menu-wrap > ul > li:not(.mega-menu-item) .sub-nav li.has-submenu > a:before {
  color: rgba(37, 50, 65, 0.4);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #d2d2d2;
  position: absolute;
  top: 12px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.templines-mega-menu-wrap > ul > li:not(.mega-menu-item) .sub-nav li.has-submenu:hover > .double-sub-menu {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.templines-mega-menu-wrap > ul > li > a {
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #fff;
  padding: 0 1.5625rem;
}
.templines-mega-menu-wrap > ul > li > a:hover {
  opacity: 0.7;
}
.templines-mega-menu-wrap > ul > li:first-child > a {
  padding-left: 0;
}
.templines-mega-menu-wrap > ul > li:last-child > a {
  padding-right: 0;
}
.templines-mega-menu-wrap > ul > li.has-submenu > a:after {
  color: rgba(255, 255, 255, 0.5);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 0.25rem dashed;
  border-top: 0.25rem solid;
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
  position: absolute;
  top: 0.5625rem;
  right: 0.5625rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.elementor-widget-container  .templines-mega-menu-wrap > ul > li.has-submenu > a:after {
    top: 23px;
    right: -14px;
}

.templines-mega-menu-wrap > ul > li.current-menu-item > a {
  opacity: 0.7;
}
.templines-mega-menu-wrap > ul li {
  position: relative;
  display: inline-block;
}
.templines-mega-menu-wrap > ul li a {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  white-space: nowrap;
}
.templines-mega-menu-wrap > ul li a i {
  margin-right: 0.3125rem;
}
.templines-mega-menu-wrap > ul li a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.templines-mega-menu-wrap > ul li.has-submenu .sub-nav {
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: inherit;
  left: 0;
  top: 4.0625rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(0.625rem);
  -ms-transform: translateY(0.625rem);
  transform: translateY(0.625rem);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.templines-mega-menu-wrap > ul li.has-submenu .sub-nav.open {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.templines-mega-menu-wrap > ul li.has-submenu .sub-nav > .sub-menu {
  text-align: left;
  -webkit-box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.175);
  border: 0.0625rem solid #eaeaeb;
  padding: 0.9375rem 0;
  background: #fff;
}
.templines-mega-menu-wrap > ul li.has-submenu .sub-nav > .sub-menu li {
  display: block;
}
.templines-mega-menu-wrap > ul li.has-submenu .sub-nav > .sub-menu li a {
  color: #222222;
  font-size: 0.9375rem;
  padding: 0 3.75rem 0.9375rem 0.9375rem;
  width: 100%;
  min-width: 14.375rem;
  display: block;
  position: relative;
  text-transform: none;
  border-bottom: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.templines-mega-menu-wrap > ul li.has-submenu .sub-nav > .sub-menu li a:before {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.templines-mega-menu-wrap > ul li.has-submenu .sub-nav > .sub-menu li a:after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.3125rem;
  height: 0.3125rem;
  position: absolute;
  left: 0.9375rem;
  top: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.templines-mega-menu-wrap > ul li.has-submenu .sub-nav > .sub-menu li a:hover {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.templines-mega-menu-wrap > ul li.has-submenu .sub-nav > .sub-menu li a:hover:before {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate3d(-15px, -50%, 0);
  transform: translate3d(-15px, -50%, 0);
}
.templines-mega-menu-wrap > ul li.has-submenu .sub-nav > .sub-menu li a:hover:after {
  -webkit-transform: translate3d(-15px, -50%, 0);
  transform: translate3d(-15px, -50%, 0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.templines-mega-menu-wrap > ul > li.mega-menu-item .sub-nav > ul > li {
  display: block;
}
.templines-mega-menu-wrap > ul > li.mega-menu-item .sub-nav > ul > li > ul li {
  display: block;
}
.templines-mega-menu-wrap > ul > li.mega-menu-item .sub-nav > ul.max-columns-1 > li {
  display: block;
}
.templines-mega-menu-wrap > ul > li.mega-menu-item .sub-nav > ul.max-columns-2 > li {
  display: inline-block;
  float: left;
}
.templines-mega-menu-wrap > ul > li.mega-menu-item .sub-nav > ul.max-columns-2 > li:nth-child(3n) {
  clear: left;
}
.templines-mega-menu-wrap > ul > li.mega-menu-item .sub-nav > ul.max-columns-3 > li {
  display: inline-block;
  float: left;
}
.templines-mega-menu-wrap > ul > li.mega-menu-item .sub-nav > ul.max-columns-3 > li:nth-child(4n) {
  clear: left;
}
.templines-mega-menu-wrap > ul > li.mega-menu-item .sub-nav > ul.max-columns-4 > li {
  display: inline-block;
  float: left;
}
.templines-mega-menu-wrap > ul > li.mega-menu-item .sub-nav > ul.max-columns-4 > li:nth-child(5n) {
  clear: left;
}
.templines-mega-menu-wrap > ul > li.mega-menu-item .sub-nav > ul.max-columns-5 > li {
  display: inline-block;
  float: left;
}
.templines-mega-menu-wrap > ul > li.mega-menu-item .sub-nav > ul.max-columns-5 > li:nth-child(6n) {
  clear: left;
}
.templines-mega-menu-wrap > ul > li.sub-menu-full-width {
  position: inherit;
}
.templines-mega-menu-wrap > ul > li.sub-menu-full-width .sub-nav {
  width: 100%;
  top: calc(100% - 10px);
}
.templines-mega-menu-wrap > ul > li.sub-menu-full-width .sub-nav > .sub-menu {
  width: 100%;
  padding: 15px;
}
.templines-mega-menu-wrap > ul > li.sub-menu-full-width .sub-nav > .sub-menu > li {
  padding-left: 15px;
  padding-right: 15px;
}
.templines-mega-menu-wrap > ul > li.sub-menu-full-width .sub-nav > .sub-menu > li a {
  padding-left: 0;
  padding-right: 0;
}
.templines-mega-menu-wrap > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-1 > li {
  display: block;
  width: 100%;
}
.templines-mega-menu-wrap > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-1 > li a {
  white-space: normal;
}
.templines-mega-menu-wrap > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-2 > li {
  display: block;
  width: 50%;
}
.templines-mega-menu-wrap > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-2 > li a {
  white-space: normal;
}
.templines-mega-menu-wrap > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-3 > li {
  display: block;
  width: 33.3333333%;
}
.templines-mega-menu-wrap > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-3 > li a {
  white-space: normal;
}
.templines-mega-menu-wrap > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-4 > li {
  display: block;
  width: 25%;
}
.templines-mega-menu-wrap > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-4 > li a {
  white-space: normal;
}
.templines-mega-menu-wrap > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-5 > li {
  display: block;
  width: 20%;
}
.templines-mega-menu-wrap > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-5 > li a {
  white-space: normal;
}
.templines-mega-menu-wrap > ul > li.sub-menu-full-width .sub-nav > .sub-menu > .sub-menu > li {
  padding: 0;
}

/*-------------------------------------------------------------------

==  Page Header

-------------------------------------------------------------------*/
.templines-page-header {
  min-height: 20.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.templines-page-header .custom-header-bg, .templines-page-header .default-header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #F0EAE7;
}

.templines-page-header .default-header-bg{
      background-image: url("image/heading.webp")  ;
    
}


.templines-page-header .header-entry-container {
  position: relative;
  z-index: 5;
}
.templines-page-header .header-entry-container .pre--title-wrapper {
  text-align: center;
  color: #292933;
  opacity: 0.7;
}
.templines-page-header .header-entry-container .header--title {
  text-align: center;
  color: #ffffff;
  font-size: 4.6875rem;
  line-height: 1.1;
}
.templines-page-header.custom-post-style-header .header--title {
  font-size: 4.6875rem;
  margin-bottom: 1.5625rem;
}
.templines-page-header.custom-post-style-header .post--info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.8125rem;
  color: #fff;
}
.templines-page-header.custom-post-style-header .post--info-wrap .post--author-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.templines-page-header.custom-post-style-header .post--info-wrap .post--date-container, .templines-page-header.custom-post-style-header .post--info-wrap .post-category-container {
  line-height: 1;
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.6);
  margin-left: 0.625rem;
  padding-left: 0.625rem;
}
.templines-page-header.custom-post-style-header .post--info-wrap .post--date-container i, .templines-page-header.custom-post-style-header .post--info-wrap .post-category-container i {
  margin-right: 6px;
}
.templines-page-header.custom-post-style-header .post--info-wrap .post--date-container i.temlines-custom-font-icon-calendar, .templines-page-header.custom-post-style-header .post--info-wrap .post-category-container i.temlines-custom-font-icon-calendar {
  position: relative;
  top: -0.0625rem;
}
.templines-page-header.custom-post-style-header .post--info-wrap .author--avatar {
  margin-right: 10px;
}
.templines-page-header.custom-post-style-header .post--info-wrap .author--avatar img {
  border-radius: 100%;
  max-width: 2.8125rem;
}
.templines-page-header.custom-post-style-header .post--info-wrap i {
  color: #ffffff !important;
}
.templines-page-header.custom-post-style-header .post--info-wrap a {
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.templines-page-header.custom-post-style-header .post--info-wrap a:hover {
  opacity: 0.7;
}

/*-------------------------------------------------------------------

==  Blog Archive

-------------------------------------------------------------------*/
.templines-blog-page-wrap article {
  margin-top: 5.625rem;
    position: relative;
}

.templines-blog-page-wrap article:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -36px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #d1d1d1, transparent);
}


.templines-blog-page-wrap article:first-child {
  margin-top: 0;
}
.templines-blog-page-wrap article .post-top-content {
  margin-bottom: 1.25rem;
}
.templines-blog-page-wrap article .post-top-content .entry-top-content {
  position: relative;
}
.templines-blog-page-wrap article .post-top-content .entry-top-content .post-video-btn-link {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.templines-blog-page-wrap article .post-top-content .entry-top-content .post-video-btn-link .video-post-button {
  width: 5.9375rem;
  height: 5.9375rem;
  border-radius: 100%;
  border: 0.125rem solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.templines-blog-page-wrap article .post-top-content .entry-top-content .post-video-btn-link .video-post-button i {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #fff;
  font-size: 1.5625rem;
  margin-left: 0.25rem;
}
.templines-blog-page-wrap article .post--info-wrap {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.templines-blog-page-wrap article .post--info-wrap .post--author-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.templines-blog-page-wrap article .post--info-wrap .post--author-container .author--avatar {
  margin-right: 0.625rem;
}
.templines-blog-page-wrap article .post--info-wrap .post--author-container .author--avatar img {
  max-width: 2.8125rem;
  border-radius: 50%;
}
.templines-blog-page-wrap article .post--info-wrap .post--author-container .author--name {
  letter-spacing: -0.015625rem;
}
.templines-blog-page-wrap article .post--info-wrap .post-category-container a {
  letter-spacing: -0.015625rem;
}
.templines-blog-page-wrap article .post--info-wrap > span {
  margin-right: 0.625rem;
  padding-right: 0.3125rem;
}
.templines-blog-page-wrap article .post--info-wrap > span i {
  margin-right: 0.375rem;
}
.templines-blog-page-wrap article .post--info-wrap > span i.temlines-custom-font-icon-calendar {
  position: relative;
  top: -0.0625rem;
}
.templines-blog-page-wrap article .post--info-wrap > span:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.templines-blog-page-wrap article .post--info-wrap a {
  color: #222;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.templines-blog-page-wrap article .post--title {
  margin-bottom: 0.625rem;
}
.templines-blog-page-wrap article .post--title a {
    color: #222;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 2.625rem;
    line-height: 2.625rem;
}
.templines-blog-page-wrap article .post-slider-wrap {
  overflow: hidden;
  position: relative;
}
.templines-blog-page-wrap article .post-slider-wrap .swiper-post-arrow-button {
  cursor: pointer;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  color: #222;
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.375rem;
  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-transition: 0.3s ease color, 0.3s ease background-color;
  -o-transition: 0.3s ease color, 0.3s ease background-color;
  transition: 0.3s ease color, 0.3s ease background-color;
}
.templines-blog-page-wrap article .post-slider-wrap .swiper-post-arrow-button i {
  position: relative;
  top: 0.125rem;
}
.templines-blog-page-wrap article .post-slider-wrap .swiper-post-arrow-button.swiper-slider-button-prev {
  left: 1.875rem;
}
.templines-blog-page-wrap article .post-slider-wrap .swiper-post-arrow-button.swiper-slider-button-next {
  right: 1.875rem;
}
.templines-blog-page-wrap article .post-slider-wrap .swiper-post-arrow-button.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.templines-blog-page-wrap article .post-slider-wrap .swiper-post-arrow-button:hover {
  color: #fff;
}
.templines-blog-page-wrap article .post-archive-blockquote {
  color: #222222;
  background: #f8ebe6;
  margin: 0;
  padding: 4.6875rem 8.125rem;
  padding-bottom: 4.375rem;
  text-align: center;
}
.templines-blog-page-wrap article .post-archive-blockquote .post-blockquote-content {
  color: #222222;
  font-size: 1.3125rem;
}
.templines-blog-page-wrap article .post-archive-blockquote .author-content-wrap {
  margin-top: 0.9375rem;
  padding-top: 2.1875rem;
  padding-bottom: 0.9375rem;
  position: relative;
  z-index: 1;
}
.templines-blog-page-wrap article .post-archive-blockquote .author-content-wrap:before {
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
  content: "”";
  color: rgba(34, 34, 34, 0.09);
  font-size: 15rem;
  line-height: 10.125rem;
}
.templines-blog-page-wrap article .post-archive-blockquote .author-content-wrap .author-content {
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
  color: #222;
  z-index: 2;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.templines-blog-page-wrap article .post-archive-blockquote .author-content-wrap .author-content:after {
  content: "";
  display: inline-block;
  width: calc(100% +  1.875rem);
  left: -0.9375rem;
  bottom: -0.6875rem;
  position: absolute;
  height: 0.0625rem;
}

.templines-blog-sidebar-is-active .templines-blog-post-wrap {
  padding-right: 1.5625rem;
}

/*-------------------------------------------------------------------

==  Blog Single

-------------------------------------------------------------------*/
.container-custom-post-style .post-content-entry-content {
  padding: 0 6.25rem;
}
.container-custom-post-style .entry-bottom-content {
  padding: 0 6.25rem;
}
.container-custom-post-style .bottom-post-info-wrap {
  margin-top: 5rem;
  border-top: 0.0625rem solid;
}

.post-content-standard .templines-page-margin.top-margin {
  height: 3.125rem;
}

.post--content-with-plugin .entry-content > figure {
  margin: 1.875rem 0 !important;
}
.post--content-with-plugin .wp-block-gallery.wp-block-gallery-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.post--content-with-plugin .wp-block-gallery.wp-block-gallery-1 .wp-block-image {
  width: 100% !important;
}

.standard-post-top-content-wrap {
  margin-bottom: 30px;
}
.standard-post-top-content-wrap .post--info-wrap {
  margin-top: 2.1875rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.standard-post-top-content-wrap .post--info-wrap .post--author-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.standard-post-top-content-wrap .post--info-wrap .post--author-container .author--avatar {
  margin-right: 0.625rem;
}
.standard-post-top-content-wrap .post--info-wrap .post--author-container .author--avatar img {
  max-width: 2.8125rem;
  border-radius: 50%;
}
.standard-post-top-content-wrap .post--info-wrap .post--author-container .author--name {
  letter-spacing: -0.015625rem;
}
.standard-post-top-content-wrap .post--info-wrap .post-category-container a {
  letter-spacing: -0.015625rem;
}
.standard-post-top-content-wrap .post--info-wrap > span {
  margin-right: 0.625rem;
  padding-right: 0.9375rem;
  border-right: 0.0625rem solid;
}
.standard-post-top-content-wrap .post--info-wrap > span i {
  margin-right: 0.375rem;
}
.standard-post-top-content-wrap .post--info-wrap > span i.temlines-custom-font-icon-calendar {
  position: relative;
  top: -0.0625rem;
}
.standard-post-top-content-wrap .post--info-wrap > span:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.standard-post-top-content-wrap .post--info-wrap a {
  color: #222;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.standard-post-top-content-wrap .post--title {
    font-size: 2.75rem;
    line-height: 3rem;
}

.post-tag-and-share-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.125rem;
}
.post-tag-and-share-wrap .title-content-tags-and-share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.25rem;
  letter-spacing: -0.02em;
}
.post-tag-and-share-wrap .title-content-tags-and-share:before {
  content: "";
  background: red;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.875rem;
  height: 0.125rem;
}
.post-tag-and-share-wrap .title-content-tags-and-share.share-content-text:before {
  left: auto;
  right: 0;
}
.post-tag-and-share-wrap .post-tags-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding-right: 0.9375rem;
}
.post-tag-and-share-wrap .post-tags-content .tags-content a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 0.8125rem !important;
  text-transform: uppercase;
  padding: 0.8125rem 1.125rem;
  background: #fff;
  color: #222;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.post-tag-and-share-wrap .post-tags-content .tags-content a:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  color: #fff;
}
.post-tag-and-share-wrap .post-share-content {
  padding-left: 0.9375rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  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;
}
.post-tag-and-share-wrap .post-share-content a {
  background: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  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-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #222222;
}
.post-tag-and-share-wrap .post-share-content a i {
  font-size: 0.875rem;
}
.post-tag-and-share-wrap .post-share-content a + a {
  margin-left: 0.625rem;
}
.post-tag-and-share-wrap .post-share-content a:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  color: #fff;
}
.post-tag-and-share-wrap.tags-full-width .post-tags-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-right: 0 !important;
}

.inner-pagination-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5rem;
  margin: 0 -0.9375rem;
}
.inner-pagination-content .post-inner-pagination-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 100%;
  width: 100%;
  padding: 0 0.9375rem;
}
.inner-pagination-content .post-inner-pagination-content .post-pagination-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.inner-pagination-content .post-inner-pagination-content .post-pagination-link .entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-pagination-content .post-inner-pagination-content .post-pagination-link .entry-content img {
  max-width: 10.3125rem;
}
.inner-pagination-content .post-inner-pagination-content .post-pagination-link .entry-content .relative-content-post-link {
  min-height: 6.25rem;
  max-width: 13.125rem;
}
.inner-pagination-content .post-inner-pagination-content .post-pagination-link .entry-content .relative-content-post-link .pagination-text-content {
  text-transform: uppercase;
  color: #7e7e7e;
  font-size: 1rem;
  margin-bottom: 5px;
}
.inner-pagination-content .post-inner-pagination-content .post-pagination-link .entry-content .relative-content-post-link .pagination-title {
  font-size: 1.375rem;
}
.inner-pagination-content .post-inner-pagination-content .post-pagination-link:hover {
  opacity: 0.7;
}
.inner-pagination-content .prev-post-nav-content .absolute-content-post-link {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.inner-pagination-content .prev-post-nav-content .relative-content-post-link {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 1.875rem;
}
.inner-pagination-content .next-post-nav-content .relative-content-post-link {
  padding-right: 1.875rem;
  text-align: right;
}

/*-------------------------------------------------------------------

==  Comment

-------------------------------------------------------------------*/
.comments-container-warp {
  margin-top: 5rem;
}

.comments-container .comment-title {
  font-size: 2.1875rem;
  position: relative;
  padding-bottom: 0.9375rem;
  margin-bottom: 2.8125rem;
}
.comments-container .comment-title .comment-count {
  margin-left: 0.625rem;
}
.comments-container .comment-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.875rem;
  height: 0.125rem;
  background: red;
}
.comments-container .comment {
  position: relative;
}
.comments-container .comment + .comment {
  padding-top: 3.125rem;
  margin-top: 3.125rem;
}
.comments-container .comment + .comment:before {
  background: red;
  content: "";
  position: absolute;
  top: 0;
  left: 5.3125rem;
  max-width: calc(100% -  5.3125rem);
  height: 0.0625rem;
  width: 100%;
}
.comments-container .comments-list {
  margin-bottom: 3.75rem;
}
.comments-container .comments-list a {
  color: #222222;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.comments-container .comments-list .comment-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comments-container .comments-list .comment-container .comment-avatar {
  min-width: 4.375rem;
  margin-right: 0.9375rem;
}
.comments-container .comments-list .comment-container .comment-avatar img {
  max-width: 3.75rem;
  width: 100%;
}
.comments-container .comments-list .comment-container .comment-meta .comments--reply-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.75rem;
}
.comments-container .comments-list .comment-container .comment-meta .comments--reply-wrapper .comment-author-name {
  font-size: 1.3125rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.comments-container .comments-list .comment-container .comment-meta .comments--reply-wrapper .comment--time {
  font-size: 0.8125rem;
}
.comments-container .comments-list .comment-container .comment-meta .comments--reply-wrapper .comment--time .comment-delimiter {
  margin: 0 0.25rem;
}
.comments-container .comments-list .comment-container .comment-meta .comment-moderation {
  font-size: 1rem;
}
.comments-container .comments-list .comment-container .comment-meta .comment--reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.9375rem;
}
.comments-container .comments-list .comment-container .comment-meta .comment--reply a {
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
}
.comments-container .comments-list .comment-container .comment-meta .comment--reply a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: red;
  height: 0.0625rem;
  width: 100%;
}
.comments-container .comments-list .comment .comment {
  margin-top: 2.1875rem;
  padding-top: 2.1875rem;
  max-width: calc(100% -  4.0625rem);
  margin-left: 5.3125rem;
}
.comments-container .comments-list .comment .comment .comment-avatar {
  min-width: 3.125rem;
  margin-right: 0.9375rem;
}
.comments-container .comments-list .comment .comment .comment-avatar img {
  max-width: 2.5rem;
  width: 100%;
}
.comments-container .comments-list .comment .comment:before {
  background: red;
  content: "";
  position: absolute;
  top: 0;
  left: 4.0625rem;
  max-width: calc(100% -  4.0625rem);
  height: 0.0625rem;
  width: 100%;
}

.comment-respond .comment-reply-title {
  font-size: 1.6875rem;
  position: relative;
  padding-bottom: 0.625rem;
  margin-bottom: 0.9375rem;
  line-height: 1;
}
.comment-respond .comment-reply-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.875rem;
  height: 0.125rem;
  background: red;
}
.comment-respond .comment-reply-title small {
  font-size: 70%;
  margin-left: 0.625rem;
}
.comment-respond .logged-in-as {
  font-size: 0.875rem;
}
.comment-respond .logged-in-as a {
  color: #222222;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.comment-respond .logged-in-as .required-field-message {
  display: block;
  margin-top: 0.1875rem;
}
.comment-respond form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2.1875rem;
}
.comment-respond form .comment-field-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-respond form .comment-field-wrapper .author-name, .comment-respond form .comment-field-wrapper .author-email {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  margin-bottom: 1.5625rem;
}
.comment-respond form .comment-field-wrapper .author-name {
  padding-right: 0.9375rem;
}
.comment-respond form .comment-field-wrapper .author-email {
  padding-left: 0.9375rem;
}
.comment-respond form input {
  border-radius: 40px;
  padding: 1.25rem 2.1875rem;
}
.comment-respond form .author-comment {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.comment-respond form .author-comment textarea {
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  color: #222222;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 1.875rem 2.1875rem;
}

.comment-respond form input{
   background-color: rgba(255, 255, 255, 0.5);   
}
.comment-respond form .author-comment textarea::-webkit-input-placeholder {
  color: #222222;
}
.comment-respond form .author-comment textarea::-moz-placeholder {
  color: #222222;
}
.comment-respond form .author-comment textarea:-ms-input-placeholder {
  color: #222222;
}
.comment-respond form .author-comment textarea::-ms-input-placeholder {
  color: #222222;
}
.comment-respond form .author-comment textarea::placeholder {
  color: #222222;
}
.comment-respond form .comment-form-cookies-consent {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 0.875rem;
  margin-top: 1.25rem;
  margin-bottom: 0;
  line-height: 1;
  padding-left: 1.25rem;
  cursor: pointer;
}
.comment-respond form .comment-form-cookies-consent input[type=checkbox] {
  border: 0;
  padding: 0;
  width: 0;
  position: relative;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
}
.comment-respond form .comment-form-cookies-consent input[type=checkbox]:before {
  cursor: pointer;
  top: -0.8125rem;
  position: absolute;
  left: -1.25rem;
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.0625rem solid;
}
.comment-respond form .comment-form-cookies-consent input[type=checkbox]:checked:after {
  position: absolute;
  top: -0.625rem;
  left: -1.0625rem;
  font: 9px/1 FontAwesome;
  content: "\f00c";
  text-align: center;
}
.comment-respond form .submit-btn-container {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin-top: 1.5625rem;
}
.comment-respond form .form-submit {
  display: none;
}

.comment .comment-respond {
  margin-top: 2.1875rem !important;
}

/*-------------------------------------------------------------------

==  Pagination

-------------------------------------------------------------------*/
.templines-blog-post-pagination {
  text-align: center;
  margin-top: 3.75rem;
}
.templines-blog-post-pagination .templines-default-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.templines-blog-post-pagination .templines-default-pagination .page-numbers {
  border-radius: 100%;
  width: 3.125rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.0625rem solid #222222;
  color: #222222;
  font-size: 1.5625rem;
  margin-right: 0.3125rem;
  line-height: 2.6875rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.widget-area-archive-blog-inner{
    position: sticky;
    top: 0;
}

.templines-blog-post-pagination .templines-default-pagination .page-numbers:last-child {
  margin-right: 0;
}
.templines-blog-post-pagination .templines-default-pagination .page-numbers.current, .templines-blog-post-pagination .templines-default-pagination .page-numbers:hover {
  color: #fff;
}

/*-------------------------------------------------------------------

==  Widget

-------------------------------------------------------------------*/
.widget-area-archive-blog {
  padding-left: 2.8125rem;
  /*-------------------------------------------------------------------

  ==  Widget Search

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

    ==  Widget Category

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

    ==  Widget Tags

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

    ==  Widget Calendar

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

  ==  Widget Mailchimp

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

  ==  Widget Resent Post

  -------------------------------------------------------------------*/
  /*-------------------------------------------------------------------

  ==  Blog Posts

  -------------------------------------------------------------------*/
}
.widget-area-archive-blog .widget + .widget {
  margin-top: 3.125rem;
}
.widget-area-archive-blog .widget .widget-title {
  font-size: 1.75rem;
  letter-spacing: -0.015625rem;
  position: relative;
  padding-bottom: 0.625rem;
  margin-bottom: 1.875rem;
}
.widget-area-archive-blog .widget .widget-title:before {
  content: "";
  width: 1.875rem;
  height: 2px;
  display: inline-block;
  background: #eb5a31;
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget-area-archive-blog .widget ul {
  padding: 0;
  margin: 0;
}
.widget-area-archive-blog .widget ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-area-archive-blog .widget ul li a {
  color: inherit;
}
.widget-area-archive-blog .widget select {
  border-radius: 3.125rem;
  padding: 1.1875rem 1.5625rem;
  padding-right: 3.75rem;
}
.widget-area-archive-blog .widget_search form {
  position: relative;
}
.widget-area-archive-blog .widget_search form fieldset {
  padding: 0;
  border: 0;
}
.widget-area-archive-blog .widget_search form .search-input {
  border-radius: 3.125rem;
  padding: 1.1875rem 1.5625rem;
  padding-right: 3.75rem;
  background: rgba(255, 255, 255, 0.5);
}
.widget-area-archive-blog .widget_search form .search-submit-wrap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 3.75rem;
  padding-right: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.widget-area-archive-blog .widget_search form .search-submit-wrap button {
  line-height: 1;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  font-size: 0.8125rem;
}
.widget-area-archive-blog .widget_categories ul {
  padding: 0;
  margin: 0;
}
.widget-area-archive-blog .widget_categories ul li {
  padding-left: 1.25rem;
  padding-top: 0.9375rem;
  margin: 0;
  list-style: none;
  position: relative;
}
.widget-area-archive-blog .widget_categories ul li:before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border: 0;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: calc(100% - 0.9375rem);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background: #b69b89;
    border-radius: 100px;
}
.widget-area-archive-blog .widget_categories ul li:hover:before {
  background: #222;
}
.widget-area-archive-blog .widget_categories ul li .templines-categories-post-count {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  right: 0;
}
.widget-area-archive-blog .widget_categories ul li:first-child {
  padding-top: 0;
}
.widget-area-archive-blog .widget_tag_cloud .tagcloud a {
display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    font-size: 0.8125rem !important;
    text-transform: uppercase;
    padding: 0.625rem 0.9375rem;
    background: #fff;
    color: #222;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 3px;
}
.widget-area-archive-blog .widget_tag_cloud .tagcloud a:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  color: #fff;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap {
  position: relative;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap #wp-calendar {
  width: 100%;
  position: relative;
  background: transparent;
  margin: 0;
  border: none;
  border-collapse: collapse;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap #wp-calendar caption {
  background: transparent;
  caption-side: top;
  text-align: center;
  height: 30px;
  line-height: 35px;
  font-size: 14px;
  padding: 0;
  margin-bottom: 15px;
  color: #222222;
  font-weight: 500;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap #wp-calendar thead th,
.widget-area-archive-blog .widget_calendar .calendar_wrap #wp-calendar tbody td {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap #wp-calendar thead th {
  font-size: 14px;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap #wp-calendar tbody td {
  font-size: 12px;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap #wp-calendar thead {
  background: transparent;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap #wp-calendar thead th {
  color: #222;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap #wp-calendar tbody tr {
  background: transparent;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap #wp-calendar tbody tr td {
  border: 1px solid #e7d7d2;
  position: relative;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap #wp-calendar tbody tr td a {
  display: block;
  position: relative;
  z-index: 2;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  z-index: -1;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover {
  color: #fff !important;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap #wp-calendar tbody tr td.pad {
  border: none;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav {
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev,
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  width: 36px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a,
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
  border: 1px solid #ddd;
  background-color: #fff;
  display: block;
  position: relative;
  margin: 0 auto;
  color: transparent !important;
  width: 35px;
  height: 35px;
  line-height: 24px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:before,
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:before {
  font-family: FontAwesome;
  color: #222;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 12px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover,
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover:before,
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover:before {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev.pad,
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next.pad {
  text-align: center;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev.pad:before,
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next.pad:before {
  color: #f1f1f1;
  font-family: FontAwesome;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav #prev {
  left: 0;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav #prev a:before {
  content: "\f104";
}
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav #prev.pad:before {
  content: "\f104";
}
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav #next {
  right: 0;
}
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav #next a:before {
  content: "\f105";
}
.widget-area-archive-blog .widget_calendar .calendar_wrap .wp-calendar-nav #next.pad:before {
  content: "\f105";
}
.widget-area-archive-blog .widget_templines_wmpl_mailchimp_footer .mailchimp-widget-form-wrap .mailchimp-widget-text-content-wrap {
  margin-bottom: 0.9375rem;
}
.widget-area-archive-blog .widget_templines_wmpl_mailchimp_footer .mailchimp-widget-form-wrap form .templines-mailchimp-form-wrap {
  position: relative;
}
.widget-area-archive-blog .widget_templines_wmpl_mailchimp_footer .mailchimp-widget-form-wrap form .templines-mailchimp-form-wrap input {
  border-radius: 3.125rem;
  padding: 1.1875rem 1.5625rem;
  padding-right: 3.75rem;
}
.widget-area-archive-blog .widget_templines_wmpl_mailchimp_footer .mailchimp-widget-form-wrap form .templines-mailchimp-form-wrap .mailchimp-submit-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0.625rem;
  line-height: 1;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
}
.widget-area-archive-blog .widget_templines_wmpl_mailchimp_footer .mailchimp-widget-form-wrap form .templines-mailchimp-form-wrap .mailchimp-submit-btn i {
  font-size: 1rem;
  margin-top: -0.1875rem;
}
.widget-area-archive-blog .widget_templines_wmpl_mailchimp_footer .mailchimp-widget-form-wrap form .templines-mailchimp-form-wrap .mailchimp-elementor-btn {
  display: none !important;
}
.widget-area-archive-blog .widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap .blog-post-widget-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5625rem;
  padding-bottom: 1.5625rem;
  border-bottom: 0.0625rem solid #e7d7d2;
}
.widget-area-archive-blog .widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap .blog-post-widget-item:last-child {
  margin-bottom: 0;
}
.widget-area-archive-blog .widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap .blog-post-widget-item .thumbnail-wrap {
  padding-right: 0.9375rem;
}
.widget-area-archive-blog .widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap .blog-post-widget-item .thumbnail-wrap img {
  max-width: 4.375rem;
}
.widget-area-archive-blog .widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap .blog-post-widget-item .post-content-wrap .post-widget-title a {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #222222;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.widget-area-archive-blog .widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap .blog-post-widget-item .post-content-wrap .post-widget-date {
  font-size: 0.875rem;
}
.widget-area-archive-blog .widget_templines_theme_helper_blog_post_widget .blog-post-widget-wrap .blog-post-widget-item .post-content-wrap .post-widget-date i {
  margin-right: 0.375rem;
}
.widget-area-archive-blog .widget_templines_blog_post_widget .blog-post-widget-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget-area-archive-blog .widget_templines_blog_post_widget .blog-post-widget-item .thumbnail-wrap {
  max-width: 5rem;
  margin-right: 0.9375rem;
}
.widget-area-archive-blog .widget_templines_blog_post_widget .blog-post-widget-item .post-widget-title {
  line-height: 1.3;
  margin-bottom: 0.375rem;
}
.widget-area-archive-blog .widget_templines_blog_post_widget .blog-post-widget-item .post-widget-title .post-widget-link {
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 1em;
    line-height: 1em;
}
.widget-area-archive-blog .widget_templines_blog_post_widget .blog-post-widget-item .post-widget-date {
  font-size: 0.8125rem;
}
.widget-area-archive-blog .widget_templines_blog_post_widget .blog-post-widget-item .post-widget-date i {
  margin-right: 0.25rem;
  position: relative;
  top: -0.0625rem;
}
.widget-area-archive-blog .widget_templines_blog_post_widget .blog-post-widget-item + .blog-post-widget-item {
  border-top: 1px solid;
  margin-top: 1.5625rem;
  padding-top: 1.5625rem;
}



/*-------------------------------------------------------------------

==  Footer

-------------------------------------------------------------------*/
footer.theme-footer {
  background: url("./image/bg-footer.svg") #292933 bottom right no-repeat;
  padding-bottom: 4.375rem;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}
footer.theme-footer .footer--entry-content {
  position: relative;
  max-width: 91.25rem;
  width: 100%;
  margin: 0 auto;
  margin-top: -4.375rem;
  background: #fff;
  padding: 6.25rem 6.875rem;
}
footer.theme-footer .footer--entry-content .footer-default-copyrights {
  font-size: 1rem;
  letter-spacing: -0.03125rem;
}

footer.theme-footer .widget_templines_footer_logotype {
  margin-bottom: 3rem;
}
footer.theme-footer .widget_nav_menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 0;
}
footer.theme-footer .widget_nav_menu .widget--title {
  width: 100%;
  line-height: 1.1;
  font-size: 1.75rem;
  margin-bottom: 1.5625rem;
}
footer.theme-footer .widget_nav_menu ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .widget_nav_menu ul li {
  font-size: 1rem;
  line-height: 1.6;
}
footer.theme-footer .widget_nav_menu ul li a {
  color: inherit;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer.theme-footer .widget_nav_menu ul li + li {
  margin-top: 1.25rem;
  line-height: 1.1;
}
footer.theme-footer .widget_text .textwidget * {
  font-size: 1.125rem;
}
footer.theme-footer .widget_templines_social_profiles {
  margin-top: 4.0625rem;
}
footer.theme-footer .widget_templines_social_profiles .footer-social-profiles-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer.theme-footer .widget_templines_social_profiles .footer-social-profiles-wrap .social-icon-title-text {
  margin-right: 1.5625rem;
}
footer.theme-footer .widget_templines_social_profiles .footer-social-profiles-wrap .social-icon-title-text .social-title {
  line-height: 1.1;
  font-size: 1.75rem;
  margin-bottom: 0;
}
footer.theme-footer .widget_templines_social_profiles .footer-social-profiles-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.theme-footer .widget_templines_social_profiles .footer-social-profiles-wrap ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer.theme-footer .widget_templines_social_profiles .footer-social-profiles-wrap ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer.theme-footer .widget_templines_social_profiles .footer-social-profiles-wrap ul li + li {
  margin-left: 0.625rem;
}
footer.theme-footer .widget_templines_footer_copyright {
  margin-bottom: 0;
  border-top: 0.0625rem solid;
  margin-top: 4.0625rem;
  padding-top: 4.0625rem;
}
footer.theme-footer .widget_templines_footer_copyright .footer-copyright-container {
  font-size: 1rem;
  letter-spacing: -0.04rem;
}
footer.theme-footer .widget_templines_footer_copyright .footer-copyright-container .entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*-------------------------------------------------------------------

==  Login Form

-------------------------------------------------------------------*/
.header-login-form-wrap .form-container-wrap, .header-login-form-wrap .templines-login-in-btn-wrap {
  width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  max-width: 25rem;
  background: #ffffff;
  padding: 2.5rem 1.875rem;
  -webkit-transform: translateY(0.625rem);
  -ms-transform: translateY(0.625rem);
  transform: translateY(0.625rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: -99;
}
.header-login-form-wrap .form-container-wrap.opened, .header-login-form-wrap .templines-login-in-btn-wrap.opened {
  z-index: 99;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.form-container-wrap p {
  margin-bottom: 1.25rem;
}
.form-container-wrap p + p {
  margin-top: 1.25rem;
}
.form-container-wrap .login-submit {
  margin-bottom: 0;
}
.form-container-wrap label.error {
  font-size: 0.6875rem;
  text-transform: none !important;
}
.form-container-wrap .status {
  font-size: 0.8125rem;
  margin-bottom: 0.1875rem;
  color: #898989;
}
.form-container-wrap .lost-password-wrapper {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
.form-container-wrap .lost-password-wrapper .lost-password-from-btn {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: -0.00625rem;
  cursor: pointer;
  color: #898989;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-container-wrap .lost-password-wrapper .lost-password-from-btn:before, .form-container-wrap .lost-password-wrapper .lost-password-from-btn:after {
  width: 100%;
  height: 0.0625rem;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #898989;
  transition: transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  z-index: 1;
}
.form-container-wrap .lost-password-wrapper .lost-password-from-btn:after {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 2;
  background: #222222;
}
.form-container-wrap .lost-password-wrapper .lost-password-from-btn:hover {
  color: #222222;
}
.form-container-wrap .lost-password-wrapper .lost-password-from-btn:hover:before {
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.form-container-wrap .lost-password-wrapper .lost-password-from-btn:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.form-container-wrap .login-submit button {
  width: 100%;
}
.form-container-wrap .form-title {
  font-size: 2rem;
  position: relative;
  margin-bottom: 1.5625rem;
  padding-bottom: 0.625rem;
}
.form-container-wrap .form-title:before {
  content: "";
  width: 1.875rem;
  height: 0.125rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.form-container-wrap input {
  padding: 1rem 1.5625rem;
}
.form-container-wrap label {
  width: 100%;
  line-height: 1;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.625rem;
}
.form-container-wrap label .required-star {
  color: red;
}
.form-container-wrap .login-password, .form-container-wrap .signonpassword-wrap {
  position: relative;
}
.form-container-wrap .login-password input, .form-container-wrap .signonpassword-wrap input {
  padding-right: 3.125rem;
}
.form-container-wrap .login-password .toggle-password, .form-container-wrap .signonpassword-wrap .toggle-password {
  cursor: pointer;
  position: absolute;
  top: 2.125rem;
  right: 0;
  width: 3.125rem;
  height: 3.375rem;
  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: 0.875rem;
  color: #898989;
}
.form-container-wrap .register-btn-from {
  font-size: 0.875rem;
  margin-top: 0.9375rem;
}
.form-container-wrap .register-btn-from .register-login-in-btn {
  margin-left: 0.3125rem;
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: -0.00625rem;
  cursor: pointer;
  color: #898989;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-container-wrap .register-btn-from .register-login-in-btn:before, .form-container-wrap .register-btn-from .register-login-in-btn:after {
  width: 100%;
  height: 0.0625rem;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #898989;
  transition: transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  z-index: 1;
}
.form-container-wrap .register-btn-from .register-login-in-btn:after {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 2;
  background: #222222;
}
.form-container-wrap .register-btn-from .register-login-in-btn:hover {
  color: #222222;
}
.form-container-wrap .register-btn-from .register-login-in-btn:hover:before {
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.form-container-wrap .register-btn-from .register-login-in-btn:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.form-container-wrap .register-btn-warp {
  margin-top: 2.1875rem;
}
.form-container-wrap .register-btn-warp button {
  width: 100%;
}
.form-container-wrap .reset-password-text-content {
  font-size: 0.9375rem;
  color: #898989;
}
.form-container-wrap .reset-password-btn-wrap {
  margin-top: 2.1875rem;
}
.form-container-wrap .reset-password-btn-wrap button {
  width: 100%;
}

.logout-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logout-btn-wrap a {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  width: 100%;
  padding: 0.75rem 1.5625rem;
  color: #fff !important;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 40px;
}
.logout-btn-wrap a + a {
  margin-left: 2%;
}

/*-------------------------------------------------------------------

==  Header Search form

-------------------------------------------------------------------*/
.header-search-form-wrap {
  width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transform: translateY(0.625rem);
  -ms-transform: translateY(0.625rem);
  transform: translateY(0.625rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: -99;
  padding: 0 0.9375rem;
}
.header-search-form-wrap.opened {
  z-index: 99;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header-search-form-wrap .product-search-content {
  background: #ffffff;
  padding: 2.5rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 60rem;
  margin: 0 auto;
}
.header-search-form-wrap .product-search-content .product-cat {
  min-width: 15rem;
}
.header-search-form-wrap .product-search-content .product-cat .templines-product-category-select {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.header-search-form-wrap .product-search-content .product-cat .templines-product-category-select:after {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: 0;
  top: 50%;
  right: 0.875rem;
  border-bottom: none !important;
  color: rgba(0, 0, 0, 0.5);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 0.25rem dashed;
  border-top: 0.25rem solid;
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-search-form-wrap .product-search-content .product-cat .templines-product-category-select.open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.header-search-form-wrap .product-search-content .product-cat .templines-product-category-select.open ul {
  top: 0;
  height: auto;
  max-height: 600px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateY(71px);
  -ms-transform: scaleY(1) translateY(71px);
  transform: scaleY(1) translateY(71px);
}
.header-search-form-wrap .product-search-content .product-cat .templines-product-category-select .list {
  margin: 0;
  min-width: 18.75rem;
  max-height: 12.5rem;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  background: #ffffff;
  height: auto;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 7;
  -webkit-box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scaleY(0.9) translateY(81px);
  -ms-transform: scaleY(0.9) translateY(81px);
  transform: scaleY(0.9) translateY(81px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-search-form-wrap .product-search-content .product-cat .templines-product-category-select .list li {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 0.875rem;
}
.header-search-form-wrap .product-search-content .product-cat .templines-product-category-select .list li:hover {
  color: #fff;
}
.header-search-form-wrap .product-search-content .product-cat .templines-product-category-select .list li + li {
  border-top: 1px solid;
}
.header-search-form-wrap .product-search-content .search-wrapper {
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.header-search-form-wrap .product-search-content button {
  min-width: 13.125rem;
}

/*-------------------------------------------------------------------

==  Header Sidebar

-------------------------------------------------------------------*/
.header-sidebar-container-wrap {
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
}
.header-sidebar-container-wrap .sidebar-overflow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}
.header-sidebar-container-wrap .slide-header-sidebar {
  overflow: auto;
  padding: 1.25rem 2.1875rem;
  padding-top: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 28.125rem;
  height: 100%;
  background: #222222;
  z-index: 9;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.header-sidebar-container-wrap.opened {
  display: block;
}

.slide-header-sidebar .sidebar-close-btn-wrap {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  z-index: 99;
  width: 2.5rem;
  height: 2.5rem;
}
.slide-header-sidebar .sidebar-close-btn-wrap .sidebar-close-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.slide-header-sidebar .sidebar-close-btn-wrap .sidebar-close-btn i {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #fff;
  font-size: 1.6875rem;
}
.slide-header-sidebar .widget_templines_footer_logotype .footer-logotype-container {
  text-align: center;
}
.slide-header-sidebar .widget_templines_footer_logotype .footer-logotype-container img {
  max-width: 9.375rem !important;
}
.slide-header-sidebar .widget_templines_wmpl_change_languages {
  text-align: center;
  margin-top: 1.25rem;
}
.slide-header-sidebar .widget_templines_wmpl_change_languages .demo-language-selector {
  padding-left: 0;
}
.slide-header-sidebar .widget_templines_wmpl_change_languages ul {
  padding: 0;
  margin: 0;
}
.slide-header-sidebar .widget_nav_menu {
  min-height: calc(100vh -  14.375rem);
  max-height: calc(100vh -  14.375rem);
  overflow: auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slide-header-sidebar .widget_nav_menu ul {
  padding: 0;
  margin: 0;
}
.slide-header-sidebar .widget_nav_menu ul li {
  text-align: center;
  min-width: 15.625rem;
}
.slide-header-sidebar .widget_nav_menu ul li a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 1.375rem;
}
.slide-header-sidebar .widget_nav_menu ul li + li {
  margin-top: 0.75rem;
}
.slide-header-sidebar .widget_templines_social_profiles {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  width: 100%;
  margin-bottom: 0.625rem;
}
.slide-header-sidebar .widget_templines_social_profiles .footer-social-profiles-ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slide-header-sidebar .widget_templines_social_profiles .footer-social-profiles-ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0.4375rem;
}
.slide-header-sidebar .widget_templines_social_profiles .footer-social-profiles-ul li a {
  border-radius: 100%;
  color: #fff;
  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;
  width: 2.1875rem;
  height: 2.1875rem;
  background: rgba(255, 255, 255, 0.08);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slide-header-sidebar .widget_templines_social_profiles .footer-social-profiles-ul li a i {
  font-size: 0.875rem;
}

/*-------------------------------------------------------------------

== Custom Animation

-------------------------------------------------------------------*/
@-webkit-keyframes rotateAnim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateAnim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*-------------------------------------------------------------------

== Mobile Menu

-------------------------------------------------------------------*/
.fl-mobile-menu-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1098;
}
.fl-mobile-menu-wrapper .fl-sidebar-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1099;
  cursor: pointer;
}
.fl-mobile-menu-wrapper .fl--mobile-menu-navigation-wrapper {
  position: fixed;
  z-index: 1100;
  right: 0;
  top: 0;
  width: 17.5rem;
  background: #222222;
  padding: 2.8125rem 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
}
.fl-mobile-menu-wrapper .fl--mobile-menu-navigation-wrapper .fl--mobile-menu-navigation {
  max-height: calc(100% -  0.9375rem);
  overflow-x: auto;
}

.fl--mobile-menu-navigation-wrapper .widget_fl_theme_helper_wmpl_change_languages {
  padding-left: 0.9375rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.fl--mobile-menu {
  background: inherit;
  z-index: 9;
  position: relative;
  margin: 0;
  padding: 0;
}
.fl--mobile-menu > li:last-child .menu-link {
  border-bottom: none;
}
.fl--mobile-menu li {
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  overflow: hidden;
}
.fl--mobile-menu li.opened {
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  background: #3a3a3a;
}
.fl--mobile-menu li.opened > .menu-link .fl-menu-flipper-icon {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.fl--mobile-menu li.opened > .menu-link .fl-menu-flipper-icon .fl-front-content i {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.fl--mobile-menu li .menu-link {
  border-bottom: 0.0625rem solid #3a3a3a;
  position: relative;
  line-height: 1.1;
  display: block;
  padding: 1.0625rem 2.5rem 1.0625rem 1.5rem;
  color: #fff;
  font-size: 0.6875rem;
  text-transform: uppercase;
}
.fl--mobile-menu li .menu-link .fl-menu-flipper-icon {
  position: absolute;
  right: 0;
  color: rgba(255, 255, 255, 0.55);
  height: 100%;
  width: 3.125rem;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fl--mobile-menu li .menu-link:hover {
  color: #000;
}
.fl--mobile-menu li:last-child {
  border-bottom: none;
}
.fl--mobile-menu li .sub-menu {
  display: none;
  background: #3a3a3a;
}
.fl--mobile-menu li .sub-menu li .menu-link {
  text-transform: none;
  font-size: 0.6875rem;
}
.fl--mobile-menu li .sub-menu li .sub-menu {
  border-left: none;
  margin-left: 0;
}
.fl--mobile-menu li .sub-menu li .sub-menu li a {
  padding-left: 2.3125rem;
}
> .fl--mobile-menu li:first-child .menu-link {
  border-bottom: none;
}
.fl--mobile-menu li ul {
  margin: 0;
  padding: 0;
}

.fl--mobile-menu-navigation-wrapper::-webkit-scrollbar, .fl--mobile-menu-navigation::-webkit-scrollbar {
  width: 0.375rem;
  background: #fff;
  margin-right: 1.25rem;
}
.fl--mobile-menu-navigation-wrapper::-webkit-scrollbar-thumb, .fl--mobile-menu-navigation::-webkit-scrollbar-thumb {
  height: 9.375rem;
  border-radius: 0.625rem;
  background: #f7f7f7;
}

body.admin-bar .fl--mobile-menu-navigation-wrapper {
  top: 30px;
}
body.admin-bar ul.fl-sidebar-social-profiles {
  bottom: 50px;
}

.fl-menu-flipper-icon {
  position: absolute;
  right: 0;
  color: #fff;
  height: 100%;
  width: 50px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-perspective: 40px;
  perspective: 40px;
}
.fl-menu-flipper-icon .fl-front-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: inherit;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fl-menu-flipper-icon .fl-back-content {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: inherit;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.fl-close-sidebar-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s ease-in;
  -o-transition: opacity 0.6s ease-in;
  transition: opacity 0.6s ease-in;
  border: 0;
  border-radius: 0;
  position: absolute;
  height: 25px;
  width: 25px;
  margin: 0;
  outline: 0;
  padding: 10px;
  vertical-align: top;
  top: 15px;
  right: 5px;
  z-index: 99999;
  cursor: pointer;
}
.fl-close-sidebar-icon:before {
  font-family: "Font Awesome 6 Free";
  content: "\f00d";
  color: #fff !important;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fl--mobile-menu > li > .menu-link {
  font-weight: 600;
}

.fl-header-menu-container .fl--mobile-menu-icon {
  display: none !important;
}

/*-------------------------------------------------------------------

== Responsive

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 992px

-------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  .page-builder-mailchimp-wrap .templines-mailchimp-form-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-builder-mailchimp-wrap .templines-mailchimp-form-wrap input {
    min-height: 52px;
  }
  body {
    font-size: 0.9375rem;
  }
  .templines-site-header .header-row .row {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .header-sidebar-icon-wrap {
    display: none !important;
  }
  .templines-mega-menu-wrap {
    display: none;
  }
 .header-mobile-menu-icon-wrap {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .templines-default-style {
    font-size: 0.875rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
  .page-loader-wrapper .loader-content .loader-text-content .text-loader-content-wrap .loader-text, .page-loader-wrapper .loader-content .loader-text-content .text-loader-content-wrap .loader-text-progress {
    font-size: 2.5rem;
  }
  footer {
    padding: 0 !important;
  }
  footer .footer--entry-content {
    max-width: 90%;
    margin-top: -1.5625rem !important;
    padding: 2.1875rem 1.25rem !important;
  }
  footer .widget_templines_footer_logotype {
    text-align: center;
    margin-bottom: 2.1875rem;
  }
  footer .widget_templines_footer_logotype img {
    max-width: 200px !important;
  }
  footer .widget_nav_menu {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%;
  }
  footer .widget_nav_menu + .widget_nav_menu {
    margin-top: 1.25rem;
  }
  footer .widget_text {
    display: none;
  }
  footer .widget_nav_menu .widget--title {
    font-size: 1.3125rem;
    margin-bottom: 1.25rem;
  }
  footer .widget_nav_menu {
    text-align: center;
  }
  footer .widget_nav_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .widget_nav_menu ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    margin-bottom: 0.75rem;
  }
  footer .widget_nav_menu ul li + li {
    margin-top: 0;
  }
  footer .widget_templines_social_profiles .footer-social-profiles-wrap .social-icon-title-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    text-align: center;
  }
  footer .widget_templines_social_profiles .footer-social-profiles-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .widget_templines_social_profiles {
    margin-top: 1.25rem;
  }
  footer .widget_templines_social_profiles .footer-social-profiles-wrap ul {
    width: 100% !important;
    text-align: center;
  }
  footer .widget_templines_footer_copyright {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
  footer .widget_templines_footer_copyright .footer-copyright-container .entry-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  footer .widget_templines_footer_copyright .footer-copyright-container .entry-content .copyright-text {
    width: 100%;
    margin-bottom: 0.625rem;
    font-size: 0.9375rem;
  }
  footer .widget_templines_footer_copyright .footer-copyright-container .entry-content .site-footer-payment-img {
    width: 100%;
  }
  .templines-main-woo-wrap .templines-products-item-wrap {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .templines-main-woo-wrap .aside-woo {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 1.25rem;
  }
  .templines-page-header {
    min-height: 21.875rem;
  }
  .templines-page-header .header-entry-container .header--title {
    font-size: 5rem;
  }
  .templines-page-margin.bottom-margin {
    height: 5.625rem !important;
  }
}
/*-------------------------------------------------------------------

==  max-width 768px

-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .templines-product-item {
    margin-bottom: 15px !important;
  }
  .templines-page-header .header-entry-container .header--title {
    font-size: 3.75rem;
  }
  .templines-top-content-woo-archive .woocommerce-result-count {
    display: none;
  }
  .templines-main-woo-wrap .templines-products-item-wrap .templines-products-archive-wrapper .entry-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .templines-top-content-woo-archive .woocommerce-result-count {
    font-size: 0.75rem !important;
  }
  .templines-main-woo-wrap .templines-products-item-wrap .templines-shop-archive-product {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  footer .widget_nav_menu ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-loader-wrapper .loader-content .loader-text-content .text-loader-content-wrap .loader-text, .page-loader-wrapper .loader-content .loader-text-content .text-loader-content-wrap .loader-text-progress {
    font-size: 1.875rem;
  }
  .entry-single-woo-product-content .templines-images-single-woo-wrap.has-line-width-height {
    padding-right: 25px !important;
    padding-bottom: 25px !important;
  }
  .single-product .temoplines-top-product-content .templines-single-woo-content-wrap {
    padding-left: 15px !important;
  }
  .temoplines-top-product-content .templines-single-woo-content-wrap .price {
    font-size: 20px !important;
  }
  .temoplines-top-product-content .templines-single-woo-content-wrap .woocommerce-product-details__short-description {
    margin-bottom: 15px !important;
  }
  .temoplines-top-product-content .templines-single-woo-content-wrap .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
  }
  .temoplines-top-product-content .templines-single-woo-content-wrap .product_title {
    margin-bottom: 0 !important;
    margin-top: 10px !important;
  }
  .fl-quick-order-wrapper {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
  .templines-bottom-product-content .woocommerce-tabs .tabs li a {
    font-size: 23px !important;
  }
  .woocommerce div.product div.summary {
    margin-bottom: 0 !important;
  }
  .temoplines-top-product-content .templines-single-woo-content-wrap form.fl-quick-order-form {
    margin-bottom: 0 !important;
  }
  .templines-bottom-product-content .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews {
    margin: 0 !important;
  }
  .comment-respond form {
    margin-top: 15px !important;
  }
  .related {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
  }
  .entry-single-woo-product-content {
    margin-bottom: 0 !important;
  }
  .single-product .breadcrumbs {
    display: none !important;
  }
  .templines-cart-content-wrap .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .woocommerce-checkout .templines-order-wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .elementor-81 .elementor-element.elementor-element-3b2ffc4 .image-about-us-content .decor-img {
    display: none !important;
  }
  body.templines-light-header .templines-site-header .header-row {
    padding-right: 0;
  }
}
/*-------------------------------------------------------------------

==  max-width 520px

-------------------------------------------------------------------*/
@media screen and (max-width: 520px) {
  .selector-flower-style {
    -ms-grid-columns: (1fr)[1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }
}



.error404  .templines-page-header{
    display: none;
}

.error-404{
    background: #fff;
    max-width: 700px;
    margin: 50px auto 150px;
    padding: 60px;
}

#searchform fieldset{
    border: 0;
    position: relative;
    padding: 0;
}

.search-submit-wrap{
    position: absolute;
    right: 28px;
    top: 21px;
}

.error-404  .page-title{
    margin-bottom: 0;
    padding-bottom: 0;
}


ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0;
    margin: 0;
    padding: 0;
}


.aside-woo .widget .woo-widget--title, .aside-woo .widget .fl-filter-title {
    text-transform: capitalize;
}

.aside-woo .widget .woo-widget--title, .aside-woo .widget .fl-filter-title {
    padding-bottom: .625rem;
    margin-bottom: 1.1875rem;;
}

.fl-price-slider-wrapper{
    margin-top: 50px;
}

.fl-attribute-item{
    font-size: 16px;
    text-transform: capitalize;
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
    text-transform: capitalize;
}


.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 82.5rem !important;
  margin: 0 auto;
}

.elementor-widget-templines-florist-menu .templines-mega-menu li a {
    margin: 0 6px;
}




