/*!
Theme Name: Rara eCommerce
Theme URI: https://rarathemes.com/wordpress-themes/rara-ecommerce/
Author: Rara Theme
Author URI: https://rarathemes.com/
Version: 1.0.3
Tested up to: 6.0
Requires PHP: 5.6
Description: Rara eCommerce is a perfect theme for creating an online eCommerce store. The theme is compatible with WooCommerce. With this theme, you can create an online shop for fashion, cosmetics, jewelry, furniture, accessories, lifestyle, decoration, gadgets, books, home appliances, clothes, automobiles, groceries, and much more.  The theme includes multiple sections to easily display your products to showcase your products to boost your sales. You can easily change the look and feel of your website using unlimited colors and 1000+ Google fonts with a single click. The theme is mobile friendly, SEO Optimized, Schema friendly and loads fast to provide a smooth experience to your visitors. Check the theme demo at https://rarathemes.com/previews/?theme=rara-ecommerce, documentation at https://docs.rarathemes.com/docs/rara-ecommerce/, and get support at https://rarathemes.com/support-ticket/.
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: rara-ecommerce
Tags: blog, one-column, two-columns, right-sidebar, left-sidebar, footer-widgets, custom-background, custom-header, custom-menu, custom-logo, featured-images, threaded-comments, full-width-template, rtl-language-support, translation-ready, theme-options, e-commerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Rara eCommerce is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* 
------------------ automargin
*/
/* 
------------------ blockcenter
*/
/* 
------------------ pseudo
*/
/* 
------------------ placeholder
*/
/* 
------------------ positionabsoulute
*/
/* 
------------------ vendor prefixing
*/
:root {
  --primary-color: #C4B583;
  --primary-color-rgb: 196, 181, 131;
  --secondary-color: #D5001B;
  --secondary-color-rgb: 213, 0, 27;
  --grey-color: #7A7A7A;
  --grey-color-rgb: 122, 122, 122;
  --light-black: #383838;
  --light-black-rgb: 56, 56, 56;
  --dark-black: #000000;
  --dark-black-rgb: 0, 0, 0;
  --white-color: #ffffff;
  --white-color-rgb: 255, 255, 255;
  --light-gray: #F6F6F6;
  --light-gray-rgb: 246, 246, 246;
  --primary-font: Jost, sans-serif;
  --secondary-font: Jost, sans-serif;
}

.container-sm {
  max-width: 1322px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}

@media (max-width: 1440px) {
  .container-sm {
    max-width: 1170px;
  }
}

@media (max-width: 1199px) {
  .container-sm {
    max-width: 1000px;
  }
}

@media (max-width: 1024px) {
  .container-sm {
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .container-sm {
    max-width: 420px;
  }
}

.container-lg {
  max-width: 1860px;
  width: 100%;
  margin: auto;
  padding: 0 30px;
}

@media (max-width: 1440px) {
  .container-lg {
    max-width: 1280px;
  }
}

@media (max-width: 1199px) {
  .container-lg {
    max-width: 1120px;
  }
}

@media (max-width: 1024px) {
  .container-lg {
    max-width: 900px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .container-lg {
    max-width: 420px;
  }
}

.rightsidebar .site-content .row {
  display: flex;
}

@media (max-width: 1024px) {
  .rightsidebar .site-content .row {
    flex-direction: column;
  }
}

.rightsidebar .site-content .row .content-area {
  flex: 1;
  padding-right: 53px;
}

@media (max-width: 1024px) {
  .rightsidebar .site-content .row .content-area {
    padding-right: 0;
  }
}

.rightsidebar .site-content .row aside {
  flex: 0 0 21.60%;
  max-width: 21.60%;
}

@media (max-width: 1024px) {
  .rightsidebar .site-content .row aside {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.leftsidebar .site-content .row {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  .leftsidebar .site-content .row {
    flex-direction: column;
  }
}

.leftsidebar .site-content .row .content-area {
  flex: 1;
  padding-left: 53px;
}

@media (max-width: 1024px) {
  .leftsidebar .site-content .row .content-area {
    padding-left: 0;
  }
}

.leftsidebar .site-content .row aside {
  flex: 0 0 21.60%;
  max-width: 21.60%;
}

@media (max-width: 1024px) {
  .leftsidebar .site-content .row aside {
    margin-top: 60px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#primary {
  margin-bottom: 60px;
}

.full-width.centered .site-main,
.full-width.centered .author-section,
.full-width.centered .post-navigation {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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;
}

/**
 * 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;
  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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * 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 {
  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"] {
  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 {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: var(--primary-font);
  color: var(--font-color);
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

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
--------------------------------------------- */
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%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  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 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: 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: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.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: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-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);
  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;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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;
}

/* 
Typography
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--secondary-font);
  clear: both;
  color: var(--light-black);
  font-weight: 700;
  line-height: 1.45;
}

h1 {
  font-size: 2.000em;
}

h2 {
  font-size: 2.500em;
}

h3 {
  font-size: 2.250em;
}

h4 {
  font-size: 1.500em;
}

h5 {
  font-size: 1.125em;
  line-height: 1.1111em;
}

h6 {
  font-size: 1em;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: var(--dark-black);
  font-family: var(--secondary-font);
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.3em;
}

.entry-content h1 {
  font-size: 3.375em;
}

.entry-content h2 {
  font-size: 2.625em;
}

.entry-content h3 {
  font-size: 2.250em;
}

.entry-content h4 {
  font-size: 1.625em;
}

.entry-content h5 {
  font-size: 1.375em;
}

.entry-content h6 {
  font-size: 1.125em;
}

.site-branding .site-title {
  line-height: 1.3;
  margin: 0;
}

.site-branding p {
  margin-bottom: 0;
}

.site-title a {
  font-weight: 600;
}

.section-title {
  position: relative;
  font-size: 2.500em;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
  color: var(--light-black);
}

@media (max-width: 767px) {
  .section-title {
    font-size: 1.563em;
  }
}

.section-title::after {
  position: absolute;
  content: '';
  height: 3px;
  width: 64px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  background-color: var(--light-black);
  z-index: 1;
}

.section-desc {
  text-align: center;
  font-size: 1.250em;
}

@media (max-width: 767px) {
  .section-desc {
    font-size: 1em;
  }
}

.section-desc p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: var(--light-black);
  transition: 0.3s ease all;
}

.entry-content a {
  text-decoration: underline;
  color: var(--primary-color);
}

.entry-content a:hover {
  text-decoration: unset;
}

.woocommerce-page .entry-content a {
  text-decoration: none;
  color: inherit;
}

.woocommerce-page .entry-content a:hover {
  text-decoration: unset;
}

/* 
Elements
-------------------------- */
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--primary-font);
  color: var(--light-black);
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::after,
*::before {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body.custom-background .site {
  max-width: 85%;
  margin: 0 auto;
  background: var(--white-color);
}

.content-area .entry-content blockquote {
  margin: 0;
  padding: 45px 85px 40px 101px;
  background-color: var(--primary-color);
  margin: 8px 0 35px;
  border-left: 0;
}

@media (max-width: 767px) {
  .content-area .entry-content blockquote {
    padding: 30px 14px;
  }
}

.content-area .entry-content blockquote p {
  font-size: 1.625em;
  font-weight: 500;
  line-height: 1.3846;
  color: var(--white-color);
  margin-bottom: 9px;
}

.content-area .entry-content blockquote cite {
  color: var(--white-color);
  font-size: 1em;
  font-style: unset;
}

.skip-link,
.skip-link:hover,
.skip-link:visited {
  position: absolute;
  top: -9999px;
  font-size: 1em;
  background-color: var(--white-color);
  color: var(--font-color);
  padding: 13px 27px;
  font-weight: 600;
  line-height: 1;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s ease all;
}

.skip-link:focus,
.skip-link:hover:focus,
.skip-link:visited:focus {
  top: 30px;
}

.skip-link:hover,
.skip-link:hover:hover,
.skip-link:visited:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.primary-btn,
input[type="submit"],
.elementor-widget-button .elementor-button {
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-radius: 0;
  color: var(--white-color);
  background-color: var(--dark-black);
  padding: 18px 46px 18px 45px;
  border: 0;
}

.primary-btn:hover,
input[type="submit"]:hover,
.elementor-widget-button .elementor-button:hover {
  background-color: var(--primary-color);
}

button[type="submit"],
button {
  background-color: transparent;
  border: 0;
  outline: 0;
  color: var(--dark-black);
  cursor: pointer;
  transition: 0.3s ease all;
  padding: 0;
}

button[type="submit"]:focus,
button:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.8);
}

button[type="submit"]:hover path {
  fill: #888;
}

button.wp-custom-header-video-button {
  text-indent: 9999px;
  position: absolute;
  border: 0;
  margin: 0;
  overflow: hidden;
  background: transparent;
  visibility: collapse;
  z-index: 11;
  font-size: 0;
}

button.wp-custom-header-video-button.wp-custom-header-video-play {
  visibility: visible;
  content: "";
  height: 45px;
  width: 45px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z'/%3E%3C/svg%3E") center center no-repeat;
}

button.wp-custom-header-video-button.wp-custom-header-video-pause {
  visibility: visible;
  content: "";
  height: 45px;
  width: 45px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z'/%3E%3C/svg%3E") center center no-repeat;
}

.edit-link {
  display: block;
  width: 100%;
}

.edit-link .post-edit-link {
  display: inline-block;
  font-size: 0.6em;
  font-weight: 700;
  color: var(--white-color);
  background: var(--primary-color);
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 5px 10px;
}

.edit-link .post-edit-link:hover {
  background-color: var(--dark-black);
  color: var(--white-color);
}

iframe,
embed,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

img,
iframe,
svg {
  vertical-align: top;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

table thead {
  border: 0 !important;
}

table thead th {
  font-size: 1em;
  font-weight: 500;
  line-height: 2.8125;
  text-align: left;
  padding: 0 14px !important;
  background: unset;
  border: 0 !important;
}

table tbody tr:nth-child(odd) {
  background-color: #eef0f9;
}

table tbody tr td {
  text-align: left;
  font-size: 1em;
  line-height: 2.8125;
  padding: 0 14px !important;
  color: #5d5d5d;
  border: 0 !important;
}

table tbody tr td#today {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.wp-block-calendar table {
  text-align: center;
}

.wp-block-calendar table th {
  background: unset;
  border: 0;
  text-align: center;
}

.wp-block-calendar table tbody td {
  border: 0;
  text-align: center;
}

iframe,
embed,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

img,
iframe,
svg {
  vertical-align: top;
}

figure {
  margin: 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 {
  height: 53px;
}

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 {
  font-size: 0.938em;
  color: var(--light-black);
  border-radius: 0;
  border: 1px solid #DDDDDD;
  padding: 16px 23px;
  width: 100%;
  background: var(--white-color);
}

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: var(--light-black);
}

textarea {
  resize: vertical;
  height: 151px;
}

input[type="checkbox"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  border: 2px solid #C4C4C4;
  background-color: var(--white-color);
}

@media (max-width: 767px) {
  input[type="checkbox"] {
    width: 23px;
  }
}

input[type="checkbox"]:checked {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000000" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z" class=""></path></svg>');
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  border-color: var(--primary-color);
}

.site-main p {
  font-size: 1.125em;
  line-height: 1.65;
  color: var(--light-black);
}

.item .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  line-height: 1;
  font-size: 0.95em;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}

.item .star-rating::before {
  content: "\73\73\73\73\73";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.item .star-rating>span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.item .star-rating>span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #ffb001;
}

.dropcap {
  float: left;
  font-size: 3em;
  font-weight: 600;
  line-height: 0.8em;
  margin-top: 7px;
  margin-right: 10px;
  color: var(--dark-black);
}

.wp-block-media-text {
  margin-bottom: 30px;
}

.yith-wcqv-main #yith-quick-view-content .product {
  position: relative;
}

.yith-wcqv-main #yith-quick-view-content .product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}

.yith-wcqv-main #yith-quick-view-content .product span.onsale,
.yith-wcqv-main #yith-quick-view-content .product span.outofstock {
  position: absolute;
  font-size: 0.75em;
  font-weight: 500;
  top: 15px;
  left: 10px;
  padding: 3px 9px;
  background-color: var(--secondary-color);
  color: var(--white-color);
  line-height: 1.2;
  border-radius: 3px;
  z-index: 9;
  margin: 0;
  min-width: auto;
  min-height: auto;
}

.yith-wcqv-main #yith-quick-view-content .product .summary .product_title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  color: var(--dark-black);
  font-weight: 500;
}

.yith-wcqv-main #yith-quick-view-content .product .summary .woocommerce-product-rating {
  margin-bottom: 1em;
}

.yith-wcqv-main #yith-quick-view-content .product .summary .star-rating {
  font-size: 0.7em;
  margin-top: 10px;
  color: #ffb001;
}

.yith-wcqv-main #yith-quick-view-content .product .summary p.price {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 0;
}

.yith-wcqv-main #yith-quick-view-content .product .summary p.price>span {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  color: var(--dark-black);
  font-weight: 500;
}

.yith-wcqv-main #yith-quick-view-content .product .summary p.price del {
  color: var(--dark-black);
  opacity: 0.3;
  font-weight: 500;
  filter: alpha(opacity=30);
  margin-left: 15px;
}

.yith-wcqv-main #yith-quick-view-content .product .summary p.price ins {
  font-weight: 500;
  background: none;
  color: var(--dark-black);
}

.yith-wcqv-main #yith-quick-view-content .product .summary .stock {
  display: inline-block;
  background-color: #44bb9e;
  font-size: 0.875em;
  padding: 1px 9px;
  color: var(--white-color);
  width: unset;
  margin-top: 0;
  order: -2;
  margin-bottom: 0px;
}

.yith-wcqv-main #yith-quick-view-content .product .summary .woocommerce-product-details__short-description {
  font-size: 1.25em;
  color: var(--light-black);
  margin-top: 20px;
  width: 100%;
}

.yith-wcqv-main #yith-quick-view-content .product .summary .woocommerce-product-details__short-description p {
  margin-bottom: 18px;
}

.yith-wcqv-main #yith-quick-view-content .product .summary table.woocommerce-grouped-product-list tbody tr {
  background: none;
  border-bottom: 1px solid rgba(var(--dark-black-rgb), 0.1);
}

.yith-wcqv-main #yith-quick-view-content .product .summary table.woocommerce-grouped-product-list tbody tr td .button {
  background: var(--dark-black);
  color: var(--white-color);
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 10px 15px;
  line-height: 1.5;
}

.yith-wcqv-main #yith-quick-view-content .product .summary table.woocommerce-grouped-product-list tbody tr td .button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.yith-wcqv-main #yith-quick-view-content .product .summary table.woocommerce-grouped-product-list tbody tr td label a {
  color: var(--dark-black);
  font-size: 0.8em;
  font-weight: 700;
}

.yith-wcqv-main #yith-quick-view-content .product .summary table.woocommerce-grouped-product-list tbody tr td input[type="number"] {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.yith-wcqv-main #yith-quick-view-content .product .summary table.woocommerce-grouped-product-list tbody tr td .woocommerce-Price-amount {
  font-size: 0.8em;
  font-weight: 600;
}

.yith-wcqv-main #yith-quick-view-content .product .summary table.woocommerce-grouped-product-list tbody tr td del {
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-right: 5px;
}

.yith-wcqv-main #yith-quick-view-content .product .summary table.woocommerce-grouped-product-list tbody tr td ins {
  background: none;
}

.yith-wcqv-main #yith-quick-view-content .product .summary table.woocommerce-grouped-product-list tbody tr td p.stock.out-of-stock {
  margin-top: 0;
  margin-bottom: 0;
}

.yith-wcqv-main #yith-quick-view-content .product .summary .single_add_to_cart_button {
  background: var(--dark-black);
  font-size: 1em;
  font-weight: 500;
  padding: 20px 30px;
  border-radius: 0;
}

.yith-wcqv-main #yith-quick-view-content .product .summary .single_add_to_cart_button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.yith-wcqv-main #yith-quick-view-content .product .summary .product_meta {
  border-top: 1px solid rgba(var(--dark-black-rgb), 0.1);
  margin-top: 16px;
  padding-top: 16px;
  font-size: 0.938em;
  font-weight: 500;
  color: var(--dark-black);
  width: 100%;
}

.yith-wcqv-main #yith-quick-view-content .product .summary .product_meta>span {
  display: block;
  margin-bottom: 7px;
}

.yith-wcqv-main #yith-quick-view-content .product .summary .product_meta>span a,
.yith-wcqv-main #yith-quick-view-content .product .summary .product_meta>span span {
  display: inline-block;
  color: var(--light-black);
  margin-left: 3px;
  font-weight: 400;
}

.yith-wcqv-main #yith-quick-view-content .product .summary .product_meta>span a a,
.yith-wcqv-main #yith-quick-view-content .product .summary .product_meta>span span a {
  text-decoration: underline;
}

.yith-wcqv-main #yith-quick-view-content .product .summary .product_meta>span a:hover {
  color: var(--primary-color);
}

.yith-wcqv-main #yith-quick-view-content .product .summary .quantity .qty {
  padding: 5px;
  height: 54px;
  width: 5em;
}

.archive .page-header {
  padding: 23px 0 48px;
  background-color: #fafbfc;
  margin-bottom: 56px;
  margin-top: 0;
}

.archive .page-header .page-title {
  font-size: 2em;
  font-family: var(--primary-font);
  color: var(--dark-black);
  line-height: 1.5;
  font-weight: 600;
  margin: 8px 0 0;
}

.archive .post .entry-content p {
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  html {
    position: unset !important;
    top: 0 !important;
    width: unset !important;
    overflow: unset !important;
  }

  body {
    padding-top: 0 !important;
  }
}

/* 
Headers
---------------------------------- */
.site-header .main-navigation .nav-menu .close+li>a {
  padding-left: 0;
}

.site-header .main-navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.site-header .main-navigation ul li {
  display: inline-block;
  position: relative;
  font-size: 0.875em;
  font-weight: 500;
}

.site-header .main-navigation ul li:first-child a {
  margin-left: 0;
}

.site-header .main-navigation ul li:last-child ul li.menu-item-has-children::after {
  transform: rotate(90deg);
}

.site-header .main-navigation ul li:last-child ul li:hover>ul.sub-menu {
  left: unset;
  right: 100%;
}

.site-header .main-navigation ul li:last-child.focused li>ul.sub-menu {
  left: unset;
  right: 100%;
}

@media only screen and (min-width: 1025px) {
  .site-header .main-navigation ul li.menu-item-has-children::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-chevron-down fa-w-14' aria-hidden='true' data-prefix='fas' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='currentColor' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    width: 10px;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.site-header .main-navigation ul li.menu-item-has-children ul li.menu-item-has-children:hover:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-chevron-down fa-w-14' aria-hidden='true' data-prefix='fas' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23fff' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
}

.site-header .main-navigation ul li.menu-item-has-children ul li::after {
  right: 16px;
  transform: rotate(270deg);
  top: 40%;
}

.site-header .main-navigation ul li a {
  display: inline-block;
  color: var(--dark-black);
  margin: 0 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  text-transform: uppercase;
}

.site-header .main-navigation ul li a::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 0%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--secondary-color);
  transition: 0.3s width ease-in;
}

.site-header .main-navigation ul li a:hover {
  color: var(--secondary-color);
}

.site-header .main-navigation ul li a:hover::after {
  width: 100%;
}

.site-header .main-navigation ul li:hover>a,
.site-header .main-navigation ul li.current-menu-item>a,
.site-header .main-navigation ul li.current_page_item>a,
.site-header .main-navigation ul li.current-menu-ancestor>a,
.site-header .main-navigation ul li.current_page_ancestor>a {
  color: var(--secondary-color);
}

.site-header .main-navigation ul li:hover>ul,
.site-header .main-navigation ul li.focused>ul {
  opacity: 1;
  filter: alpha(opacity=100);
  clip: unset;
}

.site-header .main-navigation ul li .sub-menu li:hover>.sub-menu,
.site-header .main-navigation ul li .sub-menu li.focused>.sub-menu {
  left: 100%;
}

.site-header .main-navigation ul .sub-menu {
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  opacity: 0;
  clip: rect(1px, 1px, 1px, 1px);
  background: var(--white-color);
  z-index: 999;
}

.site-header .main-navigation ul .sub-menu li {
  display: block;
  font-size: 1em;
}

.site-header .main-navigation ul .sub-menu li a {
  display: block;
  padding: 15px 20px;
  margin: 0;
}

.site-header .main-navigation ul .sub-menu li a::after {
  content: none;
}

.site-header .main-navigation ul .sub-menu li:last-child>a {
  border-bottom: none;
}

.site-header .main-navigation ul .sub-menu li:hover>a,
.site-header .main-navigation ul .sub-menu li.current-menu-item>a,
.site-header .main-navigation ul .sub-menu li.current_page_item>a,
.site-header .main-navigation ul .sub-menu li.current-menu-ancestor>a,
.site-header .main-navigation ul .sub-menu li.current_page_ancestor>a {
  color: var(--white-color);
  background: var(--primary-color);
}

.site-header .main-navigation ul .sub-menu li .sub-menu li:hover>ul {
  left: 100%;
}

.site-header .main-navigation ul .sub-menu ul {
  top: 0;
}

.site-header .header-t {
  background-color: #f7f7f7;
  padding: 8px 0;
}

.site-header .header-t .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875em;
  line-height: 1.42;
  font-weight: 500;
}

.site-header .header-t .details .content>a {
  display: inline-block;
  margin-left: 5px;
}

.site-header .header-t .details .content>a:hover {
  text-decoration: underline;
}

.site-header .header-t .right {
  display: flex;
  align-items: center;
}

.site-header .header-t .right .currency-block {
  margin: 0 8px 0 24px;
}

.site-header .header-mid {
  padding: 31px 0 29px;
}

.site-header .header-mid .container-sm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.site-header .header-mid .advance-product-search {
  width: 45.7%;
  padding: 0 13px 11px 13px;
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 1440px) {
  .site-header .header-mid .advance-product-search {
    margin-left: 75px;
  }
}

@media (max-width: 1199px) {
  .site-header .header-mid .advance-product-search {
    width: 40.7%;
  }
}

.site-header .header-mid .advance-product-search form {
  display: flex;
  color: #818181;
  background: unset;
  font-size: 0.938em;
}

.site-header .header-mid .advance-product-search form .form-group {
  display: flex;
  width: 100%;
}

.site-header .header-mid .advance-product-search input,
.site-header .header-mid .advance-product-search select {
  border: 0;
  padding: 0;
  outline: 0;
}

.site-header .header-mid .advance-product-search input:focus,
.site-header .header-mid .advance-product-search select:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.8);
}

.site-header .header-mid .advance-product-search input {
  flex: 1;
  margin-right: 15px;
  font-size: 1.067em;
  height: auto;
}

.site-header .header-mid .advance-product-search .cat-dropdown {
  width: 136px;
  margin-right: 22px;
}

.site-header .header-mid .advance-product-search button:hover path {
  fill: var(--primary-color);
}

.site-header .header-mid .right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.site-header .header-mid .right a:hover svg {
  fill: #888;
}

.site-header .header-mid .right svg {
  width: 21px;
  height: 30px;
  vertical-align: middle;
}

.site-header .header-mid .right .favourite-block {
  margin-right: 14px;
}

.site-header .header-mid .right .cart {
  margin-left: 30px;
}

.site-header .header-mid .right a:hover+.count,
.site-header .header-mid .right a:hover .number {
  background-color: var(--primary-color);
}

.site-header .header-mid .right .count,
.site-header .header-mid .right .number {
  position: relative;
  right: 15px;
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--white-color);
  text-align: center;
  height: 16px;
  width: 16px;
  font-size: 0.625em;
  border-radius: 50%;
  transition: 0.3s ease all;
}

.site-header .header-main .header-main-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1440px) {
  .site-header .header-main .header-main-wrapper {
    flex-wrap: wrap;
  }
}

.site-header .header-main .shipping-cost {
  margin-left: auto;
  color: #818181;
  font-size: 0.813em;
}

@media only screen and (max-width: 1024px) {

  .site-header .header-t,
  .site-header .header-mid,
  .site-header .header-main {
    display: none;
  }
}

.site-header .cart-block {
  position: relative;
}

.site-header .cart-block a:hover svg {
  fill: #888;
}

.site-header .cart-block svg {
  width: 21px;
  height: 30px;
  vertical-align: middle;
}

.site-header .cart-block .number {
  position: relative;
  right: 15px;
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--white-color);
  text-align: center;
  height: 16px;
  width: 16px;
  font-size: 0.625em;
  border-radius: 50%;
  transition: 0.3s ease all;
}

@media only screen and (min-width: 1025px) {
  .mobile-header {
    display: none;
  }
}

.mobile-header .primary-menu-list .mobile-menu {
  position: relative;
}

.mobile-header .btn-close.close-main-nav-toggle {
  position: absolute;
  top: 46px;
  width: 40px;
  height: 40px;
  left: 20px;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
  z-index: 111;
}

.mobile-header .btn-close.close-main-nav-toggle span {
  content: "";
  background: #888;
  width: 25px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.mobile-header .btn-close.close-main-nav-toggle span:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-header .btn-close.close-main-nav-toggle:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.8);
}

.mobile-header .btn-close.close-main-nav-toggle:hover {
  background-color: var(--primary-color);
}

.mobile-header .btn-close.close-main-nav-toggle:hover::before,
.mobile-header .btn-close.close-main-nav-toggle:hover::after {
  background-color: var(--white-color);
}

.mobile-header .content {
  font-size: 0.75em;
  font-weight: 500;
  text-align: center;
  padding: 7px 0px;
  background-color: #f7f7f7;
}

.mobile-header .content a {
  color: var(--primary-color);
  margin-left: 15px;
}

.mobile-header .content a:hover {
  text-decoration: underline;
}

.mobile-header .mobile-site-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 20px;
}

.mobile-header .mobile-site-wrap .toggle-btn {
  width: 30px;
  height: 18px;
}

.mobile-header .mobile-site-wrap .toggle-btn .toggle-bar:last-child,
.mobile-header .mobile-site-wrap .toggle-btn .toggle-bar:first-child,
.mobile-header .mobile-site-wrap .toggle-btn .toggle-bar {
  width: 24px;
}

.mobile-header .mobile-site-wrap .toggle-btn:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.8);
}

.mobile-header .mbl-header-inner .mbl-wrapper {
  padding: 11px 20px 52px;
}

.mobile-header .mbl-header-inner form {
  position: relative;
}

.mobile-header .mbl-header-inner form .search-submit {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='search' transform='translate(-1201.9 -122.496)'%3E%3Cpath id='Icon_ionic-ios-search' data-name='Icon ionic-ios-search' d='M26.242,24.9l-6.119-6.174a8.72,8.72,0,1,0-1.323,1.34L24.878,26.2a.942.942,0,0,0,1.329.034A.947.947,0,0,0,26.242,24.9Zm-12.971-4.76a6.884,6.884,0,1,1,4.87-2.016A6.844,6.844,0,0,1,13.271,20.141Z' transform='translate(1197.4 118.004)' fill='%23292929'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 22px;
  width: 22px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 999px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  right: 16px;
}

.mobile-header .mobile-header-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: #ffffff;
  z-index: 9999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.mobile-header .mobile-header-popup .mbl-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 11px auto 48px;
  flex-wrap: wrap;
  position: relative;
}

.mobile-header .mobile-header-popup .mbl-header-top .site-branding {
  margin: 0 auto;
}

.mobile-header .mobile-header-popup #site-navigation.main-navigation {
  margin-top: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}

.mobile-header .mobile-header-popup #site-navigation.main-navigation li a {
  font-size: 1.15em;
}

@media (max-width: 767px) {
  .mobile-header .mobile-header-popup #site-navigation.main-navigation li a {
    font-size: 1em;
  }
}

.mobile-header .mobile-header-popup #site-navigation.main-navigation ul {
  flex-direction: column;
}

.mobile-header .mobile-header-popup #site-navigation.main-navigation ul .angle-down {
  transform: rotate(-90deg);
}

.mobile-header .mobile-header-popup #site-navigation.main-navigation ul .angle-down.active {
  transform: rotate(0);
}

.mobile-header .mobile-header-popup #site-navigation.main-navigation ul li:hover>a {
  background-color: unset;
  color: unset;
}

.mobile-header .mobile-header-popup #site-navigation.main-navigation ul li a:hover {
  color: var(--secondary-color);
}

.mobile-header .mobile-header-popup #site-navigation.main-navigation ul li ul {
  all: unset;
  display: none;
  padding-left: 15px;
}

.mobile-header .mobile-header-popup #site-navigation.main-navigation ul li a {
  margin: 0;
  padding: 10px 0;
  background: unset;
  color: var(--dark-black);
}

.mobile-header .mobile-header-popup #site-navigation.main-navigation ul li a:after {
  content: none;
}

.mobile-header .mobile-header-popup .mbl-header-right {
  margin-top: 22px;
  display: flex;
}

.mobile-header .mobile-header-popup .mbl-header-right a:hover svg {
  fill: #888;
}

.mobile-header .mobile-header-popup .mbl-header-right svg {
  width: 21px;
  height: 30px;
  vertical-align: middle;
}

.mobile-header .mobile-header-popup .mbl-header-right .favourite-block {
  position: relative;
  top: 2px;
  margin-left: 20px;
}

.mobile-header .mobile-header-popup .mbl-header-right .user-block:hover .user-block-popup {
  display: none;
}

.mobile-header .mobile-header-popup .mbl-header-right .count {
  position: relative;
  right: 15px;
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--white-color);
  text-align: center;
  height: 16px;
  width: 16px;
  font-size: 0.625em;
  border-radius: 50%;
  transition: 0.3s ease all;
}

.mobile-header .socio-wrap {
  margin-top: 12px;
}

.mobile-header .socio-wrap .social-networks li:first-child,
.mobile-header .socio-wrap .social-networks a:first-child {
  padding-left: 0;
  margin-left: 0;
}

.angle-down {
  display: none;
}

@media (max-width: 1024px) {
  .angle-down {
    display: block;
    padding: 0;
    min-height: auto;
    background: none;
    font-size: 10px;
    color: #474747;
    display: block;
    position: absolute;
    top: 0;
    right: 7px;
    width: 30px;
    text-align: center;
    height: 51px;
    line-height: 48px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
  }

  .angle-down>svg {
    font-size: 13px;
  }

  .angle-down.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .angle-down:focus {
    outline: 1px dotted rgba(var(--dark-black-rgb), 0.8);
  }
}

.toggle-btn {
  position: relative;
  z-index: 99;
  height: auto;
  width: auto;
}

.toggle-btn:hover .toggle-bar {
  width: 24px;
}

.toggle-btn:hover .toggle-bar:first-child,
.toggle-btn:hover .toggle-bar:last-child {
  width: 24px;
}

.toggle-btn .toggle-bar {
  position: relative;
  display: block;
  margin-right: 18px;
  width: 19px;
  height: 2px;
  background: var(--dark-black);
  transition: all 0.4s;
}

.toggle-btn .toggle-bar:first-child {
  height: 2px;
  bottom: -8px;
  width: 12px;
}

.toggle-btn .toggle-bar:last-child {
  height: 2px;
  bottom: 8px;
  width: 24px;
}

body.admin-bar.stick-t-bar-hide .mobile-header-popup {
  top: 32px !important;
  transition: 0.3s ease all;
}

@media only screen and (max-width: 782px) {
  body.admin-bar.stick-t-bar-hide .mobile-header-popup {
    top: 46px !important;
    transition: 0.3s ease all;
  }
}

/* --------------------------

*/
input[type="submit"] {
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s ease all;
}

input[type="submit"]:hover {
  background-color: var(--primary-color);
}

.check-mark {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0px;
  left: 0;
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 0;
  background-position: center;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.select2-container .select2-selection--single,
.widget .select2-container .select2-selection--single {
  height: 53px;
  border: 1px solid #DDDDDD;
  border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.widget .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--light-black);
  line-height: 53px;
  border: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered.placeholder,
.widget .select2-container .select2-selection--single .select2-selection__rendered.placeholder {
  color: var(--light-black);
}

.select2-container .select2-selection--single .select2-selection__rendered:-moz-placeholder,
.widget .select2-container .select2-selection--single .select2-selection__rendered:-moz-placeholder {
  color: var(--light-black);
}

.select2-container .select2-selection--single .select2-selection__rendered::-moz-placeholder,
.widget .select2-container .select2-selection--single .select2-selection__rendered::-moz-placeholder {
  color: var(--light-black);
}

.select2-container .select2-selection--single .select2-selection__rendered:-ms-input-placeholder,
.widget .select2-container .select2-selection--single .select2-selection__rendered:-ms-input-placeholder {
  color: var(--light-black);
}

.select2-container .select2-selection--single .select2-selection__rendered::-webkit-input-placeholder,
.widget .select2-container .select2-selection--single .select2-selection__rendered::-webkit-input-placeholder {
  color: var(--light-black);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 51px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  padding: 15px 40px;
  background-color: var(--dark-black);
  color: var(--white-color);
  font-weight: 500;
  letter-spacing: 0.3px;
  font-weight: 500;
  font-size: 1em;
  border-radius: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

/* 
  Banner
--------------------------- */
.site-banner {
  position: relative;
  padding: 0 30px;
  margin-bottom: 108px;
}

@media (max-width: 1024px) {
  .site-banner {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .site-banner {
    margin-bottom: 51px;
  }
}

@media (max-width: 767px) {
  .site-banner {
    padding: 0;
  }
}

.site-banner.has-static-overlay .wp-custom-header {
  position: relative;
}

.site-banner.has-static-overlay .wp-custom-header::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(var(--dark-black-rgb), 0.3);
}

.site-banner.has-static-overlay .container-sm .banner-caption .banner-desc,
.site-banner.has-static-overlay .container-sm .banner-caption .banner-title {
  color: var(--white-color);
}

@media (max-width: 767px) {
  .site-banner .wp-custom-header {
    height: 343px;
  }
}

.site-banner .wp-custom-header>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.site-banner.static-banner .banner-caption,
.site-banner.video-banner .banner-caption {
  position: absolute;
  font-family: var(--primary-font);
  top: 50%;
  transform: translateY(-50%);
  max-width: 650px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 767px) {

  .site-banner.static-banner .banner-caption,
  .site-banner.video-banner .banner-caption {
    max-width: 270px;
  }
}

.site-banner.static-banner .banner-caption .banner-desc,
.site-banner.video-banner .banner-caption .banner-desc {
  display: inline-block;
  letter-spacing: 1px;
  color: var(--dark-black);
  order: 1;
}

.site-banner.static-banner .banner-caption .banner-title,
.site-banner.video-banner .banner-caption .banner-title {
  font-size: 5.188em;
  letter-spacing: -0.3px;
  line-height: 1.125;
  color: var(--dark-black);
  margin-bottom: 19px;
  order: 2;
}

@media (max-width: 1440px) {

  .site-banner.static-banner .banner-caption .banner-title,
  .site-banner.video-banner .banner-caption .banner-title {
    font-size: 4em;
  }
}

@media (max-width: 1199px) {

  .site-banner.static-banner .banner-caption .banner-title,
  .site-banner.video-banner .banner-caption .banner-title {
    font-size: 3.3em;
  }
}

@media (max-width: 1024px) {

  .site-banner.static-banner .banner-caption .banner-title,
  .site-banner.video-banner .banner-caption .banner-title {
    font-size: 2.8em;
  }
}

@media (max-width: 767px) {

  .site-banner.static-banner .banner-caption .banner-title,
  .site-banner.video-banner .banner-caption .banner-title {
    font-size: 2.125em;
    margin-bottom: 10px;
  }
}

.site-banner.static-banner .banner-caption .button-wrap,
.site-banner.video-banner .banner-caption .button-wrap {
  order: 3;
}

.site-banner.static-banner .banner-caption .primary-btn,
.site-banner.video-banner .banner-caption .primary-btn {
  background-color: var(--white-color);
  color: var(--dark-black);
  font-size: 0.75em;
  letter-spacing: 1px;
  padding: 18px 56px;
  font-weight: 600;
}

@media (max-width: 767px) {

  .site-banner.static-banner .banner-caption .primary-btn,
  .site-banner.video-banner .banner-caption .primary-btn {
    padding: 14px 28px;
  }
}

.site-banner.static-banner .banner-caption .primary-btn:hover,
.site-banner.video-banner .banner-caption .primary-btn:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.site-banner.static-banner .centered .banner-caption,
.site-banner.video-banner .centered .banner-caption {
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.site-banner.static-banner .right .banner-caption,
.site-banner.video-banner .right .banner-caption {
  justify-content: flex-end;
  text-align: right;
}

.site-banner.static-banner .right .banner-caption,
.site-banner.video-banner .right .banner-caption {
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  right: 0%;
  padding-right: 20px;
}

@media only screen and (min-width: 1440px) {

  .site-banner.static-banner .right .banner-caption,
  .site-banner.video-banner .right .banner-caption {
    right: 11%;
    padding-right: 0;
  }
}

@media (max-width: 1440px) {

  .site-banner.static-banner .right .banner-caption,
  .site-banner.video-banner .right .banner-caption {
    right: 4%;
  }
}

.socio-wrap .social-networks {
  margin: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .socio-wrap .social-networks {
    flex-wrap: wrap;
  }
}

.socio-wrap .social-networks li {
  list-style: none;
  margin: 5px;
  font-size: 1em;
}

@media (max-width: 767px) {
  .socio-wrap .social-networks li {
    margin-bottom: 10px;
  }
}

.socio-wrap .social-networks li a {
  display: inline-block;
  line-height: 1.3;
  padding: 5px;
  color: rgba(var(--dark-black-rgb), 0.7);
  text-decoration: none;
}

.socio-wrap .social-networks li a:hover {
  color: rgba(var(--primary-color-rgb), 0.7);
}

/* ---------------------
Owl Buttons

*/
.owl-carousel>.owl-nav button.owl-prev,
.owl-carousel>.owl-nav button.owl-next {
  height: 35px;
  width: 35px;
  position: absolute;
  top: 101px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.136' height='14.796' viewBox='0 0 9.136 14.796'%3E%3Cpath id='Icon_material-keyboard-arrow-right' data-name='Icon material-keyboard-arrow-right' d='M22.021,21.682l-5.647-5.659,5.647-5.659L20.283,8.625l-7.4,7.4,7.4,7.4Z' transform='translate(-12.885 -8.625)' fill='%23959595'/%3E%3C/svg%3E%0A");
  background-color: var(--white-color);
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  background-size: 10px;
  border-radius: 100%;
  text-indent: 99px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.owl-carousel>.owl-nav button.owl-prev span,
.owl-carousel>.owl-nav button.owl-next span {
  font-size: 0;
}

.owl-carousel>.owl-nav button.owl-prev {
  left: -17px;
}

@media (max-width: 767px) {
  .owl-carousel>.owl-nav button.owl-prev {
    left: 0;
  }
}

.owl-carousel>.owl-nav button.owl-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.262' height='15' viewBox='0 0 9.262 15'%3E%3Cpath id='Icon_material-keyboard-arrow-right' data-name='Icon material-keyboard-arrow-right' d='M12.885,21.862l5.725-5.737-5.725-5.738,1.762-1.762,7.5,7.5-7.5,7.5Z' transform='translate(-12.885 -8.625)' fill='%23959595'/%3E%3C/svg%3E%0A");
  right: -17px;
  left: unset;
}

@media (max-width: 767px) {
  .owl-carousel>.owl-nav button.owl-next {
    right: 0;
  }
}

.owl-carousel>.owl-dots button.owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #8D8D8D;
  border-radius: 100%;
  margin: 0 6px;
}

.owl-carousel>.owl-dots button.owl-dot.active {
  background-color: var(--primary-color);
}

body .owl-prev {
  left: 0;
  display: flex;
}

body .owl-next {
  right: 0;
  display: flex;
}

body .owl-prev i,
body .owl-next i {
  margin: auto;
}

#owl_about_main_slider div h2 {
  text-align: center;
}

.owl-carousel.off {
  display: block;
}

/*  BreadCrumbs 
------------------------------ */
.page-header {
  margin-top: 24px;
}

.page-header #crumbs {
  font-size: 0.875em;
  line-height: 1.75;
}

.page-header #crumbs span a,
.page-header #crumbs .seperator a {
  color: #969393;
}

.page-header #crumbs span a:hover,
.page-header #crumbs .seperator a:hover {
  color: var(--primary-color);
}

.page-header #crumbs .separator {
  color: #969393;
}

.page-header #crumbs .current a {
  color: #575757;
  pointer-events: none;
}

/* 
Contents
--------------------------------- */
.site-banner {
  position: relative;
  padding: 0 30px;
  margin-bottom: 108px;
}

@media (max-width: 1024px) {
  .site-banner {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .site-banner {
    margin-bottom: 51px;
  }
}

@media (max-width: 767px) {
  .site-banner {
    padding: 0;
  }
}

.site-banner.has-static-overlay .wp-custom-header {
  position: relative;
}

.site-banner.has-static-overlay .wp-custom-header::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(var(--dark-black-rgb), 0.3);
}

.site-banner.has-static-overlay .container-sm .banner-caption .banner-desc,
.site-banner.has-static-overlay .container-sm .banner-caption .banner-title {
  color: var(--white-color);
}

@media (max-width: 767px) {
  .site-banner .wp-custom-header {
    height: 343px;
  }
}

.site-banner .wp-custom-header>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.site-banner.static-banner .banner-caption,
.site-banner.video-banner .banner-caption {
  position: absolute;
  font-family: var(--primary-font);
  top: 50%;
  transform: translateY(-50%);
  max-width: 650px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 767px) {

  .site-banner.static-banner .banner-caption,
  .site-banner.video-banner .banner-caption {
    max-width: 270px;
  }
}

.site-banner.static-banner .banner-caption .banner-desc,
.site-banner.video-banner .banner-caption .banner-desc {
  display: inline-block;
  letter-spacing: 1px;
  color: var(--dark-black);
  order: 1;
}

.site-banner.static-banner .banner-caption .banner-title,
.site-banner.video-banner .banner-caption .banner-title {
  font-size: 5.188em;
  letter-spacing: -0.3px;
  line-height: 1.125;
  color: var(--dark-black);
  margin-bottom: 19px;
  order: 2;
}

@media (max-width: 1440px) {

  .site-banner.static-banner .banner-caption .banner-title,
  .site-banner.video-banner .banner-caption .banner-title {
    font-size: 4em;
  }
}

@media (max-width: 1199px) {

  .site-banner.static-banner .banner-caption .banner-title,
  .site-banner.video-banner .banner-caption .banner-title {
    font-size: 3.3em;
  }
}

@media (max-width: 1024px) {

  .site-banner.static-banner .banner-caption .banner-title,
  .site-banner.video-banner .banner-caption .banner-title {
    font-size: 2.8em;
  }
}

@media (max-width: 767px) {

  .site-banner.static-banner .banner-caption .banner-title,
  .site-banner.video-banner .banner-caption .banner-title {
    font-size: 2.125em;
    margin-bottom: 10px;
  }
}

.site-banner.static-banner .banner-caption .button-wrap,
.site-banner.video-banner .banner-caption .button-wrap {
  order: 3;
}

.site-banner.static-banner .banner-caption .primary-btn,
.site-banner.video-banner .banner-caption .primary-btn {
  background-color: var(--white-color);
  color: var(--dark-black);
  font-size: 0.75em;
  letter-spacing: 1px;
  padding: 18px 56px;
  font-weight: 600;
}

@media (max-width: 767px) {

  .site-banner.static-banner .banner-caption .primary-btn,
  .site-banner.video-banner .banner-caption .primary-btn {
    padding: 14px 28px;
  }
}

.site-banner.static-banner .banner-caption .primary-btn:hover,
.site-banner.video-banner .banner-caption .primary-btn:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.site-banner.static-banner .centered .banner-caption,
.site-banner.video-banner .centered .banner-caption {
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.site-banner.static-banner .right .banner-caption,
.site-banner.video-banner .right .banner-caption {
  justify-content: flex-end;
  text-align: right;
}

.site-banner.static-banner .right .banner-caption,
.site-banner.video-banner .right .banner-caption {
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  right: 0%;
  padding-right: 20px;
}

@media only screen and (min-width: 1440px) {

  .site-banner.static-banner .right .banner-caption,
  .site-banner.video-banner .right .banner-caption {
    right: 11%;
    padding-right: 0;
  }
}

@media (max-width: 1440px) {

  .site-banner.static-banner .right .banner-caption,
  .site-banner.video-banner .right .banner-caption {
    right: 4%;
  }
}

.socio-wrap .social-networks {
  margin: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .socio-wrap .social-networks {
    flex-wrap: wrap;
  }
}

.socio-wrap .social-networks li {
  list-style: none;
  margin: 5px;
  font-size: 1em;
}

@media (max-width: 767px) {
  .socio-wrap .social-networks li {
    margin-bottom: 10px;
  }
}

.socio-wrap .social-networks li a {
  display: inline-block;
  line-height: 1.3;
  padding: 5px;
  color: rgba(var(--dark-black-rgb), 0.7);
  text-decoration: none;
}

.socio-wrap .social-networks li a:hover {
  color: rgba(var(--primary-color-rgb), 0.7);
}

/* 
comments
-------------------------------- */
.comments-area li {
  list-style: none;
}

.comments-area article {
  padding-left: 110px;
  padding-bottom: 70px;
  position: relative;
}

.comments-area article .vcard {
  position: absolute;
  left: 0;
  top: 0;
  height: 85px;
  width: 85px;
  overflow: hidden;
  border-radius: 50%;
}

.comments-area article .vcard>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comments-area article .fn {
  font-size: 1em;
  font-weight: 500;
}

.comments-area article .time-wrap {
  font-size: 0.938em;
  line-height: 1.3333;
}

.comments-area article .time-wrap a {
  color: var(--light-black);
}

.comments-area article .comment-content p {
  margin-top: 9px;
  margin-bottom: 8px;
}

.comments-area article .reply>a {
  position: relative;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  color: var(--dark-black);
}

.comments-area article .reply>a::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.183' height='10' viewBox='0 0 19.183 10'%3E%3Cpath id='Path_6' data-name='Path 6' d='M15.73,8.907a.686.686,0,0,0,0,.973l3.154,3.154H2.746a.686.686,0,1,0,0,1.371H18.87l-3.14,3.133a.684.684,0,0,0,.967.967l4.36-4.36a.6.6,0,0,0,0-.871L16.7,8.907a.686.686,0,0,0-.973,0Z' transform='translate(-2.06 -8.704)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 10px;
  right: -27px;
  transition: 0.3s ease all;
}

.comments-area article .reply>a:hover::after {
  right: -35px;
}

.comments-area .comments-title {
  font-family: var(--primary-font);
  font-size: 1.625em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 60px;
}

.comments-area .comment-list {
  margin-left: 13px;
  margin-bottom: 0;
  list-style: none;
}

.comments-area .children {
  margin-left: 0;
  padding-left: 118px;
}

@media (max-width: 767px) {
  .comments-area .children {
    padding-left: 50px;
  }
}

.comments-area .children article {
  position: relative;
}

.comments-area .children article::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.5' height='96.5' viewBox='0 0 31.5 96.5'%3E%3Cg id='reply_line' data-name='reply line' transform='translate(-711 -2356.5)'%3E%3Cpath id='Path_21' data-name='Path 21' d='M0,0V96' transform='translate(711.5 2356.5)' fill='none' stroke='%23b4b4b4' stroke-width='1'/%3E%3Cline id='Line_26' data-name='Line 26' x2='31' transform='translate(711.5 2452.5)' fill='none' stroke='%23b4b4b4' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 96px;
  width: 31px;
  left: -65px;
  top: -51px;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  font-family: var(--primary-font);
  font-size: 1.625em;
  font-weight: 500;
  margin-bottom: 7px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  margin-left: 10px;
}

.comments-area .comment-respond form label {
  display: none;
}

.comments-area .comment-respond form p {
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .comments-area .comment-respond form p input[type="submit"] {
    padding: 17px 45px;
  }
}

.comments-area .comment-respond form .comment-form-author {
  float: left;
  width: 49%;
}

@media (max-width: 767px) {
  .comments-area .comment-respond form .comment-form-author {
    float: unset;
    width: 100%;
  }
}

.comments-area .comment-respond form .comment-form-email {
  float: right;
  width: 49%;
}

@media (max-width: 767px) {
  .comments-area .comment-respond form .comment-form-email {
    float: unset;
    width: 100%;
  }
}

.comments-area .comment-respond form .logged-in-as {
  font-size: 0.938em;
  font-weight: 500;
  margin-bottom: 35px;
}

.comments-area .comment-respond form .logged-in-as a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.comments-area .comment-respond form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}

.comments-area .comment-respond form .comment-form-cookies-consent label {
  display: inline-block;
  font-size: 0.938em;
  margin-left: 12px;
}

.comments-area .comment-respond form .comment-form-cookies-consent label:hover {
  cursor: pointer;
  text-decoration: underline;
  color: var(--primary-color);
}

.comments-area .comment-list .comment.bypostauthor>.comment-body .comment-meta .comment-author::after,
.comments-area ol .comment.bypostauthor>.comment-body .comment-meta .comment-author::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="17.96" height="17.96" viewBox="0 0 17.96 17.96"><g transform="translate(-584 -10824)"><rect width="17.96" height="17.96" rx="8.98" transform="translate(584 10824)" fill="%2300ab0b"/><path d="M5058.939,3595.743l2.417,2.418,5.32-5.32" transform="translate(-4469.439 7237.66)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2"/></g></svg>');
  background-size: 100%;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.comments-area .comment-content a {
  text-decoration: underline;
  color: var(--primary-color);
}

.comments-area .comment-content a:hover {
  text-decoration: unset;
}

/* 
pagination
-------------------------------- */
@media (max-width: 767px) {
  .posts-navigation .nav-links {
    display: block;
  }
}

.posts-navigation .nav-links a {
  display: inline-block;
  padding: 21px 60px;
  background: var(--dark-black);
  color: var(--white-color);
  border: 0;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1em;
  transition: all ease 0.35s;
  min-width: 200px;
  text-align: center;
}

.posts-navigation .nav-links a:hover {
  background-color: var(--primary-color);
}

.posts-navigation .nav-links .nav-previous {
  float: left;
  width: 100%;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .posts-navigation .nav-links .nav-previous {
    float: none;
    width: 100%;
  }
}

.posts-navigation .nav-links .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .posts-navigation .nav-links .nav-next {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.pagination .nav-links span.current {
  background-color: var(--dark-black);
  color: var(--white-color);
}

.pagination .page-numbers {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  border-radius: 0;
  border: 0;
  font-size: 1em;
  font-weight: 500;
  margin: 5px 4px;
  vertical-align: middle;
}

.pagination .page-numbers a.page-numbers {
  background: unset;
  color: unset;
}

.pagination .page-numbers:hover {
  background-color: var(--dark-black);
  border: 1px solid var(--dark-color);
  color: var(--white-color);
}

.pagination .page-numbers:hover svg path {
  fill: var(--white-color);
}

.pagination .page-numbers svg {
  width: 17px;
  margin-top: -3px;
  height: 17px;
  vertical-align: middle;
}

/* 
scroll-top-top
-------------------------------- */
#back-to-top {
  position: fixed;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  line-height: 39px;
  width: 43px;
  height: 43px;
  right: 50px;
  background-color: var(--primary-color);
  bottom: 50px;
  bottom: 0;
  border-radius: 50%;
  border: 4px solid var(--primary-color);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1111;
}

#back-to-top svg,
#back-to-top path {
  fill: var(--white-color);
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  #back-to-top {
    right: 25px;
  }
}

#back-to-top:hover {
  background-color: var(--white-color);
}

#back-to-top:hover path {
  fill: var(--primary-color);
}

#back-to-top.show {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}

/* 
widgets
------------------------------ */
#secondary .widget {
  margin-bottom: 37px;
}

#secondary .widget ul li {
  list-style: none;
}

#secondary .widget h2.widget-title {
  font-size: 1em;
  font-family: var(--primary-font);
  letter-spacing: 0.3px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 23px;
  color: var(--light-black);
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}

#secondary .widget.widget_search>label {
  display: block;
  font-size: 1em;
  letter-spacing: 0.3px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 23px;
  color: var(--dark-black);
  padding-bottom: 11.5px;
  border-bottom: 1px solid #d1d1d1;
}

#secondary .widget.widget_search .search-form {
  display: flex;
  background-color: #f6f6f6;
  position: relative;
}

#secondary .widget.widget_search .wp-block-search__inside-wrapper {
  background-color: #f6f6f6;
}

#secondary .widget.widget_search input[type="search"] {
  border: 0;
  padding: 17px;
  background: unset;
  font-size: 1em;
  color: var(--dark-black);
}

#secondary .widget.widget_search input[type="search"].placeholder {
  font-size: 1em;
  color: var(--dark-black);
}

#secondary .widget.widget_search input[type="search"]:-moz-placeholder {
  font-size: 1em;
  color: var(--dark-black);
}

#secondary .widget.widget_search input[type="search"]::-moz-placeholder {
  font-size: 1em;
  color: var(--dark-black);
}

#secondary .widget.widget_search input[type="search"]:-ms-input-placeholder {
  font-size: 1em;
  color: var(--dark-black);
}

#secondary .widget.widget_search input[type="search"]::-webkit-input-placeholder {
  font-size: 1em;
  color: var(--dark-black);
}

#secondary .widget.widget_search input[type="submit"] {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='search' transform='translate(-1201.9 -122.496)'%3E%3Cpath id='Icon_ionic-ios-search' data-name='Icon ionic-ios-search' d='M26.242,24.9l-6.119-6.174a8.72,8.72,0,1,0-1.323,1.34L24.878,26.2a.942.942,0,0,0,1.329.034A.947.947,0,0,0,26.242,24.9Zm-12.971-4.76a6.884,6.884,0,1,1,4.87-2.016A6.844,6.844,0,0,1,13.271,20.141Z' transform='translate(1197.4 118.004)' fill='%23292929'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 18px;
  background-position: center;
  height: 22px;
  width: 22px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 999px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  right: 16px;
}

#secondary .widget.widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 0.938em !important;
  padding: 8px 20px;
  margin-bottom: 12px;
  font-weight: 500;
  color: var(--light-black);
  border: 1px solid #d1d1d1;
}

#secondary .widget.widget_product_tag_cloud .tagcloud a:not(:last-child) {
  margin-right: 15px;
}

#secondary .widget.widget_product_tag_cloud .tagcloud a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

/*========================
WIDGET CALENDAR
========================*/
.widget_calendar table tr th,
.widget_calendar table tr td {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  font-size: 0.8888em;
}

.widget_calendar .wp-calendar-nav-next {
  float: right;
}

.widget_text a,
.widget_block a {
  text-decoration: underline;
  color: var(--primary-color);
}

.widget_text a:hover,
.widget_block a:hover {
  text-decoration: none;
}

/*=========================
WIDGET TAG CLOUD
=========================*/
.tagcloud a {
  display: inline-block;
  font-size: 0.938em !important;
  text-transform: uppercase;
  font-weight: 500;
  color: #121212;
  letter-spacing: 1px;
  border: 1px solid rgba(var(--dark-black-rgb), 0.1);
  padding: 12px 18px;
  margin-right: 3px;
  margin-bottom: 10px;
  line-height: 1.3;
  text-decoration: none;
}

.tagcloud a:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

/*==========================
WIDGET IMAGE TEXT
==========================*/
.widget_raratheme_image_text_widget .raratheme-itw-holder li {
  margin-top: 0;
  margin-bottom: 5px;
  position: relative;
  box-shadow: 0 2px 20px rgba(var(--dark-black-rgb), 0.05);
  overflow: hidden;
  font-size: 1em;
}

.widget_raratheme_image_text_widget .raratheme-itw-holder li:before {
  content: "";
  border: 1px solid rgba(var(--white-color-rgb), 0.2);
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

.widget_raratheme_image_text_widget .raratheme-itw-holder li img {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
}

.widget_raratheme_image_text_widget .raratheme-itw-holder li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  background: var(--white-color);
  color: var(--dark-black);
  max-width: 90%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: auto;
  margin: auto;
  text-decoration: none;
  font-size: 0.6666em;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px 30px;
  word-break: break-word;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  min-width: 150px;
}

.widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore:hover {
  background: var(--black-color);
  color: var(--white-color);
}

/*==============================
WIDGET CONTACT SOCIAL LINKS
==============================*/
.rtc-contact-widget-wrap p {
  color: var(--white-color);
  font-size: 0.8888em;
  margin-top: 0;
  margin-bottom: 25px;
}

.widget_rtc_contact_social_links ul.contact-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  color: var(--white-color);
  font-size: 0.95em;
  padding-bottom: 0;
}

.widget_rtc_contact_social_links ul.contact-list li svg {
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--primary-color);
  font-size: 1.1112em;
  font-weight: normal;
}

.widget_rtc_contact_social_links ul.contact-list li svg.fa-phone {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contact-info ul.contact-list li b {
  font-size: 1em;
}

.widget_rtc_contact_social_links ul li a {
  color: var(--white-color);
}

.widget-area .rtc-contact-widget-wrap p,
.widget-area .widget_rtc_contact_social_links ul li a,
.widget-area .widget_rtc_contact_social_links ul.contact-list li {
  color: #333;
  font-size: 1em;
}

.widget_rtc_contact_social_links ul li a:hover,
.widget-area .widget_rtc_contact_social_links ul li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.widget_rtc_contact_social_links ul.social-networks {
  margin-top: 30px;
}

.widget_rtc_contact_social_links ul.social-networks li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3%;
  margin-bottom: 10px;
}

.widget_rtc_contact_social_links ul.social-networks li:last-child {
  margin-bottom: 10px;
}

.widget_rtc_contact_social_links ul.social-networks li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(var(--dark-black-rgb), 0.15);
  color: var(--font-color);
}

.widget_rtc_contact_social_links ul.social-networks li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

/*==================================
WIDGET RECENT & POPULAR POST
==================================*/
.widget_raratheme_popular_post ul li .entry-header,
.widget_raratheme_recent_post ul li .entry-header {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
}

.widget_raratheme_popular_post .style-two li .entry-header,
.widget_raratheme_recent_post .style-two li .entry-header {
  justify-content: center;
}

.widget_raratheme_popular_post ul.style-three li .entry-header,
.widget_raratheme_recent_post ul.style-three li .entry-header {
  justify-content: center;
}

.site-footer .widget_raratheme_popular_post .style-three li .entry-header,
.site-footer .widget_raratheme_recent_post .style-three li .entry-header {
  background: var(--white-color);
}

.widget_raratheme_popular_post ul li .entry-header .cat-links,
.widget_raratheme_recent_post ul li .entry-header .cat-links,
.widget_raratheme_popular_post .style-three li .entry-header .cat-links,
.widget_raratheme_popular_post .style-two li .entry-header .cat-links,
.widget_raratheme_recent_post .style-three li .entry-header .cat-links,
.widget_raratheme_recent_post .style-two li .entry-header .cat-links {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1px;
}

.widget_raratheme_popular_post .style-two li .entry-header .cat-links a,
.widget_raratheme_recent_post .style-two li .entry-header .cat-links a,
.widget_raratheme_popular_post .style-three li .entry-header .cat-links a,
.widget_raratheme_recent_post .style-three li .entry-header .cat-links a {
  margin: 0;
}

.widget_raratheme_popular_post ul.style-two li .entry-header .cat-links {
  display: block;
  width: 100%;
}

.widget_raratheme_popular_post ul li .entry-header .cat-links a,
.widget_raratheme_recent_post ul li .entry-header .cat-links a {
  color: var(--primary-color);
  text-transform: uppercase;
}

.widget_raratheme_popular_post ul li .entry-header .cat-links a:hover,
.widget_raratheme_recent_post ul li .entry-header .cat-links a:hover {
  text-decoration: underline;
}

.widget_raratheme_popular_post ul li .entry-header .cat-links a::after,
.widget_raratheme_recent_post ul li .entry-header .cat-links a::after {
  content: ",";
  font-size: 18px;
  line-height: 1;
  margin-right: 5px;
}

.widget_raratheme_popular_post ul li .entry-header .cat-links a:last-child::after,
.widget_raratheme_recent_post ul li .entry-header .cat-links a:last-child::after {
  display: none;
}

.widget_raratheme_popular_post ul li .entry-header .entry-meta,
.widget_raratheme_recent_post ul li .entry-header .entry-meta,
.widget_raratheme_popular_post ul li .entry-header .comment-count,
.widget_raratheme_popular_post ul li .entry-header .view-count {
  margin-top: 5px;
  font-size: 0.77em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}

.widget_raratheme_recent_post ul.style-one li .entry-header .entry-meta {
  display: block;
  text-align: center;
}

.widget_raratheme_recent_post ul.style-two li .entry-header .entry-meta,
.widget_raratheme_recent_post ul.style-three li .entry-header .entry-meta {
  display: block;
  text-align: center;
  width: 100%;
}

.widget_raratheme_popular_post ul li .entry-header .entry-meta::after {
  content: "";
  background: rgba(var(--dark-black-rgb), 0.1);
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin: -2px 10px 0 6px;
}

.widget_raratheme_popular_post ul li .entry-header .entry-meta a,
.widget_raratheme_recent_post ul li .entry-header .entry-meta a {
  color: rgba(var(--dark-black-rgb), 0.7);
}

.widget_raratheme_popular_post ul li .entry-header .entry-meta a:hover,
.widget_raratheme_recent_post ul li .entry-header .entry-meta a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.widget_raratheme_popular_post ul li .entry-header .entry-title,
.widget_raratheme_recent_post ul li .entry-header .entry-title {
  font-family: var(--primary-font);
  width: 100%;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.3;
}

.widget_raratheme_popular_post ul li .entry-header .entry-title a:hover,
.widget_raratheme_recent_post ul li .entry-header .entry-title a:hover {
  text-decoration: underline;
}

/*========================
WIDGET AUTHOR BIO
========================*/
.widget_raratheme_author_bio {
  text-align: left;
}

.widget_raratheme_author_bio .image-holder {
  margin-bottom: 10px;
}

.widget_raratheme_author_bio .title-holder {
  color: #121212;
  font-weight: 500;
  line-height: 1.42;
  font-size: 1.22em;
  margin-bottom: 10px;
}

.widget_raratheme_author_bio .author-bio-content {
  margin-bottom: 10px;
}

.widget_raratheme_author_bio .author-bio-content p {
  margin-top: 0;
  margin-bottom: 20px;
}

.widget_raratheme_author_bio .author-bio-content p:last-child {
  margin-bottom: 0;
}

.widget_raratheme_author_bio .text-signature {
  margin-bottom: 20px;
}

.widget_raratheme_author_bio .readmore {
  display: block;
  background: #121212;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  color: var(--white-color);
  border-radius: 0;
}

.widget_raratheme_author_bio .readmore:hover {
  background: var(--primary-color);
}

.widget_raratheme_author_bio .author-socicons li {
  font-size: 0.8888em;
  margin-left: 0;
}

.widget_raratheme_author_bio .author-socicons li a {
  display: inline-block;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(var(--dark-black-rgb), 0.1);
  border-radius: 50%;
}

.widget_raratheme_author_bio .author-socicons li a:hover {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: var(--white-color);
}

/*===========================
WIDGET SOCIAL LINKS
===========================*/
.widget_rtc_social_links ul li {
  margin-bottom: 7px;
  padding-left: 0;
  padding-right: 7px;
  font-size: 0.938em;
}

.widget_rtc_social_links ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid rgba(var(--dark-black-rgb), 0.1);
}

.widget_rtc_social_links ul li a:hover {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: var(--white-color);
}

/*===========================
WIDGET FAQ
===========================*/
.raratheme-faq-holder ul .expand-faq {
  display: table;
  margin-left: auto;
  line-height: 1.5;
  font-size: 0.89em;
  margin-bottom: 20px;
}

.raratheme-faq-holder ul li {
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 15px;
  border-top: 1px solid rgba(var(--dark-black-rgb), 0.05);
}

ul.accordion li a.toggle {
  position: relative;
  font-weight: 900;
  font-size: 1.11em;
}

ul.accordion li a.toggle::after {
  top: 5px;
}

.raratheme-faq-holder ul li .inner {
  font-weight: normal;
}

/*=========================
WIDGET CUSTOM CATEGORY
=========================*/
.widget_raratheme_custom_categories ul li {
  margin-bottom: 10px;
  background-size: cover !important;
  position: relative;
}

.widget_raratheme_custom_categories ul li a {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
}

.widget_raratheme_custom_categories ul li .cat-title {
  font-size: 0.938em;
  font-weight: 500;
  color: var(--white-color);
  display: flex;
  flex: auto;
  letter-spacing: 0.3px;
}

.widget_raratheme_custom_categories ul li .post-count {
  background: rgba(var(--dark-black-rgb), 0.5);
  color: var(--white-color);
  font-size: 0.6666em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.widget_raratheme_custom_categories ul li a:hover .post-count {
  background: var(--primary-color);
}

/*==========================
WIDGET DEFAULT DESIGN
==========================*/
.widget-area .widget_categories ul li,
.widget-area .widget_archive ul li,
.widget-area .widget_meta ul li,
.widget-area .widget_nav_menu ul li,
.widget-area .widget_pages ul li {
  font-size: 0.938em;
  letter-spacing: 0.3px;
  font-weight: 500;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(var(--dark-black-rgb), 0.05);
}

.widget-area .widget_categories ul li a:hover,
.widget-area .widget_archive ul li a:hover,
.widget-area .widget_meta ul li a:hover,
.widget-area .widget_nav_menu ul li a:hover,
.widget-area .widget_pages ul li a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

.widget-area .widget_categories ul li:last-child,
.widget-area .widget_archive ul li:last-child,
.widget-area .widget_meta ul li:last-child,
.widget-area .widget_nav_menu ul li:last-child,
.widget-area .widget_pages ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget-area .widget_categories ul ul li,
.widget-area .widget_archive ul ul li,
.widget-area .widget_meta ul ul li,
.widget-area .widget_nav_menu ul ul li,
.widget-area .widget_pages ul ul li {
  font-size: 1em;
}

/*============================
WIDGET NAV MENU
============================*/
.widget_nav_menu ul li {
  position: relative;
}

.widget_nav_menu ul li ul {
  display: none;
}

.widget_nav_menu ul li .submenu-toggle {
  width: 20px;
  text-align: center;
  height: 20px;
  top: 0;
  right: 0;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.widget_nav_menu .sub-menu .menu-item-has-children .submenu-toggle {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.site-footer .widget_nav_menu ul li .submenu-toggle {
  color: var(--white-color);
}

.widget_nav_menu ul li.menu-item-has-children .submenu-toggle.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*=============================
WIDGET FEATURED PAGE
==============================*/
.widget_raratheme_featured_page_widget .widget-featured-holder {
  display: flex;
  flex-direction: column;
}

.widget_raratheme_featured_page_widget .widget-featured-holder .readmore {
  display: inline-block;
  font-size: 0.938em;
  color: var(--white-color);
  letter-spacing: 1px;
  background: var(--primary-color);
  border: none;
  padding: 13px 30px;
  text-decoration: none;
}

.widget_raratheme_featured_widget .text-holder .readmore,
.widget_raratheme_image_widget .readmore {
  display: inline-block;
  font-size: 1em;
  color: var(--white-color);
  letter-spacing: 1px;
  background: var(--primary-color);
  font-weight: 500;
  border: none;
  padding: 13px 30px;
  text-decoration: none;
}

.widget_raratheme_featured_widget .text-holder .readmore:hover,
.widget_raratheme_image_widget .readmore:hover {
  background: var(--dark-black);
  color: var(--white-color);
}

.widget_raratheme_featured_page_widget .section-subtitle {
  color: rgba(var(--dark-black-rgb), 0.5);
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px;
}

.widget_raratheme_featured_page_widget .text-holder p {
  margin-bottom: 0;
}

.widget_raratheme_featured_page_widget .text-holder .btn-readmore {
  margin-top: 25px;
  padding: 13px 30px;
  display: inline-block;
  font-weight: 500;
  font-size: 0.938em;
  color: var(--white-color);
  letter-spacing: 1px;
  background: var(--primary-color);
  border: none;
  text-decoration: none;
}

.widget_raratheme_featured_page_widget .text-holder .btn-readmore:hover {
  background: #121212;
  color: var(--white-color);
}

.widget_raratheme_featured_page_widget .img-holder {
  order: -1;
  margin-bottom: 25px;
}

/*===============================
WIDGET CTA
===============================*/
.widget_raratheme_companion_cta_widget>div {
  padding: 40px 20px;
}

.widget_raratheme_companion_cta_widget>div.bttk-cta-bg {
  position: relative;
  z-index: 1;
}

.widget_raratheme_companion_cta_widget>div.bttk-cta-bg::before {
  content: "";
  background: rgba(var(--dark-black-rgb), 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.right .raratheme-cta-container,
.right .raratheme-cta-container .widget-title {
  text-align: right;
}

.centered .raratheme-cta-container,
.centered .raratheme-cta-container .widget-title {
  text-align: center;
}

.widget_raratheme_companion_cta_widget .widget-title,
.widget-area .widget_raratheme_companion_cta_widget .widget-title {
  background: none;
  padding: 0;
  font-size: 1.3333em;
  letter-spacing: 0;
  text-transform: none;
  border-bottom: none;
}

.widget_raratheme_companion_cta_widget .raratheme-cta-container .widget-title,
.widget_raratheme_companion_cta_widget .text-holder {
  color: var(--light-black);
}

.widget_raratheme_companion_cta_widget .text-holder p {
  margin-top: 0;
  font-size: 0.938em;
  line-height: 1.5;
}

.widget_raratheme_companion_cta_widget .btn-cta {
  display: inline-block;
  font-weight: 500;
  font-size: 0.938em;
  color: var(--white-color);
  letter-spacing: 1px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 12px 25px;
  text-decoration: none;
  margin: 3px;
}

.widget_raratheme_companion_cta_widget .btn-cta+.btn-cta,
.widget_raratheme_companion_cta_widget .btn-cta:hover {
  background: none;
  color: var(--primary-color);
}

.widget_raratheme_companion_cta_widget .btn-cta+.btn-cta:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.widget_raratheme_companion_cta_widget .widget-title:after,
.widget-area .widget_raratheme_companion_cta_widget .widget-title:after {
  display: none;
}

/*=============================
WIDGET TESTIMONIAL
=============================*/
.widget_rrtc_testimonial_widget .rtc-testimonial-holder {
  padding-top: 40px;
}

.widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder {
  border: 3px solid rgba(var(--primary-color-rgb), 0.1);
  border-radius: 5px;
  text-align: center;
  padding: 50px 20px 20px 20px;
  position: relative;
}

.site-footer .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder {
  border-color: rgba(var(--white-color-rgb), 0.2);
}

.widget_rrtc_testimonial_widget .img-holder {
  width: 70px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: -27px;
  left: 0;
  border: 2px solid rgba(var(--dark-black-rgb), 0.1);
  padding: 4px;
  background: var(--white-color);
  right: 0;
  margin: 0 auto;
}

.site-footer .widget_rrtc_testimonial_widget .img-holder {
  background: var(--black-color);
  border-color: rgba(var(--white-color-rgb), 0.2);
}

.widget_rrtc_testimonial_widget .img-holder img {
  border-radius: 3px;
}

.widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .name {
  display: block;
  font-weight: 500;
  line-height: 1.4;
}

.widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .designation {
  font-size: 0.938em;
  color: #8c8c8c;
}

.site-footer .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .designation {
  color: rgba(var(--white-color-rgb), 0.6);
}

.widget_rrtc_testimonial_widget .testimonial-content {
  margin-top: 15px;
}

.widget_rrtc_testimonial_widget .testimonial-content p {
  margin-top: 0;
  margin-bottom: 20px;
}

.widget_rrtc_testimonial_widget .testimonial-content p:last-child {
  margin-bottom: 0;
}

/*==========================
WIDGET TEAM
==========================*/
.widget_rrtc_description_widget .rtc-team-holder-modal {
  display: none !important;
}

.widget_rrtc_description_widget .bttk-team-inner-holder {
  text-align: center;
}

.widget_rrtc_description_widget .image-holder {
  margin-bottom: 30px;
}

.widget_rrtc_description_widget .name {
  display: block;
  font-weight: 500;
  line-height: 1.5;
}

.widget_rrtc_description_widget .designation {
  display: block;
  font-size: 0.938em;
  color: #8c8c8c;
  margin-top: 0;
}

.widget_rrtc_description_widget .description {
  margin-top: 15px;
}

.site-footer .widget_rrtc_description_widget .description {
  color: rgba(var(--white-color-rgb), 0.6);
}

.widget_rrtc_description_widget .description p {
  margin-top: 0;
  margin-bottom: 20px;
}

.widget_rrtc_description_widget .description p:last-child {
  margin-bottom: 0;
}

.widget_rrtc_description_widget .social-profile {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.widget_rrtc_description_widget .social-profile li,
#secondary .widget_rrtc_description_widget .social-profile li {
  margin-right: 5px;
  margin-bottom: 0;
  margin-top: 5px;
  padding-bottom: 0;
  border-bottom: none;
}

.widget_rrtc_description_widget .social-profile li a,
#secondary .widget_rrtc_description_widget .social-profile li a {
  display: inline-block;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 100%;
  color: var(--white-color);
}

.widget_rrtc_description_widget .social-profile li a:hover,
#secondary .widget_rrtc_description_widget .social-profile li a:hover {
  background: none;
  color: var(--primary-color);
}

/*============================
WIDGET STAT COUNTER
============================*/
.widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder {
  position: relative;
  padding-left: 70px;
}

#secondary .widget_raratheme_companion_stat_counter_widget .widget-title,
.site-footer .widget_raratheme_companion_stat_counter_widget .widget-title {
  margin-bottom: 15px;
  background: none;
  border-bottom: none;
  color: #121212;
  text-align: left;
  padding: 0;
  font-size: 0.8888em;
  text-transform: none;
  letter-spacing: 0;
}

#secondary .widget_raratheme_companion_stat_counter_widget .widget-title::after,
.site-footer .widget_raratheme_companion_stat_counter_widget .widget-title::after {
  display: none;
}

.widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .icon-holder {
  font-size: 3em;
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 1;
  color: var(--primary-color);
}

.widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .image-holder {
  width: 55px;
  position: absolute;
  top: 0;
  left: 0;
}

.widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .hs-counter {
  font-size: 2.6665em;
  font-weight: 500;
  line-height: 1;
}

/*===============================
WIDGET POST CATEGORY SLIDER
===============================*/
.widget_rara_posts_category_slider_widget .item {
  height: 350px;
  position: relative;
}

.widget_rara_posts_category_slider_widget .item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.widget_rara_posts_category_slider_widget .item .carousel-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(var(--dark-black-rgb), 0.5);
  padding: 20px 10px;
}

.site-footer .widget_rara_posts_category_slider_widget .item .carousel-title {
  background: rgba(var(--white-color-rgb), 0.5);
}

.widget_rara_posts_category_slider_widget .carousel-title a {
  color: var(--white-color);
  display: inline-block;
}

.widget_rara_posts_category_slider_widget .carousel-title a:hover {
  color: var(--primary-color);
}

.widget_rara_posts_category_slider_widget .item .carousel-title .cat-links {
  font-size: 0.78em;
  font-weight: 600;
}

.widget_rara_posts_category_slider_widget .carousel-title .cat-links a::after {
  content: ",";
  margin-right: 5px;
}

.widget_rara_posts_category_slider_widget .carousel-title .cat-links a:last-child::after {
  display: none;
}

.widget_rara_posts_category_slider_widget .carousel-title .title {
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: 0;
}

.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav [class*="owl-"] {
  border-radius: 100%;
  border: none;
  background-color: rgba(var(--dark-black-rgb), 0.5);
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M152.485 396.284l19.626-19.626c4.753-4.753 4.675-12.484-.173-17.14L91.22 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H91.22l80.717-77.518c4.849-4.656 4.927-12.387.173-17.14l-19.626-19.626c-4.686-4.686-12.284-4.686-16.971 0L3.716 247.515c-4.686 4.686-4.686 12.284 0 16.971l131.799 131.799c4.686 4.685 12.284 4.685 16.97-.001z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  left: 10px;
  top: 40%;
  min-height: auto;
  width: 35px;
  height: 35px;
}

.widget_rara_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: var(--primary-color);
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M152.485 396.284l19.626-19.626c4.753-4.753 4.675-12.484-.173-17.14L91.22 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H91.22l80.717-77.518c4.849-4.656 4.927-12.387.173-17.14l-19.626-19.626c-4.686-4.686-12.284-4.686-16.971 0L3.716 247.515c-4.686 4.686-4.686 12.284 0 16.971l131.799 131.799c4.686 4.685 12.284 4.685 16.97-.001z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}

.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav .owl-next,
.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav .owl-next:hover {
  left: auto;
  right: 10px;
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>');
}

.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav [class*="owl-"]:before {
  display: none;
}

.widget_rara_posts_category_slider_widget .owl-carousel .owl-dots {
  position: static;
}

.widget_rara_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot {
  background: rgba(var(--dark-black-rgb), 0.3);
  margin: 5px;
}

.widget_rara_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot.active,
.widget_rara_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.widget_rara_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span,
.widget_rara_posts_category_slider_widget .owl-theme .owl-dots .owl-dot:hover span,
.widget_rara_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span:hover,
.widget_rara_posts_category_slider_widget .owl-theme .owl-dots .owl-dot.active span {
  background: none;
  width: 20px;
  height: 6px;
  margin: 0;
  border-radius: 0;
}

/*==========================
WIDGET ICON TEXT
==========================*/
.widget_rrtc_icon_text_widget .rtc-itw-inner-holder {
  display: flex;
  flex: 1;
  flex-direction: column;
  text-align: center;
}

.widget_rrtc_icon_text_widget .rtc-itw-inner-holder .icon-holder {
  font-size: 3em;
  line-height: 1;
}

.widget_rrtc_icon_text_widget .rtc-itw-inner-holder .text-holder {
  order: 2;
  margin-top: 20px;
}

.widget_rrtc_icon_text_widget .rtc-itw-inner-holder .widget-title {
  font-size: 0.778em;
  font-weight: 500;
  text-align: center;
  background: none;
  color: #121212;
  line-height: 1.5;
  font-family: var(--primary-color);
  letter-spacing: 1px;
}

#secondary .widget_rrtc_icon_text_widget .text-holder .widget-title,
.site-footer .widget_rrtc_icon_text_widget .text-holder .widget-title {
  padding: 0 0 5px 0;
  margin-bottom: 0;
}

.widget_rrtc_icon_text_widget .rtc-itw-inner-holder .widget-title span {
  padding-right: 0;
}

#secondary .widget_rrtc_icon_text_widget .text-holder .widget-title span,
.site-footer .widget_rrtc_icon_text_widget .text-holder .widget-title span {
  background: none;
  padding: 0;
}

#secondary .widget_rrtc_icon_text_widget .text-holder .widget-title:after,
.site-footer .widget_rrtc_icon_text_widget .text-holder .widget-title:after {
  display: none;
}

.widget_rrtc_icon_text_widget .text-holder .content {
  margin-top: 10px;
  font-size: 0.8888em;
}

.widget_rrtc_icon_text_widget .text-holder .widget-title {
  text-align: left;
}

.widget_rrtc_icon_text_widget .text-holder .btn-readmore {
  display: inline-block;
  font-weight: 500;
  font-size: 0.938em;
  color: var(--white-color);
  letter-spacing: 1px;
  background: var(--primary-color);
  border: none;
  padding: 13px 30px;
  text-decoration: none;
}

.widget_rrtc_icon_text_widget .text-holder .btn-readmore:hover {
  background: #121212;
  color: var(--white-color);
}

/*=============================
WIDGET CLIENT LOGO
=============================*/
.widget_raratheme_client_logo_widget .raratheme-client-logo-holder {
  overflow: hidden;
}

.widget_raratheme_client_logo_widget .raratheme-client-logo-inner-holder {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.widget_raratheme_client_logo_widget .widget-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.widget_raratheme_client_logo_widget .image-holder {
  width: 50%;
  padding: 10px;
}

.client-logo-section .widget_raratheme_client_logo_widget .image-holder {
  padding: 40px;
  width: 25%;
  margin-top: 0;
}

.widget_raratheme_client_logo_widget .image-holder.black-white {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.widget_raratheme_client_logo_widget .image-holder.black-white:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.image-holder:not(.black-white) a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.widget-area .blossomthemes-email-newsletter-wrapper {
  padding: 30px;
  text-align: center;
}

.widget-area .blossomthemes-email-newsletter-wrapper .text-holder h3 {
  font-size: 1.135em;
  font-family: var(--primary-font);
  font-weight: 500;
}

.widget-area .blossomthemes-email-newsletter-wrapper input[type="text"] {
  font-size: 0.935em;
  height: 45px;
}

.widget-area .blossomthemes-email-newsletter-wrapper input[type="submit"] {
  border: 0;
  padding: 15px 46px;
}

.widget-area .blossomthemes-email-newsletter-wrapper .text {
  text-align: left;
}

.widget.widget_btif_instagram_widget .profile-link .insta-icon {
  margin-right: 8px;
}

.widget.widget_btif_instagram_widget .profile-link:hover {
  text-decoration: underline;
}

.widget.woocommerce button.button,
.widget.woocommerce a.button {
  padding: 0.618em 1em;
}

.widget.woocommerce button.button:hover,
.widget.woocommerce a.button:hover {
  color: var(--white-color);
}

.widget_recent_comments ul li a {
  text-decoration: underline;
  color: var(--primary-color);
}

.widget_recent_comments ul li a:hover {
  text-decoration: none;
}

/* 
blocks
------------------------------ */
.widget.widget_search .wp-block-search__label {
  font-size: 1em;
  letter-spacing: 0.3px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 23px;
  color: var(--dark-black);
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}

.widget.widget_search .wp-block-search__inside-wrapper {
  display: flex;
  background-color: #f6f6f6;
  position: relative;
}

.widget.widget_search input[type="search"] {
  border: 0;
  padding: 17px;
  background: unset;
  font-size: 1em;
  color: var(--dark-black);
}

.widget.widget_search input[type="search"].placeholder {
  color: var(--dark-black);
}

.widget.widget_search input[type="search"]:-moz-placeholder {
  color: var(--dark-black);
}

.widget.widget_search input[type="search"]::-moz-placeholder {
  color: var(--dark-black);
}

.widget.widget_search input[type="search"]:-ms-input-placeholder {
  color: var(--dark-black);
}

.widget.widget_search input[type="search"]::-webkit-input-placeholder {
  color: var(--dark-black);
}

.widget.widget_search button[type="submit"] {
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='search' transform='translate(-1201.9 -122.496)'%3E%3Cpath id='Icon_ionic-ios-search' data-name='Icon ionic-ios-search' d='M26.242,24.9l-6.119-6.174a8.72,8.72,0,1,0-1.323,1.34L24.878,26.2a.942.942,0,0,0,1.329.034A.947.947,0,0,0,26.242,24.9Zm-12.971-4.76a6.884,6.884,0,1,1,4.87-2.016A6.844,6.844,0,0,1,13.271,20.141Z' transform='translate(1197.4 118.004)' fill='%23292929'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 18px;
  background-position: center;
  height: 22px;
  width: 22px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 999px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  right: 16px;
}

.widget.widget_block h2 {
  font-size: 1em;
  letter-spacing: 0.3px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 23px;
  color: var(--dark-black);
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}

.widget.widget_block li {
  padding-left: 0;
  border-bottom: 0;
  font-size: 0.938em;
  letter-spacing: 0.3px;
  font-weight: 500;
  margin-bottom: 12px;
  padding-bottom: 12px;
  line-height: 1.4;
}

.widget.widget_block li:not(:last-child) {
  border-bottom: 1px solid rgba(var(--dark-black-rgb), 0.05);
}

/* 
post-navigation
------------------------------ */
.post-navigation {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-top: 46px;
  padding-top: 33px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .post-navigation {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .post-navigation .nav-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .post-navigation .nav-links .nav-previous {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EAEAEA;
  }
}

.post-navigation .nav-links a>span {
  display: block;
  position: relative;
  font-size: 0.938em;
  text-transform: uppercase;
  padding-left: 17px;
  transition: 0.3s ease all;
}

.post-navigation .nav-links a>span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.432' height='13' viewBox='0 0 7.432 13'%3E%3Cpath id='Icon_ionic-ios-arrow-back' data-name='Icon ionic-ios-arrow-back' d='M13.491,12.692,18.41,7.777a.929.929,0,0,0-1.316-1.312l-5.573,5.569a.927.927,0,0,0-.027,1.281l5.6,5.608a.929.929,0,1,0,1.316-1.312Z' transform='translate(-11.251 -6.194)' fill='%23383838'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 13px;
  width: 8px;
}

.post-navigation .nav-links a:hover {
  color: var(--primary-color);
}

.post-navigation .nav-links a:hover h3 {
  color: var(--primary-color);
}

.post-navigation .nav-links .entry-title {
  font-family: var(--primary-font);
  font-size: 1.125em;
  font-weight: 500;
  transition: 0.3s ease all;
}

.post-navigation .nav-links .post {
  margin-top: 12px;
  margin-bottom: 0;
}

.post-navigation .nav-previous a:hover>span {
  padding-left: 25px;
}

.post-navigation .nav-next a>span {
  padding-left: 0;
  padding-right: 17px;
}

.post-navigation .nav-next a>span::before {
  right: 0;
  left: unset;
  transform: translateY(-50%) rotate(180deg);
}

.post-navigation .nav-next a:hover span {
  padding-right: 25px;
}

/* 
author
------------------------------ */
.author-section {
  display: flex;
  padding: 31px 34px 25px 14px;
  margin: 41px 0 40px;
  background-color: #F6F6F6;
}

@media (max-width: 767px) {
  .author-section {
    flex-direction: column;
    padding: 31px 14px;
  }
}

.author-section .author-img {
  width: 94px;
  height: 94px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 30px;
  flex: 0 0 94px;
  max-width: 94px;
}

.author-section .author-img>img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .author-section .author-img {
    margin-bottom: 20px;
  }
}

.author-section .author-content-wrap .author-name {
  font-family: var(--primary-font);
  font-size: 1em;
  font-weight: 500;
  padding-bottom: 10px;
  color: #191919;
}

.author-section .author-content-wrap p {
  color: var(--light-black);
  line-height: 1.5;
  margin-bottom: 25px;
}

.author-section .social-networks a {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.sticky-t-bar {
  position: relative;
}

.sticky-t-bar:not(.active) .close {
  top: 0;
  background-color: var(--dark-black);
}

.sticky-t-bar:not(.active) .close:hover {
  background-color: var(--primary-color) !important;
}

.sticky-t-bar:not(.active) .close::before,
.sticky-t-bar:not(.active) .close::after {
  width: 8px;
  left: -5px;
  height: 2px;
}

.sticky-t-bar:not(.active) .close::after {
  left: 0;
  right: -5px;
}

.sticky-t-bar .sticky-bar-content {
  color: var(--white-color);
  background-color: #93834d;
  text-align: center;
  padding: 15px 0;
  font-size: 1em;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  .sticky-t-bar .sticky-bar-content {
    padding: 25px 0;
  }
}

.sticky-t-bar .sticky-bar-content h3 {
  color: unset;
  font-weight: 400;
}

.sticky-t-bar .btn-readmore {
  display: inline-block;
  text-transform: uppercase;
  color: var(--white-color);
  position: relative;
  margin-left: 5px;
}

.sticky-t-bar .btn-readmore::after {
  content: "";
  background: var(--white-color);
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.sticky-t-bar .btn-readmore:hover::after {
  width: 50%;
}

.sticky-t-bar .close {
  background: none;
  padding: 0;
  width: 25px;
  height: 25px;
  min-height: auto;
  position: absolute;
  top: 10px;
  border-radius: 0;
  right: 4%;
  cursor: pointer;
  z-index: 98;
  border: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.sticky-t-bar .close::before,
.sticky-t-bar .close::after {
  content: "";
  display: block;
  position: absolute;
  content: "";
  background: var(--white-color);
  width: 13px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.sticky-t-bar .close::after {
  transform: rotate(-45deg);
}

.sticky-t-bar.has-newsletter .sticky-bar-content {
  background: unset;
  padding: 0;
}

.sticky-t-bar.has-newsletter .sticky-bar-content .container {
  max-width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  grid-row-gap: 16px;
  grid-column-gap: 64px;
  justify-content: center;
}

.sticky-t-bar.has-newsletter .sticky-bar-content .container .blossomthemes-email-newsletter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row-gap: 16px;
  grid-column-gap: 64px;
  width: 100%;
  padding: 16px 0;
}

.sticky-t-bar.has-newsletter .sticky-bar-content .container .blossomthemes-email-newsletter-wrapper .container-sm {
  display: flex;
  align-items: center;
  grid-gap: 63px;
  width: 90%;
}

@media (max-width: 767px) {
  .sticky-t-bar.has-newsletter .sticky-bar-content .container .blossomthemes-email-newsletter-wrapper .container-sm {
    flex-direction: column;
    width: 100%;
    grid-gap: 20px;
  }
}

.sticky-t-bar.has-newsletter .sticky-bar-content .container .text-holder {
  position: relative;
  text-align: left;
  margin-bottom: 0;
}

.sticky-t-bar.has-newsletter .sticky-bar-content .container .text-holder h3 {
  font-family: var(--primary-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.259em;
  line-height: 1.3;
  letter-spacing: 0.1px;
}

.sticky-t-bar.has-newsletter .sticky-bar-content .container .text-holder span {
  font-size: 1em;
  line-height: 1.3;
  display: inline-block;
  margin-top: 5px;
}

.sticky-t-bar.has-newsletter .sticky-bar-content .container form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 1em;
  flex: 1;
}

@media (max-width: 1024px) {
  .sticky-t-bar.has-newsletter .sticky-bar-content .container form {
    flex: unset;
  }
}

@media (max-width: 767px) {
  .sticky-t-bar.has-newsletter .sticky-bar-content .container form {
    flex-direction: column;
  }
}

.sticky-t-bar.has-newsletter .sticky-bar-content .container form>label {
  order: 5;
  width: 100%;
  display: flex;
  margin-top: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sticky-t-bar.has-newsletter .sticky-bar-content .container form input[type="text"] {
  margin-top: 0;
  font-size: 1em;
}

.sticky-t-bar.has-newsletter .sticky-bar-content .container form input[type="submit"] {
  letter-spacing: 0.6px;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 0;
  cursor: pointer;
  font-size: 1em;
  background-color: var(--primary-color);
  color: var(--white-color);
}

.sticky-t-bar.has-newsletter .sticky-bar-content .container form input[type="submit"]:hover {
  background-color: var(--white-color);
  color: var(--dark-black);
}

.sticky-t-bar.has-newsletter .sticky-bar-content .container form input:not(input[type="checkbox"]) {
  font-size: 0.85em;
  margin: 0;
  height: 41px;
  min-height: 41px;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  width: 55%;
}

@media (max-width: 767px) {
  .sticky-t-bar.has-newsletter .sticky-bar-content .container form input:not(input[type="checkbox"]) {
    width: 100%;
  }
}

.sticky-t-bar.has-newsletter .sticky-bar-content .container form input {
  order: 2;
  flex: 2;
}

.woocommerce-currency-switcher-form .dd-select {
  background-color: unset !important;
  border: 0;
  border: none;
  border-radius: 0;
  padding-right: 15px;
}

.woocommerce-currency-switcher-form .dd-select>.dd-selected small {
  display: none;
}

.woocommerce-currency-switcher-form .dd-pointer {
  right: 0px;
}

.woocommerce-currency-switcher-form ul.dd-options {
  min-width: 180px;
  right: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  border: none;
  top: calc(100% + 15px);
}

.woocommerce-currency-switcher-form ul.dd-options .dd-image-right {
  float: none;
  margin-left: 0;
  margin-right: 10px;
  max-width: 25px;
}

.woocommerce-currency-switcher-form ul.dd-options .dd-option-text {
  font-size: 0.7em;
  letter-spacing: 1px;
  line-height: normal !important;
}

.woocommerce-currency-switcher-form ul.dd-options a.dd-option {
  color: #333;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: visible;
}

.woocommerce-currency-switcher-form ul.dd-options a.dd-option.dd-option-selected,
.woocommerce-currency-switcher-form ul.dd-options a.dd-option:hover {
  background: rgba(0, 0, 0, 0.05);
}

.woocommerce-currency-switcher-form .dd-selected {
  padding: 0;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
}

.woocommerce-currency-switcher-form .dd-selected .dd-selected-text {
  line-height: normal !important;
  font-size: 0.875em;
  letter-spacing: 1px;
}

.site-banner .owl-carousel>.owl-nav button {
  width: 56px;
  height: 56px;
  top: 50%;
  transform: translateY(-50%);
  background-size: auto;
}

.site-banner.banner-one {
  padding: 0;
}

@media (max-width: 1440px) {
  .site-banner.banner-one .item img {
    height: 650px;
    object-fit: cover;
    -o-object-fit: cover;
  }
}

@media (max-width: 1024px) {
  .site-banner.banner-one .item img {
    height: 388px;
    object-fit: cover;
    -o-object-fit: cover;
  }
}

.site-banner.banner-one .banner-caption {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
}

.site-banner.banner-one .banner-caption .text-holder {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 67px;
  background-color: rgba(var(--white-color-rgb), 0.9);
}

@media (max-width: 1024px) {
  .site-banner.banner-one .banner-caption .text-holder {
    padding: 20px;
  }
}

.site-banner.banner-one .banner-caption .text-holder .banner-title {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.16666667;
  letter-spacing: -0.3px;
}

.site-banner.banner-one .banner-caption .text-holder .banner-title a:hover {
  color: var(--primary-color);
}

@media (max-width: 1024px) {
  .site-banner.banner-one .banner-caption .text-holder .banner-title {
    font-size: 2.063em;
  }
}

@media (max-width: 767px) {
  .site-banner.banner-one .banner-caption .text-holder .banner-title {
    font-size: 1.688em;
  }
}

.site-banner.banner-one .banner-caption .text-holder .cat-links {
  display: block;
  font-size: 0.875em;
  margin-bottom: 17px;
}

.site-banner.banner-one .banner-caption .text-holder .cat-links a {
  background-color: var(--primary-color);
  padding: 4px 8px;
  margin: 0 3px;
  color: var(--white-color);
}

.site-banner.banner-one .banner-caption .text-holder .cat-links a:hover {
  background-color: rgba(var(--primary-color-rgb), 0.8);
}

.site-banner.banner-one .owl-carousel>.owl-nav button.owl-prev {
  left: 313px;
}

@media only screen and (max-width: 1500px) {
  .site-banner.banner-one .owl-carousel>.owl-nav button.owl-prev {
    left: 271px;
  }
}

@media only screen and (max-width: 1366px) {
  .site-banner.banner-one .owl-carousel>.owl-nav button.owl-prev {
    left: 168px;
  }
}

@media only screen and (max-width: 1366px) {
  .site-banner.banner-one .owl-carousel>.owl-nav button.owl-prev {
    left: 126px;
    height: 45px;
    width: 45px;
  }
}

@media (max-width: 1024px) {
  .site-banner.banner-one .owl-carousel>.owl-nav button.owl-prev {
    left: 66px;
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 767px) {
  .site-banner.banner-one .owl-carousel>.owl-nav button.owl-prev {
    left: 0px;
    height: 35px;
    width: 35px;
  }
}

.site-banner.banner-one .owl-carousel>.owl-nav button.owl-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.621' height='20.243' viewBox='0 0 11.621 20.243'%3E%3Cpath id='Icon_feather-chevron-left' data-name='Icon feather-chevron-left' d='M21.5,25l-8-8,8-8' transform='translate(-12 -6.879)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-color: var(--primary-color);
}

.site-banner.banner-one .owl-carousel>.owl-nav button.owl-next {
  right: 313px;
  left: auto;
}

@media only screen and (max-width: 1500px) {
  .site-banner.banner-one .owl-carousel>.owl-nav button.owl-next {
    right: 271px;
  }
}

@media only screen and (max-width: 1366px) {
  .site-banner.banner-one .owl-carousel>.owl-nav button.owl-next {
    right: 168px;
  }
}

@media only screen and (max-width: 1366px) {
  .site-banner.banner-one .owl-carousel>.owl-nav button.owl-next {
    right: 126px;
    height: 45px;
    width: 45px;
  }
}

@media (max-width: 1024px) {
  .site-banner.banner-one .owl-carousel>.owl-nav button.owl-next {
    right: 66px;
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 767px) {
  .site-banner.banner-one .owl-carousel>.owl-nav button.owl-next {
    right: 0px;
    height: 35px;
    width: 35px;
  }
}

.site-banner.banner-one .owl-carousel>.owl-nav button.owl-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4L16 12L8 20' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: var(--primary-color);
}

.site-banner.static-product {
  padding: 0;
}

.site-banner.static-product.video-banner .wp-custom-header {
  height: 100%;
}

.site-banner.static-product .wp-custom-header {
  position: relative;
  height: 750px;
}

.site-banner.static-product .wp-custom-header::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(var(--dark-black-rgb), 0.3);
}

@media (max-width: 1440px) {
  .site-banner.static-product .wp-custom-header {
    height: 700px;
  }
}

@media (max-width: 1024px) {
  .site-banner.static-product .wp-custom-header {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .site-banner.static-product .wp-custom-header {
    height: 450px;
  }
}

.site-banner.static-product .wp-custom-header img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.site-banner.static-product .banner-caption {
  display: block;
  text-align: center;
  max-width: 690px;
  width: 100%;
  color: var(--white-color);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media (max-width: 767px) {
  .site-banner.static-product .banner-caption {
    padding: 0 16px;
  }
}

.site-banner.static-product .banner-caption h2.banner-title {
  font-size: 5em;
  font-family: var(--secondary-font);
  line-height: 1.2;
  color: var(--white-color);
  padding-bottom: 16px;
  letter-spacing: -0.3px;
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .site-banner.static-product .banner-caption h2.banner-title {
    font-size: 4em;
  }
}

@media (max-width: 1199px) {
  .site-banner.static-product .banner-caption h2.banner-title {
    font-size: 3.8em;
  }
}

@media (max-width: 1024px) {
  .site-banner.static-product .banner-caption h2.banner-title {
    font-size: 2.8em;
  }
}

@media (max-width: 767px) {
  .site-banner.static-product .banner-caption h2.banner-title {
    font-size: 2.125em;
  }
}

.site-banner.static-product .banner-caption .banner-desc {
  font-size: 1.625em;
  line-height: 1.461538;
  color: var(--white-color);
  text-transform: unset;
}

@media (max-width: 767px) {
  .site-banner.static-product .banner-caption .banner-desc {
    font-size: 1.115em;
  }
}

.site-banner.static-product .banner-caption .advance-product-search {
  max-width: 638px;
  margin: 56px auto 0;
}

@media (max-width: 1440px) {
  .site-banner.static-product .banner-caption .advance-product-search {
    margin-top: 25px;
  }
}

.site-banner.static-product .banner-caption .advance-product-search .form-group {
  display: flex;
  align-items: center;
  padding-left: 23px;
  background-color: var(--white-color);
  border-radius: 4px;
}

@media (max-width: 767px) {
  .site-banner.static-product .banner-caption .advance-product-search .form-group {
    padding-left: 10px;
  }
}

.site-banner.static-product .banner-caption .advance-product-search input {
  font-size: 0.938em;
  order: 2;
  flex: 1;
  height: auto;
  padding: 0 0 0 15px;
  margin-left: 16px;
  border: 0;
  border-left: 1px solid #d9d9d9;
  outline: 0;
  color: #c9c5c5;
}

.site-banner.static-product .banner-caption .advance-product-search input.placeholder {
  color: #c9c5c5;
}

.site-banner.static-product .banner-caption .advance-product-search input:-moz-placeholder {
  color: #c9c5c5;
}

.site-banner.static-product .banner-caption .advance-product-search input::-moz-placeholder {
  color: #c9c5c5;
}

.site-banner.static-product .banner-caption .advance-product-search input:-ms-input-placeholder {
  color: #c9c5c5;
}

.site-banner.static-product .banner-caption .advance-product-search input::-webkit-input-placeholder {
  color: #c9c5c5;
}

.site-banner.static-product .banner-caption .advance-product-search select {
  font-size: 0.938em;
  width: 158px;
  order: 1;
  outline: 0;
  border: 0;
  color: #818181;
}

@media (max-width: 1024px) {
  .site-banner.static-product .banner-caption .advance-product-search select {
    width: 150px;
  }
}

@media (max-width: 600px) {
  .site-banner.static-product .banner-caption .advance-product-search select {
    width: 100px;
  }
}

.site-banner.static-product .banner-caption .advance-product-search button {
  height: 72px;
  width: 70px;
  background-color: #93834d;
  order: 3;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.site-banner.static-product .banner-caption .advance-product-search button:hover {
  background-color: var(--primary-color);
}

@media (max-width: 767px) {
  .site-banner.static-product .banner-caption .advance-product-search button {
    width: 50px;
    height: 50px;
  }
}

.site-banner.static-product .banner-caption .advance-product-search button>svg path {
  fill: var(--white-color);
}

.site-banner.static-product .container-sm.left .banner-caption {
  text-align: left;
  align-items: flex-start;
  left: unset;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .site-banner.static-product .container-sm.left .banner-caption {
    left: 0;
  }
}

.site-banner.static-product .container-sm.left .advance-product-search {
  margin-left: 0;
}

.site-banner.static-product .container-sm.right .banner-caption {
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  right: 0%;
  padding-right: 20px;
}

@media only screen and (min-width: 1440px) {
  .site-banner.static-product .container-sm.right .banner-caption {
    right: 11%;
    padding-right: 0;
  }
}

.site-banner.banner-cat-one {
  margin-top: 30px;
  padding: 0;
}

.site-banner.banner-cat-one.banner-cat-overlay .item-wrapper {
  position: relative;
}

.site-banner.banner-cat-one.banner-cat-overlay .item-wrapper .banner-caption p {
  font-family: var(--primary-font);
  color: var(--white-color);
}

.site-banner.banner-cat-one.banner-cat-overlay .item-wrapper .banner-title a {
  color: var(--white-color);
}

.site-banner.banner-cat-one.banner-cat-overlay .item-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.site-banner.banner-cat-one .item-wrap {
  display: flex;
  height: 540px;
}

@media (max-width: 1024px) {
  .site-banner.banner-cat-one .item-wrap {
    display: block;
    height: unset;
  }
}

@media (max-width: 767px) {
  .site-banner.banner-cat-one .item-wrap {
    display: block;
    height: auto;
  }
}

.site-banner.banner-cat-one .item-wrap>.item .item-wrapper {
  height: 100%;
}

.site-banner.banner-cat-one .item-wrap>.item .banner-caption {
  position: absolute;
}

.site-banner.banner-cat-one .item-wrap>.item .banner-caption .banner-title {
  font-size: 2.75em;
  line-height: 1.2722727;
}

@media (max-width: 1440px) {
  .site-banner.banner-cat-one .item-wrap>.item .banner-caption .banner-title {
    font-size: 2.23em;
    line-height: 1.11em;
  }
}

.site-banner.banner-cat-one .item-wrap .item {
  position: relative;
  flex: 0 0 50%;
  max-width: 100%;
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .site-banner.banner-cat-one .item-wrap .item {
    margin-right: 0;
  }
}

.site-banner.banner-cat-one .item-wrap .item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  -o-object-fit: cover;
}

@media (max-width: 1024px) {
  .site-banner.banner-cat-one .item-wrap .item img {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .site-banner.banner-cat-one .item-wrap .item img {
    height: 400px;
  }
}

.site-banner.banner-cat-one .item-wrap .item .item-wrapper {
  height: 100%;
}

.site-banner.banner-cat-one .item-wrap .item .banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 30px;
  width: 100%;
  text-align: center;
}

@media (max-width: 1024px) {
  .site-banner.banner-cat-one .item-wrap .item .banner-caption {
    max-width: 100%;
    text-align: center;
    padding: 0 12px;
    width: 100%;
    max-width: 100%;
  }
}

.site-banner.banner-cat-one .item-wrap .item .banner-caption h2 {
  font-size: 2em;
  line-height: 1.272727;
  font-weight: 700;
  padding-bottom: 11px;
  letter-spacing: -0.3px;
}

@media (max-width: 1024px) {
  .site-banner.banner-cat-one .item-wrap .item .banner-caption h2 {
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .site-banner.banner-cat-one .item-wrap .item .banner-caption h2 {
    font-size: 1.668em;
  }
}

.site-banner.banner-cat-one .item-wrap .item .banner-caption p {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .site-banner.banner-cat-one .item-wrap .item .banner-caption p {
    margin-bottom: 13px;
  }
}

.site-banner.banner-cat-one .item-wrap .item .btn-readmore {
  display: inline-block;
  color: var(--dark-black);
  background: var(--white-color);
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 18px 57px;
}

@media (max-width: 1024px) {
  .site-banner.banner-cat-one .item-wrap .item .btn-readmore {
    padding: 14px 35px;
  }
}

.site-banner.banner-cat-one .item-wrap .item .btn-readmore:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.site-banner.banner-cat-one .item-wrap .grid-wrap {
  flex: 1;
}

.site-banner.banner-cat-one .item-wrap .grid-wrap .item {
  height: 50%;
  margin-right: 0;
}

.site-banner.banner-cat-one .item-wrap .grid-wrap .item:first-child {
  padding-bottom: 15px;
}

.site-banner.banner-cat-one .item-wrap .grid-wrap .item:last-child {
  padding-top: 15px;
}

.site-banner.banner-cat-one .owl-carousel>.owl-nav button.owl-prev {
  left: 0;
}

@media (max-width: 1024px) {
  .site-banner.banner-cat-one .owl-carousel>.owl-nav button.owl-prev {
    left: -16px;
  }
}

@media (max-width: 1024px) {
  .site-banner.banner-cat-one .owl-carousel>.owl-nav button.owl-next {
    right: -16px;
  }
}

@media (max-width: 1024px) {
  .site-banner.banner-cat-one .owl-carousel>.owl-nav button {
    right: 0;
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 767px) {
  .site-banner.banner-cat-one .owl-carousel>.owl-nav button {
    width: 35px;
    height: 35px;
  }
}

.site-banner.banner-cat-one .svg-holder {
  height: 100%;
  width: 100%;
}

@media (max-width: 1024px) {
  .site-banner.banner-cat-one .svg-holder {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .site-banner.banner-cat-one .svg-holder {
    height: 400px;
  }
}

.site-banner.banner-cat-one .svg-holder svg {
  height: 100%;
  width: 100%;
}

.featured-section .container-lg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: [row1-start] auto [row2-start] auto;
  grid-gap: 30px;
  align-items: flex-start;
  max-width: 1860px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1440px) {
  .featured-section .container-lg {
    max-width: 1280px;
  }
}

@media (max-width: 1199px) {
  .featured-section .container-lg {
    max-width: 1120px;
  }
}

@media (max-width: 1024px) {
  .featured-section .container-lg {
    max-width: 900px;
    padding-left: 20px;
    padding-right: 20px;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(2, 1fr);
    align-items: inherit;
  }
}

@media (max-width: 767px) {
  .featured-section .container-lg {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    max-width: 420px;
  }
}

.featured-section .container-lg:before,
.featured-section .container-lg:after {
  display: none;
}

.featured-section .svg-holder {
  height: 100%;
}

.featured-section .svg-holder>svg {
  height: 100%;
  width: 100%;
}

.featured-section .section-block {
  position: relative;
}

.featured-section .section-block:first-child {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.featured-section .section-block:first-child .block-title {
  font-family: var(--primary-font);
  margin: 0;
  font-size: 2.8em;
  max-width: 480px;
  font-style: italic;
}

@media (max-width: 1024px) {
  .featured-section .section-block:first-child .block-title {
    font-size: 1.2em;
  }
}

.featured-section .section-block:first-child .block-title a {
  display: inline-block;
  color: var(--white-color);
}

.featured-section .section-block:first-child .btn-readmore {
  display: inline-block;
  margin-top: 30px;
  font-size: 0.7em;
  letter-spacing: 1px;
  color: var(--white-color);
  font-weight: 700;
  border: 1px solid var(--white-color);
  text-align: center;
  padding: 15px 30px;
}

@media (max-width: 767px) {
  .featured-section .section-block:first-child .btn-readmore {
    margin-top: 20px;
  }
}

.featured-section .section-block:first-child .btn-readmore:hover {
  background: var(--white-color);
  color: var(--dark-black);
}

.featured-section .section-block:nth-child(4) {
  grid-column: 3 / span 2;
  grid-row: 2;
}

.featured-section .section-block:not(:first-child) .block-title {
  font-family: var(--primary-font);
  margin: 0;
  font-size: 1.2em;
}

.featured-section .section-block:not(:first-child) .block-title a {
  display: inline-block;
  color: var(--dark-black);
  background: var(--white-color);
  padding: 10px 20px;
  text-align: center;
}

.featured-section .section-block:not(:first-child) .block-title a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.featured-section .section-block .block-img {
  width: 100%;
  height: 100%;
}

.featured-section .section-block .block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-section .section-block .block-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 1;
}

.featured-section.feat_cat[class*="style-"] .section-block:first-child .block-title {
  font-style: normal;
}

.featured-section.feat_cat[class*="style-"] .section-block .block-content .block-title {
  font-size: 1em;
  letter-spacing: 1px;
}

.featured-section.feat_cat[class*="style-"] .section-block .block-content .block-title a {
  display: inline-block;
  color: var(--dark-black);
  background: var(--white-color);
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.featured-section.feat_cat[class*="style-"] .section-block .block-content .block-title a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.featured-section.feat_cat[class*="style-"] .section-block .block-content .product-sale-count>span {
  display: inline-block;
  font-weight: 700;
  color: var(--white-color);
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  padding-top: 35px;
  min-width: 90px;
  text-align: center;
}

.featured-section.feat_cat[class*="style-"] .section-block .block-content .product-sale-count>span .item-texts {
  position: absolute;
  background: var(--white-color);
  color: var(--dark-black);
  z-index: 2;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.6em;
  letter-spacing: 0.5px;
  min-height: 30px;
  padding: 0 10px;
  display: flex;
  flex: 1;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  top: 0;
  left: 0;
  width: 90px;
  transition: 0.3s ease all;
}

.featured-section.feat_cat[class*="style-"] .section-block .block-content .product-sale-count>span .item-texts:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.featured-section.feat_cat[class*="style-"] .section-block .block-content .product-sale-count>span .item-texts:hover::after {
  border-top-color: var(--primary-color);
}

.featured-section.feat_cat[class*="style-"] .section-block .block-content .product-sale-count>span .item-texts::after {
  content: "";
  border-top: 7px solid var(--white-color);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  bottom: -7px;
  width: 0;
  height: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: 0.3s ease all;
}

.featured-section.style-four .container-lg .section-block:not(:first-child) .block-content {
  background: unset;
}

.featured-section.style-four .container-lg .section-block .block-title span {
  color: var(--white-color);
}

@media (max-width: 1024px) {
  .featured-section.style-four .container-lg .section-block:first-child {
    grid-column: unset;
    grid-row: unset;
  }
}

.featured-section.style-four .container-lg .section-block:first-child .block-content {
  padding: 100px;
}

@media (max-width: 1024px) {
  .featured-section.style-four .container-lg .section-block:first-child .block-content {
    padding: 20px;
  }
}

@media (max-width: 1024px) {
  .featured-section.style-four .container-lg .section-block:nth-child(4) {
    grid-column: unset;
    grid-row: unset;
  }
}

.featured-section.style-four .container-lg .section-block .block-content {
  padding: 40px;
}

@media (max-width: 1024px) {
  .featured-section.style-four .container-lg .section-block .block-content {
    padding: 20px;
  }
}

@media (max-width: 1440px) {
  .featured-section .section-block:first-child .block-content {
    padding: 40px;
  }

  .featured-section .section-block .block-content {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .featured-section .section-block:first-child {
    grid-column: inherit;
    grid-row: inherit;
  }

  .featured-section .section-block:first-child .block-content {
    padding: 20px;
  }

  .featured-section .section-block:first-child .block-title {
    font-size: 1.2em;
  }

  .featured-section .section-block:nth-child(4) {
    grid-column: inherit;
    grid-row: inherit;
  }

  .featured-section .section-block .block-content {
    padding: 20px;
  }
}

@media (max-width: 600px) {
  .featured-section .container-lg {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .featured-section .section-block:first-child {
    grid-column: 1;
    grid-row: 1;
  }

  .featured-section .section-block:first-child .btn-readmore {
    margin-top: 20px;
  }

  .featured-section .section-block:nth-child(4) {
    grid-column: 1;
    grid-row: inherit;
  }
}

.site-footer {
  color: #969393;
  background-color: var(--dark-black);
}

.site-footer .footer-t {
  padding: 77px 0 48px;
}

.site-footer .footer-t .grid:not(.column-1) {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.site-footer .footer-t .grid:not(.column-1) .col {
  margin-right: 3%;
}

.site-footer .footer-t .grid:not(.column-1) .col:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .site-footer .footer-t .grid:not(.column-1) .col {
    margin-right: 0;
  }
}

.site-footer .footer-t .grid .col {
  width: 22.66%;
}

@media (max-width: 1199px) {
  .site-footer .footer-t .grid .col {
    width: 47%;
  }
}

@media (max-width: 767px) {
  .site-footer .footer-t .grid .col {
    width: 100%;
  }
}

.site-footer .footer-t .grid .widget_nav_menu .widget-title {
  color: var(--white-color);
  font-size: 0.938em;
  font-weight: 600;
}

.site-footer .footer-t .grid .widget_nav_menu .menu {
  margin-left: 0;
}

.site-footer .footer-t .grid .widget_nav_menu .menu a {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 500;
  color: #bebebe;
}

.site-footer .footer-t .grid .widget_nav_menu .menu a:hover {
  text-decoration: underline;
  color: var(--white-color);
}

.site-footer .footer-t .grid .widget_blossomthemes_email_newsletter_widget .widget-title {
  color: var(--white-color);
  font-size: 0.938em;
  font-weight: 600;
}

.site-footer .footer-t .grid .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper {
  background: none !important;
  padding: 0;
}

.site-footer .footer-t .grid .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper.bg-img.has-overlay:before {
  background: none !important;
  padding: 0;
}

.site-footer .footer-t .grid .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder,
.site-footer .footer-t .grid .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text {
  text-align: left;
  color: #969393;
  margin-bottom: 10px;
}

.site-footer .footer-t .grid .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder h3,
.site-footer .footer-t .grid .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text h3 {
  font-size: 1.135em;
  font-family: var(--primary-font);
  font-weight: 500;
}

.site-footer .footer-t .grid .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper input[type="text"] {
  padding: 11px 18px;
  height: auto;
}

.site-footer .footer-t .grid .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper input[type="submit"] {
  border: 0;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-weight: 500;
  padding: 15px 18px;
  height: auto;
}

.site-footer .footer-t .grid .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper input[type="submit"]:hover {
  background-color: var(--white-color);
  color: var(--dark-black);
}

.site-footer .footer-t .grid .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .check-mark::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 448 512'%3E%3Cpath d='M413.505 91.951L133.49 371.966l-98.995-98.995c-4.686-4.686-12.284-4.686-16.971 0L6.211 284.284c-4.686 4.686-4.686 12.284 0 16.971l118.794 118.794c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E");
}

.site-footer .footer-b {
  border-top: 1px solid #474747;
  padding: 32px 0;
}

.site-footer .footer-b .container-sm {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
}

.site-footer .footer-b .site-info {
  width: 70%;
}

@media (max-width: 1024px) {
  .site-footer .footer-b .site-info {
    width: 100%;
  }
}

.site-footer .footer-b .site-info a {
  color: #969393;
}

.site-footer .footer-b .site-info a:hover {
  color: var(--white-color);
  text-decoration: underline;
}

.site-footer .footer-b .footer-payment-image {
  width: 30%;
  text-align: right;
}

@media (max-width: 1024px) {
  .site-footer .footer-b .footer-payment-image {
    width: 100%;
    margin-top: 15px;
    justify-content: center;
  }
}

.site-footer .widget {
  margin-bottom: 37px;
}

.site-footer .widget ul li {
  list-style: none;
}

.site-footer .widget-title {
  font-size: 1em;
  font-family: var(--primary-font);
  letter-spacing: 0.3px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 23px;
  color: var(--white-color);
}

.site-footer .widget_rtc_social_links .social-networks li a {
  border-radius: 50%;
  border: 1px solid #bebebe;
  color: var(--white-color);
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: var(--white-color);
}

.site-footer .widget_archive ul,
.site-footer .widget_categories ul,
.site-footer .widget_pages ul,
.site-footer .widget_meta ul,
.site-footer .widget_recent_comments ul,
.site-footer .widget_recent_entries ul,
.site-footer .widget_rss ul {
  margin-left: 0;
  color: #969393;
}

.site-footer .widget_archive ul li,
.site-footer .widget_categories ul li,
.site-footer .widget_pages ul li,
.site-footer .widget_meta ul li,
.site-footer .widget_recent_comments ul li,
.site-footer .widget_recent_entries ul li,
.site-footer .widget_rss ul li {
  font-size: 0.938em;
  letter-spacing: 0.3px;
  font-weight: 500;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(var(--white-color-rgb), 0.5);
}

.site-footer .widget_archive ul li a,
.site-footer .widget_categories ul li a,
.site-footer .widget_pages ul li a,
.site-footer .widget_meta ul li a,
.site-footer .widget_recent_comments ul li a,
.site-footer .widget_recent_entries ul li a,
.site-footer .widget_rss ul li a {
  color: var(--white-color);
  font-weight: 500;
}

.site-footer .widget_archive ul li a:hover,
.site-footer .widget_categories ul li a:hover,
.site-footer .widget_pages ul li a:hover,
.site-footer .widget_meta ul li a:hover,
.site-footer .widget_recent_comments ul li a:hover,
.site-footer .widget_recent_entries ul li a:hover,
.site-footer .widget_rss ul li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.site-footer .widget_product_categories ul.product-categories li a::before {
  border: 1px solid #fff;
}

.site-footer .widget_calendar caption,
.site-footer .widget_calendar thead th {
  color: var(--white-color);
}

.site-footer .widget_calendar tbody tr {
  background-color: unset;
}

.site-footer .widget_calendar tbody tr td {
  color: var(--white-color);
}

.site-footer .widget_calendar tbody tr td a {
  color: #969393;
}

.site-footer .widget_calendar tbody tr td a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.site-footer .widget_search>label {
  display: block;
  font-size: 1em;
  letter-spacing: 0.3px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 23px;
  color: var(--dark-black);
  padding-bottom: 11.5px;
  border-bottom: 1px solid #d1d1d1;
}

.site-footer .widget_search .search-form {
  display: flex;
  background-color: #f6f6f6;
  position: relative;
}

.site-footer .widget_search .wp-block-search__inside-wrapper {
  background-color: #f6f6f6;
}

.site-footer .widget_search input[type="search"] {
  border: 0;
  padding: 17px;
  background: unset;
  font-size: 1em;
  color: var(--dark-black);
}

.site-footer .widget_search input[type="search"].placeholder {
  font-size: 1em;
  color: var(--dark-black);
}

.site-footer .widget_search input[type="search"]:-moz-placeholder {
  font-size: 1em;
  color: var(--dark-black);
}

.site-footer .widget_search input[type="search"]::-moz-placeholder {
  font-size: 1em;
  color: var(--dark-black);
}

.site-footer .widget_search input[type="search"]:-ms-input-placeholder {
  font-size: 1em;
  color: var(--dark-black);
}

.site-footer .widget_search input[type="search"]::-webkit-input-placeholder {
  font-size: 1em;
  color: var(--dark-black);
}

.site-footer .widget_search input[type="submit"] {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='search' transform='translate(-1201.9 -122.496)'%3E%3Cpath id='Icon_ionic-ios-search' data-name='Icon ionic-ios-search' d='M26.242,24.9l-6.119-6.174a8.72,8.72,0,1,0-1.323,1.34L24.878,26.2a.942.942,0,0,0,1.329.034A.947.947,0,0,0,26.242,24.9Zm-12.971-4.76a6.884,6.884,0,1,1,4.87-2.016A6.844,6.844,0,0,1,13.271,20.141Z' transform='translate(1197.4 118.004)' fill='%23292929'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 18px;
  background-position: center;
  height: 22px;
  width: 22px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 999px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  right: 16px;
}

.site-footer .widget_tag_cloud .tagcloud a {
  border: 1px solid rgba(var(--white-color-rgb), 0.5);
  color: #969393;
}

.site-footer .widget_tag_cloud .tagcloud a:hover {
  color: var(--white-color);
}

.site-footer .widget_text ul,
.site-footer .widget_rrtc_description_widget ul,
.site-footer .widget_raratheme_image_text_widget ul,
.site-footer .widget_raratheme_custom_categories ul,
.site-footer .widget_rtc_contact_social_links ul {
  margin: 0;
}

.site-footer .widget_recent_reviews ul li,
.site-footer .widget_recent_reviews ul .product-title {
  color: #969393;
}

.site-footer .widget_recent_reviews ul .star-rating {
  color: #ffb001;
}

.site-footer .widget_rrtc_description_widget .text-holder {
  color: var(--white-color);
}

.site-footer .widget_rrtc_description_widget .social-profile {
  margin-left: 0;
}

.site-footer .widget_rrtc_description_widget .social-profile a:hover {
  background-color: var(--white-color);
}

.site-footer .widget_raratheme_companion_stat_counter_widget .widget-title {
  color: var(--white-color);
}

.site-footer .widget_raratheme_recent_post ul,
.site-footer .widget_raratheme_popular_post ul {
  margin-left: 0;
}

.site-footer .widget_raratheme_recent_post ul li:not(:last-child),
.site-footer .widget_raratheme_popular_post ul li:not(:last-child) {
  margin-bottom: 20px;
}

.site-footer .widget_raratheme_recent_post ul.style-two .cat-links a,
.site-footer .widget_raratheme_recent_post ul.style-one .cat-links a,
.site-footer .widget_raratheme_popular_post ul.style-two .cat-links a,
.site-footer .widget_raratheme_popular_post ul.style-one .cat-links a {
  color: var(--primary-color);
}

.site-footer .widget_raratheme_recent_post ul.style-two li a,
.site-footer .widget_raratheme_recent_post ul.style-one li a,
.site-footer .widget_raratheme_popular_post ul.style-two li a,
.site-footer .widget_raratheme_popular_post ul.style-one li a {
  color: var(--white-color);
}

.site-footer .widget_rara_posts_category_slider_widget .owl-dots .owl-dot {
  background: var(--white-color);
  border-color: var(--white-color);
}

.site-footer .widget_raratheme_image_widget .readmore:hover,
.site-footer .widget_rrtc_icon_text_widget .readmore:hover {
  background-color: var(--white-color);
  color: var(--dark-black);
}

.site-footer .widget_rrtc_icon_text_widget .widget-title {
  color: var(--white-color);
}

.site-footer .widget_rrtc_icon_text_widget .text-holder {
  color: #969393;
}

.site-footer .widget_raratheme_featured_widget .widget-featured-holder .text-holder p {
  color: #969393;
}

.site-footer .widget_raratheme_featured_widget .widget-featured-holder .readmore:hover {
  background-color: var(--white-color);
  color: var(--dark-black);
}

.site-footer .footer-t .widget.widget_raratheme_companion_faqs_widget .col {
  width: 100%;
  color: #969393;
}

.site-footer .footer-t .widget.widget_raratheme_companion_faqs_widget .col ul {
  margin-left: 0;
}

.site-footer .footer-t .widget.widget_raratheme_companion_faqs_widget .col ul li a {
  color: #969393;
}

.site-footer .footer-t .widget.widget_raratheme_companion_faqs_widget .col ul li a::after {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z"></path></svg>');
}

.site-footer .footer-t .widget.widget_raratheme_companion_faqs_widget .col ul .expand-faq {
  color: var(--white-color);
}

.site-footer .widget_rtc_contact_social_links .social-networks li a {
  border: 1px solid rgba(var(--white-color-rgb), 0.5);
}

.site-footer .widget_raratheme_author_bio .text-holder {
  color: var(--white-color);
}

.site-footer .widget_raratheme_author_bio .text-holder .text-signature,
.site-footer .widget_raratheme_author_bio .text-holder .title-holder {
  color: var(--white-color);
}

.site-footer .widget_raratheme_author_bio .text-holder .readmore {
  background-color: var(--primary-color);
}

.site-footer .widget_raratheme_author_bio .text-holder .readmore:hover {
  background-color: var(--white-color);
  color: var(--dark-black);
}

.site-footer .widget_raratheme_author_bio .author-bio-socicons a {
  color: var(--white-color);
  border: 1px solid rgba(var(--white-color-rgb), 0.5);
}

.site-footer .widget_raratheme_featured_page_widget {
  color: #969393;
}

.site-footer .widget_raratheme_featured_page_widget .featured_page_content {
  color: #969393;
}

.site-footer .widget_raratheme_featured_page_widget .featured_page_content a {
  color: var(--white-color);
}

.site-footer .widget_raratheme_featured_page_widget .featured_page_content a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.site-footer .widget_raratheme_featured_page_widget ul {
  margin-left: 0;
}

.site-footer .widget_raratheme_featured_page_widget ul li a {
  color: var(--white-color);
}

.site-footer .widget_raratheme_featured_page_widget ul li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.site-footer .widget_product_tag_cloud .tagcloud a {
  color: #969393;
  border: 1px solid rgba(var(--white-color-rgb), 0.5);
}

.site-footer .widget_product_tag_cloud .tagcloud a:hover {
  color: var(--white-color);
}

.site-footer .widget_product_search .woocommerce-product-search {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  background: #f6f6f6;
  position: relative;
}

.site-footer .widget_product_search .woocommerce-product-search .search-field {
  border: 0;
  padding: 17px;
  background: unset;
  font-size: 1em;
  color: var(--dark-black);
  width: calc(100% - 40px);
}

.site-footer .widget_product_search .woocommerce-product-search button[type="submit"] {
  font-size: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='search' transform='translate(-1201.9 -122.496)'%3E%3Cpath id='Icon_ionic-ios-search' data-name='Icon ionic-ios-search' d='M26.242,24.9l-6.119-6.174a8.72,8.72,0,1,0-1.323,1.34L24.878,26.2a.942.942,0,0,0,1.329.034A.947.947,0,0,0,26.242,24.9Zm-12.971-4.76a6.884,6.884,0,1,1,4.87-2.016A6.844,6.844,0,0,1,13.271,20.141Z' transform='translate(1197.4 118.004)' fill='%23292929'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 18px;
  background-position: center;
  height: 22px;
  width: 22px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 999px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  right: 16px;
}

.site-footer .widget_products .product_list_widget a,
.site-footer .widget_top_rated_products .product_list_widget a,
.site-footer .widget_shopping_cart .product_list_widget a {
  color: var(--white-color);
  margin-bottom: 5px;
}

.site-footer .widget_products .product_list_widget a:hover,
.site-footer .widget_top_rated_products .product_list_widget a:hover,
.site-footer .widget_shopping_cart .product_list_widget a:hover {
  color: var(--primary-color);
}

.site-footer .widget_products .product_list_widget .star-rating,
.site-footer .widget_top_rated_products .product_list_widget .star-rating,
.site-footer .widget_shopping_cart .product_list_widget .star-rating {
  color: #ffb001;
}

.site-footer .widget_product_categories ul {
  margin-left: 0;
}

.site-footer .widget_product_categories ul .cat-item {
  margin-bottom: 10px;
}

.site-footer .widget_product_categories ul .cat-item a {
  color: var(--white-color) !important;
  font-weight: 400;
}

.site-footer .widget_product_categories ul .cat-item a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.related-posts {
  margin-top: 63px;
  margin-bottom: 50px;
}

.related-posts .title {
  font-family: var(--primary-font);
  font-size: 1.5em;
  line-height: 1.45;
  text-align: left;
  margin-bottom: 24px;
  font-weight: 600;
}

.related-posts .post-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media (max-width: 1024px) {
  .related-posts .post-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .related-posts .post-wrapper {
    grid-template-columns: 1fr;
  }
}

.related-posts .post {
  text-align: left;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
}

.related-posts .post a:hover {
  color: var(--primary-color);
}

.related-posts .post .entry-title {
  font-family: var(--primary-font);
  font-size: 1.375em;
  line-height: 1.3;
  font-weight: 400;
}

@media (max-width: 767px) {
  .related-posts .post .entry-title {
    padding: 12px 0 16px 0;
  }
}

.related-posts .post .entry-title a:hover {
  color: var(--primary-color);
}

.related-posts .post .posted-on {
  font-size: 0.938em;
  color: #383838;
}

.related-posts .post .posted-on a:hover {
  text-decoration: underline;
}

.related-posts .post .entry-header {
  padding: 20px 0px 28px;
}

@media (max-width: 767px) {
  .related-posts .post .entry-header {
    padding: 20px 0px;
  }
}

.related-posts .post .byline,
.related-posts .post .name {
  font-weight: 500;
}

.related-posts .post .byline {
  color: #7a7a7a;
}

.blog .page-header {
  margin-bottom: 56px;
}

.blog .post a:hover:not(.post-edit-link) {
  color: var(--primary-color);
}

.blog .post .entry-content {
  margin: 0;
}

.blog .post .entry-content p {
  font-size: 1.125em;
  line-height: 1.65;
  margin-bottom: 15px;
  color: var(--light-black);
}

@media (max-width: 767px) {
  .blog .post .entry-content p {
    margin-bottom: 10px;
  }
}

.blog .post .entry-header>.entry-meta {
  display: block;
  font-weight: 400;
  line-height: 1.3333;
  color: var(--light-black);
}

.blog .post .entry-meta {
  display: inline-block;
  font-size: 0.938em;
  font-weight: 500;
  color: #7a7a7a;
}

.blog .post .entry-meta .fn {
  color: var(--light-black);
}

.blog .post .entry-meta .fn:hover {
  color: var(--primary-color);
}

.blog .post .entry-footer {
  display: inline-block;
}

.classic-view .site-main .post,
.classic-view .site-main .product,
.classic-view .site-main .page {
  margin-bottom: 50px;
}

@media (max-width: 767px) {

  .classic-view .site-main .post,
  .classic-view .site-main .product,
  .classic-view .site-main .page {
    margin-bottom: 29px;
  }
}

.classic-view .site-main .post .post-thumbnail,
.classic-view .site-main .product .post-thumbnail,
.classic-view .site-main .page .post-thumbnail {
  display: block;
  margin-bottom: 24px;
}

@media (max-width: 767px) {

  .classic-view .site-main .post .post-thumbnail,
  .classic-view .site-main .product .post-thumbnail,
  .classic-view .site-main .page .post-thumbnail {
    margin-bottom: 17px;
  }
}

.classic-view .site-main .post .entry-title,
.classic-view .site-main .product .entry-title,
.classic-view .site-main .page .entry-title {
  font-size: 2.25em;
  line-height: 1.3;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 14px;
  font-family: var(--primary-font);
}

.classic-view .site-main .post .entry-title a:hover,
.classic-view .site-main .product .entry-title a:hover,
.classic-view .site-main .page .entry-title a:hover {
  color: var(--primary-color);
}

@media (max-width: 767px) {

  .classic-view .site-main .post .entry-title,
  .classic-view .site-main .product .entry-title,
  .classic-view .site-main .page .entry-title {
    font-size: 1.375em;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

.classic-view .site-main .post .content-wrap,
.classic-view .site-main .product .content-wrap,
.classic-view .site-main .page .content-wrap {
  margin: 0 140px 0px 74px;
  padding-bottom: 31px;
  border-bottom: 1px solid #eaeaea;
}

@media (max-width: 1024px) {

  .classic-view .site-main .post .content-wrap,
  .classic-view .site-main .product .content-wrap,
  .classic-view .site-main .page .content-wrap {
    margin: 0 60px;
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {

  .classic-view .site-main .post .content-wrap,
  .classic-view .site-main .product .content-wrap,
  .classic-view .site-main .page .content-wrap {
    margin: 0 24px;
  }
}

.classic-view .site-main .post .content-wrap .posted-on a:hover,
.classic-view .site-main .post .content-wrap .byline a:hover,
.classic-view .site-main .product .content-wrap .posted-on a:hover,
.classic-view .site-main .product .content-wrap .byline a:hover,
.classic-view .site-main .page .content-wrap .posted-on a:hover,
.classic-view .site-main .page .content-wrap .byline a:hover {
  color: var(--primary-color);
}

.classic-view .site-main .post .content-wrap .entry-content,
.classic-view .site-main .product .content-wrap .entry-content,
.classic-view .site-main .page .content-wrap .entry-content {
  margin: 0;
}

.classic-view.full-width .site-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.classic-view.full-width .post {
  width: calc(50% - 30px);
  margin: 0 15px;
}

.classic-view.full-width .post .content-wrap {
  margin: 0 40px 74px 40px;
}

@media (max-width: 1024px) {
  .classic-view.full-width .post .content-wrap {
    margin: 0 20px 50px;
  }
}

.site-banner.video-banner #wp-custom-header {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.site-banner.video-banner #wp-custom-header::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.site-banner.video-banner #wp-custom-header iframe,
.site-banner.video-banner #wp-custom-header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-banner.video-banner .banner-caption {
  z-index: 99;
}

.cart-block {
  position: relative;
}

.cart-block-popup {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 405px;
  background: var(--white-color);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  z-index: 99;
  opacity: 0;
  clip: rect(1px, 1px, 1px, 1px);
  border: 1px solid #f7f7f7;
  transition: 0.3s ease all;
}

.cart-block-popup .widget_shopping_cart {
  margin-bottom: 0;
  padding: 24px 20px;
}

.cart-block-popup .widget_shopping_cart .widgettitle {
  display: none;
}

.cart-block-popup .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin: 0;
}

.cart-block:hover .cart-block-popup,
.cart-block.hover .cart-block-popup {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  clip: inherit;
}

.cart-block .cart-amount {
  font-size: 0.6em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cart-block .bsp-cart-block-wrap:hover a svg {
  fill: #888;
}

.cart-block .bsp-cart-block-wrap:hover .cart-amount {
  color: #888;
}

.cart-block .widget_shopping_cart .cart_list {
  max-height: 227px;
  overflow-y: auto;
}

.cart-block .widget_shopping_cart .cart_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 30px;
}

.cart-block .widget_shopping_cart .cart_list::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  border-radius: 30px;
}

.cart-block .widget_shopping_cart .cart_list::-webkit-scrollbar-thumb {
  background-color: #7a7a7a;
  border-radius: 30px;
}

.cart-block .widget_shopping_cart .cart_list li {
  font-size: 1em;
  text-align: left;
  border-bottom: none;
  padding-left: 0px;
  padding-top: 18px;
  padding-bottom: 0;
  margin-top: 18px;
  margin-bottom: 0;
  border-top: 1px solid #c4c4c4;
}

.cart-block .widget_shopping_cart .cart_list li:first-child {
  border-top: none;
  margin-top: 0;
}

.cart-block .widget_shopping_cart .cart_list li a {
  font-size: 0.938em;
  font-weight: 400;
  color: var(--light-black);
  text-transform: none;
}

.cart-block .widget_shopping_cart .cart_list li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.cart-block .widget_shopping_cart .cart_list li a.remove {
  font-size: 1.4em;
  line-height: 1em;
  top: 14px;
  text-decoration: none;
  right: 10px;
  left: unset;
  color: var(--dark-black) !important;
  background: none !important;
}

.cart-block .widget_shopping_cart .cart_list li a.remove:after {
  display: none;
}

.cart-block .widget_shopping_cart .cart_list li a.remove:hover {
  color: red !important;
}

.cart-block .widget_shopping_cart .cart_list li a img {
  float: left;
  width: 102px;
  height: 117px;
  object-fit: cover;
  border-radius: 0;
  margin-left: 0;
  margin-right: 24px;
}

.cart-block .widget_shopping_cart .cart_list li .quantity {
  display: inline-block;
  font-size: 0.938em;
  font-weight: 400;
  color: var(--light-black);
  margin-top: 10px;
}

.cart-block .widget_shopping_cart .cart_list li .quantity span {
  display: inline-block;
  vertical-align: top;
}

.cart-block .widget_shopping_cart .total {
  margin-top: 20px;
  padding: 15px 5px 20px 5px;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  border-top: 1px solid #c4c4c4;
}

.cart-block .widget_shopping_cart .total strong {
  display: flex;
  flex-direction: column;
  flex: auto;
  font-size: 1em;
  color: var(--dark-black);
  font-weight: 400;
  text-align: left;
}

.cart-block .widget_shopping_cart .total span {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  color: var(--dark-black);
  font-weight: 400;
}

.cart-block .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons {
  display: block;
  margin-bottom: 0;
}

.cart-block .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a {
  display: block;
  background-color: var(--dark-black);
  color: var(--white-color);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-left: 0;
  font-size: 1em;
  padding: 17px;
  border-radius: 0;
  margin: 0;
}

.cart-block .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a:hover {
  background-color: #93834d;
}

.cart-block .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a.checkout {
  margin-top: 8px;
  background-color: #93834d;
}

.cart-block .widget_shopping_cart .woocommerce-mini-cart__buttons.buttons a.checkout:hover {
  background-color: var(--dark-black);
}

.user-block {
  position: relative;
}

.user-block:hover .user-block-popup,
.user-block.hover .user-block-popup {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  clip: inherit;
}

.user-block-popup {
  position: absolute;
  top: calc(100% + 10px);
  left: -100%;
  width: 150px;
  background: var(--white-color);
  text-align: left;
  padding: 18px 0;
  z-index: 99;
  opacity: 0;
  clip: rect(1px, 1px, 1px, 1px);
  border: 1px solid #f7f7f7;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease all;
}

.user-block-popup li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-block-popup li a {
  padding: 5px 16px;
  line-height: 1.65;
  display: block;
}

.user-block-popup li a:hover {
  color: var(--primary-color);
}

.about-section {
  max-width: 800px;
  margin: 108px auto;
  text-align: center;
}

@media (max-width: 1024px) {
  .about-section {
    margin: 80px auto;
  }
}

@media (max-width: 767px) {
  .about-section {
    margin: 51px 0;
  }
}

.about-section .widget_raratheme_featured_page_widget {
  margin-bottom: 0;
}

.about-section .widget_raratheme_featured_page_widget .widget-featured-holder {
  display: flex;
  flex-direction: column;
}

.about-section .widget_raratheme_featured_page_widget .text-holder {
  font-size: 1.625em;
  line-height: 1.46;
  margin-top: 60px;
  order: 1;
}

.about-section .widget_raratheme_featured_page_widget .text-holder h3 {
  font-weight: 500;
}

@media (max-width: 1024px) {
  .about-section .widget_raratheme_featured_page_widget .text-holder {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .about-section .widget_raratheme_featured_page_widget .text-holder {
    font-size: 1em;
    margin-top: 29px;
  }
}

.about-section .widget_raratheme_featured_page_widget .text-holder p {
  font-size: 1em;
  margin-bottom: 24px;
}

.about-section .widget_raratheme_featured_page_widget .text-holder a {
  all: unset;
  position: relative;
  color: var(--dark-black);
  letter-spacing: 1px;
  font-size: 0.538em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 767px) {
  .about-section .widget_raratheme_featured_page_widget .text-holder a {
    font-size: 0.88em;
  }
}

.about-section .widget_raratheme_featured_page_widget .text-holder a::after {
  position: absolute;
  content: "";
  width: 100%;
  margin: 0 auto;
  background-color: var(--dark-black);
  height: 3px;
  left: 0;
  right: 0;
  bottom: -6px;
  transition: 0.3s ease all;
}

.about-section .widget_raratheme_featured_page_widget .text-holder a:hover {
  color: var(--dark-black);
  background: unset;
}

.about-section .widget_raratheme_featured_page_widget .text-holder a:hover::after {
  width: 0%;
}

.about-section .widget_raratheme_featured_page_widget .img-holder {
  margin-bottom: 0;
}

.product-sale-section {
  margin: 108px 0 60px 0;
}

@media (max-width: 1024px) {
  .product-sale-section {
    margin: 80px 0;
  }
}

@media (max-width: 767px) {
  .product-sale-section {
    margin: 51px 0;
  }
}

.product-sale-section.no-image .product-grid-wrapper .product-sale-grid {
  flex: 0 0 100%;
  max-width: 100%;
}

.product-sale-section.no-image .product-grid-wrapper .item .product-sale-image {
  margin-bottom: 14px;
}

.product-sale-section.no-image .product-grid-wrapper .item h3 {
  padding: 4px 0;
}

.product-sale-section.no-image .owl-carousel>.owl-nav button.owl-prev,
.product-sale-section.no-image .owl-carousel>.owl-nav button.owl-next {
  top: 39%;
  transform: translateY(-50%);
}

.product-sale-section .product-sale-wrap {
  max-width: 593px;
  width: 100%;
  margin: 0 auto;
}

.product-sale-section .product-grid-wrapper {
  display: flex;
  grid-gap: 77px;
}

@media (max-width: 1199px) {
  .product-sale-section .product-grid-wrapper {
    grid-gap: 45px;
  }
}

@media (max-width: 767px) {
  .product-sale-section .product-grid-wrapper {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .product-sale-section .product-grid-wrapper {
    grid-gap: 30px;
  }
}

@media (max-width: 1024px) {
  .product-sale-section .product-grid-wrapper .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.product-sale-section .product-grid-wrapper .product-sale-grid {
  max-width: 58%;
  flex: 0 0 58%;
}

@media (max-width: 767px) {
  .product-sale-section .product-grid-wrapper .product-sale-grid {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.product-sale-section .product-grid-wrapper .sale-item-wrapper {
  margin: 56px 0 0;
}

@media (max-width: 767px) {
  .product-sale-section .product-grid-wrapper .sale-item-wrapper {
    margin: 29px 0 0;
    padding: 0 15px;
  }
}

.product-sale-section .product-grid-wrapper .item {
  position: relative;
  text-align: center;
}

.product-sale-section .product-grid-wrapper .item .onsale,
.product-sale-section .product-grid-wrapper .item .outofstock {
  position: absolute;
  font-size: 0.75em;
  font-weight: 500;
  top: 15px;
  left: 10px;
  padding: 3px 9px;
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-radius: 3px;
}

.product-sale-section .product-grid-wrapper .item .product-sale-image {
  margin-bottom: 4px;
}

.product-sale-section .product-grid-wrapper .item .product-cat {
  display: inline-block;
  font-size: 0.938em;
  line-height: 1.333em;
  color: #383838;
  text-align: center;
  margin: 3px;
}

.product-sale-section .product-grid-wrapper .item .product-cat::after {
  content: ",";
  font-size: 18px;
  line-height: 1;
}

.product-sale-section .product-grid-wrapper .item .product-cat:last-of-type::after {
  content: none;
}

.product-sale-section .product-grid-wrapper .item .product-cat a:hover {
  color: var(--primary-color);
}

.product-sale-section .product-grid-wrapper .item .sec-subtitle {
  font-size: 1.125em;
  font-weight: 500;
  color: var(--dark-black);
  text-align: center;
}

.product-sale-section .product-grid-wrapper .item .sec-subtitle a:hover {
  color: var(--primary-color);
}

.product-sale-section .product-grid-wrapper .item .price {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 500;
}

.product-sale-section .product-grid-wrapper .item .price del {
  background-color: unset;
  color: #5c5c5c;
}

.product-sale-section .product-grid-wrapper .item .price del>span {
  font-size: 0.838em;
  font-weight: 500;
}

.product-sale-section .product-grid-wrapper .item .price ins {
  color: var(--secondary-color);
  background-color: unset;
  margin-right: 6px;
}

.product-sale-section .product-grid-wrapper .item .price ins span {
  font-size: 1em;
  font-weight: 500;
}

.product-sale-section .product-grid-wrapper .owl-carousel>.owl-nav button {
  top: 33%;
}

@media (max-width: 767px) {
  .product-sale-section .product-grid-wrapper .owl-carousel>.owl-nav button {
    top: 37.5%;
  }
}

.testimonial-section {
  margin: 108px 0;
}

@media (max-width: 1024px) {
  .testimonial-section {
    margin: 80px 0;
  }
}

@media (max-width: 767px) {
  .testimonial-section {
    margin: 51px 0;
  }
}

@media (max-width: 767px) {
  .testimonial-section .container-lg {
    padding: 0;
    max-width: 100%;
  }
}

.testimonial-section .rtc-testimonial-inner-holder {
  all: unset;
}

.testimonial-section .testimonial-wrapper {
  background-color: #faf7ee;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1199px) {
  .testimonial-section .testimonial-wrapper {
    padding: 20px 30px;
  }
}

.testimonial-section .testimonial-wrapper .container-sm {
  display: flex;
  align-items: center;
  padding: 0;
}

@media (max-width: 1024px) {
  .testimonial-section .testimonial-wrapper .container-sm {
    flex-direction: column;
  }
}

.testimonial-section .testimonial-wrapper .container-sm.no-image {
  max-width: 850px;
  margin: 0 auto;
}

.testimonial-section .testimonial-wrapper .container-sm.no-image .testimonial-wrap {
  padding: 30px;
  flex: 0 0 100%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .testimonial-section .testimonial-wrapper .container-sm.no-image .testimonial-wrap {
    padding: 0;
  }
}

.testimonial-section .testimonial-wrapper .container-sm.no-image .testimonial-wrap .section-title {
  text-align: center;
}

.testimonial-section .testimonial-wrapper .container-sm.no-image .testimonial-wrap .testimonial-content p {
  text-align: center;
}

.testimonial-section .testimonial-wrapper .container-sm.no-image .testimonial-wrap .text-holder {
  justify-content: center;
}

.testimonial-section .testimonial-wrapper .container-sm.no-image .owl-dots {
  margin: 0 auto;
  text-align: center;
}

.testimonial-section .testimonial-image-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
}

@media (max-width: 1024px) {
  .testimonial-section .testimonial-image-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.testimonial-section .testimonial-wrap {
  max-width: 50%;
  width: 100%;
}

@media (max-width: 1024px) {
  .testimonial-section .testimonial-wrap {
    max-width: 100%;
  }
}

.testimonial-section .testimonial-wrap .section-title {
  text-align: left;
  font-weight: 500;
  margin-bottom: 38px;
}

@media (max-width: 1440px) {
  .testimonial-section .testimonial-wrap .section-title {
    text-align: left;
    margin-bottom: 20px;
  }
}

.testimonial-section .testimonial-wrap .section-title:after {
  content: none;
}

@media (max-width: 767px) {
  .testimonial-section .testimonial-wrap .section-title {
    text-align: left;
    margin-bottom: 12px;
  }

  .testimonial-section .testimonial-wrap .section-title::after {
    content: none;
  }
}

.testimonial-section .testimonial-wrap .widget_rrtc_testimonial_widget .rtc-testimonial-holder {
  padding-top: 0;
}

.testimonial-section .testimonial-wrap .widget_rrtc_testimonial_widget .testimonial-content {
  margin-top: 0;
}

.testimonial-section .testimonial-wrap .widget_rrtc_testimonial_widget .testimonial-content p {
  font-size: 1.125em;
  line-height: 1.3;
  margin-bottom: 27px;
  text-align: left;
}

@media (max-width: 767px) {
  .testimonial-section .testimonial-wrap .widget_rrtc_testimonial_widget .testimonial-content p {
    font-size: 1.125em;
  }
}

.testimonial-section .testimonial-wrap .widget_rrtc_testimonial_widget .text-holder {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}

.testimonial-section .testimonial-wrap .widget_rrtc_testimonial_widget .name {
  display: block;
  font-size: 1.5em;
  line-height: 1.6667;
  font-weight: 400;
}

@media (max-width: 767px) {
  .testimonial-section .testimonial-wrap .widget_rrtc_testimonial_widget .name {
    font-size: 1.125em;
    line-height: 1.4444444;
  }
}

.testimonial-section .testimonial-wrap .widget_rrtc_testimonial_widget .designation {
  font-size: 0.938em;
  color: var(--light-black);
}

.testimonial-section .testimonial-wrap .widget_rrtc_testimonial_widget .img-holder {
  all: unset;
  margin-right: 29px;
  max-width: 106px;
  height: 106px;
  width: 106px;
  overflow: hidden;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .testimonial-section .testimonial-wrap .widget_rrtc_testimonial_widget .img-holder {
    width: 74px;
    height: 74px;
    margin-right: 19px;
  }
}

.testimonial-section .testimonial-wrap .widget_rrtc_testimonial_widget .img-holder>img {
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.testimonial-section .owl-dots {
  margin: 0 0 0 25px;
}

@media (max-width: 767px) {
  .testimonial-section .owl-dots {
    margin: 0 auto;
    text-align: center;
  }
}

.testimonial-section .owl-dots .owl-dot {
  display: inline-block;
  height: 13px;
  width: 13px;
  border: 2px solid #8D8D8D;
  background: transparent;
  margin: 5px;
  border-radius: 50%;
}

.testimonial-section .owl-dots .owl-dot.active {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.blog-section {
  margin: 108px 0;
}

@media (max-width: 1024px) {
  .blog-section {
    margin: 80px 0;
  }
}

@media (max-width: 767px) {
  .blog-section {
    margin: 51px 0;
  }
}

.blog-section .title-wrap {
  max-width: 636px;
  margin: 0 auto;
}

.blog-section .section-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media (max-width: 1024px) {
  .blog-section .section-grid {
    grid-gap: 20px;
  }
}

@media (max-width: 767px) {
  .blog-section .section-grid {
    grid-template-columns: 1fr;
    margin-top: 25px;
    grid-gap: 0;
  }
}

.blog-section .post {
  margin-bottom: 0;
}

.blog-section .post a:hover {
  color: var(--primary-color);
}

.blog-section .post .entry-title {
  font-family: var(--primary-font);
  font-size: 1.375em;
  font-weight: 400;
  padding: 14px 0 26px 0;
}

@media (max-width: 767px) {
  .blog-section .post .entry-title {
    font-size: 1.25em;
    line-height: 1.2em;
    padding: 8px 0 6px;
  }
}

.blog-section .post .entry-title a:hover {
  color: var(--primary-color);
}

.blog-section .post .posted-on {
  font-size: 0.938em;
  color: #383838;
}

.blog-section .post .posted-on a:hover {
  text-decoration: underline;
}

.blog-section .post .entry-header {
  padding: 25px 42px;
}

@media (max-width: 1024px) {
  .blog-section .post .entry-header {
    padding: 15px 11px;
  }
}

@media (max-width: 767px) {
  .blog-section .post .entry-header {
    padding: 19px 32px;
  }
}

.blog-section .post .entry-meta .byline,
.blog-section .post .entry-meta .name {
  font-weight: 500;
}

.blog-section .post .entry-meta .byline {
  color: #7a7a7a;
}

.blog-section .button-wrap {
  text-align: center;
  margin: 30px 0 0;
}

.blog-section .button-wrap a {
  display: inline-block;
  background-color: var(--dark-black);
  color: var(--white-color);
  font-size: 1em;
  padding: 12px 15px;
  text-transform: capitalize;
}

.blog-section .button-wrap a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.blog-section .owl-carousel .owl-dots {
  align-items: center;
  text-align: center;
}

.blog-section .owl-carousel>.owl-dots button.owl-dot.active {
  background-color: #818181;
}

.blog-section .owl-carousel>.owl-dots button.owl-dot {
  background-color: transparent;
  border: 2px solid #818181;
}

.service-section {
  margin: 53px 0 59px;
}

@media (max-width: 767px) {
  .service-section {
    margin: 51px 0;
  }
}

.service-section .container-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.service-section .container-sm .widget {
  width: 33.33%;
  padding: 20px 55px 20px 46px;
  border-right: 1px solid #c9c9c9;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .service-section .container-sm .widget {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .service-section .container-sm .widget {
    padding: 0 0 36px;
    margin-bottom: 33px;
    border-right: 0;
    border-bottom: 1px solid #c9c9c9;
    width: 100%;
  }
}

.service-section .container-sm .widget:last-of-type {
  border-right: 0;
  margin-bottom: 0;
}

.service-section .container-sm .widget:first-of-type {
  padding-left: 0;
}

.service-section .rtc-itw-inner-holder {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.service-section .rtc-itw-inner-holder .text-holder {
  all: unset;
  text-align: left;
}

.service-section .rtc-itw-inner-holder:not(:last-of-type) {
  border: 0;
}

.service-section .rtc-itw-inner-holder .icon-holder {
  margin-right: 42px;
}

@media (max-width: 1024px) {
  .service-section .rtc-itw-inner-holder .icon-holder {
    margin-right: 14px;
  }
}

@media (max-width: 767px) {
  .service-section .rtc-itw-inner-holder .icon-holder {
    margin-right: 22px;
  }
}

.service-section .rtc-itw-inner-holder .text-holder .widget-title {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: unset;
}

.service-section .rtc-itw-inner-holder .text-holder .content {
  font-size: 1em;
  color: #7a7a7a;
  margin-top: 0;
}

.service-section .rtc-itw-inner-holder .text-holder .content p {
  font-size: 1em;
  margin-bottom: 0;
  text-align: left;
}

.service-section .rtc-itw-inner-holder .text-holder .btn-readmore {
  margin-top: 13px;
  padding: 7px 18px;
}

.instagram-section {
  text-align: center;
  position: relative;
}

.instagram-section .popup-gallery {
  margin: 0;
  list-style: none;
}

.instagram-section .popup-gallery li {
  list-style: none;
}

.instagram-section .popup-gallery li a {
  display: block;
  width: 100%;
}

.instagram-section .profile-link {
  padding: 10px 30px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-decoration: none;
  border: 0;
  transition: all 500ms ease;
  z-index: 3;
  background-color: var(--dark-black);
  color: var(--white-color);
}

.instagram-section .profile-link .insta-icon {
  margin-right: 10px;
}

.instagram-section .profile-link:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

@media (max-width: 767px) {
  .instagram-section .profile-link {
    bottom: -8px;
    transform: translate(-50%, 0);
    top: unset;
    padding: 8px 20px;
  }
}

@media (max-width: 767px) {

  .instagram-section .popup-gallery.photos-4 li,
  .instagram-section .popup-gallery.photos-5 li,
  .instagram-section .popup-gallery.photos-6 li,
  .instagram-section .popup-gallery.photos-7 li,
  .instagram-section .popup-gallery.photos-8 li,
  .instagram-section .popup-gallery.photos-9 li,
  .instagram-section .popup-gallery.photos-10 li {
    width: 33.33%;
  }
}

@media (max-width: 600px) {

  .instagram-section .popup-gallery.photos-4 li,
  .instagram-section .popup-gallery.photos-5 li,
  .instagram-section .popup-gallery.photos-6 li,
  .instagram-section .popup-gallery.photos-7 li,
  .instagram-section .popup-gallery.photos-8 li,
  .instagram-section .popup-gallery.photos-9 li,
  .instagram-section .popup-gallery.photos-10 li {
    width: 50%;
  }
}

.single-post .top-bar,
.single-page .top-bar {
  margin-bottom: 56px;
}

.single-post .page-header,
.single-page .page-header {
  margin-bottom: 82px;
}

.single-post .site-main .entry-header,
.single-page .site-main .entry-header {
  margin-bottom: 40px;
}

.single-post .site-main .entry-meta .cat-links a,
.single-page .site-main .entry-meta .cat-links a {
  font-size: 1em;
  font-weight: 500;
  color: var(--secondary-color);
}

.single-post .site-main .entry-title,
.single-page .site-main .entry-title {
  font-size: 3.375em;
  font-family: var(--secondary-font);
  line-height: 1.3;
  margin: 8px 0 16px;
  color: var(--dark-black);
}

.single-post .site-main .entry-meta:last-child,
.single-page .site-main .entry-meta:last-child {
  font-size: 0.938em;
}

.single-post .site-main .entry-meta:last-child .byline,
.single-page .site-main .entry-meta:last-child .byline {
  margin-right: 16px;
}

.single-post .site-main .entry-meta:last-child .posted-on,
.single-post .site-main .entry-meta:last-child .byline,
.single-page .site-main .entry-meta:last-child .posted-on,
.single-page .site-main .entry-meta:last-child .byline {
  font-weight: 500;
  color: #7a7a7a;
  margin-right: 16px;
}

.single-post .site-main .entry-meta:last-child .posted-on a,
.single-post .site-main .entry-meta:last-child .byline a,
.single-page .site-main .entry-meta:last-child .posted-on a,
.single-page .site-main .entry-meta:last-child .byline a {
  text-decoration: none;
  color: var(--dark-black);
}

.single-post .site-main .entry-meta:last-child .posted-on a:hover,
.single-post .site-main .entry-meta:last-child .byline a:hover,
.single-page .site-main .entry-meta:last-child .posted-on a:hover,
.single-page .site-main .entry-meta:last-child .byline a:hover {
  text-decoration: underline;
}

.single-post .site-main .entry-meta:last-child .comments svg,
.single-page .site-main .entry-meta:last-child .comments svg {
  margin-right: 5px;
}

.single-post .site-main .entry-content,
.single-page .site-main .entry-content {
  margin-top: 40px;
}

.single-post .site-main .wp-block-image figcaption,
.single-page .site-main .wp-block-image figcaption {
  color: rgba(var(--light-black-rgb), 0.6);
  text-align: center;
  margin: 15px 0 0 0;
  font-size: 0.8888em;
  letter-spacing: 0.1px;
  line-height: 1.35;
}

.single-post .site-main ul,
.single-page .site-main ul {
  list-style: disc;
  margin-left: 60px;
}

.single-post .site-main ul li,
.single-page .site-main ul li {
  color: var(--dark-black);
  list-style: disc;
  font-size: 1.125em;
  line-height: 1.4444444;
  margin-bottom: 6px;
}

.single-post .site-main ol,
.single-page .site-main ol {
  margin-left: 60px;
}

.single-post .site-main ol li,
.single-page .site-main ol li {
  color: var(--dark-black);
  font-size: 1.125em;
  line-height: 1.4444444;
  margin-bottom: 6px;
}

.single-post .site-main .social-icons li,
.single-page .site-main .social-icons li {
  list-style: none;
}

.single-post .entry-meta:not(.widget .entry-meta),
.single-page .entry-meta:not(.widget .entry-meta) {
  margin-bottom: 15px;
}

.single-post .entry-meta:not(.widget .entry-meta) a::after,
.single-page .entry-meta:not(.widget .entry-meta) a::after {
  content: "";
  background-color: rgba(var(--secondary-color-rgb), 0.5);
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin: -2px 8px 0 8px;
}

.single-post .entry-meta:not(.widget .entry-meta) a:last-child::after,
.single-page .entry-meta:not(.widget .entry-meta) a:last-child::after {
  content: none;
}

.single-post .entry-meta:not(.widget .entry-meta) a:hover,
.single-page .entry-meta:not(.widget .entry-meta) a:hover {
  text-decoration: underline;
}

.single-post .entry-footer,
.single-page .entry-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single-post .entry-footer .tags span,
.single-page .entry-footer .tags span {
  font-size: 1em;
  font-weight: 500;
  color: var(--dark-black);
}

.single-post .entry-footer .tags a,
.single-page .entry-footer .tags a {
  display: inline-block;
  font-size: 0.938em;
  padding: 8px 20px;
  border: 1px solid #d1d1d1;
}

@media (max-width: 767px) {

  .single-post .entry-footer .tags a,
  .single-page .entry-footer .tags a {
    margin-bottom: 10px;
  }
}

.single-post .entry-footer .tags a:not(:first-child),
.single-page .entry-footer .tags a:not(:first-child) {
  margin-left: 14px;
}

.single-post .entry-footer .tags a:hover,
.single-page .entry-footer .tags a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.single-post .entry-footer .edit-link,
.single-page .entry-footer .edit-link {
  width: 100%;
}

.single-post .article-share,
.single-page .article-share {
  float: right;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {

  .single-post .article-share,
  .single-page .article-share {
    margin-top: 15px;
  }
}

.single-post .article-share .social-icons,
.single-page .article-share .social-icons {
  margin-left: 12px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.single-post .article-share .social-icons li,
.single-page .article-share .social-icons li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3% 0 0;
}

.single-post .article-share .social-icons li:last-child,
.single-page .article-share .social-icons li:last-child {
  margin-right: 0;
}

.single-post .article-share .social-icons li a,
.single-page .article-share .social-icons li a {
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(var(--dark-black-rgb), 0.15);
  border-radius: 50%;
}

.single-post .article-share .social-icons li a:hover,
.single-page .article-share .social-icons li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.single.single-rara-portfolio .portfolio-holder .entry-content,
.single.single-rara-portfolio .portfolio-holder .entry-header {
  max-width: 100%;
}

.single.single-rara-portfolio .entry-content a {
  text-decoration: underline;
  color: var(--primary-color);
}

.single.single-rara-portfolio .entry-content a:hover {
  text-decoration: none;
}

.error404 .page-header {
  text-align: left;
}

.error404 .site-content {
  text-align: center;
}

.error404 .site-content .text-holder {
  max-width: 696px;
  width: 100%;
  margin: 0 auto;
}

.error404 .site-content .text-holder h2 {
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.45;
  color: var(--dark-black);
  padding-bottom: 19px;
}

.error404 .site-content .text-holder p {
  font-size: 1.125em;
  line-height: 1.444444;
  font-weight: 500;
  margin-bottom: 32px;
}

.error404 .site-content .text-holder .btn-home {
  display: inline-block;
  font-family: var(--secondary-font);
  background-color: var(--dark-black);
  color: var(--white-color);
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 18px 33px;
  letter-spacing: 1px;
}

.error404 .site-content .text-holder .btn-home:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.error404 .site-content .search-form {
  max-width: 664px;
  position: relative;
  margin: 64px auto 0;
}

.error404 .site-content .search-form .search-field {
  border: 2px solid rgba(var(--dark-black-rgb), 0.16);
  color: #c9c5c5;
}

.error404 .site-content .search-form .search-field.placeholder {
  color: #c9c5c9;
}

.error404 .site-content .search-form .search-field:-moz-placeholder {
  color: #c9c5c9;
}

.error404 .site-content .search-form .search-field::-moz-placeholder {
  color: #c9c5c9;
}

.error404 .site-content .search-form .search-field:-ms-input-placeholder {
  color: #c9c5c9;
}

.error404 .site-content .search-form .search-field::-webkit-input-placeholder {
  color: #c9c5c9;
}

.error404 .site-content .search-form .search-submit {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='search' transform='translate(-1201.9 -122.496)'%3E%3Cpath id='Icon_ionic-ios-search' data-name='Icon ionic-ios-search' d='M26.242,24.9l-6.119-6.174a8.72,8.72,0,1,0-1.323,1.34L24.878,26.2a.942.942,0,0,0,1.329.034A.947.947,0,0,0,26.242,24.9Zm-12.971-4.76a6.884,6.884,0,1,1,4.87-2.016A6.844,6.844,0,0,1,13.271,20.141Z' transform='translate(1197.4 118.004)' fill='%23292929'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 22px;
  width: 22px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 999px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  right: 16px;
}

.error404 .site-content .recent-posts {
  margin-top: 63px;
}

.error404 .site-content .recent-posts .title {
  font-size: 1.5em;
  line-height: 1.45;
  text-align: left;
  margin-bottom: 24px;
  font-weight: 600;
}

.error404 .site-content .recent-posts .post-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media (max-width: 1024px) {
  .error404 .site-content .recent-posts .post-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .error404 .site-content .recent-posts .post-wrapper {
    grid-template-columns: 1fr;
  }
}

.error404 .site-content .recent-posts .post {
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

@media (max-width: 767px) {
  .error404 .site-content .recent-posts .post {
    margin-bottom: 0;
  }
}

.error404 .site-content .recent-posts .post a:hover {
  color: var(--primary-color);
}

.error404 .site-content .recent-posts .post .entry-title {
  font-size: 1.375em;
  line-height: 1.0909;
  font-weight: 400;
  padding: 12px 0 25px 0;
}

@media (max-width: 767px) {
  .error404 .site-content .recent-posts .post .entry-title {
    padding: 12px 0 16px 0;
  }
}

.error404 .site-content .recent-posts .post .entry-title a:hover {
  color: var(--primary-color);
}

.error404 .site-content .recent-posts .post .posted-on {
  font-size: 0.938em;
  color: #383838;
}

.error404 .site-content .recent-posts .post .posted-on a:hover {
  text-decoration: underline;
}

.error404 .site-content .recent-posts .post .entry-header {
  padding: 20px 38px 28px;
}

@media (max-width: 767px) {
  .error404 .site-content .recent-posts .post .entry-header {
    padding: 20px 15px;
  }
}

.error404 .site-content .recent-posts .post .byline,
.error404 .site-content .recent-posts .post .name {
  font-weight: 500;
}

.error404 .site-content .recent-posts .post .byline {
  color: #7a7a7a;
}

.search .site-content #crumbs {
  margin-bottom: 37px;
}

.search .site-content .page-header {
  padding: 23px 0 48px;
  background-color: #fafbfc;
  margin-bottom: 56px;
  margin-top: 0;
}

.search .site-content .page-header .search-wrapper {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.search .site-content .page-header .search-wrapper>span {
  display: block;
  margin-bottom: 8px;
  color: #818181;
  font-weight: 500;
  letter-spacing: -0.1px;
}

.search .site-content .page-header .search-wrapper form {
  position: relative;
  flex: 1;
}

.search .site-content .page-header .search-wrapper form .search-field {
  font-size: 3em;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #d9d9d9;
  padding: 0;
  color: var(--dark-black);
}

.search .site-content .page-header .search-wrapper form .search-field.placeholder {
  color: var(--dark-black);
}

.search .site-content .page-header .search-wrapper form .search-field:-moz-placeholder {
  color: var(--dark-black);
}

.search .site-content .page-header .search-wrapper form .search-field::-moz-placeholder {
  color: var(--dark-black);
}

.search .site-content .page-header .search-wrapper form .search-field:-ms-input-placeholder {
  color: var(--dark-black);
}

.search .site-content .page-header .search-wrapper form .search-field::-webkit-input-placeholder {
  color: var(--dark-black);
}

.search .site-content .page-header .search-wrapper form .search-submit {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='search' transform='translate(-1201.9 -122.496)'%3E%3Cpath id='Icon_ionic-ios-search' data-name='Icon ionic-ios-search' d='M26.242,24.9l-6.119-6.174a8.72,8.72,0,1,0-1.323,1.34L24.878,26.2a.942.942,0,0,0,1.329.034A.947.947,0,0,0,26.242,24.9Zm-12.971-4.76a6.884,6.884,0,1,1,4.87-2.016A6.844,6.844,0,0,1,13.271,20.141Z' transform='translate(1197.4 118.004)' fill='%23292929'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 22px;
  width: 22px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 999px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  right: 16px;
}

.search .site-content .post p {
  font-size: 1.115em;
  color: var(--light-black);
  margin-bottom: 31px;
}

.search .site-content .post .entry-content p {
  margin-bottom: 15px;
}

.search .site-content .post .btn-readmore {
  position: relative;
  font-size: 0.75em;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

.search .site-content .post .btn-readmore:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.828' height='10.828' viewBox='0 0 10.828 10.828'%3E%3Cg id='Icon_feather-arrow-up-right' data-name='Icon feather-arrow-up-right' transform='translate(-9.086 -9.086)'%3E%3Cpath id='Path_17' data-name='Path 17' d='M10.5,18.5l8-8' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_18' data-name='Path 18' d='M10.5,10.5h8v8' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  height: 8px;
  width: 8px;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}

.search .site-content .post .btn-readmore:hover::before {
  transform: translateY(-50%) rotate(45deg);
}

.search.full-width.list-view .post {
  align-items: flex-start;
}

.search.full-width.list-view .post h2 {
  padding: 0 0 16px;
}

.search.full-width.list-view .post .entry-content {
  margin: 0;
}

.search.full-width .container-sm .result-count {
  display: block;
  margin-bottom: 32px;
  color: #818181;
  font-size: 1em;
}

.search.full-width .container-sm .row {
  margin: 0 auto;
}

.search.search-no-results .page-content {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.search.search-no-results .search-wrapper form {
  position: relative;
  flex: 1;
}

.search.search-no-results .search-wrapper form .search-field {
  font-size: 3em;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #d9d9d9;
  padding: 0;
  color: var(--dark-black);
}

.search.search-no-results .search-wrapper form input[type="submit"] {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='search' transform='translate(-1201.9 -122.496)'%3E%3Cpath id='Icon_ionic-ios-search' data-name='Icon ionic-ios-search' d='M26.242,24.9l-6.119-6.174a8.72,8.72,0,1,0-1.323,1.34L24.878,26.2a.942.942,0,0,0,1.329.034A.947.947,0,0,0,26.242,24.9Zm-12.971-4.76a6.884,6.884,0,1,1,4.87-2.016A6.844,6.844,0,0,1,13.271,20.141Z' transform='translate(1197.4 118.004)' fill='%23292929'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 22px;
  width: 22px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 999px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  right: 16px;
}

.search.search-results .site-content .row {
  flex-wrap: wrap;
}

.result-count {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  color: #818181;
  font-size: 1em;
  letter-spacing: -0.1px;
}

.woocommerce button.button,
.woocommerce a.button {
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: var(--white-color);
  background-color: #23232c;
  padding: 18px 46px 18px 45px;
  border-radius: 0;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
  width: 100%;
}

.single-product .site-main .product-meta {
  display: flex;
  background-color: var(--white-color);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
  transition: 0.3s ease all;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.single-product .site-main .product-meta .button.yith-wcqv-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' viewBox='0 0 30 30'%3E%3Cimage id='Image_111' data-name='Image 111' width='30' height='30' xlink:href='data:image/png;base64,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'/%3E%3C/svg%3E%0A");
}

.single-product .site-main .product-meta .yith-wcqv-button {
  display: inline-block;
  position: relative;
  height: 50px;
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  border-right: 1px solid #d6d6d6;
  background-size: 30px;
  white-space: nowrap;
  font-size: 0;
  background-color: transparent;
}

.single-product .site-main .product-meta .yith-wcqv-button::before {
  content: "Quick View";
  background: #000000;
  position: absolute;
  top: 50%;
  right: 100%;
  font-size: 12px;
  text-indent: 0;
  color: #ffffff;
  line-height: 1.5;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0;
  z-index: 2;
}

.single-product .site-main .product-meta .yith-wcqv-button::after {
  content: "";
  border-left: 5px solid #000000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: calc(100% - 5px);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.single-product .site-main .product-meta .yith-wcqv-button:hover::after {
  right: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.single-product .site-main .product-meta .yith-wcqv-button:hover::before {
  right: calc(100% + 5px);
  opacity: 1;
  visibility: visible;
}

.single-product .site-main .product-meta .add_to_cart_button,
.single-product .site-main .product-meta .added_to_cart {
  display: inline-block;
  position: relative;
  height: 50px;
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  border-right: 1px solid #d6d6d6;
  background-size: 30px;
  white-space: nowrap;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='29' viewBox='0 0 30 29'%3E%3Cimage id='Image_112' data-name='Image 112' width='30' height='29' xlink:href='data:image/png;base64,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'/%3E%3C/svg%3E%0A");
  background-color: transparent;
}

.single-product .site-main .product-meta .add_to_cart_button::before,
.single-product .site-main .product-meta .added_to_cart::before {
  content: "Add to Cart";
  background: #000000;
  position: absolute;
  top: 50%;
  right: 100%;
  font-size: 12px;
  text-indent: 0;
  color: #ffffff;
  line-height: 1.5;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0;
}

.single-product .site-main .product-meta .add_to_cart_button::after,
.single-product .site-main .product-meta .added_to_cart::after {
  content: "";
  border-left: 5px solid #000000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: calc(100% - 5px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.single-product .site-main .product-meta .add_to_cart_button:hover::after,
.single-product .site-main .product-meta .added_to_cart:hover::after {
  right: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.single-product .site-main .product-meta .add_to_cart_button:hover::before,
.single-product .site-main .product-meta .added_to_cart:hover::before {
  right: calc(100% + 5px);
  opacity: 1;
  visibility: visible;
}

.single-product .site-main .product-meta .added_to_cart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M10 19.5c0 .829-.672 1.5-1.5 1.5s-1.5-.671-1.5-1.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5zm3.5-1.5c-.828 0-1.5.671-1.5 1.5s.672 1.5 1.5 1.5 1.5-.671 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm1.336-5l1.977-7h-16.813l2.938 7h11.898zm4.969-10l-3.432 12h-12.597l.839 2h13.239l3.474-12h1.929l.743-2h-4.195z'/%3E%3C/svg%3E") !important;
}

.single-product .site-main .product-meta .added_to_cart::before {
  content: "View Cart";
}

.single-product .site-main .product-meta .yith-wcwl-add-to-wishlist {
  display: flex;
  align-items: center;
  height: 50px;
  margin-top: 0;
}

.single-product .site-main .product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}

.single-product .site-main .product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  line-height: 61px;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  border-right: 1px solid #d6d6d6;
}

.single-product .site-main .product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist>svg {
  height: 23px;
  width: 22px;
}

.single-product .site-main .product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
  content: "Add to Wishlist";
  background: #000000;
  position: absolute;
  top: 50%;
  right: 100%;
  font-size: 12px;
  text-indent: 0;
  color: #ffffff;
  line-height: 1.5;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0;
}

.single-product .site-main .product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist::after {
  content: "";
  border-left: 5px solid #000000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: calc(100% - 5px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
  z-index: 2;
}

.single-product .site-main .product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover::after {
  right: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.single-product .site-main .product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover::before {
  right: calc(100% + 5px);
  opacity: 1;
  visibility: visible;
}

.single-product .site-main .product-meta .yith-wcwl-wishlistaddedbrowse {
  position: absolute;
  top: -85px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.single-product .site-main .product-meta .yith-wcwl-wishlistexistsbrowse {
  position: absolute;
  top: -65px;
  width: 130%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.single-product .site-main .product-meta .compare {
  display: inline-block;
  position: relative;
  height: 50px;
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  white-space: nowrap;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.16' height='16.912' viewBox='0 0 24.16 16.912'%3E%3Cpath id='Icon_material-compare-arrows' data-name='Icon material-compare-arrows' d='M11.468,18.372H3v2.416h8.468v3.624l4.82-4.832-4.82-4.832Zm7.224-1.208V13.54H27.16V11.124H18.692V7.5l-4.82,4.832Z' transform='translate(-3 -7.5)'/%3E%3C/svg%3E%0A");
  background-color: unset;
}

.single-product .site-main .product-meta .compare::before {
  content: "Compare";
  background: #000000;
  position: absolute;
  top: 50%;
  right: 100%;
  font-size: 12px;
  text-indent: 0;
  color: #ffffff;
  line-height: 1.5;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0;
}

.single-product .site-main .product-meta .compare::after {
  content: "";
  border-left: 5px solid #000000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: calc(100% - 5px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.single-product .site-main .product-meta .compare:hover::after {
  right: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.single-product .site-main .product-meta .compare:hover::before {
  right: calc(100% + 5px);
  opacity: 1;
  visibility: visible;
}

.woocommerce nav.woocommerce-pagination .page-numbers {
  border: 0;
  margin: 0;
  border-radius: 0;
}

.woocommerce nav.woocommerce-pagination .page-numbers li {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  border-radius: 0;
  border: 0;
  font-size: 1em;
  font-weight: 500;
  margin: 5px 4px;
  vertical-align: middle;
}

.woocommerce nav.woocommerce-pagination .page-numbers li span.current {
  background-color: var(--dark-black);
  color: var(--white-color);
}

.woocommerce nav.woocommerce-pagination .page-numbers li a.page-numbers {
  background: unset;
  color: unset;
}

.woocommerce nav.woocommerce-pagination .page-numbers li:hover {
  background-color: var(--dark-black);
  border: 1px solid var(--dark-color);
  color: var(--white-color);
}

.woocommerce nav.woocommerce-pagination .page-numbers li:hover svg path {
  fill: var(--white-color);
}

.woocommerce nav.woocommerce-pagination .page-numbers li svg {
  width: 17px;
  margin-top: -3px;
  height: 17px;
  vertical-align: middle;
}

.woocommerce nav.woocommerce-pagination .page-numbers li span,
.woocommerce nav.woocommerce-pagination .page-numbers li span.current a:hover {
  background: unset;
  color: unset;
}

.woocommerce-page .page-header {
  text-align: left;
  background-color: #f5f5f5;
  padding: 52px 0;
  margin: 0 0px 42px;
}

.woocommerce-page .page-header .page-title {
  font-size: 2em;
  font-family: var(--primary-font);
  color: var(--dark-black);
  line-height: 1.5;
  font-weight: 600;
  margin: 8px 0 0;
}

.woocommerce.woocommerce-shop .page-header {
  margin-bottom: 95px;
}

.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
  display: block;
}

.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
  margin-bottom: 20px;
}

@media (max-width: 767px) {

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    margin-bottom: 0;
  }
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background: #fff;
}

.woocommerce-page table.cart .product-thumbnail {
  text-align: left !important;
}

.woocommerce-page table.cart .product-thumbnail::before {
  content: none;
}

.woocommerce-store-notice,
p.demo_store {
  font-size: 1em;
  background: var(--primary-color);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  box-shadow: none;
}

.woocommerce-store-notice a,
p.demo_store a {
  color: #fff;
  text-decoration: underline;
}

.woocommerce-store-notice a:hover,
p.demo_store a:hover {
  text-decoration: unset;
}

.woocommerce-error,
.woocommerce-info {
  border-top-color: var(--primary-color);
}

.woocommerce-cart .woocommerce {
  display: table;
  clear: both;
  width: 100%;
}

.woocommerce-cart .cart-block .cart-block-popup {
  border: 0;
}

.woocommerce-cart .woocommerce-cart-form {
  width: calc(100% - 426px);
  float: left;
  padding-right: 60px;
  background: var(--white-color);
}

@media (max-width: 1024px) {
  .woocommerce-cart .woocommerce-cart-form {
    width: 100%;
    padding-right: 0;
  }
}

.woocommerce-cart .woocommerce-cart-form table {
  border-collapse: collapse;
  border: 0;
  border-radius: 0;
}

.woocommerce-cart .woocommerce-cart-form table thead {
  border-bottom: 1px solid #c4c4c4;
}

.woocommerce-cart .woocommerce-cart-form table thead th {
  font-size: 1em;
  font-weight: 600;
  color: var(--dark-black);
  padding: 10px 20px 20px 10px;
}

.woocommerce-cart .woocommerce-cart-form table tbody tr {
  background: #fff;
}

.woocommerce-cart .woocommerce-cart-form table tbody td {
  padding: 23.5px 10px !important;
  border-bottom: 1px solid #c4c4c4 !important;
}

.woocommerce-cart .woocommerce-cart-form table tbody td .remove {
  font-family: "Nunito Sans", sans-serif;
  color: #818181 !important;
  background: none;
  width: 15px;
  height: 15px;
  font-size: 1.5em;
  line-height: 18px;
  font-weight: 400;
  text-indent: 1px;
  position: absolute;
  margin-top: -12px;
}

.woocommerce-cart .woocommerce-cart-form table tbody td .remove:hover {
  color: red !important;
}

.woocommerce-cart .woocommerce-cart-form table tbody td img {
  height: auto;
  width: 93px;
}

.woocommerce-cart .woocommerce-cart-form table tbody td.product-price,
.woocommerce-cart .woocommerce-cart-form table tbody td.product-subtotal {
  font-weight: 500;
  font-size: 1em;
  color: var(--dark-black);
}

.woocommerce-cart .woocommerce-cart-form table tbody td.product-name {
  font-weight: 500;
  font-size: 1em;
  color: var(--dark-black);
}

.woocommerce-cart .woocommerce-cart-form table tbody td.product-name a {
  font-weight: 500;
  font-size: 1em;
  color: var(--dark-black);
}

.woocommerce-cart .woocommerce-cart-form table tbody td.product-name a:hover {
  text-decoration: underline;
}

.woocommerce-cart .woocommerce-cart-form table tbody td.product-quantity .qty {
  max-width: 76px;
  width: 100%;
  height: 38px;
  padding: 0;
  text-align: center;
}

.woocommerce-cart .woocommerce-cart-form table tbody tr .coupon {
  display: flex;
  align-items: center;
  border: 1px solid #c4c4c4;
  margin: 0;
  padding: 7.5px 23px;
  width: calc(100% - 187px);
}

@media only screen and (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form table tbody tr .coupon {
    width: 100%;
  }
}

.woocommerce-cart .woocommerce-cart-form table tbody tr .coupon input[type="text"].input-text {
  font-size: 0.938em;
  color: var(--light-black);
  height: auto;
  border: 0;
  width: 100% !important;
  flex: 1;
  border: 0;
}

.woocommerce-cart .woocommerce-cart-form table tbody tr .coupon input[type="text"].input-text.placeholder {
  font-size: 0.938em;
  color: var(--light-black);
}

.woocommerce-cart .woocommerce-cart-form table tbody tr .coupon input[type="text"].input-text:-moz-placeholder {
  font-size: 0.938em;
  color: var(--light-black);
}

.woocommerce-cart .woocommerce-cart-form table tbody tr .coupon input[type="text"].input-text::-moz-placeholder {
  font-size: 0.938em;
  color: var(--light-black);
}

.woocommerce-cart .woocommerce-cart-form table tbody tr .coupon input[type="text"].input-text:-ms-input-placeholder {
  font-size: 0.938em;
  color: var(--light-black);
}

.woocommerce-cart .woocommerce-cart-form table tbody tr .coupon input[type="text"].input-text::-webkit-input-placeholder {
  font-size: 0.938em;
  color: var(--light-black);
}

.woocommerce-cart .woocommerce-cart-form table tbody tr .coupon .button {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.3px;
  background: unset;
  padding: 0;
  margin-left: auto;
  color: var(--dark-black);
}

.woocommerce-cart .woocommerce-cart-form table tbody tr .coupon .button:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions {
  border-bottom: 0 !important;
}

.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions>.button {
  display: inline-block;
  float: unset;
  color: var(--white-color);
  background-color: var(--dark-black);
  font-weight: 500;
  letter-spacing: 0.3px;
  font-weight: 500;
  font-size: 1em;
  padding: 17px 44px;
  border-radius: 0;
  margin-bottom: 0;
}

.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions>.button:disabled[disabled] {
  background: var(--dark-black);
  opacity: 0.2;
}

.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions>.button:disabled[disabled]:hover {
  background: var(--dark-black);
  opacity: 0.2;
}

.woocommerce-cart .woocommerce-cart-form table tbody tr td.actions>.button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.woocommerce-cart .cart-collaterals {
  float: right;
  width: 426px;
}

@media (max-width: 1024px) {
  .woocommerce-cart .cart-collaterals {
    width: 100%;
    float: unset;
    margin-top: 60px;
  }
}

.woocommerce-cart .cart-collaterals>.cart_totals {
  float: unset;
  width: 100%;
  background: var(--light-gray);
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 1.625em;
  font-family: var(--primary-font);
  font-weight: 500;
  padding: 20.5px 35px;
  background-color: #e9e9e9;
  margin: 0;
}

.woocommerce-cart .cart-collaterals table.shop_table.shop_table_responsive {
  border-collapse: collapse;
  border: 0;
  margin: 0;
  border-radius: 0;
}

.woocommerce-cart .cart-collaterals table.shop_table.shop_table_responsive tbody tr.cart-subtotal {
  background: unset;
}

.woocommerce-cart .cart-collaterals table.shop_table.shop_table_responsive tbody tr.cart-subtotal td {
  padding: 18px 35px !important;
}

.woocommerce-cart .cart-collaterals table.shop_table.shop_table_responsive tbody tr.cart-subtotal.order-total td {
  font-size: 1.25em;
  padding: 18px 35px;
}

.woocommerce-cart .cart-collaterals table.shop_table.shop_table_responsive tbody th,
.woocommerce-cart .cart-collaterals table.shop_table.shop_table_responsive tbody td {
  font-size: 1em;
  font-weight: 500;
  padding: 18px 35px !important;
  border-bottom: 1px solid #707070 !important;
}

.woocommerce-cart .cart-collaterals table.shop_table.shop_table_responsive tbody td {
  font-weight: 500;
  text-align: right;
  color: var(--dark-black);
  background: #F6F6F6;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  padding: 0;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.button {
  display: block;
  float: unset;
  width: 100%;
  background-color: var(--dark-black);
  font-weight: 500;
  letter-spacing: 0.3px;
  font-weight: 500;
  font-size: 1em;
  padding: 17px 0;
  border-radius: 0;
  margin-bottom: 0;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.woocommerce-checkout .cart-block .cart-block-popup {
  border: 0;
}

.woocommerce-checkout .woocommerce-info {
  font-size: 1em;
  color: #5d5d5d;
  text-align: center;
  padding: 12.5px;
  border: 0;
  background-color: #f6f6f6;
  margin: 0;
}

.woocommerce-checkout .woocommerce-info::before {
  content: none;
}

.woocommerce-checkout .woocommerce-info>a {
  color: #191919;
  position: relative;
}

.woocommerce-checkout .woocommerce-info>a::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.385' height='18.696' viewBox='0 0 18.385 18.696'%3E%3Cpath id='_3338890_business_tools_price_tag_label_tag_label_icon' data-name='3338890_business tools_price_tag_label_tag label_icon' d='M18.792.091a.311.311,0,0,0-.441,0L17.2,1.246H9.941l-9.121,9.2A1.1,1.1,0,0,0,.821,12L7.2,18.374a1.1,1.1,0,0,0,1.558,0L17.637,9.25V1.687L18.792.532A.311.311,0,0,0,18.792.091ZM17.014,9l-8.7,8.936a.477.477,0,0,1-.674,0L1.261,11.556a.477.477,0,0,1,0-.675L10.2,1.869h6.372L15.067,3.375a1.563,1.563,0,1,0,.441.441L17.014,2.31Zm-1.87-4.323a.935.935,0,1,1-.935-.935.924.924,0,0,1,.4.094l-.621.621a.312.312,0,1,0,.441.441l.621-.621A.919.919,0,0,1,15.144,4.674Z' transform='translate(-0.499 0)' fill='%235d5d5d'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 18px;
  width: 18px;
  left: -142px;
  top: 3px;
}

@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-info>a::before {
    left: -138px;
  }
}

@media screen and (max-width: 355px) {
  .woocommerce-checkout .woocommerce-info>a::before {
    left: -132px;
  }
}

.woocommerce-checkout .woocommerce-info>a:hover {
  text-decoration: underline;
}

.woocommerce-checkout .woocommerce form.checkout_coupon {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--light-gray);
  padding: 30px 40px 40px 40px;
  text-align: center;
  border: 1px solid #c4c4c4;
  border-radius: 0;
}

@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce form.checkout_coupon {
    padding: 20px;
  }
}

.woocommerce-checkout .woocommerce form.checkout_coupon>p {
  margin-bottom: 33px;
}

.woocommerce-checkout .woocommerce form.checkout_coupon .form-row {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce form.checkout_coupon .form-row.form-row-first {
  float: left;
  padding: 0;
  width: calc(100% - 192px);
}

@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce form.checkout_coupon .form-row.form-row-first {
    width: 100%;
    margin-bottom: 10px;
  }
}

.woocommerce-checkout .woocommerce form.checkout_coupon .form-row.form-row-last {
  float: right;
  width: auto;
  padding: 0;
}

@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce form.checkout_coupon .form-row.form-row-last {
    width: 100%;
  }
}

.woocommerce-checkout .woocommerce form.checkout_coupon .form-row input[type="text"] {
  border: 1px solid #c4c4c4;
  height: 50px;
}

.woocommerce-checkout .woocommerce form.checkout_coupon .button {
  background-color: #23232c;
  color: var(--white-color);
  border: 0;
  font-weight: 500;
  outline: 0;
  letter-spacing: 0.3px;
  padding: 17px 35px;
  border-radius: 0;
}

.woocommerce-checkout .woocommerce form.checkout_coupon .button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.woocommerce-checkout .checkout.woocommerce-checkout {
  display: table;
  clear: both;
  width: 100%;
  margin-top: 45px;
}

.woocommerce-checkout .checkout.woocommerce-checkout .col2-set {
  display: inline-block;
  float: left;
  width: calc(100% - 479px);
  padding-right: 64px;
}

@media (max-width: 1024px) {
  .woocommerce-checkout .checkout.woocommerce-checkout .col2-set {
    display: block;
    float: unset;
    width: 100%;
    padding-right: 0;
  }
}

.woocommerce-checkout .checkout.woocommerce-checkout .col2-set::after {
  content: "";
  display: table;
  clear: both;
}

.woocommerce-checkout .checkout.woocommerce-checkout .col-1 {
  float: none;
  width: 100%;
}

.woocommerce-checkout .checkout.woocommerce-checkout .col-1 h3 {
  font-size: 1.625em;
  font-family: var(--primary-font);
  font-weight: 500;
  margin-bottom: 17px;
}

.woocommerce-checkout .checkout.woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper .form-row {
  padding: 0;
  margin-bottom: 20px;
}

.woocommerce-checkout .checkout.woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper .form-row label {
  display: block;
  font-size: 0.938em;
  line-height: 1.333;
  margin-bottom: 6px;
  color: var(--light-black);
}

.woocommerce-checkout .checkout.woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper .form-row input {
  padding: 16px 18px;
}

.woocommerce-checkout .checkout.woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  display: block;
  height: 53px;
}

.woocommerce-checkout .checkout.woocommerce-checkout .col-2 {
  float: unset;
  width: 100%;
}

.woocommerce-checkout .checkout.woocommerce-checkout .col-2 .woocommerce-additional-fields>h3 {
  display: none;
}

.woocommerce-checkout .checkout.woocommerce-checkout .col-2 .woocommerce-additional-fields textarea {
  height: 128px;
}

.woocommerce-checkout .checkout.woocommerce-checkout #order_review_heading {
  font-family: var(--primary-font);
  width: 479px;
  font-size: 1.625em;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 17px;
}

@media (max-width: 1024px) {
  .woocommerce-checkout .checkout.woocommerce-checkout #order_review_heading {
    width: 100%;
  }
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
  float: right;
  width: 479px;
  padding: 31px 24px;
  background-color: var(--light-gray);
}

@media (max-width: 1024px) {
  .woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
    float: unset;
    width: 100%;
  }
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order table {
  border-collapse: collapse;
  border: 0;
  margin: 0;
  border-radius: 0;
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order table thead th {
  font-size: 1em;
  font-weight: 500;
  border: 0;
  padding: 8px 0 !important;
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order table thead th.product-total {
  text-align: right;
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order table tbody tr:nth-child(odd) {
  background: unset;
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order table tbody tr strong {
  font-weight: 400;
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order table tbody td {
  color: var(--light-black);
  border: 0;
  padding: 8px 0 !important;
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order table tbody td.product-total {
  text-align: right;
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order table tfoot th {
  padding: 14px 0;
  color: #191919;
  font-weight: 400;
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order table tfoot td {
  color: #191919;
  font-weight: 400;
  padding: 14px 0;
  text-align: right;
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order table tfoot .order-total strong {
  font-weight: 400;
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment {
  background: unset;
  border: 0;
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods {
  padding: 0;
  border: 0;
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li {
  font-size: 0.875em;
  line-height: 1.42;
  margin-bottom: 0;
  color: var(--light-black);
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li:last-child {
  padding-bottom: 0;
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment div.form-row {
  padding-bottom: 0;
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  font-size: 0.875em;
  color: var(--light-black);
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment button[type="submit"] {
  display: block;
  float: unset;
  width: 100%;
  background: var(--dark-black);
  font-weight: 500;
  letter-spacing: 0.3px;
  font-weight: 500;
  font-size: 1em;
  padding: 17px 0;
}

.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment button[type="submit"]:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.woocommerce.rightsidebar ul.products,
.woocommerce.leftsidebar ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 24px;
}

@media (max-width: 1024px) {

  .woocommerce.rightsidebar ul.products,
  .woocommerce.leftsidebar ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {

  .woocommerce.rightsidebar ul.products,
  .woocommerce.leftsidebar ul.products {
    grid-template-columns: 1fr;
  }
}

.woocommerce.rightsidebar ul.products::before,
.woocommerce.leftsidebar ul.products::before {
  content: none;
}

.woocommerce .page-header {
  margin-bottom: 56px;
}

.woocommerce .site-main .woocommerce-result-count {
  font-size: 0.938em;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .woocommerce .site-main .woocommerce-result-count {
    margin-right: unset;
  }
}

.woocommerce .site-main a svg {
  vertical-align: middle;
}

.woocommerce .site-main .view-wrap {
  display: flex;
  margin-left: auto;
}

.woocommerce .site-main .view-wrap a {
  display: inline-block;
  position: relative;
  height: 50px;
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  white-space: nowrap;
  font-size: 0;
}

.woocommerce .site-main .view-wrap a::before {
  content: "Grid View";
  width: 120px;
  text-align: center;
  background: #000000;
  position: absolute;
  top: -56px;
  left: 50%;
  right: 100%;
  font-size: 16px;
  text-indent: 0;
  color: #ffffff;
  line-height: 1.5;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 7px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .woocommerce .site-main .view-wrap a::before {
    left: -42px;
  }
}

.woocommerce .site-main .view-wrap a::after {
  content: "";
  border-left: 5px solid #000000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: -21px;
  left: 50%;
  right: calc(100% - 5px);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

@media (max-width: 767px) {
  .woocommerce .site-main .view-wrap a::after {
    content: none;
  }
}

.woocommerce .site-main .view-wrap a.grid-class {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill = '%23c4c4c4'%3E%3Cg id='grid' transform='translate(-721 -469)'%3E%3Crect id='Rectangle_36' data-name='Rectangle 36' width='6' height='6' transform='translate(721 469)'/%3E%3Crect id='Rectangle_37' data-name='Rectangle 37' width='6' height='6' transform='translate(730 469)'/%3E%3Crect id='Rectangle_38' data-name='Rectangle 38' width='6' height='6' transform='translate(721 478)'/%3E%3Crect id='Rectangle_39' data-name='Rectangle 39' width='6' height='6' transform='translate(730 478)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-right: 23px;
}

.woocommerce .site-main .view-wrap a.grid-class:hover,
.woocommerce .site-main .view-wrap a.grid-class.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill = '%23'%3E%3Cg id='grid' transform='translate(-721 -469)'%3E%3Crect id='Rectangle_36' data-name='Rectangle 36' width='6' height='6' transform='translate(721 469)'/%3E%3Crect id='Rectangle_37' data-name='Rectangle 37' width='6' height='6' transform='translate(730 469)'/%3E%3Crect id='Rectangle_38' data-name='Rectangle 38' width='6' height='6' transform='translate(721 478)'/%3E%3Crect id='Rectangle_39' data-name='Rectangle 39' width='6' height='6' transform='translate(730 478)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.woocommerce .site-main .view-wrap a.grid-class:hover::before,
.woocommerce .site-main .view-wrap a.grid-class.active::before {
  right: calc(100% + 5px);
  opacity: 1;
  visibility: visible;
}

.woocommerce .site-main .view-wrap a.grid-class:hover::after,
.woocommerce .site-main .view-wrap a.grid-class.active::after {
  right: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.woocommerce .site-main .view-wrap a.list-class {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='list' transform='translate(-657 -469)'%3E%3Crect id='Rectangle_33' data-name='Rectangle 33' width='15' height='3' transform='translate(657 469)' fill='%23c4c4c4'/%3E%3Crect id='Rectangle_34' data-name='Rectangle 34' width='15' height='3' transform='translate(657 475)' fill='%23c4c4c4'/%3E%3Crect id='Rectangle_35' data-name='Rectangle 35' width='15' height='3' transform='translate(657 481)' fill='%23c4c4c4'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}

.woocommerce .site-main .view-wrap a.list-class::before {
  content: "List View";
}

.woocommerce .site-main .view-wrap a.list-class:hover,
.woocommerce .site-main .view-wrap a.list-class.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='list' transform='translate(-657 -469)'%3E%3Crect id='Rectangle_33' data-name='Rectangle 33' width='15' height='3' transform='translate(657 469)' fill='%23000'/%3E%3Crect id='Rectangle_34' data-name='Rectangle 34' width='15' height='3' transform='translate(657 475)' fill='%23000000'/%3E%3Crect id='Rectangle_35' data-name='Rectangle 35' width='15' height='3' transform='translate(657 481)' fill='%23000'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.woocommerce .site-main .view-wrap a.list-class:hover:before,
.woocommerce .site-main .view-wrap a.list-class.active:before {
  right: calc(100% + 5px);
  opacity: 1;
  visibility: visible;
}

.woocommerce .site-main .view-wrap a.list-class:hover::after,
.woocommerce .site-main .view-wrap a.list-class.active::after {
  right: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.woocommerce .site-main .shop-page-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.woocommerce .site-main .woocommerce-ordering {
  margin-bottom: 40px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .woocommerce .site-main .woocommerce-ordering {
    margin: 20px 0 40px auto;
  }
}

.woocommerce .site-main .woocommerce-ordering select {
  font-size: 0.938em;
  font-weight: 500;
  height: 36px;
  padding: 0 40px 0 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #000000 50%), linear-gradient(135deg, #000000 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

.woocommerce .site-main .woocommerce-ordering select:focus {
  background-image: linear-gradient(45deg, #000000 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #000000 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  outline: 0;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  width: 100%;
}

@media (max-width: 1024px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

.woocommerce ul.products::before {
  content: none;
}

.woocommerce ul.products li.product {
  position: relative;
  margin-bottom: 0px;
  width: 100% !important;
}

@media (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}

.woocommerce ul.products li.product.last {
  margin-right: 0;
  margin-bottom: 0;
}

.woocommerce ul.products li.product:hover .product-meta {
  visibility: visible;
  opacity: 1;
  bottom: 117px;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
  color: var(--primary-color);
}

.woocommerce ul.products li.product .product-meta {
  display: flex;
  align-items: center;
  background-color: var(--white-color);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
  transition: 0.3s ease all;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.woocommerce ul.products li.product .product-meta a {
  background: none;
  padding: 0;
  text-align: center;
  line-height: 1;
  color: var(--dark-black);
  margin: 0;
  border-right: 1px solid #d6d6d6;
}

.woocommerce ul.products li.product .product-meta a:hover {
  color: var(--primary-color);
}

.woocommerce ul.products li.product .product-meta .button.yith-wcqv-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' viewBox='0 0 30 30'%3E%3Cimage id='Image_111' data-name='Image 111' width='30' height='30' xlink:href='data:image/png;base64,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'/%3E%3C/svg%3E%0A");
}

.woocommerce ul.products li.product .product-meta .yith-wcqv-button {
  display: inline-block;
  position: relative;
  height: 50px;
  width: 50px;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  border-right: 1px solid #d6d6d6;
  background-size: 30px;
  white-space: nowrap;
  font-size: 0;
  background-color: transparent;
}

.woocommerce ul.products li.product .product-meta .yith-wcqv-button::before {
  content: "Quick View";
  background: #000000;
  position: absolute;
  top: 50%;
  right: 100%;
  font-size: 12px;
  text-indent: 0;
  color: #ffffff;
  line-height: 1.5;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0;
  z-index: 2;
}

.woocommerce ul.products li.product .product-meta .yith-wcqv-button::after {
  content: "";
  border-left: 5px solid #000000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: calc(100% - 5px);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.woocommerce ul.products li.product .product-meta .yith-wcqv-button:hover::after {
  right: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.woocommerce ul.products li.product .product-meta .yith-wcqv-button:hover::before {
  right: calc(100% + 5px);
  opacity: 1;
  visibility: visible;
}

.woocommerce ul.products li.product .product-meta .add_to_cart_button,
.woocommerce ul.products li.product .product-meta .added_to_cart {
  display: inline-block;
  position: relative;
  height: 50px;
  width: 50px;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  border-right: 1px solid #d6d6d6;
  background-size: 30px;
  white-space: nowrap;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='29' viewBox='0 0 30 29'%3E%3Cimage id='Image_112' data-name='Image 112' width='30' height='29' xlink:href='data:image/png;base64,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'/%3E%3C/svg%3E%0A");
  background-color: transparent;
}

.woocommerce ul.products li.product .product-meta .add_to_cart_button::before,
.woocommerce ul.products li.product .product-meta .added_to_cart::before {
  content: "Add to Cart";
  background: #000000;
  position: absolute;
  top: 50%;
  right: 100%;
  font-size: 12px;
  text-indent: 0;
  color: #ffffff;
  line-height: 1.5;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0;
}

.woocommerce ul.products li.product .product-meta .add_to_cart_button::after,
.woocommerce ul.products li.product .product-meta .added_to_cart::after {
  content: "";
  border-left: 5px solid #000000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: calc(100% - 5px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.woocommerce ul.products li.product .product-meta .add_to_cart_button:hover::after,
.woocommerce ul.products li.product .product-meta .added_to_cart:hover::after {
  right: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.woocommerce ul.products li.product .product-meta .add_to_cart_button:hover::before,
.woocommerce ul.products li.product .product-meta .added_to_cart:hover::before {
  right: calc(100% + 5px);
  opacity: 1;
  visibility: visible;
}

.woocommerce ul.products li.product .product-meta .added_to_cart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M10 19.5c0 .829-.672 1.5-1.5 1.5s-1.5-.671-1.5-1.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5zm3.5-1.5c-.828 0-1.5.671-1.5 1.5s.672 1.5 1.5 1.5 1.5-.671 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm1.336-5l1.977-7h-16.813l2.938 7h11.898zm4.969-10l-3.432 12h-12.597l.839 2h13.239l3.474-12h1.929l.743-2h-4.195z'/%3E%3C/svg%3E") !important;
}

.woocommerce ul.products li.product .product-meta .added_to_cart::before {
  content: "View Cart";
}

.woocommerce ul.products li.product .product-meta .yith-wcwl-add-to-wishlist {
  display: flex;
  align-items: center;
  height: 50px;
  margin-top: 0;
}

.woocommerce ul.products li.product .product-meta .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}

.woocommerce ul.products li.product .product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: block;
  position: relative;
  height: 100%;
  width: 50px;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  border-right: 1px solid #d6d6d6;
}

.woocommerce ul.products li.product .product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist>svg {
  height: 23px;
  width: 22px;
}

.woocommerce ul.products li.product .product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
  content: "Add to Wishlist";
  background: #000000;
  position: absolute;
  top: 50%;
  right: 100%;
  font-size: 12px;
  text-indent: 0;
  color: #ffffff;
  line-height: 1.5;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0;
}

.woocommerce ul.products li.product .product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist::after {
  content: "";
  border-left: 5px solid #000000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: calc(100% - 5px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
  z-index: 2;
}

.woocommerce ul.products li.product .product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover::after {
  right: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.woocommerce ul.products li.product .product-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover::before {
  right: calc(100% + 5px);
  opacity: 1;
  visibility: visible;
}

.woocommerce ul.products li.product .product-meta .yith-wcwl-wishlistaddedbrowse {
  position: absolute;
  top: -85px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.woocommerce ul.products li.product .product-meta .yith-wcwl-wishlistexistsbrowse {
  position: absolute;
  top: -65px;
  width: 130%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.woocommerce ul.products li.product .product-meta .compare {
  display: inline-block;
  position: relative;
  height: 50px;
  width: 50px;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  white-space: nowrap;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.16' height='16.912' viewBox='0 0 24.16 16.912'%3E%3Cpath id='Icon_material-compare-arrows' data-name='Icon material-compare-arrows' d='M11.468,18.372H3v2.416h8.468v3.624l4.82-4.832-4.82-4.832Zm7.224-1.208V13.54H27.16V11.124H18.692V7.5l-4.82,4.832Z' transform='translate(-3 -7.5)'/%3E%3C/svg%3E%0A");
  border-right: 0;
  background-color: unset;
}

.woocommerce ul.products li.product .product-meta .compare::before {
  content: "Compare";
  background: #000000;
  position: absolute;
  top: 50%;
  right: 100%;
  font-size: 12px;
  text-indent: 0;
  color: #ffffff;
  line-height: 1.5;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0;
}

.woocommerce ul.products li.product .product-meta .compare::after {
  content: "";
  border-left: 5px solid #000000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: calc(100% - 5px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.woocommerce ul.products li.product .product-meta .compare:hover::after {
  right: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.woocommerce ul.products li.product .product-meta .compare:hover::before {
  right: calc(100% + 5px);
  opacity: 1;
  visibility: visible;
}

.woocommerce ul.products li.product .onsale {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 0.875em;
  font-weight: 400;
  background: var(--secondary-color);
  color: var(--white-color);
  line-height: 1.35;
  padding: 3px 11px;
  text-align: center;
  z-index: 9;
  margin: 0;
  min-width: auto;
  min-height: auto;
  border-radius: 0;
  right: auto;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 9px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.125em;
  font-family: var(--primary-font);
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 2px;
  color: var(--dark-black);
  text-align: center;
}

.woocommerce ul.products li.product .star-rating {
  text-align: center;
  margin: 5px auto 5px;
}

.woocommerce ul.products li.product .star-rating>span {
  color: #ffb001;
}

.woocommerce ul.products li.product .price {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary-color);
}

.woocommerce ul.products li.product .price del {
  font-size: 0.85em;
  background-color: unset;
  color: #5c5c5c;
}

.woocommerce ul.products li.product .price del span {
  font-size: 0.938em;
  font-weight: 500;
}

.woocommerce ul.products li.product .price ins {
  font-size: 18px;
  color: var(--secondary-color);
  background-color: unset;
  margin-right: 6px;
}

.woocommerce ul.products li.product .price ins span {
  font-size: 1em;
  font-weight: 500;
}

.woocommerce ul.products li.product .price bdi {
  font-size: 1em;
}

.woocommerce .site-main {
  margin: 0;
}

.single-product .site-main div.product div.images {
  margin-bottom: 3.4em;
}

.single-product .site-main div.product .onsale {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 0.875em;
  font-weight: 400;
  background: var(--secondary-color);
  color: var(--white-color);
  line-height: 1.35;
  padding: 3px 11px;
  text-align: center;
  z-index: 9;
  margin: 0;
  min-width: auto;
  min-height: auto;
  border-radius: 0;
  right: auto;
}

.single-product .site-main div.product div.summary {
  margin-top: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.single-product .site-main div.product div.summary .product_title {
  font-size: 2em;
  font-family: var(--primary-font);
  line-height: 1.1875;
  font-weight: 500;
  margin-bottom: 18px;
  width: 100%;
}

.single-product .site-main div.product div.summary .woocommerce-product-rating {
  order: -1;
  margin-bottom: 22px;
  line-height: 1;
  display: block;
  width: 100%;
}

.single-product .site-main div.product div.summary .woocommerce-product-rating .star-rating {
  font-size: 1em;
  margin-top: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  color: #ffb001;
}

.single-product .site-main div.product div.summary .woocommerce-product-rating .woocommerce-review-link {
  display: inline-block;
  color: var(--light-black);
  vertical-align: middle;
  font-size: 0.938em;
  text-decoration: underline;
}

.single-product .site-main div.product div.summary .woocommerce-product-rating .woocommerce-review-link:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.single-product .site-main div.product div.summary .price {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 0;
}

.single-product .site-main div.product div.summary .price>span {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  color: var(--dark-black);
  font-weight: 500;
}

.single-product .site-main div.product div.summary .price del {
  color: var(--dark-black);
  opacity: 0.3;
  font-weight: 500;
  filter: alpha(opacity=30);
}

.single-product .site-main div.product div.summary .price ins {
  font-weight: 500;
  background: none;
  color: var(--dark-black);
}

.single-product .site-main div.product div.summary .woocommerce-product-details__short-description {
  color: var(--light-black);
  margin-top: 20px;
  width: 100%;
}

.single-product .site-main div.product div.summary .woocommerce-product-details__short-description p {
  margin-top: 0;
  margin-bottom: 20px;
}

.single-product .site-main div.product div.summary .stock {
  display: inline-block;
  background-color: #44bb9e;
  font-size: 0.875em;
  padding: 1px 9px;
  color: var(--white-color);
  width: unset;
  margin-top: 0;
  order: -2;
  margin-bottom: 0px;
}

.single-product .site-main div.product div.summary form.cart {
  width: 100%;
  margin-bottom: 20px;
}

.single-product .site-main div.product div.summary table.woocommerce-grouped-product-list tbody tr {
  background: none;
}

.single-product .site-main div.product div.summary table.woocommerce-grouped-product-list tbody tr td .button {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 10px 15px;
  line-height: 1.5;
}

.single-product .site-main div.product div.summary table.woocommerce-grouped-product-list tbody tr td label a {
  font-size: 0.8em;
  font-weight: 700;
}

.single-product .site-main div.product div.summary table.woocommerce-grouped-product-list tbody tr td input[type="number"] {
  padding-left: 10px;
  padding-right: 10px;
}

.single-product .site-main div.product div.summary table.woocommerce-grouped-product-list tbody tr td .woocommerce-Price-amount {
  font-size: 0.8em;
  font-weight: 600;
}

.single-product .site-main div.product div.summary table.woocommerce-grouped-product-list tbody tr td del {
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-right: 5px;
}

.single-product .site-main div.product div.summary table.woocommerce-grouped-product-list tbody tr td ins {
  background: none;
}

.single-product .site-main div.product div.summary table.woocommerce-grouped-product-list tbody tr td p.stock.out-of-stock {
  margin-top: 0;
  margin-bottom: 0;
}

.single-product .site-main div.product div.summary .single_add_to_cart_button {
  font-size: 0.938em;
  letter-spacing: 0.3px;
  padding: 17.5px 61.5px;
  font-weight: 500;
  background-color: var(--dark-black);
  border-radius: 0;
}

.single-product .site-main div.product div.summary .single_add_to_cart_button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.single-product .site-main div.product div.summary .quantity .qty {
  padding: 5px;
  height: 50px;
  width: 97px;
}

.single-product .site-main div.product div.summary .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
}

.single-product .site-main div.product div.summary .yith-wcwl-add-to-wishlist+.clear {
  display: none;
}

.single-product .site-main div.product div.summary .yith-wcwl-add-to-wishlist~.compare.button {
  margin-left: 10px;
}

.single-product .site-main div.product div.summary .yith-wcwl-add-to-wishlist.exists {
  display: block;
  width: 100%;
}

.single-product .site-main div.product div.summary .yith-wcwl-add-to-wishlist.exists>a {
  text-decoration: underline;
}

.single-product .site-main div.product div.summary .yith-wcwl-add-to-wishlist.exists>a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.single-product .site-main div.product div.summary .yith-wcwl-add-to-wishlist.exists~.compare.button {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 29px;
  background-position: 0px 50%;
}

.single-product .site-main div.product div.summary .yith-wcwl-add-button {
  position: relative;
  width: auto;
  height: auto;
}

.single-product .site-main div.product div.summary .yith-wcwl-add-button .add_to_wishlist {
  color: var(--light-black);
  border-radius: 0;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-size: 20px;
  font-size: 0.938em;
  font-weight: 500;
}

.single-product .site-main div.product div.summary .yith-wcwl-add-button .add_to_wishlist:hover {
  color: var(--primary-color);
}

.single-product .site-main div.product div.summary .yith-wcwl-add-button .add_to_wishlist>svg {
  margin-right: 10px;
}

.single-product .site-main div.product div.summary .yith-wcwl-add-button .ajax-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.single-product .site-main div.product div.summary a.compare {
  background-color: transparent;
  height: 23px;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 0 20px 0 46px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.989' height='18' viewBox='0 0 17.989 18'%3E%3Cpath id='Icon_material-refresh' data-name='Icon material-refresh' d='M21.36,8.644A9,9,0,1,0,23.7,17.25H21.36A6.747,6.747,0,1,1,15,8.25a6.654,6.654,0,0,1,4.747,2l-3.623,3.623H24V6Z' fill = '%23383838' transform='translate(-6.015 -6)'/%3E%3C/svg%3E%0A ");
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-size: 13px;
  font-size: 0.938em;
  font-weight: 500;
  color: var(--light-black);
  letter-spacing: 1px;
}

.single-product .site-main div.product div.summary a.compare:hover {
  color: var(--primary-color);
}

.single-product .site-main div.product div.summary .product_meta {
  margin-top: 16px;
  font-size: 0.938em;
  font-weight: 500;
  color: var(--dark-black);
  width: 100%;
}

.single-product .site-main div.product div.summary .product_meta>span {
  display: block;
  margin-bottom: 7px;
}

.single-product .site-main div.product div.summary .product_meta>span.sku {
  font-weight: 500;
}

.single-product .site-main div.product div.summary .product_meta>span a,
.single-product .site-main div.product div.summary .product_meta>span span {
  display: inline-block;
  color: var(--light-black);
  margin-left: 3px;
  font-weight: 400;
}

.single-product .site-main div.product div.summary .product_meta>span a {
  text-decoration: underline;
}

.single-product .site-main div.product div.summary .product_meta>span a:hover {
  text-decoration: unset;
  color: var(--primary-color);
}

.single-product .site-main div.product .woocommerce-tabs {
  max-width: 1189px;
  margin: 78px auto 0 auto;
}

.single-product .site-main div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: visible;
  border-bottom: 1px solid #e1e1e1;
}

.single-product .site-main div.product .woocommerce-tabs ul.tabs:before {
  position: static;
  border-bottom: none;
  width: auto;
}

.single-product .site-main div.product .woocommerce-tabs ul.tabs li {
  background: none;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0 10px;
}

.single-product .site-main div.product .woocommerce-tabs ul.tabs li:before,
.single-product .site-main div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

.single-product .site-main div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  padding: 18px 0px;
  margin: 0 20px;
}

.single-product .site-main div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--dark-black);
}

.single-product .site-main div.product .woocommerce-tabs ul.tabs li a:after {
  content: "";
  background-color: var(--dark-black);
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: hidden;
}

.single-product .site-main div.product .woocommerce-tabs ul.tabs li.active a:after {
  width: 100%;
  visibility: visible;
}

.single-product .site-main div.product .woocommerce-tabs .panel {
  max-width: 1059px;
  margin: 35px auto 0;
}

.single-product .site-main div.product .woocommerce-tabs .panel h2 {
  margin-top: 0;
  margin-bottom: 23px;
  font-size: 1.625em;
  text-align: center;
  font-weight: 500;
}

.single-product .site-main div.product .woocommerce-tabs .panel p {
  color: var(--light-black);
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 1.125em;
  line-height: 1.65;
}

.single-product .site-main div.product .woocommerce-tabs .panel p:last-child {
  margin-bottom: 0;
}

.single-product .site-main div.product .woocommerce-tabs .panel .shop_attributes {
  border-collapse: collapse;
  border: 0;
  max-width: 1012px;
  margin: 0 auto;
}

.single-product .site-main div.product .woocommerce-tabs .panel .shop_attributes tbody tr {
  background: unset;
}

.single-product .site-main div.product .woocommerce-tabs .panel .shop_attributes tbody tr th {
  font-size: 1.125em;
  font-weight: 500;
  padding: 17px 27px;
  width: 44%;
  border: 1px solid #e6e6e6;
  border-right: 0;
  text-align: left;
  background: unset;
}

.single-product .site-main div.product .woocommerce-tabs .panel .shop_attributes tbody tr td {
  background: unset;
  border: 1px solid #e6e6e6 !important;
  padding: 17px 27px;
}

.single-product .site-main div.product .woocommerce-tabs .panel .shop_attributes tbody tr td p {
  padding: 17px 27px;
  font-style: normal;
  text-align: left;
  font-size: 1.125em;
}

.single-product .site-main div.product #reviews {
  max-width: 1013px;
  margin: 0 auto;
}

.single-product .site-main div.product #reviews #comments h2 {
  font-size: 1.625em;
  margin-bottom: 30px;
}

.single-product .site-main div.product #reviews #comments ol.commentlist {
  padding: 0 0 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}

.single-product .site-main div.product #reviews #comments ol.commentlist li {
  margin-bottom: 50px;
}

.single-product .site-main div.product #reviews #comments ol.commentlist li img.avatar {
  width: 94px;
  height: 94px;
  object-fit: cover;
  border-radius: 100%;
  border: none;
  background: none;
  padding: 0;
}

.single-product .site-main div.product #reviews #comments ol.commentlist li .comment-text {
  padding: 0 0 0 125px;
  border: none;
  margin-left: 0;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}

.single-product .site-main div.product #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 1em;
  display: flex;
  flex: auto;
  margin-bottom: 0;
}

.single-product .site-main div.product #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
  font-size: 1em;
  font-weight: 600;
  margin-right: 5px;
}

.single-product .site-main div.product #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  margin-right: 6px;
}

.single-product .site-main div.product #reviews #comments ol.commentlist li .comment-text p.meta time {
  font-size: 0.938em;
  color: var(--light-black);
}

.single-product .site-main div.product #reviews #comments ol.commentlist li .comment-text .description {
  margin-top: 10px;
  width: 100%;
}

.single-product .site-main div.product #reviews #comments ol.commentlist li .comment-text p {
  margin-bottom: 20px;
}

.single-product .site-main div.product #reviews #comments ol.commentlist li .comment-text p:last-child {
  margin-bottom: 0;
}

.single-product .site-main div.product #reviews #comments ol.commentlist li .star-rating {
  float: none;
  font-size: 13px;
  color: #ffb001;
}

.single-product .site-main div.product #reviews #respond .comment-reply-title {
  display: block;
  font-size: 1em;
  font-weight: 500;
  color: #191919;
  line-height: 1.5;
  margin-bottom: 8px;
}

.single-product .site-main div.product #reviews #respond .comment-reply-title a {
  font-size: 0.6em;
  letter-spacing: 1px;
}

.single-product .site-main div.product #reviews #respond .comment-form p {
  margin-bottom: 18px;
}

.single-product .site-main div.product #reviews #respond .comment-form p.comment-notes {
  font-size: 0.938em;
  margin-bottom: 14px;
}

.single-product .site-main div.product #reviews #respond .comment-form p textarea {
  height: 151px;
  font-size: 1em;
  font-weight: 400;
}

.single-product .site-main div.product #reviews #respond .comment-form p.comment-form-author,
.single-product .site-main div.product #reviews #respond .comment-form p.comment-form-email {
  width: 48%;
}

.single-product .site-main div.product #reviews #respond .comment-form p.comment-form-author {
  margin-right: 4%;
  float: left;
}

.single-product .site-main div.product #reviews #respond .comment-form p.comment-form-email {
  float: right;
}

.single-product .site-main div.product #reviews #respond .comment-form p.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.938em;
}

.single-product .site-main div.product #reviews #respond .comment-form p.comment-form-cookies-consent:hover {
  cursor: pointer;
  text-decoration: underline;
}

.single-product .site-main div.product #reviews #respond .comment-form p.comment-form-cookies-consent>label {
  display: inline-block;
  margin-left: 12px;
}

.single-product .site-main div.product #reviews #respond .comment-form p.form-submit {
  margin-bottom: 0;
  margin-top: 40px;
  font-size: 1em;
}

.single-product .site-main div.product #reviews #respond .comment-form p.form-submit input[type="submit"] {
  font-size: 1em;
  font-weight: 500;
  padding: 18px 62px;
  color: var(--white-color);
  letter-spacing: 0.3px;
  background-color: var(--dark-black);
  border-radius: 0;
}

.single-product .site-main div.product #reviews #respond .comment-form p.form-submit input[type="submit"]:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.single-product .site-main div.product #reviews #respond .comment-form-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  margin-bottom: 25px;
}

.single-product .site-main div.product #reviews #respond .comment-form-rating label {
  color: var(--light-black);
  font-size: 0.938em;
  display: block;
  margin-right: 15px;
}

.single-product .site-main div.product #reviews #respond .comment-form-rating label .required {
  color: red;
}

.single-product .site-main div.product #reviews #respond .comment-form-rating p.stars {
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 16px;
}

.single-product .site-main div.product #reviews #respond .comment-form-rating p.stars span a {
  float: none;
  width: 11px;
  font-size: 15px;
  color: #ffb001;
}

.single-product .site-main div.product #reviews p label {
  display: none;
}

.single-product .site-main div.product #reviews .comment-notes {
  display: block;
}

.single-product .site-main div.product #reviews .comment-notes .required {
  color: red;
}

.single-product .site-main .related {
  margin-top: 57px;
  margin-bottom: 43px;
}

.single-product .site-main .related>h2 {
  position: relative;
  font-family: var(--primary-font);
  font-size: 2.188em;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}

.single-product .site-main .related>h2::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 64px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  background-color: var(--dark-black);
  z-index: 1;
}

.single-product .site-main .related li.product {
  position: relative;
  margin-bottom: 0;
  margin-right: 31px;
}

.single-product .site-main .related li.product:hover .product-meta {
  visibility: visible;
  opacity: 1;
  bottom: 125px;
}

.single-product .site-main .related li.product:hover .woocommerce-loop-product__title {
  color: var(--primary-color);
}

.single-product .site-main .related li.product .onsale {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 0.875em;
  font-weight: 400;
  background: var(--secondary-color);
  color: var(--white-color);
  line-height: 1.35;
  padding: 3px 11px;
  text-align: center;
  z-index: 9;
  margin: 0;
  min-width: auto;
  min-height: auto;
  border-radius: 0;
  right: auto;
}

.single-product .site-main .related li.product a img {
  margin-bottom: 9px;
}

.single-product .site-main .related li.product .woocommerce-loop-product__title {
  font-size: 1.125em;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 2px;
  color: var(--dark-black);
  text-align: center;
}

.single-product .site-main .related li.product .price {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary-color);
}

.single-product .site-main .related li.product .price del {
  font-size: 0.85em;
  background-color: unset;
  color: #5c5c5c;
}

.single-product .site-main .related li.product .price del span {
  font-size: 0.938em;
  font-weight: 500;
}

.single-product .site-main .related li.product .price ins {
  font-size: 18px;
  color: var(--secondary-color);
  background-color: unset;
  margin-right: 6px;
}

.single-product .site-main .related li.product .price ins span {
  font-size: 1em;
  font-weight: 500;
}

.single-product .site-main .related li.product .price bdi {
  font-size: 1em;
}

.single-product .site-main input[type="checkbox"] {
  appearance: auto;
  -moz-appearance: auto;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) {
  border-collapse: collapse;
  width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 1em;
  margin: 0;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) thead {
  border-bottom: 1px solid #c4c4c4;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) thead th {
  font-size: 1em;
  border: 0;
  font-weight: 600;
  color: var(--dark-black);
  padding: 10px 20px 20px 10px;
  text-align: center;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody tr {
  background: #fff;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td {
  padding: 23.5px 10px;
  border-bottom: 1px solid #c4c4c4;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td .remove {
  font-family: "Nunito Sans", sans-serif;
  color: #818181 !important;
  background: none;
  width: 15px;
  height: 15px;
  font-size: 1.5em;
  line-height: 18px;
  font-weight: 400;
  text-indent: 1px;
  position: absolute;
  margin-top: -12px;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td .remove:hover {
  color: red !important;
  background: none !important;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td img {
  height: auto;
  width: 93px;
  min-width: 93px;
}

@media (max-width: 1024px) {
  .woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td img {
    min-width: unset;
  }
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td.product-price,
.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td.product-subtotal {
  font-weight: 500;
  font-size: 1em;
  color: var(--dark-black);
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td.product-name {
  font-weight: 500;
  font-size: 1em;
  color: var(--dark-black);
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td.product-name a {
  font-weight: 500;
  font-size: 1em;
  color: var(--dark-black);
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td.product-name a:hover {
  text-decoration: underline;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td.product-name a.button.yith-wcqv-button {
  display: none !important;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody td.product-quantity .qty {
  max-width: 76px;
  width: 100%;
  height: 38px;
  padding: 0;
  text-align: center;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody .product-add-to-cart a {
  display: inline-block !important;
  background-color: var(--dark-black);
  color: var(--white-color);
  text-decoration: unset;
  font-weight: 500;
  font-size: 1em;
  padding: 13px 23px;
  width: 72%;
  margin: 0 auto !important;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody .product-add-to-cart a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

@media (max-width: 1024px) {
  .woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody .product-add-to-cart a {
    width: 100%;
  }
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody .product-name {
  text-align: center;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody .product-name a {
  text-decoration: unset;
  display: block;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody .product-name a.button {
  display: inline-block !important;
  background-color: var(--dark-black);
  color: var(--white-color);
  text-decoration: unset;
  font-weight: 500;
  font-size: 1em;
  padding: 13px 23px;
  margin: 10px 0 0 !important;
  border-radius: 0;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody .product-name a.button:hover {
  text-decoration: unset;
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody .product-stock-status .wishlist-in-stock {
  color: #2b7f2b;
  font-weight: 500;
  font-size: 1em;
  position: relative;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody .product-stock-status .wishlist-in-stock::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.919' height='11.414' viewBox='0 0 15.919 11.414'%3E%3Cpath id='iconfinder_2561355_check_icon_1_' data-name='iconfinder_2561355_check_icon(1)' d='M17.091,6l-9,9L4,10.909' transform='translate(-2.586 -4.586)' fill='none' stroke='%23378637' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  height: 9px;
  width: 13px;
  left: -23px;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody .product-stock-status .wishlist-out-of-stock {
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 1em;
  position: relative;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody .product-stock-status .wishlist-out-of-stock::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.011' height='10' viewBox='0 0 10.011 10'%3E%3Cpath id='Close' d='M11.711,10.995,15.825,6.9a.5.5,0,0,0,0-.706.507.507,0,0,0-.713,0L11,10.285,6.852,6.136a.5.5,0,1,0-.713.715L10.285,11,6.124,15.135a.5.5,0,0,0,0,.706.507.507,0,0,0,.713,0l4.157-4.134,4.132,4.133a.5.5,0,1,0,.713-.715Z' transform='translate(-5.977 -5.988)' fill='%23d5001b'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  height: 9px;
  width: 13px;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody .product-price {
  font-weight: 500;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody .product-price span ins {
  color: var(--secondary-color);
  background: unset;
  margin-left: 6px;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody .product-price span del {
  background-color: unset;
  color: #5c5c5c;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody tr .coupon {
  display: flex;
  align-items: center;
  border: 1px solid #c4c4c4;
  margin: 0;
  padding: 7.5px 23px;
  width: calc(100% - 187px);
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody tr .coupon input[type="text"].input-text {
  font-size: 0.938em;
  color: var(--light-black);
  height: auto;
  border: 0;
  width: 100% !important;
  flex: 1;
  border: 0;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody tr .coupon input[type="text"].input-text.placeholder {
  font-size: 0.938em;
  color: var(--light-black);
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody tr .coupon input[type="text"].input-text:-moz-placeholder {
  font-size: 0.938em;
  color: var(--light-black);
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody tr .coupon input[type="text"].input-text::-moz-placeholder {
  font-size: 0.938em;
  color: var(--light-black);
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody tr .coupon input[type="text"].input-text:-ms-input-placeholder {
  font-size: 0.938em;
  color: var(--light-black);
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody tr .coupon input[type="text"].input-text::-webkit-input-placeholder {
  font-size: 0.938em;
  color: var(--light-black);
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody tr .coupon .button {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.3px;
  background: unset;
  padding: 0;
  margin-left: auto;
  color: var(--dark-black);
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody tr .coupon .button:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody tr td.actions {
  border-bottom: 0 !important;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody tr td.actions>.button {
  display: inline-block;
  float: unset;
  color: var(--white-color);
  background-color: var(--dark-black);
  font-weight: 500;
  letter-spacing: 0.3px;
  font-weight: 500;
  font-size: 1em;
  padding: 17px 44px;
  border-radius: 0;
  margin-bottom: 0;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody tr td.actions>.button:disabled[disabled] {
  background: var(--dark-black);
  opacity: 0.2;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody tr td.actions>.button:disabled[disabled]:hover {
  background: var(--dark-black);
  opacity: 0.2;
}

.woocommerce.woocommerce-wishlist table:not(.wp-calendar-table) tbody tr td.actions>.button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.woocommerce.woocommerce-wishlist .yith_wcwl_wishlist_footer {
  margin-bottom: 40px;
}

.woocommerce.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith-wcwl-share {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
}

.woocommerce.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-share-title {
  font-size: 1em;
  font-weight: 600;
  color: var(--dark-black);
}

.woocommerce.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith-wcwl-share ul {
  margin: 0 0 0 10px;
}

.woocommerce.woocommerce-wishlist .shop_table.responsive.mobile .item-wrapper {
  display: block;
}

.woocommerce.woocommerce-wishlist .shop_table.responsive.mobile .item-wrapper .product-thumbnail {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.woocommerce.woocommerce-wishlist .shop_table.responsive.mobile li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.woocommerce.woocommerce-wishlist .shop_table.responsive.mobile li .additional-info-wrapper {
  width: 100%;
}

.woocommerce.woocommerce-wishlist .shop_table.responsive.mobile li .product-name h3 {
  font-size: 1em;
  font-size: 500;
  color: var(--dark-black);
}

.woocommerce.woocommerce-wishlist .shop_table.responsive.mobile li .product-name h3 a {
  text-decoration: unset;
}

.woocommerce.woocommerce-wishlist .shop_table.responsive.mobile li .product-name .yith-wcqv-button {
  display: inline-block !important;
  background-color: var(--primary-color);
  color: var(--white-color);
  text-decoration: unset;
  font-weight: 500;
  font-size: 1em;
  padding: 13px 23px;
  margin: 0px 0 15px !important;
  border-radius: 0;
  text-align: center;
}

.woocommerce.woocommerce-wishlist .shop_table.responsive.mobile li .product-name .yith-wcqv-button:hover {
  text-decoration: unset;
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.woocommerce.woocommerce-wishlist .shop_table.responsive.mobile li .item-details-table td {
  font-size: 1em;
  text-align: left;
  padding: 0;
  font-weight: 600;
  line-height: 1;
}

.woocommerce.woocommerce-wishlist .shop_table.responsive.mobile li .item-details-table td ins {
  color: var(--secondary-color);
  background-color: unset;
  margin-right: 6px;
}

.woocommerce.woocommerce-wishlist .shop_table.responsive.mobile li .additional-info td {
  font-size: 1em;
  text-align: left;
  padding: 0;
  font-weight: 600;
  line-height: 1;
  border-bottom: 0;
}

.woocommerce.woocommerce-wishlist .shop_table.responsive.mobile li .product-add-to-cart {
  display: inline;
  text-align: left;
  margin-top: 15px;
  width: 100%;
}

.woocommerce.woocommerce-wishlist .shop_table.responsive.mobile li .product-add-to-cart a {
  display: inline-block !important;
  background-color: var(--dark-black);
  color: var(--white-color);
  text-decoration: unset;
  font-weight: 500;
  font-size: 1em;
  padding: 13px 20px;
  width: 40%;
  border-radius: 0;
  margin-top: 10px !important;
}

.woocommerce.woocommerce-wishlist .shop_table.responsive.mobile li .product-add-to-cart a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.woocommerce.woocommerce-wishlist .shop_table.responsive.mobile li .product-remove {
  text-align: left;
  float: right;
  margin-top: 20px;
}

.woocommerce-account form .form-row .woocommerce-form-login__rememberme {
  margin-top: 10px;
}

.woocommerce-account form .form-row .woocommerce-form-login__rememberme input[type="checkbox"] {
  width: 15px;
}

.woocommerce-account .woocommerce-error {
  border-color: var(--primary-color);
}

@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(var(--dark-black-rgb), 0.1);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 15px 20px;
  border: 1px solid rgba(var(--dark-black-rgb), 0.1);
  color: var(--dark-black);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: var(--primary-color);
  color: var(--white-color);
}

.woocommerce-account .woocommerce-MyAccount-content {
  font-size: 1em;
  color: var(--light-black);
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: var(--primary-color);
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-content a.woocommerce-Button {
  color: var(--white-color);
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content p {
  margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .dropcap {
  float: none;
  margin: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  font-size: 1em;
  border-top-color: var(--primary-color);
}

@media (max-width: 767px) {

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 12px;
    padding: 18px 30px;
  }
}

.woocommerce-account .woocommerce-MyAccount-content .title h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
}

.woocommerce-account .woocommerce-MyAccount-content form .form-row input.input-text,
.woocommerce-account .woocommerce-MyAccount-content form .form-row textarea {
  font-size: 1em;
}

.woocommerce-account .woocommerce-MyAccount-content form button.button {
  font-size: 1em;
  margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content form button.button:hover {
  color: var(--white-color);
}

.woocommerce-account .woocommerce-form-login .form-row label {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 5px;
}

.woocommerce-account .lost_password a {
  font-size: 1em;
  font-style: italic;
  text-decoration: underline;
}

.woocommerce-account .lost_password a:hover {
  color: var(--primary-color);
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme {
  font-size: 0.8em;
}

.woocommerce-message {
  border-top-color: var(--primary-color);
}

/*=========================
	WIDGET CART
	=========================*/
.widget_shopping_cart ul.product_list_widget li {
  padding: 0 0 15px 30px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 15px;
  position: relative;
}

.widget_shopping_cart ul.product_list_widget li a.remove {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 0;
  width: 20px;
  height: 20px;
}

.widget_shopping_cart ul.product_list_widget li a.remove:hover,
.widget_shopping_cart ul.product_list_widget li a.remove:focus {
  background: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.widget_shopping_cart ul.product_list_widget li a.remove:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f057";
  font-family: "FontAwesome";
  color: #e2401c;
  font-size: 20px;
}

.widget_shopping_cart ul.product_list_widget li img {
  width: 70px;
  border-radius: 3px;
  float: right;
  margin-right: 0;
  margin-left: 4px;
}

.widget_shopping_cart .total {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.widget_shopping_cart .total {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--dark-black);
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.widget_shopping_cart .total strong {
  font-weight: 700;
  display: flex;
  color: var(--dark-black);
  flex: auto;
  min-width: auto;
}

.widget_shopping_cart .buttons {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.widget_shopping_cart .buttons .button {
  display: flex;
  flex: 1;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  background: var(--primary-color);
  color: var(--white-color);
  text-align: center;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 20px;
  position: relative;
}

.widget_shopping_cart .buttons .button:hover,
.widget_shopping_cart .buttons .button:focus {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.widget_shopping_cart .buttons .button+.button {
  margin-right: 0;
  background: #818181;
  color: var(--white-color);
}

.widget_shopping_cart .buttons .button+.button:hover,
.widget_shopping_cart .buttons .button+.button:focus {
  background: var(--primary-color);
  color: var(--white-color);
}

.widget_product_search .woocommerce-product-search {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  background: #f6f6f6;
  position: relative;
}

.widget_product_search .woocommerce-product-search .search-field {
  border: 0;
  padding: 17px;
  background: unset;
  font-size: 1em;
  color: var(--dark-black);
  width: calc(100% - 40px);
}

.widget_product_search .woocommerce-product-search button[type="submit"] {
  font-size: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='search' transform='translate(-1201.9 -122.496)'%3E%3Cpath id='Icon_ionic-ios-search' data-name='Icon ionic-ios-search' d='M26.242,24.9l-6.119-6.174a8.72,8.72,0,1,0-1.323,1.34L24.878,26.2a.942.942,0,0,0,1.329.034A.947.947,0,0,0,26.242,24.9Zm-12.971-4.76a6.884,6.884,0,1,1,4.87-2.016A6.844,6.844,0,0,1,13.271,20.141Z' transform='translate(1197.4 118.004)' fill='%23292929'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 18px;
  background-position: center;
  height: 22px;
  width: 22px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 999px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  right: 16px;
}

/*=============================

            /*============================
	WIDGET LAYERED NAV
	============================*/
.woocommerce-widget-layered-nav select.woocommerce-widget-layered-nav-dropdown {
  padding: 10px;
  height: auto;
}

/*==============================
	WIDGET PRICE FILTER
	==============================*/
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  height: 5px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  margin-bottom: 25px;
  background-color: #d8d8d8;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  background: var(--dark-black);
  border: 0;
  width: 20px;
  height: 20px;
  top: -8px;
  border-radius: 50%;
}

.widget_price_filter .ui-slider .ui-slider-range {
  background: var(--dark-black);
}

.widget_price_filter .price_slider_amount .button {
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--white-color);
  background-color: var(--dark-black);
  border-radius: 0;
  padding: 10px 15px;
  position: relative;
}

.widget_price_filter .price_slider_amount .button:hover,
.widget_price_filter .price_slider_amount .button:focus {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.widget_price_filter .price_slider_amount .price_label {
  font-size: 0.938em;
  color: #383838;
  float: left;
}

.widget_price_filter .price_slider_amount .price_label .from,
.widget_price_filter .price_slider_amount .price_label .to {
  font-weight: 500;
}

.widget_price_filter form input[type="text"] {
  display: inline-block;
  width: calc(50% - 13px);
  margin: 0 5px 20px 5px;
}

.widget_price_filter form input[type="text"]+.button {
  float: right;
  margin-left: 5px;
}

.widget_rating_filter .star-rating {
  color: #ffb001;
}

.widget_recently_viewed_products ul.product_list_widget li img {
  width: 90px;
}

.widget_recently_viewed_products ins {
  background: unset;
}

/*=============================
WIDGET PRODUCT CATEGORY
=============================*/
.widget_product_categories ul.product-categories li {
  margin-bottom: 10px;
}

.widget_product_categories ul.product-categories li .children {
  margin-top: 10px;
}

.widget_product_categories ul.product-categories li a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  text-decoration: none;
}

.widget_product_categories ul.product-categories li a::before {
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 100%;
}

.widget_product_categories ul.product-categories li a:hover {
  color: var(--dark-black);
}

.widget_product_categories ul.product-categories li a:hover::before {
  background: rgba(0, 0, 0, 0.6);
}

.widget_product_categories ul.product-categories li.current-cat>a {
  font-weight: 400;
  color: var(--dark-black);
}

/*============================
WIDGET PRODUCTS
============================*/
.widget_products ul.product_list_widget li,
.widget_recent_reviews ul.product_list_widget li,
.widget_top_rated_products ul.product_list_widget li {
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  font-size: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.widget_products ul.product_list_widget li:last-child,
.widget_recent_reviews ul.product_list_widget li:last-child,
.widget_top_rated_products ul.product_list_widget li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget_products ul.product_list_widget li img,
.widget_recent_reviews ul.product_list_widget li img,
.widget_top_rated_products ul.product_list_widget li img {
  float: left;
  width: 90px;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 15px;
}

.widget_products ul.product_list_widget li .product-title,
.widget_recent_reviews ul.product_list_widget li .product-title,
.widget_top_rated_products ul.product_list_widget li .product-title {
  display: inline-block;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.widget_products ul.product_list_widget li del,
.widget_recent_reviews ul.product_list_widget li del,
.widget_top_rated_products ul.product_list_widget li del {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.widget_products ul.product_list_widget li ins,
.widget_recent_reviews ul.product_list_widget li ins,
.widget_top_rated_products ul.product_list_widget li ins {
  background: none;
  margin-left: 5px;
}

.widget_products ul.product_list_widget li .woocommerce-Price-amount,
.widget_recent_reviews ul.product_list_widget li .woocommerce-Price-amount,
.widget_top_rated_products ul.product_list_widget li .woocommerce-Price-amount {
  font-size: 0.9em;
}

.widget_products ul.product_list_widget li .star-rating,
.widget_recent_reviews ul.product_list_widget li .star-rating,
.widget_top_rated_products ul.product_list_widget li .star-rating {
  margin-bottom: 5px;
  font-size: 0.6em;
  color: #ffb001;
}

.widget_products ul.product_list_widget li .reviewer,
.widget_recent_reviews ul.product_list_widget li .reviewer,
.widget_top_rated_products ul.product_list_widget li .reviewer {
  display: block;
  font-size: 0.9em;
  line-height: 1.5;
  margin-top: 7px;
}

.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
}

/*# sourceMappingURL=style.css.map */
.product_meta .best_before h4 {

  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--primary-font);
  line-height: 1.1875;
  font-weight: 600;
  margin-bottom: 15px;
  width: 100%;

}

.product_meta .best_before span {
  font-size: 16px;
  line-height: 1.65;
  color: var(--light-black);
  font-weight: 400;
}

.product_meta .ingredients h4 {

  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--primary-font);
  line-height: 1.1875;
  font-weight: 600;
  margin: 15px 0;
  width: 100%;

}

.product_meta .ingredients .code_val ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
  margin-left: 0;
  margin-bottom: 40px;
}

.product_meta .ingredients .code_val ul li {
  font-size: 16px;
  line-height: 1.65;
  color: var(--light-black);
  flex: 0 0 50%;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
}

.product_meta .ingredients .code_val ul li:before {
  content: " ";
  background-image: url("https://wordpress-806578-3670155.cloudwaysapps.com/wp-content/uploads/2023/08/arrow1.svg");
  position: absolute;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  height: 15px;
  left: 0;
  top: 5px;
  transform: rotate(90deg);
  transform: translateY(1-50%);
}.single-product .site-main div.product div.summary .price > span {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  color: #c4b583 !important;
  font-weight: 600;
  font-size: 25px;
}