/*!
Theme Name:     StoreFlex Pro
Theme URI:      https://mysterythemes.com/wp-themes/storeflex-pro
Author:         Mystery Themes
Author URI:     https://mysterythemes.com/
Description:    StoreFlex Pro is an extensive e-commerce solution that offers a range of advanced features and customization options. Its features include a variety of presentation styles, including multiple layouts, carousel sliders, and immersive full-width designs, designed to enhance user engagement and drive conversions. The true power of the theme lies in its advanced customization capabilities, including color schemes, typography options, and more customization abilities, allowing users to customize their store to reflect their brand's personality and vision. Additionally, StoreFlex Pro's advanced SEO features ensure higher visibility in search engine rankings, driving more organic traffic and boosting click-through rates. With this theme, businesses can elevate their online success and achieve greater prominence in the market.
Version:        1.0.2
Tested up to:   6.7
Requires PHP:   7.2
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    storeflex
Tags:           e-commerce, food-and-drink, entertainment, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, footer-widgets, theme-options, threaded-comments, translation-ready

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.

StoreFlex Pro is based on Underscores https://mysterythemes.com/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {

  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote::before,
q::before {
  content: "\ee81";
  font-family: boxicons;
  position: absolute;
  left: -20px;
  top: -10px;
}

blockquote:after,
q:after {
  content: "\ee82";
  font-family: boxicons;
  position: absolute;
  right: 0;
  bottom: -10px;
}

blockquote,
q {
  quotes: "" "";
  position: relative;
}

blockquote cite {
  display: block;
  font-weight: 300;
  font-size: 16px;
  margin-top: 20px;
}

blockquote cite::before {
  content: "-";
  margin-right: 10px;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #3b3b3b;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: 'Jost', sans-serif;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #3d3d3d;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 20px;
  font-size: 20px;
  font-style: italic;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}

address {
  margin: 0 0 15px;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0 0 15px 20px;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 15px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 15px 15px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 15px;
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: bold;
  border: 1px solid #CCC;
  padding: 5px 10px;
}

td {
  border: 1px solid #CCC;
  padding: 5px 10px;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  border: none;
  padding: 10px 25px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-shadow: none;
  border: 1px solid #333;
  background: #333;
  color: #fff;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #2d9b13;
  border-color: #2d9b13;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {

  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  color: #666;
  border: 1px solid #ccc;
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid #AAA;
}

.searchform input[type="text"]:focus {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px 10px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  color: #666;
  border: 1px solid #ccc;
  height: 160px;
  max-width: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
  color: #484747;
  ;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

a:visited {}

a:hover,
a:focus,
a:active {
  color: #E53935;
}

a:focus {
  outline: thin dotted;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.storeflex-clearfix:before,
.storeflex-clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.storeflex-clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.clear {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget-area .widget {
  margin: 0 0 40px;
}

#colophon .site-info .widget-area .widget {
  margin: 40px 0px;
}

/* Make sure select elements fit in widgets */
.widget-area .widget select {
  max-width: 100%;
}

.footer-widgets-wrapper .storeflex-social-icon-wrap,
.widget-area .storeflex-social-icon-wrap {
  float: none;
}

.storeflex-social-icons-wrapper {
  overflow: auto;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

h1.entry-title {
  color: #353535;
  font-weight: 700;
  padding-bottom: 0;
  margin: 0;
  text-transform: capitalize;
}

h1.entry-title a {
  color: #3d3d3d;
}

.hentry {
  margin: 0 0 15px;
}


.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
  display: inline;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.single .byline {
  font-weight: 600;
}

.entry-cat a {
  font-size: 13px;
}

.posted-on a {
  position: relative;
  color: #333;
}

.entry-cat .cat-links a,
.entry-meta a {
  color: #a7a4a7;
  font-weight: 600;
}

.byline a,
.byline {
  color: #a7a4a7;
  font-weight: 600;
}

.entry-cat .cat-links a:hover,
.entry-cat a:hover,
.byline a:hover,
.posted-on a:hover {
  color: #E53935;
}

.cat-links {
  display: inline-block;
  padding-right: 10px;
}

.comments-link {
  float: right;
}

.posted-on:before {
  content: "\ec45";
  font-family: boxicons;
  font-style: normal;
  margin-right: 5px;
}

.comments-link:before,
.post-comment:before {
  content: "\ea76";
  font-family: boxicons;
  font-style: normal;
  margin-right: 5px;
}

.byline:before {
  content: "\ec63";
  font-family: boxicons;
  font-style: normal;
  margin-right: 5px;
}

.tags-links:before {
  content: "\ec3b";
  font-family: boxicons;
  font-style: normal;
  margin-right: 3px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 15px 0 0;
  text-align: justify;
}

.entry-content ul {
  margin: 0px
}

.page-content a,
.entry-content a,
.entry-summary a {
  text-decoration: underline;
}

.page-links {
  clear: both;
  margin: 0 0 15px;
}

.edit-link .post-edit-link:before {
  content: "\eabf";
  font-family: boxicons;
  margin-right: 5px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry {
  margin-bottom: 40px;
}

.page-header .page-title {
  color: #3d3d3d;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  padding-left: 15px;
  text-align: center;
}

.updated {
  display: none;
}

.published.updated {
  display: inline;
}

.entry-footer a {
  color: #666666;
}

.entry-footer a:hover {
  color: #E53935
}

.nav-links .meta-nav {
  display: none;
}

.nav-links::after {
  content: "";
  display: block;
  clear: both;
}

.nav-links .nav-previous,
.nav-links .nav-next {
  width: 48%;
  float: left;
}

.nav-links .nav-next {
  text-align: right;
  float: right;
}

.nav-links .nav-previous a:before {
  content: "\ea2c";
  font-family: boxicons;
  font-style: normal;
  margin-right: 5px;
}

.nav-links .nav-next a:after {
  content: "\ea2f";
  font-family: boxicons;
  font-style: normal;
  margin-left: 5px;
}

.nav-links .nav-next a,
.nav-links .nav-previous a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.entry-thumbnail {
  width: 38%;
  float: left;
}

.entry-exrecpt {
  width: 60%;
  float: right;
}

.short-content {
  margin-bottom: 10px;
}

.short-content+.bttn {
  float: right;
}

.full-width {
  float: none;
  width: 100%;
}

.navigation .nav-links .page-numbers {
  padding: 0 15px;
  display: inline-block;
  background: none;
  border: 1px solid #e1e1e1;
  color: #333;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 3px;
}

.navigation.pagination {
  margin-left: 0;
  text-align: center;

}

.navigation .nav-links a.page-numbers:hover,
.navigation .nav-links .page-numbers.current {
  background: #333;
  color: #fff;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: -2%;
}

#top-footer .gallery {
  margin-bottom: 0;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 3%;
  margin-left: 2%;
}

.site-main .gallery a img {
  max-width: none;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 47%;
}

.gallery-columns-3 .gallery-item {
  max-width: 31.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
}

.gallery-columns-5 .gallery-item {
  max-width: 18%;
}

.gallery-columns-6 .gallery-item {
  max-width: 14.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 12.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 10.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 9.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#comments {
  margin-top: 30px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comments h2.comments-title {
  color: #333;
  display: inline-block;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin: 15px 0;
  padding: 8px 15px;
}

#comments h3 {
  margin: 0 0 10px;
  color: #141414;
  font-weight: 600;
  display: inline-block;
  line-height: 22px;
  font-size: 18px;
}

#commentform label {
  display: inline-block;
}

textarea#comment {
  width: 100%;
  height: 150px;
}

.comment-form-cookies-consent label {
  margin-left: 14px;
}

/*Comment Lists*/
.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area ol.children {
  margin: 0 0 0 15px;
}

.comment-list .comment-body {
  padding: 20px;
  margin-bottom: 20px;
  background: none;
  border: 1px solid #e1e1e1;
  text-align: left;
}

.comment-author img {
  vertical-align: text-top;
  margin-right: 15px;
  border: 1px solid #e1e1e1;
  padding: 3px;
}

.comment-author {
  float: none;
}

.comment-metadata {
  font-size: 12px;
  margin-top: -12px;
  padding-left: 50px;
}

.comment-content {
  margin-top: 10px;
  padding-left: 50px;
}

.comment-author .fn {
  font-style: normal;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
}

.comment-author .fn .url {
  color: #333;
  padding: 0;
  font-size: 16px;
}

.comment-author .fn .url:hover {
  color: #E53935;
}

.comment-author .says {
  display: none;
}

.commentmetadata {
  float: right;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.comment-metadata a {
  color: #969696;
}

.commentmetadata .comment-edit-link {
  color: #E53935;
}

.commentmetadata+.clear {
  margin-bottom: 20px;
}

.reply .comment-reply-link {
  background: none repeat scroll 0 0 #E53935;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 10px;
  display: inline-block;
}

#respond {
  padding: 20px;
  margin: 20px 0 0;
  color: #141414;
  border: 1px solid #e1e1e1;
  background: #fafafa;
}

#commentform .form-submit {
  margin-bottom: 0;
}

#cancel-comment-reply-link {
  font-style: italic;
  color: #E53935;
}

#cancel-comment-reply-link:before {
  font-family: boxicons;
  content: "\ec8d";
  margin: 0 5px 0 20px;
  font-style: normal;
  color: #E53935;
}

.logged-in-as a {
  color: #E53935;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {

  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-footer {
  display: none;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 10px 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.gallery-caption {}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {}

.site-main .gallery-columns-4 .gallery-item img {}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
Grid CSS
--------------------------------------------------------------*/
.storeflex-column-wrapper {
  margin-left: -3%;
  margin-bottom: -3%;
}

.storeflex-column-one {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 97%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.storeflex-column-two {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 47%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.storeflex-column-three {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 30.33%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.storeflex-column-four {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 22%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.storeflex-column-five {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 17%;
  margin-left: 3%;
  margin-bottom: 3%;
}

/*--------------------------------------------------------------
Default widget css
--------------------------------------------------------------*/
.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.wp-block-latest-posts,
.wp-block-archives,
.wp-block-categories,
.wp-block-page-list,
.wp-block-latest-comments {
  list-style: outside none none;
  margin: 0;
}

.wp-block-page-list ul {
  list-style: outside none none;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.wp-block-latest-posts li,
.wp-block-archives li,
.wp-block-categories li,
.wp-block-page-list li,
.wp-block-latest-comments li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child,
.wp-block-latest-posts li:last-child,
.wp-block-archives li:last-child,
.wp-block-categories li:last-child,
.wp-block-page-list li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a,
.wp-block-latest-posts li a,
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-page-list li a,
.wp-block-latest-comments li {
  color: #333333;
  font-size: 14px;
  line-height: 32px;
  padding-left: 30px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: inline-block;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before {
  color: #E53935;
}

.widget_archive a::before,
.widget_categories a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li a:before,
.widget_nav_menu li a:before,
.wp-block-latest-posts li a:before,
.wp-block-archives li a:before,
.wp-block-categories li a:before,
.wp-block-page-list li a:before,
.wp-block-latest-comments li:before {
  color: #afb4bd;
  content: "\e9fc";
  font-family: boxicons;
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 0px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.widget_categories a::before,
.wp-block-categories li a:before {
  content: "\ea39";
}

.widget_recent_entries a::before,
.wp-block-latest-posts li a:before {
  content: "\ea97";
}

.widget_meta a::before,
.widget_nav_menu li a:before {
  content: "\ea55";
}

.widget_recent_comments li::before,
.wp-block-latest-comments li:before {
  content: "\eb78";
  top: 0;
}

.widget_rss li::before {
  content: "\ebee";
  top: 0;
}

.widget_pages li a:before,
.wp-block-page-list li a:before {
  content: "\ead5";
  top: 0;
}

.widget_search .search-field {
  width: 75%;
  float: left;
}

.widget_search .search-submit {
  height: 36px;
  width: 25%;
  background: #E53935;
  border-color: #E53935;
  color: #ffffff;
}

.widget_recent_entries .post-date {
  color: #8f8f8f;
  display: block;
  font-size: 11px;
  margin-top: -5px;
  padding-left: 24px;
}

.widget_nav_menu .sub-menu {
  margin: 10px 0 0 10px;
}

.widget_nav_menu li::before {
  top: 0;
}

.widget_search::after {
  clear: both;
  content: "";
  display: table;
}

.widget_search .search-field {
  width: 75%;
  float: left;
}

.widget_search .search-submit,
.widget_search .search-submit:hover {
  height: 36px;
  width: 25%;
  background: #E53935;
  border-color: #E53935;
  color: #ffffff;
  padding: 0;
}

.widget_tag_cloud .tagcloud a,
.widget_tag_cloud a {
  color: #909090;
  font-size: 14px !important;
  border: 1px solid #cfcfcf;
  padding: 1px 10px;
  display: inline-block;
  margin: 0 5px 10px 0;
  border-radius: 2px;
}

.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud a:hover {
  background: #E53935;
  color: #fff;
  border-color: #E53935;
}

.wp-block-search__button {
  background: #333;
  border: none;
  width: 80px;
  margin: 0;
  height: 36px;
  line-height: 18px;
  color: #ffffff;
}


/*--------------------------------------------------------------
woocommerce widget  css
--------------------------------------------------------------*/

.widget ul li {
  margin: 0px;
}

.widget .editor-styles-wrapper .wc-block-components-review-list-item__item,
.widget .wc-block-components-review-list-item__item,
.widget.widget_products .product_list_widget li,
.widget .product_list_widget li {
  border-bottom: 1px solid #efefef;
}

.widget .editor-styles-wrapper .wc-block-components-review-list-item__item:last-child,
.widget .wc-block-components-review-list-item__item:last-child,
.widget.widget_products .product_list_widget li:last-child,
.widget .product_list_widget li:last-child {
  border: none;
}

.widget .wp-block-button.wc-block-grid__product-add-to-cart {
  display: none;
}

.widget .wc-block-grid__product.wc-block-grid__product {
  padding: 4px;
  border: 1px solid #efefef;
  margin: 0px 0px 20px;
}

.widget .wc-block-featured-product__wrapper .woocommerce-Price-amount {
  color: #fff
}

.widget .wc-block-featured-product__description p {
  display: none;
}

.widget.widget_product_tag_cloud a.tag-cloud-link {
  padding: 6px;
  display: inline-block;
  margin: 2px;
  font-size: 16px !important;
  border: 1px solid #efefef;
}

.widget.widget_product_tag_cloud a.tag-cloud-link:hover {
  background-color: #2d9b13;
  color: #fff;
}

.widget .wp-block-button__link {
  padding: 6px 10px;
}

.widget .editor-styles-wrapper .wc-block-components-review-list-item__item,
.widget .wc-block-components-review-list-item__item {
  margin: 0 0 28px;
}


.widget .wp-block-woocommerce-all-reviews {
  border: 1px solid #efefef;
  padding: 10px;
}

/* widget cart design  */

.woocommerce-cart .wp-block-woocommerce-filled-cart-block {
  border: 1px solid #efefef;
  padding: 20px;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
  border: 1px solid #efefef;
}

.woocommerce-cart .wc-block-components-button:not(.is-link) {
  color: #fff;
}

.woocommerce-cart .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: 21px;
  text-transform: capitalize;
}

.woocommerce-cart .wc-block-components-product-name {
  font-size: 21px;
  text-decoration: none;
  font-weight: 500;
}

.woocommerce-cart .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  background-color: #fff;
  font-size: 15px;
  padding: 2px 10px;
  border-radius: 7px;
  color: #2d9b13;
  margin-left: auto;
  text-decoration: none;
  border: 1px solid #2d9b13;
}

.woocommerce-cart .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link :hover,
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  background-color: #2d9b13;
  color: #fff;
}

.woocommerce-cart .wc-block-cart-item__quantity {
  display: flex;
}

.woocommerce-cart .entry-content .wp-block-woocommerce-cart a {
  text-decoration: none;
}

.woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
  font-size: 14px;
}

.woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 21px;
}

/* categories list  design  */
.widget ul.wc-block-product-categories-list,
.widget.widget_product_categories .product-categories {
  margin: 0;
}

.widget ul.wc-block-product-categories-list a {
  display: inline-block;
  padding: 6px;
  margin: 0px;
}

.widget span.wc-block-product-categories-list-item-count {
  padding: 5px 5px 5px 0px;
}

.widget li.wc-block-product-categories-list-item {
  display: inline-block;
  margin: 2px;
  border: 1px solid #dfdfdf;
}

.widget.widget_product_categories li.cat-item {
  display: inline-block;
  margin: 2px;
  border: 1px solid #dfdfdf;
  padding: 6px;
}

.widget li.wc-block-product-categories-list-item:hover,
.widget.widget_product_categories li.cat-item:hover {
  background-color: #2d9b13;
  color: #fff;
  border-color: #2d9b13;
}

.widget li.wc-block-product-categories-list-item:hover span,
.widget.widget_product_categories li.cat-item:hover span,
.widget.widget_product_categories li.cat-item:hover a {
  color: #fff;
}

.widget.widget_product_search button {
  padding: 5px 13px;
}

.widget.widget_product_search input[type="search"] {
  width: 79%;
}

.widget .wc-block-mini-cart.wp-block-woocommerce-mini-cart {
  display: block;
  border: 1px solid #efefef;
}

.widget .wc-block-grid__products {
  margin: 0 0px 16px;
}

/* categories list has image */

.widget .wc-block-product-categories-list--has-images li.wc-block-product-categories-list-item {
  display: block;
}

.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
  margin-left: auto;
}

/* filters design */

.wc-block-active-filters__clear-all span,
.wc-block-components-filter-reset-button span {
  background-color: #2d9b13;
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
}

.wc-block-components-filter-reset-button,
.wc-block-active-filters .wc-block-active-filters__clear-all {
  text-decoration: none;
}

.wc-block-active-filters .wc-block-active-filters__list>li {
  border: 1px solid #efefef;
  padding: 8px 10px;
}

.wc-block-active-filters .wc-block-active-filters__list-item-type {
  margin: 0px;
}

.widget .wp-block-woocommerce-customer-account {
  border: 1px solid #efefef;
}

.widget .woocommerce.wc-block-breadcrumbs {
  border: 1px solid #efefef;
  padding: 10px;
}

.widget .woocommerce .woocommerce-breadcrumb {
  margin: 0;
}

/* sale design */
.widget .wc-block-grid__product-onsale span {
  position: absolute;
  left: -15px;
  top: 1px;
  font-size: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  z-index: 1;
  border-radius: 50%;
  padding: 0;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
  background-color: #2d9b13;
  color: #fff;
}

.widget .wc-block-grid .wc-block-grid__product-onsale {
  border: none;
}

.widget .wc-block-grid__product-rating .star-rating span::before,
.widget .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span::before {
  color: #ffab40;
}


/*--------------------------------------------------------------
Sidebar layout css
--------------------------------------------------------------*/

#primary,
.home.blog #primary,
.storeflex-middle-content-sidebar-right .frontpage-middle-content-section {
  float: left;
  width: 70%;
}

#primary,
aside {
  margin-top: 30px;
}

.sidebar-layout--left-sidebar #primary,
.home.sidebar-layout--left-sidebar #primary,
.storeflex-middle-content-sidebar-left .frontpage-middle-content-section {
  float: right;
  width: 70%;
}

#right-secondary,
.sidebar-layout--right-sidebar #shop-secondary,
.home.blog #right-secondary,
.storeflex-middle-content-sidebar-right aside {
  float: right;
  width: 28%;
}

#left-secondary,
#shop-secondary,
.home.blog #left-secondary,
.storeflex-middle-content-sidebar-left aside {
  float: left;
  width: 28%;
}

.home.page-template-template-home #primary,
.home.page-template-template-home #secondary,
.error404 #primary,
.woocommerce-checkout #primary,
.woocommerce-cart #primary,
.woocommerce-account #primary {
  float: none;
  width: 100%;
}


.sidebar-layout--no-sidebar #primary,
.home.blog.sidebar-layout--no-sidebar #primary ,
.no-sidebar #primary,
.home.blog.no-sidebar #primary {
  float: none;
  width: 100%;
  margin: 0 auto;
}

body.sidebar-layout--no-sidebar-center #primary,
body.home.blog.sidebar-layout--no-sidebar-center #primary {
  float: none;
  width: 80%;
  margin: 30px auto;
}

#secondary .widget_media_image img,
#left-secondary .widget_media_image img {
  width: 100%;
}

.home.blog #content #primary article:first-child {
  margin-top: 0;
}

.widget .author,
.widget .posted-on a::before {
  display: none;
}

.no-thumbnail.sticky {
  padding-top: 70px !important;
}


.sidebar-layout--right-sidebar #left-secondary,
.sidebar-layout--no-sidebar #shop-secondary {
  display: none;
}

.frontpage-middle-content-section .storeflex-container {
  width: 100%;
}

.storeflex-middle-content-no-sidebar .frontpage-middle-content-section .storeflex-container {
  width: 1360px;
}

/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/
body {
  font-weight: 400;
  position: relative;
  line-height: 1.8;
}

.storeflex-site-layout--boxed-layout #page {
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  width: 1240px;
}


.storeflex-site-layout--boxed-layout .storeflex-container {
  width: 1240px;
  padding: 0px 30px;
}

.storeflex-site-layout--boxed-layout .storeflex-footer .storeflex-basic-info-wrapper {
  margin-left: 0;
}

.storeflex-site-layout--boxed-layout .widget.widget_product_search input[type="search"] {
  width: 74%;
}

.storeflex-site-layout--boxed-layout .sm-search-form .search-field {
  width: 87%;
}

.storeflex-site-layout--boxed-layout .site-header-cart:hover .widget_shopping_cart,
.storeflex-site-layout--boxed-layout .site-header-cart.focus .widget_shopping_cart {
  left: -43px;
}

body.storeflex-site-layout--boxed-layout {
  background: #f6f6f6 none repeat scroll 0 0;
}

#page {
  background: #fff none repeat scroll 0 0;
}

.storeflex-container {
  width: 1360px;
  margin: 0 auto;
}

.hide {
  display: none;
}

.storeflex-flex {
  display: flex;
  align-items: center;
}

.storeflex-grid {
  display: grid;
}

.storeflex-title,
.related.products h2 {
  position: relative;
  text-align: center;
  padding: 30px 0px;
  text-transform: capitalize;
  font-weight: 300;
  font-size: 36px;
}


/*--------------------------------------------------------------
Top header CSS
--------------------------------------------------------------*/

.storeflex-top-header {
  padding: 10px 0px;
}

.top-header-text,
.site-branding {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

.top-header-text .bx {
  font-weight: 500;
  padding-right: 5px;
}

.storeflex-social-icons-wrapper,
.header-elements-wrapper {
  flex: 1 1 0px;
  justify-content: flex-end;
}

.header-elements-wrapper {
  display: flex;
  align-items: center;
}


/* -----------------------------------
Search Css
---------------------------------------*/
.header-search-wrapper .search-btn i {
  font-size: 23px;
  font-weight: 600;
  color: #000;
}

.storeflex-search-overlay.blocks {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  visibility: visible;
  background: #ffffff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
  top: 0px;

}

.storeflex-search-overlay {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: -100%;
  width: 100%;
  left: 0;
  visibility: hidden;
  opacity: 1;
  transition: 0.8s ease;
}

.storeflex-search-overlay .storeflex-container {
  display: inline-block;
  vertical-align: middle;
  margin: 70px auto;
  display: flex;
  align-items: start;
}


.storeflex-search-overlay .site-branding {
  width: 25%;
  text-align: start;
}

.storeflex-search-overlay .site-header-cart:hover .widget_shopping_cart,
.storeflex-search-overlay .site-header-cart.focus .widget_shopping_cart {
  display: none;
}

.storeflex-centered {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  color: #fff;
  border: none;
  background: transparent;
}

.storeflex-search-overlay .header-woo-links-wrap {
  width: 25%;
  padding: 8px 10px;
  justify-content: end;
}

.storeflex-centered #search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

.storeflex-search-overlay #close-btn {
  position: absolute;
  top: 3px;
  right: 40px;
  color: #000;
  font-size: 44px;
}

.header-search-wrapper .storeflex-centered .search-form label {
  border-radius: 0;
  padding: 0;
  width: 80%;
  float: left;
  position: relative;
}

.header-search-wrapper .storeflex-centered .search-form label input {
  color: #363636;
  border: 1px solid #ccc;
  height: 55px;
  width: 100%;
  -webkit-appearance: none;
  font-size: 24px;
  font-weight: 400;
  padding: 0 20px;
}

.header-search-wrapper .storeflex-centered .search-submit {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  float: left;
  padding: 7px 0 10px;
  width: 20%;
  height: 55px;
  background: #000;
  font-size: 24px;
}

/*------------------------------------------
 Advanced product search  Css
 -------------------------------------------- */

#searchform.woocommerce-product-search {
  width: 100%;
  margin: 0 auto;
}

.search-wrap {
  position: relative;
  padding: 10px 0;
}

.search-wrap .sm-search-wrap {
  position: absolute;
  display: inline-block;
  right: 11%;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
}

.sm-search-form .search-field {
  width: 87%;
  border-radius: 20px 0px 0px 20px;
  border: 1px solid #e3e3e3;
}

.storeflex-header-search-wrap label .search-field,
.sm_search_form .search-field {
  width: 84%;
  border: 0px;
}

.sm-search-form #searchsubmit {
  width: 10%;
  display: inline-block;
  background: #5e5e5e;
  height: 36px;
  margin-left: -5px;
  border: 1px solid #5e5e5e;
  border-radius: 0px 20px 20px 0px;
  position: relative;
}

.sm-search-form #searchsubmit i {
  position: absolute;
  top: 9px;
  left: 20px;
  color:#fff;
}

.sm-search-wrap select {
  border: 0px;
  width: 87%;
  background-color: #fff;
}

/* -----------------------------------------
-livesearch css
--------------------------------------------*/

.storeflex-search-results-wrap {
  padding: 15px 3px 0;
  display: inline-block;
  height: auto;
  max-height: 240px;
  overflow: auto;
  width: 100%;
}

.storeflex-centered .storeflex-search-posts-wrap {
  padding-right: 8px;
  color: #000;
  text-align: left;
  width: 100%;
  line-height: 2.3;
  font-weight: 600;
}

.storeflex-search-results-wrap .storeflex-item {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.storeflex-search-results-wrap .storeflex-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.storeflex-search-results-wrap .storeflex-item .storeflex-post-thumb-wrap {
  flex: 0 1 20%;
  margin-right: 15px;
}

.storeflex-search-results-wrap .storeflex-item .storeflex-post-thumb-wrap img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.storeflex-search-results-wrap .storeflex-item .storeflex-post-element {
  flex: 0 1 80%;
}

.storeflex-search-results-wrap .storeflex-item.no-img-post .storeflex-post-thumb-wrap {
  flex: 0;
  margin: 0;
}

.storeflex-search-results-wrap .storeflex-item .storeflex-post-element .storeflex-post-title {
  margin: 0 0 6px;
  line-height: 22px;
  font-size: 14px;
}

.storeflex-search-results-wrap .storeflex-item .storeflex-post-element .storeflex-post-title a {
  color: #212121;
}

.storeflex-search-results-wrap .storeflex-item .storeflex-post-element .storeflex-post-title a:hover {
  color: #0065C1;
}

.storeflex-search-results-wrap .storeflex-item .storeflex-post-element .posted-on {
  font-size: 12px;
  display: block;
  margin-top: -2px;
}

.header-search-wrapper .search-form-wrap .search-form label {
  border-radius: 0;
  padding: 0;
  width: 70%;
  float: left;
  position: relative;
}

.search-form.retrieving-posts label::before {
  content: "\eb47";
  font-family: boxicons !important;
  font-weight: 600;
  display: inline-block;
  color: #B6B6B6;
  position: absolute;
  right: 5px;
  border-radius: 50%;
  top: 0px;
  font-size: 20px;
  -webkit-animation: tie-spin 3s infinite linear;
  animation: tie-spin 3s infinite linear;
}

@keyframes tie-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.search-results-wrap.no-posts-found h2 {
  margin: 0;
  font-size: 1.3rem;
}

.search-results-wrap.no-posts-found p {
  margin: 8px 0 0;
}

/* clears the â€˜Xâ€™ from Internet Explorer */
.search-form.retrieving-posts label input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.search-form.retrieving-posts label input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the â€˜Xâ€™ from Chrome */
.search-form.retrieving-posts label input[type="search"]::-webkit-search-decoration,
.search-form.retrieving-posts label input[type="search"]::-webkit-search-cancel-button,
.search-form.retrieving-posts label input[type="search"]::-webkit-search-results-button,
.search-form.retrieving-posts label input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


/* -----------------------------
Social Icon Css
--------------------------------- */

.single-icon-wrap {
  display: inline-block;
  padding: 0px 8px;
}

.single-icon-wrap a {
  font-size: 22px;
  color: #000;
}

/* -----------------------------
Social Icon design layout two and official color Css
--------------------------------- */

.storeflex-social-icons-display-two .single-icon-wrap a {
  border: 1px solid #efefef;
  padding: 2px 5px;

}

.storeflex-social-icons-display-two .single-icon-wrap {
  padding: 0px 5px;
}

.storeflex-social-icons-display-two .storeflex-social-icons-wrapper .single-icon-wrap a:hover {
  background-color: #960505;
  color: #fff;
}

.storeflex-social-icons-color-official .bxl-instagram {
  color: #C62828;
}

.storeflex-social-icons-color-official.bxl-youtube {
  color: #C62828;
}

.storeflex-social-icons-color-official .bxl-facebook,
.storeflex-social-icons-color-official .bxl-facebook-circle,
.storeflex-social-icons-color-official .bxl-facebook-square,
.storeflex-social-icons-color-official .bxl-skype,
.storeflex-social-icons-color-official .bxl-twitter {
  color: #1da1f2;
}

.storeflex-social-icons-color-official .bxl-tiktok {
  color: #ee1d52;
}


.storeflex-social-icons-color-official .bxl-whatsapp,
.storeflex-social-icons-color-official .bxl-whatsapp-square {
  color: #25d366;
}

.storeflex-social-icons-color-official .bxl-airbnb {
  color: #F73659;
}

.storeflex-social-icons-color-official .bxl-deviantart {
  color: #05cc47;
}

.storeflex-social-icons-color-official .bxl-linkedin,
.storeflex-social-icons-color-official .bxl-linkedin-square {
  color: #0a66c2;
}

.storeflex-social-icons-color-official .bxl-pinterest,
.storeflex-social-icons-color-official .bxl-pinterest-alt {
  color: #bd081c;
}

.storeflex-social-icons-color-official .bxl-adobe {
  color: #DB2219;
}

.storeflex-social-icons-color-official .bxl-flickr,
.storeflex-social-icons-color-official .bxl-flickr-square {
  color: #f40083;
}

.storeflex-social-icons-color-official .bxl-tumblr {
  color: #35465d;
}

.storeflex-social-icons-color-official .bxl-slack {
  color: #4a154b;
}

.storeflex-social-icons-color-official .bxl-reddit {
  color: #ff4500;
}

.storeflex-social-icons-color-official .bxl-messenger {
  color: #913BCC;
}

.storeflex-social-icons-color-official .bxl-wordpress {
  color: #009BCB;
}

.storeflex-social-icons-color-official .bxl-behance {
  color: #0054F7;
}

.storeflex-social-icons-color-official .bxl-dribbble {
  color: #ea4c89;
}

.storeflex-social-icons-color-official .bxl-yahoo {
  color: #6001d2;
}

.storeflex-social-icons-color-official .bxl-blogger {
  color: #ED7800;
}

.storeflex-social-icons-color-official .bxl-snapchat {
  color: #fffc00;
}

.storeflex-social-icons-color-official .bxl-wix {
  color: #F4B66C;
}

.storeflex-social-icons-color-official .bxl-meta {
  color: #005ED6;
}

.storeflex-social-icons-color-official .bxl-baidu {
  color: #2319DC;
}

.storeflex-social-icons-color-official .bxl-twitch {
  color: #8C45F7;
}

.storeflex-social-icons-color-official .bxl-discord-alt {
  color: #5562EA;
}

.storeflex-social-icons-color-official .bxl-vk {
  color: #0072F7;
}

.storeflex-social-icons-color-official .bxl-trip-advisor {
  color: #31D99C;
}

.storeflex-social-icons-color-official .bxl-telegram {
  color: #28A4E4;
}

.storeflex-social-icons-color-official .bxl-quora {
  color: #B32A26;
}

.storeflex-social-icons-color-official .bxl-ok-ru {
  color: #EF8B27;
}

.storeflex-social-icons-color-official .bxl-microsoft-teams {
  color: #544FBC;
}

.storeflex-social-icons-color-official .bxl-foursquare {
  color: #F14572;
}

.storeflex-social-icons-color-official .bxl-soundcloud {
  color: #F75200;
}

.storeflex-social-icons-color-official .bxl-vimeo {
  color: #00A8E8;
}

.storeflex-social-icons-color-official .bxl-digg {
  color: #313131;
}

.storeflex-social-icons-color-official .bxl-periscope {
  color: #3E9FBE;
}

.storeflex-social-icons-color-official .bxl-xing {
  color: #005D5B;
}

.storeflex-social-icons-color-official .bxl-imdb {
  color: #EDBF17;
}

.storeflex-social-icons-color-official .bxl-google,
.storeflex-social-icons-color-official .bxl-google-plus-circle,
.storeflex-social-icons-color-official .bxl-google-plus {
  color: #ba3329;
}




/*--- Darkmode and lightmode icon css
--------------------------------------------------------------*/
.storeflex-icon-elements {
  padding-left: 15px;
}

#storeflex-site-mode-wrap.storeflex-icon-elements {
  padding-right: 7px;
}

.storeflex-icon-elements .search-btn {
  margin-top: 5px;
  display: block;
}

#storeflex-site-mode-wrap a {
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 50px;
  position: relative;
  transition: 0.25s;
  font-size: 0;
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);

}

#storeflex-site-mode-wrap a span {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.3s;
}

#storeflex-site-mode-wrap a.dark-mode span::after {
  height: 12px;
  width: 12px;
  content: "";
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  color: #111;
  transition: all ease-in-out 0.3s;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3C/svg%3E");
}

#storeflex-site-mode-wrap a.light-mode span::after {
  display: block;
  --size: 15px;
  appearance: none;
  outline: none;
  cursor: pointer;
  width: var(--size);
  height: var(--size);
  box-shadow: inset calc(var(--size) * 0.33) calc(var(--size) * -0.25) 0;
  border-radius: 999px;
  color: #333;
  transition: all 500ms;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  content: "";
}

.search-bar-overlay .search-form .search-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 1rem;
  width: 100%;
  line-height: 5rem;
  border-bottom: 2px dashed #fff;
  color: #fff;
  font-size: 3rem;
  outline: none;
}


/*--------------------------------------------------------------
Middle header CSS
--------------------------------------------------------------*/
.storeflex-middle-header {
  border-top: 1px solid #efefef;
  padding: 10px 0px;
}

.storeflex-menu-toggle {
  display: none;
}

.storeflex-middle-header .header-woo-links-wrap,
.storeflex-search-overlay .header-woo-links-wrap {
  margin-left: auto;
  display: flex;
}

.site-title {
  margin: 0;
  text-align: center;
}

.site-title a {
  color: #000;
}

.is-sticky .storeflex-middle-header {
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.storeflex-middle-header .storeflex-flex .storeflex-menu-wrapper,
.storeflex-middle-header .storeflex-flex .header-woo-links-wrap {
  flex: 1 1 0px;
  justify-content: flex-end;
}

/*--------------------------------------------------------------
## Main Menu CSS
--------------------------------------------------------------*/
#site-navigation ul li a.storeflex-sub-toggle,
#site-navigation ul.sub-menu li a.storeflex-sub-toggle,
#site-navigation ul.children li a.storeflex-sub-toggle {
  display: none;
}

.site-header {
  color: #000;
  position: relative;
  z-index: 200;
  background-color: #fff;
  z-index: 999;

}

#site-navigation ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

#site-navigation ul li {
  position: relative;
}

#site-navigation ul li a {
  color: #000;
  padding: 0 20px 0;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 18px;
}

#site-navigation ul#primary-menu>li:first-child>a,
#site-navigation ul.nav-menu>li:first-child>a {
  padding-left: 0;
}

#site-navigation ul ul {
  display: block;
}

#site-navigation ul ul.children li a {
  line-height: 25px;
  padding: 8px 15px;
}

#site-navigation ul li:hover>a,
#site-navigation ul li.focus>a {
  color: #2d9b13;
}

#site-navigation ul li.current-menu-item>a,
#site-navigation ul li.current-page-item>a,
#site-navigation ul li.current-menu-ancestor>a {
  color: #2d9b13;
  font-weight: 600;
}


#site-navigation .menu-item-description {
  position: absolute;
  top: -24px;
  right: -40px;
  background: #2d9b13;
  line-height: 24px;
  font-size: 12px;
  padding: 0 10px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  z-index: 9;
}

#site-navigation .menu-item-description::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #2d9b13 transparent transparent transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#site-navigation ul.sub-menu,
#site-navigation ul.children {
  background: #ffffff none repeat scroll 0 0;
  width: 200px;
  position: absolute;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  top: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#site-navigation ul.sub-menu li:hover>a,
#site-navigation ul.children:hover {
  color: #2d9b13;
  background-color: unset;
}

#site-navigation ul li.current_page_item>a#site-navigation ul li.current-menu-item>a {
  background-color: unset;
  color: #000;
}

#site-navigation ul li:hover>ul.sub-menu,
#site-navigation ul li:hover>ul.children,
#site-navigation ul li.focus>ul.sub-menu,
#site-navigation ul li.focus>ul.children {
  opacity: 1;
  visibility: visible;

}

#site-navigation ul li.focus>ul.sub-menu,
#site-navigation ul li.focus>ul.children {
  opacity: 1;
  visibility: visible;
  -transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

#site-navigation ul.sub-menu li,
#site-navigation ul.children li {
  float: none;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}

#site-navigation ul.sub-menu li a,
#site-navigation ul.children li a {
  line-height: 24px;
  padding: 10px 15px;
  overflow: hidden;
}

#site-navigation ul.sub-menu .menu-item-description,
#site-navigation ul.children .menu-item-description {
  display: none;
}

#site-navigation ul.sub-menu li:last-child,
#site-navigation ul.children li:last-child {
  border: none;
}

#site-navigation ul.sub-menu li ul,
#site-navigation ul.children li ul {
  right: 9999em;
  left: auto;
  top: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

#site-navigation ul.sub-menu li:hover>ul,
#site-navigation ul.children li:hover>ul,
#site-navigation ul.sub-menu li.focus>ul,
#site-navigation ul.children li.focus>ul {
  right: -100%;
  left: auto;
  top: 0;
}

#site-navigation ul li.menu-item-has-children>a:before,
#site-navigation ul li.page_item_has_children>a:before {
  content: "\ea4a";
  font-family: boxicons;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#site-navigation ul.sub-menu li.menu-item-has-children>a:before,
#site-navigation ul.children li.page_item_has_children>a:before {
  content: "\ea50";
}

#site-navigation ul#primary-menu li.menu-item-has-children a,
#site-navigation #primary-menu li.page_item_has_children a {
  padding-right: 30px;
}

/*----------------------- Main Menu CSS End
--------------------------------------------------------------*/

/*----------------------- site header cart
--------------------------------------------------------------*/
#site-header-cart {
  padding: 0 15px;
}

.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed;
}

#site-header-cart .widget_shopping_cart .widget_shopping_cart_content li {
  margin-left: 0px;
  float: none;
}

#site-header-cart li {
  list-style: none;
  float: left;
  margin-left: 16px;
}

#search-bar-section .cart-contents {
  color: #fff;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.cart-icon,
.storeflex-wishlist {
  position: relative;
}

#site-header-cart .bx {
  font-size: 24px;
  font-weight: 600;
  padding-top: 8px;
  text-align: center;
  line-height: 20px;
  color: #000;
}

.cart-icon .cart-count,
.storeflex-wishlist .storeflex-wl-counter {
  z-index: 11;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 1.3rem;
  background-color: #2d9b5f;
  color: #fff;
  font-weight: 500;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #fff;
  align-items: center;
  top: -2px;
  left: 18px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.cart-count {
  position: relative;
  margin-right: 10px;
}

.cart-contents .cart-title {
  font-weight: 600;
  font-size: 16px;
  padding-left: 8px;
  color: #000;
}

.cart-title {
  position: relative;
  display: inline;
}

.cart-contents .cart-amount {
  color: #000;
}

.storeflex-wishlist a i {
  font-size: 25px;
  font-weight: 600;
  padding-top: 11px;
  text-align: center;
  line-height: 20px;
  color: #000;
}

.widget.woocommerce.widget_shopping_cart {
  top: 35px;
  width: 300px;
  height: auto;
  max-height: 300px;
  overflow: auto;
}

.widget-area .widget.woocommerce.widget_shopping_cart {
  width: auto;
}

.widget-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
  border: 1px solid #efefef;
  padding: 10px;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart:hover .widget_shopping_cart,
.site-header-cart.focus .widget_shopping_cart {
  left: 0;
  display: block;
}

.site-header-cart .widget_shopping_cart {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999999;
  color: #000;
  padding: 10px;
  background-color: #fff;
  left: -999em;
  display: block;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.woocommerce-mini-cart__buttons.buttons,
.woocommerce-mini-cart__empty-message {
  text-align: center;
  margin-bottom: 0;
}

.storeflex-middle-header .site-header-cart .woocommerce ul.cart_list li a,
.storeflex-middle-header .site-header-cart .woocommerce ul.product_list_widget li a {
  color: #000;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
}

.storeflex-middle-header .widget.woocommerce.widget_shopping_cart::before {
  content: "";
  height: 22px;
  width: 100%;
  top: -22px;
  left: 0;
  position: absolute;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 80px;
  float: right;
}

.woocommerce.widget_shopping_cart .total {
  border-top: 3px double #e9e6ed;
  padding: 4px 0 0;
  position: relative;
  display: inline-block;
  width: 100%;
}

.storeflex-middle-header .woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 14px;
}

/*----------------------- Header layout Two
--------------------------------------------------------------*/

.storeflex-header-layout-two .storeflex-menu-wrapper {
  margin: 0 auto;
}

.storeflex-header-layout-two .header-search-wrapper {
  margin: 0 auto;
}

.storeflex-header-layout-two .top-header-text,
.storeflex-header-layout-two .site-branding,
.storeflex-header-layout-two .storeflex-middle-header .header-woo-links-wrap {
  margin: 0;
}

.storeflex-header-layout-two .search-form-wrap .search-form,
.storeflex-header-layout-three .search-form-wrap .search-form {
  height: 42px;
  position: relative;
  margin: 13px 0;
  display: flex;
}

.storeflex-header-layout-two .search-form-wrap .search-field,
.storeflex-header-layout-three .search-form-wrap .search-field {
  float: left;
  width: auto;
  border: 0px;
  padding: 0 10px 0 20px;
  height: 42px;
  width: 100%;
  border-bottom: 1px solid #efefef;
}

.storeflex-header-layout-two .header-search-wrapper .search-form-wrap .search-form label {
  width: 100%;
}

.storeflex-header-layout-two .header-search-wrapper,
.storeflex-header-layout-three .header-search-wrapper {
  width: 45%;
}

.storeflex-header-layout-two .header-search-wrapper .storeflex-container,
.storeflex-header-layout-three .header-search-wrapper .storeflex-container {
  width: 100%;
  margin: 0
}

.storeflex-header-layout-two .header-search-wrapper .storeflex-centered,
.storeflex-header-layout-three .header-search-wrapper .storeflex-centered {
  width: 100%;
}

.storeflex-header-layout-two .storeflex-search-results-wrap,
.storeflex-header-layout-three .storeflex-search-results-wrap {
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: #fff;
}


.storeflex-header-layout-two .search-form-wrap,
.storeflex-header-layout-three .search-form-wrap {
  position: relative;
}

.storeflex-header-layout-two .storeflex-middle-header .storeflex-flex .storeflex-menu-wrapper,
.storeflex-header-layout-two .storeflex-middle-header .storeflex-flex .header-woo-links-wrap,
.storeflex-header-layout-two .storeflex-social-icons-wrapper,
.storeflex-header-layout-three .header-elements-wrapper .storeflex-social-icons-wrapper,
.storeflex-header-layout-three .header-elements-wrapper {
  flex: none;
}


/*----------------------- Header layout Three
--------------------------------------------------------------*/
.storeflex-header-layout-three .storeflex-middle-header .storeflex-flex .storeflex-menu-wrapper,
.storeflex-header-layout-three .storeflex-middle-header .storeflex-flex .header-woo-links-wrap {
  justify-content: flex-start;
}


.storeflex-header-layout-three .site-branding {
  margin: 0;
}

.storeflex-header-layout-three .storeflex-menu-wrapper {
  margin: 0 auto;
}

.storeflex-header-layout-three .storeflex-social-icons-wrapper {
  margin-left: auto
}

.storeflex-header-layout-three .top-header-text {
  display: flex;
  flex: 1 1 0px;
  justify-content: flex-end;
}

.storeflex-header-layout-three .header-search-wrapper {
  margin: 0 auto;
}

.storeflex-header-layout-three #site-header-cart li {
  margin: 0px 15px 0px 0px;
}

.storeflex-header-layout-three #site-header-cart {
  padding: 0;
}

.storeflex-header-layout-three #site-navigation ul li a {
  padding: 12px 13px;
}

#storeflex-site-mode-wrap.storeflex-icon-elements {
  padding: 0px 0px 0px 15px;
}

.storeflex-header-layout-three .header-search-wrapper .search-form-wrap .search-form label {
  width: 85%;
}

.header-search-wrapper .search-form-wrap input[type="submit"] {
  border: 0px;
  background: #efefef;
  color: #000;
}



/*----------------------- banner image
--------------------------------------------------------------*/

.storeflex-banner-wrapper {
  margin-top: 20px;
}

.storeflex-banner-wrapper .storeflex-container {
  display: grid;
  grid-template-columns: 70% 30%;
}

.slider-single-post-wrap {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.post-thumbnail-wrap {
  position: relative;
  margin-bottom: 20px;
}

.storeflex-banner-wrapper .post-thumbnail-wrap,
.storeflex-banner-wrapper figure {
  height: 100%;
}

.storeflex-banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storeflex-banner-wrapper .slider-content-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 60%;
  padding: 0 100px 0 40px;
  z-index: 1;
  transform: translateY(-50%);
}

.storeflex-banner-wrapper .feature-content-wrap {
  position: absolute;
  left: 0;
  top: 30px;
  width: 60%;
  padding: 0px 20px;
  z-index: 1;
}

.storeflex-banner-wrapper .slider-content-wrap h3 {
  font-size: 50px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

.slider-desc {
  margin: 20px 0 30px;
  font-size: 18px;
}

.storeflex-banner-wrapper .slider-single-post-wrap .buy-now-button {
  background-color: transparent;
  border: 0px;
  display: block;
  padding: 0px 0px;
}

.storeflex-banner-wrapper .slider-single-post-wrap .buy-now-button:hover {
  background-color: transparent;
}

.storeflex-banner-wrapper .slider-single-post-wrap .buy-now-button a {
  display: block;
  border: 1px solid #cfcece;
  background-color: #f7f9f8;
  border-radius: 5px;
  padding: 12px 30px;
  font-size: 18px;
  color: #333;
}

.storeflex-banner-wrapper .slider-single-post-wrap .buy-now-button:hover a {
  color: #fff;
}

.storeflex-banner-wrapper .lSPager.lSpg {
  display: none;
}

.storeflex-banner-wrapper .lSAction {
  position: absolute;
  right: 20px;
  top: 20px;
}

.storeflex-banner-wrapper .lSAction a {
  position: static;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  background: rgba(0, 0, 0, 1);
  margin-left: 5px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin-top: 0;
}

.storeflex-banner-wrapper .lSAction .lSPrev:before {
  content: "\ea4d";
  font-family: "boxicons";
  font-size: 33px;
  color: #fff;
}

.storeflex-banner-wrapper .lSAction .lSNext:before {
  content: "\ea50";
  font-family: "boxicons";
  font-size: 33px;
  color: #fff;
}

.storeflex-banner-layout-two .slider-single-post-wrap {
  height: 581px;
}

/*----------------------- block image
--------------------------------------------------------------*/

.storeflex-banner-wrapper .feature-content-wrap h4 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
}

.storeflex-banner-wrapper .feature-content-wrap .buy-now-button {
  margin: 0;
  background-color: transparent;
  border: none;
  padding: 0;

}

.storeflex-banner-wrapper .feature-content-wrap .buy-now-button a {
  color: #000;
  display: flex;
  font-size: 16px;
  border-bottom: 2px solid #689f38;
  font-weight: 400;
  padding-bottom: 5px;
}

.storeflex-banner-wrapper .feature-content-wrap .buy-now-button a:after {
  content: "\ebe6";
  font-family: 'boxicons';
  font-size: 20px;
  color: #000;
  margin-left: 2px;
  transition: 0.3s ease;
}

.storeflex-banner-wrapper .feature-content-wrap .buy-now-button a:hover:after {
  margin-left: 5px;
}

.feature-single-post-wrap {
  margin-left: 2%;
  margin-bottom: 2%;
}

.storeflex-banner-layout-one .feature-single-post-wrap {
  height: 500px;
}

.storeflex-banner-layout-two .feature-single-post-wrap {
  height: 286px;
}

/*-----------------------featured block image layout three
--------------------------------------------------------------*/

.storeflex-banner-layout-three .feature-single-post-wrap {
  height: auto;
  margin: 2% 0 0 2%;
  margin-right: 2px;
  width: 31%;
  display: inline-block;
}

.storeflex-banner-layout-three .storeflex-feature {
  margin-left: -2%;
}

/*----------------------- banner layout three
--------------------------------------------------------------*/

.storeflex-banner-wrapper.storeflex-banner-layout-three .storeflex-container {
  display: grid;
  grid-template-columns: 100%;
}


.storeflex-banner-wrapper.storeflex-banner-layout-three .slider-single-post-wrap .buy-now-button {
  margin: 10px 0px;
}

.storeflex-banner-wrapper.storeflex-banner-layout-three .slider-content-wrap {
  width: 70%;
}



/*----------------------- banner-placed--feature-slider
--------------------------------------------------------------*/

.storeflex-banner-wrapper.storeflex-banner-layout-two.banner-placed--feature-slider .storeflex-container {
  grid-template-columns: 30% 70%;
}

.storeflex-banner-wrapper.storeflex-banner-layout-two.banner-placed--feature-slider .storeflex-feature {
  margin-left: 0;
}

.storeflex-banner-wrapper.storeflex-banner-layout-two.banner-placed--feature-slider .lSSlideOuter {
  margin-left: 2%;
}

.storeflex-banner-wrapper.storeflex-banner-layout-three.banner-placed--feature-slider .storeflex-container {
  grid-template-columns: 100%;
}



/*----------------------- Inner cart page design
--------------------------------------------------------------*/

.woocommerce-cart .storeflex-cart-wrapper table.shop_table,
.storeflex-cart-wrapper .woocommerce-cart-form th,
.storeflex-cart-wrapper .woocommerce-cart-form td {
  border: none;
}

.storeflex-cart-wrapper .woocommerce-cart-form td {
  border-top: 1px solid #efefef;
}


.woocommerce-cart .storeflex-cart-wrapper table.cart img {
  width: 100px;
}

.woocommerce-cart .storeflex-cart-wrapper .product-name a {
  color: #000;
  text-decoration: none;
}

.storeflex-cart-wrapper {
  border: 1px solid #efefef;
  padding: 20px;
  border-radius: 7px;
}

.page .entry-header {
  text-align: center;
  padding: 20px;
}

.woocommerce-cart .storeflex-cart-wrapper table.cart td.actions .coupon .input-text {
  width: 126px;
  color: #515151;
  background-color: #e9e6ed;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  border: 0;
  height: 33px;
  margin-right: 20px;
}


.storeflex-cart-wrapper .wc-proceed-to-checkout {
  text-align: center;
  padding: 20px 0px;
}

.storeflex-cart-wrapper a.checkout-button.button.alt {
  background-color: #2d9b13;
  color: #fff;
  padding: 20px 30px;
  border-radius: 7px;
}

.storeflex-cart-wrapper .cart-collaterals table.shop_table_responsive tr th,
.storeflex-cart-wrapper .cart-collaterals table.shop_table_responsive tr td {
  border: none;
  border-top: 1px solid #cfcaca;
}

.woocommerce .storeflex-cart-wrapper a.remove {
  text-align: center;
}

.woocommerce-cart .cart .button,
.woocommerce-cart:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
.woocommerce-cart:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
.woocommerce-cart:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] {
  background-color: #2d9b13;
  color: #fff;
  opacity: 1;
}


/*----------------------- new Products design
--------------------------------------------------------------*/


.woocommerce-cart .wc-block-grid__product {
  border: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product .wc-block-grid__product-title {
  color: #575757;
  font-size: 16px;
}

.woocommerce-cart .entry-content .wp-block-woocommerce-cart a.add_to_cart_button {
  font-size: 15px;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
  display: inline-block;
  width: 23%;
  max-width: 23% !important;
  margin-left: 2%;
  padding: 20px;
  margin-right: -4px;
  margin-bottom: 30px;
}

.woocommerce-cart .wc-block-grid__products {
  margin-left: -2%;
}


/*-----------------------Products design
--------------------------------------------------------------*/

/* products cart design and view product grouped type*/

.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 100%;
}

.woocommerce-active ul.products li.product .button,
.woocommerce-active li.product .button {
  position: absolute;
  top: 55%;
  left: 50%;
  width: max-content;
  margin: 0 auto;
  padding: 8px 20px;
  height: 55px;
  line-height: 38px;
  z-index: 9;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  border-radius: 0;
  transform: translate(-50%);
  visibility: hidden;
  background-color: #fff;
  display: inline-block;
  font-size: 18px;
  color: #212121;
}


.woocommerce-active ul.products li.product .button .bx,
.woocommerce-active li.product .button .bx {
  font-size: 22px;
  top: 1px;
  position: relative;
}

.woocommerce-active ul.products li.product:hover .button,
.woocommerce-active li.product:hover .button {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.woocommerce-active ul.products li.product .button:hover,
.woocommerce-active li.product .button:hover {
  background-color: #2d9b13;
  color: #fff;
}

.woocommerce-active ul.products li.product .button span,
.woocommerce-active li.product .button span {
  padding-left: 5px;
}

.woocommerce-active li.product>.yith-wcqv-button,
.woocommerce-active li.product .storeflex-product-btns-icons>.woocommerce-LoopProduct-link.woocommerce-loop-product__link,
.woocommerce-active li.product>.compare.button,
.woocommerce-active ul.products li.product>.yith-wcqv-button {
  display: none !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
  right: 5px;
}


.woocommerce-active li.product a.added_to_cart,
.woocommerce-active ul.products li.product a.added_to_cart {
  position: absolute;
  bottom: 45%;
  left: 50%;
  background-color: #2d9b13;
  color: #fff;
  transform: translateX(-50%);
  padding: 3px 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.woocommerce-active li.product:hover a.added_to_cart,
.woocommerce-active ul.products li.product:hover a.added_to_cart {
  bottom: 52%;
  opacity: 1;
  visibility: visible;
}

.woocommerce ul.products li.product a img {
  margin: 0
}

.wc-block-grid__product .wc-block-grid__product-title {
  font-size: 20px;
}

/* products column 4  */

.products.columns-4 .storeflex-product-btns-icons a.add_to_wishlist {
  width: 33px;
  height: 33px;
  right: 17px;
}

.products.columns-4 .storeflex-product-btns-icons .add_to_wishlist::before {
  right: -13px;
}

.products.columns-4 .storeflex-product-btns-icons a.add_to_wishlist::after {
  top: 11%;
  right: -16%;
  font-size: 11px;
  padding: 7px 4px;
}

.woocommerce-active .products.columns-4 ul.products li.product span.onsale,
.woocommerce-active .products.columns-4 li.product span.onsale {
  left: 18px;
}

/* product wishlist design  */

.storeflex-product-btns-icons a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: none;
}

.woocommerce-active .storeflex-product-btns-icons>a,
.woocommerce-active ul.products li.product .storeflex-product-btns-icons .button,
.woocommerce-active li.product .storeflex-product-btns-icons .button,
.woocommerce-active.storeflex-product-layout-two .storeflex-product-btns-icons>a,
.woocommerce-active.storeflex-product-layout-two ul.products li.product .storeflex-product-btns-icons .button,
.woocommerce-active.storeflex-product-layout-two li.product .storeflex-product-btns-icons .button {
  width: 35px;
  height: 35px;
  line-height: 40px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
  font-size: 22px;
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
  padding: 0;
  transform: none;
  margin-bottom: 10px;
  top: 0;
  left: 0;
}

.woocommerce-active .storeflex-product-btns-icons>a:hover,
.woocommerce-active ul.products li.product .storeflex-product-btns-icons .button:hover,
.woocommerce-active li.product .storeflex-product-btns-icons .button:hover {
  font-weight: 900;
  color: #2d9b13;
  background: #fff;
}

.woocommerce-active .storeflex-product-btns-icons {
  position: relative;
}

.woocommerce-active li.product .storeflex-product-btns-icons,
.woocommerce-active ul.products li.product .storeflex-product-btns-icons {
  position: absolute;
  right: 0;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease 0s;
  z-index: 9;
}

.woocommerce-active li.product:hover .storeflex-product-btns-icons,
.woocommerce-active ul.products li.product:hover .storeflex-product-btns-icons {
  opacity: 1;
  visibility: visible;
  right: 20px;
}

.woocommerce-active .storeflex-product-btns-icons>a span {
  top: 50%;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 11px;
  padding: 7px 10px;
  color: #ffffff;
  background-color: #2d9b13;
  line-height: 15px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  transition: 0.5s ease;
  right: 160%;
  transition: 0.3s ease;
}

.woocommerce-active .storeflex-product-btns-icons>a:hover span {
  opacity: 1;
  visibility: visible;
  right: 140%;
}

.woocommerce-active .storeflex-product-btns-icons>a span::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #2d9b13;
  border-bottom: 10px solid transparent;
  right: -8px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.woocommerce-active .storeflex-product-btns-icons>a:hover span::before {
  opacity: 1;
  visibility: visible;

}

.woocommerce-active .storeflex-thumbs-wrapper {
  position: relative;
}

/* products wishlist design end  */

.woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: 600;
  color: #212121;
  text-transform: capitalize;
  text-decoration: none;
  margin: 20px 0px 5px;
  cursor: pointer;
}

.woocommerce-Price-amount.amount,
.woocommerce-wishlist .woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: 400;
  color: #505050;
}

/* product on sale design  */
.woocommerce-active ul.products li.product span.onsale,
.woocommerce-active li.product span.onsale,
.woocommerce .storeflex-shop-sidebar-wrapper span.onsale {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  line-height: 40px;
  z-index: 1;
  border-radius: 50%;
  padding: 0;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
  background-color: #2d9b13;
  color: #fff;
  font-size: 14px;
}

/*  product on sale design layout two */

.woocommerce-active ul.products li.product .storeflex-sale-display-layout-two span.onsale,
.woocommerce-active li.product .storeflex-sale-display-layout-two span.onsale,
.woocommerce .storeflex-shop-sidebar-wrapper .storeflex-sale-display-layout-two span.onsale {
  border-radius: 0;
  width: max-content;
  min-height: 25px;
  height: 25px;
  line-height: 25px;
}

/* product out of stock  design */

.woocommerce-active ul.products li.product .storeflex-out-of-stock-message,
.woocommerce-active li.product .storeflex-out-of-stock-message {
  right: 0;
  bottom: 0;
  padding: 4px 9px;
  border-radius: 0;
  line-height: 1;
  min-height: 1em;
  min-width: 1em;
  font-size: 12px;
  font-size: 11px;
  font-weight: 400;
  text-transform: capitalize;
  background-color: #2d9b13;
  position: absolute;
  color: #fff;
  border-radius: 7px 0px;
  z-index: 1;
}


/* product out of stock  design layout two  */
.woocommerce-active ul.products li.product .storeflex-out-of-stock-message.storeflex-out-of-stock-layout-two,
.woocommerce-active li.product .storeflex-out-of-stock-message.storeflex-out-of-stock-layout-two {
  border-radius: 0;
}

/* products star rating  */

.product .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.product .star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffab40;
}

.product .star-rating,
.woocommerce .product .star-rating {
  margin: 0 auto 8px;
}

.comment-form-rating p.stars:hover a::before {
  color: #ffab40;
}

.woocommerce-active p.stars.selected a.active::before,
.woocommerce-active p.stars.selected a:not(.active)::before {
  color: #ffab40;
}

/* products sale percentage badge */

.product .price {
  position: relative;
}

.storeflex-sale-percentage-badge {
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
  display: inline-block;
  margin-left: 5px;
  border-radius: 4px;
  line-height: 1;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  padding: 4px 8px;
  background-color: red;
}

/* products hover effect */

.woocommerce-active li.product a.woocommerce-LoopProduct-link img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  width: 100%;
}

.woocommerce-active li.product:hover a.woocommerce-LoopProduct-link img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

/* products sale percentage badge design layout two */

.storeflex-sales-badge-layout-two,
.storeflex-sales-badge-layout-one {
  display: inline-block;
  vertical-align: middle;
}

.storeflex-sales-badge-layout-two .storeflex-sale-percentage-badge {
  border-radius: 6px 0 0 6px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 4px 8px;
  float: left;
  background: #2d9b13;
  position: relative;
  clip-path: none;
  display: inline-block;
}

.storeflex-sales-badge-layout-two .storeflex-sale-percentage-badge::before,
.storeflex-sales-badge-layout-two .storeflex-sale-percentage-badge::after {
  content: "";
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
}

.storeflex-sales-badge-layout-two .storeflex-sale-percentage-badge::after {
  bottom: 0;
  border-width: 0 15px 20px 0;
  border-color: transparent transparent #2d9b13 transparent;
}

.storeflex-sales-badge-layout-two .storeflex-sale-percentage-badge::before {
  top: 0;
  border-width: 20px 15px 0 0;
  border-color: #2d9b13 transparent transparent transparent;
}

/* product quick view design  */

.storeflex-product-btns-icons .storeflex-quick-btn {
  top: 70px;
}

/*-----------------------Products design layout two
--------------------------------------------------------------*/


.storeflex-product-layout-two .product,
.storeflex-product-layout-two.woocommerce ul.products li.product,
.storeflex-product-layout-two.woocommerce-page ul.products li.product,
.storeflex-product-layout-two .frontpage-section li.product,
.storeflex-product-layout-two .frontpage-middle-content-section li.product {
  border: 1px solid #efefef;
  padding: 20px;
}

.woocommerce-active.storeflex-product-layout-two .storeflex-product-btns-icons>a,
.woocommerce-active.storeflex-product-layout-two li.product .storeflex-product-btns-icons .button,
.woocommerce-active.storeflex-product-layout-two ul.products li.product .storeflex-product-btns-icons .button {
  border-radius: 0px;
}

.woocommerce-active.storeflex-product-layout-two ul.products li.product .button,
.woocommerce-active.storeflex-product-layout-two li.product .button {
  top: auto;
  bottom: 10px;
  width: 90%;
}

.woocommerce-active.storeflex-product-layout-two ul.products li.product:hover .button,
.woocommerce-active.storeflex-product-layout-two li.product:hover .button {
  top: auto;
  bottom: 20px;
}

.woocommerce-active.storeflex-product-layout-two .storeflex-product-btns-icons>a,
.woocommerce-active.storeflex-product-layout-two ul.products li.product .storeflex-product-btns-icons .button,
.woocommerce-active.storeflex-product-layout-two li.product .storeflex-product-btns-icons .button {
  top: 20px;
}

.woocommerce-active.storeflex-product-layout-two li.product .storeflex-product-btns-icons,
.woocommerce-active.storeflex-product-layout-two ul.products li.product .storeflex-product-btns-icons {
  top: 0;
}


.woocommerce-active.storeflex-product-layout-two li.product:hover a.added_to_cart {
  bottom: 80px;
}

.woocommerce-active.storeflex-product-layout-two li.product a.added_to_cart {
  bottom: 65px;
}

/*-----------------------Products design layout three
--------------------------------------------------------------*/

.storeflex-product-layout-three .product,
.storeflex-product-layout-three.woocommerce ul.products li.product,
.storeflex-product-layout-three.woocommerce-page ul.products li.product,
.storeflex-product-layout-three .frontpage-section li.product,
.storeflex-product-layout-three .frontpage-middle-content-section li.product {
  border: 0px;
  padding: 0px;
}



.woocommerce-active.storeflex-product-layout-three li.product .storeflex-product-btns-icons,
.woocommerce-active.storeflex-product-layout-three ul li.product .storeflex-product-btns-icons {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  top: auto;
  margin: 0 auto;
  padding: 7px 26px;
  height: 43px;
  line-height: 27px;
  z-index: 4;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  border-radius: 7px;
  display: inline-flex;
  justify-content: center;
  margin-left: -45%;
  visibility: hidden;
}

.woocommerce-active.storeflex-product-layout-three li.product:hover .storeflex-product-btns-icons,
.woocommerce-active.storeflex-product-layout-three ul li.product:hover .storeflex-product-btns-icons {
  opacity: 1;
  background-color: #ffffff;
  color: #2d9b13;
  border: 1px solid#fff;
  border-radius: 0px;
  bottom: 20px;
  visibility: visible;
}

.woocommerce-active.storeflex-product-layout-three .product .storeflex-product-btns-icons>a,
.woocommerce-active.storeflex-product-layout-three li.product .storeflex-product-btns-icons .button,
.woocommerce-active.storeflex-product-layout-three ul.products li.product .storeflex-product-btns-icons .button {
  width: auto;
  height: auto;
  line-height: normal;
  background-color: transparent;
  color: #000;
  border-radius: 0;
  margin: 0px 10px;
  box-shadow: none;
}

.storeflex-product-layout-three .product a.add_to_cart_button::before {
  margin-right: 0;
}

.woocommerce-shop.woocommerce.storeflex-product-layout-three ul.products li.product .storeflex-quick-btn.button {
  margin-top: 0px;
  background-color: transparent;
  color: #000;
}

.woocommerce-active.storeflex-product-layout-three .storeflex-product-btns-icons>a span {
  top: -60px;
  transform: translateX(-50%);
  right: auto;
  left: 50%;
}

.woocommerce-active.storeflex-product-layout-three .storeflex-product-btns-icons>a:hover span {
  top: -50px
}

.woocommerce-active.storeflex-product-layout-three .storeflex-product-btns-icons>a span::before {
  border-top: 10px solid #2d9b13;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 27px;
}

.woocommerce-active.storeflex-product-layout-three .storeflex-product-btns-icons>a:hover span::before {
  top: 27px;
}

.woocommerce-active.storeflex-product-layout-three .storeflex-product-btns-icons a.added_to_cart {
  display: inline-block;
  background-color: #2d9b13;
  padding: 5px 10px;
  color: #fff;
  margin: 0px;
  font-size: 17px;
  position: absolute;
  top: -37px;
}

.woocommerce-active.storeflex-product-layout-three li.product:hover a.added_to_cart,
.woocommerce-active.storeflex-product-layout-three ul.products li.product:hover a.added_to_cart,
.woocommerce-active li.product a.added_to_cart,
.woocommerce-active ul.products li.product a.added_to_cart {
  bottom: auto;
}



/*----------------------- woocommerce checkout design
--------------------------------------------------------------*/
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  display: none;
}

.woocommerce-checkout .wc-block-components-text-input.is-active input[type=email],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.woocommerce-checkout .wc-block-components-text-input.is-active input[type=text],
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  padding: 2.5em 0.5em 1.5em;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="url"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="search"] {
  height: 47px;
}

.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button,
.woocommerce-checkout .wc-block-components-totals-coupon-link {
  padding: 12px 28px;
  border-radius: 7px;
  border: 1px solid #efefef;
  background-color: #2d9b13;
  color: #fff;
}

.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button svg {
  left: 5px;
}

.woocommerce-checkout .wc-block-components-order-summary__button-text {
  font-size: 20px;
  font-weight: 500;
}

.woocommerce-checkout .wc-block-components-totals-wrapper:first-child::after {
  border: 0px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.woocommerce-checkout .select2-container .select2-selection--single {
  height: 40px;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text {
  height: 40px;
}

.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-name {
  font-size: 16px;
  font-weight: 500;
}

.woocommerce-checkout .wc-block-checkout-empty a.wp-block-button__link {
  color: #fff;
}

/*----------------------- checkout design
--------------------------------------------------------------*/

.woocommerce .storeflex-checkout-wrapper .col2-set .col-1,
.woocommerce-page .storeflex-checkout-wrapper .col2-set .col-1,
.woocommerce .storeflex-checkout-wrapper .col2-set .col-2,
.woocommerce-page .storeflex-checkout-wrapper .col2-set .col-2 {
  width: 100%;
}


.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-error:before {
  color: #fff;
}

.woocommerce-checkout .select2-container--open .select2-dropdown {
  top: -31px;
}

/*----------------------- storeflex-category-block-wrapper
--------------------------------------------------------------*/


.storeflex-category-block-wrapper .single-category {
  display: inline-block;
  width: 12.28%;
  margin-left: 2%;
  margin-bottom: 30px;
  vertical-align: top;
  text-align: center;
  padding: 0;
  box-shadow: none;
}

.storeflex-category-block-wrapper .lSSlideWrapper .single-category {
  width: auto;
  margin: 0;
}

.storeflex-category-block-wrapper .category-image {
  width: 149px;
  position: relative;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  background: #f1f1f1;
  padding: 18px;
}

.storeflex-category-block-wrapper .category-image img {
  width: 100%;
}

.storeflex-category-block-wrapper .category-title {
  line-height: 3;
}

.lSSlideOuter .lSPager.lSpg {
  display: none;
}



.frontpage-section li.product,
.frontpage-middle-content-section li.product {
  display: inline-block;
  width: 23%;
  margin-right: -4px;
  margin-left: 2%;
  vertical-align: top;
  margin-bottom: 2%;
  margin-top: 15px;
  text-align: center;
}

.product a.woocommerce-LoopProduct-link {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0;
}

.storeflex-category-block-wrapper .category-image img {
  width: 100%;
}

.storeflex-category-block-wrapper .storeflex-single-category-wrapper,
.storeflex-product-grid-block .storeflex-product-grid-wrapper,
.storeflex-custom-block .storeflex-custom-block-wrapper {
  margin-left: -2%;
  margin-bottom: 30px;
}

.storeflex-category-block-wrapper .category-title {
  margin: 0px;
}

.storeflex-product-grid-btn-wrapper {
  text-align: center;
}

.storeflex-product-grid-block .storeflex-product-grid-button {
  display: inline-block;
  background-color: #fff;
  padding: 10px 30px;
  font-weight: 600;
  border: 1px solid #212121;
  font-size: 18px;
  margin: 30px 0px;
}


.storeflex-product-grid-block .storeflex-product-grid-button:hover {
  background: #212121;
  color: #fff;
}

.storeflex-category-block-wrapper .lSAction>a,
.storeflex-testimonial-wrapper .lSAction>a {
  top: 40%;
}

.storeflex-category-block-wrapper .lSAction a,
.storeflex-testimonial-block .lSAction a {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
  border-radius: 50px;
  color: #fff;
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  opacity: 1;
}

.storeflex-category-block-wrapper .lSAction .lSPrev:before,
.storeflex-testimonial-block .lSAction .lSPrev:before {
  content: "\ea4d";
  font-family: "boxicons";
  font-size: 34px;
  color: #353535;
  padding: 2px;
}

.storeflex-category-block-wrapper .lSAction .lSNext:before,
.storeflex-testimonial-block .lSAction .lSNext:before {
  content: "\ea50";
  font-family: "boxicons";
  font-size: 34px;
  color: #353535;
  padding: 2px;
}


/*----------------------- storeflex-category-block-wrapper two
-------------------------------------------------*/

.storeflex-layout-two .storeflex-category-block-wrapper .single-category {
  display: inline-block;
  width: 14.66%;
  margin-left: 2%;
  margin-bottom: 30px;
  vertical-align: top;
  text-align: center;
  padding: 0;

}

.storeflex-layout-two .storeflex-category-block-wrapper .category-image {
  margin: 0 auto;
  width: 180px;
  border-radius: 0;
}


.storeflex-layout-two .storeflex-category-block-wrapper .no-img .category-title {
  line-height: 110px;
  height: 110px;
}

.storeflex-layout-two .storeflex-category-block-wrapper .category-title {
  line-height: 2.9;
}

.storeflex-layout-two .storeflex-category-block-wrapper .lSSlideWrapper .single-category {
  width: auto;
  margin: 0;
}


.storeflex-category-block-wrapper .storeflex-single-category-wrapper.storeflex-category-block-layout-carousel {
  overflow: visible;
  margin-left: 0;
}

/*----------------------- storeflex-category-block-wrapper three
-------------------------------------------------*/
.storeflex-layout-three .storeflex-category-block-wrapper .single-category {
  display: inline-flex;
  width: 23%;
  gap: 13px;
  margin-left: 2%;
  align-items: center;
  margin-top: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}

.storeflex-layout-three .storeflex-category-block-wrapper .category-image {
  width: 60px;
  position: relative;
}

.storeflex-layout-three .storeflex-category-block-wrapper .category-image img,
.storeflex-layout-two .storeflex-category-block-wrapper .category-image img {
  border-radius: 0;
}

.storeflex-layout-three .storeflex-category-block-wrapper .lSSlideWrapper .single-category {
  width: auto;
  margin: 0;
}





/*----------------------- no img post
-------------------------------------------------*/

.storeflex-category-block-wrapper .no-img .category-title {
  line-height: 56px;
  height: 61px;
}


/*----------------------- shop page , product gallery settings
--------------------------------------------------------------*/

.storeflex-single-category-wrapper .category-title a {
  font-size: 16px;
}

.storeflex-product-thumbs {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 20px 10px;
  box-sizing: border-box;
  overflow: hidden;
  transform: translateY(-50%);
}

.storeflex-gallery-thumb {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

li.product {
  position: relative;
}

li.product:hover .storeflex-product-thumbs {
  display: block;
}

.storeflex-shop-wrapper .woocommerce-result-count {
  font-size: 18px;
  font-weight: 600;
}

.storeflex-shop-wrapper .orderby {
  padding: 6px;
  border: 1px solid #efefef;
  border-radius: 7px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  color: #fff;
}

/*----------------------- storeflex-ad-block-wrapper
--------------------------------------------------------------*/

.storeflex-ad-block-wrapper {
  padding: 20px;
  border: 1px solid #efefef;
  margin: 30px 0px;
}

.storeflex-ad-block-wrapper img {
  width: 100%;
  object-fit: cover;
}

/*----------------------- storeflex-call-block-wrapper
--------------------------------------------------------------*/

.storeflex-call-block-wrapper {
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0;
  margin: 80px 0px 30px;
  position: relative;
}

.storeflex-call-block-wrapper .storeflex-call-to-action-button {
  background-color: #fff;
  color: #000;
  padding: 10px 30px;
  border-radius: 0;
  font-weight: 600;
  font-size: 24px;
  margin-top: 20px;
  display: inline-block;
}

.storeflex-call-block-wrapper:hover .storeflex-call-to-action-button {
  background-color: #2d9b13;
  color: #fff;
}

.storeflex-call-block-wrapper .storeflex-call-action-content {
  margin: 0 auto;
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 99;
}

.storeflex-call-action-content h2 {
  font-size: 50px;
  color: #fff;
  line-height: 1.5;
}

.storeflex-call-block-wrapper::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------- storeflex-product-carousel-block
--------------------------------------------------------------*/

.storeflex-product-carousel-block .lSSlideOuter .lSPager.lSpg {
  display: none;
}

.storeflex-product-carousel-block .lSAction a {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
  border-radius: 50px;
  color: #fff;
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 1;
}

.storeflex-product-carousel-block .lSAction .lSPrev:before {
  content: "\ea4d";
  font-family: "boxicons";
  font-size: 44px;
  color: #353535;
  padding: 3px;
}

.storeflex-product-carousel-block .lSAction .lSNext:before {
  content: "\ea50";
  font-family: "boxicons";
  font-size: 44px;
  color: #353535;
  padding: 3px;
}

.storeflex-product-carousel-block .lSAction>a {
  top: 44%;
}

.storeflex-product-carousel-block .lSSlideWrapper {
  margin: 15px 0px 30px;
}

/*----------------------- storeflex-custom-block has sidebar
--------------------------------------------------------------*/
.storeflex-middle-content-sidebar-left .frontpage-middle-content-section li.product,
.storeflex-middle-content-sidebar-right .frontpage-middle-content-section li.product {
  width: 31.33%;
}

.storeflex-middle-content-sidebar-left .frontpage-middle-content-section .storeflex-product-carousel-wrapper li.product,
.storeflex-middle-content-sidebar-right .frontpage-middle-content-section .storeflex-product-carousel-wrapper li.product,
.frontpage-section .storeflex-product-carousel-wrapper li.product,
.storeflex-middle-content-sidebar-left .frontpage-middle-content-section .storeflex-category-block-wrapper.storeflex-category-block-layout-carousel .single-category,
.storeflex-middle-content-sidebar-right .frontpage-middle-content-section .storeflex-category-block-wrapper.storeflex-category-block-layout-carousel .single-category {
  width: auto;
  margin: 0;
  height: auto;
}

.frontpage-section .lSSlideWrapper .storeflex-product-carousel-wrapper,
.frontpage-section .lSSlideWrapper .storeflex-single-category-wrapper,
.frontpage-middle-content-section .lSSlideWrapper .storeflex-product-carousel-wrapper,
.frontpage-middle-content-section .lSSlideWrapper .storeflex-single-category-wrapper {
  overflow: visible;
  margin: 0;
}

.frontpage-section .lSSlideWrapper,
.frontpage-middle-content-section .lSSlideWrapper {
  overflow: visible;
}

/*----------------------- single products
--------------------------------------------------------------*/

.single .product,
.single.woocommerce ul.products li.product,
.single.woocommerce-page ul.products li.product {
  border: none;
  padding: 0px;
}

.single.storeflex-product-layout-two .related.products .product,
.single.woocommerce.storeflex-product-layout-two .related.products ul.products li.product,
.single.woocommerce-page.storeflex-product-layout-two .related.products ul.products li.product {
  border: 1px solid #e1e1e1;
  padding: 20px;
  text-align: center;
}

.single .storeflex-container .single_add_to_cart_button.button.alt {
  background-color: #2d9b13;
}

.single .woocommerce-noreviews {
  background-color: #2d9b13;
  color: #fff;
  padding: 10px;
}

.single .woocommerce-tabs .panel h2.woocommerce-Reviews-title:first-of-type {
  margin-bottom: 10px;
}

.single.woocommerce .woocommerce-product-rating .star-rating {
  float: right;
}

.single.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 1px;
  border-radius: 4px;
  padding: 1em 6em 0;
  border: none;
  border-bottom: 1px solid #c5c5c5;
}

.single.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 3px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background: #e9e6ed;
  border: none;
  margin: 0;
  box-shadow: none;
}

.single .woocommerce-review__author {
  font-size: 16px;
  text-transform: capitalize;
}

.single #comments {
  margin-top: 0px;
}

.single .comment-reply-title {
  font-size: 18px;
  font-weight: 600;
}

.single.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0.6em;
}

.single div.product div.summary .feedback {
  display: block;
  padding-bottom: 15px;
}

.single.woocommerce div.product form.cart {
  margin-bottom: 15px;
}

.single.single-product .add_to_wishlist.single_add_to_wishlist {
  margin-bottom: 3px;
}

.single .summary.entry-summary .product_meta .posted_in {
  display: block;
  line-height: 4;
}


.single .yith-wcwl-wishlistexistsbrowse a,
.single .yith-wcwl-wishlistaddedbrowse a {
  background-color: #4a8729;
  padding: 0.618em 1em;
  color: #fff;
  font-weight: 600;
  border-radius: 7px;
  text-decoration: none;
}

.single-product .storeflex-shop-sidebar-wrapper .summary .price {
  display: inline;
}

.single .pswp__caption__center {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}

/*----------------------- single product layout two
--------------------------------------------------------------*/

.single .storeflex-single-product-layout-two .yith-wcwl-wishlistexistsbrowse a,
.single .storeflex-single-product-layout-two .yith-wcwl-wishlistaddedbrowse a {
  display: block;
  width: 100%;
  text-align: center;
}

.single.woocommerce-active .out-of-stock {
  width: 100%;
  text-align: center;
  background-color: #2d9b13;
  padding: 10px 10px;
  color: #fff;
  border-radius: 7px;
}

.single.woocommerce-active.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .summary .out-of-stock {
  color: #fff;
}

.single.woocommerce-active.woocommerce div.product .product_title {
  text-align: left;
}

.single .storeflex-container .storeflex-single-product-layout-two .single_add_to_cart_button.button.alt {
  width: 100%;
  margin: 10px 0px;
  padding: 15px 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #2d9b13;
  border-radius: 7px;
}

.single .storeflex-container .storeflex-single-product-layout-two .single_add_to_cart_button.button.alt:hover {
  background-color: #2d9b13;
  color: #fff;
}

.single.single-product .storeflex-single-product-layout-two .add_to_wishlist.single_add_to_wishlist {
  width: 100%;
  text-align: center;
}


/*----------------------- wishlist page design
--------------------------------------------------------------*/

.wishlist_view .storeflex-quick-btn {
  display: none;
}

.woocommerce-wishlist .wishlist-title-container {
  display: none;
}

.woocommerce-wishlist .wishlist_table th,
.woocommerce-wishlist .wishlist_table td,
.woocommerce-wishlist .woocommerce table.shop_table {
  border: 0px;
}

.woocommerce-wishlist table.wishlist_table tbody td {
  border-top: 1px solid #efefef;
}

.woocommerce.woocommerce-wishlist table.shop_table th,
.woocommerce-wishlist table.wishlist_table tbody td a,
.woocommerce-wishlist table.wishlist_table tbody td span {
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-wishlist table.wishlist_table tbody td {
  text-align: left;
}

.woocommerce-wishlist .wishlist_table .product-add-to-cart a {
  background-color: #2d9b13;
  padding: 10px;
  color: #fff;
}


.woocommerce-wishlist table.wishlist_table tbody td a {
  text-decoration: none;
  color: #333333;
}

.wishlist_table tr td.product-thumbnail a {
  width: 100px;
  max-width: 100%;
}

.woocommerce table.shop_table th {
  padding: 12px;
}

.woocommerce-wishlist .wishlist_table .product-stock-status span.wishlist-in-stock {
  color: #333333;
}

.woocommerce-wishlist .wishlist-items-wrapper .storeflex-quick-btn {
  display: none;
}


/* ----------------------------------------
storeflex-post-date-wrap design for post and testimonial
--------------------------------------------*/

.storeflex-content-wrapper .storeflex-single-post-wrap {
  position: relative;
  border: 1px solid #efefef;
}

.storeflex-content-wrapper .storeflex-post-date {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 11%;
  text-align: center;
  font-size: 19px;
  padding: 12px 0 3px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.storeflex-content-wrapper .storeflex-post-date .date-mth-yr {
  display: block;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}


.sidebar-layout--left-sidebar .storeflex-content-wrapper .storeflex-post-date,
.sidebar-layout--right-sidebar .storeflex-content-wrapper .storeflex-post-date {
  width: 15%;
}

.single .storeflex-content-wrapper .storeflex-post-date {
  width: 8%;
}

/*-----------------------testimonial
--------------------------------------------------------------*/


.storeflex-testimonial-wrapper {
  margin-left: -2%;
}

.storeflex-testimonial-wrapper .testimonial-content-wrap {
  border: 1px solid #efefef;
  position: relative;
  padding: 43px 30px;
  border-radius: 7px;
}

.no-img-post .storeflex-testimonial-wrapper .testimonial-content-wrap {
  top: 0;
}

.storeflex-testimonial-wrapper .testimonial-content-wrap:before,
.storeflex-testimonial-wrapper.storeflex-testimonial-layout-two .testimonial-thumbnail-wrap:before {
  line-height: 41px;
  content: "\ee81";
  font-family: 'boxicons';
  color: #d9d7d7;
  position: absolute;
  top: 5px;
  left: 10px;
  border-radius: 7px;
  text-align: left;
  font-size: 34px;
}

.storeflex-testimonial-wrapper .testimonial-content-wrap:after,
.storeflex-testimonial-wrapper.storeflex-testimonial-layout-two .testimonial-thumbnail-wrap:after {
  content: "\ee82";
  font-family: 'boxicons';
  bottom: 5px;
  right: 10px;
  font-size: 34px;
  position: absolute;
  color: #d9d7d7;
  line-height: 36px;
  text-align: right;
  z-index: 1;
}

.storeflex-testimonial-wrapper .testimonial-avatar-name {
  margin: 15px;
  font-size: 18px;
  font-weight: 500;
}

.storeflex-testimonial-wrapper .testimonial-thumbnail-wrap {
  display: flex;
  align-items: center;
  padding: 15px 0px 0px;
}

.storeflex-testimonial-wrapper .testimonial-avatar-image {
  width: 65px;
  height: 65px;
}

.storeflex-testimonial-wrapper .testimonial-avatar-image img {
  border-radius: 50%;
  object-fit: cover;
  height: 100%;
}

/*-----------------------testimonial layout two
--------------------------------------------------------------*/

.storeflex-testimonial-layout-two .storeflex-testimonial-post-wrap {
  border: 1px solid #efefef;
  padding: 20px;
  border-radius: 7px;
  position: relative;
}

.storeflex-testimonial-wrapper.storeflex-testimonial-layout-two .testimonial-content-wrap {
  border: 0;
  border-radius: 0;
}

.storeflex-testimonial-wrapper.storeflex-testimonial-layout-two .testimonial-content-wrap {
  padding: 20px 0px;
}

.storeflex-testimonial-wrapper.storeflex-testimonial-layout-two .testimonial-content-wrap:before,
.storeflex-testimonial-wrapper.storeflex-testimonial-layout-two .testimonial-content-wrap:after {
  content: '';
}

.storeflex-testimonial-wrapper.storeflex-testimonial-layout-two .testimonial-thumbnail-wrap {
  padding: 30px 0px 0px;
}



/*-----------------------post image hover effect
--------------------------------------------------------------*/

.post-image.hover-effect--one {
  overflow: hidden;
}

.post-image.hover-effect--one img {
  transform: scale(1);
  transition: 0.5s ease;
}

.post-image.hover-effect--one:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}

/*-----------------------archive style grid
--------------------------------------------------------------*/

.archive-style--grid .storeflex-content-wrapper article {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-left: 2%;
  margin-right: -4px;
  margin-bottom: 30px;
}

.archive-style--grid .storeflex-content-wrapper {
  margin-left: -2%;
}

.storeflex-content-wrapper .storeflex-post-cats-list {
  display: flex;
  gap: 7px;
}

.storeflex-content-wrapper .storeflex-post-content-wrap .article-cat-item ul,
.storeflex-content-wrapper .storeflex-post-content-wrap .entry-title,
.storeflex-content-wrapper .storeflex-post-content-wrap .entry-content {
  margin: 5px 0px;
}

.storeflex-content-wrapper .storeflex-post-content-wrap .storeflex-post-cats-list {
  margin: 0;
}

.no-sidebar.archive-style--grid .storeflex-content-wrapper article{
  width: 30.33%;
}

.no-sidebar.archive-style--grid.sidebar-layout--no-sidebar-center .storeflex-content-wrapper article{
 width: 48%;
}



/*----------------------------------- no-img-post design
 ----------------------------------------------------------------*/
.storeflex-content-wrapper .no-img-post .storeflex-post-date {
  position: static;
  margin: 0 auto;
}

.storeflex-content-wrapper .no-img-post .post-thumbnail-wrap {
  margin: 0;
}

.archive-style--grid .storeflex-content-wrapper .no-img-post .article-cat-item {
  margin: 0px auto 10px;
  top: 0px;

}

.storeflex-content-wrapper .no-img-post .storeflex-single-post-wrap {
  padding: 20px;
}



/*-----------------------archive style grid and classic layout two
--------------------------------------------------------------*/

.archive-style--grid .storeflex-content-wrapper .grid-archive-layout-two .article-cat-item,
.archive-style--classic .storeflex-content-wrapper .classic-archive-layout-two .article-cat-item{
  top: 0;
  margin: 0 auto;
  color: #000;
  padding: 0px;
}

.storeflex-content-wrapper .grid-archive-layout-two .storeflex-post-content-wrap .article-cat-item ul {
  margin: 0 0px 5px;
}


.storeflex-content-wrapper .grid-archive-layout-two .storeflex-post-cats-list a,
.storeflex-content-wrapper .classic-archive-layout-two .storeflex-post-cats-list a,
.single .storeflex-content-wrapper.storeflex-single-post-layout-two .article-cat-item a{
  padding: 5px 10px;
}

.archive-style--grid .grid-archive-layout-two .storeflex-post-content-wrap,
.archive-style--classic .classic-archive-layout-two .storeflex-post-content-wrap
 {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  top: -35px;
  position: relative;
}

.archive-style--classic .classic-archive-layout-two .storeflex-post-content-wrap {
  padding: 15px 20px;
}

.archive-style--grid .grid-archive-layout-two.no-img-post .storeflex-post-content-wrap{
  width: auto;
  margin: 0 auto;
  background-color: transparent;
  top: 0px;
}

.archive-style--classic .classic-archive-layout-two.no-img-post .storeflex-post-content-wrap{
  top:0px;
  width: auto;
  background-color: transparent;
}

/*------------------------------- single post design layout two
-------------------------------------------------------------------------*/
.single .storeflex-content-wrapper.storeflex-single-post-layout-two .storeflex-post-content-wrap {
  text-align: left;
}

.single .storeflex-content-wrapper.storeflex-single-post-layout-two .article-cat-item {
  top: 0;
  margin: 0;
  color: #000;
  padding: 0px;
}

.single .storeflex-content-wrapper .no-img-post .article-cat-item {
  margin: 10px auto 10px;
  top: 5px;
}

.single .storeflex-content-wrapper.storeflex-single-post-layout-two .no-img-post .storeflex-post-date{
  margin:0;
}

.single .storeflex-content-wrapper.storeflex-single-post-layout-two  .no-img-post .article-cat-item{
  margin:10px 0px;
  top: 5px;
}

.single .storeflex-content-wrapper .no-img-post .storeflex-post-content-wrap{
  padding: 0px;
}

.single .storeflex-content-wrapper.storeflex-single-post-layout-two .post-thumbnail-wrap {
  margin-bottom: 0;
}

/*------------------------------- storeflex-cat-design-wrap design
-------------------------------------------------------------------------*/

.storeflex-content-wrapper .article-cat-item {
  width: fit-content;
  margin: 0px auto -51px;
  background-color: #2d9b13;
  position: relative;
  top: -61px;
  padding: 1px 30px 1px;
}

.storeflex-content-wrapper .storeflex-post-cats-list a {
  color: #fff;
  font-weight: 600;
}

.storeflex-content-wrapper .entry-footer {
  padding: 0px 20px 20px;
}


/*-----------------------archive style classic
--------------------------------------------------------------*/

.storeflex-single-post-wrap img {
  width: 100%;
}

.archive-style--classic .storeflex-content-wrapper .article-cat-item {
  top: -42px;
}

.archive-style--classic .storeflex-content-wrapper .storeflex-post-date {
  width: 7%
}


/*----------------------------------- no-img-post design
 ----------------------------------------------------------------*/

.archive-style--classic .storeflex-content-wrapper .no-img-post .article-cat-item {
  margin: 10px auto 10px;
  top: 5px;

}

/*-----------------------archive style list
--------------------------------------------------------------*/

.archive-style--list .storeflex-content-wrapper article .storeflex-single-post-wrap {
  display: grid;
  grid-template-columns: 40% 57%;
  grid-column-gap: 3%;
  vertical-align: top;
  padding: 20px;
}

.archive-style--list .storeflex-content-wrapper .storeflex-post-date {
  top: 30px;
  left: 30px;
  width: 7%;
}

.archive-style--list .storeflex-content-wrapper .article-cat-item {
  width: fit-content;
  background-color: #2d9b13;
  position: relative;
  margin: 0;
  top: 0;
  padding: 1px 30px 1px;
}

.archive-style--list .storeflex-post-content-wrap {
  text-align: start;
  padding: 0px;
}

.storeflex-post-content-wrap {
  padding: 20px;
  text-align: center;
  font-size: 16px;
}

.archive-style--list .storeflex-content-wrapper .no-img-post .storeflex-post-date {
  margin: 0px;
  width: 8%;
}

.archive-style--list .storeflex-content-wrapper .no-img-post .article-cat-item {
  top: 5px;
  margin: 10px 0px;
}

.archive-style--list .storeflex-content-wrapper article.no-img-post .storeflex-single-post-wrap {
  grid-template-columns: 100%;
}


/*----------------------- list design layout two
--------------------------------------------------------------*/

.archive-style--list .storeflex-content-wrapper article.list-archive-layout-two:nth-child(2n) {
  direction: rtl;
}

.archive-style--list .storeflex-content-wrapper .list-archive-layout-two:nth-child(2n) .storeflex-post-date {
  left: auto;
  right: 30px;
}

.archive-style--list .storeflex-content-wrapper .list-archive-layout-two:nth-child(2n) .comments-link {
  float: left;
}

.archive-style--list .storeflex-content-wrapper .list-archive-layout-two:nth-child(2n) .cat-links {
  padding-right: 0px;
}

/*----------------------- single post page design
--------------------------------------------------------------*/

.single .storeflex-content-wrapper article {
  width: 100%;
}


/*-----------------------related-post design
--------------------------------------------------------------*/

.storeflex-related-posts {
  margin-top: 30px;
}

.storeflex-related-posts-wrapper .related-post-wrap {
  width: 30.33%;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
  margin-right: -4px;
  border: 1px solid #efefef;
  padding: 20px;
}

.storeflex-related-posts-wrapper {
  margin-left: -3%;
}

.related-post-wrap .related-post-content-wrap h3 {
  margin: 15px 0px 0px;
  font-size: 16px;
  text-align: center;
}

.related-post-wrap .related-post-content-wrap a {
  color: #353535;
}

/*-----------------------author design
--------------------------------------------------------------*/

.storeflex-author-container {
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin-top: 30px;
}

.storeflex-author-image {
  display: inline-block;
  width: 8%;
  margin-right: 2%;
  vertical-align: top;
}

.storeflex-author-info {
  display: inline-block;
  width: 89%;
}

/*-----------------------author layout two design
--------------------------------------------------------------*/

.storeflex-author-container.storeflex-author-box-layout-two {
  margin-top: 70px;
  background: #f9f9f9;
}

.storeflex-author-container.storeflex-author-box-layout-two .storeflex-author-image {
  position: relative;
  top: -60px;
  margin-bottom: -60px;
}

.storeflex-author-container.storeflex-author-box-layout-two .storeflex-author-image img {
  border: 1px solid #e1e1e1;
  padding: 10px;
  background: #fff;
}

/*-----------------------single products design
--------------------------------------------------------------*/

.single-product .add_to_wishlist.single_add_to_wishlist {
  background-color: #2d9b13;
  color: #fff;
  padding: 6px 10px;
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: none;
  border-radius: 7px;
}

/*-----------------------single breadcrump design
--------------------------------------------------------------*/


.woocommerce .storeflex-breadcrumb-container .woocommerce-breadcrumb {
  text-align: center;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  background-color: #efefef;
  margin-bottom: 30px;
}

.woocommerce .storeflex-breadcrumb-container .woocommerce-breadcrumb a {
  color: #2d9b13;
}

/*-----------------------scrollup design
--------------------------------------------------------------*/

.storeflex-scrollup {
  position: fixed;
  right: 30px;
  bottom: 19px;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 56px;
  color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  cursor: pointer;
  border-radius: 50px;
}

.storeflex-scrollup:hover {
  color: #fff;
}

/*-----------------------storeflex-product-carousel-block
--------------------------------------------------------------*/

.storeflex-product-carousel-block .lSSlideOuter .storeflex-product-carousel-wrapper li.product {
  text-align: center;
}

/*-----------------------------------------------------------
account login design
--------------------------------------------------------------*/

.woocommerce .storeflex-login-form-wrapper form.login {
  border: none;
}

.storeflex-login-form-wrapper .woocommerce-form-login input[type="text"],
.storeflex-login-form-wrapper .woocommerce-form-login input[type="password"] {
  border: none;
  border-bottom: 1px solid #afabab;
}

.woocommerce .storeflex-login-form-wrapper .woocommerce-form-login .woocommerce-form-login__submit {
  color: #fff;
  background-color: #2d9b13;
}

/*-----------------------------------------------------------
My Account design
--------------------------------------------------------------*/

.woocommerce-account .woocommerce {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border: 1px solid #efefef;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #9b9b9b;
  padding: 15px 30px;
  margin: 15px 0px;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation-link:hover a {
  background-color: #efefef;
  color: #000;
}

.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\ea6e";
}

.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\ea36";
}

.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\ed4b";
}

.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\eb58";
}

.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\eee6";
}

.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\eb4e";
}


.woocommerce-MyAccount-navigation-link a:before {
  font-family: 'boxicons';
  padding-right: 5px;
  vertical-align: middle;
  font-size: 24px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
}

.woocommerce-account .storeflex-myaccount-avatar img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}

.woocommerce-account .storeflex-myaccount-avatar {
  width: 52%;
  margin: 0 auto;
}

.woocommerce-account .storeflex-myaccount-wrapper {
  width: 21%;
}

.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: 16px;
}

.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-info::before,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-info::before,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-info::before {
  background-color: #2d9b13;
  color: #fff;
  border-top-color: #2d9b13;
}

.woocommerce-account .woocommerce .col-1.woocommerce-Address,
.woocommerce-account .woocommerce .col-2.woocommerce-Address {
  border: 1px solid #efefef;
  padding: 10px;
  text-align: center;
}

.woocommerce-account .woocommerce .col-1 .woocommerce-Address-title,
.woocommerce-account .woocommerce .col-2 .woocommerce-Address-title {
  display: grid;
}

.woocommerce-account .woocommerce-Address-title.title h3 {
  margin: 0;
}

.woocommerce-account .woocommerce-Address .title .edit {
  float: right;
  width: fit-content;
  margin: 6px auto;
  padding: 2px 13px;
  background-color: #199b13;
  color: #fff;
  border-radius: 7px;
  text-decoration: none;
}


.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td {
  border: none;
  font-size: 16px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
.woocommerce-checkout:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
  background-color: #2d9b13;
  color: #fff;
}

/*-----------------------------------------------------------
Footer-top-info  design css
--------------------------------------------------------------*/

.storeflex-footer .footer-info-wrap {
  display: inline-flex;
  vertical-align: top;
  width: 31%;
  margin-left: 2%;
  padding: 50px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  border-right: 1px solid #c3c3c3;
  color: #575757;
}

.storeflex-footer .footer-info-wrap:last-child {
  border-right: unset;
}

.footer-info-wrap i {
  width: 30%;
  text-align: center;
  color: #575757;
}

.storeflex-footer .storeflex-basic-info-wrapper {
  margin-left: -2%;
  background-color: #f7f7f7;

}

.storeflex-footer .footer-info-wrap i::before {
  font-size: 30px;
  border: 1px solid #333;
  border-radius: 50px;
  padding: 6px;
  color: #333;
}

.storeflex-footer .footer-info-content {
  width: 68%;
  display: inline-grid;
}

.storeflex-footer .storeflex-footer-info-heading {
  font-size: 18px;
}

/*-----------------------------------------------------------
Footer  design info  css
--------------------------------------------------------------*/

.storeflex-basic-info-wrapper.storeflex-basic-info-layout-two .footer-info-wrap {
  display: block;
}

.storeflex-basic-info-wrapper.storeflex-basic-info-layout-two .footer-info-wrap i,
.storeflex-basic-info-wrapper.storeflex-basic-info-layout-two .footer-info-content {
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

.storeflex-basic-info-wrapper.storeflex-basic-info-layout-two .footer-info-wrap i::before {
  border: none
}

/*-----------------------------------------------------------
Footer  design css
--------------------------------------------------------------*/

#colophon {
  padding: 0;
  margin-top: 60px;
}

#footer-widget-area {
  padding: 50px 0px;
}

.footer-widget-column-one .footer-widget-wrapper.storeflex-grid {
  grid-template-columns: 100%;
}

.footer-widget-column-two .footer-widget-wrapper.storeflex-grid {
  grid-template-columns: repeat(2, calc(50% - 1em));
}

.footer-widget-column-three .footer-widget-wrapper.storeflex-grid {
  grid-template-columns: repeat(3, calc(33.33% - 1.33em));
}

.footer-widget-column-four .footer-widget-wrapper.storeflex-grid {
  grid-template-columns: repeat(4, calc(25% - 1.5em));
}

.footer-widget-wrapper.storeflex-grid {
  grid-column-gap: 2em;
}

.footer-widget-wrapper span.storeflex-widget-title {
  color: #000;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: 5px 12px;
  position: relative;
  text-transform: uppercase;
  background-color: #f4f2f2;
  z-index: 1;
}

#colophon #footer-menu ul li .children,
#colophon #footer-menu ul li .sub-menu,
#colophon .menu ul li .sub-menu,
#colophon .menu ul li .children {
  display: none;
}

.storeflex-footer .widget_nav_menu li {
  border-bottom: none;
}



/*-----------------------------------------------------------
Footer site-info css
--------------------------------------------------------------*/

.site-info .copyright-content-wrapper a {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 600;
}

.site-info .copyright-content:hover {
  color: #1a1a1a;
}

.site-info #footer-navigation ul li {
  display: inline-block;
  margin: 10px;
}

.site-info #footer-navigation ul {
  margin: 0px;
}

.copyright-content-wrapper {
  margin-right: auto;
}

.footer-navigation {
  margin-left: auto;
  text-align: right;
}

#footer-navigation ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer-navigation ul li a {
  text-transform: capitalize;
}

.storeflex-footer .storeflex-social-icons-wrapper {
  margin-left: auto
}

/* bottom-footer css */

.storeflex-footer .storeflex-bottom-footer {
  background-color: #f4f2f2;
}

.storeflex-footer .storeflex-bottom-footer .storeflex-container {
  border-top: 6px double #c9c9c9;
  padding: 10px 0px;
}

.storeflex-footer .storeflex-bottom-footer a,
.storeflex-footer .storeflex-bottom-footer span {
  color: #000;
}

.storeflex-footer-text a {
  border-bottom: 1px solid #c9c9c9;
}

.storeflex-bottom-footer .storeflex-social-icons-wrapper {
  flex: none;
}

/*-----------------------------------------------------------
404 page design  css
--------------------------------------------------------------*/

.error404 .page-header .page-title,
.no-results.not-found .page-header .page-title {
  text-align: center;
  font-size: 35px;
  margin-top: 30px;
}

.error-404 {
  text-align: center;
  padding: 40px 0px 88px;
  width: 60%;
  margin: 0 auto;
}

.error-404 .page-caption {
  font-size: 96px;
  font-weight: 900;
  line-height: 1;
}

.error-404 .page-header h1 {
  margin: 20px 0px;
}

.error-404.not-found .page-search-wrapper {
  margin-top: 40px;
}

.error-404.not-found .search-field,
.no-results .search-field {
  width: 87%;
  margin-right: -5px;
  height: 42px;
  padding: 5px 10px;
}

.button-back-home {
  font-size: 14px;
  line-height: 13px;
  padding: 15px 25px 12px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-shadow: none;
  border: 1px solid #000;
  background: #000;
  color: #fff !important;
  margin: 40px auto 0px;
  display: block;
  width: fit-content;
}

/*--------------------------------------------------------------
  error page layout two Css
  --------------------------------------------------------------*/
.storeflex-error-404-layout--two .error-404 .page-caption {
  font-size: 200px;
  font-weight: 900;
  line-height: 1;
}

.storeflex-error-404-layout--two .error-404 .page-header {
  z-index: 10;
  background-color: #f8f8f8;
  width: 100%;
  position: relative;
  top: -110px;
  text-transform: uppercase;
  padding: 10px 0;
  width: 70%;
  margin: 0 auto -60px;
}

.storeflex-error-404-layout--two .error-404 .page-header .page-title {
  font-size: 18px;
  margin: 0;
}

.storeflex-error-404-layout--two .error-404 {
  text-align: center;
  background: #f8f8f8;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  padding: 100px 20px;
  margin: 30px 0 30px;
  position: relative;
  width: 100%;
}

.storeflex-error-404-layout--two .page-header .page-title {
  padding-bottom: 0px;
}

.error404 .storeflex-additional-button-wrap .storeflex-additional-button {
  background-color: #2d9b13;
  padding: 12px;
  margin: 0px 12px;
  color: #fff;
}

.error404 .storeflex-additional-button-wrap {
  text-align: center;
  margin-top: 50px;
}


.storeflex-error-page-has-bg-img .storeflex-error-404 {
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%);
  padding: 100px 0;
  margin: 0px 0 30px;
}

.storeflex-error-page-has-bg-img .error-404.not-found {
  padding: 0px;
}

.storeflex-error-page-has-bg-img .storeflex-error-404 h3,
.storeflex-error-page-has-bg-img .storeflex-error-404 h1,
.storeflex-error-page-has-bg-img .storeflex-error-404 .page-caption {
  color: #fff;
}

.error404.storeflex-error-404-layout--two #primary {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
}

.storeflex-error-404 .page-content {
  text-align: center;
}

/*-----------------------------------------------------------
search result  css and author
--------------------------------------------------------------*/

.search-results .storeflex-content-wrapper article {
  width: 100%;
}

.author .storeflex-content-wrapper {
  margin: 0;
}

.author .storeflex-content-wrapper .page-header {
  text-align: center;
  margin: 0px 0px 30px;
}


/*-----------------------------------------------------------
dark mode and light mode  css
--------------------------------------------------------------*/

body.site-mode--dark,
.site-mode--dark #site-navigation ul li a,
.site-mode--dark .entry-title a,
.site-mode--dark .block-title,
.site-mode--dark .post-excerpt,
.site-mode--dark .widget_archive a,
.site-mode--dark .widget_categories a,
.site-mode--dark .widget_recent_entries a,
.site-mode--dark .widget_meta a,
.site-mode--dark .widget_recent_comments li,
.site-mode--dark .widget_rss li,
.site-mode--dark .widget_pages li a,
.site-mode--dark .widget_nav_menu li a,
.site-mode--dark .wp-block-latest-posts li a,
.site-mode--dark .wp-block-archives li a,
.site-mode--dark .wp-block-categories li a,
.site-mode--dark .wp-block-page-list li a,
.site-mode--dark .wp-block-latest-comments li,
.site-mode--dark .entry-title,
.site-mode--dark #comments h3,
.site-mode--dark #respond,
.site-mode--dark h1,
.site-mode--dark h2,
.site-mode--dark h3,
.site-mode--dark h4,
.site-mode--dark h5,
.site-mode--dark h6,
.site-mode--dark a,
.site-mode--dark .entry-content p,
.site-mode--dark .page-header .page-title,
.site-mode--dark .single-icon-wrap a,
.site-mode--dark .header-search-wrapper i,
.site-mode--dark .trail-item span,
.site-mode--dark .navigation .nav-links a.page-numbers,
.site-mode--dark.navigation .nav-links a,
.site-mode--dark .wp-block-latest-comments__comment-meta a,
.site-mode--dark .published.updated,
.site-mode--dark .post-meta-wrap a,
.site-mode--dark .post-meta-wrap span,
.site-mode--dark .site-title a,
.site-mode--dark .storeflex-banner-wrapper .buy-now-button a,
.site-mode--dark .storeflex-single-category-wrapper .category-title a,
.site-mode--dark #site-navigation ul li a,
.site-mode--dark .cart-contents .cart-title,
.site-mode--dark .cart-contents .cart-amount,
.site-mode--dark .storeflex-wishlist a i,
.site-mode--dark .woocommerce-loop-product__title,
.site-mode--dark ul.products li.product .woocommerce-loop-product__title,
.site-mode--dark p,
.site-mode--dark .widget ul.wc-block-product-categories-list a,
.site-mode--dark .widget span.wc-block-product-categories-list-item-count,
.site-mode--dark span,
.site-mode--dark .storeflex-footer .storeflex-footer-info-description,
.site-mode--dark.woocommerce .woocommerce-breadcrumb,
.site-mode--dark.woocommerce p.stars a::before,
.site-mode--dark.woocommerce-cart .storeflex-cart-wrapper .product-name a,
.site-mode--dark .storeflex-search-overlay #close-btn i,
.site-mode--dark.woocommerce-wishlist table.wishlist_table tbody td a,
.site-mode--dark.woocommerce-wishlist .wishlist_table .product-stock-status span.wishlist-in-stock,
.site-mode--dark .widget a:hover,
.site-mode--dark .widget a:hover::before,
.site-mode--dark .widget li:hover::before,
.site-mode--dark .storeflex-footer .storeflex-bottom-footer a,
.site-mode--dark .storeflex-footer .storeflex-bottom-footer span,
.site-mode--dark .storeflex-footer .footer-info-wrap i::before,
.site-mode--dark .entry-content a,
.site-mode--dark .wp-block-woocommerce-empty-cart-block .wc-block-grid__product .wc-block-grid__product-title,
.site-mode--dark .storeflex-banner-wrapper .slider-single-post-wrap .buy-now-button a,
.site-mode--dark .storeflex-banner-wrapper .feature-content-wrap .buy-now-button a,
.site-mode--dark.woocommerce-active li.product .button:hover span,
.site-mode--dark #site-navigation ul li a,
.site-mode--dark #site-navigation #primary-menu li a,
.site-mode--dark #site-header-cart .bx,
.site-mode--dark .woocommerce-Price-amount.amount,
.site-mode--dark .site-footer span,
.site-mode--dark .site-footer p,
 .site-mode--dark .site-footer .wp-block-latest-posts li a, .site-mode--dark .site-footer .wp-block-heading,
.site-mode--dark .storeflex-middle-header .site-header-cart .woocommerce ul.cart_list li a,
.site-mode--dark .storeflex-middle-header .site-header-cart .woocommerce ul.product_list_widget li a,
.site-mode--dark .wc-block-grid__product .wc-block-grid__product-title,
.site-mode--dark .woocommerce-loop-product__title,
.woocommerce.site-mode--dark ul.products li.product .woocommerce-loop-product__title,
.woocommerce.site-mode--dark .star-rating::before {
  color: #fff;
}

body.site-mode--dark,
.site-mode--dark #page,
.site-mode--dark .mt-logo-row-wrapper,
.site-mode--dark .site-info,
.site-mode--dark #footer-widget-area,
.site-mode--dark .banner-tabbed-section-wrapper .lSSlideWrapper .lSAction>a,
.site-mode--dark .header-search-wrapper .search-form-wrap,
.site-mode--dark textarea#comment,
.site-mode--dark input[type="submit"] {
  background: #000;
}


.site-mode--dark .storeflex-category-block-wrapper .single-category,
.site-mode--dark .storeflex-product-grid-block .storeflex-product-grid-wrapper li.product,
.site-mode--dark .storeflex-product-grid-block .storeflex-product-grid-button,
.site-mode--dark .storeflex-testimonial-wrapper .testimonial-content-wrap,
.site-mode--dark .storeflex-testimonial-wrapper .testimonial-content-wrap:before,
.site-mode--dark .storeflex-testimonial-wrapper .testimonial-content-wrap:after,
.site-mode--dark #site-navigation ul.sub-menu,
.site-mode--dark .storeflex-testimonial-layout-two .storeflex-testimonial-post-wrap,
.site-mode--dark #site-navigation ul.children,
.site-mode--dark.woocommerce .storeflex-breadcrumb-container .woocommerce-breadcrumb,
.site-mode--dark .storeflex-search-overlay.blocks,
.site-mode--dark input[type="search"],
.site-mode--dark .storeflex-footer .storeflex-basic-info-wrapper,
.site-mode--dark .site-header,
.site-mode--dark .storeflex-footer .storeflex-bottom-footer,
.site-mode--dark .storeflex-banner-wrapper .buy-now-button a,
.site-mode--dark .is-sticky .storeflex-middle-header,
.site-mode--dark .site-header-cart .widget_shopping_cart,
.site-mode--dark.archive-style--grid .grid-archive-layout-two .storeflex-post-content-wrap,
.site-mode--dark.archive-style--classic .classic-archive-layout-two .storeflex-post-content-wrap,
.site-mode--dark .is-sticky .storeflex-middle-header,
.site-mode--dark .site-header-cart .widget_shopping_cart {
  background-color: #1c1c1c;
}

.site-mode--dark .storeflex-call-action-content h2,
.site-mode--dark .storeflex-call-action-content span,
.site-mode--dark .storeflex-content-wrapper .storeflex-post-date .date-mth-yr,
.site-mode--dark .storeflex-testimonial-wrapper .storeflex-post-date .date-mth-yr,
.site-mode--dark .storeflex-content-wrapper .storeflex-post-date .date-day,
.site-mode--dark .storeflex-testimonial-wrapper .storeflex-post-date,
.site-mode--dark .slider-content-wrap h3,
.site-mode--dark .slider-content-wrap span,
.storeflex-banner-wrapper .feature-content-wrap h4 {
  color: #000;
}

.site-mode--dark.woocommerce table.shop_table,
.site-mode--dark .storeflex-footer .footer-info-wrap i::before {
  border: 1px solid #fff;
}

.site-mode--dark .woocommerce table.shop_table td {
  border-top: 1px solid #fff;
}