/*!
Theme Name: Shopexcel
Theme URI: https://blossomthemes.com/wordpress-themes/shopexcel/
Author: Blossom Themes
Author URI: https://blossomthemes.com/
Description: Shopexcel is a free WooCommerce theme to create feature-rich and functional online eCommerce stores. With Shopexcel, you can build all kinds of online stores, such as fashion, cosmetics, jewelry, furniture, accessories, lifestyle, decoration, gadgets, books, home appliances, clothes, automobiles, movies, and so on. The theme includes many customization options, including colors and typography settings to control the look and feel of your website. The theme is compatible with Gutenberg Editor and includes several patterns that can be customized as per your preference. Further, this mobile-friendly theme is also SEO optimized and incorporates Schema-friendly markup to rank your site better on search engines. Some other notable features include Instagram integration, translation ready, RTL scripts ready, and much more. Check theme details at https://blossomthemes.com/wordpress-themes/shopexcel, demo at https://blossomthemes.com/theme-demo/?theme=shopexcel, read the documentation at https://docs.blossomthemes.com/shopexcel, and get support at https://blossomthemes.com/support-ticket/.
Version: 1.0.7
Requires at least: 6.2
Requires PHP: 7.3
Tested up to: 6.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: shopexcel
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 with others.

Shopexcel is based on Underscores https://underscores.me/, (C) 2012-2017 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

--------------------------------------------------------------*/
:root {
  --shply-primary-color: #FF8887;
  --shply-primary-color-rgb: 255,136,135;
  --shply-section-bg-color: #FFFAF7;
  --shply-section-bg-color-rgb: 255,250,247;
  --shply-font-color: #333333;
  --shply-font-color-rgb: 51,51,51;
  --shply-heading-color: #1A1818;
  --shply-heading-color-rgb: 26,24,24;
  --shply-background-color: #fff;
  --shply-background-color-rgb: 255,255,255;
  --shply-white-color: #ffffff;
  --shply-white-color-rgb: 255,255,255;
  --shply-black-color: #000;
  --shply-black-color-rgb: 0,0,0;
  --shply-primary-font: Inter, sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--shply-heading-color);
  margin-bottom: 0.5em;
  clear: both;
}

.site h1 a,
.site h2 a,
.site h3 a,
.site h4 a,
.site h5 a,
.site h6 a {
  color: var(--shply-heading-color);
}
.site h1 a:hover,
.site h2 a:hover,
.site h3 a:hover,
.site h4 a:hover,
.site h5 a:hover,
.site h6 a:hover {
  color: var(--shply-primary-color);
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.75em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.1em;
}

p:not(:last-of-type, :last-child) {
  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%;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--shply-white-color);
  background: var(--shply-primary-color);
}

::-moz-selection {
  color: var(--shply-white-color);
  background: var(--shply-primary-color);
}

::selection {
  color: var(--shply-white-color);
  background: var(--shply-primary-color);
}

/* Elements
--------------------------------------------- */
body {
  background: var(--shply-background-color);
  font-size: var(--shply-primary-font-size);
  line-height: var(--shply-primary-font-height);
  font-weight: var(--shply-primary-font-weight);
  text-transform: var(--shply-primary-font-transform);
  letter-spacing: var(--shply-primary-font-spacing);
  color: var(--shply-font-color);
  font-family: var(--shply-primary-font);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.post,
body.page {
  margin-bottom: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.section-devider hr {
  margin: 0;
  height: 0;
  background: none;
  border-top: 1px solid rgba(var(--shply-font-color-rgb), 0.1);
}

/* Elements
--------------------------------------------- */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 0;
}

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

.entry-content .highlight {
  background-color: rgba(var(--shply-primary-color-rgb), 0.2);
}
.entry-content li > ul,
.entry-content li > ol {
  margin-top: 10px;
}
.entry-content ul > li,
.entry-content ol > li {
  margin-bottom: 10px;
}
.entry-content p:not(:last-of-type, :last-child) + ul,
.entry-content p:not(:last-of-type, :last-child) + ol {
  margin-top: -10px;
}
.entry-content p:last-of-type + ul,
.entry-content p:last-of-type + ol, .entry-content :last-child + ul,
.entry-content :last-child + ol {
  margin-top: 10px;
}

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

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

img, iframe, svg {
  vertical-align: top;
}

iframe {
  margin-bottom: 60px;
  width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(var(--shply-heading-color-rgb), 0.02);
}
table tbody tr:nth-child(even) {
  background-color: rgba(var(--shply-primary-color-rgb), 0.06);
}
table tbody tr:nth-child(odd) {
  border: 1px solid rgba(var(--shply-heading-color-rgb), 0.02);
}
table thead {
  border-bottom: 0 !important;
  background-color: rgba(var(--shply-primary-color-rgb), 0.06);
}
table thead th {
  font-weight: 600;
}

table,
tr {
  border-collapse: collapse;
}

td {
  color: var(--shply-font-color);
}

th,
td {
  border: 0;
  padding: 8px;
  text-align: left;
  font-weight: normal;
}

caption,
th,
td {
  padding: 14px 30px !important;
  border: 0 !important;
}

th a {
  color: var(--shply-font-color);
  text-decoration: none;
}
th a:hover {
  color: var(--shply-primary-color);
}

.wp-block-calendar table th, .wp-block-calendar table td {
  padding: 9px 8px !important;
}

/* Quote */
.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote cite {
  color: inherit;
  font-size: inherit;
}

.entry-content .wp-block-quote {
  margin: 50px 0;
  padding-left: 45px;
}

blockquote {
  margin: 50px 0;
  padding: 40px;
  background: var(--shply-section-bg-color);
  color: var(--shply-font-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-left: 6px solid var(--shply-primary-color) !important;
}
blockquote::before {
  content: "";
  width: 72px;
  height: 54px;
  background-color: var(--shply-primary-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='72' height='54' viewBox='0 0 72 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.32 54C11.2 54 7.168 52.1684 4.224 48.5053C1.408 44.7158 0 39.7895 0 33.7263C0 26.5263 1.856 19.9579 5.568 14.0211C9.408 8.08422 15.104 3.41053 22.656 0L32.64 8.14737C27.392 9.91579 22.976 12.5684 19.392 16.1053C15.808 19.5158 13.44 23.3684 12.288 27.6632L13.248 28.0421C14.272 27.0316 16.064 26.5263 18.624 26.5263C21.824 26.5263 24.64 27.7263 27.072 30.1263C29.632 32.4 30.912 35.6211 30.912 39.7895C30.912 43.8316 29.504 47.2421 26.688 50.0211C23.872 52.6737 20.416 54 16.32 54ZM55.68 54C50.56 54 46.528 52.1684 43.584 48.5053C40.768 44.7158 39.36 39.7895 39.36 33.7263C39.36 26.5263 41.216 19.9579 44.928 14.0211C48.768 8.08422 54.464 3.41053 62.016 0L72 8.14737C66.752 9.91579 62.336 12.5684 58.752 16.1053C55.168 19.5158 52.8 23.3684 51.648 27.6632L52.608 28.0421C53.632 27.0316 55.424 26.5263 57.984 26.5263C61.184 26.5263 64 27.7263 66.432 30.1263C68.992 32.4 70.272 35.6211 70.272 39.7895C70.272 43.8316 68.864 47.2421 66.048 50.0211C63.232 52.6737 59.776 54 55.68 54Z' fill='%23FDEFEF'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='72' height='54' viewBox='0 0 72 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.32 54C11.2 54 7.168 52.1684 4.224 48.5053C1.408 44.7158 0 39.7895 0 33.7263C0 26.5263 1.856 19.9579 5.568 14.0211C9.408 8.08422 15.104 3.41053 22.656 0L32.64 8.14737C27.392 9.91579 22.976 12.5684 19.392 16.1053C15.808 19.5158 13.44 23.3684 12.288 27.6632L13.248 28.0421C14.272 27.0316 16.064 26.5263 18.624 26.5263C21.824 26.5263 24.64 27.7263 27.072 30.1263C29.632 32.4 30.912 35.6211 30.912 39.7895C30.912 43.8316 29.504 47.2421 26.688 50.0211C23.872 52.6737 20.416 54 16.32 54ZM55.68 54C50.56 54 46.528 52.1684 43.584 48.5053C40.768 44.7158 39.36 39.7895 39.36 33.7263C39.36 26.5263 41.216 19.9579 44.928 14.0211C48.768 8.08422 54.464 3.41053 62.016 0L72 8.14737C66.752 9.91579 62.336 12.5684 58.752 16.1053C55.168 19.5158 52.8 23.3684 51.648 27.6632L52.608 28.0421C53.632 27.0316 55.424 26.5263 57.984 26.5263C61.184 26.5263 64 27.7263 66.432 30.1263C68.992 32.4 70.272 35.6211 70.272 39.7895C70.272 43.8316 68.864 47.2421 66.048 50.0211C63.232 52.6737 59.776 54 55.68 54Z' fill='%23FDEFEF'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: 100% 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  left: 20px;
  opacity: 0.1;
  top: 20px;
  z-index: -1;
}
blockquote p {
  font-size: 1.11em;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote.wp-block-quote cite {
  font-size: 1.11em;
  font-weight: 500;
  margin-left: 10px;
  color: var(--shply-heading-color);
}
blockquote.wp-block-quote.has-text-align-right {
  border-left: 0 !important;
  border-right: 6px solid var(--shply-primary-color);
}
blockquote.wp-block-quote.has-text-align-right::before {
  left: unset;
  right: 20px;
  transform: rotatey(180deg);
}

/* Links
--------------------------------------------- */
/* Links
--------------------------------------------- */
.site a {
  background-color: transparent;
  color: var(--shply-primary-color);
  text-decoration: none;
  -webkit-transition: all 0.234s ease-in-out;
  -o-transition: all 0.234s ease-in-out;
  transition: all 0.234s ease-in-out;
}
.site .entry-content a:not(.wc-block-grid__product-link, .wp-block-button__link, .facebook, .twitter, .pinterest, .email, .whatsapp) {
  color: var(--shply-primary-color);
  text-decoration: underline;
}
.site .entry-content a:not(.wc-block-grid__product-link, .wp-block-button__link, .facebook, .twitter, .pinterest, .email, .whatsapp):hover {
  color: var(--shply-heading-color);
}
.site .entry-content a:not(.wc-block-grid__product-link, .wp-block-button__link, .facebook, .twitter, .pinterest, .email, .whatsapp):focus {
  outline: thin dotted;
}
.site .entry-content a:not(.wc-block-grid__product-link, .wp-block-button__link, .facebook, .twitter, .pinterest, .email, .whatsapp):hover, .site .entry-content a:not(.wc-block-grid__product-link, .wp-block-button__link, .facebook, .twitter, .pinterest, .email, .whatsapp):active {
  outline: 0;
}

.site p:not(.site-title) a,
.textwidget a {
  text-decoration: underline;
}

/* Forms
--------------------------------------------- */
.btn-cta,
button,
.comments-area .comment-respond form .submit,
.comments-area .comment-respond form input[type=submit],
.site .wp-block-button__link,
input[type=submit],
.site .btn-primary,
.site .btn-secondary {
  font-family: var(--shply-btn-font-family);
  font-size: var(--shply-btn-font-size);
  letter-spacing: var(--shply-btn-font-spacing);
  line-height: var(--shply-btn-font-height);
  font-weight: var(--shply-btn-font-weight);
  text-transform: var(--shply-btn-font-transform);
  padding: var(--shply-btn-padding-top) var(--shply-btn-padding-right) var(--shply-btn-padding-bottom) var(--shply-btn-padding-left);
  border-radius: var(--shply-btn-roundness-top) var(--shply-btn-roundness-right) var(--shply-btn-roundness-bottom) var(--shply-btn-roundness-left);
}

.widget.widget_bttk_author_bio .readmore,
.readmore,
.btn-cta.btn-1,
button,
.comments-area .comment-respond form .submit,
.comments-area .comment-respond form input[type=submit],
.site .wp-block-button__link,
input[type=submit],
.site .btn-primary {
  color: var(--shply-btn-text-initial-color);
  background: var(--shply-btn-bg-initial-color);
  border: 1px solid var(--shply-btn-border-initial-color);
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.widget.widget_bttk_author_bio .readmore:hover,
.readmore:hover,
.btn-cta.btn-1:hover,
button:hover,
.comments-area .comment-respond form .submit:hover,
.comments-area .comment-respond form input[type=submit]:hover,
.site .wp-block-button__link:hover,
input[type=submit]:hover,
.site .btn-primary:hover {
  color: var(--shply-btn-text-hover-color);
  border-color: var(--shply-btn-border-hover-color);
  background: var(--shply-btn-bg-hover-color);
}
.widget.widget_bttk_author_bio .readmore:hover::after,
.readmore:hover::after,
.btn-cta.btn-1:hover::after,
button:hover::after,
.comments-area .comment-respond form .submit:hover::after,
.comments-area .comment-respond form input[type=submit]:hover::after,
.site .wp-block-button__link:hover::after,
input[type=submit]:hover::after,
.site .btn-primary:hover::after {
  background-color: var(--shply-btn-text-hover-color);
}

.shply-btn-secondary .wp-block-button__link,
.btn-cta.btn-2,
.site .btn-secondary {
  color: var(--shply-primary-color);
  background: transparent;
  border: 1px solid var(--shply-primary-color);
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shply-btn-secondary .wp-block-button__link:hover,
.btn-cta.btn-2:hover,
.site .btn-secondary:hover {
  border-color: var(--shply-primary-color);
  color: var(--shply-white-color);
  background: var(--shply-primary-color);
}

.btn-tertiary {
  font-size: 1em;
  color: var(--shply-primary-color);
}
.btn-tertiary::after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 9.5L13.075 8.1L15.175 6H0V4H15.175L13.1 1.9L14.525 0.5L19 5L14.5 9.5Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 9.5L13.075 8.1L15.175 6H0V4H15.175L13.1 1.9L14.525 0.5L19 5L14.5 9.5Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 19px;
  height: 10.5px;
  margin-left: 11px;
  transition: all 0.1s ease-in-out;
}
.btn-tertiary:hover {
  color: var(--shply-heading-color);
}
.btn-tertiary:hover::after {
  background-color: currentColor;
  margin-left: 16px;
}

.single_add_to_cart_button.button,
.product_type_grouped,
.btn-add-to-cart,
.product_type_external,
.added_to_cart,
.add_to_cart_button,
.woocommerce-Reviews #review_form input[type=submit],
.woocommerce .button,
.add_to_wishlist,
.woocommerce .woocommerce-message .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  font-family: var(--shply-btn-font-family) !important;
  font-size: var(--shply-btn-font-size) !important;
  letter-spacing: var(--shply-btn-font-spacing) !important;
  line-height: var(--shply-btn-font-height) !important;
  font-weight: var(--shply-btn-font-weight) !important;
  text-transform: var(--shply-btn-font-transform) !important;
  padding: var(--shply-btn-padding-top) var(--shply-btn-padding-right) var(--shply-btn-padding-bottom) var(--shply-btn-padding-left) !important;
  border-radius: var(--shply-btn-roundness-top) var(--shply-btn-roundness-right) var(--shply-btn-roundness-bottom) var(--shply-btn-roundness-left) !important;
  color: var(--shply-btn-text-initial-color) !important;
  background: var(--shply-btn-bg-initial-color) !important;
  border: 1px solid var(--shply-btn-border-initial-color) !important;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.single_add_to_cart_button.button:hover,
.product_type_grouped:hover,
.btn-add-to-cart:hover,
.product_type_external:hover,
.added_to_cart:hover,
.add_to_cart_button:hover,
.woocommerce-Reviews #review_form input[type=submit]:hover,
.woocommerce .button:hover,
.add_to_wishlist:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  color: var(--shply-btn-text-hover-color) !important;
  border-color: var(--shply-btn-border-hover-color) !important;
  background: var(--shply-btn-bg-hover-color) !important;
}

.toggle-btn {
  width: 22.64px;
  height: 16.79px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.125s ease;
  -o-transition: all 0.125s ease;
  transition: all 0.125s ease;
}
.toggle-btn .toggle-bar {
  width: 22.64px;
  height: 2.29px;
  background: #1A1818;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  -webkit-transition: all 0.125s ease;
  -o-transition: all 0.125s ease;
  transition: all 0.125s ease;
}
.toggle-btn .toggle-bar:first-child {
  margin-top: 0px;
}
.toggle-btn .toggle-bar:last-child {
  margin-bottom: 0px;
}
.toggle-btn:hover {
  background: unset;
}
.toggle-btn:hover .toggle-bar {
  opacity: 1;
  background: var(--shply-primary-color);
}

.wpcf7 input[type=submit] {
  width: 100%;
}

.submenu-toggle-btn {
  all: unset;
  cursor: pointer;
  margin-left: 10px;
  color: var(--shply-primary-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 7px;
  line-height: 1;
  background: none !important;
}
.submenu-toggle-btn.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .submenu-toggle-btn {
    pointer-events: none;
  }
}

.close {
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  padding: 5px;
  position: relative;
}
.close::before, .close::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #001A1A;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close:hover {
  background-color: unset;
  text-decoration: none;
}
.close:hover::before, .close:hover::after {
  background: var(--shply-primary-color);
}

.woocommerce-Reviews #review_form input[type=submit],
.woocommerce .button,
.add_to_wishlist,
.woocommerce .woocommerce-message .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.button:not(.page-template-templatesportfolio-php .button) {
  text-decoration: none !important;
}

.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button,
.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button {
  color: var(--shply-primary-color) !important;
  background: transparent !important;
  border: 1px solid var(--shply-primary-color) !important;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button:hover,
.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button:hover {
  border-color: var(--shply-primary-color) !important;
  color: var(--shply-white-color) !important;
  background: var(--shply-primary-color) !important;
}

.wishlist_table .product-add-to-cart a,
.single_add_to_cart_button.button,
.product_type_grouped,
.btn-add-to-cart,
.product_type_external,
.added_to_cart,
.add_to_cart_button {
  position: relative;
  margin-top: 0;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.wishlist_table .product-add-to-cart a::before,
.single_add_to_cart_button.button::before,
.product_type_grouped::before,
.btn-add-to-cart::before,
.product_type_external::before,
.added_to_cart::before,
.add_to_cart_button::before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  background: var(--shply-btn-text-initial-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.138' height='13.575' viewBox='0 0 13.138 13.575'%3E%3Cg id='Group_8507' data-name='Group 8507' transform='translate(-9.911 -56.079)' opacity='0.8'%3E%3Cpath id='Path_29300' data-name='Path 29300' d='M16.111,89.606a.8.8,0,0,1-.806.806.806.806,0,1,1,0-1.611A.834.834,0,0,1,16.111,89.606Z' transform='translate(-2.744 -20.758)' fill='currentcolor'/%3E%3Cpath id='Path_29301' data-name='Path 29301' d='M32.111,89.606a.8.8,0,0,1-.806.806.806.806,0,1,1,0-1.611A.834.834,0,0,1,32.111,89.606Z' transform='translate(-13.961 -20.758)' fill='currentcolor'/%3E%3Cpath id='Path_29302' data-name='Path 29302' d='M21.138,54.5v.816H19.857c-.131.392-.328,1.077-.558,1.861-.164.49-.3,1.045-.46,1.535-.394,1.371-1.117,3.657-1.478,4.767L17.2,64a1.515,1.515,0,0,1-1.642,1.078H9.642v-.816h5.912c.624,0,.788-.163.887-.522l.164-.522c.033-.131.1-.261.131-.424H10.3c-.46,0-.657-.294-.821-.816L8,57.177H18.445c.361-1.273.755-2.384.755-2.384l.1-.294Z' transform='translate(1.911 1.579)' fill='currentcolor'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.138' height='13.575' viewBox='0 0 13.138 13.575'%3E%3Cg id='Group_8507' data-name='Group 8507' transform='translate(-9.911 -56.079)' opacity='0.8'%3E%3Cpath id='Path_29300' data-name='Path 29300' d='M16.111,89.606a.8.8,0,0,1-.806.806.806.806,0,1,1,0-1.611A.834.834,0,0,1,16.111,89.606Z' transform='translate(-2.744 -20.758)' fill='currentcolor'/%3E%3Cpath id='Path_29301' data-name='Path 29301' d='M32.111,89.606a.8.8,0,0,1-.806.806.806.806,0,1,1,0-1.611A.834.834,0,0,1,32.111,89.606Z' transform='translate(-13.961 -20.758)' fill='currentcolor'/%3E%3Cpath id='Path_29302' data-name='Path 29302' d='M21.138,54.5v.816H19.857c-.131.392-.328,1.077-.558,1.861-.164.49-.3,1.045-.46,1.535-.394,1.371-1.117,3.657-1.478,4.767L17.2,64a1.515,1.515,0,0,1-1.642,1.078H9.642v-.816h5.912c.624,0,.788-.163.887-.522l.164-.522c.033-.131.1-.261.131-.424H10.3c-.46,0-.657-.294-.821-.816L8,57.177H18.445c.361-1.273.755-2.384.755-2.384l.1-.294Z' transform='translate(1.911 1.579)' fill='currentcolor'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: all 0.235s ease-in-out;
  -o-transition: all 0.235s ease-in-out;
  transition: all 0.235s ease-in-out;
  margin-right: 10px;
}
.wishlist_table .product-add-to-cart a:hover,
.single_add_to_cart_button.button:hover,
.product_type_grouped:hover,
.btn-add-to-cart:hover,
.product_type_external:hover,
.added_to_cart:hover,
.add_to_cart_button:hover {
  text-decoration: none !important;
}
.wishlist_table .product-add-to-cart a:hover::before,
.single_add_to_cart_button.button:hover::before,
.product_type_grouped:hover::before,
.btn-add-to-cart:hover::before,
.product_type_external:hover::before,
.added_to_cart:hover::before,
.add_to_cart_button:hover::before {
  background: var(--shply-btn-text-hover-color);
}
.wishlist_table .product-add-to-cart a::after,
.single_add_to_cart_button.button::after,
.product_type_grouped::after,
.btn-add-to-cart::after,
.product_type_external::after,
.added_to_cart::after,
.add_to_cart_button::after {
  content: none !important;
}

/* field
--------------------------------------------- */
input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(var(--shply-font-color-rgb), 0.1);
  background-color: var(--shply-white-color);
  border-radius: var(--shply-btn-roundness-top) var(--shply-btn-roundness-right) var(--shply-btn-roundness-bottom) var(--shply-btn-roundness-left);
}
input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.747' height='16.42' viewBox='0 0 17.747 16.42'%3E%3Cg id='layer1' transform='translate(0)'%3E%3Cg id='layer1-2' transform='translate(0 0)'%3E%3Cpath id='path4068' d='M-838.971-494.409l5.659,6.568a51.977,51.977,0,0,1,12.088-16.42c-4.247,2.4-8.927,6.946-12.926,12.577Z' transform='translate(838.971 504.261)' fill='%2317be8a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  border-color: var(--shply-background-color);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.736' height='6.204' viewBox='0 0 9.736 6.204'%3E%3Cpath id='Path_26478' data-name='Path 26478' d='M5,0,0,4.164,5,8.328' transform='translate(0.704 5.704) rotate(-90)' fill='none' stroke='%23808080' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
  -webkit-background-size: 15px 8px;
  background-size: 15px 8px;
  background-repeat: no-repeat;
  background-position: right 22px center;
  padding: 0 20px;
  width: 100%;
  border-radius: var(--shply-btn-roundness-top) var(--shply-btn-roundness-right) var(--shply-btn-roundness-bottom) var(--shply-btn-roundness-left);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range]:not(.wc-block-price-filter__range-input),
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
select {
  height: 52px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range]:not(.wc-block-price-filter__range-input),
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 1px solid #EAEAEA;
  background: rgba(var(--shply-white-color-rgb), 1);
  border-radius: var(--shply-btn-roundness-top) var(--shply-btn-roundness-right) var(--shply-btn-roundness-bottom) var(--shply-btn-roundness-left);
  padding: 14px 19px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 1em;
  color: var(--shply-font-color);
  font-family: var(--shply-primary-font);
}
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]:not(.wc-block-price-filter__range-input)::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: rgba(var(--shply-font-color-rgb), 0.7);
  font-size: 1.1em;
}

.container {
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  max-width: var(--shply-container-width);
}
.container.c-full {
  max-width: 100%;
}

.page-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid-item {
  padding: 0 15px;
  width: 100%;
}

/* heading
--------------------------------------------- */
/* sticky-t-bar
--------------------------------------------- */
/*==========================================
sticky-t-bar
==========================================*/
.notification-bar {
  position: relative;
}
.notification-bar .sticky-bar-content {
  padding: 8px 0;
  background: var(--shply-bg-color);
}
.notification-bar .sticky-bar-content .container {
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.notification-bar .sticky-bar-content .container p {
  font-family: var(--shply-notif-font-family);
  font-size: var(--shply-notif-font-size, 0.875em);
  font-weight: var(--shply-notif-font-weight);
  text-transform: var(--shply-notif-font-transform);
  line-height: var(--shply-notif-font-height);
  letter-spacing: var(--shply-notif-font-spacing);
  margin: 0;
  color: var(--shply-text-color);
}
.notification-bar .sticky-bar-content .container .btn-tertiary {
  margin-left: 0.5%;
  color: var(--shply-text-color);
  font-family: var(--shply-notif-font-family);
  font-size: var(--shply-notif-font-size, 0.875em);
  font-weight: var(--shply-notif-font-weight);
  text-transform: var(--shply-notif-font-transform);
  line-height: var(--shply-notif-font-height);
  letter-spacing: var(--shply-notif-font-spacing);
  text-decoration: underline;
  white-space: nowrap;
  text-underline-offset: 2px;
}
.notification-bar .sticky-bar-content .container .btn-tertiary::after {
  content: none;
}
.notification-bar .sticky-bar-content .container .btn-tertiary:hover {
  color: var(--shply-white-color);
  text-decoration: none;
}
.notification-bar .close {
  background: none;
  padding: 0;
  width: 25px;
  height: 25px;
  min-height: auto;
  position: absolute;
  top: 4px;
  border-radius: 0;
  right: 4%;
  cursor: pointer;
  z-index: 2;
  border: 0;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
.notification-bar .close::before, .notification-bar .close::after {
  content: "";
  background: rgba(var(--shply-white-color-rgb), 0.9);
  width: 13px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
.notification-bar .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.notification-bar:not(.active) .close {
  top: 0;
  background: var(--shply-primary-color);
}
.notification-bar:not(.active) .close::before, .notification-bar:not(.active) .close::after {
  width: 8px;
  left: -5px;
  height: 2px;
  background: rgba(var(--shply-white-color-rgb), 0.5);
}
.notification-bar:not(.active) .close::after {
  left: 0;
  right: -5px;
}
@media (max-width: 767px) {
  .notification-bar .sticky-bar-content {
    padding: 25px 0;
  }
  .notification-bar .sticky-bar-content .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .notification-bar .sticky-bar-content .container .btn-readmore {
    margin-left: 0;
    margin-top: 10px;
  }
  .notification-bar .close {
    top: 4px;
  }
}
@media (max-width: 1300px) and (min-width: 1200px) {
  .notification-bar .sticky-bar-content {
    padding: 25px 0 19px;
  }
  .notification-bar .close {
    top: 4px;
  }
}
@media (max-width: 1120px) and (min-width: 992px) {
  .notification-bar .sticky-bar-content {
    padding: 25px 0 19px;
  }
  .notification-bar .close {
    top: 4px;
  }
}
@media (max-width: 900px) and (min-width: 767px) {
  .notification-bar .sticky-bar-content {
    padding: 25px 0 19px;
  }
  .notification-bar .close {
    top: 4px;
  }
}

/* sticky-heading
--------------------------------------------- */
.sticky-header {
  padding: 5px 0;
  background: var(--shply-background-color);
  -webkit-box-shadow: 0 3px 5px rgba(var(--shply-black-color-rgb), 0.05);
  box-shadow: 0 3px 5px rgba(var(--shply-black-color-rgb), 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
.sticky-header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sticky-header .container .nav-plus-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 20px;
}
.sticky-header .container .nav-plus-btn-wrapper .toggle-btn-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.sticky-header .container .nav-plus-btn-wrapper .toggle-btn .toggle-bar {
  background-color: var(--shply-font-color) !important;
}
@media (min-width: 1200px) {
  .sticky-header .container .nav-plus-btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sticky-header .container .nav-plus-btn-wrapper .toggle-btn {
    display: none !important;
  }
  .sticky-header .container .nav-plus-btn-wrapper .main-navigation {
    grid-gap: 0;
    margin-left: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:last-child .sub-menu {
    left: 0;
    right: auto;
  }
  .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu .submenu-toggle-btn, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu .submenu-toggle-btn, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:last-child .sub-menu .submenu-toggle-btn {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu .sub-menu, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu .sub-menu, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:last-child .sub-menu .sub-menu {
    left: auto;
    right: 100%;
  }
}
@media (max-width: 992px) {
  .sticky-header .container .nav-plus-btn-wrapper .header-button-wrap {
    display: none;
  }
}
.sticky-header.is-sticky {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .sticky-header {
    padding: 10px 0;
  }
  .sticky-header .container .header-button-wrap {
    display: none;
  }
  .sticky-header .container #sticky-navigation.main-navigation {
    max-width: 100%;
    display: none;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--shply-white-color);
    -webkit-box-shadow: -5px 0 15px rgba(var(--shply-black-color-rgb), 0.1);
    box-shadow: -5px 0 15px rgba(var(--shply-black-color-rgb), 0.1);
    width: 320px;
    z-index: 9999;
    margin: 0;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .sticky-header .container #sticky-navigation.main-navigation > div {
    height: 100vh;
    overflow-y: scroll;
  }
  .sticky-header .container #sticky-navigation.main-navigation > div ul {
    padding: 0;
  }
  .sticky-header .container #sticky-navigation.main-navigation > div ul li a {
    white-space: nowrap;
    color: rgba(var(--nav-font-color-rgb), 0.8);
  }
  .sticky-header .container #sticky-navigation.main-navigation > div ul .sub-menu li {
    padding-bottom: 0;
  }
}

/* navigation
--------------------------------------------- */
.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .nav-menu > li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-menu > li:last-child:not(.menu-item-has-children) {
    padding-right: 0 !important;
  }
}
.nav-menu li {
  position: relative;
  padding: 10px;
}
.nav-menu li .menu-subtitle {
  margin-bottom: 5px;
  color: var(--shply-font-color);
  font-size: 1em;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .nav-menu li .menu-subtitle {
    text-align: center;
  }
}
.nav-menu li .menu-subtitle + a {
  display: block;
}
.nav-menu li a {
  color: var(--shply-font-color);
  text-decoration: none;
  line-height: 1.6;
  display: inline-block;
  text-decoration: none;
  font-family: var(--shply-primary-font);
  font-size: 1em;
}
.nav-menu li a:focus {
  outline: none;
  text-decoration: none;
}
.nav-menu li a:hover {
  text-decoration: none;
}
.nav-menu li > .submenu-toggle-btn {
  color: var(--shply-font-color);
}
.nav-menu li > .submenu-toggle-btn .svg-inline--fa.fa-w-10 {
  width: 0.55em;
}
@media screen and (min-width: 1200px) {
  .nav-menu li:focus, .nav-menu li.focus {
    outline: 2px solid rgba(var(--shply-black-color-rgb), 0.8);
  }
  .nav-menu li:hover > a, .nav-menu li:focus > a, .nav-menu li.hover > a, .nav-menu li.focus > a {
    color: var(--shply-primary-color);
  }
  .nav-menu li:hover > .submenu-toggle-btn, .nav-menu li:focus > .submenu-toggle-btn, .nav-menu li.hover > .submenu-toggle-btn, .nav-menu li.focus > .submenu-toggle-btn {
    color: var(--shply-primary-color);
  }
  .nav-menu li:hover > .sub-menu, .nav-menu li:focus > .sub-menu, .nav-menu li.hover > .sub-menu, .nav-menu li.focus > .sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 99998;
  }
}
.nav-menu li .sub-menu,
.nav-menu li ul {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: static;
  padding-top: 20px;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .nav-menu li .sub-menu,
  .nav-menu li ul {
    background: var(--shply-white-color);
    -webkit-transition: all 0.235s ease;
    -o-transition: all 0.235s ease;
    transition: all 0.235s ease;
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 5px 15px rgba(var(--shply-black-color-rgb), 0.05);
    box-shadow: 0 5px 15px rgba(var(--shply-black-color-rgb), 0.05);
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
  .nav-menu li .sub-menu li a,
  .nav-menu li ul li a {
    width: var(--shply-sub-menu-width, 200px);
  }
}
.nav-menu li .sub-menu li:not(:last-child),
.nav-menu li ul li:not(:last-child) {
  border-bottom: 1px solid rgba(var(--shply-black-color-rgb), 0.05);
}
@media screen and (min-width: 1200px) {
  .nav-menu li .sub-menu li.menu-item-has-children > .submenu-toggle-btn,
  .nav-menu li ul li.menu-item-has-children > .submenu-toggle-btn {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.nav-menu li .sub-menu .sub-menu,
.nav-menu li .sub-menu ul,
.nav-menu li ul .sub-menu,
.nav-menu li ul ul {
  left: 100%;
  top: 0;
}
.nav-menu li.current_page_item > a {
  color: var(--shply-primary-color);
}

.main-navigation {
  display: none;
  z-index: 111;
}
@media screen and (max-width: 1199px) {
  .main-navigation {
    max-width: 100%;
    overflow-y: auto;
    width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--shply-primary-color);
    -webkit-box-shadow: 5px 0 25px rgba(var(--shply-black-color-rgb), 0.1);
    box-shadow: 5px 0 25px rgba(var(--shply-black-color-rgb), 0.1);
    padding-top: 50px;
  }
  .main-navigation .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
  }
  .main-navigation .nav-menu li a {
    color: var(--shply-white-color);
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 20px;
  }
  .main-navigation .close-btn {
    display: none;
  }
}
@media screen and (min-width: 1199px) {
  .main-navigation .nav-menu {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.main-navigation .nav-menu li {
  padding: var(--shply-nav-padding-top, 16px) var(--shply-nav-padding-right, 20px) var(--shply-nav-padding-bottom, 16px) var(--shply-nav-padding-left, 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .main-navigation .nav-menu li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation .nav-menu li .submenu-toggle-btn {
    position: absolute;
    right: 15px;
    top: 20px;
  }
}

.site-header.style-five .secondary-nav, .site-header.style-four .secondary-nav, .site-header.style-three .secondary-nav, .site-header.style-two .secondary-nav {
  display: none;
  z-index: 112;
}
.site-header.style-five .secondary-nav .toggle-btn, .site-header.style-four .secondary-nav .toggle-btn, .site-header.style-three .secondary-nav .toggle-btn, .site-header.style-two .secondary-nav .toggle-btn {
  display: none;
}
@media screen and (min-width: 1200px) {
  .site-header.style-five .secondary-nav, .site-header.style-four .secondary-nav, .site-header.style-three .secondary-nav, .site-header.style-two .secondary-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1199px) {
  .site-header.style-five .secondary-nav .nav-menu, .site-header.style-four .secondary-nav .nav-menu, .site-header.style-three .secondary-nav .nav-menu, .site-header.style-two .secondary-nav .nav-menu {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.site-header.style-five .secondary-nav .nav-menu li, .site-header.style-four .secondary-nav .nav-menu li, .site-header.style-three .secondary-nav .nav-menu li, .site-header.style-two .secondary-nav .nav-menu li {
  padding: 7px 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .site-header.style-five .secondary-nav .nav-menu li, .site-header.style-four .secondary-nav .nav-menu li, .site-header.style-three .secondary-nav .nav-menu li, .site-header.style-two .secondary-nav .nav-menu li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  .site-header.style-five .secondary-nav .nav-menu li .submenu-toggle-btn, .site-header.style-four .secondary-nav .nav-menu li .submenu-toggle-btn, .site-header.style-three .secondary-nav .nav-menu li .submenu-toggle-btn, .site-header.style-two .secondary-nav .nav-menu li .submenu-toggle-btn {
    position: absolute;
    right: 15px;
    top: 20px;
  }
}
.site-header.style-five .secondary-nav .nav-menu li a, .site-header.style-four .secondary-nav .nav-menu li a, .site-header.style-three .secondary-nav .nav-menu li a, .site-header.style-two .secondary-nav .nav-menu li a {
  color: var(--shply-font-color);
  white-space: pre-wrap;
}
@media screen and (min-width: 1200px) {
  .site-header.style-five .secondary-nav .nav-menu li a, .site-header.style-four .secondary-nav .nav-menu li a, .site-header.style-three .secondary-nav .nav-menu li a, .site-header.style-two .secondary-nav .nav-menu li a {
    font-size: 0.9em;
  }
}
.site-header.style-five .secondary-nav .nav-menu li a:hover, .site-header.style-four .secondary-nav .nav-menu li a:hover, .site-header.style-three .secondary-nav .nav-menu li a:hover, .site-header.style-two .secondary-nav .nav-menu li a:hover {
  color: var(--shply-primary-color);
}
.site-header.style-five .secondary-nav .nav-menu li:hover > .sub-menu, .site-header.style-five .secondary-nav .nav-menu li:focus > .sub-menu, .site-header.style-five .secondary-nav .nav-menu li.hover > .sub-menu, .site-header.style-five .secondary-nav .nav-menu li.focus > .sub-menu, .site-header.style-four .secondary-nav .nav-menu li:hover > .sub-menu, .site-header.style-four .secondary-nav .nav-menu li:focus > .sub-menu, .site-header.style-four .secondary-nav .nav-menu li.hover > .sub-menu, .site-header.style-four .secondary-nav .nav-menu li.focus > .sub-menu, .site-header.style-three .secondary-nav .nav-menu li:hover > .sub-menu, .site-header.style-three .secondary-nav .nav-menu li:focus > .sub-menu, .site-header.style-three .secondary-nav .nav-menu li.hover > .sub-menu, .site-header.style-three .secondary-nav .nav-menu li.focus > .sub-menu, .site-header.style-two .secondary-nav .nav-menu li:hover > .sub-menu, .site-header.style-two .secondary-nav .nav-menu li:focus > .sub-menu, .site-header.style-two .secondary-nav .nav-menu li.hover > .sub-menu, .site-header.style-two .secondary-nav .nav-menu li.focus > .sub-menu {
  z-index: 99999;
}
.site-header.style-five .secondary-nav .nav-menu li > .submenu-toggle-btn, .site-header.style-four .secondary-nav .nav-menu li > .submenu-toggle-btn, .site-header.style-three .secondary-nav .nav-menu li > .submenu-toggle-btn, .site-header.style-two .secondary-nav .nav-menu li > .submenu-toggle-btn {
  color: var(--shply-black-color);
}
@media screen and (min-width: 1200px) {
  .site-header.style-five .secondary-nav .nav-menu li > .submenu-toggle-btn svg, .site-header.style-four .secondary-nav .nav-menu li > .submenu-toggle-btn svg, .site-header.style-three .secondary-nav .nav-menu li > .submenu-toggle-btn svg, .site-header.style-two .secondary-nav .nav-menu li > .submenu-toggle-btn svg {
    width: 0.5em;
    height: 0.5em;
  }
}
.site-header.style-five .secondary-nav .nav-menu li ul, .site-header.style-four .secondary-nav .nav-menu li ul, .site-header.style-three .secondary-nav .nav-menu li ul, .site-header.style-two .secondary-nav .nav-menu li ul {
  margin: 0;
}
.site-header.style-five .secondary-nav .nav-menu li ul a, .site-header.style-four .secondary-nav .nav-menu li ul a, .site-header.style-three .secondary-nav .nav-menu li ul a, .site-header.style-two .secondary-nav .nav-menu li ul a {
  width: 120px;
}
.site-header.style-five .secondary-nav .nav-menu > li:first-child, .site-header.style-four .secondary-nav .nav-menu > li:first-child, .site-header.style-three .secondary-nav .nav-menu > li:first-child, .site-header.style-two .secondary-nav .nav-menu > li:first-child {
  padding-left: 0;
}
.site-header .main-navigation[data-stretch=yes] {
  flex: 1;
}
.site-header .main-navigation[data-stretch=yes] > div {
  width: 100%;
}
.site-header .main-navigation[data-stretch=yes] > div .nav-menu {
  width: 100%;
  justify-content: space-between;
}
.site-header.style-three [data-stretch=yes] .header-left {
  flex: 1;
}

@media screen and (min-width: 1200px) {
  .keyboard-nav-on .footer-navigation .nav-menu .sub-menu,
  .keyboard-nav-on .secondary-nav .nav-menu .sub-menu,
  .keyboard-nav-on .main-navigation .nav-menu .sub-menu {
    visibility: visible !important;
  }
}
.mobile-menu-active .site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner {
  visibility: visible;
}

.site-branding .site-title {
  line-height: 1.3;
  margin: 0;
}
.site-branding .site-logo > a {
  display: inline-flex;
}
.site-branding .site-description {
  margin-bottom: 0;
}
.site-branding a {
  text-decoration: none;
  font-weight: bold;
  color: var(--shply-font-color);
  display: inline-block;
  word-break: break-word;
}
.site-branding a:hover {
  color: var(--shply-primary-color);
  text-decoration: none;
}
.site-branding.has-image-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-branding.has-image-text .site-title-wrap {
  margin-left: 12px;
}

.site-header {
  position: relative;
  box-shadow: 0px 7px 24px rgba(36, 15, 0, 0.04);
}
.site-header .header-block {
  font-size: 15px;
}
.site-header .header-block i,
.site-header .header-block .fas,
.site-header .header-block .fa,
.site-header .header-block .svg-inline--fa,
.site-header .header-block svg {
  color: #17be8a;
  margin-right: 10px;
}
.site-header .header-block .fa-phone {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.site-header .header-block a {
  text-decoration: none;
  color: #232323;
}
.site-header .header-block a:hover {
  color: var(--shply-primary-color);
}
.site-header .social-networks li {
  display: inline-flex;
}
.site-header .social-networks li a {
  display: inline-flex;
}
.site-header .social-networks li svg {
  width: 17px;
  height: 17px;
}
.site-header .secondary-nav + .header-search,
.site-header .social-networks + .header-search {
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid var(--shply-black-color);
}
.site-header .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 9px;
}
.site-header .header-right .header-search + .header-cart {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 14px;
  margin-left: 14px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.site-header .header-right svg {
  width: 20px;
  height: 20px;
}
.site-header .header-search {
  display: inline-flex;
}
.site-header .header-search .search-toggle {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  display: inline-flex;
}
.site-header .header-search .search-toggle svg {
  fill: var(--shply-heading-color);
  stroke: var(--shply-heading-color);
}
.site-header .header-search .search-toggle:hover svg {
  fill: var(--shply-primary-color);
  stroke: var(--shply-primary-color);
}
.site-header .header-search-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(var(--shply-heading-color-rgb), 0.95);
  z-index: 999999999;
}
.site-header .header-search-wrap .header-search-inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-header .header-search-wrap .header-search-inner .search-form {
  max-width: 900px;
  padding: 0 15px;
}
@media screen and (min-width: 576px) {
  .site-header .header-search-wrap .header-search-inner .search-form .search-field {
    height: 80px;
    font-size: 2em;
    padding: 0 60px 0 20px;
  }
  .site-header .header-search-wrap .header-search-inner .search-form .search-submit {
    width: 50px;
    padding: 16px;
    -webkit-background-size: 30px 30px;
    background-size: 30px;
    cursor: pointer;
  }
}
.site-header .header-search-wrap .header-search-inner .close {
  background: none;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 0;
  width: 40px;
  height: 40px;
}
.site-header .header-search-wrap .header-search-inner .close::before, .site-header .header-search-wrap .header-search-inner .close::after {
  content: "";
  background: var(--shply-white-color);
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.235s ease;
  -o-transition: all 0.235s ease;
  transition: all 0.235s ease;
}
.site-header .header-search-wrap .header-search-inner .close::before {
  background: var(--shply-white-color);
  width: 40px;
}
.site-header .header-search-wrap .header-search-inner .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: var(--shply-white-color);
  width: 40px;
}
.site-header .header-search-wrap .header-search-inner .close:hover::before, .site-header .header-search-wrap .header-search-inner .close:hover::after {
  background: var(--shply-primary-color);
}
.site-header .header-data {
  display: inline-flex;
  align-items: center;
  color: var(--shply-black-color);
  font-size: 0.875em;
}
.site-header .header-data .icon {
  display: inline-flex;
  margin-right: 6px;
}
.site-header .header-data a {
  color: var(--shply-black-color);
}
.site-header .header-data a:hover {
  color: var(--shply-primary-color);
}
.site-header .favourite-block > a,
.site-header .user-block > a,
.site-header .header-cart > a {
  background-color: var(--shply-white-color);
  padding: 6px;
  border-radius: 50%;
  display: inline-flex;
}
.site-header .favourite-block > a svg,
.site-header .user-block > a svg,
.site-header .header-cart > a svg {
  fill: var(--shply-heading-color);
  stroke: var(--shply-heading-color);
}
.site-header .favourite-block > a:hover,
.site-header .user-block > a:hover,
.site-header .header-cart > a:hover {
  background-color: var(--shply-section-bg-color);
}
.site-header .favourite-block > a:hover svg,
.site-header .user-block > a:hover svg,
.site-header .header-cart > a:hover svg {
  fill: var(--shply-primary-color);
  stroke: var(--shply-primary-color);
}
.site-header .user-block {
  position: relative;
  display: inline-flex;
}
.site-header .user-block .user-block-popup {
  position: absolute;
  top: calc(100% + 10px);
  right: auto;
  width: 150px;
  background: var(--shply-white-color);
  padding: 18px 0;
  z-index: 9999;
  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-in-out all;
}
.site-header .user-block .user-block-popup li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .user-block .user-block-popup li a {
  padding: 5px 16px;
  display: block;
  color: var(--shply-font-color);
}
.site-header .user-block .user-block-popup li a:hover {
  color: var(--shply-primary-color);
}
.site-header .user-block:hover .user-block-popup, .site-header .user-block:focus-visible .user-block-popup, .site-header .user-block:focus-within .user-block-popup, .site-header .user-block:focus .user-block-popup {
  opacity: 1;
  top: 100%;
  clip: inherit;
}
.site-header .favourite-block,
.site-header .header-cart {
  display: inline-flex;
  margin-right: 5px;
}
.site-header .favourite-block a,
.site-header .header-cart a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-decoration: none;
}
.site-header .favourite-block a .number,
.site-header .favourite-block a .count,
.site-header .favourite-block a .cart-count,
.site-header .header-cart a .number,
.site-header .header-cart a .count,
.site-header .header-cart a .cart-count {
  background: var(--shply-primary-color);
  color: rgba(var(--shply-white-color-rgb), 1);
  text-align: center;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: -9px;
}
.site-header .top-contact-right .contact-phone-wrap,
.site-header .top-contact-right .contact-phone-label {
  color: var(--shply-heading-color);
}
.site-header .top-contact-right .contact-phone-wrap a,
.site-header .top-contact-right .contact-phone-label a {
  color: var(--shply-heading-color);
}
.site-header .top-contact-right .contact-phone-wrap a:hover,
.site-header .top-contact-right .contact-phone-label a:hover {
  color: var(--shply-primary-color);
}
.site-header .header-top {
  border-bottom: 1px solid rgba(var(--shply-font-color-rgb), 0.05);
}
.site-header .header-top .container,
.site-header .header-top .container > [class*=header-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-header .header-top > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .site-header .header-top > .container {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
@media screen and (max-width: 767px) {
  .site-header .header-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 10px;
  }
  .site-header .header-top .container .header-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.site-header > .header-main {
  padding: 24px 0;
}
.site-header > .header-main .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 20px;
}
@media screen and (min-width: 1200px) {
  .site-header > .header-main .container > .toggle-btn {
    display: none;
  }
}
.site-header.style-one > .header-top .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.site-header.style-one > .header-top .container .search-toggle {
  background-color: var(--shply-white-color);
  padding: 6px;
  border-radius: 50%;
}
.site-header.style-one > .header-top .container .search-toggle:hover {
  background-color: var(--shply-section-bg-color);
}
.site-header.style-one > .header-top .container .header-right {
  grid-gap: 0;
}
.site-header.style-one > .header-top .container .header-left {
  display: none;
}
@media screen and (min-width: 1200px) {
  .site-header.style-one > .header-top .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
  .site-header.style-one > .header-top .container .header-left {
    display: block;
  }
}
.site-header.style-one > .header-main .main-navigation {
  margin-right: 0;
  width: auto;
}
.site-header.style-one > .header-main .main-navigation .nav-menu > li:last-child {
  padding-right: 0;
}
.site-header.style-two > .header-top {
  display: none;
}
.site-header.style-two > .header-top .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .site-header.style-two > .header-top .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.site-header.style-two > .header-top .container .header-right {
  grid-gap: 0;
}
@media screen and (min-width: 1200px) {
  .site-header.style-two > .header-top {
    display: block;
  }
}
.site-header.style-three > .header-top {
  display: none;
}
.site-header.style-three > .header-top .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.site-header.style-three > .header-top .container .header-left {
  grid-gap: 20px;
}
.site-header.style-three > .header-top .container .header-right {
  grid-gap: 0;
}
@media screen and (min-width: 1200px) {
  .site-header.style-three > .header-top {
    display: block;
  }
}
.site-header.style-three > .header-middle {
  padding: 16px 0;
  border-bottom: 1px solid rgba(var(--shply-font-color-rgb), 0.05);
}
.site-header.style-three > .header-middle .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header.style-three > .header-main {
  padding: 8px 0;
}
.site-header.style-three .secondary-nav {
  margin-right: 0;
  width: auto;
}
.site-header.style-four > .header-top {
  display: none;
}
.site-header.style-four > .header-top .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.site-header.style-four > .header-top .container .header-left {
  grid-gap: 20px;
}
.site-header.style-four > .header-top .container .header-right {
  grid-gap: 0;
}
@media screen and (min-width: 1200px) {
  .site-header.style-four > .header-top {
    display: block;
  }
}
.site-header.style-four > .header-middle {
  padding: 16px 0;
  border-bottom: 1px solid rgba(var(--shply-font-color-rgb), 0.05);
}
.site-header.style-four > .header-middle .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header.style-four > .header-main {
  padding: 8px 0;
}
.site-header.style-four > .header-main .container {
  justify-content: center;
}
.site-header.style-four .secondary-nav {
  margin-right: 0;
  width: auto;
}
.site-header.style-five > .header-top {
  display: none;
}
@media screen and (min-width: 1200px) {
  .site-header.style-five > .header-top {
    display: block;
  }
}
.site-header.style-five > .header-top .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .site-header.style-five > .header-top .container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.site-header.style-five > .header-top .container .header-right {
  grid-gap: 0;
}

/* mobile header
--------------------------------------------- */
@media (max-width: 1199px) {
  .site-header > .header-main,
  .site-header > .header-bottom,
  .site-header > .header-middle {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .mobile-header {
    display: none;
  }
  .site-header .mobile-header .toggle-btn {
    display: none;
  }
}
.site-header .mobile-header .header-top {
  background-color: unset;
}
.site-header .mobile-header .toggle-btn {
  display: inline-block;
}
.site-header .mobile-header .header-main .container {
  display: block;
}
.site-header .mobile-header .header-main .container > .header-center {
  border-bottom: 1px solid rgba(var(--shply-font-color-rgb), 0.05);
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.site-header .mobile-header .header-main .container > .header-center .site-branding.has-image-text {
  justify-content: center;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 20px;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap .site-branding:not(.has-image-text) {
  text-align: center;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap .toggle-btn-wrap {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap > .header-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap > .header-left div + div {
  margin-left: 24px;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap > .header-left .toggle-btn-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.site-header .mobile-header .header-main .container .header-right .header-button-wrap {
  display: block !important;
}
@media (max-width: 500px) {
  .site-header .mobile-header .header-main .container .header-right .header-button-wrap {
    display: none !important;
  }
}
.site-header .mobile-header .header-main {
  padding: 30px 0;
}
.site-header .mobile-header .header-main .container .main-navigation {
  -webkit-box-flex: unset !important;
  -webkit-flex: unset !important;
  -ms-flex: unset !important;
  flex: unset !important;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 370px;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: var(--shply-white-color);
  -webkit-box-shadow: 10px 0 20px rgba(var(--shply-font-color-rgb), 0.15);
  box-shadow: 10px 0 20px rgba(var(--shply-font-color-rgb), 0.15);
  overflow-y: auto;
  z-index: 99999;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 558px) {
  .site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner {
    width: 100%;
  }
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  max-width: 100%;
  min-height: 100%;
  padding-bottom: 100px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrap {
  background: #fff;
  padding: 22px 15px 22px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2222;
  border-bottom: 1px solid #F2F2F2;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  padding: 0 24px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mob-ctc-btn {
  padding: 0 15px 77px;
  margin: 39px 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mob-ctc-btn .header-block {
  margin: 23px 0 23px 0;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mob-ctc-btn .header-block:first-child {
  margin: 49px 0 0 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mob-ctc-btn .header-button-wrap {
  margin-left: 0;
  text-align: center;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mob-ctc-btn a {
  width: 100%;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-social ul li a {
  padding: unset;
  line-height: 1;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-social ul li a svg {
  -webkit-transition: all 0.03s ease;
  -o-transition: all 0.03s ease;
  transition: all 0.03s ease;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-social ul li a:hover {
  color: var(--shply-primary-color);
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .close-btn,
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .toggle-btn {
  display: none;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation {
  display: block;
  position: static;
  width: unset;
  height: unset;
  background-color: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  z-index: 3;
  padding-top: 0;
  overflow: unset;
  margin: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu {
  overflow: unset;
  margin-top: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu li {
  border: 0;
  padding: 40px 0px 0 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu li a {
  font-family: var(--shply-primary-font);
  color: #141414;
  width: unset;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu li ul {
  padding-top: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu li .sub-menu {
  background-color: unset;
  padding-top: 0;
  padding-left: 20px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu li .submenu-toggle-btn {
  right: 0;
  top: 40px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .secondary-nav {
  border-top: 1px solid rgba(var(--shply-font-color-rgb), 0.05);
  margin-top: 30px;
  width: 100%;
  display: block;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .secondary-nav > div {
  height: unset;
  display: block;
  position: static;
  width: unset;
  height: unset;
  background-color: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  z-index: 3;
  padding: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .secondary-nav > div .nav-menu {
  width: unset;
  padding: 0;
  overflow: unset;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .secondary-nav > div .nav-menu li {
  border: 0;
  font-size: unset;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .secondary-nav > div .nav-menu li a {
  font-family: var(--primary-font);
  text-align: left;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .secondary-nav > div .nav-menu li .sub-menu {
  padding-left: 10px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .secondary-nav > div .nav-menu li .submenu-toggle-btn {
  top: 33px;
  right: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .secondary-nav > div .nav-menu > li {
  padding: 27px 0 0 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .secondary-nav > div .nav-menu > li:first-child a {
  padding-top: 0 !important;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .secondary-nav > div .nav-menu ul {
  padding-top: 12px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .secondary-nav > div .nav-menu ul li {
  padding: 7px 14px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .secondary-nav > div .nav-menu ul li:last-child {
  padding-bottom: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .secondary-nav > div .nav-menu ul li a {
  width: auto;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .secondary-nav > div .nav-menu ul li .submenu-toggle-btn {
  top: 14px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-social-wrapper {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  border-top: 1px solid #F2F2F2;
  padding: 35px 0 0 24px;
}

/* Front pages
--------------------------------------------- */
/* Front pages
--------------------------------------------- */
/*-----------------------------
	instagram section
------------------------------*/
.instagram-section {
  text-align: center;
  position: relative;
}
.instagram-section .popup-gallery li a {
  display: block;
  width: 100%;
}
@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: 558px) {
  .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%;
  }
}
.instagram-section .profile-link {
  padding: 10px 30px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1em;
  letter-spacing: 0.6px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 3;
  background-color: var(--shply-white-color);
  color: var(--shply-heading-color);
}
@media (max-width: 767px) {
  .instagram-section .profile-link {
    bottom: -8px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: unset;
  }
}
.instagram-section .profile-link:hover {
  background-color: var(--shply-primary-color);
  color: var(--shply-white-color);
}
.instagram-section .profile-link .insta-icon {
  margin-right: 10px;
}

/* Posts and pages
--------------------------------------------- */
.portfolio-holder .entry-header .category .tag-title,
.portfolio-holder .entry-header .category .cat-title,
.portfolio-holder .entry-header .cat-links .tag-title,
.portfolio-holder .entry-header .cat-links .cat-title,
.portfolio-holder .entry-header .cat-tags .tag-title,
.portfolio-holder .entry-header .cat-tags .cat-title,
.related-posts .entry-header .category .tag-title,
.related-posts .entry-header .category .cat-title,
.related-posts .entry-header .cat-links .tag-title,
.related-posts .entry-header .cat-links .cat-title,
.related-posts .entry-header .cat-tags .tag-title,
.related-posts .entry-header .cat-tags .cat-title,
.single-blossom-portfolio .entry-header .category .tag-title,
.single-blossom-portfolio .entry-header .category .cat-title,
.single-blossom-portfolio .entry-header .cat-links .tag-title,
.single-blossom-portfolio .entry-header .cat-links .cat-title,
.single-blossom-portfolio .entry-header .cat-tags .tag-title,
.single-blossom-portfolio .entry-header .cat-tags .cat-title,
.entry-meta .category .tag-title,
.entry-meta .category .cat-title,
.entry-meta .cat-links .tag-title,
.entry-meta .cat-links .cat-title,
.entry-meta .cat-tags .tag-title,
.entry-meta .cat-tags .cat-title,
.entry-footer .category .tag-title,
.entry-footer .category .cat-title,
.entry-footer .cat-links .tag-title,
.entry-footer .cat-links .cat-title,
.entry-footer .cat-tags .tag-title,
.entry-footer .cat-tags .cat-title {
  font-size: 0.875em;
  font-family: var(--shply-primary-font);
  margin-right: 15px;
}
.portfolio-holder .entry-header .category a,
.portfolio-holder .entry-header .cat-links a,
.portfolio-holder .entry-header .cat-tags a,
.related-posts .entry-header .category a,
.related-posts .entry-header .cat-links a,
.related-posts .entry-header .cat-tags a,
.single-blossom-portfolio .entry-header .category a,
.single-blossom-portfolio .entry-header .cat-links a,
.single-blossom-portfolio .entry-header .cat-tags a,
.entry-meta .category a,
.entry-meta .cat-links a,
.entry-meta .cat-tags a,
.entry-footer .category a,
.entry-footer .cat-links a,
.entry-footer .cat-tags a {
  position: relative;
  display: inline-flex;
  font-size: 0.875em;
  font-family: var(--shply-primary-font);
  letter-spacing: 1px;
  -webkit-transition: all 0.234s ease-in-out;
  -o-transition: all 0.234s ease-in-out;
  transition: all 0.234s ease-in-out;
  color: rgba(var(--shply-font-color-rgb), 0.5);
}
.portfolio-holder .entry-header .category a:hover,
.portfolio-holder .entry-header .cat-links a:hover,
.portfolio-holder .entry-header .cat-tags a:hover,
.related-posts .entry-header .category a:hover,
.related-posts .entry-header .cat-links a:hover,
.related-posts .entry-header .cat-tags a:hover,
.single-blossom-portfolio .entry-header .category a:hover,
.single-blossom-portfolio .entry-header .cat-links a:hover,
.single-blossom-portfolio .entry-header .cat-tags a:hover,
.entry-meta .category a:hover,
.entry-meta .cat-links a:hover,
.entry-meta .cat-tags a:hover,
.entry-footer .category a:hover,
.entry-footer .cat-links a:hover,
.entry-footer .cat-tags a:hover {
  color: var(--shply-primary-color);
}
.portfolio-holder .entry-header .category a + a:hover::before,
.portfolio-holder .entry-header .cat-links a + a:hover::before,
.portfolio-holder .entry-header .cat-tags a + a:hover::before,
.related-posts .entry-header .category a + a:hover::before,
.related-posts .entry-header .cat-links a + a:hover::before,
.related-posts .entry-header .cat-tags a + a:hover::before,
.single-blossom-portfolio .entry-header .category a + a:hover::before,
.single-blossom-portfolio .entry-header .cat-links a + a:hover::before,
.single-blossom-portfolio .entry-header .cat-tags a + a:hover::before,
.entry-meta .category a + a:hover::before,
.entry-meta .cat-links a + a:hover::before,
.entry-meta .cat-tags a + a:hover::before,
.entry-footer .category a + a:hover::before,
.entry-footer .cat-links a + a:hover::before,
.entry-footer .cat-tags a + a:hover::before {
  background-color: currentColor;
}

.posted-on {
  position: relative;
  font-size: 0.875em;
  color: rgba(var(--shply-font-color-rgb), 0.5);
}
.posted-on a {
  text-decoration: none;
  position: relative;
  color: rgba(var(--shply-font-color-rgb), 0.6);
  font-family: var(--shply-primary-font);
}
.posted-on:hover a {
  color: var(--shply-primary-color);
}

.post-read-time {
  font-size: 0.875em;
  color: rgba(var(--shply-font-color-rgb), 0.5);
}

span + .byline,
.entry-meta .category a + a,
.entry-header .cat-links a + a,
.entry-header .cat-tags a + a,
.entry-meta .cat-links a + a,
span + .posted-on,
span + .post-read-time {
  margin-left: 10px;
  padding-left: 16px;
}
span + .byline::before,
.entry-meta .category a + a::before,
.entry-header .cat-links a + a::before,
.entry-header .cat-tags a + a::before,
.entry-meta .cat-links a + a::before,
span + .posted-on::before,
span + .post-read-time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: currentColor;
  opacity: 0.5;
  transform: translateY(-50%);
  -webkit-transition: all 0.234s ease-in-out;
  -o-transition: all 0.234s ease-in-out;
  transition: all 0.234s ease-in-out;
}

span + .post-read-time {
  position: relative;
}

.comments {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
}
.comments svg {
  vertical-align: middle;
  margin-right: 5px;
  width: 0.8em;
}
.comments svg path {
  transition: all 0.234s ease-in-out;
  fill: rgba(var(--shply-font-color-rgb), 0.5);
}
.comments a {
  font-size: 0.875em;
  color: rgba(var(--shply-font-color-rgb), 0.5);
}
.comments:hover a {
  color: var(--shply-primary-color);
}
.comments:hover svg path {
  fill: var(--shply-primary-color);
}

.byline {
  position: relative;
  display: inline-flex;
  font-family: var(--shply-primary-font);
  color: rgba(var(--shply-font-color-rgb), 0.5);
}
.byline a {
  font-size: 0.875em;
}
.byline a.fn {
  color: rgba(var(--shply-font-color-rgb), 0.5);
  text-transform: capitalize;
}
.byline a.fn:hover {
  color: var(--shply-primary-color);
}

.blog .site-content .section-header,
.archive .site-content .section-header,
.search-results .site-content .section-header {
  margin-bottom: 50px;
  text-align: left;
}
.blog .site-main article,
.archive .site-main article,
.search-results .site-main article {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .blog .site-main article,
  .archive .site-main article,
  .search-results .site-main article {
    margin-bottom: 40px;
  }
}
.blog .site-main article:last-child,
.archive .site-main article:last-child,
.search-results .site-main article:last-child {
  margin-bottom: 0;
}
.blog .site-main article .post-thumbnail,
.archive .site-main article .post-thumbnail,
.search-results .site-main article .post-thumbnail {
  display: block;
  margin-bottom: 24px;
}
.blog .site-main article .comments,
.blog .site-main article .post-read-time,
.blog .site-main article .posted-on,
.blog .site-main article .byline,
.blog .site-main article .cat-links,
.archive .site-main article .comments,
.archive .site-main article .post-read-time,
.archive .site-main article .posted-on,
.archive .site-main article .byline,
.archive .site-main article .cat-links,
.search-results .site-main article .comments,
.search-results .site-main article .post-read-time,
.search-results .site-main article .posted-on,
.search-results .site-main article .byline,
.search-results .site-main article .cat-links {
  margin-bottom: 4px;
  line-height: 1.2;
}
.blog .site-main article .entry-meta,
.archive .site-main article .entry-meta,
.search-results .site-main article .entry-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog .site-main article .entry-title,
.archive .site-main article .entry-title,
.search-results .site-main article .entry-title {
  line-height: 1.5;
  margin: 12px 0 8px;
  font-size: 1.25em;
}
.blog .site-main article .entry-content,
.archive .site-main article .entry-content,
.search-results .site-main article .entry-content {
  margin-top: 16px;
}
.blog .site-main article .entry-content p:last-child,
.archive .site-main article .entry-content p:last-child,
.search-results .site-main article .entry-content p:last-child {
  margin-bottom: 0;
}
.blog .site-main article .entry-content .entry-meta,
.archive .site-main article .entry-content .entry-meta,
.search-results .site-main article .entry-content .entry-meta {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .blog .site-main article .entry-content .entry-meta,
  .archive .site-main article .entry-content .entry-meta,
  .search-results .site-main article .entry-content .entry-meta {
    margin-top: 10px;
  }
}
.blog .site-main article .btn-tertiary,
.archive .site-main article .btn-tertiary,
.search-results .site-main article .btn-tertiary {
  display: block;
  margin-top: 24px;
}

.page-header-img-wrap {
  background-color: var(--shply-section-bg-color);
}
.page-header-img-wrap .page-header {
  max-width: 789px;
  padding: 35px 0 60px;
}
@media screen and (min-width: 768px) {
  .page-header-img-wrap .page-header {
    padding: 55px 0 80px;
  }
}
.page-header-img-wrap .page-header[data-alignment=center] {
  text-align: center;
  margin: 0 auto;
}
.page-header-img-wrap .page-header[data-alignment=right] {
  text-align: right;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .page-header-img-wrap .page-header[data-alignment=right] .shopexcel-author-box .author-archive-section {
    flex-direction: row-reverse;
  }
  .page-header-img-wrap .page-header[data-alignment=right] .shopexcel-author-box .author-archive-section .author-meta {
    text-align: right;
  }
}
.page-header-img-wrap .page-header[data-alignment=right] .shopexcel-search-count {
  text-align: right;
}
.page-header-img-wrap .page-header .sub-title {
  display: block;
  margin-bottom: 14px;
}
.page-header-img-wrap .page-header .page-title + .search-form, .page-header-img-wrap .page-header .page-title + .shopexcel-search-count, .page-header-img-wrap .page-header .page-title + .archive-description {
  margin-top: 20px;
}
.page-header-img-wrap .page-header .shopexcel-search-count {
  margin-top: 20px;
}
.page-header-img-wrap .shopexcel-author-box .author-archive-section {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  grid-gap: 17px;
}
@media screen and (min-width: 768px) {
  .page-header-img-wrap .shopexcel-author-box .author-archive-section {
    flex-direction: row;
  }
}
.page-header-img-wrap .shopexcel-author-box .author-archive-section .img-holder {
  flex: 0 0 95px;
}
.page-header-img-wrap .shopexcel-author-box .author-archive-section .img-holder img {
  border-radius: 50%;
}
.page-header-img-wrap .shopexcel-author-box .author-archive-section .author-meta {
  flex: 1;
  text-align: left;
}
.page-header-img-wrap .shopexcel-author-box .author-archive-section .author-meta .author-name {
  font-size: 1.5em;
  margin-bottom: 0;
  text-transform: capitalize;
}
.page-header-img-wrap .shopexcel-author-box .author-archive-section .author-meta .author-description {
  margin-top: 8px;
}
.page-header-img-wrap .shopexcel-search-count {
  padding-bottom: 24px;
  color: rgba(var(--shply-font-color-rgb), 0.8);
}
.page-header-img-wrap[data-bg-image=yes] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.page-header-img-wrap[data-bg-image=yes]::before {
  content: "";
  background-color: rgba(var(--shply-black-color-rgb), 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-header-img-wrap[data-bg-image=yes] .breadcrumb-wrapper,
.page-header-img-wrap[data-bg-image=yes] .sub-title,
.page-header-img-wrap[data-bg-image=yes] .shopexcel-search-count,
.page-header-img-wrap[data-bg-image=yes] .author-description,
.page-header-img-wrap[data-bg-image=yes] .author-name,
.page-header-img-wrap[data-bg-image=yes] .breadcrumb-wrapper > div a,
.page-header-img-wrap[data-bg-image=yes] .page-title,
.page-header-img-wrap[data-bg-image=yes] .archive-description p {
  color: #fff;
}
.page-header-img-wrap[data-bg-image=yes] .breadcrumb-wrapper > div a:hover {
  color: var(--shply-primary-color);
}
.page-header-img-wrap[data-bg-image=yes] .breadcrumb-wrapper > div .separator svg {
  fill: #fff;
}

.author .page-header-img-wrap .page-header {
  padding: 0;
}
.author .page-header-img-wrap .page-header .shopexcel-author-box {
  padding: 30px 0 30px;
}
@media screen and (min-width: 768px) {
  .author .page-header-img-wrap .page-header .shopexcel-author-box {
    padding: 45px 0 40px;
  }
}
.author .page-header-img-wrap .page-header .shopexcel-search-count {
  text-align: left;
}

.date .shopexcel-search-count {
  padding: 12px 0 0 0;
}

.search.search-no-results .no-results .page-title {
  margin-bottom: 20px;
}

.error404 .error-page-top-wrapper {
  background-color: var(--shply-section-bg-color);
  padding: 30px 0 64px;
}
.error404 .error-page-top-wrapper .error-404 .error404-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper {
  position: relative;
  z-index: 1;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-img {
  margin: 0;
  text-align: center;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content {
  text-align: center;
  max-width: 770px;
  margin: 0 auto;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .error404-text {
  color: var(--shply-primary-color);
  font-size: 0.83em;
  letter-spacing: 0.0249em;
  text-transform: capitalize;
  display: block;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content p:last-child {
  margin-bottom: 0;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .sub-title {
  color: rgba(var(--shply-font-color-rgb), 0.7);
  font-size: 1.1em;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding: 0 50px;
  letter-spacing: 0.2em;
  margin-bottom: 0;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .sub-title::before, .error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .sub-title::after {
  content: "";
  position: absolute;
  top: 14px;
  width: 36px;
  height: 1px;
  background-color: rgba(var(--shply-font-color-rgb), 0.7);
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .sub-title::before {
  left: 0;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .sub-title::after {
  right: 0;
}
@media screen and (min-width: 768px) {
  .error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .sub-title {
    padding: 0 76px;
  }
  .error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .sub-title::before, .error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .sub-title::after {
    width: 64px;
  }
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .btn-primary,
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .sub-title-wrapper + p,
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .sub-title-wrapper {
  margin-top: 32px;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .btn-primary {
  display: inline-block;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .page-title {
  display: inline-block;
  font-size: 6.25em;
  color: var(--shply-primary-color);
  letter-spacing: 0.05em;
  line-height: 1.1;
  font-style: normal;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .page-title:before {
  position: absolute;
  content: "404";
  letter-spacing: 0;
  font-size: 1.26em;
  line-height: 1.1;
  top: -12px;
  left: 49%;
  color: var(--shply-white-color);
  z-index: -1;
  transform: translateX(-50%) scale(0.9);
  -webkit-text-stroke: 5px #fff;
}
@media screen and (min-width: 768px) {
  .error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .page-title {
    font-size: 9.375em;
  }
  .error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .page-title::before {
    font-weight: bold;
    font-size: 1.16em;
  }
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search {
  margin-top: 36px;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search {
    margin-top: 56px;
  }
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form {
  margin-bottom: 0px;
  position: relative;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-field {
  padding: 22px 60px 22px 30px;
  height: 60px;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-submit {
  width: unset;
  background-color: var(--shply-primary-color);
  color: var(--shply-white-color);
  font-size: 0.88em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: static;
  right: 29px;
  background-image: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  padding: 0 24px;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-submit:hover {
  background-color: var(--shply-heading-color);
  color: var(--shply-white-color);
}
.error404 .error-page-top-wrapper.error-img-active .page-title {
  margin-top: -72px;
}
.error404 .related-posts {
  margin-top: 45px;
}
.error404 .related-posts .title {
  margin-bottom: 36px;
  font-size: 1.8em;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .error404 .related-posts {
    margin-top: 64px;
  }
  .error404 .related-posts .title {
    margin-bottom: 56px;
    font-size: 2.25em;
  }
}

.single .shopexcel-author-box {
  margin-top: 32px;
  background-color: var(--shply-section-bg-color);
  padding: 24px;
  margin: 32px auto 0;
}
.single .shopexcel-author-box .author-section {
  display: flex;
  align-items: flex-start;
  grid-gap: 24px;
}
@media screen and (min-width: 768px) {
  .single .shopexcel-author-box .author-section .img-holder {
    flex: 0 0 160px;
  }
}
.single .shopexcel-author-box .author-section .img-holder img {
  border-radius: 50%;
}
.single .shopexcel-author-box .author-section .author-content {
  flex: 1;
}
.single .shopexcel-author-box .author-section .author-content .title {
  font-size: 1.75em;
  margin-bottom: 16px;
}
.single .shopexcel-author-box .author-section .author-content p {
  font-size: 1.1em;
}
.single .shopexcel-author-box .author-section .author-content p:last-of-type {
  margin-bottom: 0;
}
.single .shopexcel-author-box .author-section .author-content .social-networks {
  margin-top: 16px;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .single .shopexcel-author-box .author-section .author-content .social-networks {
    text-align: left;
    justify-content: flex-start;
  }
}
.single .shopexcel-author-box .author-section .author-content .social-networks li svg path {
  fill: rgba(var(--shply-black-color-rgb), 0.5);
}
.single .shopexcel-author-box .author-section .author-content .social-networks li a:hover svg path {
  fill: var(--shply-primary-color);
}

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

.bypostauthor {
  display: block;
}

/*   ==================================================
                comment /custom code
    ================================================== */
.comments-area {
  margin: 60px auto 0;
  position: relative;
}
.comments-area .comments-title {
  font-size: 1.23em;
  margin-bottom: 29px;
  font-weight: 500;
  padding-bottom: 24px;
  border-bottom: 1px solid #F2F2F2;
}
.comments-area .comment-list-wrapper {
  margin-bottom: 40px;
}
.comments-area .comment-list {
  margin-bottom: 0;
}
.comments-area .comment-list,
.comments-area ol {
  list-style: none;
  margin-left: 0;
}
.comments-area .comment-list .comment .children,
.comments-area ol .comment .children {
  margin-left: 68px;
}
.comments-area .comment-list .comment .comment-body,
.comments-area ol .comment .comment-body {
  border-top: 1px solid #F2F2F2;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  padding-left: 68px;
}
.comments-area .comment-list .comment .comment-body .comment-meta,
.comments-area ol .comment .comment-body .comment-meta {
  margin-bottom: 10px;
}
.comments-area .comment-list .comment .comment-body .comment-meta a,
.comments-area ol .comment .comment-body .comment-meta a {
  text-decoration: none;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-author img,
.comments-area ol .comment .comment-body .comment-meta .comment-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  background: rgba(var(--shply-primary-color-rgb), 0.23);
  position: absolute;
  top: 43px;
  left: 0;
}
.comments-area .comment-list .comment .comment-body .text-holder .fn a,
.comments-area ol .comment .comment-body .text-holder .fn a {
  font-size: 1.1em;
  color: var(--shply-heading-color);
  font-weight: var(--shply-secondary-font-weight);
}
.comments-area .comment-list .comment .comment-body .text-holder .top,
.comments-area ol .comment .comment-body .text-holder .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.comments-area .comment-list .comment .comment-body .text-holder .says,
.comments-area ol .comment .comment-body .text-holder .says {
  display: none;
}
.comments-area .comment-list .comment .comment-body .text-holder .comment-metadata,
.comments-area ol .comment .comment-body .text-holder .comment-metadata {
  font-size: 0.888em;
  line-height: 1.5;
}
.comments-area .comment-list .comment .comment-body .text-holder .comment-metadata a,
.comments-area ol .comment .comment-body .text-holder .comment-metadata a {
  color: rgba(var(--shply-font-color-rgb), 0.6);
}
.comments-area .comment-list .comment .comment-body .comment-awaiting-moderation,
.comments-area ol .comment .comment-body .comment-awaiting-moderation {
  color: red;
  font-size: 0.78em;
  margin-bottom: 0;
}
.comments-area .comment-list .comment .comment-body .comment-content,
.comments-area ol .comment .comment-body .comment-content {
  margin-top: 20px;
  margin-bottom: 10px;
}
.comments-area .comment-list .comment .comment-body .comment-content p:last-child,
.comments-area ol .comment .comment-body .comment-content p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-list .comment .comment-body .reply .comment-reply-link,
.comments-area ol .comment .comment-body .reply .comment-reply-link {
  color: rgba(var(--shply-heading-color-rgb), 0.4);
  font-size: 0.888em;
  position: relative;
  -webkit-transition: all 0.235s ease-in-out;
  -o-transition: all 0.235s ease-in-out;
  transition: all 0.235s ease-in-out;
  font-family: var(--shply-primary-font);
}
.comments-area .comment-list .comment .comment-body .reply .comment-reply-link:hover,
.comments-area ol .comment .comment-body .reply .comment-reply-link:hover {
  color: var(--shply-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>');
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  position: absolute;
  top: 32px;
  left: 36px;
}
.comments-area .comment-list .alt.bypostauthor > .comment-body .comment-meta .comment-author::after,
.comments-area .comment-list .children .bypostauthor > .comment-body .comment-meta .comment-author::after,
.comments-area ol .alt.bypostauthor > .comment-body .comment-meta .comment-author::after,
.comments-area ol .children .bypostauthor > .comment-body .comment-meta .comment-author::after {
  top: 73px;
}
.comments-area .comment-list:not(.children) > .comment:first-child > .comment-body,
.comments-area ol:not(.children) > .comment:first-child > .comment-body {
  padding-top: 0;
  border-top: none;
}
.comments-area .comment-list:not(.children) > .comment:first-child > .comment-body .comment-meta .comment-author img,
.comments-area ol:not(.children) > .comment:first-child > .comment-body .comment-meta .comment-author img {
  top: 0;
}
.comments-area .comment-respond {
  background: rgba(var(--shply-primary-color-rgb), 0.05);
  position: relative;
  z-index: 1;
  padding: 60px 20px;
}
@media screen and (min-width: 576px) {
  .comments-area .comment-respond {
    padding: 45px;
  }
}
.comments-area .comment-respond a:hover {
  text-decoration: underline;
}
.comments-area .comment-respond .comment-reply-title {
  font-size: 1.23em;
}
.comments-area .comment-respond .comment-reply-title a {
  margin-left: 10px;
  font-weight: var(--shply-secondary-font-weight);
}
.comments-area .comment-respond form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 20px;
}
.comments-area .comment-respond form p {
  margin: 0;
}
.comments-area .comment-respond form input,
.comments-area .comment-respond form textarea {
  margin-bottom: 0;
}
.comments-area .comment-respond form label {
  display: none;
}
.comments-area .comment-respond form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  margin-bottom: 10px;
}
.comments-area .comment-respond form .comment-form-cookies-consent label {
  display: inline-block;
  font-size: 0.7777777778em;
  line-height: 1.25em;
}
.comments-area .comment-respond form .submit,
.comments-area .comment-respond form input[type=submit] {
  cursor: pointer;
  outline: none;
  width: 100%;
}
.comments-area .comment-respond + .comments-title {
  margin-top: 40px;
}

/*   ==================================================
				   Comment
		================================================== */
/* pagination
--------------------------------------------- */
nav.post-navigation {
  max-width: var(--shply-centered-maxwidth);
  margin: 45px auto;
}
nav.post-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 45px;
  width: 100%;
}
nav.post-navigation .nav-links .nav-next,
nav.post-navigation .nav-links .nav-previous {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
nav.post-navigation .nav-links .nav-next .post-thumbnail,
nav.post-navigation .nav-links .nav-previous .post-thumbnail {
  width: 90px;
  height: 90px;
  margin: 0 20px 0 0;
}
nav.post-navigation .nav-links .nav-next .post-thumbnail img,
nav.post-navigation .nav-links .nav-previous .post-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
nav.post-navigation .nav-links .nav-next a,
nav.post-navigation .nav-links .nav-previous a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
nav.post-navigation .nav-links .nav-next .post-title,
nav.post-navigation .nav-links .nav-previous .post-title {
  color: var(--shply-heading-color);
  -webkit-transition: all 0.235s ease-in-out;
  -o-transition: all 0.235s ease-in-out;
  transition: all 0.235s ease-in-out;
  font-family: var(--shply-secondary-font);
}
nav.post-navigation .nav-links .nav-next:hover .meta-nav,
nav.post-navigation .nav-links .nav-previous:hover .meta-nav {
  color: var(--shply-primary-color);
}
nav.post-navigation .nav-links .nav-next:hover .meta-nav::before,
nav.post-navigation .nav-links .nav-previous:hover .meta-nav::before {
  background-color: var(--shply-primary-color);
}
nav.post-navigation .nav-links .nav-next:hover .post-title,
nav.post-navigation .nav-links .nav-previous:hover .post-title {
  color: var(--shply-primary-color);
}
@media screen and (min-width: 768px) {
  nav.post-navigation .nav-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  nav.post-navigation .nav-links .nav-next,
  nav.post-navigation .nav-links .nav-previous {
    max-width: 50%;
  }
}
nav.post-navigation .nav-links .nav-next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}
nav.post-navigation .nav-links .nav-next .post-thumbnail {
  margin: 0 0 0 20px;
}
nav.post-navigation .nav-links .nav-next .post .entry-header {
  text-align: right;
}
nav.post-navigation .nav-next {
  text-align: start;
}
nav.post-navigation .post {
  margin-bottom: 0;
}
nav.post-navigation .post .entry-meta .cat-links a {
  color: var(--shply-primary-color);
}
nav.post-navigation .post .entry-header {
  margin: 0;
  text-align: left;
}
nav.post-navigation .post .entry-header .entry-title {
  margin: 0;
  font-size: 1.16em;
  font-weight: normal;
}
nav.post-navigation .meta-nav {
  font-family: var(--shply-primary-font);
  font-size: 0.778em;
  line-height: 1.1;
  letter-spacing: 0;
  display: block;
  color: rgba(var(--shply-font-color-rgb), 0.6);
  text-decoration: none;
  position: relative;
  padding-left: 56px;
  margin-bottom: 16px;
  -webkit-transition: all 0.235s ease-in-out;
  -o-transition: all 0.235s ease-in-out;
  transition: all 0.235s ease-in-out;
}
nav.post-navigation .meta-nav::before {
  content: "";
  width: 40px;
  height: 15px;
  background-color: rgba(var(--shply-font-color-rgb), 0.3);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='41' height='15' viewBox='0 0 41 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-0.5' x2='39' y2='-0.5' transform='matrix(-1 0 0 1 40.5 8)' stroke='%23A8A8A8'/%3E%3Cpath d='M9 0C9 5 1 7.5 1 7.5C1 7.5 9 10 9 15' stroke='%23A8A8A8' stroke-linejoin='round'/%3E%3C/svg%3E ");
  mask-image: url("data:image/svg+xml,%3Csvg width='41' height='15' viewBox='0 0 41 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-0.5' x2='39' y2='-0.5' transform='matrix(-1 0 0 1 40.5 8)' stroke='%23A8A8A8'/%3E%3Cpath d='M9 0C9 5 1 7.5 1 7.5C1 7.5 9 10 9 15' stroke='%23A8A8A8' stroke-linejoin='round'/%3E%3C/svg%3E ");
  -webkit-mask-size: 100% 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: -1px;
  -webkit-transition: all 0.235s ease-in-out;
  -o-transition: all 0.235s ease-in-out;
  transition: all 0.235s ease-in-out;
}
nav.post-navigation .meta-nav:hover::before {
  left: -2px;
}
nav.post-navigation .nav-next .meta-nav {
  padding-left: 0;
  padding-right: 56px;
}
nav.post-navigation .nav-next .meta-nav::before {
  left: unset;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
nav.post-navigation .nav-next .meta-nav:hover::before {
  right: -2px;
}
nav.post-navigation a {
  text-decoration: none;
  color: var(--shply-font-color);
}
nav.post-navigation a:hover {
  color: var(--shply-primary-color);
}
@media screen and (min-width: 768px) {
  nav.post-navigation .nav-next {
    max-width: 363px;
    margin-left: auto;
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  nav.post-navigation .nav-previous {
    padding-right: 15px;
    max-width: 363px;
  }
}

.pagination {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 767px) {
  .pagination {
    margin-top: 80px;
  }
}
.pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 13px;
}
.pagination .nav-links a {
  color: var(--shply-font-color);
}
.pagination .nav-links .page-numbers {
  width: 35.41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35.41px;
  background: rgba(var(--shply-heading-color-rgb), 0.05);
  color: var(--shply-font-color);
  font-size: 0.8888888889em;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination .nav-links .page-numbers:hover {
  color: var(--shply-white-color);
  background-color: var(--shply-primary-color);
}
.pagination .nav-links .page-numbers.current {
  padding: 17.71px 17.71px;
  background: var(--shply-primary-color);
  color: var(--shply-white-color);
}
.pagination .nav-links .page-numbers.prev svg {
  margin-right: 10px;
}
.pagination .nav-links .page-numbers.next svg {
  margin-left: 10px;
}
.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
  background: rgba(var(--shply-heading-color-rgb), 0.05);
  font-size: 0;
  font-family: var(--shply-primary-font);
}
.pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.prev:hover {
  color: var(--shply-heading-color);
}
.pagination .nav-links .page-numbers.next:hover svg path, .pagination .nav-links .page-numbers.prev:hover svg path {
  stroke: var(--shply-heading-color);
}

.navigation.pagination {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid rgba(var(--shply-black-color-rgb), 0.1);
}
.navigation.pagination .nav-links .prev,
.navigation.pagination .nav-links .next {
  position: relative;
  border: 0;
  background-color: rgba(var(--shply-heading-color-rgb), 0.05);
}
.navigation.pagination .nav-links .prev::after, .navigation.pagination .nav-links .prev::before,
.navigation.pagination .nav-links .next::after,
.navigation.pagination .nav-links .next::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6665 11.3332L11.9998 7.99984L8.6665 4.6665' stroke='%234F5459' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 11.3332L7.33333 7.99984L4 4.6665' stroke='%234F5459' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation.pagination .nav-links .prev:hover,
.navigation.pagination .nav-links .next:hover {
  border: 0;
  background-color: var(--shply-primary-color);
}
.navigation.pagination .nav-links .prev:hover::after, .navigation.pagination .nav-links .prev:hover::before,
.navigation.pagination .nav-links .next:hover::after,
.navigation.pagination .nav-links .next:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6665 11.3332L11.9998 7.99984L8.6665 4.6665' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 11.3332L7.33333 7.99984L4 4.6665' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.navigation.pagination .nav-links .prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.navigation.pagination .nav-links .prev::after {
  content: none;
}
.navigation.pagination .nav-links .next::before {
  content: none;
}
.navigation.posts-navigation {
  margin-top: 50px;
}
.navigation.posts-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navigation.posts-navigation .nav-links a {
  color: var(--tasty-primary-color);
}
.navigation.posts-navigation .nav-links .nav-previous,
.navigation.posts-navigation .nav-links .nav-previous {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

#load-posts {
  text-align: center;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid rgba(var(--shply-black-color-rgb), 0.1);
}
#load-posts a {
  display: inline-block !important;
  font-family: var(--shply-btn-font-family);
  font-weight: var(--shply-btn-font-weight);
  text-transform: var(--shply-btn-font-transform);
  color: var(--shply-primary-color);
  border: 1px solid var(--shply-primary-color);
  padding: var(--shply-btn-padding-top) var(--shply-btn-padding-right) var(--shply-btn-padding-bottom) var(--shply-btn-padding-left);
  border-radius: var(--shply-btn-roundness-top) var(--shply-btn-roundness-right) var(--shply-btn-roundness-bottom) var(--shply-btn-roundness-left);
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  min-width: 200px;
  text-align: center;
  background-color: transparent;
}
#load-posts a svg {
  margin-right: 10px;
}
#load-posts a:hover {
  background-color: var(--shply-primary-color);
  color: var(--shply-white-color);
}
#load-posts a:hover svg {
  -webkit-animation: postloading 1s infinite linear;
  -o-animation: postloading 1s infinite linear;
  animation: postloading 1s infinite linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
#load-posts a.disabled:hover {
  background-color: var(--shply-primary-color);
  color: var(--shply-white-color);
  text-decoration: none;
}
#load-posts a.disabled:hover svg {
  -webkit-animation: unset;
  -o-animation: unset;
  animation: unset;
}

@-webkit-keyframes postloading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes postloading {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes postloading {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Widgets
--------------------------------------------- */
.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.search-form label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search-form .search-field {
  margin: 0;
  padding-right: 42px;
  border: 1px solid rgba(var(--shply-heading-color-rgb), 0.06);
}
.search-form .search-submit {
  width: 20px;
  font-size: 0;
  -webkit-background-size: 18.16px 18.16px;
  background-size: 18.16px;
  background-color: unset;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23001A1ACC'/%3E%3C/svg%3E%0A");
  position: absolute;
  background-repeat: no-repeat;
  right: 17px;
  padding: 10px;
  top: 50%;
  border: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-form .search-submit svg {
  display: none;
}
.search-form .search-submit:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23A60505'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-color: unset;
}

.wp-block-search .wp-block-search__label {
  font-weight: normal !important;
}
.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
  border: 1px solid rgba(var(--shply-heading-color-rgb), 0.06);
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  width: 20px;
  border: 0;
  font-size: 0;
  -webkit-background-size: 18.16px 18.16px;
  background-size: 18.16px;
  background-color: unset;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23001A1ACC'/%3E%3C/svg%3E%0A");
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  right: 35px;
  padding: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23A60505'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-color: unset;
}

.widget_block .wp-block-group__inner-container > h2 {
  margin-bottom: 32px;
  font-size: 1.33em;
  line-height: 1;
  color: var(--shply-heading-color);
  display: inline-block;
  position: relative;
}
.widget_block .wp-block-latest-comments li {
  font-size: 16px;
}
.widget_block .wp-block-latest-comments li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(var(--shply-font-color-rgb), 0.05);
}
.widget_block .wp-block-latest-comments li .wp-block-latest-comments__comment-meta {
  color: var(--shply-font-color);
}
.widget_block .wp-block-latest-comments li .wp-block-latest-comments__comment-meta a {
  color: var(--shply-font-color);
  line-height: 1.9;
}
.widget_block .wp-block-latest-comments li .wp-block-latest-comments__comment-meta a:hover {
  color: var(--shply-primary-color);
}

.widget:not(:last-child) {
  margin: 0 0 var(--shply-widget-spacing);
}
.widget.widget_block .wp-block-search__label,
.widget .wp-block-group__inner-container > h2,
.widget .widget_block h2,
.widget .widget-title {
  margin-bottom: 32px;
  font-size: 1.33em;
  font-family: var(--shply-secondary-font);
  color: var(--shply-heading-color);
  display: inline-block;
  position: relative;
}
.widget.widget_bttk_author_bio {
  position: relative;
  z-index: 1;
}
.widget.widget_bttk_author_bio .widget-title {
  text-align: center;
  display: block;
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder {
  text-align: center;
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .image-holder {
  margin-bottom: 20px;
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .image-holder img {
  width: 190px;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px;
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .text-holder .title-holder {
  display: block;
  font-size: 1.111em;
  line-height: 1.75;
  margin-bottom: 15px;
  color: var(--shply-font-color);
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .text-holder .readmore {
  display: block;
  margin-top: 10px;
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .text-holder .text-signature {
  display: inline-block;
  max-width: 100%;
  font-size: 1.7em;
  line-height: 1.8;
  color: var(--shply-primary-color);
  font-family: var(--signature-font);
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  position: relative;
  margin-top: 10px;
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .text-holder .text-signature::after {
  content: "";
  width: 136.97px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138.645' height='25.039' viewBox='0 0 138.645 25.039'%3E%3Cpath id='Path_336' data-name='Path 336' d='M443.439,487.565s138.8-18.617,136.948-9.467' transform='matrix(0.996, -0.087, 0.087, 0.996, -482.596, -422.631)' fill='none' stroke='%23e79372' stroke-linecap='round' stroke-width='1'/%3E%3C/svg%3E%0A");
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  left: -4px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .text-holder .author-bio-socicons {
  margin-top: 30px;
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .text-holder .author-bio-socicons .author-socicons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .text-holder .author-bio-socicons .author-socicons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(var(--shply-primary-color-rgb), 0.2);
  color: var(--shply-primary-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .text-holder .author-bio-socicons .author-socicons a:hover {
  background: var(--shply-primary-color);
  color: var(--shply-white-color);
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .text-holder .author-bio-socicons .author-socicons a:hover path,
.widget.widget_bttk_author_bio .bttk-author-bio-holder .text-holder .author-bio-socicons .author-socicons a:hover svg {
  fill: var(--shply-white-color);
}
.widget.widget_blossomthemes_email_newsletter_widget {
  overflow: hidden;
}
.widget.widget_blossomthemes_email_newsletter_widget .widget-title {
  display: none;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper {
  color: var(--shply-white-color);
  padding: 30px 15px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .img-holder {
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 768px) {
  .widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper {
    padding: 45px 20px;
  }
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder {
  margin-bottom: 20px;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder h3 {
  font-size: 1.7em;
  line-height: 1.333;
  margin-bottom: 16px;
  color: inherit;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper form input[type=submit] {
  width: 100%;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper form label {
  text-align: left;
}
.widget.widget_bttk_pro_recent_post ul {
  list-style: none;
  margin-left: 0;
  counter-reset: li;
}
.widget.widget_bttk_pro_recent_post ul li {
  margin-bottom: 35px;
  counter-increment: li;
  overflow: visible;
}
.widget.widget_bttk_pro_recent_post ul li .post-thumbnail {
  position: relative;
}
.widget.widget_bttk_pro_recent_post ul li .post-thumbnail::before {
  position: absolute;
  top: -15px;
  left: 5px;
  content: counter(li);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FAF6F4;
  color: var(--shply-black-color);
}
.widget.widget_bttk_pro_recent_post ul li .entry-header .cat-links {
  margin-bottom: 10px;
}
.widget.widget_bttk_pro_recent_post ul li .entry-header .cat-links a {
  font-size: 15px;
  letter-spacing: 1.42px;
  line-height: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
  color: var(--shply-primary-color);
}
.widget.widget_bttk_pro_recent_post ul li .entry-header .cat-links a:hover {
  color: var(--shply-heading-color);
}
.widget.widget_bttk_pro_recent_post ul li .entry-header .entry-title {
  line-height: 24px;
  letter-spacing: 0.21px;
  font-weight: 400;
}
.widget.widget_bttk_pro_recent_post ul li .entry-header .entry-title a {
  color: var(--shply-font-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.widget.widget_bttk_pro_recent_post ul li .entry-header .entry-title a:hover {
  color: var(--shply-primary-color);
}
.widget.widget_bttk_pro_recent_post ul li .entry-header .entry-meta {
  margin-top: 11px;
}
.widget.widget_bttk_pro_recent_post ul li .entry-header .entry-meta a {
  color: rgba(var(--shply-font-color-rgb), 0.8);
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.63;
}
.widget.widget_bttk_pro_recent_post ul li .entry-header .entry-meta .posted-on a {
  padding-left: 0;
}
.widget.widget_bttk_pro_recent_post ul li .entry-header .entry-meta .posted-on a::before {
  content: none;
}
.widget.widget_bttk_pro_recent_post ul.style-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.widget.widget_bttk_pro_recent_post ul.style-one li .post-thumbnail {
  margin-right: 15px;
}
.widget.widget_bttk_pro_recent_post ul.style-one li .entry-header .entry-meta {
  margin-top: 4px;
}
.widget.widget_bttk_pro_recent_post ul.style-three li .entry-header {
  padding: 13px 15px;
}
.widget.widget_bttk_pro_recent_post .post {
  grid-gap: 15px;
}
.widget.widget_bttk_pro_recent_post .post.horizontal .entry-title {
  margin-top: 0;
}
.widget.widget_bttk_pro_recent_post .post-thumbnail {
  margin: 0;
}
.widget.widget_bttk_pro_recent_post .entry-header {
  margin-bottom: 0;
}
.widget.widget_bttk_pro_recent_post .entry-title {
  font-size: 1em;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0;
}
.widget.widget_media_gallery a {
  display: inline-block;
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-wrap ul {
  list-style: none;
  margin-left: 0;
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-wrap ul li {
  position: relative;
  height: 130px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-bottom: 57px;
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-wrap ul li::after {
  content: none;
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-wrap ul li a {
  border-radius: 0;
  padding: 6px 15px;
  min-width: 246px;
  position: absolute;
  bottom: unset;
  left: 50%;
  top: 50%;
  font-weight: 400;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(var(--shply-black-color-rgb), 0.5);
  color: var(--shply-white-color);
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-wrap ul li a .cat-title {
  color: inherit;
  font-size: 0.88em;
  font-weight: normal;
  padding-left: 0;
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-wrap ul li a .post-count {
  height: 26px;
  float: unset;
  font-weight: normal;
  width: auto;
  font-size: 0.7777777778em;
  line-height: 1;
  padding: 8px 8px;
  background: var(--shply-primary-color);
  border-radius: 3px;
  text-transform: capitalize;
  color: var(--shply-white-color);
  margin-left: 10px;
  position: static;
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-wrap ul li a:hover {
  color: var(--shply-primary-color);
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-wrap ul li a:hover .post-count {
  width: auto;
  background: var(--shply-heading-color);
}
.widget.widget_bttk_popular_post ul {
  counter-reset: li;
  list-style: none;
}
.widget.widget_bttk_popular_post ul.style-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.widget.widget_bttk_popular_post ul.style-one .post-thumbnail {
  width: 105px;
  height: 100px;
}
.widget.widget_bttk_popular_post ul.style-one .entry-header .entry-meta {
  margin-top: 4px;
}
.widget.widget_bttk_popular_post ul.style-two .entry-header {
  text-align: center;
  padding: 0;
}
.widget.widget_bttk_popular_post ul.style-three li .entry-header {
  padding: 13px 15px;
}
.widget.widget_bttk_popular_post ul li {
  margin-bottom: 32px;
  counter-increment: li;
  overflow: visible;
}
.widget.widget_bttk_popular_post ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_bttk_popular_post ul li .post-thumbnail {
  position: relative;
}
.widget.widget_bttk_popular_post ul li .post-thumbnail::before {
  position: absolute;
  top: -15px;
  left: 5px;
  content: counter(li);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FAF6F4;
  color: var(--shply-black-color);
}
.widget.widget_bttk_popular_post ul li .entry-header .cat-links {
  margin-bottom: 10px;
}
.widget.widget_bttk_popular_post ul li .entry-header .cat-links a {
  font-size: 15px;
  letter-spacing: 1.42px;
  line-height: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
  text-decoration: none;
  color: var(--shply-primary-color);
}
.widget.widget_bttk_popular_post ul li .entry-header .cat-links a:hover {
  color: var(--shply-heading-color);
}
.widget.widget_bttk_popular_post ul li .entry-header .entry-title {
  line-height: 24px;
  letter-spacing: 0.21px;
  font-weight: 400;
}
.widget.widget_bttk_popular_post ul li .entry-header .entry-title a {
  color: var(--shply-font-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.widget.widget_bttk_popular_post ul li .entry-header .entry-title a:hover {
  color: var(--shply-primary-color);
}
.widget.widget_bttk_popular_post ul li .entry-header .entry-meta {
  margin-top: 11px;
}
.widget.widget_bttk_popular_post ul li .entry-header .entry-meta a {
  color: rgba(var(--shply-font-color-rgb), 0.8);
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.63;
}
.widget.widget_bttk_popular_post ul li .entry-header .entry-meta .posted-on a {
  padding-left: 0;
}
.widget.widget_bttk_popular_post ul li .entry-header .entry-meta .posted-on a::before {
  content: none;
}
.widget.widget_categories ul, .widget.widget_Archive ul {
  list-style: none;
  margin: 0;
}
.widget.widget_categories ul li, .widget.widget_Archive ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.widget.widget_categories ul li:not(:last-child), .widget.widget_Archive ul li:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(var(--shply-font-color-rgb), 0.05);
}
.widget.widget_categories ul li:last-child a, .widget.widget_Archive ul li:last-child a {
  text-decoration: none;
  color: var(--shply-font-color);
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.widget.widget_categories ul li:last-child a:hover, .widget.widget_Archive ul li:last-child a:hover {
  color: var(--shply-primary-color);
}
.widget.widget_categories select, .widget.widget_Archive select {
  margin-bottom: 0;
  border: 1px solid rgba(var(--shply-primary-color-rgb), 0.2);
}
.widget.widget_tag_cloud a {
  display: inline-block;
  font-size: 1em !important;
  line-height: 1;
  color: var(--shply-font-color);
  -webkit-text-decoration-style: dotted;
  -moz-text-decoration-style: dotted;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: var(--shply-heading-color);
  -moz-text-decoration-color: var(--shply-heading-color);
  text-decoration-color: var(--shply-heading-color);
}
.widget.widget_tag_cloud a:hover {
  color: var(--shply-primary-color);
}
.widget.widget_tag_cloud a:not(:first-child) {
  padding-left: 12.5px;
  position: relative;
}
.widget.widget_tag_cloud a:not(:first-child)::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--shply-font-color);
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: -1.5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget.widget_tag_cloud .wp-block-tag-cloud,
.widget.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 12.5px;
  grid-row-gap: 20px;
}
.widget.widget_bttk_social_links {
  position: relative;
}
.widget.widget_bttk_social_links .social-networks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 11px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget.widget_bttk_social_links .social-networks a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(var(--shply-primary-color-rgb), 0.2);
  color: var(--shply-primary-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget.widget_bttk_social_links .social-networks a:hover {
  background: var(--shply-primary-color);
  color: var(--shply-white-color);
}
.widget.widget_bttk_posts_category_slider_widget .item {
  padding: 0;
  margin: 0;
}
.widget.widget_bttk_posts_category_slider_widget .item .carousel-title {
  text-align: center;
  padding-top: 24px;
}
@media screen and (min-width: 1200px) {
  .widget.widget_bttk_posts_category_slider_widget .item .carousel-title {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.widget.widget_bttk_posts_category_slider_widget .item .carousel-title .title {
  font-size: 1.111em;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 8px;
}
.widget.widget_bttk_posts_category_slider_widget .item .carousel-title .title a {
  text-decoration: none;
  color: rgba(var(--shply-font-color-rgb), 0.9);
}
.widget.widget_bttk_posts_category_slider_widget .item .carousel-title .title a:hover {
  color: var(--shply-primary-color);
}
.widget.widget_bttk_posts_category_slider_widget .item .entry-meta {
  text-align: center;
}
.widget.widget_bttk_posts_category_slider_widget .owl-carousel .owl-nav button.owl-prev,
.widget.widget_bttk_posts_category_slider_widget .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 23%;
  width: 33px;
  height: 33px;
  -webkit-background-size: 20.65px 4.88px;
  background-size: 20.65px 4.88px;
  background-color: transparent;
  border-color: var(--shply-white-color);
  background-position: center;
}
.widget.widget_bttk_posts_category_slider_widget .owl-carousel .owl-nav button.owl-prev:hover,
.widget.widget_bttk_posts_category_slider_widget .owl-carousel .owl-nav button.owl-next:hover {
  background-color: var(--shply-primary-color);
}
.widget.widget_bttk_posts_category_slider_widget .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.649' height='4.881' viewBox='0 0 20.649 4.881'%3E%3Cg id='Group_1293' data-name='Group 1293' transform='translate(-0.748 -3.864)'%3E%3Cpath id='Path_24928' data-name='Path 24928' d='M3089.528,1523h17.035' transform='translate(-3085.166 -1516.502)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='path5019' d='M133.249-4.237,137.476-1.8V-6.678Z' transform='translate(-132.501 10.542)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.widget.widget_bttk_posts_category_slider_widget .owl-carousel .owl-nav button.owl-next {
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_1471' data-name='Group 1471' xmlns='http://www.w3.org/2000/svg' width='20.649' height='4.881' viewBox='0 0 20.649 4.881'%3E%3Cpath id='Path_24928' data-name='Path 24928' d='M3106.563,1523h-17.035' transform='translate(-3089.528 -1520.366)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='path5019' d='M137.476-4.237,133.249-1.8V-6.678Z' transform='translate(-116.827 6.678)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.widget.widget_bttk_posts_category_slider_widget .owl-carousel .owl-dots {
  margin-top: 20px;
}
.widget.widget_bttk_posts_category_slider_widget .owl-carousel .owl-dots span {
  display: none;
}
.widget.widget_calendar .calendar_wrap {
  padding: 0;
  position: relative;
  background: var(--shply-white-color);
  border: 1px solid rgba(var(--shply-font-color-rgb), 0.05);
  overflow: hidden;
  border-radius: 4px;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .pad {
  display: none;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev,
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  top: 12px;
  width: 20px;
  height: 20px;
  -webkit-background-size: 15.75px 11.12px;
  background-size: 15.75px 11.12px;
  background-repeat: no-repeat;
  background-position: center;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a,
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
  left: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.562' height='13.244' viewBox='0 0 17.562 13.244'%3E%3Cg id='Group_762' data-name='Group 762' transform='matrix(-1, 0, 0, 1, 16.812, 1.061)'%3E%3Cpath id='Path_4' data-name='Path 4' d='M3290.465,368.331l5.561,5.561-5.561,5.561' transform='translate(-3280.275 -368.331)' fill='none' stroke='%231e1e1e' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_5' data-name='Line 5' x2='14.523' transform='translate(0 6)' fill='none' stroke='%231e1e1e' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.562' height='13.244' viewBox='0 0 17.562 13.244'%3E%3Cg id='Group_762' data-name='Group 762' transform='matrix(-1, 0, 0, 1, 16.812, 1.061)'%3E%3Cpath id='Path_4' data-name='Path 4' d='M3290.465,368.331l5.561,5.561-5.561,5.561' transform='translate(-3280.275 -368.331)' fill='none' stroke='%2317BE8A' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_5' data-name='Line 5' x2='14.523' transform='translate(0 6)' fill='none' stroke='%2317BE8A' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
  right: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.562' height='13.244' viewBox='0 0 17.562 13.244'%3E%3Cg id='Group_762' data-name='Group 762' transform='translate(0.75 1.061)'%3E%3Cpath id='Path_4' data-name='Path 4' d='M3290.465,368.331l5.561,5.561-5.561,5.561' transform='translate(-3280.275 -368.331)' fill='none' stroke='%231e1e1e' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_5' data-name='Line 5' x2='14.523' transform='translate(0 6)' fill='none' stroke='%231e1e1e' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.562' height='13.244' viewBox='0 0 17.562 13.244'%3E%3Cg id='Group_762' data-name='Group 762' transform='translate(0.75 1.061)'%3E%3Cpath id='Path_4' data-name='Path 4' d='M3290.465,368.331l5.561,5.561-5.561,5.561' transform='translate(-3280.275 -368.331)' fill='none' stroke='%2317BE8A' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_5' data-name='Line 5' x2='14.523' transform='translate(0 6)' fill='none' stroke='%2317BE8A' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.widget.widget_calendar .calendar_wrap table {
  text-align: center;
  border-collapse: collapse;
  margin: 0;
}
.widget.widget_calendar .calendar_wrap table caption {
  font-size: 0.888em;
  line-height: 1.3;
  background: rgba(var(--shply-primary-color-rgb), 0.1);
  padding: 12px;
  margin: 0 -22px;
}
.widget.widget_calendar .calendar_wrap table thead tr {
  border-bottom: 1px solid rgba(var(--shply-font-color-rgb), 0.2);
}
.widget.widget_calendar .calendar_wrap table thead th {
  font-size: 0.777em;
  font-weight: normal;
  text-transform: uppercase;
}
.widget.widget_calendar .calendar_wrap table tbody td {
  font-size: 0.833em;
  color: rgba(var(--shply-font-color-rgb), 0.9);
}
.widget.widget_calendar .calendar_wrap table tbody td a,
.widget.widget_calendar .calendar_wrap table tbody td span {
  color: var(--shply-font-color);
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.widget.widget_calendar .calendar_wrap table tbody td a:hover {
  text-decoration: underline;
}
.widget.widget_calendar .calendar_wrap table tbody td#today {
  color: var(--shply-primary-color);
}
.widget.widget_calendar .calendar_wrap table td,
.widget.widget_calendar .calendar_wrap table th {
  padding: 5px !important;
  text-align: center;
}
.widget.widget_bttk_custom_categories .bttk-custom-categories-wrap {
  list-style: none;
  margin: 0;
}
.widget.widget_bttk_custom_categories .bttk-custom-categories-wrap li {
  padding-top: 90px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}
.widget.widget_bttk_custom_categories .bttk-custom-categories-wrap li a {
  display: inline-block;
  margin-bottom: -26px;
  background: var(--shply-white-color);
  padding: 15px;
  min-width: 228px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1em;
  color: var(--shply-font-color);
  text-align: center;
}
.widget.widget_bttk_custom_categories .bttk-custom-categories-wrap li a:hover {
  color: var(--shply-primary-color);
}
.widget.widget_bttk_custom_categories .bttk-custom-categories-wrap li a .post-count {
  display: inline-block;
  padding: 6px 9px 3px;
  background: var(--shply-primary-color);
  color: var(--shply-white-color);
  font-size: 15px;
  line-height: 1;
  font-family: var(--shply-primary-font);
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.widget_bttk_custom_categories .bttk-custom-categories-wrap li a:hover .post-count {
  background: var(--shply-font-color);
}
.widget.widget_custom_blog_banner {
  background: rgba(var(--shply-heading-color-rgb), 0.1);
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .widget.widget_custom_blog_banner {
    padding: 60px 40px;
  }
}
.widget.widget_custom_blog_banner::before {
  content: "";
  width: 370px;
  height: 245.51px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='370' height='345.508' viewBox='0 0 370 345.508'%3E%3Cg id='Path_24952' data-name='Path 24952' fill='%23ffdf00' opacity='0.04'%3E%3Cpath d='M370,0V345.508H0Z' stroke='none'/%3E%3Cpath d='M 369 2.302032470703125 L 2.536102294921875 344.5077819824219 L 369 344.5077819824219 L 369 2.302032470703125 M 370 0 L 370 345.5077819824219 L 0 345.5077819824219 L 370 0 Z' stroke='none' fill='rgba(136,238,191,0.3)'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .widget.widget_custom_blog_banner .banner-text-holder {
    padding: 0 30px;
  }
}
.widget.widget_custom_blog_banner .banner-title {
  font-size: 1.666em;
  line-height: 1.333;
  margin-bottom: 20px;
}
.widget.widget_custom_blog_banner .banner-desc {
  margin-bottom: 20px;
}
.widget.widget_custom_blog_banner .button-wrapper .wc-btn {
  width: 100%;
}
@media (max-width: 1199px) {
  .widget.widget_custom_blog_banner .button-wrapper .wc-btn {
    padding: 17px;
  }
}

.wc-block-reviews-by-product .wc-block-sort-select,
.wp-block-woocommerce-reviews-by-category .wc-block-sort-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 25px;
}
.wc-block-reviews-by-product .wc-block-sort-select select,
.wp-block-woocommerce-reviews-by-category .wc-block-sort-select select {
  padding: 0 34px 0 20px;
  background-position: right 14px center;
}

#secondary,
.footer-t {
  /*==========================
  WIDGET social Icon
  ==========================*/
  /*==========================
  WIDGET client logo 
  ==========================*/
  /*==========================
  WIDGET TEAM
  ==========================*/
  /*==============================
  WIDGET TESTIMONIAL
  ==============================*/
  /*===============================
  WIDGET POST CATEGORY SLIDER
  ===============================*/
  /*===================================
  feature page
  ===================================*/
  /*===================================
  Product list
  ===================================*/
  /*===========================================
  Sidebar product search form
  ==========================================*/
  /*=================================
  Product categories list
  =================================*/
  /*===================================
  Widget rating filter
  ===================================*/
  /*===================================
  Sidebar layered nav dropdown
  ===================================*/
  /*=============================
  Sidebar price filter
  ============================*/
}
#secondary .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul,
.footer-t .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul {
  list-style: none;
  margin: 0;
  list-style: none;
  margin: 0;
}
#secondary .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li,
.footer-t .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li {
  color: rgba(var(--shply-font-color-rgb), 1);
  padding-left: 0;
  list-style: none;
  margin-bottom: 15px;
}
#secondary .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li:not(:last-child),
.footer-t .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(var(--shply-font-color-rgb), 0.05);
}
#secondary .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li:last-child,
.footer-t .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li:last-child {
  margin-bottom: 0;
}
#secondary .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li > a,
.footer-t .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li > a {
  position: relative;
  padding-left: 0px;
}
#secondary .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li a,
.footer-t .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li a {
  color: rgba(var(--shply-font-color-rgb), 1);
  font-size: 16px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
#secondary .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li a:hover,
.footer-t .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu) ul li a:hover {
  color: rgba(var(--shply-primary-color-rgb), 1);
}
#secondary .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu).widget_recent_entries .post-date,
.footer-t .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu).widget_recent_entries .post-date {
  font-size: 14px;
  color: rgba(var(--shply-font-color-rgb), 0.8);
}
#secondary .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu).widget_recent_comments ul li,
.footer-t .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu).widget_recent_comments ul li {
  position: relative;
  padding-left: 0px;
}
#secondary .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu).widget_recent_comments ul li > a::before,
.footer-t .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu).widget_recent_comments ul li > a::before {
  content: none;
}
#secondary .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu).widget_btif_instagram_widget ul li a::before,
.footer-t .widget:not(.widget_bttk_author_bio,
.widget_bttk_popular_post,
.widget_bttk_custom_categories,
.widget_bttk_pro_recent_post,
.widget_btif_instagram_widget,
.widget_bttk_image_text_widget,
.widget_bttk_description_widget,
.widget_top_rated_products,
.widget_products,
.widget_bttk_social_links,
.widget_bttk_contact_social_links,
.widget_nav_menu).widget_btif_instagram_widget ul li a::before {
  content: none;
}
#secondary .widget_nav_menu ul,
.footer-t .widget_nav_menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 20px;
}
#secondary .widget_nav_menu ul li,
.footer-t .widget_nav_menu ul li {
  display: inline-block;
}
#secondary .widget_nav_menu ul li .submenu-toggle-btn,
.footer-t .widget_nav_menu ul li .submenu-toggle-btn {
  display: none;
}
#secondary .widget_nav_menu ul li a,
.footer-t .widget_nav_menu ul li a {
  color: rgba(var(--shply-font-color-rgb), 1);
  font-size: 18px;
  letter-spacing: 1.42px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
#secondary .widget_nav_menu ul li a:hover,
.footer-t .widget_nav_menu ul li a:hover {
  color: rgba(var(--shply-primary-color-rgb), 1);
}
#secondary .widget_nav_menu ul li ul,
.footer-t .widget_nav_menu ul li ul {
  margin-left: 20px;
}
#secondary .wc-block-grid.has-2-columns ul,
.footer-t .wc-block-grid.has-2-columns ul {
  grid-gap: 3%;
}
#secondary .wc-block-grid.has-2-columns ul li,
.footer-t .wc-block-grid.has-2-columns ul li {
  flex: 1 0 calc(100% / 2 - 3%) !important;
  max-width: calc(100% / 2 - 3%) !important;
}
#secondary .wc-block-grid.has-3-columns ul,
.footer-t .wc-block-grid.has-3-columns ul {
  grid-gap: 3%;
}
#secondary .wc-block-grid.has-3-columns ul li,
.footer-t .wc-block-grid.has-3-columns ul li {
  flex: 1 0 calc(100% / 3 - 3%) !important;
  max-width: calc(100% / 3 - 3%) !important;
}
#secondary .wc-block-grid.has-4-columns ul,
.footer-t .wc-block-grid.has-4-columns ul {
  grid-gap: 3%;
}
#secondary .wc-block-grid.has-4-columns ul li,
.footer-t .wc-block-grid.has-4-columns ul li {
  flex: 1 0 calc(100% / 4 - 3%) !important;
  max-width: calc(100% / 4 - 3%) !important;
}
#secondary .wc-block-grid.has-5-columns ul,
.footer-t .wc-block-grid.has-5-columns ul {
  grid-gap: 3%;
}
#secondary .wc-block-grid.has-5-columns ul li,
.footer-t .wc-block-grid.has-5-columns ul li {
  flex: 1 0 calc(100% / 5 - 3%) !important;
  max-width: calc(100% / 5 - 3%) !important;
}
#secondary .wc-block-grid.has-6-columns ul,
.footer-t .wc-block-grid.has-6-columns ul {
  grid-gap: 3%;
}
#secondary .wc-block-grid.has-6-columns ul li,
.footer-t .wc-block-grid.has-6-columns ul li {
  flex: 1 0 calc(100% / 6 - 3%) !important;
  max-width: calc(100% / 6 - 3%) !important;
}
#secondary .wc-block-grid.has-7-columns ul,
.footer-t .wc-block-grid.has-7-columns ul {
  grid-gap: 3%;
}
#secondary .wc-block-grid.has-7-columns ul li,
.footer-t .wc-block-grid.has-7-columns ul li {
  flex: 1 0 calc(100% / 7 - 3%) !important;
  max-width: calc(100% / 7 - 3%) !important;
}
#secondary .wc-block-grid.has-8-columns ul,
.footer-t .wc-block-grid.has-8-columns ul {
  grid-gap: 3%;
}
#secondary .wc-block-grid.has-8-columns ul li,
.footer-t .wc-block-grid.has-8-columns ul li {
  flex: 1 0 calc(100% / 8 - 3%) !important;
  max-width: calc(100% / 8 - 3%) !important;
}
#secondary .wc-block-grid.has-9-columns ul,
.footer-t .wc-block-grid.has-9-columns ul {
  grid-gap: 3%;
}
#secondary .wc-block-grid.has-9-columns ul li,
.footer-t .wc-block-grid.has-9-columns ul li {
  flex: 1 0 calc(100% / 9 - 3%) !important;
  max-width: calc(100% / 9 - 3%) !important;
}
#secondary .wc-block-grid.has-10-columns ul,
.footer-t .wc-block-grid.has-10-columns ul {
  grid-gap: 3%;
}
#secondary .wc-block-grid.has-10-columns ul li,
.footer-t .wc-block-grid.has-10-columns ul li {
  flex: 1 0 calc(100% / 10 - 3%) !important;
  max-width: calc(100% / 10 - 3%) !important;
}
#secondary .widget .cat-links a,
.footer-t .widget .cat-links a {
  position: relative;
}
#secondary .widget .cat-links a:hover,
.footer-t .widget .cat-links a:hover {
  color: var(--shply-heading-color);
}
#secondary .widget .cat-links a:hover::before,
.footer-t .widget .cat-links a:hover::before {
  background-color: currentColor;
}
#secondary .widget .cat-links a + a,
.footer-t .widget .cat-links a + a {
  margin-left: 10px;
  padding-left: 12px;
}
#secondary .widget .cat-links a + a::before,
.footer-t .widget .cat-links a + a::before {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: currentcolor;
  opacity: 0.4;
  -webkit-transition: all 0.234s ease-in-out;
  -o-transition: all 0.234s ease-in-out;
  transition: all 0.234s ease-in-out;
}
#secondary .widget_media_image a,
.footer-t .widget_media_image a {
  display: block;
}
#secondary .widget_bttk_companion_faqs_widget .bttk-faq-holder li:not(:last-child),
.footer-t .widget_bttk_companion_faqs_widget .bttk-faq-holder li:not(:last-child) {
  border-bottom: 1px solid rgba(var(--shply-heading-color-rgb), 0.06);
  padding-bottom: 25px;
}
#secondary .widget_bttk_companion_faqs_widget .bttk-faq-holder li a,
.footer-t .widget_bttk_companion_faqs_widget .bttk-faq-holder li a {
  position: relative;
  color: var(--shply-heading-color);
}
#secondary .widget_bttk_companion_faqs_widget .bttk-faq-holder li .inner,
.footer-t .widget_bttk_companion_faqs_widget .bttk-faq-holder li .inner {
  margin-top: 14px;
  background-color: rgba(var(--shply-heading-color-rgb), 0.01);
  padding: 20px;
}
#secondary .widget_bttk_companion_faqs_widget .bttk-faq-holder li .inner p:last-child,
.footer-t .widget_bttk_companion_faqs_widget .bttk-faq-holder li .inner p:last-child {
  margin-bottom: 0;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list {
  margin-top: 15px;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list .contact-title,
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list .address-title,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list .contact-title,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list .address-title {
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 400;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li {
  list-style: none;
  margin-bottom: 8px;
  font-weight: 400;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li b,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li b {
  font-weight: normal;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li a,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li a {
  word-break: break-all;
  color: rgba(var(--shply-font-color-rgb), 1);
  font-weight: 400;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li a::before,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li a::before {
  content: none;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li .fa-phone,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li .fa-phone {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li svg,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li svg {
  margin-right: 20px;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li svg path,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li svg path {
  fill: var(--shply-primary-color);
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list-title,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list-title {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  font-weight: 400;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks {
  margin-top: 15px;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks li,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks li {
  margin-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 11px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks li a,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(var(--shply-primary-color-rgb), 0.2);
  color: var(--shply-primary-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks li a:hover,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks li a:hover {
  background: var(--shply-primary-color);
  color: var(--shply-white-color);
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks li a:hover svg,
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks li a:hover path,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks li a:hover svg,
.footer-t .widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks li a:hover path {
  fill: var(--shply-white-color);
}
#secondary .widget_bttk_social_links .social-networks li,
.footer-t .widget_bttk_social_links .social-networks li {
  margin-bottom: 4px;
}
#secondary .widget_bttk_social_links .social-networks li a,
.footer-t .widget_bttk_social_links .social-networks li a {
  padding-left: 0;
  background: unset;
}
#secondary .widget_bttk_social_links .social-networks li a::before,
.footer-t .widget_bttk_social_links .social-networks li a::before {
  content: none;
}
#secondary .widget_bttk_social_links .social-networks li a:hover,
.footer-t .widget_bttk_social_links .social-networks li a:hover {
  color: #fff;
  background: var(--shply-primary-color);
}
#secondary .widget_blossom_client_logo_widget .blossom-iw-holder .blossom-iw-inner-holder .blossom-inner-wrap,
.footer-t .widget_blossom_client_logo_widget .blossom-iw-holder .blossom-iw-inner-holder .blossom-inner-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
#secondary .widget_blossom_client_logo_widget .blossom-iw-holder .blossom-iw-inner-holder .blossom-inner-wrap .image-holder img,
.footer-t .widget_blossom_client_logo_widget .blossom-iw-holder .blossom-iw-inner-holder .blossom-inner-wrap .image-holder img {
  max-width: 100%;
}
#secondary .widget_btif_instagram_widget ul,
.footer-t .widget_btif_instagram_widget ul {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#secondary .widget_btif_instagram_widget ul li,
.footer-t .widget_btif_instagram_widget ul li {
  margin: 0;
  width: 100%;
}
#secondary .widget_btif_instagram_widget ul li a,
.footer-t .widget_btif_instagram_widget ul li a {
  display: block;
  padding-left: 0;
}
#secondary .widget_btif_instagram_widget .profile-link,
.footer-t .widget_btif_instagram_widget .profile-link {
  padding: 10px 30px;
  max-width: 261px;
  margin: 0 auto;
  color: var(--shply-primary-color);
  border: 1px solid var(--shply-primary-color);
  display: block;
  margin-top: 20px;
  text-decoration: none;
  text-align: center;
}
#secondary .widget_btif_instagram_widget .profile-link:hover,
.footer-t .widget_btif_instagram_widget .profile-link:hover {
  background-color: var(--shply-primary-color);
  color: #fff;
}
#secondary .widget_btif_instagram_widget .profile-link .insta-icon,
.footer-t .widget_btif_instagram_widget .profile-link .insta-icon {
  margin-right: 10px;
}
#secondary .widget_blossomtheme_companion_cta_widget .bttk-cta-bg,
.footer-t .widget_blossomtheme_companion_cta_widget .bttk-cta-bg {
  padding: 40px 30px;
}
#secondary .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container,
.footer-t .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container {
  padding: 40px 20px;
  text-align: left;
}
#secondary .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap,
.footer-t .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 1em;
}
#secondary .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap .btn-2,
.footer-t .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap .btn-2 {
  border: 1px solid var(--shply-primary-color);
  color: var(--shply-white-color);
}
#secondary .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap .btn-2:hover,
.footer-t .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap .btn-2:hover {
  color: var(--shply-white-color);
}
#secondary .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-subtitle,
#secondary .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .text-holder,
#secondary .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-title,
.footer-t .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-subtitle,
.footer-t .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .text-holder,
.footer-t .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-title {
  color: var(--shply-white-color);
}
#secondary .widget_blossomtheme_companion_cta_widget .bttk-cta-bg,
.footer-t .widget_blossomtheme_companion_cta_widget .bttk-cta-bg {
  padding: 0;
  position: relative;
  z-index: 2;
}
#secondary .widget_blossomtheme_companion_cta_widget .bttk-cta-bg::before,
.footer-t .widget_blossomtheme_companion_cta_widget .bttk-cta-bg::before {
  content: "";
  position: absolute;
  background: rgba(var(--shply-black-color-rgb), 0.6);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
#secondary .widget_blossomtheme_companion_cta_widget .bttk-cta-bg .bttk-cta-container .text-holder,
#secondary .widget_blossomtheme_companion_cta_widget .bttk-cta-bg .bttk-cta-container .widget-title,
.footer-t .widget_blossomtheme_companion_cta_widget .bttk-cta-bg .bttk-cta-container .text-holder,
.footer-t .widget_blossomtheme_companion_cta_widget .bttk-cta-bg .bttk-cta-container .widget-title {
  color: var(--shply-white-color);
}
#secondary .widget_blossomtheme_companion_cta_widget .right .bttk-cta-container,
.footer-t .widget_blossomtheme_companion_cta_widget .right .bttk-cta-container {
  padding: 40px 20px;
  text-align: right;
}
#secondary .widget_blossomtheme_companion_cta_widget .right .bttk-cta-container .button-wrap,
.footer-t .widget_blossomtheme_companion_cta_widget .right .bttk-cta-container .button-wrap {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#secondary .widget_blossomtheme_companion_cta_widget .centered .bttk-cta-container,
.footer-t .widget_blossomtheme_companion_cta_widget .centered .bttk-cta-container {
  padding: 40px 20px;
  text-align: center;
}
#secondary .widget_blossomtheme_companion_cta_widget .centered .bttk-cta-container .button-wrap,
.footer-t .widget_blossomtheme_companion_cta_widget .centered .bttk-cta-container .button-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#secondary .widget_rbttk_icon_text_widget .bttk-itw-holder .bttk-itw-inner-holder,
.footer-t .widget_rbttk_icon_text_widget .bttk-itw-holder .bttk-itw-inner-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  grid-gap: 1.5em;
}
#secondary .widget_rbttk_icon_text_widget .bttk-itw-holder .bttk-itw-inner-holder .widget-title,
.footer-t .widget_rbttk_icon_text_widget .bttk-itw-holder .bttk-itw-inner-holder .widget-title {
  margin-bottom: 15px;
}
#secondary .widget_rbttk_icon_text_widget .bttk-itw-holder .bttk-itw-inner-holder .icon-holder,
.footer-t .widget_rbttk_icon_text_widget .bttk-itw-holder .bttk-itw-inner-holder .icon-holder {
  font-size: 3em;
  color: var(--shply-primary-color);
}
#secondary .widget_bttk_image_text_widget .bttk-itw-holder li,
.footer-t .widget_bttk_image_text_widget .bttk-itw-holder li {
  margin-bottom: 42px;
  list-style: none;
}
#secondary .widget_bttk_image_text_widget .bttk-itw-holder li .btn-readmore,
.footer-t .widget_bttk_image_text_widget .bttk-itw-holder li .btn-readmore {
  top: auto;
  bottom: -19px;
  min-height: 45px;
  background: var(--shply-white-color);
  color: var(--shply-black-color);
  left: 50%;
  width: auto;
  min-width: 62%;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  padding: 7px 20px;
  text-transform: none;
  font-style: italic;
  font-size: 1em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1.4em;
  width: 100%;
}
#secondary .widget_bttk_image_text_widget .bttk-itw-holder li .btn-readmore::before,
.footer-t .widget_bttk_image_text_widget .bttk-itw-holder li .btn-readmore::before {
  content: none;
}
#secondary .widget_bttk_image_text_widget .bttk-itw-holder li .btn-readmore:hover,
.footer-t .widget_bttk_image_text_widget .bttk-itw-holder li .btn-readmore:hover {
  background: var(--shply-primary-color);
  color: var(--shply-white-color);
}
#secondary .widget_bttk_image_text_widget .bttk-itw-holder li .btn-readmore::after,
.footer-t .widget_bttk_image_text_widget .bttk-itw-holder li .btn-readmore::after {
  content: none;
}
#secondary .widget_bttk_companion_stat_counter_widget .col,
.footer-t .widget_bttk_companion_stat_counter_widget .col {
  width: 100%;
  padding: 0;
}
#secondary .widget_bttk_companion_stat_counter_widget .bttk-sc-holder,
.footer-t .widget_bttk_companion_stat_counter_widget .bttk-sc-holder {
  position: relative;
  padding-left: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
#secondary .widget_bttk_companion_stat_counter_widget .bttk-sc-holder .icon-holder,
.footer-t .widget_bttk_companion_stat_counter_widget .bttk-sc-holder .icon-holder {
  font-size: 3em;
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 1;
  color: var(--shply-primary-color);
}
#secondary .widget_bttk_companion_stat_counter_widget .bttk-sc-holder .hs-counter,
.footer-t .widget_bttk_companion_stat_counter_widget .bttk-sc-holder .hs-counter {
  font-size: 2.6665em;
  font-weight: 700;
  line-height: 1;
}
#secondary .widget_bttk_companion_stat_counter_widget .widget-title,
.footer-t .widget_bttk_companion_stat_counter_widget .widget-title {
  background: none;
  padding: 0;
  font-size: 1.112em;
  margin-bottom: 0;
  text-align: left;
}
#secondary .widget_bttk_companion_stat_counter_widget .widget-title::after,
.footer-t .widget_bttk_companion_stat_counter_widget .widget-title::after {
  content: none;
}
#secondary .widget_bttk_companion_stat_counter_widget .widget-title > span,
.footer-t .widget_bttk_companion_stat_counter_widget .widget-title > span {
  background: none;
  padding: 0;
}
#secondary .widget_bttk_description_widget .bttk-team-holder-modal,
.footer-t .widget_bttk_description_widget .bttk-team-holder-modal {
  display: none !important;
}
#secondary .widget_bttk_description_widget .bttk-team-holder,
.footer-t .widget_bttk_description_widget .bttk-team-holder {
  text-align: center;
}
#secondary .widget_bttk_description_widget .image-holder,
.footer-t .widget_bttk_description_widget .image-holder {
  margin-bottom: 30px;
}
#secondary .widget_bttk_description_widget .name,
.footer-t .widget_bttk_description_widget .name {
  display: block;
  font-weight: 700;
  line-height: 1.5;
}
#secondary .widget_bttk_description_widget .designation,
.footer-t .widget_bttk_description_widget .designation {
  display: block;
  font-size: 0.7778em;
  color: rgba(var(--shply-black-color-rgb), 0.5);
  margin-top: 0;
}
#secondary .widget_bttk_description_widget .description,
.footer-t .widget_bttk_description_widget .description {
  margin-top: 0;
  margin-bottom: 20px;
}
#secondary .widget_bttk_description_widget .description p:last-child,
.footer-t .widget_bttk_description_widget .description p:last-child {
  margin-bottom: 0;
}
#secondary .widget_bttk_description_widget .social-profile,
.footer-t .widget_bttk_description_widget .social-profile {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 11px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
#secondary .widget_bttk_description_widget .social-profile li a,
.footer-t .widget_bttk_description_widget .social-profile li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(var(--shply-primary-color-rgb), 0.2);
  color: var(--shply-primary-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#secondary .widget_bttk_description_widget .social-profile li a:hover,
.footer-t .widget_bttk_description_widget .social-profile li a:hover {
  background: var(--shply-primary-color);
  color: var(--shply-white-color);
}
#secondary .widget_rbttk_testimonial_widget .bttk-testimonial-inner-holder,
.footer-t .widget_rbttk_testimonial_widget .bttk-testimonial-inner-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* align-items: center; */
}
#secondary .widget_rbttk_testimonial_widget .bttk-testimonial-inner-holder .testimonial-heading,
.footer-t .widget_rbttk_testimonial_widget .bttk-testimonial-inner-holder .testimonial-heading {
  margin-bottom: 32px;
  font-size: 1.111em;
  line-height: 1;
  color: rgba(var(--shply-font-color-rgb), 0.9);
  font-weight: 500;
  display: inline-block;
  position: relative;
}
#secondary .widget_rbttk_testimonial_widget .bttk-testimonial-inner-holder .img-holder,
.footer-t .widget_rbttk_testimonial_widget .bttk-testimonial-inner-holder .img-holder {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-top: -44px;
}
#secondary .widget_rbttk_testimonial_widget .bttk-testimonial-inner-holder .img-holder img,
.footer-t .widget_rbttk_testimonial_widget .bttk-testimonial-inner-holder .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
#secondary .widget_rbttk_testimonial_widget .text-holder,
.footer-t .widget_rbttk_testimonial_widget .text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
#secondary .widget_rbttk_testimonial_widget .testimonial-content,
.footer-t .widget_rbttk_testimonial_widget .testimonial-content {
  font-size: 1em;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
#secondary .widget_rbttk_testimonial_widget .testimonial-content p,
.footer-t .widget_rbttk_testimonial_widget .testimonial-content p {
  margin-top: 0;
  margin-bottom: 20px;
}
#secondary .widget_rbttk_testimonial_widget .testimonial-content p:last-child::after, #secondary .widget_rbttk_testimonial_widget .testimonial-content p:first-child::before,
.footer-t .widget_rbttk_testimonial_widget .testimonial-content p:last-child::after,
.footer-t .widget_rbttk_testimonial_widget .testimonial-content p:first-child::before {
  content: "";
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="16.139" height="12.576" viewBox="0 0 16.139 12.576"><path d="M154.714,262.991c-.462.312-.9.614-1.343.9-.3.2-.612.375-.918.56a2.754,2.754,0,0,1-2.851.133,1.764,1.764,0,0,1-.771-.99,6.549,6.549,0,0,1-.335-1.111,5.386,5.386,0,0,1-.219-1.92,16.807,16.807,0,0,1,.3-1.732,2.392,2.392,0,0,1,.424-.8c.394-.534.808-1.053,1.236-1.56a3.022,3.022,0,0,1,.675-.61,2.962,2.962,0,0,0,.725-.749c.453-.576.923-1.137,1.38-1.71a3.035,3.035,0,0,0,.208-.35c.023-.038.044-.09.079-.107.391-.185.777-.383,1.179-.54.284-.11.5.141.739.234a.316.316,0,0,1-.021.2c-.216.411-.442.818-.663,1.226-.5.918-1.036,1.817-1.481,2.761a7.751,7.751,0,0,0-.915,3.069c-.009.326.038.653.053.98.009.2.143.217.288.2a1.678,1.678,0,0,0,1.006-.491c.2-.2.316-.207.537-.027.283.23.552.479.825.723a.174.174,0,0,1,.06.116,1.424,1.424,0,0,1-.327,1C154.281,262.714,154.285,262.755,154.714,262.991Z" transform="translate(-139.097 -252.358)" fill="%23ff5000"/><path d="M222.24,262.76a5.243,5.243,0,0,1-2.138,1.427,1.623,1.623,0,0,0-.455.26,3.112,3.112,0,0,1-2.406.338,1.294,1.294,0,0,1-1.021-1.2,6.527,6.527,0,0,1,.449-2.954c.015-.043.04-.083.053-.127a13.25,13.25,0,0,1,1.295-2.632,14.155,14.155,0,0,1,1.224-1.677c.084.14.132.238.2.324.133.176.3.121.414-.06a1.248,1.248,0,0,0,.1-.23c.055-.149.143-.214.315-.111-.029-.308,0-.607.3-.727.114-.045.295.079.463.131.093-.161.227-.372.335-.6.029-.06-.012-.16-.033-.238-.042-.154-.1-.3-.137-.458a1.117,1.117,0,0,1,.27-.933c.154-.207.286-.431.431-.646a.586.586,0,0,1,1.008-.108,2.225,2.225,0,0,0,.336.306.835.835,0,0,0,.356.087,1.242,1.242,0,0,0,.294-.052c-.067.145-.114.257-.17.364-.7,1.34-1.422,2.665-2.082,4.023-.488,1.005-.891,2.052-1.332,3.08a.628.628,0,0,0-.032.11c-.091.415.055.542.478.461.365-.07.607-.378.949-.463a2.8,2.8,0,0,1,.823-.064c.174.01.366.451.317.687a2.48,2.48,0,0,1-.607,1.26C222.081,262.492,222.011,262.615,222.24,262.76Z" transform="translate(-216.183 -252.301)" fill="%23ff5000"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 0;
}
#secondary .widget_rbttk_testimonial_widget .testimonial-content p:last-child::after,
.footer-t .widget_rbttk_testimonial_widget .testimonial-content p:last-child::after {
  position: relative;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: inline-block;
  vertical-align: 10px;
  margin-left: 15px;
}
#secondary .widget_rbttk_testimonial_widget .testimonial-meta,
.footer-t .widget_rbttk_testimonial_widget .testimonial-meta {
  padding-left: 53px;
  line-height: 1.3;
  width: -webkit-calc(100% - 76px);
  width: calc(100% - 76px);
}
#secondary .widget_rbttk_testimonial_widget .testimonial-meta .name,
.footer-t .widget_rbttk_testimonial_widget .testimonial-meta .name {
  display: block;
  font-size: 1em;
  color: var(--shply-heading-color);
  /* font-weight: 600; */
}
#secondary .widget_rbttk_testimonial_widget .testimonial-meta .designation,
.footer-t .widget_rbttk_testimonial_widget .testimonial-meta .designation {
  display: block;
  font-size: 0.8em;
  font-family: var(--shply-primary-font);
  letter-spacing: 0.1px;
}
#secondary .widget_rara_posts_category_slider_widget .owl-nav button,
.footer-t .widget_rara_posts_category_slider_widget .owl-nav button {
  background-repeat: no-repeat !important;
}
#secondary .widget_rara_posts_category_slider_widget .owl-nav button::after,
.footer-t .widget_rara_posts_category_slider_widget .owl-nav button::after {
  content: none;
}
#secondary .widget_rara_posts_category_slider_widget .owl-dot span,
.footer-t .widget_rara_posts_category_slider_widget .owl-dot span {
  display: none;
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .cat-links,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .cat-links {
  margin-bottom: 10px;
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .cat-links a,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .cat-links a {
  font-size: 14px;
  letter-spacing: 1.42px;
  line-height: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 15px;
  position: relative;
  margin-right: 10px;
  color: var(--shply-primary-color);
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .cat-links a:hover,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .cat-links a:hover {
  color: var(--shply-primary-color);
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .title,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .title {
  line-height: 24px;
  letter-spacing: 0.21px;
  font-weight: 400;
  font-size: 1em;
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .title a,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .title a {
  color: var(--shply-font-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .title a:hover,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .title a:hover {
  color: var(--shply-primary-color);
}
#secondary .widget_bttk_featured_widget .widget-featured-alignment,
.footer-t .widget_bttk_featured_widget .widget-featured-alignment {
  position: relative;
}
#secondary .widget_bttk_featured_widget .widget-featured-alignment .about-bg-img,
.footer-t .widget_bttk_featured_widget .widget-featured-alignment .about-bg-img {
  position: absolute;
  top: -27px;
  left: 152px;
}
#secondary .widget_bttk_featured_widget .widget-featured-alignment .img-holder,
.footer-t .widget_bttk_featured_widget .widget-featured-alignment .img-holder {
  margin-bottom: 29px;
}
#secondary .widget_bttk_featured_widget .right,
.footer-t .widget_bttk_featured_widget .right {
  text-align: right;
}
#secondary .widget_bttk_featured_widget .right .wp-block-buttons,
.footer-t .widget_bttk_featured_widget .right .wp-block-buttons {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#secondary .widget_bttk_featured_widget .centered,
.footer-t .widget_bttk_featured_widget .centered {
  text-align: center;
}
#secondary .widget_bttk_featured_widget .centered .wp-block-buttons,
.footer-t .widget_bttk_featured_widget .centered .wp-block-buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#secondary .widget_bttk_featured_widget .featured_page_content,
.footer-t .widget_bttk_featured_widget .featured_page_content {
  margin-top: 20px;
}
#secondary .widget_bttk_featured_page_widget .widget-featured-holder .section-subtitle,
.footer-t .widget_bttk_featured_page_widget .widget-featured-holder .section-subtitle {
  display: block;
}
#secondary .widget_bttk_featured_page_widget .widget-featured-holder .img-holder,
.footer-t .widget_bttk_featured_page_widget .widget-featured-holder .img-holder {
  margin-top: 20px;
}
#secondary .woocommerce ul.product_list_widget li img,
.footer-t .woocommerce ul.product_list_widget li img {
  float: left;
  width: 75px;
  margin-left: 0;
  margin-right: 15px;
}
#secondary .woocommerce ul.product_list_widget li,
.footer-t .woocommerce ul.product_list_widget li {
  padding-top: 0;
  padding-left: 0;
  margin: 0 0 10px;
  text-transform: none;
  font-weight: 400;
  font-size: 0.8888em;
}
#secondary .woocommerce ul.product_list_widget li::before,
.footer-t .woocommerce ul.product_list_widget li::before {
  display: none;
}
#secondary .woocommerce ul.product_list_widget li a,
.footer-t .woocommerce ul.product_list_widget li a {
  font-weight: 400;
  text-decoration: none;
}
#secondary .woocommerce ul.product_list_widget li .product-title,
.footer-t .woocommerce ul.product_list_widget li .product-title {
  color: var(--shply-black-color);
  font-family: var(--shply-primary-font);
}
#secondary .woocommerce ul.product_list_widget li .product-title:hover,
#secondary .woocommerce ul.product_list_widget li .product-title:focus,
.footer-t .woocommerce ul.product_list_widget li .product-title:hover,
.footer-t .woocommerce ul.product_list_widget li .product-title:focus {
  color: var(--shply-primary-color);
}
#secondary .woocommerce ul.product_list_widget li .amount,
.footer-t .woocommerce ul.product_list_widget li .amount {
  font-weight: 500;
}
#secondary .woocommerce ul.product_list_widget del,
.footer-t .woocommerce ul.product_list_widget del {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#secondary .woocommerce ul.product_list_widget li ins,
#secondary .woocommerce ul.product_list_widget li ins .amount,
.footer-t .woocommerce ul.product_list_widget li ins,
.footer-t .woocommerce ul.product_list_widget li ins .amount {
  background: none;
  color: var(--shply-black-color);
}
#secondary .woocommerce ul.product_list_widget li ins,
.footer-t .woocommerce ul.product_list_widget li ins {
  margin-left: 10px;
}
#secondary .woocommerce ul.product_list_widget li .star-rating,
.footer-t .woocommerce ul.product_list_widget li .star-rating {
  margin: 0 0 5px;
}
#secondary .woocommerce.widget_product_search .woocommerce-product-search,
.footer-t .woocommerce.widget_product_search .woocommerce-product-search {
  background: none;
  border-radius: 0;
  margin: 0 3px 0 0;
  width: 100%;
  padding: 0;
  border: 1px solid #e5e5e5;
}
#secondary .woocommerce.widget_product_search .woocommerce-product-search:after,
.footer-t .woocommerce.widget_product_search .woocommerce-product-search:after {
  content: "";
  display: block;
  clear: both;
}
#secondary .woocommerce.widget_product_search .woocommerce-product-search input[type=search],
.footer-t .woocommerce.widget_product_search .woocommerce-product-search input[type=search] {
  background: none;
  border: 0;
  border-radius: 0;
  float: left;
  margin: 0;
  padding: 10px 15px;
  font-size: 0.8888em;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  height: 50px;
  font-weight: 400;
}
#secondary .woocommerce-product-search button[type=submit],
.footer-t .woocommerce-product-search button[type=submit] {
  width: 50px;
  border-radius: 0;
  padding: 0;
  height: 50px;
  background-color: var(--shply-black-color);
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 20px 20px;
  background-size: 20px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: 55px;
  white-space: nowrap;
  overflow: hidden;
}
#secondary .woocommerce-product-search button[type=submit]:hover,
.footer-t .woocommerce-product-search button[type=submit]:hover {
  background-color: var(--shply-primary-color);
}
#secondary .woocommerce-cart .cart-collaterals .cross-sells .products,
.footer-t .woocommerce-cart .cart-collaterals .cross-sells .products {
  grid-template-columns: repeat(1, 1fr);
}
#secondary .woocommerce .cart-collaterals .cross-sells ul.products li,
#secondary .woocommerce-page .cart-collaterals .cross-sells ul.products li,
.footer-t .woocommerce .cart-collaterals .cross-sells ul.products li,
.footer-t .woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 100%;
}
#secondary .woocommerce-page .site-main article,
.footer-t .woocommerce-page .site-main article {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 0;
}
#secondary #add_payment_method .checkout .col-2 h3#ship-to-different-address,
#secondary .woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
#secondary .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
.footer-t #add_payment_method .checkout .col-2 h3#ship-to-different-address,
.footer-t .woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.footer-t .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  font-size: 0.8888em;
  font-weight: 600;
}
#secondary #ship-to-different-address-checkbox,
.footer-t #ship-to-different-address-checkbox {
  margin-right: 5px;
}
#secondary .woocommerce-checkout-payment button.button,
.footer-t .woocommerce-checkout-payment button.button {
  margin-top: 30px;
}
#secondary .woocommerce.widget_product_categories .select2-container--default .select2-selection--single,
.footer-t .woocommerce.widget_product_categories .select2-container--default .select2-selection--single {
  height: 54px;
}
#secondary .woocommerce.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered,
.footer-t .woocommerce.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 54px;
}
#secondary .woocommerce.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow,
.footer-t .woocommerce.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent,
.footer-t .woocommerce.widget_product_categories ul li.cat-parent {
  position: relative;
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle,
.footer-t .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle:hover,
.footer-t .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle:hover {
  color: var(--shply-primary-color);
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle.active,
.footer-t .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle.active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent ul,
.footer-t .woocommerce.widget_product_categories ul li.cat-parent ul {
  display: none;
}
#secondary .woocommerce.widget_rating_filter ul li .star-rating,
.footer-t .woocommerce.widget_rating_filter ul li .star-rating {
  vertical-align: top;
  margin-top: 7px;
}
#secondary .woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.footer-t .woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 5px;
}
#secondary #secondary .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-selection__choice,
#secondary .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-selection__choice,
.footer-t #secondary .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-selection__choice,
.footer-t .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-selection__choice {
  margin: 5px;
  padding: 0 10px;
  border-bottom: 1px solid #aaa;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  position: relative;
  padding-bottom: 10px;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child {
  padding-bottom: 0;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
  width: auto;
  height: auto;
  position: static;
  background: none;
}
#secondary .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-search--inline,
.footer-t .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-search--inline {
  border-bottom: none;
}
#secondary .woocommerce.woocommerce-widget-layered-nav ul li input[type=text],
.footer-t .woocommerce.woocommerce-widget-layered-nav ul li input[type=text] {
  width: 100% !important;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
#secondary .woocommerce.widget_layered_nav_filters ul li a,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.footer-t .woocommerce.widget_layered_nav_filters ul li a {
  position: relative;
  padding-left: 30px;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before,
#secondary .woocommerce.widget_layered_nav_filters ul li a:before,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before,
.footer-t .woocommerce.widget_layered_nav_filters ul li a:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 0;
  position: absolute;
  top: 4px;
  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="%23fff" 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;
  -webkit-background-size: 0px 0px;
  background-size: 0px;
  background-position: center;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:before,
#secondary .woocommerce.widget_layered_nav_filters ul li a:hover:before,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:before,
.footer-t .woocommerce.widget_layered_nav_filters ul li a:hover:before {
  border-color: var(--shply-primary-color);
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before,
#secondary .woocommerce.widget_layered_nav_filters ul li.chosen a:before,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before,
.footer-t .woocommerce.widget_layered_nav_filters ul li.chosen a:before {
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  background-color: var(--shply-primary-color);
  border-color: var(--shply-primary-color);
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
  display: inline-block;
  float: right;
  line-height: 1.3;
  border-radius: 0;
  color: #999596;
}
#secondary .woocommerce.widget_price_filter .ui-slider-horizontal,
.footer-t .woocommerce.widget_price_filter .ui-slider-horizontal {
  height: 5px;
  background: #eee;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  margin-bottom: 25px;
}
#secondary .woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
.footer-t .woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  background: var(--shply-white-color);
  width: 15px;
  height: 15px;
  top: -5px;
  border-radius: 100%;
  -webkit-box-shadow: 5px 0px 15px rgba(136, 206, 208, 0.3);
  box-shadow: 5px 0px 15px rgba(136, 206, 208, 0.3);
  border: 3px solid var(--shply-primary-color);
}
#secondary .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-hover,
#secondary .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-focus,
#secondary .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,
.footer-t .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-hover,
.footer-t .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-focus,
.footer-t .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  width: 22px;
  height: 22px;
  top: -8px;
}
#secondary .woocommerce.widget_price_filter .ui-slider .ui-slider-range,
.footer-t .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  background: var(--shply-primary-color);
}
#secondary .woocommerce.widget_price_filter .price_slider_amount,
.footer-t .woocommerce.widget_price_filter .price_slider_amount {
  font-size: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#secondary .woocommerce.widget_price_filter .price_slider_amount .button,
.footer-t .woocommerce.widget_price_filter .price_slider_amount .button {
  font-size: 0.7778em;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--shply-white-color);
  background: var(--shply-primary-color);
  border-radius: 0;
  border: 2px solid var(--shply-primary-color);
  text-transform: capitalize;
  padding: 10px 20px;
  -webkit-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
  position: relative;
  min-height: auto;
  line-height: 1.3;
}

.widget-sticky .widget-area .widget:last-child {
  -webkit-transition: top ease 0.35s;
  -o-transition: top ease 0.35s;
  transition: top ease 0.35s;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

/* scroll up
--------------------------------------------- */
.back-to-top {
  background: var(--shply-primary-color);
  border-radius: 100%;
  border: 0;
  position: fixed;
  bottom: 0%;
  right: 50px;
  padding: 0;
  min-width: 35px;
  min-height: 35px;
  padding: 13px;
  min-height: auto;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.234s ease-in-out;
  -o-transition: all 0.234s ease-in-out;
  transition: all 0.234s ease-in-out;
}
.back-to-top svg {
  display: inline-block;
  width: var(--shply-scroll-to-top-size);
  height: var(--shply-scroll-to-top-size);
}
.back-to-top svg path {
  fill: var(--shply-white-color);
}
.back-to-top:hover {
  background: var(--shply-heading-color);
}
.back-to-top.active {
  bottom: 3%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

/* scroll bar
--------------------------------------------- */
/*   ==================================================
              Scroll bar
    ================================================== */
/*   ==================================================
              Scroll bar
    ================================================== */
/* scroll bar
--------------------------------------------- */
/*   ==================================================
              BreadCrumbs
    ================================================== */
.breadcrumb-wrapper {
  padding: 10px 0;
}
.breadcrumb-wrapper > div {
  font-size: 0.75em;
}
.breadcrumb-wrapper > div a {
  text-decoration: none;
  color: rgba(var(--shply-black-color-rgb), 0.5);
}
.breadcrumb-wrapper > div a:hover {
  color: var(--shply-primary-color);
}
.breadcrumb-wrapper > div .separator {
  display: inline-flex;
  margin-left: 9px;
  align-items: center;
}
.breadcrumb-wrapper > div .separator svg {
  width: 10px;
  fill: var(--shply-black-color);
}
.breadcrumb-wrapper > div > span {
  color: rgba(var(--shply-black-color-rgb), 0.5);
  display: inline-flex;
}
.breadcrumb-wrapper > div > span:last-child {
  color: rgba(var(--shply-black-color-rgb), 0.9);
}
.breadcrumb-wrapper > div > span:last-child a {
  color: inherit;
  pointer-events: none;
}
.breadcrumb-wrapper > div > span:last-child a:hover {
  text-decoration: underline;
}
.breadcrumb-wrapper > div > span + span {
  margin-left: 10px;
}

/*   ==================================================
              BreadCrumbs
    ================================================== */
/* 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-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption {
  display: block;
}

.wp-block-image .alignleft > figcaption {
  text-align: left;
}

.wp-block-image .alignright > figcaption {
  text-align: right;
}

.wp-block-image figcaption {
  color: rgba(var(--shply-font-color-rgb), 0.4);
}

.wp-block-image .aligncenter > figcaption {
  text-align: center;
}

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

.dropcap {
  position: absolute;
  top: -82px;
  left: -30px;
  font-weight: 600;
  font-size: 8em;
  color: #F0F0F0;
  z-index: -1;
}

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

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
}
.gallery-item .gallery-icon.landscape {
  height: 100%;
}
.gallery-item a {
  display: block;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

.admin-bar .fancybox-toolbar {
  top: 30px;
}

/*==========================================
Footer
==========================================*/
.footer-info-section {
  background-color: var(--shply-section-bg-color);
  padding: 56px 0;
}
@media screen and (min-width: 768px) {
  .footer-info-section {
    padding: 0;
  }
}
.footer-info-section .footer-info-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer-info-section .footer-info-wrapper {
    flex-direction: row;
  }
}
.footer-info-section .footer-info-wrapper .grid-item {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.footer-info-section .footer-info-wrapper .grid-item:not(:last-child) {
  padding: 0 0 50px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(var(--shply-primary-color-rgb), 0.2);
}
@media screen and (min-width: 768px) {
  .footer-info-section .footer-info-wrapper .grid-item:not(:last-child) {
    border-bottom: 0;
    border-right: 1px solid rgba(var(--shply-primary-color-rgb), 0.2);
    margin-bottom: 0;
    padding: 40px 30px 40px 0;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-info-section .footer-info-wrapper .grid-item:not(:last-child) {
    padding: 40px 54px 40px 0;
    margin-right: 54px;
  }
}
.footer-info-section .footer-info-wrapper .grid-item__contact-info .footer-label,
.footer-info-section .footer-info-wrapper .grid-item__contact-info .footer-data {
  display: block;
}
.footer-info-section .footer-info-wrapper .grid-item__contact-info .footer-label {
  color: rgba(var(--shply-heading-color-rgb), 0.7);
}
.footer-info-section .footer-info-wrapper .grid-item__contact-info .footer-data {
  margin-top: 5px;
  font-size: 1.25em;
  color: var(--shply-heading-color);
}
.footer-info-section .footer-info-wrapper .grid-item__contact-info .footer-data a {
  color: inherit;
  font-family: inherit;
}
.footer-info-section .footer-info-wrapper .grid-item__contact-info .footer-data a:hover {
  color: var(--shply-primary-color);
}

.site-footer {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .site-footer {
    margin-top: 100px;
  }
}
.site-footer .footer-t {
  padding: 44px 0 60px;
  background-color: var(--shply-foot-bg-color);
}
@media screen and (min-width: 768px) {
  .site-footer .footer-t {
    padding: 80px 0 120px;
  }
}
.site-footer .footer-t .grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 30px;
  margin: 0;
}
.site-footer .footer-t .grid .col ul {
  margin-left: 0;
}
.site-footer .footer-t .grid .col .widget-title {
  color: var(--shply-white-color);
}
.site-footer .footer-t .grid .col .widget ul.accordion li a.toggle::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 .grid .col .widget_btif_instagram_widget .profile-link {
  border: 1px solid var(--shply-foot-text-color);
  color: var(--shply-foot-text-color);
}
.site-footer .footer-t .grid .col .widget_btif_instagram_widget .profile-link svg {
  fill: var(--shply-foot-text-color);
}
.site-footer .footer-t .grid .col .widget_btif_instagram_widget .profile-link:hover {
  border: 1px solid var(--shply-primary-color);
  background-color: var(--shply-primary-color);
}
.site-footer .footer-b {
  background-color: var(--shply-foot-bg-color);
}
.site-footer .footer-b .footer-bottom-t {
  border: 1px solid #222222;
  padding: 10px 0;
  border-left: 0;
  border-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer .footer-b .site-info {
  line-height: 2;
  text-align: center;
  color: var(--shply-foot-text-color);
  padding: 16px 0;
}
.site-footer .footer-b .site-info a,
.site-footer .footer-b .site-info .copyright a,
.site-footer .footer-b .site-info .author-link a,
.site-footer .footer-b .site-info .wp-link a {
  color: var(--shply-foot-text-color);
  text-decoration: none;
  opacity: 0.8;
}
.site-footer .footer-b .site-info a:hover,
.site-footer .footer-b .site-info .copyright a:hover,
.site-footer .footer-b .site-info .author-link a:hover,
.site-footer .footer-b .site-info .wp-link a:hover {
  opacity: 1;
  color: var(--shply-primary-color);
}
.site-footer .footer-b .site-info .privacy-policy-link {
  border-left: 1px solid #5c5c5c;
  padding-left: 10px;
  margin-left: 10px;
  color: var(--shply-foot-text-color);
}
.site-footer .footer-b .site-info .privacy-policy-link:hover {
  color: var(--shply-primary-color);
}
.site-footer + .instagram-section {
  margin-top: 0;
}

.instagram-section {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .instagram-section {
    margin-top: 100px;
  }
}
.instagram-section + .site-footer {
  margin-top: 0;
}

.site-footer .widget_block .wp-block-latest-comments li .wp-block-latest-comments__comment-meta,
.site-footer .footer-t .grid .col .widget:not(.widget_calendar) th,
.site-footer .footer-t .grid .col .widget td,
.site-footer .footer-t .grid .col .widget caption,
.site-footer .footer-t .grid .col .widget p,
.site-footer .footer-t .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_bttk_custom_categories, .widget_calendar) span,
.site-footer .footer-t .grid .col .widget h1,
.site-footer .footer-t .grid .col .widget h2,
.site-footer .footer-t .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_bttk_custom_categories, .widget_calendar) h3,
.site-footer .footer-t .grid .col .widget h4,
.site-footer .footer-t .grid .col .widget h5,
.site-footer .footer-t .grid .col .widget h6,
.site-footer .footer-t .grid .col .widget strong,
.site-footer .footer-t .grid .col .widget i,
.site-footer .footer-t .grid .col .widget li,
.site-footer .footer-t .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_bttk_custom_categories, .widget_calendar) div,
.site-footer .footer-b .footer-bottom-t .nav-menu > li > a,
.site-footer .footer-b .footer-bottom-right nav-menu > li > a,
.site-footer .footer-b .footer-bottom-t .social-networks li a,
.site-footer .footer-b .site-info,
.site-footer .footer-b .site-info .copyright,
.site-footer .footer-b .site-info .copyright a,
.site-footer .footer-b .site-info .author-link,
.site-footer .footer-b .site-info .wp-link,
.footer-t .widget_bttk_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder .icon-holder {
  color: var(--shply-foot-text-color);
}

.site-footer .footer-t .grid .col .widget .widget-title {
  color: var(--shply-widget-title-color);
}

.site-footer .widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper::before,
.site-footer .widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper::after,
.footer-t .widget_blossom_image_text_widget .bttk-itw-holder li .btn-readmore,
.footer-t .widget_bttk_popular_post .style-three li .entry-header,
.footer-t .widget_bttk_pro_recent_post .style-three li .entry-header {
  background-color: var(--shply-foot-bg-color);
}

.site-footer .footer-t .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_blossom_image_text_widget, .widget_bttk_custom_categories, .widget_calendar) a:not(.btn-cta, .btn-tertiary, .btn-primary, .btn-secondary, .readmore, .profile-link),
.site-footer .footer-b .site-info .copyright a,
.site-footer .footer-b .site-info .author-link a,
.site-footer .footer-b .site-info .wp-link a,
.site-footer .footer-b .footer-bottom-right .footer-navigation .nav-menu > li > a {
  color: var(--shply-foot-text-color);
}
.site-footer .footer-t .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_blossom_image_text_widget, .widget_bttk_custom_categories, .widget_calendar) a:not(.btn-cta, .btn-tertiary, .btn-primary, .btn-secondary, .readmore, .profile-link):hover,
.site-footer .footer-b .site-info .copyright a:hover,
.site-footer .footer-b .site-info .author-link a:hover,
.site-footer .footer-b .site-info .wp-link a:hover,
.site-footer .footer-b .footer-bottom-right .footer-navigation .nav-menu > li > a:hover {
  color: var(--shply-primary-color);
}

.site-footer .footer-t .grid .col .widget.widget_bttk_author_bio .bttk-author-bio-holder .author-socicons li a,
.site-footer .footer-t .grid .col .social-profile li a,
.site-footer .footer-t .grid .col .social-networks li a {
  border-color: var(--shply-foot-text-color);
  color: var(--shply-primary-color);
}

.site-footer .footer-t .grid .col .widget.widget_bttk_author_bio .bttk-author-bio-holder .author-socicons li a svg path,
.site-footer .footer-t .grid .col .widget.widget_bttk_author_bio .bttk-author-bio-holder .author-socicons li a svg,
.site-footer .footer-t .grid .col .social-profile li a svg path,
.site-footer .footer-t .grid .col .social-profile li a svg,
.site-footer .footer-t .grid .col .social-networks li a svg path,
.site-footer .footer-t .grid .col .social-networks li a svg {
  fill: var(--shply-foot-text-color);
}

.site-footer .footer-t .grid .col .widget.widget_bttk_author_bio .bttk-author-bio-holder .author-socicons li a:hover,
.site-footer .footer-t .grid .col .social-profile li a:hover,
.site-footer .footer-t .grid .col .social-networks li a:hover {
  border-color: var(--shply-primary-color);
}

/* Blog Layout
--------------------------------------------- */
.blog.blog-layout-one .site-main,
.home.blog-layout-one .site-main,
.archive:not(.woocommerce-page).blog-layout-one .site-main,
.search-results.blog-layout-one .site-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .blog.blog-layout-one .site-main,
  .home.blog-layout-one .site-main,
  .archive:not(.woocommerce-page).blog-layout-one .site-main,
  .search-results.blog-layout-one .site-main {
    margin: 0 -15px;
  }
}
.blog.blog-layout-one .site-main article,
.home.blog-layout-one .site-main article,
.archive:not(.woocommerce-page).blog-layout-one .site-main article,
.search-results.blog-layout-one .site-main article {
  margin: 0 0 40px 0;
}
@media screen and (min-width: 768px) {
  .blog.blog-layout-one .site-main article:not(:first-child),
  .home.blog-layout-one .site-main article:not(:first-child),
  .archive:not(.woocommerce-page).blog-layout-one .site-main article:not(:first-child),
  .search-results.blog-layout-one .site-main article:not(:first-child) {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .blog.blog-layout-one .site-main article,
  .home.blog-layout-one .site-main article,
  .archive:not(.woocommerce-page).blog-layout-one .site-main article,
  .search-results.blog-layout-one .site-main article {
    margin: 0 15px 32px;
  }
  .blog.blog-layout-one .site-main article:first-child,
  .home.blog-layout-one .site-main article:first-child,
  .archive:not(.woocommerce-page).blog-layout-one .site-main article:first-child,
  .search-results.blog-layout-one .site-main article:first-child {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(var(--shply-font-color-rgb), 0.1);
  }
  .blog.blog-layout-one .site-main article:first-child .entry-header .entry-title,
  .home.blog-layout-one .site-main article:first-child .entry-header .entry-title,
  .archive:not(.woocommerce-page).blog-layout-one .site-main article:first-child .entry-header .entry-title,
  .search-results.blog-layout-one .site-main article:first-child .entry-header .entry-title {
    font-size: 1.75em;
  }
  .blog.blog-layout-one .site-main article:first-child .post-thumbnail,
  .home.blog-layout-one .site-main article:first-child .post-thumbnail,
  .archive:not(.woocommerce-page).blog-layout-one .site-main article:first-child .post-thumbnail,
  .search-results.blog-layout-one .site-main article:first-child .post-thumbnail {
    margin-bottom: 32px;
  }
}
.blog.blog-layout-one #load-posts,
.blog.blog-layout-one .navigation.pagination,
.home.blog-layout-one #load-posts,
.home.blog-layout-one .navigation.pagination,
.archive:not(.woocommerce-page).blog-layout-one #load-posts,
.archive:not(.woocommerce-page).blog-layout-one .navigation.pagination,
.search-results.blog-layout-one #load-posts,
.search-results.blog-layout-one .navigation.pagination {
  border: 0;
}
@media screen and (min-width: 768px) {
  .blog.blog-layout-one #load-posts,
  .blog.blog-layout-one .navigation.pagination,
  .home.blog-layout-one #load-posts,
  .home.blog-layout-one .navigation.pagination,
  .archive:not(.woocommerce-page).blog-layout-one #load-posts,
  .archive:not(.woocommerce-page).blog-layout-one .navigation.pagination,
  .search-results.blog-layout-one #load-posts,
  .search-results.blog-layout-one .navigation.pagination {
    margin-top: 0;
  }
}
.blog.blog-layout-two .site-content .site-main article,
.home.blog-layout-two .site-content .site-main article,
.archive:not(.woocommerce-page).blog-layout-two .site-content .site-main article,
.search-results.blog-layout-two .site-content .site-main article {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.blog.blog-layout-two .site-content .site-main article:last-child,
.home.blog-layout-two .site-content .site-main article:last-child,
.archive:not(.woocommerce-page).blog-layout-two .site-content .site-main article:last-child,
.search-results.blog-layout-two .site-content .site-main article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .blog.blog-layout-two .site-content .site-main article,
  .home.blog-layout-two .site-content .site-main article,
  .archive:not(.woocommerce-page).blog-layout-two .site-content .site-main article,
  .search-results.blog-layout-two .site-content .site-main article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 40px;
  }
}
.blog.blog-layout-two .site-content .site-main article .post-thumbnail,
.home.blog-layout-two .site-content .site-main article .post-thumbnail,
.archive:not(.woocommerce-page).blog-layout-two .site-content .site-main article .post-thumbnail,
.search-results.blog-layout-two .site-content .site-main article .post-thumbnail {
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .blog.blog-layout-two .site-content .site-main article .post-thumbnail,
  .home.blog-layout-two .site-content .site-main article .post-thumbnail,
  .archive:not(.woocommerce-page).blog-layout-two .site-content .site-main article .post-thumbnail,
  .search-results.blog-layout-two .site-content .site-main article .post-thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 39%;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.blog.blog-layout-two .site-content .site-main article .content-wrapper,
.home.blog-layout-two .site-content .site-main article .content-wrapper,
.archive:not(.woocommerce-page).blog-layout-two .site-content .site-main article .content-wrapper,
.search-results.blog-layout-two .site-content .site-main article .content-wrapper {
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.blog.blog-layout-two .site-content .site-main article .content-wrapper .entry-content,
.home.blog-layout-two .site-content .site-main article .content-wrapper .entry-content,
.archive:not(.woocommerce-page).blog-layout-two .site-content .site-main article .content-wrapper .entry-content,
.search-results.blog-layout-two .site-content .site-main article .content-wrapper .entry-content {
  margin: 16px 0;
}
@media screen and (min-width: 768px) {
  .blog.blog-layout-two .site-content .site-main article .content-wrapper .entry-header .entry-title,
  .home.blog-layout-two .site-content .site-main article .content-wrapper .entry-header .entry-title,
  .archive:not(.woocommerce-page).blog-layout-two .site-content .site-main article .content-wrapper .entry-header .entry-title,
  .search-results.blog-layout-two .site-content .site-main article .content-wrapper .entry-header .entry-title {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .blog.blog-layout-two .site-content #load-posts,
  .blog.blog-layout-two .site-content .navigation.pagination,
  .home.blog-layout-two .site-content #load-posts,
  .home.blog-layout-two .site-content .navigation.pagination,
  .archive:not(.woocommerce-page).blog-layout-two .site-content #load-posts,
  .archive:not(.woocommerce-page).blog-layout-two .site-content .navigation.pagination,
  .search-results.blog-layout-two .site-content #load-posts,
  .search-results.blog-layout-two .site-content .navigation.pagination {
    margin-top: 48px;
  }
}
.blog.blog-layout-three .site-main article:not(:last-child),
.home.blog-layout-three .site-main article:not(:last-child),
.archive:not(.woocommerce-page).blog-layout-three .site-main article:not(:last-child),
.search-results.blog-layout-three .site-main article:not(:last-child) {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(var(--shply-black-color-rgb), 0.1);
}
@media screen and (min-width: 768px) {
  .blog.blog-layout-three .site-main article .entry-header .entry-title,
  .home.blog-layout-three .site-main article .entry-header .entry-title,
  .archive:not(.woocommerce-page).blog-layout-three .site-main article .entry-header .entry-title,
  .search-results.blog-layout-three .site-main article .entry-header .entry-title {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .blog.blog-layout-three #load-posts,
  .blog.blog-layout-three .navigation.pagination,
  .home.blog-layout-three #load-posts,
  .home.blog-layout-three .navigation.pagination,
  .archive:not(.woocommerce-page).blog-layout-three #load-posts,
  .archive:not(.woocommerce-page).blog-layout-three .navigation.pagination,
  .search-results.blog-layout-three #load-posts,
  .search-results.blog-layout-three .navigation.pagination {
    margin-top: 80px;
  }
}
.blog.full-width .site-content .content-area .navigation.pagination,
.blog.full-width .site-content .content-area .site-main,
.home.full-width .site-content .content-area .navigation.pagination,
.home.full-width .site-content .content-area .site-main,
.archive:not(.woocommerce-page).full-width .site-content .content-area .navigation.pagination,
.archive:not(.woocommerce-page).full-width .site-content .content-area .site-main,
.search-results.full-width .site-content .content-area .navigation.pagination,
.search-results.full-width .site-content .content-area .site-main {
  max-width: var(--shply-centered-maxwidth);
  margin: 0 auto;
}
.blog.full-width .site-content .content-area .navigation.pagination,
.home.full-width .site-content .content-area .navigation.pagination,
.archive:not(.woocommerce-page).full-width .site-content .content-area .navigation.pagination,
.search-results.full-width .site-content .content-area .navigation.pagination {
  justify-content: center;
}

body.home.blog .site-content .page-grid,
body:not(.home) .site-content .page-grid {
  padding: 45px 0 0;
}
@media screen and (min-width: 768px) {
  body.home.blog .site-content .page-grid,
  body:not(.home) .site-content .page-grid {
    padding: 80px 0 0;
  }
}
body.home.blog .site-content .page-grid.shply_title_disabled,
body:not(.home) .site-content .page-grid.shply_title_disabled {
  padding-top: 0 !important;
}

.leftsidebar .page-grid #secondary,
.rightsidebar .page-grid #secondary {
  margin-top: 75px;
}
@media screen and (min-width: 1024px) {
  .leftsidebar .page-grid,
  .rightsidebar .page-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .leftsidebar .page-grid .content-area,
  .rightsidebar .page-grid .content-area {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .leftsidebar .page-grid #secondary,
  .rightsidebar .page-grid #secondary {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 var(--shply-sidebar-width);
    -ms-flex: 0 0 var(--shply-sidebar-width);
    flex: 0 0 var(--shply-sidebar-width);
    max-width: var(--shply-sidebar-width);
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .leftsidebar .page-grid,
  .rightsidebar .page-grid {
    grid-gap: 60px;
  }
}

@media screen and (min-width: 992px) {
  .leftsidebar .page-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 992px) {
  .full-width:not(.home, .blog):not(.single-post) .page-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.full-width:not(.home, .blog).centered .post-thumbnail {
  text-align: center;
}

/* Single Post & page
    --------------------------------------------- */
.single .entry-header + .advertisement-single {
  margin-top: 0;
}
.single .advertisement-single {
  margin-top: 40px;
  text-align: center;
}
.single .advertisement-single + .article-wrapper,
.single .advertisement-single + .content-wrap {
  margin-top: 40px;
}
.single.leftsidebar .site-main .popular-posts,
.single.leftsidebar .site-main .related-posts,
.single.leftsidebar .site-main .additional-post, .single.rightsidebar .site-main .popular-posts,
.single.rightsidebar .site-main .related-posts,
.single.rightsidebar .site-main .additional-post {
  max-width: 100%;
}
.single.leftsidebar .site-main .post .entry-header, .single.rightsidebar .site-main .post .entry-header {
  text-align: start;
}
.single .site-content article .entry-header {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .single .site-content article .entry-header {
    text-align: center;
  }
}
.single .site-content article .entry-header .entry-title {
  font-size: 1.666em;
  margin: 16px 0;
}
@media screen and (min-width: 992px) {
  .single .site-content article .entry-header .entry-title {
    font-size: 2.875em;
  }
}
.single .site-content article .entry-header + .post-thumbnail {
  margin: 32px 0;
  text-align: center;
}
.single.style-one .page-header {
  margin-bottom: 0;
}
.single.style-one .page-header .breadcrumb-wrapper {
  position: relative;
}
.single.style-one .page-grid {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .single.style-one .page-grid {
    margin-top: 77px;
  }
}
.single.style-one .page-grid .site-main .post .entry-header .entry-title {
  line-height: 1.2;
  margin-top: 13px;
}
.single.style-one .page-grid .site-main .post .post-thumbnail {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .single.style-one .page-grid .site-main .post .post-thumbnail {
    margin-bottom: 60px;
  }
}
.single.style-one .page-grid .site-main .post.no-thumbnail .entry-header {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .single.style-one .page-grid .site-main .post.no-thumbnail .entry-header {
    margin-bottom: 60px;
  }
}
.single.style-one .page-grid .site-main .post .article-wrapper {
  position: relative;
}
.single.style-one.single .site-content .site-main .content-wrap .advertisement-single + .entry-content {
  margin-top: 30px;
}
.single.full-width.centered .site-main .entry-content {
  max-width: var(--shply-centered-maxwidth);
  margin-left: auto;
  margin-right: auto;
}
.single .popular-posts,
.single .related-posts,
.single .additional-post {
  margin: 60px auto 0;
}
.single .author-signature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 1em;
  grid-column-gap: 2em;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 45px;
}
.single .author-signature .social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 0;
  opacity: 0.8;
}
.single .author-signature .social-networks li {
  margin: 5px;
  padding-left: 0;
}
.single .author-signature .social-networks li::before {
  content: none;
}
.single .author-signature .social-networks li a {
  display: inline-block;
  line-height: 1.3;
  padding: 5px 7px;
  text-decoration: none;
  color: var(--shply-font-color);
  font-size: 16px;
}
.single .author-signature .social-networks li a:hover {
  color: var(--shply-primary-color);
}
.single .author-signature.center {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.single .author-signature.right {
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page .site-main .entry-footer,
.single .site-main .entry-footer {
  margin-top: 50px;
}
.page .site-main .entry-footer .tags > span,
.single .site-main .entry-footer .tags > span {
  font-size: 1em;
}
.page .site-main .entry-footer .tags a,
.single .site-main .entry-footer .tags a {
  background-color: rgba(var(--shply-heading-color-rgb), 0.08);
  padding: 5px 15px;
  color: var(--shply-heading-color);
  font-size: 0.888em;
  display: inline-block;
  margin: 0 5px 10px 5px;
  font-family: var(--shply-primary-font);
}
.page .site-main .entry-footer .tags a:hover,
.single .site-main .entry-footer .tags a:hover {
  background-color: var(--shply-primary-color);
  color: var(--shply-white-color);
}

.related-posts .title {
  text-align: left;
  position: relative;
  margin-bottom: 32px;
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .related-posts .title {
    font-size: 1.75em;
  }
}
.related-posts .article-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .related-posts .article-wrap {
    margin: -15px -15px;
  }
}
.related-posts .article-wrap .post {
  padding: 15px 0;
}
.related-posts .article-wrap .post .post-thumbnail {
  display: block;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .related-posts .article-wrap .post .post-thumbnail {
    text-align: left;
  }
}
.related-posts .article-wrap .post .entry-header {
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .related-posts .article-wrap .post .entry-header {
    text-align: left;
  }
}
.related-posts .article-wrap .post .entry-header .entry-title {
  font-size: 1.25em;
  margin: 16px 0 8px;
}
@media screen and (min-width: 768px) {
  .related-posts .article-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .related-posts .article-wrap .post {
    padding: 15px;
    flex: 0 0 calc(100% / var(--shply-posts-row, 3));
    max-width: calc(100% / var(--shply-posts-row, 3));
  }
}

.page:not(.home, .blog).full-width:not(.woocommerce-account, .woocommerce-checkout, .woocommerce-cart, .error404).centered .page-header .page-title,
.page:not(.home, .blog).full-width:not(.woocommerce-account, .woocommerce-checkout, .woocommerce-cart, .error404).centered .content-area .site-main article.page {
  max-width: var(--shply-centered-maxwidth);
  margin-left: auto;
  margin-right: auto;
}
.page:not(.home, .blog) article .post-thumbnail {
  margin-bottom: 30px;
}
.page:not(.home, .blog) article .entry-header[data-alignment=center] {
  text-align: center;
}
.page:not(.home, .blog) article .entry-header[data-alignment=left] {
  text-align: left;
}
.page:not(.home, .blog) article .entry-header[data-alignment=right] {
  text-align: right;
}

.single-post.leftsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .container, .single-post.rightsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .container, .single-post.full-width .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .single-post.leftsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper, .single-post.rightsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper, .single-post.full-width .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper {
    padding: 60px 40px;
  }
  .single-post.leftsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder, .single-post.rightsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder, .single-post.full-width .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder {
    text-align: center;
  }
  .single-post.leftsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder h3, .single-post.rightsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder h3, .single-post.full-width .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder h3 {
    display: inline-block;
  }
  .single-post.leftsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper form > label, .single-post.rightsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper form > label, .single-post.full-width .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper form > label {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* share article
--------------------------------------------- */
.single article.has-meta .article-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .single article.has-meta .article-meta.sticky-share .article-meta-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-top: 0;
  }
}
.single article.has-meta .article-meta .article-meta-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .single article.has-meta .article-meta .article-meta-inner {
    position: absolute;
    top: 0;
    margin-top: 0;
  }
}
.single article.has-meta .article-meta .post-share {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  grid-gap: 15px;
  align-items: center;
  border: 1px solid rgba(var(--shply-black-color-rgb), 0.1);
}
.single article.has-meta .article-meta .post-share .social-networks {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 0;
  border: 1px solid var(--shply-black-color-rgb);
}
.single article.has-meta .article-meta .post-share .social-networks a {
  padding: 15px;
  line-height: 1;
  color: rgba(var(--shply-font-color-rgb), 0.6);
}
.single article.has-meta .article-meta .post-share .social-networks {
  border-left: 1px solid rgba(var(--shply-black-color-rgb), 0.1);
}
.single article.has-meta .article-meta .post-share .post-share-icon {
  padding: 0 0px 0 13px;
  display: inline-flex;
}
@media screen and (min-width: 768px) {
  .single article.has-meta {
    padding-left: 125px;
  }
  .single article.has-meta .article-meta {
    width: 104px;
    text-align: center;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
  }
  .single article.has-meta .article-meta .article-meta-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single article.has-meta .article-meta .post-share {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 0;
  }
  .single article.has-meta .article-meta .post-share .post-share-icon {
    padding: 12px 0 8px;
  }
  .single article.has-meta .article-meta .post-share .social-networks {
    border-left: 0;
    border-top: 1px solid rgba(var(--shply-black-color-rgb), 0.1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 1400px) {
  .single article.has-meta {
    padding-left: 0;
  }
  .single article.has-meta .article-meta {
    left: -110px;
  }
}
.single.leftsidebar .site-main article.has-meta {
  position: relative;
}
@media screen and (min-width: 992px) {
  .single.leftsidebar .site-main article.has-meta {
    padding-left: 0;
    padding-right: 100px;
  }
  .single.leftsidebar .site-main article.has-meta .article-meta {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 1400px) {
  .single.leftsidebar .site-main article.has-meta {
    padding-right: 0;
  }
  .single.leftsidebar .site-main article.has-meta .article-meta {
    left: auto;
    right: -110px;
  }
}
@media screen and (min-width: 768px) {
  .single.rightsidebar.post-layout-one.single article.has-meta, .single.full-width.post-layout-one.single article.has-meta {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .single.rightsidebar.post-layout-one.single article.has-meta .article-wrapper, .single.full-width.post-layout-one.single article.has-meta .article-wrapper {
    padding-left: 125px;
  }
}
@media screen and (min-width: 1400px) {
  .single.rightsidebar.post-layout-one.single article.has-meta .article-wrapper, .single.full-width.post-layout-one.single article.has-meta .article-wrapper {
    padding-left: 0;
  }
}
@media (min-width: 1550px) {
  .single.full-width:not(.style-one).centered article.has-meta .article-meta {
    left: -80px;
  }
}

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

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

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

/* -------------accessibility------------ */
.keyboard-nav-on .site input:active, .keyboard-nav-on .site input:focus, .keyboard-nav-on .site input:hover,
.keyboard-nav-on .site a:active,
.keyboard-nav-on .site a:focus,
.keyboard-nav-on .site a:hover,
.keyboard-nav-on .site button:active,
.keyboard-nav-on .site button:focus,
.keyboard-nav-on .site button:hover,
.keyboard-nav-on .site textarea:active,
.keyboard-nav-on .site textarea:focus,
.keyboard-nav-on .site textarea:hover,
.keyboard-nav-on .site select:active,
.keyboard-nav-on .site select:focus,
.keyboard-nav-on .site select:hover {
  outline: #000 dashed 3px !important;
}
.keyboard-nav-on .site .sticky-header {
  display: none;
}
.keyboard-nav-on .site .sticky-header.is-sticky {
  display: block;
}

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

@media screen and (min-width: 64em) {
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    width: 52%;
  }
}
@media screen and (max-width: 64em) {
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-caption {
  margin: 50px 0;
}
.wp-caption figcaption {
  color: rgba(var(--shply-font-color-rgb), 0.5);
  font-size: 0.833em;
}

ul.social-list,
ul.author-socicons,
.social-networks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.social-list a,
ul.author-socicons a,
.social-networks a {
  color: var(--shply-heading-color);
  display: block;
}
ul.social-list a svg,
ul.author-socicons a svg,
.social-networks a svg {
  height: 1.1em;
}
ul.social-list a svg,
ul.author-socicons a svg,
.social-networks a svg {
  fill: var(--shply-heading-color);
}
ul.social-list a svg path,
ul.author-socicons a svg path,
.social-networks a svg path {
  fill: var(--shply-heading-color);
}
ul.social-list a:hover,
ul.author-socicons a:hover,
.social-networks a:hover {
  color: var(--shply-primary-color);
}
ul.social-list a:hover svg,
ul.author-socicons a:hover svg,
.social-networks a:hover svg {
  fill: var(--shply-primary-color);
}
ul.social-list a:hover svg path,
ul.author-socicons a:hover svg path,
.social-networks a:hover svg path {
  fill: var(--shply-primary-color);
}

/*-----------------------------
	feature-section
------------------------------*/
.shply-feature-section .wp-block-columns {
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  max-width: var(--shply-container-width);
}

/*-----------------------------
	feature-category
------------------------------*/
.shply-feature-category .wp-block-columns .wp-block-cover {
  padding: 24px;
}

.align-bottom .wp-block-columns .wp-block-cover {
  align-items: flex-end;
}
.align-bottom > .wp-block-cover {
  align-items: flex-end;
}

.align-top .wp-block-columns .wp-block-cover {
  align-items: flex-start;
}
.align-top > .wp-block-cover {
  align-items: flex-start;
}

.gradient-overlay .wp-block-columns .wp-block-cover::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.96) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 212px;
  z-index: 1;
}

/*-----------------------------
	shopexcel latest product
------------------------------*/
.wc-block-grid .wc-block-grid__products {
  margin: 0;
}

/*-----------------------------
	shopexcel popular cta
------------------------------*/
@media (min-width: 767px) {
  .product-cta {
    padding: 40px;
  }
}

/*-------------------------------------------------
	section title ,description ,padding, margin
--------------------------------------------------*/
.shply-section-desc {
  max-width: 555px;
  font-size: 1em;
  margin-bottom: 0;
}
.shply-section-desc.Shply__text-alignCenter {
  margin-left: auto;
  margin-right: auto;
}

.shply-section-title {
  font-size: 1.75em;
  color: var(--shply-heading-color);
}
@media (min-width: 767px) {
  .shply-section-title {
    font-size: 2.875em;
  }
}

.shply-mg-0 {
  margin: 0 !important;
}

.shply-mg-top-0 {
  margin-top: 0 !important;
}

.shply-mg-bottom-0 {
  margin-bottom: 0 !important;
}

.shply-mg-top-8 {
  margin-top: 8px !important;
}

.shply-mg-bottom-8 {
  margin-bottom: 8px !important;
}

.shply-mg-top-10 {
  margin-top: 10px !important;
}

.shply-mg-bottom-10 {
  margin-bottom: 10px !important;
}

.shply-mg-top-15 {
  margin-top: 15px !important;
}

.shply-mg-bottom-15 {
  margin-bottom: 15px !important;
}

.shply-mg-top-16 {
  margin-top: 16px !important;
}

.shply-mg-bottom-16 {
  margin-bottom: 16px !important;
}

.shply-mg-top-26 {
  margin-top: 26px !important;
}

.shply-mg-bottom-26 {
  margin-bottom: 26px !important;
}

.shply-mg-top-32 {
  margin-top: 32px !important;
}

.shply-mg-bottom-32 {
  margin-bottom: 32px !important;
}

.shply-mg-top-40 {
  margin-top: 40px !important;
}

.shply-mg-bottom-40 {
  margin-bottom: 40px !important;
}

.shply-pd-0 {
  padding: 0 !important;
}

.shply-pd-bottom-0 {
  padding-bottom: 0 !important;
}

.shply-pad-24 {
  padding: 24px !important;
}

.shply-pad-32 {
  padding: 32px !important;
}

.shply-pad-40 {
  padding: 40px !important;
}

.shply-pad-68 {
  padding: 68px !important;
}

.shply-pad-lf-rt-15 {
  padding: 0 15px;
}

.shply-pad-lf-rt-30 {
  padding: 0 30px;
}

.shply-pad-tp-bm-15 {
  padding: 15px 0;
}

@media (max-width: 767px) {
  .shply-mob-pad-24 {
    padding: 40px !important;
  }
}
.shply__border-1-black-08 {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.Shply__border-radius-500 > * {
  border-radius: 500px !important;
}

.Shply__border-radius-10 > * {
  border-radius: 10px !important;
}

/*-----------------------------
	shply testimonial
------------------------------*/
.wc-block-review-list .wc-block-review-list-item__item {
  margin-bottom: 0;
}
.wc-block-review-list .wc-block-review-list-item__item + .wc-block-review-list-item__item {
  margin-top: 40px;
}
.wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__info .wc-block-review-list-item__image {
  margin-bottom: 30px;
}
.wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__info .wc-block-review-list-item__image img {
  border-radius: 100%;
}
.wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__info .wc-block-review-list-item__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__rating {
  order: 2;
  margin-bottom: 16px;
}
.wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__author {
  font-size: 1.5em;
}
.wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__published-date {
  padding: 0;
}
.wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__published-date::before {
  content: none;
}
.wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__product {
  order: 1;
  margin-bottom: 16px;
}
.wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__product a {
  font-size: 1.75em;
  color: var(--shply-heading-color);
}
@media (min-width: 767px) {
  .wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__product a {
    font-size: 2.25em;
  }
}
.wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__product a:hover {
  color: var(--shply-primary-color);
  text-decoration: none;
}
.wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__text {
  text-align: center;
}

/*-----------------------------
	desktop 
------------------------------*/
@media (min-width: 1200px) {
  .wc-block-grid.has-5-columns .wc-block-grid__products,
  .wc-block-grid.has-5-columns .wp-block-columns {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(5, 1fr);
  }
  .wc-block-grid.has-5-columns .wc-block-grid__products .wc-block-grid__product,
  .wc-block-grid.has-5-columns .wp-block-columns .wp-block-column {
    max-width: unset;
    flex: 0 0 unset;
  }
}

@media (min-width: 1200px) {
  .wc-block-grid.has-4-columns .wc-block-grid__products,
  .wc-block-grid.has-4-columns .wp-block-columns {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
  }
  .wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product,
  .wc-block-grid.has-4-columns .wp-block-columns .wp-block-column {
    max-width: unset;
    flex: 0 0 unset;
  }
}

@media (min-width: 1200px) {
  .wc-block-grid.has-3-columns .wc-block-grid__products,
  .wc-block-grid.has-3-columns .wp-block-columns {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .wc-block-grid.has-3-columns .wc-block-grid__products .wc-block-grid__product,
  .wc-block-grid.has-3-columns .wp-block-columns .wp-block-column {
    max-width: unset;
    flex: 0 0 unset;
  }
}

@media (min-width: 1200px) {
  .wc-block-grid.has-2-columns .wc-block-grid__products,
  .wc-block-grid.has-2-columns .wp-block-columns {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .wc-block-grid.has-2-columns .wc-block-grid__products .wc-block-grid__product,
  .wc-block-grid.has-2-columns .wp-block-columns .wp-block-column {
    max-width: unset;
    flex: 0 0 unset;
  }
}

/*-----------------------------
	ltablet responsive
------------------------------*/
@media (min-width: 1024px) and (max-width: 1200px) {
  .shply-ltablet-has-2-columns .wc-block-grid .wc-block-grid__products,
  .shply-ltablet-has-2-columns .wc-block-grid .wp-block-columns {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .shply-ltablet-has-2-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product,
  .shply-ltablet-has-2-columns .wc-block-grid .wp-block-columns .wp-block-column {
    max-width: unset;
    flex: 0 0 unset;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .shply-ltablet-has-3-columns .wc-block-grid .wc-block-grid__products,
  .shply-ltablet-has-3-columns .wc-block-grid .wp-block-columns {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .shply-ltablet-has-3-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product,
  .shply-ltablet-has-3-columns .wc-block-grid .wp-block-columns .wp-block-column {
    max-width: unset;
    flex: 0 0 unset;
  }
}

/*-----------------------------
	tablet responsive
------------------------------*/
@media (min-width: 767px) and (max-width: 1024px) {
  .shply-tablet-has-1-column .wc-block-grid .wc-block-grid__products,
  .shply-tablet-has-1-column .wc-block-grid .wp-block-columns {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .shply-tablet-has-1-column .wc-block-grid .wc-block-grid__products .wc-block-grid__product,
  .shply-tablet-has-1-column .wc-block-grid .wp-block-columns .wp-block-column {
    max-width: unset;
    flex: 0 0 unset;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .shply-tablet-has-2-columns .wc-block-grid .wc-block-grid__products,
  .shply-tablet-has-2-columns .wc-block-grid .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .shply-tablet-has-2-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product,
  .shply-tablet-has-2-columns .wc-block-grid .wp-block-columns .wp-block-column {
    max-width: unset;
    flex: 0 0 unset;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .shply-tablet-has-3-columns .wc-block-grid .wc-block-grid__products,
  .shply-tablet-has-3-columns .wc-block-grid .wp-block-columns {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .shply-tablet-has-3-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product,
  .shply-tablet-has-3-columns .wc-block-grid .wp-block-columns .wp-block-column {
    max-width: unset;
    flex: 0 0 unset;
  }
}

/*-----------------------------
	mobile responsive
------------------------------*/
@media (max-width: 767px) {
  .shply-mobile-has-1-column .wc-block-grid .wc-block-grid__products,
  .shply-mobile-has-1-column .wc-block-grid .wp-block-columns {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .shply-mobile-has-1-column .wc-block-grid .wc-block-grid__products .wc-block-grid__product,
  .shply-mobile-has-1-column .wc-block-grid .wp-block-columns .wp-block-column {
    max-width: unset;
    flex: 0 0 unset;
  }
}

@media (max-width: 767px) {
  .shply-mobile-has-2-columns .wc-block-grid .wc-block-grid__products,
  .shply-mobile-has-2-columns .wc-block-grid .wp-block-columns {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .shply-mobile-has-2-columns .wc-block-grid .wc-block-grid__products .wc-block-grid__product,
  .shply-mobile-has-2-columns .wc-block-grid .wp-block-columns .wp-block-column {
    max-width: unset;
    flex: 0 0 unset;
  }
}

.Shply-grid-gap-1em {
  grid-gap: 1em !important;
}

.Shply-grid-gap-0 {
  grid-gap: 0 !important;
}

@media (min-width: 767px) {
  .Shply__Desktop-flex-row {
    display: flex;
    flex-direction: row;
  }
}
.Shply__flex-row-center {
  align-items: center;
}

.alignwide,
.shply-banner .wp-block-cover__inner-container,
.Shply__container > div {
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  max-width: var(--shply-container-width);
}

.alignfull {
  margin: auto calc(50% - 50vw) !important;
  width: 100vw !important;
}

.Shply__fullwidth > div {
  margin: auto calc(50% - 50vw) !important;
  width: 100vw !important;
}

.Shply__text-alignLeft {
  align-items: start;
}
.Shply__text-alignLeft * {
  text-align: left;
  margin-left: 0;
}
.Shply__text-alignLeft .wc-block-grid__product-rating .star-rating {
  margin-left: 0;
}

.Shply__text-alignRight {
  align-items: end;
}
.Shply__text-alignRight * {
  text-align: right;
  margin-right: 0;
}
.Shply__text-alignRight .wc-block-grid__product-rating .star-rating {
  margin-right: 0;
}

.Shply__text-alignCenter {
  align-items: center;
}
.Shply__text-alignCenter * {
  align-items: center;
}

.Shply__MaxWidth-515 h1,
.Shply__MaxWidth-515 h2,
.Shply__MaxWidth-515 h3,
.Shply__MaxWidth-515 h4,
.Shply__MaxWidth-515 h5,
.Shply__MaxWidth-515 h6,
.Shply__MaxWidth-515 p,
.Shply__MaxWidth-515 .wpcf7,
.Shply__MaxWidth-515 .wc-block-featured-product__price,
.Shply__MaxWidth-515 .wc-block-featured-product__description,
.Shply__MaxWidth-515 .wc-block-featured-category__description,
.Shply__MaxWidth-515 .wc-block-featured-category__price,
.Shply__MaxWidth-515 .wc-block-featured-category__variation,
.Shply__MaxWidth-515 .wc-block-featured-product__title,
.Shply__MaxWidth-515 .wc-block-featured-category__title {
  max-width: 515px;
}

.Shply__MaxWidth-198 h1,
.Shply__MaxWidth-198 h2,
.Shply__MaxWidth-198 h3,
.Shply__MaxWidth-198 h4,
.Shply__MaxWidth-198 h5,
.Shply__MaxWidth-198 h6,
.Shply__MaxWidth-198 p,
.Shply__MaxWidth-198 .wp-block-cover,
.Shply__MaxWidth-198 .wc-block-featured-product__price,
.Shply__MaxWidth-198 .wc-block-featured-product__description,
.Shply__MaxWidth-198 .wc-block-featured-category__description,
.Shply__MaxWidth-198 .wc-block-featured-category__price,
.Shply__MaxWidth-198 .wc-block-featured-category__variation,
.Shply__MaxWidth-198 .wc-block-featured-product__title,
.Shply__MaxWidth-198 .wc-block-featured-category__title {
  max-width: 198px;
}

.Shply__MaxWidth-254 h1,
.Shply__MaxWidth-254 h2,
.Shply__MaxWidth-254 h3,
.Shply__MaxWidth-254 h4,
.Shply__MaxWidth-254 h5,
.Shply__MaxWidth-254 h6,
.Shply__MaxWidth-254 p,
.Shply__MaxWidth-254 .wp-block-cover,
.Shply__MaxWidth-254 .wc-block-featured-product__price,
.Shply__MaxWidth-254 .wc-block-featured-product__description,
.Shply__MaxWidth-254 .wc-block-featured-category__description,
.Shply__MaxWidth-254 .wc-block-featured-category__price,
.Shply__MaxWidth-254 .wc-block-featured-category__variation,
.Shply__MaxWidth-254 .wc-block-featured-product__title,
.Shply__MaxWidth-254 .wc-block-featured-category__title {
  max-width: 254px;
}

.Shply__MaxWidth-278 h1,
.Shply__MaxWidth-278 h2,
.Shply__MaxWidth-278 h3,
.Shply__MaxWidth-278 h4,
.Shply__MaxWidth-278 h5,
.Shply__MaxWidth-278 h6,
.Shply__MaxWidth-278 p,
.Shply__MaxWidth-278 .wp-block-cover,
.Shply__MaxWidth-278 .wc-block-featured-product__price,
.Shply__MaxWidth-278 .wc-block-featured-product__description,
.Shply__MaxWidth-278 .wc-block-featured-category__description,
.Shply__MaxWidth-278 .wc-block-featured-category__price,
.Shply__MaxWidth-278 .wc-block-featured-category__variation,
.Shply__MaxWidth-278 .wc-block-featured-product__title,
.Shply__MaxWidth-278 .wc-block-featured-category__title {
  max-width: 278px;
}

.Shply__MaxWidth-441 h1,
.Shply__MaxWidth-441 h2,
.Shply__MaxWidth-441 h3,
.Shply__MaxWidth-441 h4,
.Shply__MaxWidth-441 h5,
.Shply__MaxWidth-441 h6,
.Shply__MaxWidth-441 p,
.Shply__MaxWidth-441 .wp-block-cover,
.Shply__MaxWidth-441 .wc-block-featured-product__price,
.Shply__MaxWidth-441 .wc-block-featured-product__description,
.Shply__MaxWidth-441 .wc-block-featured-category__description,
.Shply__MaxWidth-441 .wc-block-featured-category__price,
.Shply__MaxWidth-441 .wc-block-featured-category__variation,
.Shply__MaxWidth-441 .wc-block-featured-product__title,
.Shply__MaxWidth-441 .wc-block-featured-category__title {
  max-width: 441px;
}

.Shply__MaxWidth-750 h1,
.Shply__MaxWidth-750 h2,
.Shply__MaxWidth-750 h3,
.Shply__MaxWidth-750 h4,
.Shply__MaxWidth-750 h5,
.Shply__MaxWidth-750 h6,
.Shply__MaxWidth-750 p,
.Shply__MaxWidth-750 .wc-block-featured-product__price,
.Shply__MaxWidth-750 .wc-block-featured-product__description,
.Shply__MaxWidth-750 .wc-block-featured-category__description,
.Shply__MaxWidth-750 .wc-block-featured-category__price,
.Shply__MaxWidth-750 .wc-block-featured-category__variation,
.Shply__MaxWidth-750 .wc-block-featured-product__title,
.Shply__MaxWidth-750 .wc-block-featured-category__title {
  max-width: 750px;
}

.Shply__MaxWidth-left h1,
.Shply__MaxWidth-left h2,
.Shply__MaxWidth-left h3,
.Shply__MaxWidth-left h4,
.Shply__MaxWidth-left h5,
.Shply__MaxWidth-left h6,
.Shply__MaxWidth-left p,
.Shply__MaxWidth-left .wp-block-cover,
.Shply__MaxWidth-left .wc-block-featured-product__price,
.Shply__MaxWidth-left .wc-block-featured-product__description,
.Shply__MaxWidth-left .wc-block-featured-category__description,
.Shply__MaxWidth-left .wc-block-featured-category__price,
.Shply__MaxWidth-left .wc-block-featured-category__variation,
.Shply__MaxWidth-left .wc-block-featured-product__title,
.Shply__MaxWidth-left .wc-block-featured-category__title {
  margin-left: 0;
  margin-right: auto;
}

.Shply__MaxWidth-right .wp-block-cover,
.Shply__MaxWidth-right h1,
.Shply__MaxWidth-right h2,
.Shply__MaxWidth-right h3,
.Shply__MaxWidth-right h4,
.Shply__MaxWidth-right h5,
.Shply__MaxWidth-right h6,
.Shply__MaxWidth-right p,
.Shply__MaxWidth-right .wc-block-featured-product__price,
.Shply__MaxWidth-right .wc-block-featured-product__description,
.Shply__MaxWidth-right .wc-block-featured-category__description,
.Shply__MaxWidth-right .wc-block-featured-category__price,
.Shply__MaxWidth-right .wc-block-featured-category__variation,
.Shply__MaxWidth-right .wc-block-featured-product__title,
.Shply__MaxWidth-right .wc-block-featured-category__title {
  margin-right: 0;
  margin-left: auto;
}

.shply_disabled {
  display: none !important;
}

.Shply__MaxWidth-center .wp-block-cover,
.Shply__MaxWidth-center h1,
.Shply__MaxWidth-center h2,
.Shply__MaxWidth-center h3,
.Shply__MaxWidth-center h4,
.Shply__MaxWidth-center h5,
.Shply__MaxWidth-center h6,
.Shply__MaxWidth-center p,
.Shply__MaxWidth-center .wpcf7,
.Shply__MaxWidth-center .wc-block-featured-product__price,
.Shply__MaxWidth-center .wc-block-featured-product__description,
.Shply__MaxWidth-center .wc-block-featured-category__description,
.Shply__MaxWidth-center .wc-block-featured-category__price,
.Shply__MaxWidth-center .wc-block-featured-category__variation,
.Shply__MaxWidth-center .wc-block-featured-product__title,
.Shply__MaxWidth-center .wc-block-featured-category__title {
  margin-left: auto;
  margin-right: auto;
}

.Shply__btn-underline .wp-block-button__link {
  text-decoration: underline;
  padding: 0;
  background: none;
  border: none;
  color: var(--shply-heading-color);
}
.Shply__btn-underline .wp-block-button__link:hover {
  color: var(--shply-primary-color);
}

.Shply-flex-1 {
  flex: 1;
}

@media (max-width: 767px) {
  .Shply__mob-col-rev {
    flex-direction: column-reverse;
  }
  .Shply__mob-spacer-0 {
    height: 0px !important;
  }
  .shply-mob-sec-space {
    height: 45px !important;
  }
  .Shply__text-mob-alignCenter {
    align-items: center;
  }
  .Shply__text-mob-alignCenter * {
    text-align: center;
    margin: 0 auto;
  }
  .Shply__text-mob-alignCenter .wc-block-grid__product-rating .star-rating {
    margin: 0 auto 12px;
  }
  .Shply__mob-mhig-500 {
    min-height: 500px !important;
  }
}
.Shply__btn-arrow .wp-block-button__link::after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 9.5L13.075 8.1L15.175 6H0V4H15.175L13.1 1.9L14.525 0.5L19 5L14.5 9.5Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 9.5L13.075 8.1L15.175 6H0V4H15.175L13.1 1.9L14.525 0.5L19 5L14.5 9.5Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 19px;
  height: 9px;
  margin-left: 11px;
  transition: all 0.1s ease-in-out;
}
.Shply__btn-arrow.with-background .wp-block-button__link {
  background-color: var(--shply-heading-color);
  color: var(--shply-white-color);
  border-color: var(--shply-heading-color);
}
.Shply__btn-arrow.with-background:hover .wp-block-button__link {
  background-color: var(--shply-primary-color);
  color: var(--shply-white-color);
  border-color: var(--shply-primary-color);
}
.Shply__btn-arrow.with-no-background .wp-block-button__link {
  padding: 0 !important;
  border: 0 !important;
  background-color: unset !important;
  color: var(--shply-heading-color);
}
.Shply__btn-arrow.with-no-background:hover .wp-block-button__link {
  color: var(--shply-primary-color);
}
.Shply__btn-arrow.with-no-background:hover .wp-block-button__link::after {
  margin-left: 15px;
}
.Shply__btn-arrow.with-no-background.is-primary-color .wp-block-button__link {
  color: var(--shply-primary-color);
}
.Shply__btn-arrow.with-outline .wp-block-button__link {
  background-color: transparent;
  color: var(--shply-heading-color);
  border: 1px solid var(--shply-heading-color);
}
.Shply__btn-arrow.with-outline:hover .wp-block-button__link {
  color: var(--shply-white-color);
  background-color: var(--shply-primary-color);
  border-color: var(--shply-primary-color);
}
.Shply__btn-arrow:hover .wp-block-button__link::after {
  background-color: currentColor;
}

.Shply__btn-no-underline .wp-block-button__link {
  text-decoration: none;
  color: var(--shply-heading-color);
  padding: 0;
  background-color: unset;
  border: none;
}
.Shply__btn-no-underline .wp-block-button__link:hover {
  color: var(--shply-primary-color);
  background-color: unset;
}

.Shply__button_primary-color .wp-block-button__link {
  color: var(--shply-primary-color);
}
.Shply__button_primary-color:hover .wp-block-button__link {
  color: var(--shply-font-color);
}

/*=============================
wc block grid
============================*/
@media (max-width: 480px) {
  .wc-block-grid ul {
    display: flex !important;
    flex-direction: column;
  }
  .wc-block-grid ul li {
    margin: 0 !important;
  }
}
.wc-block-grid ul li {
  font-size: var(--shply-primary-font-size) !important;
  box-shadow: 0px 7px 24px rgba(36, 15, 0, 0.04);
  background: #FFFFFF;
  position: relative;
  margin-bottom: 0;
  padding: 0 0 4px 0;
  border: 0;
}
.wc-block-grid ul li .wc-block-grid__product-title,
.wc-block-grid ul li .price,
.wc-block-grid ul li .wc-block-grid__product-rating,
.wc-block-grid ul li .yith-wcwl-add-to-wishlist,
.wc-block-grid ul li .star-rating,
.wc-block-grid ul li .wp-block-button {
  padding: 0 16px;
}
.wc-block-grid ul li .yith-wcwl-add-to-wishlist {
  margin: 0 auto 16px !important;
}
.wc-block-grid ul li .yith-wcwl-add-to-wishlist .feedback,
.wc-block-grid ul li .yith-wcwl-add-to-wishlist a {
  display: inline-block;
}
.wc-block-grid ul li .wc-block-grid__product-image {
  margin-bottom: 16px !important;
}
.wc-block-grid ul li .wc-block-grid__product-title {
  font-size: 1.25em;
  color: var(--shply-heading-color);
  text-decoration: none;
  font-family: var(--shply-secondary-font);
  font-weight: var(--shply-secondary-font-weight);
  letter-spacing: var(--shply-secondary-font-spacing);
  line-height: var(--shply-secondary-font-height);
}
.wc-block-grid ul li .wc-block-grid__product-title:hover {
  color: var(--shply-primary-color);
  text-decoration: none;
}
.wc-block-grid ul li a:hover {
  text-decoration: none !important;
}
.wc-block-grid ul li .wc-block-grid__product-onsale {
  background-color: var(--shply-primary-color);
  border: 0;
  color: var(--shply-white-color);
  border-radius: 0;
  font-size: 0.6875em;
  padding: 4px 8px;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  left: 8px;
  top: 8px;
  right: auto;
}
.wc-block-grid ul li .product_type_external,
.wc-block-grid ul li .product_type_grouped,
.wc-block-grid ul li .product_type_variable,
.wc-block-grid ul li .product_type_simple,
.wc-block-grid ul li .added_to_cart,
.wc-block-grid ul li .btn-add-to-cart,
.wc-block-grid ul li .add_to_cart_button {
  position: absolute;
  min-width: 200px;
  top: 50%;
  text-align: center;
  justify-content: center;
  left: 50%;
  -webkit-transform: translate(-50%, -150%) scale(0);
  -ms-transform: translate(-50%, -150%) scale(0);
  -o-transform: translate(-50%, -150%) scale(0);
  transform: translate(-50%, -150%) scale(0);
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.wc-block-grid ul li .product_type_external.added,
.wc-block-grid ul li .product_type_grouped.added,
.wc-block-grid ul li .product_type_variable.added,
.wc-block-grid ul li .product_type_simple.added,
.wc-block-grid ul li .added_to_cart.added,
.wc-block-grid ul li .btn-add-to-cart.added,
.wc-block-grid ul li .add_to_cart_button.added {
  display: none !important;
}
.wc-block-grid ul li .price {
  color: var(--shply-heading-color);
}
.wc-block-grid ul li .price ins {
  font-size: inherit;
  color: var(--shply-heading-color);
  background: none;
}
.wc-block-grid ul li .price .woocommerce-Price-amount,
.wc-block-grid ul li .price ins .woocommerce-Price-amount {
  color: var(--shply-heading-color);
  font-size: 1.25em;
}
.wc-block-grid ul li .price del .woocommerce-Price-amount {
  font-size: 1em;
  color: rgba(var(--shply-font-color-rgb), 0.6);
}
.wc-block-grid ul li:hover .product_type_external,
.wc-block-grid ul li:hover .product_type_grouped,
.wc-block-grid ul li:hover .product_type_variable,
.wc-block-grid ul li:hover .product_type_simple,
.wc-block-grid ul li:hover .added_to_cart,
.wc-block-grid ul li:hover .btn-add-to-cart,
.wc-block-grid ul li:hover .add_to_cart_button {
  -webkit-transform: translate(-50%, -150%) scale(1);
  -ms-transform: translate(-50%, -150%) scale(1);
  -o-transform: translate(-50%, -150%) scale(1);
  transform: translate(-50%, -150%) scale(1);
}
.wc-block-grid.style-two ul li {
  box-shadow: none;
  border: 1px solid rgba(var(--shply-black-color-rgb), 0.08);
}
.wc-block-grid.style-three ul li {
  box-shadow: none;
  border: 0;
}
.wc-block-grid.style-three ul li .wc-block-grid__product-title,
.wc-block-grid.style-three ul li .price,
.wc-block-grid.style-three ul li .wc-block-grid__product-rating,
.wc-block-grid.style-three ul li .yith-wcwl-add-to-wishlist,
.wc-block-grid.style-three ul li .star-rating,
.wc-block-grid.style-three ul li .wp-block-button {
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.skip-link,
.skip-link:hover,
.skip-link:visited {
  position: absolute;
  top: -999px;
  left: 20px;
  background: #f7f7f7;
  border: 1px solid rgba(var(--shply-black-color-rgb), 0.1);
  font-size: 0.8888em;
  font-weight: 600;
  padding: 10px 20px;
  color: var(--shply-black-color);
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 20px rgba(var(--shply-black-color-rgb), 0.1);
  box-shadow: 0 2px 20px rgba(var(--shply-black-color-rgb), 0.1);
  z-index: 999;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

label {
  line-height: 1.5;
}

.single-post .related-posts {
  --shply-posts-row: 1;
}
@media screen and (min-width: 768px) {
  .single-post .related-posts {
    --shply-posts-row: 2 ;
  }
}
@media screen and (min-width: 992px) {
  .single-post .related-posts {
    --shply-posts-row: 4 ;
  }
}

.owl-carousel .owl-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 15px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  display: block;
  width: 45px;
  height: 45px;
  background-color: var(--shply-primary-color);
  border: 1px solid rgba(var(--shply-primary-color-rgb), 0.1);
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 48px;
    height: 48px;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
  }
}
.owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button.owl-prev.disabled {
  pointer-events: none;
  background-color: rgba(var(--shply-black-color-rgb), 0.25);
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: rgba(var(--shply-black-color-rgb), 0.25);
  border: 1px solid rgba(var(--shply-black-color-rgb), 0.01);
}
.owl-carousel .owl-nav button.owl-prev {
  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='M21 12L3 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 18L3 12L9 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
.owl-carousel .owl-nav button.owl-next {
  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='M3 12L21 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 6L21 12L15 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 15px;
}
.owl-carousel .owl-dots .owl-dot {
  display: block;
  width: 11px;
  height: 11px;
  background: var(--shply-primary-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.1;
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.section-subtitle {
  max-width: 100%;
  display: inline-block;
  font-size: 3.3333333333em;
  line-height: 1;
  margin-bottom: 45px;
}

section .widget {
  margin-bottom: 0;
}

.image-hover-transition-effect .post-thumbnail {
  overflow: hidden;
}
.image-hover-transition-effect img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.image-hover-transition-effect:hover .post-thumbnail img {
  transform: scale(1.1);
}

[data-loader=none] {
  opacity: 1;
}

[data-loader] {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-loader=fade] {
  opacity: 1;
  transition: opacity 1s ease-in;
}

[data-loader=circle] {
  opacity: 1;
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.circle-animation {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #c5cbd0;
  max-width: 40px;
  max-height: 40px;
}

.circle-animation::before,
.circle-animation::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: 100%;
}

@keyframes circles {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .circle-animation {
    animation-play-state: paused;
  }
  .circle-animation::after,
  .circle-animation::before {
    animation: circles 1.5s linear infinite;
  }
  .circle-animation::before {
    animation-delay: 0s;
  }
  .circle-animation::after {
    animation-delay: 0.8s;
  }
}

/*# sourceMappingURL=style.css.map */
