/*
Theme Name: Buzzstore Pro
Theme URI: http://sparklewpthemes.com/wordpress-themes/buzzstore/
Author: sparklewpthemes
Author URI: http://sparklewpthemes.com/
Description: BuzzStore Pro is a clean, beautiful and fully customizable responsive WooCommerce Premium WordPress theme. This theme is packed with lots of exciting features that enhance the eCommerce experience. This theme is fully compatible with WooCommerce and some other external plugins like YITH WooCommerce Wishlist, YITH WooCommerce Quick View, WOOF – Products Filter for WooCommerce, WooCommerce Variation Swatches, Jetpack, Contact Form 7 and many more plugins. This theme packs many premium features and several custom widgets which helps to make your online store professional and well organized.
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.3.6
License: GNU General Public License, version 3 (GPLv3) or later
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: buzzstore-pro
Tags: one-column, two-columns, custom-header, right-sidebar, left-sidebar, custom-background, custom-menu, translation-ready, featured-images, theme-options, custom-logo, e-commerce, footer-widgets

Buzzstore Pro WordPress Theme, Copyright 2016 http://sparklewpthemes.com/ buzzstore is distributed under the terms of the GNU GPL
Buzzstore Pro is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v3 or later.
*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #737373;
    background-color: #ffffff;
}

ul,
li,
ol {
    list-style: none;
}


/**
 * Boxed WebLayout
*/

body.boxed {
    max-width: 1200px;
    margin: 0 auto;
}

body.boxed .container {
    padding-right: 0px;
    padding-left: 0px;
}

body.boxed .site {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 15px;
}

.gallery figure {
    margin: 0px;
    padding: 3px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}

th {
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 5px 10px;
    color: #333;
}

td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    font-weight: normal;
    clear: both;
}

h1 {
    font-size: 42px;
    line-height: 44px;
}

h2 {
    font-size: 32px;
    line-height: 28px;
}

h3 {
    font-size: 24px;
    line-height: 27px;
}

h4 {
    font-size: 20px;
    line-height: 25px;
}

h5 {
    font-size: 19px;
    line-height: 21px;
}

h6 {
    font-size: 17px;
    line-height: 17px;
}

p,
label,
span {
    font-size: 17px;
}

p {
    line-height: 25px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
}

address {
    margin: 0 0 1.5px;
}

pre {
    background: #eee;
    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 {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: transparent;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    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;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0;
    padding: 0;
    margin-left: 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    vertical-align: middle;
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 15px;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #86bc42;
    background-color: #86bc42;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    padding: 10px 18px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #86bc42;
    color: #86bc42;
    background-color: transparent;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #a8a8a8;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    color: #111;
    outline: none;
    box-shadow: none;
}

textarea {
    width: 100%;
}

.header-four input[type="submit"] {
    border-color: #fff;
    background-color: #fff;
    color: #86bc42;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

.transition,
a,
.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-img-info .promo-img-info-inner h3,
.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-img-info .promo-img-info-inner p {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    color: #86bc42;
}

a:focus {
    outline: 0;
    border: 0;
    box-shadow: 0;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 20px;
    overflow: hidden;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    position: relative;
    text-align: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
    position: relative;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
    color: #fff;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.buzz-clearfix:before,
.buzz-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;
}

.buzz-clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1em 0 0;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.page-content p,
.entry-content p,
.entry-summary p {
    color: #888;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    text-align: center;
    background: #f9f9f9;
    padding: 10px 0px;
    font-size: 16px;
}

.page-links a {
    display: inline-block;
    color: #86bc42;
}

.page-links a {
    opacity: 0.9;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.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;
}


/*--------------------------------------------------------------
# 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 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;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item img {
    border-radius: 2px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
## Mian Container
--------------------------------------------------------------*/

.buzz-container {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.site-main {
    padding: 30px 10px 30px;
}

.buzz-row {
    padding: 40px 0;
    margin-left: -15px;
    margin-right: -15px;
}

.buzz-row-7 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

#primary {
    width: 70%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 1px 1px 12px 2px #e1e1e1ba;
    border-radius: 4px;
}

.single-team #primary {
    width: 100%;
    float: none;
}

.rightsidebar #secondaryright {
    width: 30%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

.leftsidebar #secondaryleft {
    width: 30%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.leftsidebar #primary {
    float: right;
}


/**
 * Only Archive page
*/

.archive #secondaryright {
    width: 30%;
    float: right;
    padding: 10px 0;
    padding-left: 15px;
    padding-right: 15px;
}

.nosidebar #primary {
    width: 100%;
}

.bothsidebar #primary {
    width: 80%;
    float: none;
    margin: 0 auto;
}


/*--------------------------------------------------------------
## Mian Container Page Title
--------------------------------------------------------------*/

.entry-header .entry-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    color: #212121;
    line-height: 1;
    margin: 0;
    margin-bottom: 15px;
    font-weight: normal;
}


/*--------------------------------------------------------------
## News/Blogs (index, Category, Arhive, Tags, Serach)
--------------------------------------------------------------*/

.listview li {
    margin-bottom: 30px;
}

.sparkletheme-blogs .post-thumbnail img {
    width: 100%;
    border-radius: 4px;
}

.content-area .site-main .sparkletheme-blogs .post {
    text-align: center;
    padding: 0 0 58px;
    background: #fff;
    margin-bottom: 40px;
    padding-bottom: 0;
}

.content-area .site-main .sparkletheme-blogs .post p {
    text-align: center;
}

.content-area .site-main .sparkletheme-blogs .post .entry-content {
    text-align: left;
}

.content-area .site-main .sparkletheme-blogs .post .entry-content a {
    color: #86bc42;
}

.sparkletheme-blogs .post .text-holder {
    padding-top: 30px;
    background: rgba(253, 253, 253, 0.53);
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.single-post .sparkletheme-blogs .post .text-holder {
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
}

.sparkletheme-blogs .post .category a {
    font-size: 15px;
    line-height: 15px;
    color: #86bc42;
    display: inline-block;
    position: relative;
    font-weight: normal;
}

.sparkletheme-blogs .post .category a:hover {
    color: #555;
}

.sparkletheme-blogs .post .entry-title {
    font-size: 27px;
    line-height: 30px;
    font-family: Montserrat;
    font-weight: 500;
    margin: 15px 0;
}

.sparkletheme-blogs .post .entry-title a {
    color: #333;
    font-weight: 600;
}

.sparkletheme-blogs .post .entry-meta span {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.sparkletheme-blogs .post .entry-meta span>span {
    padding: 0;
}

.sparkletheme-blogs .post .entry-meta span:before {
    position: absolute;
    content: '/';
    top: 0;
    left: 0;
}

.sparkletheme-blogs .post .entry-meta span>span:before,
.sparkletheme-blogs .post .entry-meta span:first-child:before,
.sparkletheme-blogs .post .entry-meta span.view-count:before {
    content: '';
}

.sparkletheme-blogs .post .entry-meta span>span {
    padding: 0;
}

.sparkletheme-blogs .post .entry-meta span a {
    font-size: 14px;
    line-height: 18px;
    color: #86bc42;
}

.sparkletheme-blogs .post .entry-meta span a:hover {
    color: #555;
}

.sparkletheme-blogs .post .entry-title a:hover,
.sparkletheme-blogs .post .entry-title a:focus,
.sparkletheme-blogs .page .entry-title a:focus {
    color: #86bc42;
}

.sparkletheme-blogs .post .entry-content p {
    font-size: 16px;
    line-height: 28px;
    color: #575757;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 20px;
}

.single-post .sparkletheme-blogs .post .entry-content p {
    text-align: left;
    padding: 0 8px;
}

.sparkletheme-blogs .post .read-more {
    font-size: 14px;
    line-height: 15px;
    color: #86bc42;
    text-transform: uppercase;
    border: 1px solid #86bc42;
    padding: 10px 36px 10px 18px;
    position: relative;
    border-radius: 8px 0 8px 0;
}

.sparkletheme-blogs .post .read-more:after {
    font-family: 'FontAwesome';
    position: absolute;
    left: 85%;
    bottom: 30%;
    content: "\2192";
    font-size: 15px;
}

.sparkletheme-blogs .post .read-more:hover {
    border: 1px solid #86bc42;
    background: #86bc42;
    color: #fff;
}

.single-post .sparkletheme-blogs .post .text-holder {
    padding-bottom: 0;
}


/* ---blogs list-view--- */

.sparkletheme-blogs .list-view {
    display: grid;
    grid-template-columns: 2fr 2fr;
    background-color: #f8f8f8 !important;
    border-radius: 10px;
}

.sparkletheme-blogs .list-view .text-holder,
.sparkletheme-blogs .list-view .text-holder .entry-content p {
    text-align: left;
    margin-top: 0;
    font-size: 15px;
    line-height: 24px;
}

.sparkletheme-blogs .list-view a img {
    border-radius: 10px 0 0 10px;
    height: 100%;
    object-fit: cover;
}

.sparkletheme-blogs .list-view.reverse a img,
.sparkletheme-blogs .list-view:nth-child(even) a img {
    border-radius: 0 10px 10px 0;
}


/* ---nosidebar list-view--- */

body.nosidebar .sparkletheme-blogs .list-view {
    grid-template-columns: 2fr 2fr;
}


/* ---blogs list-view alternative and odd even--- */

.sparkletheme-blogs .list-view.reverse,
body.nosidebar .sparkletheme-blogs .list-view.reverse,
.sparkletheme-blogs .list-view.alternative:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.sparkletheme-blogs .list-view.reverse>a,
body.nosidebar .sparkletheme-blogs .list-view.reverse>a,
.sparkletheme-blogs .list-view.reverse .text-holder,
body.nosidebar .sparkletheme-blogs .list-view.reverse .text-holder,
.sparkletheme-blogs .list-view.alternative>a,
.sparkletheme-blogs .list-view.alternative .text-holder {
    flex: 2;
}


/**
 * Post Singe Page Tags
*/

.tag-cloud-link {
    font-size: 14px !important;
    background-color: #f8f8f8;
    padding: 6px 10px;
    border-radius: 6px 0 6px 0;
    margin-top: 6px;
    display: inline-block;
    color: #333;
}

.buzz-news-tag ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.buzz-news-tag ul li {
    display: inline-block;
    background-color: #242c42;
    margin-right: 15px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    transition: all .3s ease-in;
    border-radius: 4px 0 4px 0;
}

.buzz-news-tag ul li:first-child {
    background-color: #86bc42;
    padding: 0 10px;
    color: #fff;
}

.buzz-news-tag ul li:hover {
    background-color: #86bc42;
    color: #fff;
}

.buzz-news-tag ul li a {
    color: #fff;
    padding: 0px 15px;
    display: inherit;
}

#buzz-comments {
    margin-top: 30px;
    background-color: #fafafa;
    padding: 25px;
    padding-top: 10px;
    border-radius: 4px;
}

#reply-title {
    font-weight: 600;
}

.buzz-comment-respond #buzz-reply-title,
.buzz-comments-wrapper h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
}

#buzz-comments .buzz-cmm-box-left .buzz-control-group {
    display: inline-block;
    width: 49.7%;
}

#buzz-comments .buzz-cmm-box-left .buzz-control-group input {
    width: 100%;
}

.buzz-comments-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.buzz-comment-wrapper a.buzz-pull-left {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    float: left;
    margin-top: 10px;
    padding: 4px;
    width: 75px;
    margin-right: 10px;
}

.buzz-comment-wrapper a.buzz-pull-left img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 100%;
}

.buzz-comment-wrapper {
    margin-bottom: 20px;
}

.buzz-comments-wrapper ul ul.children {
    margin-left: 30px;
}

.buzz-comment-wrapper .buzz-media-body {
    padding-left: 90px;
    color: #aaa;
    font-size: 16px;
}

.buzz-comment-wrapper .buzz-media-body a {
    display: inline-block;
    margin: 3px 0 8px 0;
    font-size: 14px;
    color: #aaaaaa;
}

.buzz-comment-wrapper .buzz-media-body .buzz-prorow a {
    background-color: #e9eef2;
    cursor: pointer;
    line-height: 25px;
    transition: all .3s ease-in;
    color: #2c343b;
    font-size: 12px;
    padding: 4px 10px;
}

.buzz-comment-wrapper .buzz-media-body .buzz-prorow a:hover {
    background: #86bc42;
    color: #fff;
}

.buzz-comment-wrapper .buzz-media-body .buzz-prorow a:hover:before {
    color: #fff;
}

.buzz-comment-wrapper .buzz-media-heading {
    display: inline-block;
    margin: 0;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.buzz-comment-wrapper .buzz-media-heading a {
    color: #86bc42;
    font-size: 14px;
    margin-right: 5px;
}

.buzz-comment-wrapper .buzz-prorow {
    float: right;
}

.buzz-comment-wrapper em {
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
    padding-left: 16px;
}

.buzz-comment-wrapper .buzz-media-body p {
    margin: 0;
    padding: 5px 0;
    border-top: 2px solid #efefef;
    font-size: 14px;
}

.buzz-comment-left {
    text-align: right;
}

.buzz-comments-wrapper .buzz-fsprorow {
    line-height: 1;
}

.buzz-comment-left a:before {
    content: '\f112';
    font-family: FontAwesome;
    font-size: 13px;
    color: #555555;
    margin-right: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.buzz-comment-left a:hover,
.buzz-comment-left a:hover:before,
.buzz-comment-wrapper .buzz-media-body a:hover {
    color: #86bc42;
}


/*--------------------------------------------------------------
## Search Page
--------------------------------------------------------------*/

.buzz-search span {
    font-size: 20px;
    background: #86bc42;
    color: #fff;
    padding: 5px;
}


/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/

.nav-previous a,
.nav-next a {
    background: #86bc42;
    color: #FFF;
    display: inline-block;
    padding: 4px 10px;
    line-height: 22px;
    position: relative;
}

.nav-next a {
    margin-right: 13px;
}

.nav-next a:after {
    content: "";
    position: absolute;
    border-left: 11px solid #86bc42;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 0;
    right: -11px;
}

.nav-previous a {
    margin-left: 11px;
}

.nav-previous a:after {
    content: "";
    position: absolute;
    border-right: 11px solid #86bc42;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 0;
    left: -11px;
}

.no-comments {
    color: #86bc42;
}

.pagination,
.nav-links {
    text-align: center;
    padding: 0 0 15px 0;
}

.page-numbers {
    display: inline-block;
    margin: 0 2px;
    background: #86bc42;
    border: 1px solid #86bc42;
    color: #FFF;
    padding: 10px 14px;
    line-height: 1;
    border-radius: 6px 0 6px 0;
}

.page-numbers.current {
    background: #fff;
    color: #86bc42;
}

.page-numbers:hover {
    background: transparent;
    border: 1px solid #86bc42;
    color: #86bc42;
}


/*--------------------------------------------------------------
## WooCommerce Pagination
--------------------------------------------------------------*/

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    background: none;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
    background: none;
    color: #86bc42;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin-right: 5px;
    padding: 2px;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    line-height: 35px;
    padding: 0;
    min-width: 35px;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 16px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #86bc42;
    color: #ffffff;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    top: 0
}


/*--------------------------------------------------------------
## Top Main Header
--------------------------------------------------------------*/

.buzz-topheader {
    background-color: #222222;
    color: #fff;
    line-height: 15px;
    padding: 15px 0px;
}

.buzz-topheader .buzz-topleft {
    float: left;
}

.buzz-topheader .buzz-topleft ul {
    margin: 0;
    padding: 0;
}

.buzz-topheader .buzz-topleft ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    float: left;
    list-style-type: none;
    padding: 0 12px;
}

.buzz-topheader .buzz-topleft ul.buzz-socila-link li {
    border: none;
    padding: 0px 5px;
}

.buzz-topheader .buzz-topleft ul li span {
    color: #86bc42;
    padding-right: 5px;
}

.buzz-topheader .buzz-topleft ul.buzz-socila-link li span,
.buzz-topheader .buzz-topright ul.buzz-socila-link li span,
.buzz-topheader .buzz-topright ul.buzz-socila-link li span:hover {
    padding-right: 15px;
}

.buzz-topheader .buzz-topleft ul li a {
    color: #fff;
}

.buzz-topheader .buzz-topleft ul li a:hover {
    color: #86bc42;
}

.buzz-topheader .buzz-topleft ul li:first-child {
    padding-left: 0;
}

.buzz-topleft ul li:last-child {
    border-right: 0;
}


/*--------------------------------------------------------------
## Top Left Sidebar With Socila Icon
--------------------------------------------------------------*/

.buzz-topheader .buzz-topleft ul.buzz-socila-link li span {
    color: #fff;
}

.buzz-topheader .buzz-topleft ul.buzz-socila-link li span:hover {
    color: #86bc42;
}

.buzz-topheader .buzz-topright {
    float: right;
}

.buzz-topheader .buzz-topright ul {
    margin: 0;
    padding: 0;
}

.buzz-topheader .buzz-topright ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    float: left;
    list-style-type: none;
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.buzz-topheader .buzz-topright ul.buzz-socila-link li {
    border: none;
    padding: 0px 5px;
}

.buzz-topheader .buzz-topright ul li span {
    color: #86bc42;
    padding-right: 5px;
}

.bigcounter {
    display: flex;
    align-items: center;
}

.buzz-topheader .buzz-topright ul li a span {
    padding-right: 5px;
}

.buzz-topheader .buzz-topright ul li a:hover span {
    color: #86bc42;
    padding-right: 5px;
}

.buzz-topheader .buzz-topright ul li a {
    color: #fff;
}

.buzz-topheader .buzz-topright ul li a:hover {
    color: #86bc42;
}

.buzz-topheader .buzz-topright ul li:first-child {
    border-left: 0px solid rgba(255, 255, 255, 0.22);
}

.buzz-topheader .buzz-topright ul li:last-child {
    border-right: 0px solid rgba(255, 255, 255, 0.22);
}

.buzz-topheader .buzz-topright ul.buzz-socila-link li:first-child {
    border-left: 0px solid rgba(255, 255, 255, 0.22);
}


/*--------------------------------------------------------------
## Main Header
--------------------------------------------------------------*/

.buzz-main-header {
    padding: 30px 0;
}

.buzz-site-branding {
    /*float: left;*/
    width: 30%;
}

.buzz-logo {
    float: left;
    margin-right: 10px;
}

.buzz-logo-title {
    float: left;
}

.buzz-site-title {
    margin: 0;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 5px;
}

.buzz-site-title a {
    color: #86bc42;
}

.buzz-site-description {
    margin: 0;
    line-height: 1;
    font-size: 13px;
    color: #2b2c2c;
    letter-spacing: 1px;
    text-align: center;
}


/*--------------------------------------------------------------
## Advance WooCommerce Search
--------------------------------------------------------------*/

.header-search {
    width: 40%;
}

.product-search-field,
.header-search_filter .formDropdown {
    min-width: 180px;
    width: 100%;
    font-size: 14px;
    padding: 0px 15px;
    height: 55px;
    line-height: 55px;
    font-weight: normal;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-appearance: none;
    background-position-x: 95%;
    background: transparent;
    border-radius: 0;
}

.header-search_filter .formDropdown {
    border-radius: 8px 0 0 8px;
}

.product-search-field {
    text-transform: none;
    font-size: 16px;
}

.header-search_filter {
    position: relative;
    display: inline-block;
    width: 180px;
    z-index: 9;
}

.header-search_filter i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    background: transparent;
    width: 15px;
    font-size: 20px;
    z-index: -1;
}

.form-group {
    position: absolute;
    width: 70%;
    right: 0;
    top: 0;
}

.product-search-field {
    font-size: 13px;
    font-weight: normal;
    padding: 10px 20px;
    width: 268px;
}

.product-search {
    position: relative;
}

.header-search_form .form-group {
    width: calc(100% - 180px);
}

.header-search_form .product-search-field {
    padding-right: 48px;
    padding-left: 10px;
    width: 100%;
    border-left: none;
    border-radius: 0 8px 8px 0;
}

button.product-search {
    width: 55px;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    padding: 0;
    border-radius: 0 8px 8px 0;
}

.woocommerce-product-search input[type="submit"] {
    padding: 13px 10px;
}

.buzz-main-header .woocommerce-product-search {
    display: inline-block;
}

.woocommerce-product-gallery .flex-viewport {
    box-shadow: 1px 1px 19px 5px #f0f0f045;
}

.buzz-main-header input[type="search"] {
    width: 87%;
    border-radius: 4px 0 0 4px;
    padding: 12px;
}

.search-form input[type="submit"] {
    padding: 15px 18px;
    border-radius: 4px;
}

.search-form input[type="search"] {
    border-radius: 4px;
}


/* .buzz-main-header  button, 
.buzz-main-header  input[type="button"] {
    position: absolute;
    padding: 15px 20px;
    border-radius: 0 4px 4px 0;
} */

.woocommerce table.shop_attributes td {
    padding: 0 10px;
}


/*--------------------------------------------------------------
## Main Header Cart Product Lists
--------------------------------------------------------------*/

.buzz-cart-main {
    height: unset;
    width: 20%;
    position: relative;
    padding-left: 20px;
}

.buzz-cart-main {
    height: unset;
}

.buzz-menulink .buzz-cart-main {
    display: none;
}

@media screen and (max-width: 880px) {
    .buzz-main-header .buzz-cart-main {
        display: none;
    }

    .header-four .buzz-menulink .buzz-cart-main ul li a {
        color: #555;
    }

    .buzz-cart-main:before,
    .view-cart a,
    .buzz-menulink .buzz-container {
        height: 42px !important;
        line-height: 42px !important;
    }

}

@media screen and (max-width: 880px) {
    .buzz-viewcartproduct {
        opacity: none !important;
        visibility: hidden;
    }

    .buzz-cart-main:hover .buzz-viewcartproduct {
        opacity: none !important;
        visibility: visible;
    }
}

.buzz-cart-main:before {
    content: "\f07a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 22px;
    position: absolute;
    top: auto;
    left: auto;
    width: 46px;
    height: 55px;
    line-height: 55px;
    background: #86bc42;
    color: #ffffff;
    z-index: 9;
    text-align: center;
    border-radius: 8px 0 0 8px;
}

.view-cart {
    text-align: center;
}

.view-cart a {
    display: block;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-left: none;
    margin-left: 32px;
    border-radius: 0px 8px 8px 0;
}

.buzz-block-subtitle {
    color: #fff;
    background: #86bc42;
    font-size: 15px;
    display: block;
    padding: 8px;
    border-radius: 4px 4px 0 0;
}

.buzz-viewcartproduct {
    position: absolute;
    /*top: 100%;*/
    right: 0;
    min-width: 300px;
    width: 100%;
    background: #191818;
    z-index: -1;
    opacity: 0;
    height: auto;
    border-radius: 4px 4px 0 0;
}

.woocommerce widget_shopping_cart {
    border-radius: 0 0 4px 4px;
}

.buzz-cart-main:hover .buzz-viewcartproduct {
    opacity: 1;
    z-index: 9999;
}

.widget_shopping_cart p.buttons a {
    margin: 0;
    padding: 0 15px 0 45px !important;
}

.widget_shopping_cart p.buttons a:first-of-type {
    margin-right: 3px;
}

.buzz-viewcartproduct .widget_shopping_cart {
    background: #fff;
    margin-bottom: 0;
    border: 1px solid #86bc42;
}

.buzz-viewcartproduct .widget_shopping_cart ul.cart_list,
.buzz-viewcartproduct .widget_shopping_cartul.product_list_widget {
    padding: 8px 8px 0px 8px;
    max-height: 300px;
    overflow-y: scroll;
}

.widget_shopping_cart ul.cart_list,
.widget_shopping_cartul.product_list_widget {
    padding: 5px;
}

.widget_shopping_cart_content .buttons a {
    border-radius: 0px;
    padding: 0 !important;
    padding-left: 30px !important;
    text-align: center;
    color: #86bc42;
    line-height: 40px;
    height: 40px;
}

.widget_shopping_cart_content .buttons a.wc-forward:before {
    content: '\f07a';
    position: absolute;
    font-family: FontAwesome;
    left: 0px;
    top: 0px;
    font-size: 14px;
    width: 40px;
    height: 39px;
    color: #ffffff;
    text-align: center;
    border-right: 1px solid #fff;
    background: #86bc42;
}

.widget_shopping_cart_content .buttons a.checkout.wc-forward:before {
    content: '\f045';
}

.widget_shopping_cart_content p.buttons {
    padding: 0 5px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}


/*--------------------------------------------------------------
## Main Navigation Menu
--------------------------------------------------------------*/

.is-sticky .buzz-menulink {
    background: #fff;
}

.buzz-menulink {
    border-top: 1px dotted #ececec;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.buzz-nav-toggle {
    display: none;
}

.buzz-menulink ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.buzz-menulink ul li.page_item_has_children {
    position: relative;
}

.buzz-menulink>div>div>ul>li {
    margin: 8px;
}

.buzz-menulink>div>div>ul>li.page_item_has_children:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    left: 0;
    z-index: 99;
}

.buzz-menulink ul ul>li.page_item_has_children:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0%;
    left: 100%;
    z-index: 99;
}

.buzz-menulink ul li {
    display: inline-block;
    position: relative;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.buzz-menulink ul li a {
    display: inline-block;
    padding: 10px;
    position: relative;
    color: #333;
}

.buzz-menulink ul li:last-of-type a {
    border-right: 0px solid #ccc;
}

.buzz-menulink ul li.menu-item-has-children a,
.buzz-menulink ul li.page_item_has_children a {
    padding-right: 30px;
}

.buzz-menulink ul ul>li>a {
    border-right: 0;
}

.buzz-menulink ul ul.sub-menu li,
.buzz-menulink ul ul ul li {
    font-size: 12px;
    line-height: 1.6;
    position: relative;
    padding: 0;
    display: block;
}

.buzz-menulink ul ul.sub-menu li.menu-item-has-children,
.buzz-menulink ul ul.sub-menu li.page_item_has_children {
    position: relative;
}

@media (min-width: 881px) {
    .buzz-menulink ul ul {
        background-color: #ffffff;
        min-width: 250px;
        position: absolute;
        top: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        display: none;
        z-index: 999;
        text-align: left;
        z-index: -1;
    }

    .buzz-menulink span.sub-toggle {
        display: none;
    }

    .buzz-menulink ul>li.menu-item-has-children>a::after,
    .buzz-menulink ul>li.page_item_has_children>a:after {
        content: '\f107';
        position: absolute;
        top: 50%;
        right: 0;
        font-family: 'FontAwesome';
        width: 10px;
        height: 10px;
        margin-top: -7px;
        line-height: 1;
        margin-right: 15px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }

    .buzz-menulink ul ul.sub-menu li.menu-item-has-children>a:after,
    .buzz-menulink ul ul.sub-menu li.page_item_has_children>a:after {
        content: '\f105';
        position: absolute;
        top: 50%;
        right: 0;
        font-family: 'FontAwesome';
        width: 10px;
        height: 10px;
        margin-top: -7px;
        line-height: 1;
        margin-right: 15px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }

    .buzz-menulink ul li:hover>ul,
    .buzz-menulink ul li:focus>ul {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        display: block;
        z-index: 999;
    }

    .buzz-menulink ul ul ul.sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
        margin-top: 0;
    }

    .buzz-menulink ul ul>li.page_item_has_children>a:after {
        content: '\f105';
    }

    .buzz-menulink>div>div>ul>li>ul {
        padding-top: 15px;
    }
}

.buzz-menulink ul ul li {
    display: block;
    line-height: 1.3;
}

.buzz-menulink ul ul li a {
    display: block;
    padding: 12px 16px;
}

.buzz-menulink ul ul li:hover {
    background-color: #eee;
}

@media (max-width: 880px) {
    .buzz-menulink ul li a {
        line-height: 22px;
        /* border-bottom: 1px solid #f1f1f1;*/
    }

    .buzz-menulink>div>div>ul>li {
        margin: 0;
    }

    .buzz-menulink>div>div>ul>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #000 !important;
    }

    .buzz-menulink>div>div>ul ul {
        background: #f7f7f7;
    }

    .buzz-menulink span.sub-toggle {
        position: absolute;
        top: 10px;
        right: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        background: #f1f1f1;
        cursor: pointer;
    }

    .buzz-menulink span.sub-toggle:hover {
        opacity: 0.8;
    }

    .buzz-menulink ul ul {
        display: none;
    }

    .buzz-menulink .buzz-container {
        position: relative;
        background: #86bc42;
    }

    .buzz-menulink .buzz-container>div:last-of-type {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9999;
        width: 100%;
        background: #f9f9f9;
    }

    .buzz-menulink .buzz-container>div:last-of-type>ul {
        padding: 10px;
        max-height: 450px;
        overflow-x: scroll;
    }
}


/*--------------------------------------------------------------
## Tab Toggle Menu
--------------------------------------------------------------*/

.buzz-menulink .buzz-toggle {
    display: none;
    width: 40px;
    margin: 12px 0;
    float: left;
    cursor: pointer;
}

.buzz-menulink .buzz-toggle div {
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.buzz-menulink .buzz-toggle.on div.one {
    transform: rotate(45deg) translate(5px, 5px);
}

.buzz-menulink .buzz-toggle.on div.two {
    opacity: 0;
}

.buzz-menulink .buzz-toggle.on div.three {
    transform: rotate(-45deg) translate(6px, -7px);
}


/*--------------------------------------------------------------
# Normal Banner Slider
--------------------------------------------------------------*/

.home-slider-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
}

.banner-height {
    height: 465px;
    overflow: hidden;
}

.buzzstorepro-slider {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}

.buzzstorepro-slider .slides {
    height: 100% !important;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
}

.buzzstorepro-slider .slides li {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.buzzstorepro-slider .slides li img.banner-img {
    width: 100%;
}

.buzzstorepro-slider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.buzzstorepro-caption {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.buzzstorepro-slider .buzzstorepro-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    color: #fff;
    line-height: 1;
    padding: 20px 0px;
    margin: 0;
    font-weight: bold;
}

.buzzstorepro-slider .buzzstorepro-desc {
    line-height: 1.8;
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 30px;
}


.buzzstorepro-slider .flex-direction-nav {
    height: 100%;
    top: 0%;
    margin-top: 0px;
}

.buzzstorepro-slider .flex-direction-nav a {
    width: 15%;
    height: 100%;
}

.flex-direction-nav {
    cursor: default;
}

.flex-direction-nav a,
.flex-control-nav>li>a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a {
    position: absolute;
    display: block;
    height: 100%;
    width: 50%;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    margin: 0;
}

.buzzstorepro-slider .flex-direction-nav .flex-prev {
    opacity: 0;
    left: 0;
    cursor: pointer;
    cursor: -moz-pointer;
    cursor: -webkit-pointer;
    cursor: url(assets/images/prev-light.png), url(assets/images/prev-light.cur), e-resize;
    /* standard: note the different path for the .cur file */
    cursor: url(assets/images/prev-light.cur), n-resize\9;
    /* IE 8 and below */
    *cursor: url(assets/images/prev-light.cur), n-resize;
    /* IE 7 and below */
    _cursor: url(assets/images/prev-light.cur), n-resize;
    /* IE 6 */
}

.buzzstorepro-slider .flex-direction-nav .flex-next {
    opacity: 0;
    right: 0;
    cursor: pointer;
    cursor: -moz-pointer;
    cursor: -webkit-pointer;
    cursor: url(assets/images/next-light.png), url(assets/images/next-light.cur), e-resize;
    /* standard: note the different path for the .cur file */
    cursor: url(assets/images/next-light.cur), n-resize\9;
    /* IE 8 and below */
    *cursor: url(assets/images/next-light.cur), n-resize;
    /* IE 7 and below */
    _cursor: url(assets/images/next-light.cur), n-resize;
    /* IE 6 */
}

.single-product .flex-control-nav {
    display: flex;
    flex-wrap: wrap;
}

.buzzstorepro-slider .flex-control-nav {
    position: absolute;
    width: auto;
    left: 50%;
    bottom: 20px;
    z-index: 11;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.buzzstorepro-slider .flex-control-nav>li {
    display: inline-block;
    margin: 5px 5px;
}

.buzzstorepro-slider .flex-control-nav>li>a {
    background: #dddddd;
    border: 2px solid #dddddd;
    display: block;
    height: 10px;
    width: 10px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.buzzstorepro-slider .flex-control-nav>li>a:hover,
.buzzstorepro-slider .flex-control-nav>li>a.flex-active {
    background: #86bc42;
    border-color: #86bc42;
    width: 20px;
    border-radius: 4px 0;
}

.buzzstorepro-slider .buzzstorepro-button {
    margin: 40px 0 0;
}

.buzzstorepro-slider a.buzzstorepro-button {
    display: inline-block;
    padding: 12px 26px;
    color: #fff;
    border-radius: 100px;
    font-size: 14px;
    border: 1px solid #fff;
    margin-right: 5px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    min-width: 108px;
    border-radius: 8px 0 8px 0;
}

.buzzstorepro-slider a.buzzstorepro-button:hover {
    background-color: #fff;
    color: #86bc42;
    border-color: #fff;
}


/*--------------------------------------------------------------
## Main Banner Slider
--------------------------------------------------------------*/

#main-slider {
    line-height: 0;
    position: relative;
    overflow: hidden;
}

#main-slider .owl-carousel .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 0;
    margin: 0;
    margin-top: -20px;
}

#main-slider .item {
    position: relative;
}

#main-slider .item .main-slider_content {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-btn {
    margin-top: 20px;
}

.slider-btn a {
    background-color: #fff;
    padding: 12px 28px;
    border-radius: 8px 0;
    font-size: 15px;
}

#main-slider .item .main-slider_content h3,
#main-slider .item .main-slider_content h3 a {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color: #e3e3e3;
    line-height: 1;
    padding: 20px 0px;
    margin: 0;
    font-weight: 600;
}

.main_promo_banner_slider .buzzstorepro-slider .buzzstorepro-title {
    letter-spacing: 1px;
    line-height: 1;
    font-size: 40px;
}

.main_promo_banner_slider .buzzstorepro-slider .buzzstorepro-desc {
    letter-spacing: 0;
}

.main_promo_banner_slider .main-slider_row {
    display: none;
}

#main-slider .item .main-slider_content .main-slider_desc {
    font-family: 'Montserrat', sans-serif;
    color: #cdcdcd;
    line-height: 25px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    width: 600px;
    margin-bottom: 30px;
    font-weight: normal;
}

#main-slider .main-slider_buttons {
    margin-top: 30px;
}

#main-slider .main-slider_buttons a {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    display: inline-block;
    height: 45px;
    line-height: 43px;
    text-transform: uppercase;
    color: #333333;
    border: 2px solid #86bc42;
    color: #fff;
    background: transparent;
    padding: 0px 35px;
    font-weight: normal;
}

#main-slider .main-slider_buttons a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #86bc42;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#main-slider .main-slider_buttons a:hover {
    border-color: #86bc42;
    color: #fff;
}

#main-slider .main-slider_buttons a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}


/*--------------------------------------------------------------
## Next & Prev Owl Carousel Button
--------------------------------------------------------------*/

.owl-theme .owl-controls {
    margin-top: 40px;
    text-align: center;
}

.owl-main-slider.owl-carousel .owl-controls {
    margin: 0;
}

.owl-main-slider.owl-carousel.slider-pagination .owl-controls {
    position: absolute;
    width: 100%;
    bottom: 2%;
    margin-top: 0;
    top: auto;
}

.owl-main-slider.owl-carousel.slider-pagination .owl-controls .owl-page span {
    background-color: #fff;
}

.owl-main-slider.owl-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-main-slider.owl-carousel .owl-controls .owl-buttons div {
    background-color: #fff;
    border-color: #fff;
    font-size: 23px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    opacity: 1;
    padding: 0;
    border-radius: 5px 0 5px 0;
}

.owl-main-slider.owl-carousel .owl-controls .owl-buttons div:hover {
    border-color: #86bc42;
}

.owl-main-slider.owl-carousel .owl-controls .owl-buttons div:hover i {
    color: #86bc42;
}

.owl-main-slider.owl-carousel .owl-controls .owl-buttons div i {
    color: #333;
}

.owl-main-slider.owl-carousel .owl-controls .owl-buttons div.owl-prev {
    border-right-style: solid;
    border-right-width: 4px;
    left: -70px;
}

.owl-main-slider.owl-carousel .owl-controls .owl-buttons div.owl-next {
    border-left-style: solid;
    border-left-width: 4px;
    right: -70px;
}

.owl-main-slider.owl-carousel .owl-controls .owl-buttons div.owl-prev,
.owl-main-slider.owl-carousel .owl-controls .owl-buttons div.owl-next {
    visibility: hidden;
    transition: all 0.3s;
}

.owl-main-slider .owl-item .item {
    position: relative;
    overflow: hidden;
}

.owl-main-slider.owl-carousel:hover .owl-buttons div.owl-prev {
    left: 30px;
}

.owl-main-slider.owl-carousel:hover .owl-buttons div.owl-next {
    right: 30px;
}

.owl-main-slider.owl-carousel:hover .owl-buttons div.owl-prev,
.owl-main-slider.owl-carousel:hover .owl-buttons div.owl-next {
    visibility: visible;
    transition: all 0.3s;
}


/*--------------------------------------------------------------
## Default Next Previous Owl button
--------------------------------------------------------------*/

.owl-buttons {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
}

.owl-product-slider.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-product-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 4px 0 4px 0;
    box-shadow: 1px 1px 12px 3px #d2d2d236;
}

.owl-product-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -20px;
}

.owl-product-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -20px;
}

.widget_buzzstore_cat_widget_area .owl-wrapper-outer {
    overflow: hidden;
    padding: 20px 0;
}

.owl-product-slider {
    padding: 30px 0 0;
}

.owl-product-slider .item {
    padding: 0 15px;
}

.owl-product-slider.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #86bc42;
    font-size: 25px;
    margin: 0 5px;
    padding: 3px 8px;
    opacity: 1;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}


/* .owl-product-slider.owl-theme .owl-controls .owl-buttons:after {
    background-color: #ccc;
    content: "";
    height: 25px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 100%;
    width: 3px;
    margin-top: -32px;
    display: none;
} */


/*--------------------------------------------------------------
## Main Title All Section
--------------------------------------------------------------*/

.buzz-titlewrap {
    text-align: center;
}

.buzz-titlewrap .buzz-title,
.section-title {
    font-size: 30px;
    letter-spacing: .3px;
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 0;
    color: #333;
}

.widget_buzzstorepro_brandlogo_widget_area .buzz-titlewrap .buzz-title {
    color: white;
}

.buzz-titlewrap .buzz-subTitle,
.section-tagline,
.section-tagline p {
    max-width: 700px;
    display: block;
    font-size: 17px;
    letter-spacing: .3px;
    text-align: center;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    word-spacing: 2px;
    margin: 0 auto;
    margin-top: 20px;
}


/*--------------------------------------------------------------
## Separter
--------------------------------------------------------------*/


/* .starSeparator {
    position: relative;
    line-height: 0.8;
    margin: 15px 0;
    display: inline-block;
}
.starSeparator .icon-star {
    color: #86bc42;
}
.starSeparator:before,
.starSeparator:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    width: 30px;
    height: 1px;
    background: #86bc42;
    z-index: 9;
}
.starSeparator:before {
    left: 24px;
}
.starSeparator:after {
    right: 24px;
}
.starSeparatorBox {
    text-align: center;
} */


/*--------------------------------------------------------------
## HomePage All Section
--------------------------------------------------------------*/

.home-section {
    padding: 30px 0 0;
}


/*--------------------------------------------------------------
## Isotop filter homepage widget area
--------------------------------------------------------------*/

.product-filter {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0px;
    text-align: center;
}

.product-filter li {
    display: inline-block;
    list-style: none;
    margin: 0px 3px;
}

.product-filter li a {
    background-color: #f8f8f8;
    border: 2px solid #f8f8f8 !important;
    color: #333;
    display: block;
    font-size: 15px;
    margin: 0px;
    overflow: hidden;
    padding: 9px 21px 8px;
    position: relative;
    transition: all 0.4s ease 0s;
    font-weight: 500;
    border-radius: 8px 0 8px 0;
}

.product-filter li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #86bc42;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.product-filter li a:hover,
.product-filter li a.current {
    border-color: #86bc42;
    color: #fff;
    background-color: #86bc42;
}

.product-filter li a.current:before,
.product-filter li a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.isotope-skin2 .isotope-item {
    margin: 1%;
    width: 31.18%;
}

.isotope-item {
    width: 25%;
}

.isotope-item img {
    max-width: 100%;
    height: auto;
}

.isotope-item:hover .slide-desc {
    opacity: 1;
}

.isotope-item .slide-desc {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    left: 0px;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    opacity: 0;
    overflow: hidden;
    text-align: center;
}

.isotope-item .slide-desc table,
.isotope-item .slide-desc td {
    border: none;
    height: 100%;
    width: 100%;
    background: none;
}


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}


/* ------widget_buzzstorepro_category_product_widget_area .footer-widget------ */

.footer-widget .product-filter li a {
    background-color: transparent;
}

.footer-widget .product-filter li a:hover,
.footer-widget .product-filter li a.current {
    color: #fff;
}

.footer-widget .isotope-item {
    width: 100%;
    position: unset !important;
}

.widget-area .isotope-item {
    width: 100%;
}


/*--------------------------------------------------------------
## Home Page Section
--------------------------------------------------------------*/

.btn {
    background-color: #f8f8f8;
    padding: 10px 25px;
    font-size: 16px;
    transition: all 0.4s ease 0s;
    font-weight: 500;
    border-radius: 8px 0 8px 0;
    letter-spacing: 0.5px;
    display: inline-block;
    cursor: pointer;
}

.btn-primary {
    border: 1px solid #f8f8f8
}

.widget_buzzstore_pro_product_widget_area .product.type-product,
.widget_buzzstore_pro_specialdeal_product_slide_widget_area .product.type-product,
.widget_buzzstore_pro_product_list_widget_area .product.type-product,
.widget_buzzstore_pro_cat_with_product_widget_area .product.type-product,
.product.type-product {
    box-shadow: 1px 1px 10px 3px #d9d9d933;
    border-radius: 20px 0 20px 0;
}


/**
 * Section Title Desing
*/

.blocktitlewrap {
    width: 70%;
    margin: 0 auto 25px;
}

.title-big,
.title-top-center,
.title-top-cs {
    text-align: center;
    width: 60%;
    margin: 0 auto 30px;
}

.title-big .section-title {
    position: relative;
    padding-bottom: 20px;
}

.title-top-ls .section-title,
.title-top-cs .section-title {
    position: relative;
    padding-bottom: 5px;
}

.title-top-cs .section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100px;
    margin-left: -30px;
    height: 2px;
}

.title-top-ls .section-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 60px;
    height: 3px;
}

.title-single-row .section-title-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.title-single-row .section-title-wrapper .section-title-wrap {
    /* width: 30%; */
    padding-right: 15px;
}

.title-single-row .section-title-wrapper .section-title-wrap h2 {
    margin-bottom: 0;
}

.title-single-row .section-title-wrapper .section-tagline {
    /* width: 70%; */
    padding-left: 15px;
    flex: 3;
}

.title-single-row .section-title-wrapper .section-tagline p:last-child {
    margin-bottom: 0;
}

.title-big .section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100px;
    margin-left: -30px;
    height: 2px;
}

.title-left-border .section-title-wrap .section-title {
    position: relative;
    padding-bottom: 5px;
}

.title-left-border .section-title-wrap .section-title::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 100%;
    z-index: 0;
}

.title-bg-color.blocktitlewrap {
    margin-bottom: 0;
}

.title-bg-color .section-title-wrap .section-title {
    width: 100%;
    line-height: 45px;
    padding-left: 10px;
    font-weight: 500;
    font-size: 24px;
}


/**
 * Section Title Desing
*/

.title-top-cs .section-title::after {
    background-color: #01833d;
}

.title-top-ls .section-title::after {
    background-color: #01833d;
}

.title-big .section-title::after {
    background-color: #01833d;
    -webkit-box-shadow: -35px -8px 0px 0px #01833d;
    box-shadow: -35px -8px 0px 0px #01833d;
}

.title-bg-color .section-title-wrap .section-title {
    background-color: #efefef;
}


/**
 * Custom Widget  
*/

.widget.widget_buzzstore_pro_offer_deal_widget_area,
.widget.widget_buzzstore_pro_product_widget_area,
.widget.widget_buzzstore_pro_product_list_widget_area,
.widget.widget_buzzstore_pro_specialdeal_product_slide_widget_area,
.widget.widget_buzzstore_pro_cat_with_product_widget_area,
.widget.buzzstore_pro_cat_collection_tabs_widget_area,
.widget.widget_buzzstore_pro_cat_widget_area,
.widget.widget_buzzstore_pro_full_promo_pro_area,
.widget.widget_buzzstore_pro_promo_pro_area,
.widget.widget_buzzstore_pro_testimonial_widget_area,
.widget.widget_buzzstore_pro_team_widget_area,
.widget.widget_buzzstore_pro_faq_widget_area,
.widget.widget_buzzstore_pro_blog_widget_area,
.widget.widget_buzzstore_pro_services_area,
.widget.widget_buzzstore_pro_brand_logo_area {
    margin: 0;
}

.section-wrap {
    position: relative;
}

.section-content {
    position: relative;
}

.widget ul.sparkletablinks li,
.widget ul.storeproductlist li {
    padding: 0;
    background-color: transparent;
    line-height: 1.6;
}

.widget ul.storeproductlist li:nth-child(2n+1),
.widget ul.storeproductlist li:nth-child(2n) {
    background-color: transparent;
}

.grid .brandlogo.storeproductlist li img {
    width: 100%;
}


/*******
* Owl Carousel ( Next & Prev ) Arrow
*/

.owl-carousel.owl-loaded {
    list-style: none;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 40%;
    font-size: 30px;
}

.owl-nav .owl-prev {
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
}

.owl-nav .owl-next {
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
}


/**
 * Tabs Widget
*/

.sparkletablinks li .btn-primary:hover,
.sparkletablinks li.active a.btn-primary {
    background-color: #01833d;
    border-color: #01833d;
    color: #fff;
    -webkit-box-shadow: 3px 5px 10px 0 rgba(0, 55, 114, 0.3);
    box-shadow: 3px 5px 10px 0 rgba(0, 55, 114, 0.3);
}

.tabsblockwrap.tab_styletwo {
    background-color: #efefef;
}

.tab_styletwo .sparkletablinks li .btn-primary:hover,
.tab_styletwo .sparkletablinks li.active a.btn-primary {
    background-color: #01833d;
    -webkit-box-shadow: 3px 5px 17px 3px rgba(12, 184, 127, 0.18);
    box-shadow: 3px 5px 17px 3px rgba(12, 184, 127, 0.18)
}

.tabsblockwrap.tab_stylethree {
    background-color: #01833d;
}

.tab_stylethree .sparkletablinks li .btn-primary:hover,
.tab_stylethree .sparkletablinks li.active a.btn-primary {
    background: transparent;
}


/**
 * Tabs Widget
*/

.tab_styletwo .sparkletablinks li .btn-primary:hover,
.tab_styletwo .sparkletablinks li.active a.btn-primary {
    color: #ffffff;
}

.tab_stylethree .sparkletablinks li .btn-primary:hover,
.tab_stylethree .sparkletablinks li.active a.btn-primary {
    color: #ffffff;
}


/**
 * Tabs with Related Product
*/

.sparkletablinks {
    display: block;
    text-align: center;
}

.sparkletablinks li {
    display: inline-block;
    margin: 10px 3px;
}

.tabsblockwrap {
    margin-bottom: 35px;
}

.sparkletablinkscontent .preloader {
    text-align: center;
    padding: 50px 0;
}


/**
 * Tabs Style Two
*/

.tabsblockwrap.tab_styletwo {
    text-align: left;
    margin-bottom: 20px;
}

.tabsblockwrap.tab_styletwo .sparkletablinks {
    text-align: center;
}

.widget ul li:first-child {
    margin-left: 0;
}

.tab_styletwo .sparkletablinks li {
    margin: 0;
    margin-left: -4px;
}

.tabsblockwrap.tab_styletwo ul li a.btn {
    border-radius: 0;
    background-color: transparent;
    border-color: transparent;
    padding: 15px 25px;
}


/**
 * Tabs Style Three
*/

.tabsblockwrap.tab_stylethree {
    margin-bottom: 20px;
}

.tab_stylethree .sparkletablinks li {
    margin: 0;
}

.tabsblockwrap.tab_stylethree ul li a.btn {
    border-radius: 0;
    background-color: transparent;
    border-color: transparent;
    padding: 15px 25px;
}

.tab_stylethree .sparkletablinks li .btn-primary:hover,
.tab_stylethree .sparkletablinks li.active a.btn-primary {
    box-shadow: none;
}

.buzzstore_pro_product_widget_area .tabsblockwrap.tab_styletwo .sparkletablinks {
    text-align: center;
}


/**
 * Multiple Offer Products
*/

.pcountdown-cnt-list-slider p {
    margin: 0;
    padding: 10px 0 5px;
    text-align: center;
    font-size: 15px;
}

.pcountdown-cnt-list-slider p span.color-primary {
    font-weight: 500;
    font-size: 18px;
}

.elementor-widget-wrap .pcountdown-cnt-list-slider ul,
.widget .pcountdown-cnt-list-slider ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.elementor-widget-wrap .offer-style-3 .pcountdown-cnt-list-slider ul,
.elementor-widget-wrap .offer-style-1 .pcountdown-cnt-list-slider ul {
    background: #fff;
    list-style: none;
    padding: 0;
}

.elementor-widget-container ul.storeproductlist {
    padding: 0;
    margin-top: 0;
    list-style: none;
}

.elementor-widget-wrap .pcountdown-cnt-list-slider ul li,
.widget .pcountdown-cnt-list-slider ul li {
    float: left;
    width: 25%;
    padding: 5px;
    text-align: center;
    margin: 0;
}

.pcountdown-cnt-list-slider ul li>div {
    padding: 5px;
}

.pcountdown-cnt-list-slider ul li>div span {
    display: block;
}

.pcountdown-cnt-list-slider ul li>div span:first-of-type {
    font-size: 18px;
    font-weight: bold;
}

.pcountdown-cnt-list-slider ul li>div span:last-of-type {
    text-transform: uppercase;
    font-size: 10px;
}


/**
 * Offer Layout/Style Two
*/

.widget .offer-style-2 .storeproductlist li.product {
    position: relative;
}

.offer-style-2 .pcountdown-cnt-list-slider {
    position: absolute;
    top: 12%;
    right: 10px;
}

.widget .offer-style-2 .pcountdown-cnt-list-slider ul {
    display: unset;
    padding: 0;
}

.elementor-widget-wrap .offer-style-2 .pcountdown-cnt-list-slider ul li,
.widget .offer-style-2 .pcountdown-cnt-list-slider ul li {
    float: none;
    width: 100%;
    margin-bottom: 8px;
    list-style: none;
    border: 1px solid #e9e7e7;
    border-radius: 6px 0 6px 0;
}

.widget .offer-style-2 .pcountdown-cnt-list-slider ul li:last-child {
    margin-bottom: 0;
}

.offer-style-2 .pcountdown-cnt-list-slider ul li>div {
    padding: 3px 8px;
    border-radius: 8px 3px;
}


/**
 * Offer Layout/Style Three ( 3 )
*/

.widget .offer-style-3 .pcountdown-cnt-list-slider ul {
    padding: 0 15px;
}

.widget .offer-style-3 .pcountdown-cnt-list-slider ul li {
    padding: 5px 0;
}

.offer-style-3 .pcountdown-cnt-list-slider ul li>div {
    display: inline-block;
}

.offer-style-3 .pcountdown-cnt-list-slider ul li>div span:first-of-type {
    font-size: 14px;
    border-radius: 35px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 4px;
}


/**
 * Offer Layout/Style Four ( 4 )
*/

.offer-style-4 .pcountdown-cnt-list-slider ul li>div span:first-of-type {
    border: 0;
    margin-bottom: 0;
    line-height: 50px;
}


/**
 * Single Hot/Offer Product
*/

.offerproduct-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
}

.blockitem-title h3 {
    font-weight: 600;
}

.List .offerproduct-wrapper.product {
    margin-bottom: 25px;
}

.image-alignment-right .singlecount-1.offerproduct-wrapper {
    flex-direction: row-reverse;
}

.offerproduct-wrapper:nth-child(even) {
    flex-direction: row-reverse;
}

.offerproduct-wrapper .offerproduct-inner-wrap {
    width: 46%;
    position: relative;
}

.offerproduct-images img {
    height: 525px;
    object-fit: cover;
}

.offerproduct-wrapper .offerproduct-infowrap {
    width: 46%;
    padding-left: 40px;
}

.image-alignment-right .offerproduct-wrapper .offerproduct-infowrap {
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.offerproduct-infowrap .blockitem-title h2 {
    margin-top: 20px;
}

.offerproduct-infowrap .offerwrap {
    margin-bottom: 40px;
}


/** Offer Timer **/

.display-product-style-1 .specialoffter-deal .pcountdown-cnt {
    width: 8%;
}

.specialoffter-deal .pcountdown-cnt ul {
    text-align: center;
    padding: 0;
}

.specialoffter-deal .pcountdown-cnt ul li {
    display: block;
    padding: 2px 0;
    border-radius: 4px;
    margin-top: 4px;
}

.specialoffter-deal .pcountdown-cnt ul li>div {
    padding: 20px 0px;
}

.specialoffter-deal .pcountdown-cnt ul li>div span {
    display: block;
}

.specialoffter-deal .pcountdown-cnt ul li>div.time-clock {
    font-size: 26px;
}

.specialoffter-deal .pcountdown-cnt ul li>div span:first-of-type {
    font-size: 26px;
}


/**
 * Single Hot Product Layout Two
*/

.display-product-style-2 .offerproduct-wrapper.product {
    position: relative;
}

.display-product-style-2 .offerproduct-wrapper .offerproduct-infowrap {
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
}

.display-product-style-2 .offerproduct-wrapper .blockitem-title h3 {
    font-size: 30px;
}

.display-product-style-2 .pcountdown-cnt ul {
    display: inline-block;
    margin-bottom: 35px;
}

.widget .display-product-style-2 .pcountdown-cnt ul li {
    display: inline-block;
    padding: 10px 30px;
}

.display-product-style-2 .specialoffter-deal .pcountdown-cnt ul li>div {
    padding: 0;
}

.display-product-style-2 .pcountdown-cnt ul li>div span:first-of-type {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: -5px;
}

.display-product-style-2 .pcountdown-cnt ul li>div span:last-of-type {
    text-transform: uppercase;
    font-size: 14px;
}


/**
 * Single Hot Product Layout Three
*/

.display-product-style-3 .offerproduct-wrapper .offerproduct-inner-wrap {
    width: 50%;
    position: relative;
}

.display-product-style-3 .offerproduct-wrapper .offerproduct-infowrap {
    width: 50%;
    padding: 15px 30px;
}

.display-product-style-3 .offerproduct-wrapper .offerproduct-infowrap {
    text-align: center;
}

.display-product-style-3 .offerproduct-wrapper .offerproduct-infowrap .added_to_cart.wc-forward {
    margin-top: 0
}

.display-product-style-3 .pcountdown-cnt ul {
    margin: 0 0 10px;
    padding-bottom: 20px;
    width: 100%;
}

.widget .display-product-style-3 .pcountdown-cnt ul li {
    display: inline-block;
    padding: 10px 20px;
}


/* .widget .display-product-style-3 .pcountdown-cnt ul li:first-child{
    padding-left: 0;
} */

.display-product-style-3 .pcountdown-cnt ul li>div {
    padding: 0;
    border-bottom: 0;
}

.display-product-style-3 .specialoffter-deal .pcountdown-cnt ul li>div {
    border-bottom: 0
}

.display-product-style-3 .pcountdown-cnt ul li>div span:first-of-type {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
    border-radius: 50px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.display-product-style-3 .pcountdown-cnt ul li>div span:last-of-type {
    text-transform: uppercase;
    font-size: 14px;
}


/**
 * Selected Single Category and Product
*/

.categorproducts-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-between;
}

.rightalign .categorproducts-inner {
    flex-direction: row-reverse;
}

.homeblockinner {
    width: 48%;
    position: relative;
}

.homeblockinner .catblockimage.cover-image {
    width: 100%;
    height: 610px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    margin: 0;
    border-radius: 8px 0 8px 0;
}

.catblock-title-wrap {
    padding: 30px 20px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.catblock-title-wrap {
    background-color: rgba(0, 0, 0, 0.4);
}

.catblock-title-wrap h2 {
    font-size: 45px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 25px;
}

.singlecat-product-wrap {
    width: 50%;
}


/******
 * Single Category & Products
*/

.widget ul.single-catproducts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2%;
}

.widget ul.single-catproducts li {
    padding: 0;
    width: 48%;
    margin-bottom: 15px;
    flex: auto;
}

.widget ul.single-catproducts.grid2 li {
    width: 49%;
}

.widget_buzzstore_pro_cat_with_product_widget_area .store_products_item_body img {
    height: 220px;
    object-fit: cover;
}


/**
 * Category Collection
*/

.product-wrapper {
    overflow: hidden;
    position: relative;
}

.product.product-category {
    display: block;
    overflow: hidden;
    position: relative;
}

.product.product-category a img {
    /* object-fit: cover; */
    width: 100%;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    border-radius: 6px 0 6px 0;
}

.product.product-category:hover a img {
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
}

.product.product-category .woocommerce-loop-category__title {
    background-color: #fff;
    border-radius: 8px 0 8px 0;
    bottom: 1em;
    position: absolute;
    margin: 0;
    left: 1em;
    right: 1em;
    padding: 1em;
    line-height: 1.4;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.product.product-category .woocommerce-loop-category__title {
    font-size: 16px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
}

.product .woocommerce-loop-category__title .count {
    font-size: 14px;
    display: block;
    font-weight: 400;
    margin-top: 5px;
}


/**
 * Category Style Two
*/

.category-style-2 .products-cat-wrap {
    display: flex;
    align-items: center;
    padding: 4px;
}

.category-style-2 .products-cat-image {
    flex: 0 0 30%;
    max-width: 30%;
    overflow: hidden;
}

.category-style-2 .products-cat-wrap .woocommerce-loop-category__title {
    position: relative;
    text-align: left;
    bottom: 0;
    margin-top: 0;
}


/**
 * Cattegory Style Three
*/

.category-style-3 .products-cat-image {
    overflow: hidden;
    border-radius: 6px 0 6px 0;
}

.category-style-3 .products-cat-info {
    position: relative;
}

.category-style-3 ul.product-sub-cat {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-style-3 ul.product-sub-cat li {
    /* width: 100% !important; */
    line-height: 1.3 !important;
    padding: 8px 10px 0 !important;
    margin: 0;
}

.category-style-3 ul.product-sub-cat li:last-child {
    padding-bottom: 10px !important;
}


/**
 * Category Style Four
*/

.category-style-4 .products-cat-info {
    position: absolute;
    top: 40%;
    width: 100%;
}

.product.product-category.category-style-4 .woocommerce-loop-category__title {
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    background-color: transparent;
}


/**
 * Blog Posts Widget
*/

.blogspostlist.store_blog_wrap {
    display: grid;
    gap: 1.5em;
    align-items: flex-start;
}

.blogspostlist.blogwrap4 {
    grid-template-columns: repeat(4, 1fr);
}

.blogspostlist.blogwrap3 {
    grid-template-columns: repeat(3, 1fr);
}

.blogspostlist.blogwrap2 {
    grid-template-columns: repeat(2, 1fr);
}

.blogspostlist.blogwrap1 {
    grid-template-columns: repeat(1, 1fr);
}

.widget_buzzstore_pro_blog_widget_area .articlesListing .article .box {
    text-align: center;
}

.widget .store_blog_wrap li.blog-grid {
    padding: 0;
    background-color: transparent;
}

.widget .store_blog_wrap li.blog-grid h2 {
    font-size: 20px;
}

.widget .store_blog_wrap li.blog-grid h2,
.widget .store_blog_wrap .articlesListing .article .metainfo {
    font-weight: 600;
    margin: 0;
}

.widget .store_blog_wrap li.blog-grid .entry-content {
    margin: 0;
}

.widget .store_blog_wrap li.blog-grid p {
    font-size: 14px;
}


/*--------------------------------------------------------------
 ## Blog Artical Item
--------------------------------------------------------------*/

.articlesListing .article {
    margin-bottom: 25px;
}

.articlesListing .article:last-child {
    margin-bottom: 0;
}

.articlesListing .article .blog-post-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 8px 0 8px 0;
}

.articlesListing .article .blog-post-thumbnail .post-thumbnail img {
    display: block;
    margin: 0 auto;
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    border-radius: 8px 0 8px 0;
}

.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 15px 20px;
}


/**
 * Post Video Features Image
 */

.articlesListing .article iframe {
    width: 100%
}


/******
 * Faq Area
*/

.faq-wrapper {
    display: flex;
    flex-direction: row;
}

.alignment-right .faq-wrapper {
    flex-direction: row-reverse;
}

.faq-content {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.faq-content p:first-child {
    margin-bottom: 0;
}

.faq-content form p {
    text-align: left;
}

.wpcf7-form-control.wpcf7-submit {
    cursor: pointer;
}

.widget_buzzstore_pro_faq_widget_area .accordion {
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 1rem;
}

.widget_buzzstore_pro_faq_widget_area .nosidecontent .accordion {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
}

.alignment-left .nosidecontent .accordion {
    padding: 0;
}

.alignment-left .accordion {
    padding-right: 0;
    padding-left: 1rem;
}

.accordion-box {
    -webkit-box-shadow: 3px 5px 30px 0 rgba(46, 56, 77, 0.1);
    box-shadow: 3px 5px 30px 0 rgba(46, 56, 77, 0.1);
    background-color: #ffffff;
}

.accordion-box .accordion-content {
    display: block;
}

.accordion-box {
    margin-bottom: 15px;
    border-radius: 5px;
    list-style: decimal;
    list-style-position: inside;
}

.accordion-box:last-child {
    margin-bottom: 0;
}

.accordion-header {
    cursor: pointer;
    display: block;
    padding: 25px;
    position: relative;
    font-weight: 600;
    font-size: 17px;
}

.accordion-header::after {
    content: '\f105';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    font-weight: 900;
}

.open .accordion-header::after {
    content: '\f105';
    transform: rotate(90deg);
}

.accordion-box.open .accordion-content {
    padding: 25px;
    border-radius: 0 0 5px 5px;
}


/***************
* Widget Title
*/

.cross-sells h2,
.cart_totals h2,
.up-sells>h2,
.related>h2,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading,
.woocommerce-order-details h2,
.woocommerce-column--billing-address h2,
.woocommerce-column--shipping-address h2,
.woocommerce-Address-title h3,
.woocommerce-MyAccount-content h3,
.wishlist-title h2,
.comments-area h2.comments-title,
.woocommerce-Reviews h2.woocommerce-Reviews-title,
.woocommerce-Reviews #review_form_wrapper .comment-reply-title,
.woocommerce-account .woocommerce h2,
.woocommerce-customer-details h2.woocommerce-column__title,
.widget .widget-title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding-left: 10px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
}


/** accordion **/

.accordion-box .accordion-content {
    display: none;
}

.accordion-box.open .accordion-content {
    display: block;
}


/**
 * Full With Promo  Banner
*/

.header-banner {
    position: relative;
}

.header-banner.video-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
}

.widget_buzzstore_pro_full_promo_pro_area .fullpromobanner .header-banner {
    height: 580px;
}

.fullpromobanner .header-banner {
    margin: 0;
}

.fullpromobanner .sparklestore-caption.text-left {
    text-align: left;
}

.fullpromobanner .sparklestore-caption.text-right {
    flex-direction: row-reverse;
}

.fullpromobanner .sparklestore-caption.text-center .banneritem-caption {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.fullpromobanner .sparklestore-caption.text-center .banneritem-img {
    width: 35%;
    margin: 0 auto;
    padding: 20px 0;
}

.sparklestore-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    padding: 30px;
}


/****************
 * Single Banner Slider Layout
*/

.header-banner {
    position: relative;
}

.header-banner .home-slider-overlay {
    top: 0;
    left: 0;
    right: 0;
}

.header-banner .banner-img img {
    height: 580px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.header-banner .sparklestore-caption {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sp-normal-slider .container .header-banner .sparklestore-caption {
    padding: 0 25px;
}

.banneritem-caption {
    width: 50%;
}

.header-banner .banneritem-caption.noimage {
    width: 100%;
}

.fullwidth .header-banner .banneritem-caption.noimage,
.boxed .header-banner .banneritem-caption.noimage {
    width: 70%;
    margin: 0 auto;
}

.banneritem-caption .sliderbtn-wrp a:last-child {
    margin-left: 0;
}

.banneritem-img {
    width: 40%;
}

.elementor .banneritem-img img,
.banneritem-img img {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    object-fit: cover;
}

.sp-normal-slider {
    position: relative;
}

.svg-seperator {
    position: absolute;
}

.bottom-section-seperator {
    bottom: -8px;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
}


/****************
 * Video Banner
*/

.fullwidth .banner-height.video-banner .banneritem-caption,
.boxed .banner-height.video-banner .banneritem-caption {
    width: 70%;
    margin: 0 auto;
}

.banner-height.video-banner .banneritem-caption {
    width: 100%;
}


/********************
 * Promo Image With Slider Layout
*/

.slider-inner-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.alighment-right .slider-inner-wrap {
    flex-direction: row-reverse;
}

.sliderwrap {
    flex: 0 0 68.5%;
}

.promowrap {
    flex: 0 0 30%;
    max-width: 30%;
}

.promowrap .promoitems:first-child {
    margin-bottom: 20px;
}

.promowrap .promoitems {
    overflow: hidden;
}

.promowrap .promoitems img {
    height: 280px;
    object-fit: cover;
    width: 100%;
}

.promowrap .promoitems img {
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    display: block;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.promoitems:hover a img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}


/*--------------------------------------------------------------
## Promo Block Widget
--------------------------------------------------------------*/

.promo_block_area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2%;
}

.promo-3-1-1-1-3-1-1-1 .promo1,
.promo-3-1-1-1-3-1-1-1 .promo2,
.promo-3-1-1-1-3-1-1-1 .promo3,
.promo-3-1-1-1-3-1-1-1 .promo4,
.promo-3-1-1-1-3-1-1-1 .promo5,
.promo-3-1-1-1-3-1-1-1 .promo6,
.promo-3-1-1-1-3-2-2 .promo1,
.promo-3-1-1-1-3-2-2 .promo2,
.promo-3-1-1-1-3-2-2 .promo3,
.promo-3-2-2-3-1-1-1 .promo4,
.promo-3-2-2-3-1-1-1 .promo5,
.promo-3-1-2-3-1-1-1 .promo1,
.promo-3-1-2-3-1-1-1 .promo3,
.promo-3-1-2-3-1-1-1 .promo4,
.promo-3-1-2-3-1-1-1 .promo5,
.promo-3-2-1-3-1-1-1 .promo2,
.promo-3-2-1-3-1-1-1 .promo3,
.promo-3-2-1-3-1-1-1 .promo4,
.promo-3-2-1-3-1-1-1 .promo5,
.promo-3-2-1-3-2-1 .promo2,
.promo-3-2-1-3-2-1 .promo4,
.promo-3-2-1-3-2-1 .promo6,
.promo-3-1-1-1-3-1-2 .promo1,
.promo-3-1-1-1-3-1-2 .promo2,
.promo-3-1-1-1-3-1-2 .promo3,
.promo-3-1-1-1-3-1-2 .promo5,
.promo-3-1-1-1-3-2-1 .promo1,
.promo-3-1-1-1-3-2-1 .promo2,
.promo-3-1-1-1-3-2-1 .promo3,
.promo-3-1-1-1-3-2-1 .promo5,
.promo-3-2-1-3-1-2 .promo2,
.promo-3-2-1-3-1-2 .promo3,
.promo-3-2-1-3-1-2 .promo6,
.promo-3-1-2-3-1-2 .promo1,
.promo-3-1-2-3-1-2 .promo3,
.promo-3-1-2-3-1-2 .promo5,
.promo-3-1-2-3-2-1 .promo1,
.promo-3-1-2-3-2-1 .promo4,
.promo-3-1-2-3-2-1 .promo5 {
    width: 32%;
}

.promo-3-1-1-1-3-2-2 .promo4,
.promo-3-1-1-1-3-2-2 .promo5,
.promo-3-1-1-1-3-2-2 .promo6,
.promo-3-2-2-3-1-1-1 .promo1,
.promo-3-2-2-3-1-1-1 .promo2,
.promo-3-2-2-3-2-2 .promo1,
.promo-3-2-2-3-2-2 .promo2,
.promo-3-2-2-3-2-2 .promo3,
.promo-3-2-2-3-2-2 .promo4,
.promo-3-2-2-3-2-2 .promo5,
.promo-3-2-2-3-2-2 .promo6 {
    width: 49%;
}

.promo-3-2-2-3-1-1-1 .promo3,
.promo-3-1-2-3-1-1-1 .promo2,
.promo-3-2-1-3-1-1-1 .promo1,
.promo-3-2-1-3-2-1 .promo1,
.promo-3-2-1-3-2-1 .promo3,
.promo-3-2-1-3-2-1 .promo5,
.promo-3-2-2-3-1-1-1 .promo6,
.promo-3-1-1-1-3-1-2 .promo5,
.promo-3-1-1-1-3-2-1 .promo4,
.promo-3-2-1-3-1-2 .promo1,
.promo-3-2-1-3-1-2 .promo4,
.promo-3-2-1-3-1-2 .promo5,
.promo-3-1-2-3-1-2 .promo2,
.promo-3-1-2-3-1-2 .promo4,
.promo-3-1-2-3-1-2 .promo6,
.promo-3-1-2-3-2-1 .promo2,
.promo-3-1-2-3-2-1 .promo3,
.promo-3-1-2-3-2-1 .promo6 {
    width: 66%;
}

.promo-3-1-1-1-3-1-2 .promo6,
.promo-3-2-1-3-1-1-1 .promo6,
.promo-3-1-2-3-1-1-1 .promo6,
.promo-3-1-1-1-3-2-1 .promo6 {
    width: 100%;
}

.promoarea h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 15px 0;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.promoarea h2,
.promoarea p {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.promosection .promoarea:hover .textwrap h2 {
    background: #f33d3c;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.promosection .promoarea:hover .textwrap p {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.promosection .promoarea p {
    margin: 0;
    padding: 0 50px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.promosection .promoarea p:before,
.promosection .promoarea p:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #fff;
}

.promosection .promoarea p:before {
    left: 20px;
}

.promosection .promoarea p:after {
    right: 20px;
}

.promosection .promoarea {
    position: relative;
    margin-bottom: 20px;
}

.promosection .promoarea a {
    display: block;
    position: relative;
}

.promosection .promoarea a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.promosection .promoarea a figure {
    margin: 0;
    overflow: hidden;
    display: block;
}

.promosection .promoarea a figure:before {
    bottom: 15px;
    content: "";
    left: 7.5px;
    position: absolute;
    right: 7.5px;
    top: 15px;
    z-index: 2;
}

.promosection .promoarea a figure:after {
    bottom: 7.5px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 7.5px;
    z-index: 2;
}

.promosection .promoarea:hover figure:before,
.promosection .promoarea:hover figure:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.promosection .promoarea a figure:before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.promosection .promoarea a figure:after {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.promosection .promoarea a figure img {
    height: 325px;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.promosection .promoarea:hover a figure img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}

.promosection .promoarea .textwrap {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
    color: #ffffff;
}

.promosection .promoarea .textwrap span {
    display: inline-block;
    position: relative;
}

.promosection .promoarea .textwrap span:after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 1px;
}


/*--------------------------------------------------------------
 ## Services Area
--------------------------------------------------------------*/

.services_wrapper {
    padding: 20px 0;
}

.services_area {
    display: grid;
    gap: 1em;
    align-items: flex-start;
    grid-template-columns: repeat(3, 1fr);
}

.services_area .services_item {
    text-align: center;
    padding: 15px 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 div {
    font-size: 17px;
}


/*****
 * Layout Two
*/

.layout-two .services_area .services_item {
    display: flex;
    align-items: center;
    text-align: left;
}

.layout-two .services_item .services_icon {
    flex: 0 0 20%;
    text-align: center;
    max-width: 20%;
}


/**
 * Testimonial Area
*/

.owl-carousel .owl-item .testimonial-item .testimonial-image img {
    margin: 0 auto;
    width: 100px;
}

.widget_buzzstorepro_product_widget_area .owl-carousel .owl-item {
    margin: 0 0.5em;
}

.testimonial-item {
    text-align: center;
}

.testimonial-item {
    position: relative;
    padding: 2rem;
    margin-bottom: 2%;
    border-radius: 8px 0 8px 0;
    text-align: center;
    box-shadow: 1px 1px 14px 3px #e3e3e3a8;
}

.storeslider .testimonial-item {
    width: 100%;
    max-width: 100%;
}

.testimonial-item .testimonial-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
    box-shadow: 1px 1px 12px 3px #c9c7c782;
}

.testimonial-desc h2 {
    margin: 10px 0 5px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
}

.testimonial-desc .designation {
    margin-bottom: 5px;
    font-size: 16px;
}

.review-rating span {
    font-size: 14px;
}

.review-rating i {
    color: #f33c3c;
}

.review-rating .blank {
    color: #cccccc;
}

.testimonial-item .testimonial-desc p {
    position: relative;
    margin-top: 15px;
    letter-spacing: 0.01rem;
    font-style: italic;
    margin-bottom: 0;
}


/**
 * Layout Tow
*/

.layout-two .testimonial-item {
    text-align: left;
    padding: 1.5rem;
    position: relative;
}

.layout-two .testimonial-inner-wrap {
    display: flex;
    align-items: center;
}

.layout-two .testimonial-image {
    margin-right: 20px;
}

.layout-two .testimonial-item .testimonial-image img {
    border-radius: 12px 0 12px 0;
}

.testimonial-quote-icon {
    position: absolute;
    right: 2.5rem;
    top: 1.5rem;
    font-size: 4rem;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: #c2bcbc;
}


/**
 * Layout Three
*/

.layout-three .testimonial-item {
    display: flex;
    align-items: center;
    padding: 2rem;
}

.layout-three .testimonial-quote-icon {
    top: -14px;
    font-size: 2rem;
}

.layout-three .testimonial-inner-wrap {
    flex: 0 0 35%;
}

.layout-three .testimonial-desc h2 {
    font-size: 22px;
    color: #333;
}

.layout-three .testimonial-desc p {
    text-align: left;
}


/**
 * Layout Four
*/

.layout-four .testimonial-item {
    position: relative;
    padding: 0.5rem;
    box-shadow: none;
    background-color: transparent;
}

.layout-four .testimonial-quote-icon {
    display: none;
}

.layout-four .testimonial-desc {
    margin-top: 30px;
}

.layout-four .testimonial-item .testimonial-desc p {
    font-size: 17px;
}

.layout-four .testimonial-desc h2 {
    font-size: 22px;
}


/**
 * Contact Detail 
*/

.cl-contact-field {
    position: relative;
}

.cl-contact-field i {
    font-size: 30px;
    width: 30px;
}

.cl-contact-text h6 {
    font-size: 1.2em;
    margin-bottom: 10px;
    white-space: nowrap;
}

.cl-site-header .cl-contact-text h6 {
    margin-bottom: 5px;
}

.cl-contact-text p {
    margin-bottom: 0;
    line-height: 1.2;
}

.cl-site-header .cl-contact-text p {
    line-height: 1.2;
}

.cl-contact-box .cl-contact-text a,
.cl-contact-box .cl-contact-text a:hover {
    color: inherit;
}

.cl-contact-text a:hover {
    text-decoration: underline;
}

.cl-site-header .cl-contact-text>div {
    font-size: 0.9em;
}

.cl-contact-box.style1,
.cl-contact-box.style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cl-site-header .cl-contact-box.style1,
.cl-site-header .cl-contact-box.style2 {
    padding: 0;
}

.cl-top-footer .cl-contact-box.style1 {
    padding: 0;
}

.cl-contact-box.style1 .cl-contact-field,
.cl-contact-box.style3 .cl-contact-field {
    padding: 15px 30px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 200px
}

.cl-contact-box.style1 .cl-contact-field i,
.cl-contact-box.style3 .cl-contact-field i {
    margin-right: 20px;
}

.cl-contact-box.style1 .cl-contact-text {
    text-align: left;
}

.cl-contact-box.style2 .cl-contact-field {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    padding: 0 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.cl-contact-box.style2 .cl-contact-field i {
    margin-bottom: 15px;
}

.cl-contact-box.style3 .cl-contact-field {
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
}

.cl-contact-box.style3 .cl-contact-field:last-child {
    margin-bottom: 0;
}


/***
 * Brand or Client Logo
*/

.grid .storeproductlist.brandlogo {
    align-items: center;
}

.grid .brandlogo.storeproductlist li img {
    width: 100%;
}


/***********
 * Social Icons Widget
*/

.sparkle-social-icons .sparkle-social-button {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sparkle-social-icons.si-fade-in .sparkle-social-button i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sparkle-social-icons.icon-small .sparkle-social-button {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 3px;
}

.sparkle-social-icons.icon-normal .sparkle-social-button {
    font-size: 28px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 6px;
}

.sparkle-social-icons.icon-big .sparkle-social-button {
    font-size: 42px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 12px;
}

.sparkle-social-icons.icon-large .sparkle-social-button {
    font-size: 70px;
    width: 160px;
    height: 160px;
    line-height: 160px;
    margin: 20px;
}

.sparkle-social-icons.icon-left {
    text-align: left;
}

.sparkle-social-icons.icon-center {
    text-align: center;
}

.sparkle-social-icons.icon-right {
    text-align: right;
}

.sparkle-social-icons.si-fade-in .sparkle-social-button i {
    opacity: 0.8;
}

.sparkle-social-icons.si-fade-in .sparkle-social-button:hover i {
    opacity: 1;
}

.sparkle-social-icons.si-zoom .sparkle-social-button {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sparkle-social-icons.si-zoom .sparkle-social-button:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.sparkle-social-icons.si-rotate .sparkle-social-button {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sparkle-social-icons.si-rotate .sparkle-social-button:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.sparkle-social-icons.si-slide-up .sparkle-social-button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.sparkle-social-icons.si-slide-up .sparkle-social-button:hover {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
}

.sparkle-social-icons.style2 .sparkle-social-button {
    border-radius: 50%;
}

.sparkle-social-icons.style4 .sparkle-social-button {
    border-radius: 50%;
}

.sparkle-social-icons.rounded-corner.icon-small .sparkle-social-button {
    border-radius: 4px;
}

.sparkle-social-icons.rounded-corner.icon-normal .sparkle-social-button {
    border-radius: 6px;
}

.sparkle-social-icons.rounded-corner.icon-big .sparkle-social-button {
    border-radius: 8px;
}

.sparkle-social-icons.rounded-corner.icon-large .sparkle-social-button {
    border-radius: 18px;
}

.sparkle-social-icons.style6 .sparkle-social-button:after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border-radius: 50%;
    z-index: 8;
}

.sparkle-social-icons.style6 .sparkle-social-button i {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    z-index: 9;
    position: relative
}

.sparkle-social-icons.style6.icon-normal .sparkle-social-button:after {
    margin: 2px;
}

.sparkle-social-icons.style6.icon-big .sparkle-social-button:after {
    margin: 6px;
}

.sparkle-social-icons.style6.icon-large .sparkle-social-button:after {
    margin: 10px;
}


/***
 * Team Member Area
*/

.grid.layout-one .storeproductlist.gird-1 li.teammember-item {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.teammember-item {
    text-align: center;
}

.teammember-item .memberimage {
    overflow: hidden;
}

.teammember-item .memberimage img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
}

.teammember-item .memberimage img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.layout-two .owl-carousel .owl-item .teammember-item .memberimage img,
.layout-one .owl-carousel .owl-item .teammember-item .memberimage img {
    margin: 0 auto;
    width: 150px;
}

.widget .layout-two ul.storeproductlist li.teammember-item {
    background-color: #ffffff;
    box-shadow: 0 .2rem 2.5rem -.05rem rgba(98, 96, 96, 0.1);
}

.memberdetails {
    margin-bottom: 10px;
}

.teammember-item .memberdetails h3 {
    margin: 10px 0 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.teammember-item .position {
    font-size: 16px;
}

.widget .member-social {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.widget .member-social li {
    display: inline-block;
    width: auto;
    margin: 0 2px;
}

.widget .member-social li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
}


/**
 * Layout Two
*/

.layout-two .teammember-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget .layout-two ul.storeproductlist li.teammember-item {
    padding-right: 1rem;
    border-radius: 5px;
}

.layout-two .teammember-item .memberimage {
    flex: 0 0 50%;
}

.layout-two .teammember-item .memberdetailswrap {
    text-align: left;
    margin-left: 20px;
}

.layout-two .teammember-item .memberimage img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 0;
}

.layout-two .description {
    opacity: 0.6;
}


/**
 * Layout Three
*/

.layout-three .teammember-item .memberimage img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 0;
}

.layout-three .teammember-item .memberdetailswrap {
    padding: 10px 10px 20px;
}

.layout-three .teammember-item .memberdetails {
    margin-bottom: 15px;
}

.layout-three li.teammember-item {
    position: relative;
    margin-bottom: 25px;
}

.layout-three .teammember-item .description {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 20%;
    left: 0;
    padding: 1rem;
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
}

.layout-three .teammember-item:hover .memberdetailswrap .description {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.layout-three .description p {
    margin-bottom: 0;
}

.widget ul.sparkletablinks li,
.widget ul.storeproductlist li {
    padding: 0;
    background-color: transparent;
    line-height: 1.6;
}

.widget ul.storeproductlist li:nth-child(2n+1),
.widget ul.storeproductlist li:nth-child(2n) {
    background-color: transparent;
}

.widget .member-social li a {
    border: 1px solid #003772;
    color: #ffffff;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
}


/**********
 * Tab Section 
*/

.sparkle-tab-wrap .sparkle-tab,
.sparkle-tab-wrap .sparkle-tab-content {
    box-shadow: 1px 1px 12px 3px #f9f8f8;
    margin-top: 20px;
}

.sparkle-tab-wrap .sparkle-content {
    display: none;
}

.sparkle-tab-wrap.style1 .sparkle-tabs {
    width: 25%;
    float: left;
    padding: 20px 0;
    position: relative;
}

.sparkle-tab-wrap.style1 .sparkle-tab {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    padding: 22px 15px;
    line-height: 1.2;
}

.sparkle-tab-wrap.style1 .sparkle-tabs:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    opacity: 0.4;
}

.sparkle-tab-wrap.style1 .sparkle-tab.sparkle-active:after {
    content: "";
    position: absolute;
    top: 35%;
    right: -7px;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.sparkle-tab-wrap.style1 .sparkle-tab i {
    float: left;
    margin-right: 15px;
    line-height: 1.2;
}

.sparkle-tab-wrap.style1 .sparkle-tab-content {
    position: relative;
    width: 70%;
    float: right;
    padding: 15px 0 15px 30px;
}


/**
 * Tabs Layout Two
*/

.sparkle-tab-wrap.style2 .sparkle-tabs {
    width: 25%;
    float: left;
}

.sparkle-tab-wrap.style2 .sparkle-tab {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    padding: 20px 30px 20px 60px;
    margin-bottom: 1px;
    margin-bottom: 10px;
}

.sparkle-tab-wrap.style2 .sparkle-tab i {
    float: left;
    margin-left: -40px;
    line-height: 1.6;
}

.sparkle-tab-wrap.style2 .sparkle-tab-content {
    position: relative;
    width: 70%;
    float: right;
    padding: 15px 0 15px 40px;
}

.sparkle-tab-wrap .sparkle-tab.sparkle-active {
    background-color: #01833d;
    color: #fff;
}


/**
 * Tabs Layout Three
*/

.sparkle-tab-wrap.style3 .sparkle-tabs {
    padding: 0 0 0 25px;
}

.sparkle-tab-wrap.style3 .sparkle-tab {
    display: inline-block;
    margin: 0 4px 0 0;
    font-weight: 700;
    padding: 12px 35px;
    padding-bottom: 10px;
    border-bottom: 0 none;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}

.sparkle-tab-wrap.style3 .sparkle-tab.sparkle-active {
    padding-bottom: 12px;
    margin-bottom: -2px;
}

.sparkle-tab-wrap.style3 .sparkle-tab span {
    margin-left: 10px;
}

.sparkle-tab-wrap.style3 .sparkle-tab-content {
    padding: 20px;
    margin-top: 30px;
}

.widget-area .sparkle-tab-wrap.style3 .sparkle-tab {
    width: 100%;
}


/*****
 * Tabs Layout Four
*/

.sparkle-tab-wrap.style5 .sparkle-tabs {
    padding: 0 60px;
    text-align: center;
}

.sparkle-tab-wrap.style5 .sparkle-tab {
    display: inline-block;
    padding: 20px 40px 20px;
    cursor: pointer;
    min-width: 150px;
    max-width: 300px;
}

.sparkle-tab-wrap.style5 .sparkle-tab.sparkle-active {
    position: relative;
}

.sparkle-tab-wrap.style5 .sparkle-tab.sparkle-active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 60px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.sparkle-tab-wrap.style5 .sparkle-tab i {
    font-size: 36px;
    margin-bottom: 10px;
}

.sparkle-tab-wrap.style5 .sparkle-tab span {
    display: block;
    margin-top: 4px;
    position: relative;
}

.sparkle-tab-wrap.style5 .sparkle-tab-content {
    padding: 60px 15px;
}

.sparkle-tab-wrap.style3 .sparkle-tab-content::after,
.sparkle-tab-wrap.style5 .sparkle-tab-content::after {
    content: " ";
    display: table;
    clear: both;
}


/**
 * Testimonial Area
*/

.testimonial-desc .designation {
    color: #6f7175;
}

.review-rating span {
    color: #ffbf36;
}

.testimonial-item .testimonial-desc p {
    color: #232529;
}


/***
 * Team Member Area
*/

.teammember-item .position {
    color: #232529;
}

.widget .member-social li a,
.sparkle-social-icons.icon-normal .sparkle-social-button i {
    color: #ffffff;
}

.widget .member-social li a:hover,
.sparkle-social-icons.icon-normal .sparkle-social-button:hover {
    background-color: transparent;
}


/* .widget .member-social li a:hover{
    color: #003772;
} */

.layout-three .teammember-item:hover .memberdetailswrap .description {
    color: #ffffff;
}


/******
 * Shortcode About Information
*/

.nofeaturesimg .aboutauthorimg {
    margin-top: -80px;
}

.aboutauthorimg {
    display: block;
    text-align: center;
}

.aboutfeaturesimg img {
    border-radius: 4px;
}

.aboutauthorimg img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.about-info .about-title {
    margin: 15px 0;
}

.about-address p i {
    margin-right: 10px;
}

.about-address p {
    margin-bottom: 10px;
}

.widget .about-address .social ul li {
    padding: 10px 2px;
    display: inline-block;
    background-color: transparent;
}

.footer-widget .about-info .about-title {
    color: #fff;
}

.footer-widget .about-address p,
.footer-widget .about-desc p {
    color: #fff;
    font-size: 15px;
}


/******
 * Shortcode Accordian Tabs
*/

.widget_buzzstore_pro_accordian .accordion-box {
    margin-bottom: 8px;
}


/**
 * Contact Detail 
*/

.cl-contact-field {
    position: relative;
}

.cl-contact-field i {
    font-size: 30px;
    width: 30px;
}

.cl-contact-text h6 {
    font-size: 1.2em;
    margin-bottom: 10px;
    white-space: nowrap;
}

.cl-site-header .cl-contact-text h6 {
    margin-bottom: 5px;
}

.cl-contact-text p {
    margin-bottom: 0;
    line-height: 1.2;
}

.cl-site-header .cl-contact-text p {
    line-height: 1.2;
}

.cl-contact-box .cl-contact-text a,
.cl-contact-box .cl-contact-text a:hover {
    color: inherit;
}

.cl-contact-text a:hover {
    text-decoration: underline;
}

.cl-site-header .cl-contact-text>div {
    font-size: 0.9em;
}

.cl-contact-box.style1,
.cl-contact-box.style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cl-site-header .cl-contact-box.style1,
.cl-site-header .cl-contact-box.style2 {
    padding: 0;
}

.cl-top-footer .cl-contact-box.style1 {
    padding: 0;
}

.cl-contact-box.style1 .cl-contact-field,
.cl-contact-box.style3 .cl-contact-field {
    padding: 15px 30px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 200px
}

.cl-contact-box.style1 .cl-contact-field i,
.cl-contact-box.style3 .cl-contact-field i {
    margin-right: 20px;
}

.cl-contact-box.style1 .cl-contact-text {
    text-align: left;
}

.cl-contact-box.style2 .cl-contact-field {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    padding: 0 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.cl-contact-box.style2 .cl-contact-field i {
    margin-bottom: 15px;
}

.cl-contact-box.style3 .cl-contact-field {
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
}

.cl-contact-box.style3 .cl-contact-field:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
## Category Collection HomePage Widget Area
--------------------------------------------------------------*/


/* .widget_buzzstorepro_cat_widget_area,
.widget_buzzstorepro_category_product_widget_area,
.widget_buzzstorepro_product_widget_area,
.widget_buzzstorepro_specialdeal_product_slide_widget_area,
.widget_buzzstorepro_product_list_widget_area{
    margin: 0;
} */

.widget_buzzstorepro_specialdeal_product_slide_widget_area .owl-wrapper-outer .owl-wrapper .owl-item li {
    box-shadow: 1px 1px 12px 4px #ededed63;
}

.widget_buzzstorepro_cat_widget_area .owl-wrapper-outer .item {
    padding: 0px 8px;
}

.widget_buzzstorepro_cat_widget_area .owl-wrapper-outer .product-item {
    position: relative;
}

.widget_buzzstorepro_cat_widget_area .owl-wrapper-outer .item img {
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 8px;
}

.widget_buzzstorepro_cat_widget_area .owl-wrapper-outer {
    overflow: hidden;
}

.widget_buzzstorepro_cat_widget_area .product-item .buzz-categorycount {
    background-color: rgba(134, 188, 66, 0.9);
    color: #fff;
    text-align: center;
    margin-top: 50%;
    margin-left: 0;
    left: 0;
    top: 0;
    position: absolute;
    height: auto;
    width: 100%;
    height: 90px;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.widget_buzzstorepro_cat_widget_area .product-item:hover ul.buzz-categorycount {
    opacity: 1;
}

.widget_buzzstorepro_cat_widget_area .product-item .buzz-categorycount h3 {
    line-height: 1;
    margin-bottom: 0;
}

.widget_buzzstorepro_cat_widget_area .product-item .buzz-productcount {
    line-height: 1;
    margin-top: 10px;
}


/*--------------------------------------------------------------
## Full Promo HomePage promo Widget
--------------------------------------------------------------*/

.widget_buzzstorepro_full_promo_area {
    margin: 0;
}

.promoarea h2 {
    color: #ffffff;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.5;
}

.promosection .promoarea {
    position: relative;
    overflow: hidden;
}

.promosection .promoarea>a.promosection_overlay {
    display: block;
    position: relative;
}

.promosection .promoarea>a.promosection_overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    top: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.promosection .promoarea a figure {
    margin: 0;
    overflow: hidden;
    display: block;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.promosection .promoarea a figure:before {
    bottom: 15px;
    content: "";
    left: 7.5px;
    position: absolute;
    right: 7.5px;
    top: 15px;
    z-index: 2;
}

.promosection .promoarea a figure:after {
    bottom: 7.5px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 7.5px;
    z-index: 2;
}

.promosection .promoarea:hover figure:before,
.promosection .promoarea:hover figure:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.promosection .promoarea a figure:before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.promosection .promoarea a figure:after {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.promosection .promoarea a figure img {
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    display: block;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    width: 100%;
    height: 100%;
    background-size: cover;
}

.promosection .promoarea:hover a figure img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}

.promosection .promoarea .textwrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    line-height: 1.1;
    z-index: 2;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.promosection .promoarea .textwrap span {
    font-size: 14px;
    display: inline-block;
    position: relative;
    line-height: 2;
}

.promosection .promoarea .textwrap span:after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 1px;
}

.line-text {
    display: inline-block;
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.line-text:before,
.line-text:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 20px;
    height: 2px;
}

.line-text:before {
    left: -30px;
}

.line-text:after {
    right: -30px;
}

.line-text_white.line-text:before,
.line-text_white.line-text:after {
    background-color: #fff;
}


/*--------------------------------------------------------------
## Testimonial HomePage Widget Area
--------------------------------------------------------------*/

.widget_buzzstorepro_testimonial_widget_area {
    background: #fff;
    padding: 40px 0 50px 0;
}

.widget_buzzstorepro_testimonial_widget_area .buzz-titlewrap {
    margin-bottom: 30px;
}

.widget_buzzstorepro_testimonial_widget_area .starSeparator,
.starSeparator {
    margin-bottom: 0;
    display: none;
}

.bx-controls.bx-has-controls-direction {
    display: block;
    width: 100%
}

.widget_buzzstorepro_testimonial_widget_area .bx-wrapper .bx-clone {
    margin-bottom: 0 !important;
}

.widget_buzzstorepro_testimonial_widget_area .bx-wrapper .bx-clone .comment-slide-item {
    background-color: #f3f3f3;
    padding: 30px 40px;
    margin-bottom: 30px;
    border-radius: 8px 0 8px 0;
}

.bx-wrapper .bx-controls-direction a {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    border-radius: 4px 0 4px 0;
    box-shadow: 1px 1px 10px 3px #eaeaea85;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    border-right-style: solid;
    border-right-width: 4px;
    left: -4%;
}

.bx-wrapper .bx-controls-direction a.bx-next {
    border-left-style: solid;
    border-left-width: 4px;
    right: -5%;
}

.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
    background: none;
}

.bx-wrapper .bx-controls-direction a {
    text-indent: 0px;
}

.bx-wrapper .bx-controls-direction a:hover {
    color: #86bc42;
}

.widget_buzzstorepro_testimonial_widget_area .comment-slide-item_text {
    font-size: 13px;
    line-height: 1.6;
    width: 75%;
    display: inline-block;
    margin: 0 auto;
}

.widget_buzzstorepro_testimonial_widget_area .comment-slide-item_text p {
    display: inline;
    margin-left: 10px;
}

.widget_buzzstorepro_testimonial_widget_area .comment-slide-item_text i {
    font-size: 24px;
}

.widget_buzzstorepro_testimonial_widget_area .comment-slide-item_author {
    font-size: 18px;
    margin-top: 32px;
    color: #555555;
    font-weight: bold;
}

.widget_buzzstorepro_testimonial_widget_area .comment-slide-item_author i {
    color: #86bc42;
}

.widget_buzzstorepro_testimonial_widget_area .comment-slide-item_author .image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 1px 1px 12px 3px #e5e1e136;
    object-fit: cover;
}

.widget_buzzstorepro_testimonial_widget_area .comment-slide-item_author .title-wrap {
    margin-top: 8px;
}


/* ----- Testimonial HomePage Widget Area style-two----*/

.testimonial-container.style-two .bx-wrapper .bx-clone .comment-slide-item,
.testimonial-container.style-three .bx-wrapper .bx-clone .comment-slide-item,
.testimonial-container.style-four .bx-wrapper .bx-clone .comment-slide-item {
    background-color: transparent;
    text-align: center;
}

.testimonial-container.style-two .comment-slide-item_author .image img {
    margin: 0 auto;
}

.testimonial-container.style-two .comment-slide-item_text,
.testimonial-container.style-three .comment-slide-item_text,
.testimonial-container.style-four .comment-slide-item_text {
    background-color: #fff;
    padding: 40px;
    border-radius: 16px 0 16px 0;
    color: #272424;
    font-size: 16px;
    box-shadow: 1px 1px 14px #c6c6c345;
}

.testimonial-container.style-two .comment-slide-item_text p {
    font-size: 16px;
    color: #272424;
    line-height: 1.6;
}

.testimonial-container .comment-slide-item_author .image img {
    border-radius: 20px 0 20px 0;
}


/* ----- Testimonial HomePage Widget Area style-three style-four----*/

.testimonial-container.style-three .comment-slide-item_author,
.testimonial-container.style-four .comment-slide-item_author {
    display: flex;
    align-items: center;
}

.testimonial-container.style-three .comment-slide-item_author .name-wrap,
.testimonial-container.style-four .comment-slide-item_author .name-wrap {
    margin-left: 10px;
}

.testimonial-container.style-four .comment-slide-item_author {
    margin-top: 0;
    margin-bottom: 36px;
}

.testimonial-container.style-four .comment-slide-item_text p {
    display: inline;
    margin-left: 10px;
}

.testimonial-container.style-four .comment-slide-item_text i {
    font-size: 22px;
}

.testimonial-container.style-three .bx-wrapper .bx-clone .comment-slide-item,
.testimonial-container.style-four .bx-wrapper .bx-clone .comment-slide-item {
    text-align: left;
}

.testimonial-container.style-three .comment-slide-item_author .image img,
.testimonial-container.style-four .comment-slide-item_author .image img {
    margin: unset;
    border-radius: 50%;
}

.testimonial-container.style-three .comment-slide-item_text,
.testimonial-container.style-four .comment-slide-item_text {
    border-radius: 0;
    position: relative;
    z-index: 0;
}

.testimonial-container.style-three .comment-slide-item_text::after,
.testimonial-container.style-four .comment-slide-item_text::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -26px;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 8px solid transparent;
    border-top: 26px solid #dad9d9;
    clear: both;
    z-index: -1;
}

.testimonial-container.style-four .comment-slide-item_text::after {
    top: -28px;
    bottom: unset;
    border-left: 4px solid transparent;
    border-right: 23px solid transparent;
    border-top: 28px solid #f6f4f461;
    transform: rotate(180deg);
}


/*--------------------------------------------------------------
## Blogs HomePage Widget Area
--------------------------------------------------------------*/

.widget_buzzstorepro_blog_widget_area {
    overflow: hidden;
}

.grid,
.widget_buzzstorepro_blog_widget_area .buzzstorepro-blogwrap {
    display: grid;
    gap: 1em;
}

.products.columns-2,
.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.products.columns-3,
.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.products.columns-4,
.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.products.columns-5,
.grid-5 {
    grid-template-columns: repeat(5, 1fr);
}

.products.columns-6,
.grid-6 {
    grid-template-columns: repeat(6, 1fr);
}

.grid.storeproductlist.owl-carousel li {
    width: 95%;
}

.woocommerce-page ul.products.grid li.product,
.woocommerce ul.products.grid li.product {
    width: 100%;
}

.woocommerce-page ul.products.grid:before,
.woocommerce ul.products.grid:before {
    display: none;
}

.widget_buzzstorepro_blog_widget_area .blog-container .starSeparator {
    margin-top: 20px;
}

.widget_buzzstorepro_blog_widget_area .listview li {
    float: left;
    width: 33.33%;
    padding: 0px 15px;
}

.widget_buzzstorepro_blog_widget_area .buzzstorepro-blogwrap .owl-item li,
.widget_buzzstorepro_blog_widget_area .listview li {
    text-align: center;
    box-shadow: 1px 1px 10px 2px #f2f2f263;
    margin: 30px 10px 0;
}

.widget_buzzstorepro_blog_widget_area .listview li {
    margin: 30px 5px 0;
    width: 100%;
}

.buzzstorepro-blogwrap .blog-preview a {
    display: block;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.buzzstorepro-blogwrap .blog-preview a img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    /*    width: 377px;
      height: 300px;*/
    border-radius: 4px 4px 0 0;
}

.buzzstorepro-blogwrap .content-wrap {
    padding: 0 20px 30px;
    text-align: left;
}

.buzzstorepro-blogwrap .content-wrap .dec p {
    font-size: 17px;
}

.buzzstorepro-blogwrap .blog-preview a img:hover {
    transform: scale(1.1);
}

.widget_buzzstorepro_blog_widget_area .header-title {
    font-size: 20px;
    padding-top: 20px;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}

.widget_buzzstorepro_blog_widget_area .header-title a {
    color: #333;
    font-weight: 600;
}

.widget_buzzstorepro_blog_widget_area .header-title a:hover {
    color: #86bc42;
}

.widget_buzzstorepro_blog_widget_area .buzzstorepro-blogwrap li a.btn-readmore {
    display: block;
    font-size: 17px;
    position: relative;
    font-weight: 500;
}

.widget_buzzstorepro_blog_widget_area .buzzstorepro-blogwrap li a.btn-readmore:after {
    content: "\2192";
    font-family: "FontAwesome";
    font-size: 14px;
    padding-left: 5px;
}

.widget_buzzstorepro_blog_widget_area .buzzstorepro-blogwrap li a.btn-readmore:hover {
    padding-left: 10px;
    color: #86bc42;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    box-shadow: 1px 1px 12px 4px #ededed63;
}

.bx-wrapper {
    box-shadow: none;
}


/*--------------------------------------------------------------
## All Wishlist Section
--------------------------------------------------------------*/

.add-to-wishlist-custom img.ajax-loading {
    margin-right: 0px;
    visibility: hidden;
    float: right;
    margin-top: -40px;
}

.add-to-wishlist-custom.exists::after {
    font-family: WooCommerce;
    content: "\e017";
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    font-weight: bold;
}


/*--------------------------------------------------------------
## WooCommerce All Style
--------------------------------------------------------------*/

.isotope-item li {
    margin-bottom: 10px;
    list-style-type: none;
    box-shadow: 1px 1px 12px 4px #ededed63;
    margin: 15px 15px 25px;
    display: block;
    transition: all 0.3s;
}

.isotope-item:hover li,
.owl-wrapper-outer .owl-wrapper .owl-item li:hover {
    box-shadow: 1px 1px 10px 2px #f2f2f263;
    transition: all 0.3s;
}

.owl-wrapper-outer .owl-wrapper .owl-item li .product-item-info li,
.isotope-item li .product-item-body li {
    margin-bottom: 0px;
}

.isotope-item .product-item-info li {
    padding: 0px;
    margin: 0px;
}

.woocommerce.woocommerce-page .product-item,
.woocommerce.woocommerce-page .product-item-details {
    min-width: 100%;
}

.product-item-body {
    border-bottom: 0;
    background-color: white;
    position: relative;
    width: 100%;
}

.product-item-body a img {
    width: 100%;
}

.product-item:hover .product-item-link {
    background-color: rgba(255, 255, 255, 0.9);
}

.product-item-link {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

ul.product-item-info {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    height: 50px;
    width: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    border-radius: 4px;
}

.product-item:hover ul.product-item-info {
    opacity: 1;
}

ul.product-item-info li {
    display: inline-block;
    height: 50px;
    position: relative;
    text-align: center;
    width: 80px;
    box-shadow: none !important;
}

ul.product-item-info li a {
    background: transparent !important;
    color: #fff !important;
    line-height: 58px !important;
    float: left;
    width: 100%;
    height: 100%;
    position: relative !important;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    padding: 0 !important;
}

ul.product-item-info li a span {
    font-size: 20px;
}

ul.product-item-info li a:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #86bc42;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    opacity: 0;
}

.product-item {
    line-height: 0;
}

ul.product-item-info li a:hover:before {
    opacity: 1;
}

.product-item_tip {
    bottom: 100%;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    left: 50%;
    line-height: 100%;
    margin-left: -60px;
    padding: 0;
    height: 0;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    width: 120px;
    opacity: 0;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    background-color: #86bc42;
    color: #ffffff;
    border-radius: 4px;
}

.link-quickview.product-item_tip {
    left: 0%;
    margin-left: 0;
    text-align: left;
    padding-left: 10px;
}

.yith-wcwl-add-button .product-item_tip {
    left: inherit;
    right: 0;
    margin: 0;
    text-align: right;
}

ul.product-item-info li a:hover .product-item_tip {
    height: 32px;
    padding: 11px 0;
    opacity: 1;
}

ul.product-item-info li a:hover .link-quickview.product-item_tip {
    padding-left: 11px;
}

ul.product-item-info li .yith-wcwl-add-button a:hover .product-item_tip {
    padding-right: 11px;
}

.transition,
a,
.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-img-info .promo-img-info-inner h3,
.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-img-info .promo-img-info-inner p {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

ul.product-item-info li .compare.added:before {
    border-top: 0px solid #86bc42;
}

.product-item-details {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    padding: 10px 5px;
    text-align: center;
}

.product-item-details .product-title {
    color: #333;
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.footer-widget .product-item-details .product-title,
.footer-widget .woocommerce-Price-amount.amount {
    color: #e3dddd;
}

.product-item-details .product-title:hover {
    color: #86bc42;
}

.product-item-details .compare.button {
    display: none;
}

.price-rating-wrap {
    padding: 10px 0;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.widget_buzzstorepro_category_product_widget_area {
    overflow: hidden;
}


/*--------------------------------------------------------------
## Rating
--------------------------------------------------------------*/

.woocommerce .star-rating {
    float: none;
    display: inline-block;
    font-size: 17px;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 17px;
}

.woocommerce .products .star-rating {
    display: inline-block;
    margin: 0;
    float: none;
}

.woocommerce .widget-area .star-rating,
footer .woocommerce .star-rating {
    display: block;
}

.widget-area dl.variation {
    display: none;
}


/*--------------------------------------------------------------
## Price
--------------------------------------------------------------*/

.woocommerce ul.products li.product .price,
ins {
    color: #86bc42;
    display: inline-block;
    margin-bottom: 0;
}

.woocommerce-Price-amount.amount {
    font-size: 15px;
    padding: 0 5px;
    font-weight: 700;
}

.order-total .woocommerce-Price-amount.amount {
    color: #333;
}

.woocommerce ul.products li.product .price del,
del {
    color: #555;
    display: inline-block;
}


/*--------------------------------------------------------------
## WooCommerce Add to Cart button
--------------------------------------------------------------*/

.woocommerce a.button.add_to_cart_button,
.woocommerce a.added_to_cart,
.woocommerce a.button.product_type_grouped,
.woocommerce a.button.product_type_external,
.woocommerce a.button.product_type_variable {
    /*height: 40px;
    padding: 0px 15px;
    padding-left: 55px;
    line-height: 40px;
    margin-top: 0;
    border: 1px solid #86bc42;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    background-color: #86bc42;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center;*/
    height: 40px;
    padding: 0 15px;
    padding-left: 55px;
    line-height: 40px;
    margin-top: 0;
    border: 1px solid #86bc42;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    background-color: #86bc42;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
}

.woocommerce a.added_to_cart:before,
.woocommerce a.button.add_to_cart_button:before,
.woocommerce a.button.product_type_grouped:before,
.woocommerce a.button.product_type_external:before,
.woocommerce a.button.product_type_variable:before {
    content: '\f07a';
    position: absolute;
    font-family: FontAwesome;
    left: 0px;
    top: 0px;
    font-size: 14px;
    width: 40px;
    height: 40px;
    background: #86bc42;
    color: #ffffff;
    text-align: center;
    border-right: 1px solid #fff;
}

.woocommerce a.button.product_type_variable:before {
    content: '\f233';
    position: absolute;
    font-family: FontAwesome;
    left: 0px;
    top: 0px;
    font-size: 14px;
    width: 40px;
    height: 40px;
    background: #86bc42;
    color: #ffffff;
    text-align: center;
}

.woocommerce a.button.add_to_cart_button.added {
    padding-left: 45px;
    width: 100%;
    /*display: none;*/
}

.woocommerce a.added_to_cart {
    display: inline-block;
    width: 100%;
    padding-left: 45px;
}

.woocommerce a.added_to_cart:before {
    color: #fff;
}

.woocommerce a.added_to_cart:hover:before {
    color: #fff;
}

.woocommerce a.button.add_to_cart_button:hover,
li.product a.added_to_cart:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover,
.woocommerce .widget-area a.clear-all:hover,
.woocommerce input.button:hover,
.woocommerce a.button.product_type_grouped:hover,
.woocommerce a.button.product_type_external:hover,
.woocommerce a.button.product_type_variable:hover {
    background: transparent;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    color: #86bc42;
}

.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
    display: flex;
}


/*--------------------------------------------------------------
## Product Label
--------------------------------------------------------------*/

.buzz-sale-label {
    font-size: 11px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    right: 28px;
    text-align: center;
    top: 30px;
    font-weight: normal;
    text-transform: uppercase;
    width: 42px;
    z-index: 10;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #86bc42;
    color: #ffffff;
}

.woocommerce span.onsale {
    padding: 0;
    top: 0;
    left: 0;
    background-color: #86bc42;
}


/*--------------------------------------------------------------
## Shop Page
--------------------------------------------------------------*/

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

.woocommerce ul.products li.product a img {
    margin: 0;
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0;
}

.woocommerce ul.products.grid .woocommerce-product-details__short-description {
    display: none;
}

.woocommerce-message {
    border-top-color: #86bc42;
}

.woocommerce-message:before {
    color: #86bc42;
}

.woocommerce .woocommerce-result-count {
    display: block;
    float: right;
    text-align: right;
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 0;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border: none;
    font-size: 16px;
    background: #f8f8f8;
    padding: 4px 10px;
    margin-right: 10px;
    height: 40px;
}

#primary .gridlist-toggle {
    padding: 10px 0 !important;
}

.gridlist-toggle {
    float: left;
    clear: none !important;
    padding: 0 !important;
}

.gridlist-toggle a {
    margin-right: 3px;
    height: 40px;
    width: 40px;
    background: rgba(134, 188, 66, 0.7) !important;
}

.gridlist-toggle a.active,
.gridlist-toggle a:hover,
.gridlist-toggle a:focus {
    background: #86bc42 !important;
}

.gridlist-toggle .dashicons:before,
.gridlist-toggle .dashicons {
    font-size: 25px !important;
    color: #ffffff;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: left;
    margin: 0;
    padding: 10px 0 15px;
}

.list .product-item {
    width: 30% !important;
    min-width: inherit !important;
    float: left;
}

.woocommerce.woocommerce-page .list .product-item-details {
    width: 70% !important;
    min-width: inherit !important;
    padding: 10px !important;
    border: none;
}

.list .product-item-body {
    width: auto;
}

.woocommerce ul.products.list .product-item-body a img {
    float: none;
    margin-right: 0 !important;
}

.woocommerce ul.products.list li.product a img {
    width: 100% !important;
}

.list .product-item-details .product-title {
    text-align: left;
    padding: 5px 0;
}

ul.products.list li.product h3,
ul.products.list li.product div[itemprop="description"],
ul.products.list li.product .price,
ul.products.list li.product .gridlist-buttonwrap {
    width: 100% !important;
    float: right !important;
    clear: both;
    text-align: left;
}

ul.products.list li.product .price-rating-wrap {
    text-align: left;
}

ul.products.list li.product .price-rating-wrap span.price {
    width: auto !important;
    display: inline-block;
    float: none !important;
    padding-bottom: 0;
}

ul.products.list li.product .price-rating-wrap .star-rating {
    display: inline-block;
    margin: 0;
    margin-left: 20px;
}

.content-area ul.products.list li.product h3,
.content-area ul.products.list li.product .woocommerce-product-details__short-description,
.content-area ul.products.list li.product .price,
ul.products.list li.product .gridlist-buttonwrap {
    width: 100%;
}

ul.products.list li.product .woocommerce-product-details__short-description {
    text-align: left;
}

ul.products.list li.product .woocommerce-product-details__short-description p {
    margin-top: 0;
    color: #696464;
}

ul.products.list li.product .product-item-body {
    border-bottom: 1px solid #ececec;
}

.woocommerce .products.list .star-rating {
    display: block;
    margin-top: 0;
    float: none;
}

.list .price-rating-wrap .price {
    padding-bottom: 20px;
}

ul.products.list li.product hr {
    clear: both;
    display: none;
}

@media (max-width: 700px) {

    .list .product-item,
    .woocommerce.woocommerce-page .list .product-item-details {
        width: 100% !important;
        min-width: inherit !important;
        float: none;
    }

    .woocommerce ul.products li.product {
        margin-bottom: 0 !important;
    }

    .woocommerce ul.products.list li.product hr {
        display: block;
        background-color: #ececec;
    }

    .product-item ul.product-item-info {
        opacity: 1;
    }
}


/*--------------------------------------------------------------
## My Acount Page
--------------------------------------------------------------*/

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    background-color: #f7f7f7 !important;
    padding: 10px 20px;
    display: block;
    font-weight: bold;
    font-style: normal;
    border-radius: 6px 0 6px 0;
    margin-right: 10px;
    color: #333;
    font-size: 14px;
    border: 1px solid #f7f7f7 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
    background: #fff;
    color: #86bc42;
    border: 1px solid #86bc42;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    clear: both;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    float: left;
}

.woocommerce-MyAccount-content label,
.woocommerce-EditAccountForm label {
    font-weight: 400;
    color: #333;
}

.woocommerce-info {
    border-top-color: #86bc42;
}

.woocommerce-info:before {
    color: #86bc42;
}

.static-contain {
    margin-bottom: 5px;
}

.hentry {
    margin-bottom: 0;
}

.post-detail-container {
    padding: 0 10px 20px;
    margin-bottom: 30px;
    border: 1px solid #86bc42;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 4px;
    margin: 30px 0;
}

.woocommerce form .form-row {
    padding: 10px;
    margin: 0 0 12px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0;
    color: #fff;
    background-color: #86bc42;
    border: 1px solid #86bc42;
    border-radius: 4px;
}

.woocommerce-MyAccount-content p {
    margin: 0;
    margin-bottom: 5px;
}

.woocommerce-Message--info a.button {
    height: 40px;
    background: #86bc42;
    border: 1px solid #86bc42;
    border-radius: 0;
    padding: 0px 30px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-style: normal;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
    background: #86bc42;
    border-radius: 0;
    padding: 0px 30px;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-style: normal;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.woocommerce-error a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce-Message--info a.button:hover {
    background: #fff;
    color: #86bc42;
}

.woocommerce-message {
    border-top-color: #86bc42;
}

.woocommerce-message:before {
    color: #86bc42;
}

.woocommerce-MyAccount-content h3,
.woocommerce-Address-title h3 {
    margin: 0;
    margin-bottom: 5px;
}

.woocommerce-MyAccount-content label,
.woocommerce-EditAccountForm label {
    font-weight: bold;
}

.woocommerce-MyAccount-content fieldset,
.woocommerce-EditAccountForm fieldset {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content a:hover,
.woocommerce-MyAccount-content a:hover {
    color: #86bc42;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 4px;
    color: #fff;
    background-color: #86bc42;
    border: 1px solid #86bc42;
}

.woocommerce input.button {
    padding: 11px;
}

.compare.link-compare.button {
    border: 0;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    padding: 11px;
    color: #fff;
}

.woocommerce table.shop_table {
    border-radius: 0;
}

.woocommerce .quantity .qty {
    width: 8em;
    border-radius: 0;
}

.single-product .entry-summary button.reduced {
    border-radius: 4px 0 0 4px;
}

.single-product .entry-summary button.increase {
    border-radius: 0 4px 4px 0px;
}

.woocommerce .woocommerce-cart-form .quantity .qty {
    width: 6em;
}

.woocommerce .woocommerce-cart-form__cart-item .quantity .qty {
    padding: 8px;
}

.reduced.items-count {
    margin-right: -4px;
}

.increase.items-count {
    margin-left: -4px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #86bc42;
    color: #ffffff;
    border: 2px solid #86bc42;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #fff;
    color: #86bc42;
}


/*--------------------------------------------------------------
## Cart Page
--------------------------------------------------------------*/

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: auto;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 10px;
}

.woocommerce-cart .reduced.items-count,
.woocommerce-cart .increase.items-count {
    padding: 10px 10px 12px;
}


/*--------------------------------------------------------------
## Checkout
--------------------------------------------------------------*/

.select2-container .select2-choice {
    padding: 5px 10px;
    border-radius: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: right;
    background: #86bc42;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background: #fff;
    color: #86bc42;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: 4px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-radius: 0;
}


/*--------------------------------------------------------------
## Single Product page
--------------------------------------------------------------*/

.single-product .yith-wcwl-add-to-wishlist {
    clear: both;
}

.single-product .yith-wcwl-wishlistexistsbrowse.show a {
    margin-right: 25px;
}

.single-product .yith-wcwl-wishlistexistsbrowse.show a,
.single-product .entry-summary .compare.button {
    position: relative;
    background: none !important;
    color: #333 !important;
    font-size: 14px !important;
    padding: 0 !important;
    padding-left: 20px !important;
    border: none !important;
    font-weight: normal !important;
}

.single-product .entry-summary .compare.button {
    margin-left: 25px;
}

.single-product .yith-wcwl-wishlistexistsbrowse.show span {
    display: none;
}

.single-product .summary.entry-summary .clear {
    display: none;
}

.single-product .yith-wcwl-wishlistexistsbrowse.show a:hover,
.single-product .entry-summary .compare.button:hover,
.single-product .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover {
    color: #86bc42 !important;
}

.single-product .yith-wcwl-wishlistexistsbrowse.show a:before,
.single-product .entry-summary .compare.button:before,
.single-product .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
    position: absolute;
    font-family: FontAwesome;
    left: 0;
}

.single-product .entry-summary .compare.button:before {
    left: -4px;
}


/* .single-product .yith-wcwl-wishlistexistsbrowse.show a:before,
.single-product .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
    content: '\f08a';
} */

.single-product .entry-summary .compare.button:before {
    content: '\f080';
}

.woocommerce div.product .summary .yith-wcwl-add-to-wishlist {
    margin-top: 0;
    float: left;
}

.product_meta {
    padding-bottom: 10px;
    margin: 10px 0px;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

.product_meta span {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.product_meta>span {
    display: block;
    margin-top: 10px;
}

.product_meta .sku_wrapper span {
    border-bottom: 0;
}


/*--------------------------------------------------------------
## Single Group Product Page
--------------------------------------------------------------*/

.woocommerce .product-type-grouped form.cart table.group_table {
    border: 1px dotted #e7e7e7;
}

.woocommerce .product-type-grouped form.cart table tr {
    border-bottom: 1px dotted #e7e7e7;
    padding: 6px;
    display: inline-block;
    width: 100%;
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
    padding-bottom: 0;
}

.single-product .entry-summary {
    margin: 0;
}

.single-product .woocommerce-product-rating {
    margin-bottom: 0 !important;
}

.single-product div.product p.price {
    margin: 5px 0 !important;
}

.single-product .entry-summary button {
    padding: 13px 10px;
    border-radius: 4px;
}

.woocommerce div.product p.stock {
    font-size: 18px;
    color: #ffc60a;
}

.woocommerce div.product .product_title {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    color: #333;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #86bc42;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 13px 25px;
    font-size: 1.05em;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 0;
}

.woocommerce button.button.alt.disabled {
    background: #86bc42;
}

.woocommerce button.button.alt.disabled:hover {
    background: #fff;
    color: #86bc42;
}

.woocommerce div.product form.cart .reset_variations {
    color: red;
}


/*--------------------------------------------------------------
## Single Page Tab
--------------------------------------------------------------*/

.woocommerce-page div.product .woocommerce-tabs {
    margin-top: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0px;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border: 1px solid #86bc42;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    padding: 3px 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: none !important;
    background: #86bc42 !important;
    border-radius: 6px 6px 0px 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs .panel#tab-description p {
    margin: 0;
    padding: 10px 0px;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    padding: 10px 0px;
    margin: 0;
    font-size: 18px;
    line-height: 1;
    margin-top: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border: 1px solid #86bc42;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    bottom: -8px;
}

.woocommerce-error {
    border-top-color: #86bc42;
}

.woocommerce-error:before {
    color: #86bc42;
}


/*--------------------------------------------------------------
## Review Comment Section
--------------------------------------------------------------*/

.woocommerce div.product .woocommerce-tabs .panel {
    border: 1px solid #86bc42;
    padding: 0 20px;
}

.woocommerce p.stars a:hover {
    color: #86bc42;
}

.comment-form-rating p.stars a {
    color: #ffc60a;
    font-size: 16px;
}

.comment-respond .comment-form input[type="text"],
.comment-respond .comment-form input[type="email"] {
    width: 100%;
}

.comment-respond .comment-form label {
    display: block;
    margin-bottom: 4px;
}

.woocommerce #review_form #respond .form-submit input {
    padding: 12px 25px;
}


/*--------------------------------------------------------------
## Wishlist
--------------------------------------------------------------*/

.wishlist-title h2 {
    display: none;
}

.yith-wcwl-share {
    margin-bottom: 0;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.yith-wcwl-share ul {
    display: inline-block;
    vertical-align: middle;
}

.yith-wcwl-share ul li {
    padding-left: 10px;
}

.wishlist_table td.product-name>a {
    display: block;
    margin-bottom: 10px;
}

.wishlist_table td.product-name a.button {
    display: inline-block;
    margin-bottom: 0;
    background-color: transparent;
    border: 2px solid #86bc42;
    color: #86bc42;
    padding: 5px 10px;
}

.wishlist_table td.product-name a.button:hover {
    background-color: #86bc42;
    color: #fff;
}

.wishlist_table .product-price {
    color: #555555;
    font-weight: 600;
}

.wishlist_table .product-price del {
    color: #666667;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce table.shop_table.wishlist_table {
    font-size: 13px;
}

.woocommerce table.wishlist_table tbody td {
    padding: 5px;
}

.wishlist_table tr td,
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox {
    text-align: left;
}

.woocommerce .wishlist_table a.button.alt {
    padding-top: 0;
    padding-left: 50px;
}


/*--------------------------------------------------------------
## Scrollup
--------------------------------------------------------------*/

.goToTop {
    background-color: #86bc42;
    display: none;
    bottom: 40px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 42px;
    z-index: 20;
    text-decoration: none;
    height: 42px;
    border-radius: 6px 0 6px 0;
}

.goToTop i.fa {
    color: #ffffff;
    font-size: 28px;
    line-height: 42px;
}

.goToTop span {
    display: none;
}

@media screen and (max-width: 767px) {
    .goToTop {
        display: none !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .payment_card .buzz-socila-link li a {
        border: none !important;
    }
}


/*--------------------------------------------------------------
## Breadcrumbs Section
--------------------------------------------------------------*/

.breadcrumbswrap {
    min-height: 300px;
    padding: 108px 0 50px;
    position: relative;
}

.breadcrumbswrap .buzz-container {
    position: relative;
}

.buzz-paralax {
    background-attachment: fixed !important;
    background-position: 50% 100% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.buzz-overlay {
    background-color: rgba(0, 0, 0, 0.75);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.breadcrumbswrap .entry-header {
    padding-left: 0;
    padding-right: 0;
    min-width: 320px;
    position: relative;
    z-index: 1;
}

.breadcrumbswrap .entry-header h2 {
    font-size: 25px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.breadcrumbswrap .entry-header h2 span {
    font-size: 25px;
    line-height: 1.4;
    color: #d1cfcf;
}

.breadcrumbswrap ul {
    margin: 40px 0;
    padding: 0;
}

.breadcrumbswrap ul li {
    list-style-type: none;
    text-align: center;
    color: #dedddd;
    font-size: 14px;
}

.breadcrumbswrap ul li a {
    color: #b2b2b2;
}

.breadcrumbswrap ul li a:hover,
.woocommerce .woocommerce-breadcrumb a:hover {
    color: #fff;
}

.breadcrumbswrap ul li .current {
    color: #fff;
    font-size: 16px;
}

.woocommerce .woocommerce-breadcrumb {
    color: #b2b2b2;
    text-align: center;
}


/*--------------------------------------------------------------
## Our Services Section
--------------------------------------------------------------*/

.buzz-servicesarea {
    background: #efefef;
    overflow: hidden;
}

.buzz-servicesarea .buzz-serviceswrap .buzz-services {
    width: 33.33%;
    float: left;
    padding-left: 15px;
    position: relative;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buzz-servicesarea .buzz-serviceswrap .buzz-services:first-of-type {
    padding-left: 0px;
}

.buzz-services-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.buzz-services-item span {
    display: inline-block;
    border: 2px solid #86bc42;
    border-radius: 100%;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    text-align: center;
    width: 70px;
    color: #86bc42;
    margin-right: 14px;
}

.buzz-services-item .content {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #3d3d3d;
}


/*--------------------------------------------------------------
# WooCommerce defautl widget area
--------------------------------------------------------------*/

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0px;
    width: 80px;
    height: auto;
    box-shadow: none;
    margin-right: 20px;
}

.widget .product-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 3px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    color: #483A3A;
}

.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover {
    color: #86bc42;
}

.reviewer {
    margin-top: 5px;
    color: #999;
}

.widget-area .woocommerce .star-rating {
    font-size: 12px;
    width: 6.3em;
    margin-top: 10px;
    letter-spacing: 2px;
}

.woocommerce ul.product_list_widget li .star-rating {
    margin-bottom: 5px;
}

.widget-area .woocommerce .star-rating span {
    font-size: 12px;
}

.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
    color: #ffc60a;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a,
.widget_top_rated_products .product_list_widget .product-title {
    color: #555555;
    text-rendering: auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-weight: 600;
}

.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
    background: #ebe9eb;
    padding: 8px;
    border-top: 0;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0em;
    margin-bottom: 10px;
}

.widget_shopping_cart_content .total .amount {
    float: right;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    color: #000;
    font-weight: bold;
    left: auto;
    right: 0;
    top: 2px;
    font-size: 16px;
    background: #f1eeee;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
    color: red;
    background: inherit;
    left: auto;
    right: 0;
    top: 2px;
    background: #86bc42;
}


/*--------------------------------------------------------------
# WooCommerce yith-woocompare-widget
--------------------------------------------------------------*/

.yith-woocompare-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.yith-woocompare-widget ul li:first-child {
    border-top: none;
    padding-top: 0;
}

.yith-woocompare-widget ul li {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #f5f5f5;
}

.yith-woocompare-widget ul li a {
    font-size: 12px;
    color: #555555;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.yith-woocompare-widget ul li:hover>a {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    color: #86bc42;
}

.yith-woocompare-widget ul.products-list a.remove:hover {
    background-color: #86bc42;
    color: #ffffff;
    line-height: 1;
}

.yith-woocompare-widget .compare,
.yith-woocompare-widget .clear-all {
    display: inline-block;
    border: 1px solid #86bc42 !important;
    background-color: #86bc42 !important;
    border-radius: 0px !important;
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: normal !important;
    padding: 11px 15px !important;
    margin: 10px 0 !important;
    height: auto !important;
}

.yith-woocompare-widget .compare:hover,
.yith-woocompare-widget .clear-all:hover {
    border: 1px solid #86bc42 !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    color: #86bc42 !important;
}


/*--------------------------------------------------------------
## Product Sidebar Search
--------------------------------------------------------------*/

.widget_product_search .woocommerce-product-search {
    width: 100%;
    position: relative;
}

.widget_product_search .woocommerce-product-search .search-field {
    width: 72%;
    height: 35px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding-left: 8px;
    padding-right: 72px;
    color: #adadad;
    font-family: Helvetica, Arial, sans-serif;
    border: 1px solid #ced0d6;
}

.widget_product_search .woocommerce-product-search .search-field::-webkit-input-placeholder {
    color: #d8d8d8;
}

.widget_product_search .woocommerce-product-search .search-field:-moz-placeholder {
    color: #d8d8d8;
}

.widget_product_search .woocommerce-product-search .search-field::-moz-placeholder {
    color: #d8d8d8;
}

.widget_product_search .woocommerce-product-search .search-field:-ms-placeholder {
    color: #d8d8d8;
}

.widget_product_search .woocommerce-product-search input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    border: none;
    padding: 0;
    line-height: 38px;
    border: 1px solid #86bc42;
    width: 70px;
    text-align: center;
    background: #86bc42;
    border-radius: 0;
    box-shadow: none;
    z-index: 99;
}

.widget_product_search .woocommerce-product-search input[type="submit"]:hover {
    background: transparent;
    color: #86bc42;
    border-left: 1px solid #ccc;
}


/*--------------------------------------------------------------
# WooCommerce defautl price_slider_amount
--------------------------------------------------------------*/

.price_slider_amount .price_label {
    font-size: 14px;
    font-weight: 600;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #86bc42;
    height: 12px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    height: 1.4em;
    background: #86bc42;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #e5e5e5;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 12px;
}


/*--------------------------------------------------------------
## Widget Area
--------------------------------------------------------------*/

.widget-area .widget .widget-title,
.cross-sells h2,
.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading,
.u-column1 h2,
.u-column2 h2,
.upsells h2,
.related h2,
.woocommerce-additional-fields h3,
.woocommerce-Address-title h3,
.widget-area .buzz-titlewrap .buzz-title {
    width: 100%;
    height: auto;
    line-height: 21px;
    text-align: left;
    padding-left: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #fafafa;
    border-left: 4px solid #86bc42;
    margin-bottom: 12px;
    text-transform: uppercase;
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.widget-area .widget {
    box-shadow: 1px 1px 12px 2px #e1e1e1ba;
    background-color: #fff;
    padding: 16px 20px;
    border-radius: 4px;
}


/*--------------------------------------------------------------
## All Default Sidebar widget
--------------------------------------------------------------*/

.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 {
    list-style: outside none none;
    margin: 0;
}

.widget_product_categories ul {
    margin-left: 0;
}

.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,
.widget_product_categories li {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.widget_product_categories a {
    color: #333333c2;
    font-size: 14px;
    line-height: 32px;
    padding-left: 22px;
    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;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before {
    color: #86bc42;
}

.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:before,
.widget_nav_menu li:before,
.widget_product_categories a:before {
    color: #33333378;
    content: "\f187";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: -8px;
    -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 {
    content: "\f07b";
    top: 0;
}

.widget_product_categories a::before {
    top: 0px;
}

.widget_archive a::before {
    top: 0;
}

.widget_recent_entries a::before {
    content: "\f101";
}

.widget_meta a::before,
.widget_nav_menu li:before {
    content: "\f138";
}

.widget_recent_comments li::before {
    content: "\f086";
    top: 0;
}

.widget_rss li::before {
    content: "\f09e";
    top: 0;
}

.widget_pages li:before {
    content: "\f1ea";
    top: 0;
}

.widget_recent_entries .post-date {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
    margin-top: -5px;
    padding-left: 24px;
}

.widget_nav_menu li:before {
    top: 0;
}


/*--------------------------------------------------------------
# Sidebar Select
--------------------------------------------------------------*/

.widget_archive select,
.widget_categories select,
.widget_product_categories select {
    width: 100%;
    padding: 10px;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
    width: 100%;
    text-align: right;
    display: inline-block;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a {
    float: left;
}


/*--------------------------------------------------------------
# Sidebar Sub Menu
--------------------------------------------------------------*/

.widget_pages ul li .children li:last-child,
.widget_nav_menu ul li .sub-menu li:last-child,
.widget_product_categories ul li .children li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget_product_categories ul .children {
    margin-left: 15px;
}


/*--------------------------------------------------------------
# Rss Feeds
--------------------------------------------------------------*/

.widget_rss ul {
    list-style: outside none none;
    margin: 0;
}

.widget_rss li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget_rss li {
    color: #333333;
    font-size: 14px;
    line-height: 32px;
    padding-left: 22px;
    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;
}

.widget_rss li:before {
    color: #333333;
    content: "\f187";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: -6px;
    -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_rss li::before {
    content: "\f09e";
    top: 0;
}


/*--------------------------------------------------------------
## Sidebar Search
--------------------------------------------------------------*/

.widget_search .search-form {
    width: 100%;
    border: 1px solid #ced0d6;
    display: table;
    border-radius: 6px 8px 8px 6px;
    height: 53px;
    line-height: 53px;
}

.widget_search .search-form .search-field {
    width: 70%;
    height: 40px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding-left: 8px;
    padding-right: 0;
    color: #adadad;
    font-family: Helvetica, Arial, sans-serif;
}

.widget_search .search-form .search-field::-webkit-input-placeholder {
    color: #d8d8d8;
}

.widget_search .search-form .search-field:-moz-placeholder {
    color: #d8d8d8;
}

.widget_search .search-form .search-field::-moz-placeholder {
    color: #d8d8d8;
}

.widget_search .search-form .search-field:-ms-placeholder {
    color: #d8d8d8;
}

.widget_search .search-form .search-submit {
    color: #fff;
    border: none;
    padding: 14px;
    position: relative;
    float: right;
    background: #86bc42;
    border-radius: 0;
    box-shadow: none;
    border-radius: 0 6px 6px 0;
}

.widget_search .search-form .search-submit:hover {
    background: transparent;
    color: #86bc42;
    border-left: 1px solid #ccc;
}


/*--------------------------------------------------------------
## Calender
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Calender
--------------------------------------------------------------*/

.widget_calendar tbody td {
    text-align: center;
    color: #a8a7a7;
}

.widget_calendar caption {
    font-weight: 700;
}

.calendar_wrap caption {
    background: none repeat scroll 0 0 #86bc42;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.calendar_wrap table {
    border-collapse: collapse;
    width: auto;
}

.calendar_wrap table th {
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 8px 0px;
    text-align: center;
    width: 5%;
    color: #fff;
}

.calendar_wrap table td {
    border: 1px solid #ccc;
    padding: 8px 0px;
    color: #a2a0a0;
    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;
}

.calendar_wrap table td#today {
    background-color: #01833d;
    color: #fff;
}


/*--------------------------------------------------------------
## About Us Widget Area
--------------------------------------------------------------*/

.widget_buzzstorepro_aboutus_info_area .aboutlogo {
    display: block;
    text-align: center;
}

.widget_buzzstorepro_aboutus_info_area .about-small-text {
    padding-top: 20px;
    float: left;
    width: 100%;
    font-size: 15px;
    color: #ddd;
}

ul.buzz-social-list {
    float: left;
    padding-top: 33px;
    margin-left: 0;
    list-style: none;
}

ul.buzz-social-list li {
    float: left;
    margin-right: 7px;
    margin-top: 5px;
}

ul.buzz-social-list li a {
    border: 1px solid #c4c1c1;
    color: #555;
    float: left;
    height: 30px;
    line-height: 23px;
    padding-top: 6px;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 4px 0;
}

ul.buzz-social-list li a:hover {
    border-color: #86bc42;
    color: #86bc42;
    text-decoration: none;
}

.buzz_about_title {
    color: #333;
    font-weight: 500;
    font-size: 20px;
}

.footer-widget .buzz_about_title {
    color: #e1e0e0;
}

.widget-area .widget_buzzstore_aboutus_info_area .about-small-text {
    color: #555;
}


/*--------------------------------------------------------------
## Logo and Brands 
--------------------------------------------------------------*/

.footer-widget .widget_buzzstorepro_brandlogo_widget_area .brand-logo.noimage,
.widget-area .widget_buzzstorepro_brandlogo_widget_area .brand-logo.noimage {
    background: transparent;
    padding: 10px 0;
}


/*--------------------------------------------------------------
## Only Sidebar
--------------------------------------------------------------*/

.widget-area .widget_buzzstorepro_aboutus_info_area {
    margin-bottom: 15px;
}

.widget-area .widget_buzzstorepro_aboutus_info_area .about-small-text {
    color: #555;
}

.widget-area ul.buzz-social-list {
    padding-top: 15px;
    list-style-type: none;
}

.widget-area ul.buzz-social-list li a {
    color: #86bc42;
    border-color: #86bc42;
}

.widget-area ul.buzz-social-list li a:hover {
    color: #555;
    border-color: #555;
}

.widget-area {
    word-break: break-word;
}


/*--------------------------------------------------------------
## Contact Widget Area
--------------------------------------------------------------*/

ul.buzz-contactwrap {
    float: left;
    width: 100%;
    list-style-type: none;
    margin-left: 0;
}

ul.buzz-contactwrap li {
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 11px;
    min-height: 35px;
    padding: 1px 0 0 54px;
    position: relative;
    width: 100%;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #ccc;
}

ul.buzz-contactwrap li span {
    border: 1px solid #c4c1c1;
    color: #ddd;
    font-size: 14px;
    height: 35px;
    left: 3px;
    line-height: 29px;
    margin-top: -17px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 35px;
    border-radius: 4px 0;
}

ul.buzz-contactwrap li a {
    color: #fff;
}

ul.buzz-contactwrap li a:hover {
    color: #86bc42;
}


/*--------------------------------------------------------------
## widget_buzzstorepro_testimonial_widget_area footer and sidebar
--------------------------------------------------------------*/

.footer-widget .widget_buzzstorepro_testimonial_widget_area,
.widget-area .widget_buzzstorepro_testimonial_widget_area {
    background: transparent;
    padding: 0;
}

.footer-widget .widget_buzzstorepro_testimonial_widget_area .bx-wrapper .bx-clone .comment-slide-item,
.widget-area .widget_buzzstorepro_testimonial_widget_area .bx-wrapper .bx-clone .comment-slide-item {
    padding: 5px 12px;
}

.footer-widget .bx-wrapper .bx-controls-direction a,
.widget-area .bx-wrapper .bx-controls-direction a {
    font-size: 16px;
    width: 25px;
    height: 25px
}

.footer-widget .starSeparatorBox,
.widget-area .starSeparatorBox {
    margin-top: 0;
}

.footer-widget .home-section,
.widget-area .home-section {
    padding: 10px 0 10px;
}


/*--------------------------------------------------------------
## widget_buzzstorepro_cat_widget_area footer and sidebar
--------------------------------------------------------------*/

.footer-widget .widget_buzzstorepro_cat_widget_area .product-item .buzz-categorycount h3,
.widget-area .widget_buzzstorepro_cat_widget_area .product-item .buzz-categorycount h3 {
    margin-bottom: 0;
    font-size: 14px;
}

.footer-widget .widget_buzzstorepro_cat_widget_area .product-item .buzz-categorycount,
.widget-area .widget_buzzstorepro_cat_widget_area .product-item .buzz-categorycount {
    height: 70px;
}


/*--------------------------------------------------------------
## widget_buzzstorepro_promoarea_widget_area footer and sidebar
--------------------------------------------------------------*/

.footer-widget .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol2,
.widget-area .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol2,
.footer-widget .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol3,
.widget-area .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol3,
.footer-widget .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol4,
.widget-area .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol4,
.footer-widget .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol6,
.widget-area .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol6,
.footer-widget .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol7,
.widget-area .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol7,
.footer-widget .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol8,
.widget-area .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol8 {
    width: 100%;
    margin-top: 10px;
}

.footer-widget .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-bg-image-inner,
.widget-area .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-bg-image-inner {
    height: 300px;
    border-radius: 8px;
}

.footer-widget .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner,
.widget-area .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner,
.footer-widget .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img::before,
.widget-area .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img::before {
    border-radius: 8px;
}


/*--------------------------------------------------------------
## widget_buzzstorepro_full_promo_area footer and sidebar
--------------------------------------------------------------*/

.footer-widget .widget_buzzstorepro_full_promo_area .promosection .promoarea a figure,
.widget-area .widget_buzzstorepro_full_promo_area .promosection .promoarea a figure {
    height: 200px;
}

.footer-widget .widget_buzzstorepro_full_promo_area .grid-2,
.widget-area .widget_buzzstorepro_full_promo_area .grid-2,
.footer-widget .widget_buzzstorepro_full_promo_area .grid-3,
.widget-area .widget_buzzstorepro_full_promo_area .grid-3,
.footer-widget .widget_buzzstorepro_full_promo_area .grid-4,
.widget-area .widget_buzzstorepro_full_promo_area .grid-4,
.footer-widget .widget_buzzstorepro_full_promo_area .grid-6,
.widget-area .widget_buzzstorepro_full_promo_area .grid-6 {
    grid-template-columns: repeat(1, 1fr);
}

.footer-widget .promoarea h2,
.widget-area .promoarea h2 {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 16px;
}

.footer-widget .widget_archive ul li,
.footer-widget .widget_categories ul li,
.footer-widget .widget_product_categories ul li {
    color: #fff;
}


/*--------------------------------------------------------------
## widget_buzzstorepro_testimonial_widget_area footer and sidebar
--------------------------------------------------------------*/

.footer-widget .widget_buzzstorepro_testimonial_widget_area,
.widget-area .widget_buzzstorepro_testimonial_widget_area {
    background: transparent;
    padding: 0;
}

.footer-widget .widget_buzzstorepro_testimonial_widget_area .bx-wrapper .bx-clone .comment-slide-item,
.widget-area .widget_buzzstorepro_testimonial_widget_area .bx-wrapper .bx-clone .comment-slide-item {
    padding: 5px 12px;
}

.footer-widget .bx-wrapper .bx-controls-direction a,
.widget-area .bx-wrapper .bx-controls-direction a {
    font-size: 16px;
    width: 25px;
    height: 25px
}

.footer-widget .starSeparatorBox,
.widget-area .starSeparatorBox {
    margin-top: 0;
}

.footer-widget .home-section,
.widget-area .home-section {
    padding: 10px 0 10px;
}


/*--------------------------------------------------------------
## widget_buzzstorepro_cat_widget_area footer and sidebar
--------------------------------------------------------------*/

.footer-widget .widget_buzzstorepro_cat_widget_area .product-item .buzz-categorycount h3,
.widget-area .widget_buzzstorepro_cat_widget_area .product-item .buzz-categorycount h3 {
    margin-bottom: 0;
    font-size: 14px;
}

.footer-widget .widget_buzzstorepro_cat_widget_area .product-item .buzz-categorycount,
.widget-area .widget_buzzstorepro_cat_widget_area .product-item .buzz-categorycount {
    height: 70px;
}


/*--------------------------------------------------------------
## Only Sidebar
--------------------------------------------------------------*/

.widget-area .widget_buzzstorepro_contact_info_area ul.buzz-contactwrap li span {
    border-color: #86bc42;
    color: #86bc42;
}

.widget-area .widget_buzzstorepro_contact_info_area ul.buzz-contactwrap li {
    color: #555;
}

.widget-area .widget_buzzstorepro_contact_info_area .contact-email a {
    color: #555;
}

.widget-area .widget_buzzstorepro_contact_info_area .contact-email a:hover {
    color: #86bc42;
}


/*--------------------------------------------------------------
## 404 Page not Found
--------------------------------------------------------------*/

.not-found {
    text-align: center;
}

.not-found .page-header h2 {
    color: #86bc42;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 0;
}

.search.search-no-results .breadcrumbswrap .entry-header h2.page-title {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #86bc42;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.search .breadcrumbswrap>.buzz-container>ul {
    display: none;
}

.no-results.not-found .page-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.no-results.not-found .page-content input[type="search"] {
    max-width: 400px;
    width: 100%;
}

.no-results.not-found .page-content input[type="submit"] {
    font-size: 18px;
    line-height: 1.6;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.not-found .buzz-backhome {
    margin-top: 70px;
}

.not-found .buzz-backhome a {
    background-color: #86bc42;
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid #86bc42;
    border-radius: 6px;
}

.not-found .buzz-backhome a:hover {
    background: transparent;
    border-color: #86bc42;
    color: #86bc42;
}


/*--------------------------------------------------------------
## Main Footer
--------------------------------------------------------------*/

.footer .buzz-footerwrap {
    padding: 30px 0px;
    overflow: hidden;
}

.buzz-footerwrap .footer-widget {
    float: left;
    width: 25%;
    padding: 0px 15px;
}

.footer-widget .about-title,
.footer-widget .widget-title,
.footer-widget .buzz-titlewrap .buzz-title,
.footer-widget .buzz_about_title {
    border-bottom: 2px solid #86bc42;
    font-size: 18px;
    padding: 2px 0 5px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

.footer .widget ul li {
    border-bottom: 1px dotted #251f1f;
    color: #fff;
}

.footer .widget.widget_buzzstorepro_contact_info_area ul li,
.footer .widget.widget_buzzstorepro_aboutus_info_area ul li {
    border: 0;
}

.footer .widget_top_rated_products .product_list_widget .product-title,
.footer .widget ul li a,
.footer .widget ul li a:before,
.footer .widget_archive a::before,
.footer .widget_categories a::before,
.footer .widget_recent_entries a::before,
.footer .widget_meta a::before,
.footer .widget_recent_comments li::before,
.footer .widget_rss li:before,
.footer .widget_pages li:before,
.footer .widget_nav_menu li:before,
.footer .widget_product_categories a:before {
    color: #fff;
}

.footer .widget a:hover,
.footer .widget a:hover::before,
.footer .widget li:hover::before,
.footer .widget_top_rated_products .product_list_widget .product-title:hover {
    color: #86bc42;
}


/*--------------------------------------------------------------
## Sub Footer
--------------------------------------------------------------*/

.footer-bottom {
    background: #333;
    min-height: 55px;
    padding: 20px 0 20px 0px;
    color: #fff;
    overflow: hidden;
}

.subfooter a {
    color: #ccc;
}

.subfooter a:hover {
    color: #86bc42;
}

.payment_card {
    width: 50%;
    vertical-align: middle;
}

.copyright {
    float: left;
    height: 40px;
    display: flex;
    align-items: center;
}

.payment_card {
    float: right;
    height: 40px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.payment_card .buzz-socila-link li {
    margin: 0;
}

.payment_card li {
    display: inline-block;
    margin: 0px 3px;
}

.payment_card li a {
    color: #fff;
}

.payment_card li a:hover {
    color: #86bc42;
}

.payment_card li a:hover span {
    color: #86bc42;
}

.payment_card li img {
    display: inline-block;
    margin: 0 2px;
    max-height: 30px;
    vertical-align: middle;
}

.payment_card .buzz-socila-link li a {
    background-color: transparent !important;
    /* color: #01833d; */
    border: 1px solid #01833d;
    padding: 6px 5px 4px 8px;
    border-radius: 4px 0 4px 0;
    margin-right: 10px;
}

.payment_card .buzz-socila-link li a:hover {
    color: #fff;
    border-color: #fff;
}


/* --footer style-two */

.buzz-footerwpra {
    position: relative;
}

.buzz-footerwpra.style-two {
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 0;
}

.buzz-footerwpra.style-two::before {
    content: "";
    background-color: #030300;
    opacity: 0.84;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/* --footer style-three */

.shape1,
.shape2 {
    position: absolute;
    visibility: hidden;
}

.shape1 {
    top: 0;
    right: 0;
}

.shape2 {
    bottom: 0;
    left: 0;
    transform: rotate(-180deg);
}

.shape2 img,
.shape1 img {
    opacity: 0.04;
}

.buzz-footerwpra.style-three .shape1,
.buzz-footerwpra.style-three .shape2 {
    visibility: visible;
}


/* --footer style-four */

.buzz-footerwpra.style-four .buzz-footerwrap {
    padding-top: 60px;
}

.buzz-footerwpra.style-four .mainlogo-area {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
}


/*--------------------------------------------------------------
## Responsive Style ( Media Query )
--------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
    .buzz-container {
        width: 100%;
    }

    .widget_buzzstorepro_full_promo_area .buzz-container {
        padding: 0;
    }

    .buzz-site-branding {
        width: 25%;
    }

    .isotope-item {
        width: 25%;
    }

    .buzz-topheader .buzz-topleft ul li {
        border-right: 0;
        padding: 0 5px;
    }

    .buzz-topheader .buzz-topright ul li:first-child,
    .buzz-topheader .buzz-topright ul li {
        border: 0;
    }

    .widget_buzzstorepro_blog_widget_area .buzzstorepro-blogwrap {
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
    }
}

@media screen and (max-width: 1150px) {
    .buzz-news {
        display: block;
    }

    .buzz-news .buzz-image {
        display: inline-block;
        position: static;
        top: 0;
        width: 100% !important;
    }

    .buzz-news .buzz-content {
        display: inline-block;
        padding-bottom: 30px !important;
        text-align: left;
        vertical-align: top;
        width: 100% !important;
    }
}

@media screen and (max-width: 1024px) {

    .buzz-topheader .buzz-topleft,
    .buzz-topheader .buzz-topright {
        float: none;
        width: 100%;
        text-align: center;
    }

    .buzz-topheader .buzz-topleft {
        margin-bottom: 5px;
    }

    .buzz-topheader .buzz-topleft ul,
    .buzz-topheader .buzz-topright ul {
        display: inline-block;
    }

    .buzz-topheader .buzz-topleft ul li a {
        padding-right: 15px;
    }

    .buzz-topheader .buzz-topright ul.menu li a {
        font-size: 12px;
    }

    .header-search {
        width: 35%;
        /*
        float: left;*/
    }

    .buzz-cart-main {
        padding-left: 35px;
    }

    .widget_buzzstorepro_full_promo_area figcaption {
        top: 50px;
    }

    /* ---blogs list-view--- */
    .sparkletheme-blogs .list-view {
        grid-template-columns: repeat(1, 1fr);
    }

    .sparkletheme-blogs .list-view a img {
        border-radius: 10px 10px 0 0;
    }

    /* ----blog list-view alternative nd reverse---- */
    .sparkletheme-blogs .list-view.reverse .text-holder,
    .sparkletheme-blogs .list-view.reverse>a,
    body.nosidebar .sparkletheme-blogs .list-view.reverse .text-holder,
    body.nosidebar .sparkletheme-blogs .list-view.reverse>a,
    .sparkletheme-blogs .list-view.alternative:nth-child(even)>a,
    .sparkletheme-blogs .list-view.alternative:nth-child(even) .text-holder,
    .sparkletheme-blogs .list-view.alternative>a,
    .sparkletheme-blogs .list-view.alternative .text-holder {
        flex: 100%;
    }

    .sparkletheme-blogs .list-view.reverse,
    .sparkletheme-blogs .list-view.alternative,
    .sparkletheme-blogs .list-view.alternative:nth-child(even) {
        display: block;
    }
}

@media screen and (max-width: 980px) {

    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6 {
        grid-template-columns: repeat(2, 1fr);
    }

    .isotope-item {
        width: 33.33%;
    }

    .buzz-site-branding {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 35px;
    }

    .buzz-logo {
        float: none;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .buzz-logo-title {
        float: none;
        display: block;
        vertical-align: middle;
    }

    .header-search {
        width: 60%;
        float: left;
    }

    .buzz-main-header .woocommerce-product-search {
        width: 60%;
        float: left;
    }

    .header-five.buzz-main-header .woocommerce-product,
    .header-six.buzz-main-header .woocommerce-product,
    .header-seven.buzz-main-header .woocommerce-product {
        width: 100%;
        float: unset;
        text-align: center;
    }

    .buzz-cart-main {
        width: 40%;
        float: right;
    }

    .buzz-cart-main:before {
        right: 145px;
        /*display: none;*/
        height: 100%;
    }

    .buzz-footerwrap .footer-widget {
        width: 50%;
        margin-bottom: 20px;
    }

    body.header-four header.site-header .buzz-cart-main:before {
        position: absolute;
        left: 45px;
    }

    .woocommerce .widget_shopping_cart .cart_list li a.remove,
    .woocommerce.widget_shopping_cart .cart_list li a.remove {
        background-color: transparent;
    }
}

@media screen and (max-width: 770px) {
    .promosection .promoarea a figure {
        height: 350px;
    }

    .isotope-item {
        width: 50%;
    }

    .buzz-main-header .header-search {
        width: 100%;
    }

    .buzz-header-wrap .buzz-cart-main {
        display: none;
    }

    .buzz-main-header .woocommerce-product-search {
        text-align: center;
        display: block;
        position: relative;
    }

    .buzz-main-header .woocommerce-product-search input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
    }

    .buzz-main-header .woocommerce-product-search .search-field {
        width: 100%;
        padding-right: 70px;
    }

    .buzz-main-header .woocommerce-product-search {
        width: 100%;
        float: none;
    }

    .buzz-cart-main:before {
        position: absolute;
        left: 20px;
    }
}

@media screen and (min-width: 881px) {
    .buzz-menulink #primary-menu {
        display: block;
    }

    .buzz-menulink #primary-menu {
        display: inline-block;
    }

    .buzz-menulink.text-right .menu-main-menu-container {
        text-align: right;
    }

    .buzz-menulink.text-center .menu-main-menu-container {
        text-align: center;
    }

    .buzz-menulink.text-left .menu-main-menu-container {
        text-align: left;
    }
}

@media screen and (max-width: 880px) {
    #main-slider .item .main-slider_content h3 {
        padding-bottom: 5px;
    }

    #main-slider .main-slider_desc p {
        padding-top: 0px;
        margin-top: 0;
    }

    .buzz-topheader .buzz-topleft ul li {
        font-size: 13px;
    }

    .buzz-menulink .buzz-toggle {
        display: block;
        float: left;
        margin: 0;
        margin-top: 6px;
        width: 25px;
    }

    .buzz-menulink ul li a {
        border-right: none;
        display: block;
    }

    .buzz-menulink #primary-menu {
        display: none;
    }

    .buzz-menulink ul li {
        display: block;
    }

    .product-item_tip {
        margin-left: -50px;
    }

    .buzz-menulink ul ul.sub-menu {
        position: static;
        margin-left: 20px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {

    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6 {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-wrap.grid-2,
    .testimonial-wrap.grid-3,
    .testimonial-wrap.grid-4,
    .testimonial-wrap.grid-5,
    .testimonial-wrap.grid-6 {
        grid-template-columns: repeat(1, 1fr);
    }

    .banner-height {
        height: 350px;
    }

    #main-slider .item .main-slider_content h3 {
        font-size: 24px;
    }

    .buzz-titlewrap .buzz-title {
        font-size: 24px;
    }

    #main-slider .main-slider_desc p {
        display: none;
    }

    .widget_buzzstorepro_full_promo_area figcaption {
        top: 25px;
    }

    .buzz-servicesarea .buzz-serviceswrap .buzz-services {
        width: 50%;
    }

    .widget_buzzstorepro_blog_widget_area .buzzstorepro-blogwrap li:last-child {
        width: 100%;
    }

    .buzz-servicesarea .buzz-serviceswrap .buzz-services {
        border-right: 0;
        width: 100%;
    }

    .copyright {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        display: block;
        height: auto;
    }

    .payment_card {
        float: none;
        text-align: center;
        overflow: hidden;
        width: 100%;
        display: block;
        height: auto;
    }

    .payment_card ul li {
        margin-bottom: 5px;
    }

    #primary {
        float: none;
        width: 100%;
    }

    .rightsidebar #secondaryright,
    .leftsidebar #secondaryleft {
        float: none;
        width: 100%;
    }

    .widget_buzzstorepro_full_promo_area .promoright {
        position: static;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .widget_buzzstorepro_full_promo_area .promoleft {
        display: block;
        float: none;
        margin: 0 auto;
    }

    .widget_buzzstorepro_full_promo_area figcaption {
        position: static;
        background: #ccc;
        padding: 20px 0;
    }

    .buzz-topheader .buzz-topleft ul li {
        float: none;
        display: inline-block;
        line-height: 2.5;
    }

    body {
        overflow-x: hidden;
    }

    .widget_buzzstorepro_testimonial_widget_area .comment-slide-item_text {
        width: 100%;
    }

    /* ---heading title */
    .title-big,
    .title-top-center,
    .title-top-cs,
    .blocktitlewrap {
        width: 100%;
    }

    .offerproduct-wrapper .offerproduct-infowrap,
    .offerproduct-wrapper .offerproduct-inner-wrap {
        width: 100% !important;
    }

    .display-product-style-1 .offerproduct-wrapper .offerproduct-inner-wrap {
        width: 80% !important;
    }

    .display-product-style-1 .specialoffter-deal .pcountdown-cnt {
        width: 20%;
    }

    .homeblockinner,
    .singlecat-product-wrap {
        width: 100%;
    }

    /* ---buzzstore_pro_promo_pro_area--- */
    .promo-3-1-1-1-3-1-1-1 .promo1,
    .promo-3-1-1-1-3-1-1-1 .promo2,
    .promo-3-1-1-1-3-1-1-1 .promo3,
    .promo-3-1-1-1-3-1-1-1 .promo4,
    .promo-3-1-1-1-3-1-1-1 .promo5,
    .promo-3-1-1-1-3-1-1-1 .promo6,
    .promo-3-1-1-1-3-2-2 .promo1,
    .promo-3-1-1-1-3-2-2 .promo2,
    .promo-3-1-1-1-3-2-2 .promo3,
    .promo-3-2-2-3-1-1-1 .promo4,
    .promo-3-2-2-3-1-1-1 .promo5,
    .promo-3-1-2-3-1-1-1 .promo1,
    .promo-3-1-2-3-1-1-1 .promo3,
    .promo-3-1-2-3-1-1-1 .promo4,
    .promo-3-1-2-3-1-1-1 .promo5,
    .promo-3-2-1-3-1-1-1 .promo2,
    .promo-3-2-1-3-1-1-1 .promo3,
    .promo-3-2-1-3-1-1-1 .promo4,
    .promo-3-2-1-3-1-1-1 .promo5,
    .promo-3-2-1-3-2-1 .promo2,
    .promo-3-2-1-3-2-1 .promo4,
    .promo-3-2-1-3-2-1 .promo6,
    .promo-3-1-1-1-3-1-2 .promo1,
    .promo-3-1-1-1-3-1-2 .promo2,
    .promo-3-1-1-1-3-1-2 .promo3,
    .promo-3-1-1-1-3-1-2 .promo5,
    .promo-3-1-1-1-3-2-1 .promo1,
    .promo-3-1-1-1-3-2-1 .promo2,
    .promo-3-1-1-1-3-2-1 .promo3,
    .promo-3-1-1-1-3-2-1 .promo5,
    .promo-3-2-1-3-1-2 .promo2,
    .promo-3-2-1-3-1-2 .promo3,
    .promo-3-2-1-3-1-2 .promo6,
    .promo-3-1-2-3-1-2 .promo1,
    .promo-3-1-2-3-1-2 .promo3,
    .promo-3-1-2-3-1-2 .promo5,
    .promo-3-1-2-3-2-1 .promo1,
    .promo-3-1-2-3-2-1 .promo4,
    .promo-3-1-2-3-2-1 .promo5 {
        width: 49%;
    }
}

@media screen and (max-width: 640px) {
    .promosection .promoarea a figure {
        height: 300px;
    }

    .header-search {
        width: 90%;
        float: none;
        margin: 0 auto 20px;
    }

    .buzz-servicesarea .buzz-serviceswrap .buzz-services {
        float: none;
        display: block;
        margin: 0 auto;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    .buzz-servicesarea .buzz-serviceswrap .buzz-services:first-child {
        border-left: none;
    }

    .buzz-footerwrap .footer-widget {
        width: 100%;
    }

    .widget_buzzstorepro_blog_widget_area .buzzstorepro-blogwrap li {
        width: 100%;
    }

    .buzz-topheader .buzz-topleft ul li a {
        border: none;
    }

    .promo-3-1-1-1-3-2-2 .promo4,
    .promo-3-1-1-1-3-2-2 .promo5,
    .promo-3-1-1-1-3-2-2 .promo6,
    .promo-3-2-2-3-1-1-1 .promo1,
    .promo-3-2-2-3-1-1-1 .promo2,
    .promo-3-2-2-3-2-2 .promo1,
    .promo-3-2-2-3-2-2 .promo2,
    .promo-3-2-2-3-2-2 .promo3,
    .promo-3-2-2-3-2-2 .promo4,
    .promo-3-2-2-3-2-2 .promo5,
    .promo-3-2-2-3-2-2 .promo6 {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .product-filter {
        margin-bottom: 10px;
        margin-left: 7.5px;
        margin-right: 7.5px;
    }

    .product-filter li {
        display: block;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        margin-bottom: 3px;
    }
}

@media screen and (max-width: 767px) {
    .buzzstorepro-caption {
        width: 100%;
        padding: 0px 15px;
        display: block !important;
        top: 50% !important;
    }

    .buzzstorepro-caption .buzzstorepro-title {
        font-size: 24px;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .buzzstorepro-caption .buzzstorepro-desc {
        margin-bottom: 25px;
    }

    .buzzstorepro-slider .buzzstorepro-button {
        margin-top: 0;
    }
}

@media screen and (max-width: 570px) {
    .buzzstorepro-caption .buzzstorepro-desc {
        margin-bottom: 25px;
    }

    .buzz-topheader .buzz-socila-link {
        display: none !important;
    }

    .buzz-main-header {
        padding: 15px 15px;
    }

    .buzz-site-branding {
        margin-bottom: 15px;
    }

    .header-search {
        width: 100%;
        margin-bottom: 0;
    }

    .header-search .header-search_form .header-search_filter {
        width: 100%;
        margin-bottom: 5px;
    }

    .header-search .header-search_form .form-group {
        width: 100%;
        position: static;
    }

    .header-search .header-search_form .form-group input {
        border-left: 1px solid #ccc;
        border-radius: 6px;
    }

    .header-search_filter .formDropdown {
        border-radius: 8px 8px 8px 8px;
    }

    .header-search .header-search_form button.product-search {
        top: inherit;
        bottom: 0;
    }

    .widget ul.single-catproducts.grid2 li {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .promosection .promoarea a figure {
        height: 280px;
    }

    .isotope-item {
        width: 100%;
    }

    .buzz-topheader .buzz-topleft ul li,
    .buzz-topheader .buzz-topright ul li {
        margin: 2.5px 0px;
    }

    .buzz-topheader .buzz-topleft ul.buzz-socila-link li,
    .buzz-topheader .buzz-topright ul.buzz-socila-link li {
        display: inline-block;
        width: auto;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*="columns-"] ul.products li.product,
    .woocommerce[class*="columns-"] ul.products li.product {
        width: 100%;
    }

    .buzz-news .buzz-image {
        display: inline-block;
        height: auto !important;
        margin-bottom: 10px;
        padding: 0;
        position: static;
        top: 0;
        width: 100% !important;
    }

    .buzz-viewcartproduct {
        width: 100%;
    }

    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6 {
        grid-template-columns: repeat(1, 1fr);
    }

    /* ---buzzstore_pro_promo_pro_area--- */
    .promo-3-1-1-1-3-1-1-1 .promo1,
    .promo-3-1-1-1-3-1-1-1 .promo2,
    .promo-3-1-1-1-3-1-1-1 .promo3,
    .promo-3-1-1-1-3-1-1-1 .promo4,
    .promo-3-1-1-1-3-1-1-1 .promo5,
    .promo-3-1-1-1-3-1-1-1 .promo6,
    .promo-3-1-1-1-3-2-2 .promo1,
    .promo-3-1-1-1-3-2-2 .promo2,
    .promo-3-1-1-1-3-2-2 .promo3,
    .promo-3-2-2-3-1-1-1 .promo4,
    .promo-3-2-2-3-1-1-1 .promo5,
    .promo-3-1-2-3-1-1-1 .promo1,
    .promo-3-1-2-3-1-1-1 .promo3,
    .promo-3-1-2-3-1-1-1 .promo4,
    .promo-3-1-2-3-1-1-1 .promo5,
    .promo-3-2-1-3-1-1-1 .promo2,
    .promo-3-2-1-3-1-1-1 .promo3,
    .promo-3-2-1-3-1-1-1 .promo4,
    .promo-3-2-1-3-1-1-1 .promo5,
    .promo-3-2-1-3-2-1 .promo2,
    .promo-3-2-1-3-2-1 .promo4,
    .promo-3-2-1-3-2-1 .promo6,
    .promo-3-1-1-1-3-1-2 .promo1,
    .promo-3-1-1-1-3-1-2 .promo2,
    .promo-3-1-1-1-3-1-2 .promo3,
    .promo-3-1-1-1-3-1-2 .promo5,
    .promo-3-1-1-1-3-2-1 .promo1,
    .promo-3-1-1-1-3-2-1 .promo2,
    .promo-3-1-1-1-3-2-1 .promo3,
    .promo-3-1-1-1-3-2-1 .promo5,
    .promo-3-2-1-3-1-2 .promo2,
    .promo-3-2-1-3-1-2 .promo3,
    .promo-3-2-1-3-1-2 .promo6,
    .promo-3-1-2-3-1-2 .promo1,
    .promo-3-1-2-3-1-2 .promo3,
    .promo-3-1-2-3-1-2 .promo5,
    .promo-3-1-2-3-2-1 .promo1,
    .promo-3-1-2-3-2-1 .promo4,
    .promo-3-1-2-3-2-1 .promo5 {
        width: 100%;
    }
}

@media screen and (max-width: 345px) {
    .buzz-metainfo ul li:last-child {
        width: 100%;
        padding-left: 0;
    }
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 3px;
    box-shadow: 1px 1px 19px 5px #f0f0f045;
    margin: 10px 5px;
    margin-top: 10px;
    max-height: 130px;
    width: 22%;
    overflow: hidden;
}

.woocommerce .woocommerce-message .button {
    color: #86bc42;
    background-color: transparent;
    border: none;
    padding: 0;
}

.woocommerce .woocommerce-message .button:hover {
    opacity: 0.8;
    background-color: transparent;
    border: none;
}

.woocommerce-variation-price {
    margin-bottom: 15px;
}

.woocommerce .product-type-grouped form.cart table tr {
    border-bottom: 1px solid #e7e7e7;
    padding: 0px;
    display: inline-block;
    width: 100%;
    position: relative;
    min-height: 80px;
    margin-bottom: 10px;
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 100%;
    margin: 0;
    padding: 0;
}

.woocommerce div.product form.cart .group_table td.label {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding-left: 0px;
}

.woocommerce div.product form.cart .group_table td.price {
    position: absolute;
    bottom: 10px;
    right: 0;
    padding-right: 0;
}

.woocommerce .product-type-grouped form.cart table.group_table {
    border: none;
}

@media (max-width: 991px) {

    .rightsidebar .content-area .site-main .buzz-news,
    .leftsidebar .content-area .site-main .buzz-news {
        display: block;
    }

    .leftsidebar .content-area .site-main .buzz-news .buzz-content,
    .rightsidebar .content-area .site-main .buzz-news .buzz-content {
        padding-top: 0px;
    }

    .leftsidebar .content-area .site-main .buzz-news .buzz-image,
    .rightsidebar .content-area .site-main .buzz-news .buzz-image {
        padding-right: 30px;
    }

    .widget_shopping_cart_content p.buttons {
        display: block;
    }

    .widget_shopping_cart p.buttons a {
        margin: 0;
        margin-bottom: 5px;
        width: 100%;
    }
}

@media (max-width: 771px) {
    .content-area .site-main .buzz-news {
        display: block;
    }

    .content-area .site-main .buzz-news .buzz-content {
        padding: 10px;
        padding-top: 0;
        padding-bottom: 10px !important;
    }

    .content-area .site-main .buzz-news .buzz-image {
        padding: 10px;
    }
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    margin-top: -13px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    color: #333;
}


/* === Promo Area section start == */


/* .widget_buzzstorepro_promoarea_widget_area,
.widget_buzzstorepro_brandlogo_widget_area {
   margin: 0;
} */

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol4 {
    float: left;
    width: 33.33%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    /* margin-bottom: 15px; */
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol8 {
    float: left;
    width: 66.66%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {

    .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol4,
    .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol8 {
        width: 50%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 616px) {

    .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol4,
    .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container .buzzcol8 {
        width: 100%;
        margin-bottom: 15px;
    }
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img {
    position: relative;
    display: block;
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    content: '';
    z-index: 9;
    border-radius: 8px;
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner {
    background: #000;
    position: relative;
    display: block;
    border-radius: 8px;
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    top: 15;
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner:before,
.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner:after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    left: 10px;
    right: 10px;
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    top: 10px;
    bottom: 10px;
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-bg-image-inner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 340px;
    border-radius: 8px;
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-bg-image-inner img {
    opacity: 0;
    width: 100%;
    height: auto;
    display: none;
    visibility: hidden;
    border-radius: 8px;
}

@media screen and (max-width: 767px) {
    .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-bg-image-inner {
        height: auto;
    }

    .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-bg-image-inner img {
        opacity: 1;
        display: block;
        visibility: visible;
    }
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-img-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-img-info .promo-img-info-inner {
    width: 100%;
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-img-info .promo-img-info-inner h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    word-spacing: 0px;
    z-index: 7;
    position: relative;
    color: #fff;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-img-info .promo-img-info-inner p {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    letter-spacing: 1;
    font-size: 14px;
    padding: 5px 0px;
    display: inline-block;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-img-info .promo-img-info-inner p:before,
.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-img-info .promo-img-info-inner p:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 20px;
    height: 1px;
    background: #fff;
}

.widget-area .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-img-info .promo-img-info-inner p:before,
.widget-area .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-img-info .promo-img-info-inner p:after,
.footer-widget .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-img-info .promo-img-info-inner p:before,
.footer-widget .widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-img-info .promo-img-info-inner p:after {
    display: none;
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-img-info .promo-img-info-inner p:before {
    left: -30px;
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner .promo-img-info .promo-img-info-inner p:after {
    right: -30px;
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner:hover:before,
.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner:hover .promo-img-info .promo-img-info-inner h3 {
    background: #86bc42;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.widget_buzzstorepro_promoarea_widget_area .promo-banner-section .buzz-container a.promo-banner-img .promo-banner-img-inner:hover .promo-img-info .promo-img-info-inner p {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
}


/* === Promo Area section ends == */


/* === Our Team section Start == */

.widget_buzzstorepro_team_widget_area {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 60px;
}

.widget_buzzstorepro_team_widget_area .owl-carousel .owl-item {
    margin-right: 15px;
    box-shadow: 1px 1px 10px 3px #d9d9d933;
    border-radius: 20px 0 20px 0;
}

.widget_buzzstorepro_team_widget_area .teaminfo .team-image figure {
    margin: 0;
}

.widget_buzzstorepro_team_widget_area .teaminfo .team-image figure img {
    width: 100%;
    border-radius: 20px 0 0 0;
}

.widget_buzzstorepro_team_widget_area .teaminfo .teamdetails {
    padding: 20px 0;
    text-align: center;
}

.widget_buzzstorepro_team_widget_area .teaminfo .teamdetails h5 {
    margin: 0;
    font-weight: 600;
}

.widget_buzzstorepro_team_widget_area .teaminfo .teamdetails h5 a {
    display: inline-block;
    font-size: 20px;
}

.widget_buzzstorepro_team_widget_area .teaminfo .teamdetails h6 {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 15px;
}

.widget_buzzstorepro_team_widget_area .teaminfo .teamdetails ul.social-icons {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.widget_buzzstorepro_team_widget_area .teaminfo .teamdetails ul.social-icons li {
    width: 12%;
    padding: 0;
    border: 1px solid #f2f2f2;
    margin: 0 5px;
    border-radius: 4px 0 4px 0;
    list-style: none;
}

.widget_buzzstorepro_team_widget_area .teaminfo .teamdetails ul.social-icons li a {
    display: block;
    background: #86bc42;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 4px 0 4px 0;
}

.widget_buzzstorepro_team_widget_area .teaminfo .teamdetails ul.social-icons li a:hover {
    background: #fff;
    color: #86bc42;
}

.widget_buzzstorepro_team_widget_area .owl-wrapper-outer {
    padding: 40px 0;
}


/* --- Our Team style-two--- */

.widget_buzzstorepro_team_widget_area.style-two .teaminfo {
    position: relative;
    overflow: hidden;
}

.widget_buzzstorepro_team_widget_area.style-two .teaminfo .teamdetails {
    position: absolute;
    left: 70px;
    right: 0px;
    bottom: 0;
    background-color: #fff;
    width: 100%;
}


/* --- Our Team style-three--- */

.widget_buzzstorepro_team_widget_area.style-three .teaminfo {
    padding: 30px 0 0;
}

.widget_buzzstorepro_team_widget_area.style-three .teaminfo .team-image {
    text-align: center;
}

.widget_buzzstorepro_team_widget_area.style-three .teaminfo .team-image figure img {
    width: 320px;
    height: 350px;
    box-shadow: 1px 1px 18px 4px #01833d17;
    object-fit: cover;
    padding: 4px;
    border-radius: 20px 0 20px 0;
}

.widget_buzzstorepro_team_widget_area.style-three .owl-carousel .owl-item:hover .teaminfo .team-image figure img {
    border: 1px dashed #01833d;
    transition: all 0.3s;
}

.widget_buzzstorepro_team_widget_area.style-three .teaminfo .teamdetails ul.social-icons li {
    border: 1px solid #f2f2f254;
    transition: all 0.3s;
}

.widget_buzzstorepro_team_widget_area.style-three .teaminfo .teamdetails ul.social-icons li a {
    background-color: transparent !important;
    color: #01833d;
    transition: all 0.3s;
}

.widget_buzzstorepro_team_widget_area.style-three .teaminfo .teamdetails ul.social-icons li:hover a {
    background-color: #01833d !important;
    color: #fff;
    transition: all 0.3s;
}


/* === Our Team section ends == */


/* === Special Offer Deal Product section Open == */

.widget_buzzstorepro_specialdeal_product_slide_widget_area .specialoffter-wrap .owl-wrapper-outer .owl-item li .pcountdown-cnt-list-slider ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget_buzzstorepro_specialdeal_product_slide_widget_area .specialoffter-wrap .owl-wrapper-outer .owl-item li .pcountdown-cnt-list-slider ul li {
    width: 19%;
    padding: 0;
    margin: 0;
    background-color: #999;
    color: #fff;
    padding: 8px 0px;
    box-shadow: none;
    border-radius: 2px;
    margin: 0 2px;
    list-style: none;
}

.widget_buzzstorepro_specialdeal_product_slide_widget_area .specialoffter-wrap .owl-wrapper-outer .owl-item li .pcountdown-cnt-list-slider ul li>div span {
    display: block;
    text-align: center;
    padding: 0px;
}

.widget_buzzstorepro_specialdeal_product_slide_widget_area .specialoffter-wrap .owl-wrapper-outer .owl-item li .pcountdown-cnt-list-slider ul li:last-of-type>div {
    border-right: none;
}


/* === Special Offer Deal Product section ends == */


/* === Our Most Popular Product section Starts == */

.widget_buzzstorepro_product_list_widget_area .buzz-product-list-area .buzz-product-list {
    margin: 0;
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding-top: 30px;
    padding-bottom: 15px;
    list-style: none;
}

.widget_buzzstorepro_product_list_widget_area .buzz-product-list-area .buzz-product-list li {
    float: left;
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-top: 0;
    padding-bottom: 15px;
}

.widget_buzzstorepro_product_list_widget_area .colthree .buzz-product-list li {
    width: 33.33%;
}

@media screen and (max-width: 991px) {
    .widget_buzzstorepro_product_list_widget_area .colthree .buzz-product-list li {
        width: 50%;
    }
}

@media screen and (max-width: 616px) {
    .widget_buzzstorepro_product_list_widget_area .colthree .buzz-product-list li {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .widget_buzzstorepro_team_widget_area .teaminfo .teamdetails ul.social-icons li {
        width: 18%;
    }
}

.widget_buzzstorepro_product_list_widget_area .colfive .buzz-product-list li {
    width: 20%;
}

@media screen and (max-width: 991px) {
    .widget_buzzstorepro_product_list_widget_area .colfive .buzz-product-list li {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .widget_buzzstorepro_product_list_widget_area .colfive .buzz-product-list li {
        width: 50%;
    }
}

@media screen and (max-width: 616px) {
    .widget_buzzstorepro_product_list_widget_area .colfive .buzz-product-list li {
        width: 100%;
    }
}

.widget_buzzstorepro_product_list_widget_area .colsix .buzz-product-list li {
    width: 16.66%;
}

@media screen and (max-width: 991px) {
    .widget_buzzstorepro_product_list_widget_area .colsix .buzz-product-list li {
        width: 25%;
    }
}

@media screen and (max-width: 767px) {
    .widget_buzzstorepro_product_list_widget_area .colsix .buzz-product-list li {
        width: 50%;
    }
}

@media screen and (max-width: 616px) {
    .widget_buzzstorepro_product_list_widget_area .colsix .buzz-product-list li {
        width: 100%;
    }
}


/* === Our Most Popular Product section ends == */


/* === Brand Logo section Starts == */

.widget_buzzstorepro_brandlogo_widget_area .owl-product-slider.owl-theme .owl-controls .owl-buttons:after {
    top: 92%;
}

.widget_buzzstorepro_brandlogo_widget_area .brand-logo-with-image {
    min-height: 350px;
    background-image: cover;
    background-position: center center;
    background-attachment: fixed;
    background-image: repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget_buzzstorepro_brandlogo_widget_area .brand-logo-with-image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.77;
    content: '';
    z-index: 9;
}

.widget_buzzstorepro_brandlogo_widget_area .brand-logo-with-image .buzz-container {
    position: relative;
    z-index: 9;
    width: 100%;
}

.widget_buzzstorepro_brandlogo_widget_area .brand-logo.noimage {
    background: #d2d2d2;
}

.widget_buzzstorepro_brandlogo_widget_area .brand-logo {
    padding: 45px 0;
}


/* .widget_buzzstorepro_brandlogo_widget_area .brand-logo .buzz-titlewrap h2 {
    color: #fff;
} */

.widget_buzzstorepro_brandlogo_widget_area .brand-logo .buzz-titlewrap p {
    color: #d0d0d0;
}

.widget_buzzstorepro_brandlogo_widget_area .brand-logo .enable-owl-carousel {
    padding-bottom: 15px;
}

.widget_buzzstorepro_brandlogo_widget_area .brand-logo .brandlogolist {
    text-align: center;
}

.widget_buzzstorepro_brandlogo_widget_area .brand-logo .brandlogolist .item {
    display: inline-block;
    padding: 0px 7.5px;
    padding-bottom: 15px;
}

.widget_buzzstorepro_brandlogo_widget_area .brand-logo .brandlogolist .item a {
    display: inline-block;
}

.widget_buzzstorepro_brandlogo_widget_area .brand-logo .brandlogolist .item a img {
    height: 60px;
    width: 200px;
    object-fit: contain;
}


/* === Brand Logo section ends == */


/* === Service Wrap section start == */

.buzzstorepro-services-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.buzzstorepro-services-main .buzzstorepro-services-wrap {
    width: 33.33%;
    padding: 30px 15px;
}

.buzzstorepro-services-main.layout-one .buzzstorepro-services-wrap {
    background-color: #fff;
    margin: 0 15px;
    margin-top: 15px;
    border-radius: 16px 0 16px 0;
    box-shadow: 1px 1px 17px 3px #d6d2d2;
    transition: all 0.3s;
}

.buzzstorepro-services-main.layout-one .buzzstorepro-services-wrap:hover {
    box-shadow: 1px 1px 17px 3px #d6d2d217;
    transition: all 0.3s;
}

.buzzstorepro-services-main .buzzstorepro-services-wrap h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 5px;
    letter-spacing: 0.2px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .buzzstorepro-services-main .buzzstorepro-services-wrap {
        width: 100%;
    }
}

.buzzstorepro-services-main.layout-one {
    text-align: center;
}

.buzzstorepro-services-main.layout-one .service-icon {
    margin-bottom: 20px;
}

.buzzstorepro-services-main.layout-one .service-icon i.fa {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 2px dotted #86bc42;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    color: #86bc42;
    border-radius: 8px 0 8px 0;
    box-shadow: 1px 1px 17px 3px #f1efef;
}

.buzzstorepro-services-main.layout-one .service-icon i.fa:hover {
    box-shadow: 1px 1px 17px 3px #cae0d4;
}

@media screen and (max-width: 767px) {

    .buzzstorepro-services-main.layout-one,
    .buzzstorepro-services-main.layout-two {
        display: block;
    }
}

.buzzstorepro-services-main-bg.buzz-nocontainer {
    padding: 0;
}

.buzz-nocontainer .buzzstorepro-services-main .buzzstorepro-services-wrap {
    padding: 0;
}

.buzzstorepro-services-main-bg {
    background: #fff;
}

.buzzstorepro-services-main-bg .buzz-container {
    padding: 40px 0px;
}

.layout-two .service-area .mainservices {
    background: #86bc42;
}

.layout-two .service-area:hover .mainservices {
    background-color: #f2f2f2;
}

.layout-two .service-area:hover .service-icon i,
.layout-two .service-area:hover .service-icon-info p,
.layout-two .service-area:hover .service-icon-info h5 {
    color: #86bc42;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.buzzstorepro-services-main.layout-one .buzzstorepro-services-wrap .service-icon-info p {
    margin: 0;
    margin-top: 16px;
    color: #0e0d0d91;
    font-size: 14px;
}

.layout-two .service-area {
    border-right: 1px solid #f2f2f2;
}

.layout-two .service-area {
    width: 100%;
    height: auto;
    position: relative;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    cursor: pointer;
}

.layout-two .service-area .mainservices {
    text-align: center;
}

.layout-two .service-area>div {
    height: auto;
}

.layout-two .service-area .service-icon {
    width: auto;
    height: auto;
    float: none;
    display: block;
    text-align: center;
    position: relative;
    padding-top: 15px;
}

.layout-two .service-area .service-icon i {
    font-size: 35px;
    display: inline-block;
    position: relative;
    color: #fff;
}

.layout-two .service-area .service-icon-info {
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 15px 10px;
}

.layout-two .service-area .service-icon-info h5 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #fff;
}

.layout-two .service-area .service-icon-info p {
    margin: 0;
    color: #fff;
    margin-top: 10px;
}


/* === Service Wrap section ends == */


/* === Payment logo section starts == */

.payment-logo {
    padding-bottom: 20px;
}

.payment-logo .payment-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment-logo .payment-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.payment-logo .payment-card ul li {
    display: inline-block;
}

.payment-logo .payment-card ul li img {
    max-height: 30px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.payment-logo .payment-card ul li:first-of-type {
    margin-left: 0;
}


/* === Payment logo section ends == */

.mainlogo-area {
    padding-top: 60px;
}

.buzz-footerwpra .mainlogo-area {
    padding-top: 25px;
}

.mainlogo-area .footer-logo {
    text-align: center;
    margin-bottom: 30px;
}

.mainlogo-area .footer-logo .footer-buzz-logo {
    display: inline-block;
}

.mainlogo-area .footer-logo .footer-buzz-logo img {
    max-height: 80px;
    width: auto;
}

.mainlogo-area .footer-logo .footer-buzz-logo-title {
    display: block;
    text-align: center;
}

.mainlogo-area .footer-logo .footer-buzz-logo-title h2 {
    margin: 0;
}

.mainlogo-area .footer-logo .footer-buzz-logo-title h2 a {
    display: inline-block;
    font-size: 32px;
    text-transform: uppercase;
}

.mainlogo-area .footer-logo .footer-buzz-logo-title p {
    font-size: 14px;
    margin: 0;
    margin-top: 5px;
    color: #f2f2f2;
}


/*==== Slider Layout css open == */

.main_promo_banner_slider {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

.main_promo_banner_slider .promosliderwrap {
    width: 70%;
}

.main_promo_banner_slider .slider-promo-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    line-height: 0;
}

.main_promo_banner_slider .slider-promo-wrap a {
    position: absolute;
    height: 100%;
    display: inline-block;
    width: 100%;
    top: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
}

.main_promo_banner_slider .slider-promo-wrap a .promoarea_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.main_promo_banner_slider .slider-promo-wrap a .promoarea_img:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    transition: all 900ms ease;
}

.main_promo_banner_slider .slider-promo-wrap a img {
    display: none;
}

.main_promo_banner_slider .slider-promo-wrap a:hover .promoarea_img {
    transform: scale(1.1);
}

.main_promo_banner_slider .slider-promo-wrap a:hover .promoarea_img:before {
    opacity: 1;
    left: 50%;
    right: 50%;
}

@media screen and (min-width: 991px) {
    .main_promo_banner_slider.slider_promo_left .promosliderwrap {
        float: right;
        padding-left: 15px;
        overflow: hidden;
    }

    .main_promo_banner_slider.slider_promo_left .slider-promo-wrap {
        left: 0;
    }

    .main_promo_banner_slider.slider_promo_right .promosliderwrap {
        float: left;
        padding-right: 15px;
    }
}

@media screen and (max-width: 992px) {
    .main_promo_banner_slider .promosliderwrap {
        padding: 0;
        float: none;
        width: 100%;
    }

    .main_promo_banner_slider .slider-promo-wrap {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .main_promo_banner_slider .slider-promo-wrap {
        margin-top: 15px;
        position: static;
        display: block;
        width: 100%;
    }

    .main_promo_banner_slider .slider-promo-wrap a {
        position: static;
    }

    .main_promo_banner_slider .slider-promo-wrap a img {
        display: block;
        width: 100%;
        height: auto;
    }

    .main_promo_banner_slider .slider-promo-wrap a .promoarea_img {
        display: none;
    }
}


/*==== Slider Layout css close == */

body.header-two header.site-header .topheader_text_wrap.buzz-topheader {
    padding: 0;
    background: #333;
    color: #fff;
}

body.header-two header.site-header .topheader_text_wrap.buzz-topheader .topheader_text_wrap_inner {
    padding-left: 300px;
    position: relative;
}

body.header-two header.site-header .topheader_text_wrap.buzz-topheader .topheader_text_wrap_inner:before {
    position: absolute;
    content: '';
    width: 300%;
    height: 35px;
    background: #fff;
    bottom: 0;
    right: calc(100% - 300px);
    z-index: 9;
}

body.header-two header.site-header .topheader_text_wrap.buzz-topheader .topheader_text_wrap_inner:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 0px;
    border-bottom-width: 35px;
    border-right: 35px solid #333;
    bottom: 0;
    right: calc(100% - 300px);
    z-index: 99;
}

body.header-two header.site-header .topheader_text_wrap.buzz-topheader .topheader_text_wrap_inner .topheader_text {
    float: left;
    width: 310px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
}

body.header-two header.site-header .topheader_text_wrap.buzz-topheader .topheader_text_wrap_inner .topheader_text span {
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 13px;
    line-height: 40px;
    text-transform: uppercase;
}

body.header-two header.site-header .topheader_text_wrap.buzz-topheader .topheader_text_wrap_inner .buzz-topright {
    height: 40px;
    float: right;
    width: calc(100% - 320px);
    text-align: right;
}

body.header-two header.site-header .topheader_text_wrap.buzz-topheader .topheader_text_wrap_inner .buzz-topright .buzz-topright-inner {
    margin-top: 11px;
    display: inline-block;
}

@media screen and (max-width: 980px) {
    body.header-two header.site-header .topheader_text_wrap.buzz-topheader .topheader_text_wrap_inner .topheader_text {
        display: none;
    }

    body.header-two header.site-header .topheader_text_wrap.buzz-topheader .topheader_text_wrap_inner .buzz-topright {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    body.header-two header.site-header .topheader_text_wrap.buzz-topheader .topheader_text_wrap_inner .buzz-topright {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    body.header-two header.site-header .topheader_text_wrap.buzz-topheader .topheader_text_wrap_inner {
        padding-left: 0;
    }

    body.header-two header.site-header .topheader_text_wrap.buzz-topheader .topheader_text_wrap_inner:before,
    body.header-two header.site-header .topheader_text_wrap.buzz-topheader .topheader_text_wrap_inner:after {
        display: none;
    }
}

body.header-two header.site-header .mainlogo_wrap {
    margin: 20px 0;
}

body.header-two header.site-header .mainlogo_wrap .header-logo-container {
    max-width: 300px;
    /*width: 100%;
    float: left;*/
    margin-bottom: 10px;
}

body.header-two header.site-header .mainlogo_wrap .header-logo-container .buzz-site-branding {
    float: none;
    width: 100%;
}

@media screen and (max-width: 980px) {
    body.header-two header.site-header .mainlogo_wrap .header-logo-container .buzz-site-branding {
        margin-bottom: 0;
    }
}

body.header-two header.site-header .mainlogo_wrap .header_info_wrap {
    /*float: right;*/
    width: 75%;
    padding-left: 20px;
}

body.header-two header.site-header .mainlogo_wrap .header_info_wrap>div {
    float: left;
    width: 33.33%;
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

body.header-two header.site-header .mainlogo_wrap .header_info_wrap>div:last-child {
    padding: 0;
}

body.header-two header.site-header .mainlogo_wrap .header_info_wrap>div .header_contact_details_inner {
    position: relative;
    padding-left: 40px;
}

body.header-two header.site-header .mainlogo_wrap .header_info_wrap>div .header_contact_details_inner .fa_icon i.fa {
    position: absolute;
    top: 3px;
    left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #86bc42;
    color: #86bc42;
    border-radius: 100%;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

.header_info_wrap .phone_header a:hover span,
.header_info_wrap .email_header a:hover span {
    color: #86bc42;
}

body.header-two header.site-header .mainlogo_wrap .header_info_wrap>div .header_contact_details_inner .header_contact_details_inner_content>span {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #686868;
}

body.header-two header.site-header .mainlogo_wrap .header_info_wrap>div .header_contact_details_inner .header_contact_details_inner_content>a,
body.header-two header.site-header .mainlogo_wrap .header_info_wrap>div .header_contact_details_inner .header_contact_details_inner_content>span.location {
    display: block;
    color: #333;
    font-weight: normal;
    text-transform: none;
}

@media screen and (max-width: 980px) {
    body.header-two header.site-header .mainlogo_wrap .header_info_wrap {
        padding-left: 30px;
    }

    body.header-two header.site-header .mainlogo_wrap .header_info_wrap>div {
        float: none;
        width: 100%;
    }

    body.header-two header.site-header .mainlogo_wrap .header_info_wrap>div .header_contact_details_inner {
        padding-left: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    body.header-two header.site-header .mainlogo_wrap .header_info_wrap>div .header_contact_details_inner .fa_icon {
        padding-right: 10px;
        display: inline-block;
    }

    body.header-two header.site-header .mainlogo_wrap .header_info_wrap>div .header_contact_details_inner .fa_icon i.fa {
        position: static;
    }

    body.header-two header.site-header .mainlogo_wrap .header_info_wrap>div .header_contact_details_inner .header_contact_details_inner_content>span {
        display: inline-block;
    }

    body.header-two header.site-header .mainlogo_wrap .header_info_wrap>div .header_contact_details_inner .header_contact_details_inner_content>a,
    body.header-two header.site-header .mainlogo_wrap .header_info_wrap>div .header_contact_details_inner .header_contact_details_inner_content>span.location {
        display: inline-block;
    }
}


/*@media screen and (max-width: 767px) {
    body.header-two header.site-header .mainlogo_wrap .header_info_wrap {
        display: none;
    }
}*/

@media screen and (max-width: 980px) {
    body.header-two header.site-header .mainlogo_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

body.header-three header.site-header .buzz-site-branding {
    float: none;
    width: 100%;
    text-align: center;
    padding: 30px 0px;
}

body.header-three header.site-header .buzz-site-branding .buzz-logowrap {
    float: none;
    display: inline-block;
}

body.header-three header.site-header .buzz-site-branding .buzz-logowrap .buzz-logo {
    float: none;
    text-align: center;
    margin: 0;
}

body.header-three header.site-header .buzz-site-branding .buzz-logowrap .buzz-logo-title {
    float: none;
}

body.header-three header.site-header .buzz-site-branding .buzz-logowrap img {
    display: inline-block;
    max-height: 80px;
    width: auto;
}

body.header-four header.site-header {
    background: #86bc42;
}

body.header-four header.site-header .product-search-field,
body.header-four header.site-header .header-search_filter .formDropdown {
    color: #fff;
}

body.header-four header.site-header .buzz-site-title a {
    color: #fff;
}

body.header-four header.site-header select {
    border-color: #fff;
}

body.header-four header.site-header select option {
    margin: 5px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

body.header-four header.site-header .header-search_filter i {
    color: #fff;
}

body.header-four header.site-header input.product-search-field {
    border-color: #fff;
}

body.header-four header.site-header input.product-search-field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

body.header-four header.site-header input.product-search-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

body.header-four header.site-header input.product-search-field:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

body.header-four header.site-header input.product-search-field:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

body.header-four header.site-header button.product-search {
    border-color: #fff;
    background-color: #fff;
    padding: 0;
}

body.header-four header.site-header button.product-search i.fa {
    color: #86bc42;
}

body.header-four header.site-header .buzz-cart-main:before {
    background: #fff;
    color: #86bc42;
    border-right: 1px solid #dadada;
}

body.header-four header.site-header .view-cart a {
    border: none;
    /*text-align:right;*/
}

body.header-four header.site-header .buzz-block-subtitle {
    background: #333;
}


/**
 * Header Layout One
*/

.header-one .buzz-main-header .buzz-header-wrap,
.header-four .buzz-main-header .buzz-header-wrap {
    display: table;
    width: 100%;
}

.header-one .buzz-main-header .buzz-header-wrap>*,
.header-four .buzz-main-header .buzz-header-wrap>* {
    display: table-cell;
    vertical-align: middle;
}


/**
 * Header Layout Two
*/

.header-two .mainlogo_wrap {
    display: table;
    width: 100%;
}

.header-two .mainlogo_wrap>* {
    display: table-cell;
    vertical-align: middle;
}

.buzz-main-header .woocommerce-product-search input[type="search"] {
    width: 75%;
    height: 55px;
}

.buzz-main-header .woocommerce-product-search button {
    padding: 13px 15px;
    margin-left: -5px;
    height: 55px;
    border-radius: 0 4px 4px 0;
}

.header-four .buzz-main-header .woocommerce-product-search button {
    color: #86bc42;
    background: #fff;
    font-weight: bold;
}


/* ===== Header Four Main ==== */

.header-four .buzz-menulink {
    background-color: #86bc42;
    /*border-top: 0;*/
}

.header-four .buzz-menulink ul li:hover>a,
.header-four .buzz-menulink ul ul>li:hover>a,
.header-four .buzz-menulink ul ul>li.current_page_item a,
.header-four .buzz-menulink ul>li.current-menu-item>a {
    color: #555;
}

.header-four .buzz-menulink ul li a {
    color: #fff;
}


/* ----New Navbar css-------- */


/* ----Header layout five and six-- */


/* ----Notification---- */

.notification {
    color: #c6c6c6;
}

.notification strong {
    color: #86bc42;
}


/* ----contact-us---- */

.contact-us ul {
    list-style: none;
}

.header-five .contact-us li {
    margin: 8px 0;
}

.contact-us li span {
    margin-right: 10px;
}


/* ----categories-filter---- */

.categories-filter.header-search_filter .formDropdown {
    border: none;
    text-transform: uppercase;
    font-weight: 500;
}

.categories-filter.header-search_filter {
    width: unset;
    float: left;
}


/* ----round-search---- */

.buzz-main-header.header-six .product-search .header-search_filter .formDropdown {
    border-radius: 25px 0 0 25px;
}

.buzz-main-header.header-six .product-search .product-search-field,
.buzz-main-header.header-six .product-search button.product-search {
    border-radius: 0 25px 25px 0;
}

.header-five.buzz-main-header .buzz-container,
.header-six.buzz-main-header .buzz-container,
.header-seven.buzz-main-header .buzz-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-five.buzz-main-header .woocommerce-product-search,
.header-six.buzz-main-header .woocommerce-product-search,
.header-seven.buzz-main-header .woocommerce-product-search {
    width: 100%;
}

.round-search .product-search .form-group,
.rectangle-search .product-search .form-group {
    position: unset;
    width: 100%;
}


/* ---wishlist-section--- */

.wishlist-section {
    display: inline-block;
    width: 20%;
    text-align: right;
}

.wishlist-section li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #86bc42;
    text-align: center;
    border-radius: 100%;
    font-size: 18px;
    color: #fff;
    margin: 0 8px;
}


/* header layout seven */

.buzz-menulink.header-seven {
    background-color: #000;
    border: none;
}


/* --rectangle-search-- */

.rectangle-search .header-search_form button.product-search {
    border-radius: 0 4px 4px 0;
}

.rectangle-search .header-search_form .product-search-field {
    border-radius: 4px;
    border-left: 1px solid #ccc;
}

.wishlist-section.rectangle li {
    border-radius: 2px;
}

.buzz-menulink.header-seven ul li a {
    color: #d7d5d5;
}

.buzz-menulink.header-seven .categories-filter.header-search_filter {
    background-color: #fff;
    border-radius: 0;
}

.buzz-menulink.header-seven ul li.page_item_has_children a,
.buzz-menulink.header-seven ul ul.sub-menu li a {
    color: #333;
}

.buzz-menulink.header-seven>div>div>ul>li {
    margin: 0 12px;
}

.buzz-menulink.header-seven ul>li.current-menu-item>a {
    background-color: #fff;
    padding: 18px 25px;
    border-radius: 0;
}

@media (min-width: 881px) {
    .header-four .buzz-menulink ul ul {
        background-color: #86bc42;
    }

    .header-four .buzz-menulink ul>li.menu-item-has-children>a:after,
    .header-four .buzz-menulink ul>li.page_item_has_children>a:after {
        color: #fff;
    }
}

@media screen and (max-width: 980px) {

    .header-one .buzz-main-header .buzz-header-wrap>*,
    .header-four .buzz-main-header .buzz-header-wrap>* {
        display: block;
    }

    body.header-two header.site-header .mainlogo_wrap .header-logo-container {
        margin-right: 50px;
    }

    body.header-two header.site-header .mainlogo_wrap .header_info_wrap {
        width: 50%;
        padding-left: 20px;
    }

    body.header-two header.site-header .mainlogo_wrap .header_info_wrap>div:last-child {
        padding: 0px 10px;
    }

    .header-five.buzz-main-header .buzz-container,
    .header-six.buzz-main-header .buzz-container,
    .header-seven.buzz-main-header .buzz-container {
        display: unset;
    }

    /* ---round-search-- */
    .round-search.header-search {
        width: 66%;
    }

    /* ---contact-us-- */
    .contact-us {
        display: block;
        text-align: center;
    }

    /* --wishlist-- */
    .wishlist-section {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}

@media screen and (max-width: 770px) {
    .buzz-header-wrap .buzz-cart-main {
        display: none !important;
    }

    .buzz-menulink .buzz-cart-main {
        display: block;
        width: auto;
    }

    .view-cart a {
        border: 0;
        background: transparent;
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    body.header-two header.site-header .mainlogo_wrap .header-logo-container {
        margin: 0;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .header-two .mainlogo_wrap>* {
        display: block;
    }

    body.header-two header.site-header .mainlogo_wrap {
        display: block;
    }

    body.header-two header.site-header .mainlogo_wrap .header_info_wrap {
        width: 100%;
        padding-left: 0;
    }

    .buzz-paralax {
        background-attachment: inherit !important;
        min-height: 200px;
        padding: 50px 0;
    }

    .breadcrumbswrap ul {
        margin: 0;
    }
}

@media screen and (max-width: 570px) {

    /* ---round-search-- */
    .round-search.header-search .header-search_form button.product-search {
        top: 0;
    }

    .round-search.header-search .header-search_form .product-search-field,
    .rectangle-search .header-search_form .product-search-field {
        border-radius: 30px;
    }

    .round-search.header-search {
        width: 100%;
    }
}


/* ===== teams single page open==== */

.single-team-related {
    text-align: center;
}

.single-team-related ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-team-related ul li {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}

.single-team-related .related-team-image {
    line-height: 0;
    position: relative;
}

.single-team-related .related-team-image a {
    display: block;
    position: relative;
}

.single-team-related .related-team-image a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 99;
}

.single-team-related .related-team-image a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    z-index: 999;
    line-height: 50px;
    text-align: center;
    opacity: 0;
}

.single-team-related .related-team-image a img {
    width: 100%;
}

.single-team-related .related-team-image a:hover:before {
    opacity: 0.7;
}

.single-team-related .related-team-image a:hover:after {
    opacity: 1;
}

.team-details {
    padding: 20px 0px;
}

.team-details h4 {
    font-size: 18px;
    font-weight: 700;
    color: #86bc42;
    text-transform: uppercase;
    margin: 10px 0;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 0;
}

.team-details h4 a {
    color: #86bc42;
    text-transform: uppercase;
}

.team-details .team-post-title {
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 1;
    letter-spacing: 1px;
    display: block;
}

.team-details .team-email-address {
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    display: block;
}

.team-details .social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-details .social-icons li {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0;
}

.team-details .social-icons li a {
    display: block;
    width: 40px;
    height: 40px;
    background: #86bc42;
    color: #fff;
    line-height: 40px;
    border: 1px solid #86bc42;
    border-radius: 4px 0 4px 0;
}

.team-details .social-icons li:hover a {
    color: #86bc42;
    background: transparent;
}

.single-team-image {
    width: 33.33%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.single-team-image .team-image {
    line-height: 0;
}

.single-team-image .team-image img {
    width: 100%;
}

.single-team-desc {
    float: right;
    width: 66.66%;
    padding-left: 15px;
    padding-right: 15px;
}

.description {
    color: #8b8b8b;
    font-size: 16px;
}

.single-team-desc .description p {
    margin-top: 0;
    margin-bottom: 15px;
}

.single-team-desc .description h5 {
    font-size: 18px;
    color: #333333;
    margin: 15px 0;
    font-weight: 600;
}

.single-team-wrap {
    margin-bottom: 50px;
}

@media (max-width: 900px) {
    .single-team-related ul li {
        width: 50%;
    }
}

@media (max-width: 600px) {

    .single-team-image,
    .single-team-desc,
    .single-team-related ul li {
        width: 100%;
        float: none;
    }
}


/* ===== teams single page close==== */

.woocommerce td.product-name dl.variation {
    display: none;
}


/**
 * Update CSS
*/

.buzz-viewcartproduct .widget_shopping_cart .variation {
    display: none;
}


/**
 * Contact 7 Plugins defult css
*/

div.wpcf7 {
    background-color: #f9f9f9;
    padding: 20px;
}

.wpcf7 label {
    display: block;
    margin-bottom: 15px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 10px;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
    background-color: #86bc42;
    border: 1px solid #86bc42;
    text-align: center;
    text-transform: uppercase;
    float: right;
    padding: 10px 20px;
    color: #fff;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover {
    background: transparent;
    border: 1px solid #86bc42;
    color: #86bc42;
}

body.elementor-editor-active .buzzstorepro-preloader {
    display: none !important;
}


/** dokan plugin css */

.dokan-form-control {
    padding: 4px 6px !important;
}

.dokan-table {
    border: 1px solid #ccc;
}

.dokan-dashboard .dokan-dashboard-wrap {
    padding: 20px 0;
    max-width: 1170px;
    margin: 0 auto;
}

.dokan-store #primary {
    width: 100%;
}

.dokan-store #secondaryright,
.dokan-store #secondaryleft {
    display: none;
}


/**
 *Dokan Plugin compatible
 */

.dokan-dashboard .breadcrumbswrap {
    display: none;
}

.search-form {
    position: relative;
}

.search-form:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    right: 24px;
    position: absolute;
    top: 18px;
    z-index: 9;
    font-weight: 900;
    color: #fff;
    font-size: 16px;
}

.search-form input[type="search"] {
    border-radius: 30px;
    padding: 0px 20px;
    height: 55px;
    width: 100%;
    border: 1px solid #ccc;
}

.search-form input[type="submit"] {
    width: 70px;
    border-radius: 0px 30px 30px 0px;
    height: 55px;
    position: absolute;
    right: 0;
}

.search-form .search-submit:hover~.search-form:before {
    color: #000;
}