html {
    font-family: sans-serif;
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust:     100%;
}
body {
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
	color: #232529;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
	background: #eeeeee;
}
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
b,
strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
	color: #232529;
}
button, input { /* 1 */
    overflow: visible;
}
button, select { /* 1 */
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
.hidden{
    display:none !important;
}
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
[hidden] {
    display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin-top: 0;
	color: #232529;
}
p {
    margin-top: 0;
    margin-bottom: 1.5em;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
	color: #232529;
}
address {
    margin: 0 0 1.5em;
}
pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr, acronym {
    cursor: help;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
*, 
*:before, 
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
}
body {
    /* min-width: 320px; */
    /*font-family: Lato, sans-serif;*/
    font-family: 'Roboto', sans-serif; 
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
hr {
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
label {
    font-weight: normal;
    margin: 0;
	color: #232529;
}
label .required {
    border-bottom: none;
    text-decoration: none;
}
a{
    text-decoration: none;
    line-height: inherit;
}
a:hover, 
a:focus, 
a:active {
    text-decoration: none;
    /* outline: none; */
}
p {
    margin-bottom: 20px;
}
ul,
ol {
    padding: 0 0 0 20px;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
figure {
    margin: 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}
th,
td {
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    font-weight: normal;
    text-align: center;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea{
    border: 0;
    padding: 12px;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    border-radius: 2px;
}
.nav-links a,
.entry-content a {
    text-decoration: underline;
}
textarea {
    display: block;
    width: 100%;
}
select {
    background: url(../images/down-arrow.png) no-repeat right #f0f0f0;
    -webkit-appearance: none;
    background-position-x: 95%;
}
select::-ms-expand {
    display: none;
}
blockquote {
    font-family: 'Pacifico', cursive;
    border: none;
    padding: 15px;
    margin-bottom: 12px;
    margin:0;
    letter-spacing: 1px;
    line-height: 1.7;
}
blockquote p{
    margin-bottom: 0;
}
iframe {
    display: block;
    max-width: 100% !important;
}
::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-moz-placeholder {
    color: #ccc;
    opacity: 1;
    filter: alpha(opacity=100);
}
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
    filter: alpha(opacity=100);
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type="radio"],
input[type="checkbox"]{
    margin-top: 5px;
}
#respond .form-submit input#submit,
a.button,
button,
input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    /* font-size: 18px; */
    line-height: 1.5;
    padding: 12px 25px;
    border: none;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 30px;
    cursor: pointer;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    text-decoration: none;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;   
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix: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;
    table-layout: fixed;
}
.clearfix,
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
## General CSS
--------------------------------------------------------------*/
.btn {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 25px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 30px;
    cursor: pointer;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
    margin-bottom: 15px;
}
/* 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;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* 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
--------------------------------------------------------------*/
/* 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 {
    border-radius: 3px;
    clip: auto !important;
    clip-path: none;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# container
--------------------------------------------------------------*/
.container {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

.content-area{
    padding: 15px 10px;
    margin: 15px 0 ;
}
.widget-area{
    padding: 15px 10px;
    position:sticky;
    top: 0;
}

.site-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#primary {
    width: 70%;
    float: left;
    position: relative;
}
.widget-area {
    width: 29%;
    float: right;
}
.leftsidebar #primary {
    float: right;
    order: 2;
}
.leftsidebar .widget-area {
    float: left;
    order: 1;
}
.fullwidth-sidebar #primary,
.fullwidth #primary,
.nosidebar #primary{
    width:100%;
}

.bothsidebar #primary{
    width: 40%;
    order: 2;
}
.bothsidebar .widget-area.left {
    order: 1;
}
.bothsidebar .widget-area.right {
    order: 3;
}
/***
 * Boxed Layout
*/
body.boxed {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
}
body.boxed .site {
    background: #ffffff;
    position: relative;
}
/**
 * Common CSS
*/
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.mainheader.mobile-only{
    display: none;
}
/*--------------------------------------------------------------
## Top Header
--------------------------------------------------------------*/
.top-header-inner {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.top-bar-menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.top-bar-menu ul > *{
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    padding: 10px;
}
.top-bar-menu ul li:first-child{
    padding-left: 0;
}
.top-bar-menu ul li:last-child{
    padding: 10px 0;
}
.top-bar-menu ul li.cart_items {
    padding: 5px 10px;
}
/**
 * Top Header Menu Icon
*/
.top-bar-menu ul li.dashicons, 
.top-bar-menu ul li.dashicons-before:before {
    width: auto;
    height: auto;
    font-size: inherit;
    line-height: 42px;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
.top-bar-menu ul li.fas,
.top-bar-menu ul li.fab,
.top-bar-menu ul li.fa{
    line-height: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
.top-bar-menu ul li.fa:before,
.top-bar-menu ul li.fas:before,
.top-bar-menu ul li.fab:before,
.top-bar-menu ul li.dashicons:before{
    margin-right: 5px;
    font-size: 15px;
}
/*--------------------------------------------------------------
## Main Header
--------------------------------------------------------------*/
.header-middle-inner{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 35px 0;
}
.site-branding {
    font-family: 'Lora', serif;
    letter-spacing: 0.01rem;
    font-style: italic;
}
.site-branding h1{
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 2.2em;
}
.site-branding p{
    margin-bottom: 0;
}

.sparklelogo img {
    max-width: 300px;
}
/**
 * CHOSEN 
*/
.chosen-container {
    min-width: 200px !important;
}
.chosen-container-single .chosen-single{
    padding:16px 10px;
    border: 0;
    border-radius: 0;
    background: #f0f0f0;
    box-shadow: none;
    font-size: 18px;
    line-height: 24px;
    height: auto;
}
.chosen-container-single .chosen-single::after{
    position: absolute;
    top: 35%;
    right: 10px;
    content: '';
    background: url(../images/down-arrow.png) no-repeat right;
    height: 16px;
    width: 16px;
}
.chosen-container-single .chosen-single span{
    display: block;
    margin-right: 10px;
}
.chosen-container-single .chosen-single div{
    display: none;
}
.chosen-container-single .chosen-drop{
    top: calc(100% + 10px);
    left: -1px !important;
    clip: auto;
    border-radius: 0;
    border: 1px solid #eee;
    border-top: none;
    box-shadow: none;
    width: auto;
    min-width: 100%;
    white-space: nowrap;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.chosen-container:not(.chosen-with-drop) .chosen-drop{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.chosen-container-single .chosen-results{
    color: #333333;
    padding: 0;
    margin: 0;
}
.chosen-container .chosen-results li{
    font-size: 16px;
    padding: 12px;
}
.chosen-container .chosen-results li.result-selected{
    background-color: #003772;
    color: #fff;
}
.chosen-container .chosen-results li.highlighted{
    background-image: none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
    background: #f6f6f6;
    box-shadow: none;
}
.chosen-container-single .chosen-search input[type="text"]{
    padding:10px;
    background-image: none !important;
}
/**
 * Advance Search 
*/
.block-search .form-search {
    position: relative;
    display: flex;
    align-items: center;
}
.block-search .category select{
    border-radius: 0;
    padding:15px
}
.block-search .input{
    width: 450px;
    border-radius: 0;
    padding:15px;
    line-height:26px;
}
.block-search .btn-submit{
    padding: 15px;
    border-radius: 0;
    cursor: pointer;
    line-height:26px;
}
.normalsearch.block-search .input{
    width: 500px;
}
/**
 * BLOCK MINI CART 
*/
.site-cart-items-wrap{
    position:relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size:25px;
    padding: 15px 10px;
    line-height: 26px;
}
.header-top .ecommerce_items .site-cart-items-wrap{
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}
.site-cart-items-wrap .count {
    position: absolute;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 10px;
    top: 0;
    left: 30px;
}
.site-cart-items-wrap .item {
    font-size: 16px;
    margin-left: 5px;
}
/*--------------------------------------------------------------
## VERTICAL MENU 
--------------------------------------------------------------*/
.header-nav-inner{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.block-nav-category{
    position: relative;
    margin-right: 10px;
    flex:0 0 22%;
    width: 22%;
}
body .header-nav .block-nav-category.alway-open .block-content{
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.block-nav-category .block-title{
    position: relative;
    display: block;
    padding:18px 15px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.3px;
    line-height: 31px;
    border-radius: 0;
    width:100%;
}
.block-nav-category .block-title::before {
    content: "\ef76";
    font-family: 'icofont';
    margin-right: 10px;
}
.block-nav-category:not(.has-open) .block-content{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.block-nav-category .block-content{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 22%;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: left;
}
.block-nav-category .vertical-menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.block-nav-category .vertical-menu{
    position: relative;
    list-style: none;
    padding:0;
    margin:0;
    margin-bottom: 0;
    border-bottom: 0;
}
.block-nav-category .vertical-menu li{
    position: relative;
}
.block-nav-category .vertical-menu li>a{
    display: block;
    padding: 12px 10px;
}
.block-nav-category .vertical-menu li.link-other{
    display: none;
}
.block-nav-category .vertical-menu li:not(:first-child)::before{
    content: '';
    display: block;
}
.block-nav-category .vertical-menu .page_item:not(:hover)>.children,
.block-nav-category .vertical-menu .menu-item:not(:hover)>.sub-menu{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
}
.block-nav-category .vertical-menu .page_item.focus >.children,
.block-nav-category .vertical-menu .menu-item.focus > .sub-menu,
.block-nav-category .vertical-menu li.focus ul.sub-menu,
.block-nav-category .vertical-menu li>a.focus-visible + ul.sub-menu{
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
.block-nav-category .vertical-menu .children,
.block-nav-category .vertical-menu .sub-menu{
    position: absolute;
    top: 1px;
    left: 100%;
    z-index: 9;
    padding: 0;
    width: 250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.block-nav-category .vertical-menu .page_item.page_item_has_children>a::after,
.block-nav-category .vertical-menu .menu-item.menu-item-has-children>a::after{
    transform: rotate(-90deg);
    content: "\eac8";
    font-family: "icofont";
    font-size: 20px;
    margin-top: 0;
    float: right;
}
.block-nav-category .view-all-category a{
    display: block;
    padding: 7px 20px;
    text-align: center;
}
.block-nav-category .view-all-category a::after{
    display: inline-block;
    vertical-align: top;
    content: "\eac8";
    font-family: "icofont";
    font-size: 20px;
    margin-left:5px;
}
.block-nav-category .view-all-category a.close-cate::after{
    content: "\eee1";
}
.vertical_menu_off.sliderwrapper .sparklestore_banner_promo_wrap{
    width: 100%;
    float: none;
}
.vertical_menu_off.sliderwrapper .sparklestore_banner_promo_wrap .sparklestore_banner_list {
    padding: 10px 0 0 0;
}

.category-menu-main .toggle.sub-menu-toggle{
    display:none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.box-header-nav .main-menu ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.box-header-nav .main-menu{
    list-style: none;
    padding: 0;
    margin:0;
    margin-bottom: 0;
    text-align: left;
}
.block-nav-category .vertical-menu .menu-item.btn,
.box-header-nav .main-menu .menu-item.btn{
    display: block;
    padding: inherit;
    text-align: inherit;
    border: 0;
}
.box-header-nav .main-menu .page_item,
.box-header-nav .main-menu .page_item a,
.box-header-nav .main-menu .menu-item,
.box-header-nav .main-menu .menu-item a{
    position: relative;
}
.box-header-nav .main-menu>ul>.page_item,
.box-header-nav .main-menu>.menu-item{
    /* display: inline-block; */
    float:left;
}
.box-header-nav .main-menu .page_item a,
.box-header-nav .main-menu>.menu-item>a{
    display: inline-block;
    padding: 18px 20px;
    line-height: 31px;
    text-transform: uppercase;
}
.box-header-nav .main-menu .page_item.page_item_has_children>a::after,
.box-header-nav .main-menu>.menu-item.menu-item-has-children>a::after{
    display: inline-block;
    vertical-align: top;
    content: "\eac8";
    font-family: "icofont";
    margin-left: 2px;
}
.box-header-nav .main-menu .page_item.focus>.children,
.box-header-nav .main-menu .menu-item.focus>.sub-menu,
.box-header-nav .main-menu .page_item:hover>.children,
.box-header-nav .main-menu .menu-item:hover>.sub-menu{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}
.box-header-nav .main-menu .children,
.box-header-nav .main-menu .sub-menu{
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}
.box-header-nav .main-menu .children>.page_item>a,
.box-header-nav .main-menu .sub-menu>.menu-item>a{
    display: block;
    padding: 12px 16px;
    text-transform: capitalize;
    color: #232529;
}
.box-header-nav .main-menu .children li:not(:first-child)::before,
.box-header-nav .main-menu .sub-menu li:not(:first-child)::before {
    content: '';
    display: block;
}
.box-header-nav .main-menu .children>.page_item.page_item_has_children>a::after,
.box-header-nav .main-menu .sub-menu>.menu-item.menu-item-has-children>a::after{
    float: right;
    transform: rotate(-90deg);
    content: "\eac8";
    font-family: "icofont";
}
.box-header-nav .main-menu .children .children,
.box-header-nav .main-menu .sub-menu .sub-menu{
    top:0;
    left: 100%;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
/**
 * Main Menu Popup Tags
*/
.menu-description{
    position: absolute;
    border-radius: 1px;
    top:5px;
    margin: 0 3px;
    font-weight: 700;
    background: #009966;
    color: #fff;
    font-size: 9px;
    padding: 2px 6px;
    line-height: 10px;
    z-index: 1;
}
.menu-description:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-top: 5px solid #009966;
    border-top: 5px solid #009966;
    left: 3px;
    bottom: -5px;
}
.children .menu-description ,
.sub-menu .menu-description {
    position: relative;
    top: -14px;
    margin-left:0;
    left: 0;

}
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}
/**
 * Single Previous & Next Nav
*/
.post-navigation{
    line-height: 1.5;
    padding: 15px;
}
.post-navigation img {
    width: 80px;
}
.post-navigation .nav-previous img {
    float: left;
    margin-right: 15px;
}
.post-navigation .nav-next img {
    float: right;
    margin-left: 15px;
}
.post-navigation a span {
    display: block;
    font-size: 16px;
    opacity: 0.8;
}
/*--------------------------------------------------------------
 ## Services Area
--------------------------------------------------------------*/
.services_wrapper{
    margin-bottom: 20px;
}
.services_area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:1em;
    align-content: center;
}
.services_area .services_item{
    text-align: center;
    padding:35px 10px;
}
.services_item .services_icon{
    font-size: 40px;
    margin-bottom:5px;
}
.services_item .services_content h3 {
    margin-bottom:10px;
    font-weight: 500;
}
.services_item .services_content p{
    margin:0;
}
.services_item .services_content div{
    font-size: 16px;
}
/*--------------------------------------------------------------
## Home Page Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Section Main Title
--------------------------------------------------------------*/
.blocktitlewrap{
    position:relative;
    margin-bottom: 15px;
}
.blocktitle{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    padding: 16px 10px;
    position: relative;
    border-radius: 3px 3px 0 0;
    background: #033772;
}
.blocktitle h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 18px;
    margin: auto;
    text-transform: uppercase;
    line-height: 1.5;
    /*flex: 1;*/
}
.blocktitle p{
    color: #fff;
    margin:0;
    line-height: 1.5;
    flex: 3;
    margin:0 20px;
}

/*--------------------------------------------------------------
## Second Main Title
--------------------------------------------------------------*/
.layout_one .blocktitlewrap {
    text-align: center;
    width: 80%;
    margin:0 auto;
}
.layout_one .blocktitlewrap .blocktitle{
    background: none;
    padding: 25px 0;
    border-radius: 0;
    display: block;
}
.layout_one .blocktitlewrap .blocktitle h2 {
    font-size: 26px;
    text-transform: none;
    color: #232529;
    margin-bottom: 10px;
}
.layout_one .blocktitlewrap .blocktitle p {
    color: #232529;
    margin: 0;
}
.layout_two .lSAction{
    display: none !important;
}
/**
 * Widget Section Next & Prev 
*/
.blocktitlewrap .SparkleStoreAction>div {
    position: relative;
    cursor: pointer;
    color: #023772;
    line-height: 1;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    border: 1px solid #eeeeee;
    font-weight: 700;
    background-color: #ffffff;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.blocktitlewrap .SparkleStoreAction>div:hover:before {
    background-color: #033772;
    color: #ffffff;
}
.blocktitlewrap .sparkle-lSPrev::before {
    content: '\f053';
    left: 0;
    padding:10px;
    line-height: 1;
    display: inline-block;
}
.blocktitlewrap .sparkle-lSNext:before{
    content: '\f054';
    right: 0;
    left: auto;
    padding:10px;
    line-height: 1;
    display: inline-block;
}
/*******
* ( Next & Prev ) Arrow
*/
.layout_one .SparkleStoreAction {
    display: none;
}
.lSAction .lSPrev,
.lSAction .lSNext{
    position: absolute;
    top: 45%;
    font-size: 35px;
    /* transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); */
    background-color: #f33c3c;
    line-height: 40px;
    width: 30px;
    height: 45px;
    color: #fff;
    padding: 3px 0px;
}
.lSAction .lSPrev{
    left: 0;
    opacity: 1;
    visibility: visible;
    /* -webkit-transform: translateX(-25px);
    transform: translateX(-25px); */
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
}
.lSAction .lSNext {
    right: 0;
    opacity: 1;
    visibility: visible;
    /* -webkit-transform: translateX(25px);
    transform: translateX(25px);  */
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
}
/***
 * Ajax Layout Two
*/
.layout_one .sparkletabs {
    margin-bottom: 15px
}
.layout_one .sparkletabs .sparkletablinks > li{
    display: inline-block;
    padding: 0;
}
.layout_one .sparkletabs .sparkletablinks > li a{
    display: block;
    padding: 6px 16px;
    border: 2px solid #e5e6eb;
    border-radius: 50px;
    margin:5px;
}
.layout_one .sparkletabs .sparkletablinks > li:hover a, 
.layout_one .sparkletabs .sparkletablinks > li.active a {
    background-color: #f33c3c;
    color: #ffffff;
    border: 2px solid #f33c3c;
}
.preloader {
    text-align: center;
    padding: 50px 0;
}
/**
 * Category Style Two
*/
.category-style-2 .products-cat-wrap {
    display: flex;
    align-items: center;
}
.category-style-2 .products-cat-image {
    flex: 0 0 30%;
    max-width: 30%;
    overflow: hidden;
}
.category-style-2 .products-cat-image img{
    height: 140px;
}
.category-style-2 .product.product-category .woocommerce-loop-category__title {
    background-color: transparent;
}
.category-style-2 .products-cat-wrap .woocommerce-loop-category__title{
    position: relative;
    text-align: left;
    bottom: 0;
    margin-top: 0;
}
/*--------------------------------------------------------------
## Content Area
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.updated:not(.published) {
    display: none;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
 ## Blog Artical Item
--------------------------------------------------------------*/
.articlesListing .article{
    margin-bottom: 15px;
}
.articlesListing .article:last-child{
    margin-bottom: 0;
}
.articlesListing .article .blog-post-thumbnail{
    position: relative;
    overflow: hidden;
}
.articlesListing .article .blog-post-thumbnail .post-thumbnail img{
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
}
.articlesListing .article .blog-post-thumbnail .post-thumbnail img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.articlesListing .article .box {
    padding:15px 10px;
}
.articlesListing .article .box .btn-wrap {
    margin: 5px 0 10px;
}
/**
 * Meta Info
 */
 .articlesListing .article .metainfo{
    margin-bottom: 10px;
}
.articlesListing .article .metainfo div {
    display: inline-block;
    margin-right:25px;
}
.articlesListing .article .metainfo div:after {
    width: 6px;
    height: 6px;
    border-radius: 90px;
    margin-top: 10px;
    margin-left:10px;
    position: absolute;
    content: '';
}
.articlesListing .article .metainfo div:last-child:after{
    content: none;
}
/*--------------------------------------------------------------
 ## 2 Column Masonry Blog Post
--------------------------------------------------------------*/
[data-layout*="masonry"] .article {
    width: calc((100% - 15px ) / 2 - 1px);
    width: -webkit-calc((100% - 15px ) / 2 - 1px);
}

[data-layout*="masonry"] .article .box h2{
    font-size: 22px;
}
/*--------------------------------------------------------------
 ## Normal Page
--------------------------------------------------------------*/
.page .post-thumbnail {
    margin-bottom: 25px;
    overflow: hidden;
}
.single-post .articlesListing .article .blog-post-thumbnail {
    margin-bottom:15px;
}
.single-post .articlesListing .article h3{
    margin-bottom:10px;
} 
.single-post .articlesListing .article .entry-content p{
    line-height: 1.8em;
}
/*--------------------------------------------------------------
 ## Pagination Type
--------------------------------------------------------------*/
.pagination{
    text-align: center;
    padding: 20px;
    margin: 0;
    display: block;
    border-radius: 0;
}
.page-numbers{
    display: inline-block;
    margin: 0 2px;
    padding: 8px 15px;
    font-size: 15px;
}
/*--------------------------------------------------------------
 ## Single Posts Next & Previous
--------------------------------------------------------------*/
/**
 * Singe Posts Tags
*/
.posts-tag{
    margin-top: 25px;
}
.posts-tag ul{
    margin: 0;
    padding:0;
}
.posts-tag ul li {
    display: inline-block;
    margin-right: 5px;
    height: 35px;
    line-height: 33px;
    transition: all .3s ease-in;
}
.posts-tag ul li:first-child {
    padding: 0 10px;
}
.posts-tag ul li a {
    padding: 0px 10px;
    display: block;
}
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/** Comments List
--------------------------------------------- */
.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comments-area ol.children {
    margin: 0 0 0 15px;
}
.comment-list .comment-body {
    padding: 15px;
}
.comment-list .comment-body {
    margin-bottom: 10px;
}
.comment-author img {
    vertical-align: text-top;
    margin-right: 15px;
    padding: 3px;
    border-radius: 50%;
    margin-top:-8px;
}
.comment-author .fn {
    text-transform: capitalize;
}
.comment-author .fn .url {
    padding: 0;
}
.comment-author .says {
    display: none;
}
.comment-metadata {
    font-size: 16px;
    margin-top: -34px;
    padding-left: 80px;
}
.comment-content {
    margin-top: 20px;
}
.comment-content p{
    margin-bottom: 0;
}
.reply .comment-reply-link {
    font-size: 12px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 25px;
}
#respond {
    margin: 20px 0 0;
}
#respond h3.comment-reply-title{
    margin-bottom: 10px;
}
#commentform .form-submit {
    text-align: right;
}
#cancel-comment-reply-link {
    font-style: italic;
}
#cancel-comment-reply-link:before {
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    margin: 0 5px 0 20px;
    font-style: normal;
}
/********
 * 404 Page ( not Found )
*/
.page-not-found {
    text-align: center;
    padding: 150px 0;
}
.page-not-found h2{
    font-size: 80px;
}
/**
 * View Wishlist
*/
.store_products_items_info .products_item_info .yith-wcwl-add-to-wishlist {
    margin-top: 0;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}
.yith-wcwl-wishlistaddedbrowse .feedback,
.yith-wcwl-wishlistexistsbrowse .feedback {
    display: none;
}
.store_products_items_info .products_item_info .yith-wcwl-wishlistexistsbrowse a::before,
.store_products_items_info .products_item_info .yith-wcwl-wishlistaddedbrowse a::before{
    content: "\eed8";
}
/*****
* Item Display Position
*/
.store_products_items_info.position-left {
    position: absolute;
    left: 10px;
    top: 35%;
    right: auto;
    -webkit-transform: translateX(-20px) translateZ(0);
    transform: translateX(-20px) translateZ(0);
}
.store_products_items_info.position-left .yith-wcwl-add-button a.add_to_wishlist span, 
.store_products_items_info.position-left .sparkle-tooltip-label {
    left: 100%;
    margin-left: 8px;
    right: auto;
    margin-right: 0;
}
.store_products_items_info.position-left .yith-wcwl-add-button a.add_to_wishlist span::before, 
.store_products_items_info.position-left .sparkle-tooltip-label::before {
    right: 100%;
    transform: rotate(180deg);
    left: auto;
}
/***********
 * All Widget
*/
.widget ul{
    list-style: none;
    /*padding: 0;*/
    margin: 0;
}
.widget ul li {
    line-height: 1.5;
    padding: 10px;
    padding-left: 0;
}
.widget ul li.cat-parent{
    padding: 0;
}
.widget ul li .children li:last-child{
    padding-bottom: 0;
}

.widget_categories ul li:before,
.widget_recent_comments ul li:before,
.widget_rss ul li:before,
.widget_recent_entries ul li:before,
.widget_pages ul li:before,
.widget_meta ul li:before,
.widget_nav_menu ul li:before,
.widget_archive ul li:before,
.widget_custom_html ul li:before,
.widget_text ul li:before,
.widget_product_categories ul li:before{
    content: "\f08d";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-left: -20px;
    float: left;
    font-size: 14px;
    margin-top: 5px;
}
.widget_meta ul li:before, 
.widget_nav_menu ul li:before {
    content: "\f138";
}
.widget_recent_comments ul li:before{
    content: "\f086";
}
.widget_pages ul li:before{
    content: "\f178";
}
.widget_rss ul li:before{
    content: "\f09e";
}
.widget_recent_entries .post-date {
    font-size: 12px;
    display: inline-block;
}
.widget_archive ul li, 
.widget_product_categories ul li, 
.widget_categories ul li{
    width: 100%;
    text-align: right;
    display: inline-table;
}
.widget_archive ul li a, 
.widget_categories ul li a,
.widget_product_categories ul li a{
    float: left;
}
/** Widget Sidebar Search
--------------------------------------------- */
#secondary.widget-area{
    margin: 15px 0;
}
.widget-area .widget.widget_search .search-form{
    position:relative;
}
.widget_search .search-form > label{
    margin: 0;
    width: 100%;
}
.widget_search .screen-reader-text{
    display: none;
}
.widget_search .search-field{
    display: inline-block;
    height: 47px;
    vertical-align: middle;
    width: 100%;
    padding: 0 110px 0 10px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0; 
}
.widget_search .search-submit{
    position: absolute;
    top: 0;
    right:0;
    height: 46px;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
    -webkit-transition: all ease 0.5s;
    border: none;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: normal;
    border-radius: 0;
    cursor: pointer;
}
/** Widget Calender
--------------------------------------------- */
.widget_calendar tbody td {
    text-align: center;
}
.widget_calendar caption {
    font-weight: 700;
}
.calendar_wrap caption {
    line-height: 25px;
    text-align: center;
}
.calendar_wrap table {
    border-collapse: collapse;
    width: auto;
}
.calendar_wrap table th {
    font-weight: bold;
    padding: 8px 0px;
    text-align: center;
    width: 5%
}
.calendar_wrap table td {
    padding: 8px 0px;
    width: 5%;
    text-align: center;
}
.calendar_wrap table td #prev, 
.calendar_wrap table td#next {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.calendar_wrap table td #next {
    text-align: right;
}
/*--------------------------------------------------------------
## Footer Area
--------------------------------------------------------------*/
.middle-footer-area{
    padding: 2em 0 0;
    position: relative;
    z-index: 2;
}
/**
 * Footer Folumn  
*/
.middle-footer-inner{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:2em;
}
.footer-widgets .widget .widget-title{
    letter-spacing: 1.5px;
    line-height: 1.6;
    padding-bottom:8px;
    margin-bottom: 25px;
    position: relative;
    background-color: transparent;
    padding-left: 0;
    border-left: 0;
    overflow: visible;
    height: auto;
}
.footer-widgets .widget .widget-title:before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100px;
}
.footer-widgets .widget ul,
.widget_tag_cloud .tagcloud{
    padding: 0;
}
.footer-widgets .widget ul li {
    margin-bottom: 0;
    padding: 10px 10px 10px 20px;
}
.footer-widgets .widget .product_list_widget li{
    padding:6px 0;
}
.footer-widgets .widget .social ul li{
    border: 0;
}
/* .footer-widgets .widget ul li.cat-parent {
    padding: 0 0 0 20px;
} */
.footer-widgets .widget ul li:last-child{
    border-bottom: 0;
}
.footer-widgets h1, 
.footer-widgets h2, 
.footer-widgets h3, 
.footer-widgets h4, 
.footer-widgets h5, 
.footer-widgets h6
.footer-widgets .widget ul li,
.footer-widgets .widget ul li a,
.footer-widgets .widget a,
.footer-widgets .widget ul li:before,
.footer-widgets .widget a::before,
.footer-widgets .calendar_wrap table td,
.footer-widgets .calendar_wrap table th,
.footer-widgets .cl-contact-box.style1 .cl-contact-field, 
.footer-widgets .cl-contact-box.style3 .cl-contact-field,
.footer-widgets .cl-contact-text h6,
.footer-widgets .cl-contact-box.style2 .cl-contact-field,
.footer-widgets .sparkle-content p,
.footer-widgets .sparkle-content div,
.footer-widgets .about-desc,
.footer-widgets .about-address{
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
} 
/*--------------------------------------------------------------
## Sub Footer Area
--------------------------------------------------------------*/
.sub-top-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:25px 0;
}
.payment-accept img{
    margin-left: 5px;
    height: 35px;
}
.widget_nav_menu span.toggle.sub-menu-toggle {
    display: none;
}
/**
 * Socila Media Link Area
*/
/* Top Header Social Icon */
.top-bar-menu .social ul li{
    padding:4px;
}
.top-bar-menu .social ul li a::before{
    width: 0;
}
/* Footer Social Icon */
.sub-top-inner .social ul{
    padding:0;
    margin:0;
}
.sub-top-inner .social ul li{
    display: inline-block;
    margin-right: 10px;
}
.sub-top-inner .social ul li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
/** Social Media */
.social ul li a {
    font-size: 14px;
    border-radius: 3px;
    line-height: 28px;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
}

/**
 * Sub Footer Area
*/
.sub-footer {
    padding: 20px 0;
}
.sub-footer-inner{
    display: flex;
    align-items: center;
    justify-content: center;
}

/**
 * Footer Menu
*/
.footer_menu ul{
    margin: 0;
    padding: 0;
    list-style-type:none;
}
.footer_menu ul li{
    display: inline-block;
    position: relative;
    padding: 0 8px;
}
.footer_menu ul li:last-child{
    padding-right: 0;
}

.footer_menu ul li:first-child a:before {
    width: 0;
}
.footer_menu ul li a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -4px;
    width: 5px;
    height: 1px;
    margin: auto;
}
/**
 * scrollTop To Top
*/
.scrollup {
    text-align: center;
    bottom: 60px;
    display: none;
    height: 55px;
    line-height: 40px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    width: 50px;
    text-transform: uppercase;
    z-index: 100;
    border-radius: 2px;
}
.scrollup:hover {
    opacity:0.9;
}

.scrollup i.fa{
    font-size: 35px;
    margin-top: 8px;
}

/**
 * Contact 7 Plugins defult css
*/
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
    cursor:pointer;
}

.no-results .page-content input.search-submit {
    position: absolute;
    right: 0;
}
.no-results .page-content {
    position: relative;
}

/*--------------------------------------------------------------
## Gutenberg Default ( WooCommerce Block )
--------------------------------------------------------------*/
.wc-block-grid__product-onsale{
    position: absolute;
    top: 10px;
    right: 10px;
}
.wc-block-components-product-sale-badge,
.wc-block-grid__product-onsale {
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    font-size: 12px;
    border: 1px solid #f33c3c;
    background-color: #f33c3c;
    color: #fff;
}

.wc-block-grid .wc-block-components-product-title,
.wc-block-grid__product-title {
    margin-bottom: 10px;
    line-height: 1.4;
    /* font-size: 20px; */
    padding: 0;
}

.wc-block-grid__product-price{
    font-size: 18px;
    font-weight: 700;
}

.wc-block-grid__product-price__value,
.wc-block-grid__product-price .woocommerce-Price-amount{
    color: #009966;
}
.wc-block-grid__product-price__regular,
.wc-block-grid__product-price del .woocommerce-Price-amount{
    color: #f33c3c;
    opacity: 0.5;
}

.woocommerce .star-rating.wc-block-grid__product-rating {
    /* position: unset; */
    height: auto;
    font-size: 1em;
    letter-spacing: unset;
}
.wc-block-grid__product-rating .star-rating span::before, 
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span::before {
    color: #ffc60a;
}

.wc-block-grid__product-add-to-cart .add_to_cart_button{
    height: 40px;
    padding: 0px 12px;
    padding-left: 50px;
    margin-bottom: 5px;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #f33c3c;
    border: 1px solid #f33c3c;
    color:#fff;
}
.wc-block-grid__product-add-to-cart .add_to_cart_button::before{
    content: '\f07a';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: 0px;
    top: 0px;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f33c3c;
    border-right: 1px solid #ffffff !important;
    color: #fff;
}
.wc-block-grid__product-add-to-cart .add_to_cart_button:hover{
    background-color: transparent;
    color: #f33c3c;
}

.wc-block-pagination-page {
    padding: 2px;
    float: none;
    border: 1px solid #f33c3c;
    cursor: pointer;
    border-radius: 0;
    margin: 0 5px;
    background-color: #f33c3c;
    color: #fff;
    padding: 5px;
}

.wc-block-pagination-page.wc-block-components-pagination__page {
    cursor: pointer;
    background-color: #f33c3c;
    color: #fff;
    padding: 5px;
}
.wc-block-pagination-page--active.wc-block-components-pagination__page--active {
    background-color: transparent !important;
    color: #f33c3c;
}

.wc-block-product-search .wc-block-product-search__button {
    margin: 0;
    background-color: #f33c3c;
    color: #fff;
    border-radius: 0;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 15px;
}

/**
 * Default WooCommerce Notice
*/
.admin-bar p.demo_store {
    top: auto;
}
.woocommerce-store-notice.demo_store {
    position: fixed;
    bottom: 30px;
    top: auto;
    left: 30px;
    right: auto;
    width: 400px;
    padding: 30px;
    margin: 0;
    text-align: left;
    background-color: #f33d3c;
    -ms-box-shadow: 0 0 65px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 65px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 65px rgba(0,0,0,.1);
    box-shadow: 0 0 65px rgba(0,0,0,.1);
}


