/*!
Theme Name: Cleania
Theme URI: https://cleania.xyz/
Author: Saiful Islam
Author URI: https://profiles.wordpress.org/codersaiful/
Description: A clean and very simple WooCommerce theme. All content is customizeable from Theme Option. Basically made for Ecommerce website of WordPress.
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cleania
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, e-commerce, right-sidebar, sticky-post, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
    ## RSS
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Common
# Header
    ## Header Slim
    ## Sticky Header
# Content
# Footer
# Table
# WooCommerce
    # Mini Cart
    # WooCommerce Default
    # Shop Pagination
# Category Section
# Block Guteberge
# Blog
# Blog/Page Comments
# Social
# Slider
# WordPress Default
# CompatibleElementor
# WooCommerce Plugin Style
    # YITH Plugin
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700&display=swap&subset=devanagari,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap');
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

*
{
    outline: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #696969;
	font-family: 'Roboto', sans-serif;/*'Poppins', sans-serif;*/
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
        font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
        font-family: 'Poppins', sans-serif;
	clear: both;
        font-weight: 500;
}

p {
	margin-bottom: 1em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
    margin: 1em 1.5em;
    border-left: 2px solid #396584;
    padding: 1em;
    background: rgba(239, 239, 239, 0.48);
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 1px 1em 14px 1em;
}
.has-large-font-size {
    line-height: 46px;
}
.has-medium-font-size {
    line-height: 32px;
}
p[style^='font-size'] {
    line-height: normal;
}

address {
	margin: 0 0 1.5em;
}

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: 0.9375rem;
    background: #ddd;
    display: inline-block;
    padding: 0px 3px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
        text-decoration: none;
	/* Fallback for when there is no custom background color defined. */
}
u {
    text-decoration: underline;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.widget-area ul,
.site-footer ul,
.widget-area ol,
.site-footer ol 
{
    margin: 0;
    padding: 0;
}
/*margin: 0 0 1.5em 3em;*/
.widget-area ul>li,
.site-footer ul>li
{
    list-style: none;
}

.widget-area ul>li:before,
.site-footer ul>li:before
{
    content: '\e801';
    font-family: "fontello";
    margin-right: 6px;
}
.main-navigation li:before,
.cleania-cart-wrapper  li:before,
nav  li:before,.products li:before
{
    content: none;
}
ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

.widget-area li > ul,
.site-footer li > ul,
.widget-area li > ol,
.site-footer li > ol 
{
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: none;
    /* border-color: #ccc #ccc #bbb; */
    border-radius: 0;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 100%;
    line-height: 1;
    padding: 1em 1.9em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/*border-color: #ccc #bbb #aaa;*/
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	/*border-color: #aaa #bbb #bbb;*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 6px 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
    border: 1px solid rgba(239, 239, 239, 0.78);
    padding: 6px;
    display: inline-block;
    width: 100%;
}

textarea {
    width: 100%;
    max-width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,.woocommerce-cart .entry-content a {
	color: #396584;/*#3e4549;*/
        text-decoration: none;
}
.entry-content a {
	color: #00bcd4;
}
.entry-content a:hover {
    text-decoration: underline;
}
.entry-meta a {
    text-decoration: underline;
    font-weight: 500;
}
/*
body.page .entry-content a,
body.archive .entry-content a,
body.blog .entry-content a,
body.single .entry-content a
{
	color: #00bcd4;
}
body.archive .entry-content a:hover,
body.blog .entry-content a:hover,
body.single .entry-content a:hover
{
    text-decoration: underline;
}
body.archive .entry-meta a,
body.blog .entry-meta a,
body.single .entry-meta a
{
    text-decoration: underline;
}
*/
/*
a:visited {
	color: #424a4f;
}
*/
a:hover, a:focus, a:active {
	color: #00BCD4;/*#88d478;*/
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation,.main-navigation a {
    font-family: 'Poppins', sans-serif;
    color: #696969;
}
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
        text-align: center;
}
.main-navigation div#primary-menu,.main-navigation>div {
    width: 100%;
}
body.woocommerce-active .main-navigation div#primary-menu,
body.woocommerce-active .main-navigation>div {
    width: 85%;
    margin: auto;
}


.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

#site-navigation>div#primary-menu>ul,
#site-navigation>div>ul#primary-menu{
    text-align: center;
    width: 100%;
    padding: 0;
}
#site-navigation>div#primary-menu>ul>li,
#site-navigation>div>ul#primary-menu>li{
    display: inline-block;
}

#site-navigation>div#primary-menu>ul>li a, #site-navigation>div>ul#primary-menu>li a {
    display: block;
    padding: 10px 15px;
    font-weight: 400;
}
#site-navigation>div#primary-menu>ul li>a:hover,
#site-navigation>div>ul#primary-menu li>a:hover,
#site-navigation>div>ul#primary-menu li.current_page_parent>a,
#site-navigation>div>ul#primary-menu li.current-menu-item>a,
#site-navigation>div>ul#primary-menu li.current_page_item>a,
#site-navigation>div#primary-menu>ul li>a:active
{color:#00BCD4;font-weight: 400;} /*font-weight: bold;*/
.main-navigation ul.sub-menu,.main-navigation ul.children {
    padding-left: 15px;
    padding-right: 0;
}
.main-navigation li.menu-item-has-children>a:after,
.main-navigation li.page_item_has_children>a:after
{
    content: '\e818';
    padding-left: 6px;
    font-family: "fontello";
}
.main-navigation ul li li.menu-item-has-children>a:after {
    float: right;
    border: 1px solid #ddd;
    text-align: center;
    padding: 0 6px;
    line-height: 1.2em;
    margin-top: 2px;
}

#primary-menu li.menu-item a:hover , #primary-menu li.menu-item ul.sub-menu li a:hover,
#primary-menu li.page_item a:hover, #primary-menu li.page_item ul.children li a:hover
{
    color: #3a3838;
}

body.cleania-body ul#primary-menu>li.menu-item:hover:after ,body.cleania-body ul#primary-menu>li.current-menu-item:after,
body.cleania-body #primary-menu>ul>li.page_item:hover:after ,body.cleania-body #primary-menu>ul>li.current_page_item:after{
    content: "";
    width: 80%;
    height: 2px;
    background: #00BCD4;
    bottom: 0px;
    position: absolute;
    left: 10%;
}


body.cleania-body .main-navigation ul#primary-menu ul,
body.cleania-body .main-navigation #primary-menu ul ul{
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

body.cleania-body .main-navigation ul#primary-menu ul.sub-menu li,
body.cleania-body .main-navigation #primary-menu ul ul.children li
{
    text-align: left;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle{
        font-size: medium;
}
.menu-toggle,ul#primary-menu{
    margin-top: 26px;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}    
}


/*comment navigation*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.comment-respond label {
    display: block;
    padding: 0;
    margin-bottom: 8px;
    font-weight: 500;
}

.comment-respond input[type=text], .comment-respond input[type=email],.comment-respond input[type=url] {
    width: 100%;
}
.comment-respond span.required,span.required {
    color: #FF5722;
}

.comment-respond .comment-form-cookies-consent label {
    display: inline;
    padding: initial;
    padding-left: unset;
    border-left: unset;
    margin: inherit;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear: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;
}

.clear: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%;
}
div.calendar_wrap table td,div.calendar_wrap table th {
    padding: 7px;
    line-height: .9em;
}
/*Search Button WooCommerce*/
form.woocommerce-product-search,
form.search-form {position: relative;overflow: hidden;}


form.woocommerce-product-search button[type=submit]{
    font-size: 0;
    line-height: 12px;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    border: 0px solid #ddd;
    padding-left: 48px;
    overflow: hidden;
    border-radius: 0;
}
form.search-form input.search-submit[type=submit] {
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    border: 0px solid #ddd;
    overflow: hidden;
    z-index: 1;
    border-radius: 0;
    font-weight: 400;
    font-size: small;
}
form.woocommerce-product-search button[type=submit]:before/*form.search-form input[type=submit]:before*/
{
    font-family: "fontello";
    content: '\e811';
    position: absolute;
    height: 100%;
    color: white !important;
    top: 0;
    left: 0;
    z-index: 3;
    line-height: 37px;
    padding-left: 18px;
    font-size: 17px;
}

input.search-field {width: 100%;padding: 5px 6px;}

aside#secondary>section {
    padding: 3px 20px 23px 20px;
    border: 1px solid #f1f1f1;
}
aside#secondary>.widget_search, 
aside#secondary>.widget_product_search {
    padding: 17px;
}
aside.widget-area {
    float: left;
    width: 27%;
}
body.post-type-archive-product aside.widget-area {
    margin-top: 112px;
}

.widget-area input.search-field,
.cleania_ctm_search_form_area input.search-field
{
    border: none;
    background: rgba(239, 239, 239, 0.48);
    padding-left: 12px;
}

.recentcomments a,
.widget_recent_entries a
{
    font-weight: 500;
}

.tagcloud a,.wp-block-tag-cloud a{
    display: inline-flex;
    padding: 1px 5px;
    background: rgba(239, 239, 239, 0.48);
    margin-bottom: 4px;
    border-radius: 4px;
}

/*For WooCommrce Part*/
.widget.widget_products .star-rating {
    margin-bottom: 7px;
}
li.wc-layered-nav-rating {
    margin-bottom: 8px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    margin-bottom: 2px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    border-bottom: 1px solid rgba(239, 239, 239, 0.78);
    padding-bottom: 15px;
    margin-bottom: 13px;
}
.woocommerce ul.cart_list li:last-child, .woocommerce ul.product_list_widget li:last-child{
    border-bottom: none;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 55px;
}
.woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #3a6584;
    padding: 14px 0 0;
    /*color: #3a6584;*/
}
aside#secondary>.widget.widget_products,
aside#secondary>.widget.widget_recently_viewed_products{padding-bottom: 3px;}


.widget.widget_price_filter .price_slider_wrapper{
    margin-top: 30px;
    display: block;
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content{}
.widget.widget_price_filter .price_slider_amount{
    margin-top: 30px;
}
.widget.widget_price_filter .price_slider_amount .button{
    padding-left: 30px;
    padding-right: 30px;
}
.widget.widget_price_filter .price_slider_amount .price_label{
    margin-top: 6px;
    display: inline-block;
    font-size: 16px;
}
.widget.widget_calendar caption {
    font-size: large;
    font-weight: 500;
    text-align: left;
    padding-bottom: .5em;
}


.widget.widget_calendar table,
.widget.widget_calendar table tbody,
.widget.widget_calendar table tbody td,
.widget.widget_calendar table thead,
.widget.widget_calendar table tr,
.widget.widget_calendar table td{border-collapse: collapse;}

.widget.widget_calendar td a {
    color: #396584;
    font-weight:500
}

.widget.widget_calendar td a:hover {
    color: #00BCD4;
}

.widget.widget_calendar tbody td#today{
    font-weight: 500;
    background: rgba(239, 239, 239, 0.48);
}
.widget.widget_recent_entries ul li:before{display: none;}
.widget.widget_recent_entries li{
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(239, 239, 239, 0.78);
    padding-bottom: 10px;
}
.widget.widget_recent_entries li:last-child{
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: unset;
}
.widget.widget_recent_entries li span.post-date {
    display: block;
    font-size: 14px;
}
aside#secondary>.widget.widget_calendar {
    padding-bottom: 10px;
}

/** # RSS **/
.widget.widget_rss{}
.widget.widget_rss .rss-date{font-size: 14px;}
.widget.widget_rss ul li a.rsswidget{font-size: large;}
.widget.widget_rss .rssSummary{}
.widget.widget_rss li:before{display: none;}
.widget.widget_rss li {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(239, 239, 239, 0.78);
    padding-bottom: 20px;
}
.widget.widget_rss li:last-child{
    margin-bottom: 12px;
    border-bottom: none;
    padding-bottom: unset;
}
.widget.widget_rss .rss-date,
.widget.widget_rss .rssSummary,
.widget.widget_rss li cite
{
    margin-top: 7px;
    display: block;
}
.widget.widget_rss li cite{color: #396584;}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area h1,.content-area h2,.content-area h3 {
    color: #396584;
}

/** #404 Page **/
.error404 .content-area input.search-field,body article input.search-field,body .entry-content .search-field {
    border: none;
    background: rgba(239, 239, 239, 0.48);
    padding-left: 12px;
}
.error404 .content-area input.search-field{padding: 30px;font-size: large;}
.error404 .content-area form.search-form input.search-submit[type=submit] {
    font-size: large;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comments-area input#submit {
    padding: .918em 1.8em;
    font-size: 107%;
}

.comments-area p.form-submit {
    padding: 0;
}

.comments-area p.comment-form-comment {
    margin-bottom: 0;
}

#comments ol.comment-list{
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
}
#comments ol.comment-list li.comment ol.children {
    padding: 15px 30px;
    width: 100%;
    list-style: none;
}
#comments ol.comment-list li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
}
#comments ol.comment-list li img.avatar.photo {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
}
#comments ol.comment-list li article.comment-body {
    margin: 0 0 7px 50px;
    border: 1px solid #e4e1e3;
    border-radius: 0;
    padding: 1em 1em 0;
}
#comments ol.comment-list li article.comment-body footer.comment-meta .comment-author {
    font-size: .83em;
}
#comments ol.comment-list li div.comment-metadata a time{
    color: #777;
    font-size: .75em;
}
/*--------------------------------------------------------------
# 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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;
}

/*--------------------------------------------------------------
## Common
--------------------------------------------------------------*/
body.fullwidth .site-header,body.fullwidth .site-content,body.fullwidth .site-footer{
    display: block;
    width: 100%;
}
div.site-page,.site-header {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    padding-bottom: 35px;
}
body.cleania-body.fullwidth .site-page,
body.cleania-body.fullwidth .site-header
{
    width: 100%;
}
div.content-area {
    margin-bottom: 30px;
}
.sidebar-available .content-area {
    float: left;
    width: 73%;
    margin-bottom: 30px;
}
main#main {
    margin-right: 40px;
}
.no-sidebar .content-area {
    width: 100%;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header .site-branding{
    text-align: center;
}
header.site-header {
    padding-bottom: 50px;
}

.custom_banner_wrapper{width: 100%;text-align: center;padding: 0;margin: 0;}
.custom_banner_image{width: 100%;height: auto;padding: 0;margin: 0;}

header.page-header .page-title {
    font-weight: 600;
    font-size: 2.5em;
    color: #396584;
    padding-bottom: 18px;
    text-transform: inherit;
    line-height: 1.3em;
    margin-top: 0;
}
header.page-header .page-title:after {
    content: '';
    background: #396584;
    width: 110px;
    height: 2px;
    display: block;
    margin-top: 25px;
}
.cleania_ctm_search_form_area form.woocommerce-product-search,
.cleania_ctm_search_form_area form.search-form,
.header_shortcode_area form.woocommerce-product-search,
.header_shortcode_area form.search-form

{
    width: 500px;
    margin: auto;
    max-width: 100%;
}
.cleania_ctm_search_form_area{margin-bottom: 10px;}
.header_shortcode_area{margin-bottom: 0;}
.header_shortcode_area+.site-header{padding-top: 10px;}
p.site-description {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #396584;
    clear: both;
    box-sizing: border-box;
    display: block;
}

.cleania_ctm_search_form_area {
    margin: 10px auto;
    padding: 17px;
    border: 1px solid #f1f1f1;
    display: table;
}
.cleania_ctm_search_form_area form.woocommerce-product-search button[type=submit] {
    color: white;
    left: unset;
    right: 0;
    top: 0;
    overflow: visible;
    text-align: center;
    padding: initial;
    width: 80px;
}
.cleania_ctm_search_form_area form.woocommerce-product-search button[type=submit]:before {
    content: inherit;
    position: static;
    display: none;
}

/*-----------------
## Header Slim
-------------------*/
.header-wrapper.header-slim{}
.header-wrapper.header-slim header.site-header {
    padding-bottom: 30px;
    padding-top: 25px;
}
.header-slim .site-branding,
.header-slim .cleania_ctm_search_form_area,
.header-slim .social_networks_wrapper{
    width: 32.33%;
    display: inline-block;
    vertical-align: middle;
}
.header-slim #site-navigation>div#primary-menu>ul, 
.header-slim #site-navigation>div>ul#primary-menu {
    text-align: left;
    width: 100%;
}
.header-slim #site-navigation>div#primary-menu>ul>li a, 
.header-slim #site-navigation>div>ul#primary-menu>li a {
    padding: 10px 25px 10px 0;
}
body.woocommerce-active .header-slim .main-navigation div#primary-menu, 
body.woocommerce-active .header-slim .main-navigation>div {
    width: 100%;
    margin: unset;
}
.header-slim .header-top{display: block;width: 100%;}
.header-slim .site-branding{
    text-align: left;
}
.header-wrapper.header-slim .cleania_ctm_search_form_area {
    margin: 5px auto;
    padding: 9px;
}
.header-wrapper.header-slim ul.social_networks>li.social_li a {
    font-size: 20px;
    padding: 4px;
}

.header-wrapper.header-slim .social_networks_wrapper {
    margin-bottom: 0;
}
.header-wrapper.header-slim ul.social_networks {
    text-align: center;
}
.header-slim .site-branding p.site-description {
    font-size: 16px;
    font-weight: 400;
    text-transform: initial;
    padding: 0;
    margin: 0;
}
body.cleania-body .header-slim ul#primary-menu>li.menu-item:hover:after, 
body.cleania-body .header-slim ul#primary-menu>li.current-menu-item:after, 
body.cleania-body .header-slim #primary-menu>ul>li.page_item:hover:after, 
body.cleania-body .header-slim #primary-menu>ul>li.current_page_item:after {
    width: 63%;
    height: 1px;
    left: 0;
}
.header-slim .site-branding h1.site-title{}
.header-wrapper.header-slim{}
.header-wrapper.header-slim{}
.header-wrapper.header-slim{}
.header-wrapper.header-slim{}
.header-wrapper.header-slim{}
.header-wrapper.header-slim{}
.header-wrapper.header-slim{}

.header-wrapper.header-slim .cleania-cart-wrapper {
    position: fixed;
    top: 56px;
    right: 20px;
    z-index: 5;
}

/*-----------------
## Sticky Header
-------------------*/
.site.header-wrapper.header-wrapper-stick {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: white;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    padding-top: 10px;
}

.header-wrapper.header-wrapper-stick.header-one .social_networks_wrapper,
.header-wrapper.header-wrapper-stick  p.site-description{display: none;}
.header-wrapper.header-wrapper-stick header.site-header {
    padding-bottom: 10px;
    padding-top: 17px;
}
body.admin-bar .header-wrapper.header-wrapper-stick header.site-header {
    padding-top: 38px;
}

.header-one.header-wrapper.header-wrapper-stick header.site-header a.logo-link, .header-one.header-wrapper.header-wrapper-stick header.site-header .cleania_ctm_search_form_area {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.header-one.header-wrapper.header-wrapper-stick .cleania_ctm_search_form_area {
    padding: 10px;
}
.header-one.header-wrapper.header-wrapper-stick{}


/***When Only Sticky Menu Enable****/
body.sticky-only-menu .site.header-wrapper.header-wrapper-stick .site-branding,
body.sticky-only-menu .site.header-wrapper.header-wrapper-stick .header-top
{display: none;}
body.sticky-only-menu .site.header-wrapper.header-wrapper-stick header.site-header {
    padding-bottom: 0px;
    padding-top: 0;
}
body.sticky-only-menu  .header-wrapper.header-slim.header-wrapper-stick .cleania-cart-wrapper {
    top: 24px;
}
body.sticky-only-menu  .header-wrapper.header-one.header-wrapper-stick .cleania-cart-wrapper {
    float: right;
    position: relative;
    right: 0;
    top: 15px;
    height: 0;
    z-index: 5;
}
body.sticky-only-menu .header-one.header-wrapper-stick .main-navigation div#primary-menu, 
body.sticky-only-menu .header-one.header-wrapper-stick .main-navigation>div {
    width: 100%;
    margin: unset;
}
body.sticky-only-menu.woocommerce-active .header-one.header-wrapper-stick .main-navigation div#primary-menu, 
body.sticky-only-menu.woocommerce-active .header-one.header-wrapper-stick .main-navigation>div {
    width: 85%;
    margin: unset;
}
body.sticky-only-menu  .header-one.header-wrapper-stick #site-navigation>div#primary-menu>ul, 
body.sticky-only-menu  .header-one.header-wrapper-stick #site-navigation>div>ul#primary-menu {
    text-align: left;
    width: 100%;
    padding: 0;
}




/*-----------------
## Header Animation && Comon Responsive Issue
-------------------*/
.sticky-header:not(.sticky-only-menu) .header-wrapper-stick .menu-toggle,
.sticky-header:not(.sticky-only-menu) .header-wrapper-stick ul#primary-menu {
    margin-top: 0;
}
.site.header-wrapper.header-wrapper-stick{
    animation: header_fadein .5s 1;
}
@keyframes header_fadein {
  from {opacity: 0;top: -88px;}
  to {opacity:1;top: 0px;}
}
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
body.page.cleania-body .content-area.full-width{width: 100%;}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer.site-footer, footer.site-footer p, footer.site-footer ul, footer.site-footer ol, footer.site-footer u, footer.site-footer i, footer.site-footer span, footer.site-footer strong, footer.site-footer div {
    color: #717a80;
}
footer.site-footer .site-info {
    text-align: center;
    padding: 15px 0;
    clear: both;
    width: 100%;
}
footer.site-footer{
    background-color: #f3f4f5;/*#f6f6f6*/
    padding-top: 30px;
    margin-top: 30px;
}

.woocommerce-store-notice, p.demo_store{
    bottom: 0;
    position: fixed !important;
    top: inherit !important;
    background-color: #396584;
}
div#footer-sidebar .widget {
    width: 25%;
    float: left;
    position: relative;
    overflow-x: hidden;
    padding-right: 28px;
}

div#footer-sidebar {
    width: 100%;
    clear: both;
}
div#footer-sidebar ul, div#footer-sidebar ol {
    padding: 0;
}
.widget .widget-title,.widget h2 {
    color: #396584;
    display: block;
    clear: both;
    position: relative;
    padding-bottom: 15px;
    line-height: 1.5em;
    text-transform: capitalize;
}
.widget .widget-title:after,.widget h2:after{
    content: "";
    width: 15%;
    height: 2px;
    background:#396584;
    position: absolute;
    left: 0;
    bottom: 0;
}
footer.site-footer a {
    color: #292e31;
}
footer.site-footer a:hover {
    color: #adadad;
}
footer.site-footer form, footer.site-footer input, footer.site-footer button {
    max-width: 90%;
    /*margin: auto;*/
}
.footer_inside_content {
    clear: both;
    width: 100%;
    padding: 15px 0;
}
/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/
table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
table th,table td {
    vertical-align: middle;
}
table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
table tr:first-child td {
    border-top: none;
}
table tr th {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
table.shop_table tr th {
    border-bottom: none;
}


/*table tr,table td,table th,table,table tbody,table thead,table tfoot
table td,table th{
    border: 1px solid rgba(0,0,0,.03);
    border-collapse: collapse;
}
*/





/*--------------------------------------------------------------
## WooCommerce
--------------------------------------------------------------*/

/*Mini Cart*/
.widget.woocommerce.widget_shopping_cart h2.widgettitle {
    margin: 0;
    padding: 3px 0 4px 0;
    background: #eaeff359;
    color: #000000;/*#396584;*/
}
.cleania-cart-wrapper .woocommerce ul.cart_list {
    max-height: 450px;
    overflow: auto;
}
.cleania-cart-wrapper {
    float: right;
}

.cleania-cart-wrapper .widget.woocommerce.widget_shopping_cart {
    display: none;
    width: 300px;
    position: absolute;
    right: 0;
    z-index: 125;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 3px 15px #0000002b;/*-2px 2px 5px 1px #1f1f1f57;*/
    border-top: 12px solid #00bcd4;
    margin-top: 27px;
}
.cleania-cart-wrapper .widget.woocommerce.widget_shopping_cart ul>li {
    text-align: left;
}

.cleania-cart-wrapper ul#site-header-cart:hover .widget.woocommerce.widget_shopping_cart {
    display: block !important;
}

.cleania-cart-wrapper ul#site-header-cart {
    position: relative;
    list-style: none;
    padding-bottom: 33px;
}

body.cleania-body .cleania-cart-wrapper ul.cart_list li img, body.cleania-body .cleania-cart-wrapper ul.product_list_widget li img {
    float: left;
    display: block;
    width: 23%;
    margin-right: 26px;
}

body.cleania-body .cleania-cart-wrapper ul.cart_list li a, .cleania-cart-wrapper .woocommerce ul.product_list_widget li a {
    font-weight: normal;
    width: 100%;
}

body.cleania-body .cleania-cart-wrapper .widget_shopping_cart .cart_list li a.remove, body.cleania-body .cleania-cart-wrapper .widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 27px;
    left: inherit;
}
body.cleania-body .cleania-cart-wrapper .widget_shopping_cart .cart_list li, .cleania-cart-wrapper .woocommerce.widget_shopping_cart .cart_list li {
    margin-bottom: 6px;
    border-bottom: 1px solid #eee;
    padding: 13px 35px 13px 10px;
}

body.cleania-body .cleania-cart-wrapper .woocommerce a.remove:hover {
    background: #FF5722;
}
/*
body.cleania-body .cleania-cart-wrapper .widget_shopping_cart .buttons a, .cleania-cart-wrapper .woocommerce.widget_shopping_cart .buttons a {
    background-color: #495156;
    color: #f1f1f1;
    font-weight: normal;
    letter-spacing: 1px;
}
*/

body.cleania-body .cleania-cart-wrapper p.woocommerce-mini-cart__total.total {
    float: left;
    display: inline-block;
    width: 100%;
    padding-left: 13px;
    border-top: 0px;
    padding-right: 13px;
    margin: 6px 0px;
    font-weight: 100;
    color: #396584ad;
}

body.cleania-body .cleania-cart-wrapper .widget_shopping_cart .woocommerce-mini-cart__total span.woocommerce-Price-amount.amount {
    float: right;
    display: block;
    text-align: right;
    font-weight: bold;
}

body.cleania-body .cleania-cart-wrapper p.woocommerce-mini-cart__buttons.buttons {
    overflow: hidden;
    display: inline-block;
}

body.cleania-body .cleania-cart-wrapper .widget_shopping_cart .total strong, .cleania-cart-wrapper .woocommerce.widget_shopping_cart .total strong {
    float: left;
    width: 50px;
}
body.cleania-body .cleania-cart-wrapper p.woocommerce-mini-cart__buttons.buttons a {
    margin: 0 2px;
}

.cleania-cart-wrapper {
    float: right;
    position: relative;
    right: 0;
    top: -3px;
    height: 0;
    z-index: 5;
}
.cleania-cart-wrapper #site-header-cart span.count {
    font-size: 11px;
    position: absolute;
    top: -7px;
    right: -13px;
    z-index: 130;
    background: #396584;
    color: white;
    padding: 3px;
    line-height: 11px;
    border-radius: 9px;
    min-width: 16px;
    text-align: center;
}
.cleania-cart-wrapper #site-header-cart a.cart-contents {
    background: url(images/cart.png) no-repeat right 0;
    padding-right: 25px;
    text-align: right;
    float: none;
    display: inline-block;
    position: relative;
    padding-top: 7px;
    margin-right: 10px;
}

.cleania-cart-wrapper #site-header-cart span.amount {
    color: #495156;
}

/* WooCommerce Default*/
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
ul.products a.added_to_cart.wc-forward, 
.woocommerce .button.alt.disabled, 
.woocommerce .button.disabled, 
.woocommerce .button.alt, 
.woocommerce input.button {
    padding: .918em 1em;
}

body.woocommerce-page button.single_add_to_cart_button.button.alt.disabled, 
body.woocommerce-page button.single_add_to_cart_button.button.disabled{
    background-color: rgba(239, 239, 239, 0.98);
    color: rgba(195, 195, 195, 0.98);
    opacity: 1;
}
body.woocommerce-page button.single_add_to_cart_button.button.alt.disabled:hover, 
body.woocommerce-page button.single_add_to_cart_button.button.disabled:hover{
    background-color: rgba(239, 239, 239, 0.58);
}

.woocommerce a.button{border-radius: 0;}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #ffffff;
}
.woocommerce-error {
    border-top-color: #FF5722;
}
.woocommerce-error::before {
    color: #FF5722;
}
.woocommerce form .form-row.woocommerce-invalid label,
.woocommerce form .form-row.woocommerce-invalid.validate-required.woocommerce-invalid-required-field label
{
    color: #FF5722;
}
.woocommerce-message {
    border-top-color: #00BCD4;
}
.woocommerce-message::before {
    color: #00BCD4;
}
.woocommerce-info {
    border-top-color: #1e85be;
}
.woocommerce-info::before {
    color: #495156;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message,
.woocommerce-form-coupon-toggle,
.woocommerce-NoticeGroup {
    box-shadow: 0 5px 12px #d0d0d042;
}
.woocommerce .star-rating::before {
    color: #fff7be !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #c9cfd2;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #396584;
    border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #00bcd4;
}

.single-product h1.product_title.entry-title {
    color: #396584;
    line-height: 1.3em;
}
.woocommerce div.product form.cart .variations select {padding: 6px;}
.woocommerce-ordering select.orderby {
    height: 39px;
    padding: 7px;
    /*
    height: 40px;
    background: #495156;
    color: #f2f2f2;
    width: 190px;
    font-size: 14px;
    padding-left: 8px;
    */
}
.product_meta {
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
    margin-top: 15px;
}

.product_meta>span {
    display: block;
    color: #396584;
    width: 100%;
    padding: 2px;
    margin-bottom: 2px;
    font-weight: 400;
}

.product_meta>span>span {
    font-weight: 400;
    color: #404040;
}

.product_meta>span a {
    color: #00BCD4;
    font-weight: 400;
}

.product_meta>span a:hover {
    color: #404040;
}
.product_meta>span span.sku, span.sku {
    background: #f3f4f5;
    padding: 0 5px;
    font-weight: 500;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.site-header-cart li.woocommerce-mini-cart-item.mini_cart_item span.quantity {
    display: block;
    text-align: left;
    padding-left: 90px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid rgba(211, 206, 210, 0.38);
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid rgba(211, 206, 210, 0.38);
    border-radius: 0;
}
input[type=submit],
button, 
.button,
input[type=button],
body.woocommerce-page .button.alt,
body.woocommerce-page .button.alt.disabled,
body.woocommerce-page .button.alt.disabled.wc-variation-selection-needed,
.woocommerce #respond input#submit
{
    background: #396584;/*#495156*/
    color: #fff;
    cursor: pointer;
}
input[type=submit]:hover,
button:hover, 
.button:hover,
input[type=button]:hover,
body.woocommerce-page .site-page .button.alt:hover,
.woocommerce .site-page #respond input#submit:hover
{
    background: #00BCD4;/*#5e7382;*//*#5f6569*/;
    color: #fff;
}
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled]{
    color: inherit;
    background-color: #b5b4b5;
}
.woocommerce #respond input#submit {
    padding-left: 30px;
    padding-right: 30px;
}
.woocommerce #review_form #respond textarea,
.comment-respond textarea,
.woocommerce-input-wrapper textarea
{
    min-width: 100%;
}
body.cleania-body .button,body.cleania-body .added_to_cart.wc-forward {
    background: #396584;
    color: #fff;
}
body.cleania-body .button:hover, 
.woocommerce button.button.alt:hover,
body.cleania-body .added_to_cart.wc-forward:hover {
    background: #00BCD4;
    color: #fff;
}

body.woocommerce span.onsale {
position: absolute;
background: #00BCD4;
width: 195px;
height: 49px;
line-height: 66px;
text-align: center;
color: #ffffff;
transform: rotate(-44deg);
left: -83px !important; /*Need Important to override WooCommerce Default Style*/
top: -6px !important; /*Need Important to override WooCommerce Default Style*/
overflow: hidden;
border-radius: 0%;
font-weight: 400;
letter-spacing: 1px;
z-index: 1;
}
body.woocommerce.woocommerce-page.cleania-body.woocommerce-active .product.sale{
    overflow:hidden;
}

h2.woocommerce-loop-product__title {
    text-align: center;
    color: #222;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
}
body.woocommerce.woocommerce-page.cleania-body ul.products li.product .price {
    color: #495156;
    font-size: 16px;
    padding: 5px;
}
body.woocommerce.woocommerce-page.cleania-body p.price  {
    color: #396584;
    font-size: 20px;
    padding: 0;
    margin: 0;
    font-weight: 200;
}
body.woocommerce.woocommerce-page.cleania-body span.price{
    display: block;
    color: #495156;
}
.single_variation_wrap span.price{margin-bottom: 15px;}
body.woocommerce.woocommerce-page.cleania-body ul.products .star-rating{
    display: block;
    margin: auto;
}

body.cleania-body .star-rating span:before,
p.stars a{
    color: #FAD105 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
}
.woocommerce a.remove:hover {
    background: #FF5722;
}
.woocommerce-cart .site-content .woocommerce a.remove:hover {
    height: 22px;
}
.woocommerce .widget_layered_nav_filters ul li a::before{
    color: #FF5722;
}
.woocommerce .widget_layered_nav_filters ul li:before {
    content: '';
    display: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: rgba(239, 239, 239, 0.48);
    border-radius: 0;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box{
    background-color: rgba(239, 239, 239, 0.78);
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid rgba(239, 239, 239, 0.78);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
li.wc_payment_method label {
    font-weight: 600;
    color: #396584;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    background: rgba(239, 239, 239, 0.48);
    border: none;
    padding: 11px;
}

ul.tabs.wc-tabs a{outline: none;}


table.shop_table.shop_table_responsive.cart thead tr {
    background: rgba(239, 239, 239, 0.18);
    color: #3a6584;
}
.woocommerce table.shop_table {
    border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
}
/*styles for pagination*/
.woocommerce nav.woocommerce-pagination ul.page-numbers {
    list-style: none;
    height: 40px;
    float: left;
    margin-left: 0px;
    padding-left: 0px;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    float: left;
    margin-right: 12px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a,.woocommerce nav.woocommerce-pagination ul.page-numbers li span {
    padding: 10px;
    border: 1px solid #396584;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
}

.woocommerce-pagination ul.page-numbers span.page-numbers.current {
    background: #396584;
    color: #f1f1f1;
}
.woocommerce nav.woocommerce-pagination ul li a:hover{
    background: #00bcd4;
    color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #eaeaea;
    background-color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #eaeaea;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after
{
    box-shadow: 0px 0px 0 #ffffff;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #00BCD4;
    font-weight: 400;
}
.woocommerce div.product p.price ins,
.woocommerce div.product p.price>span.woocommerce-Price-amount.amount{
    font-weight: 400;
    font-size: 150%;
}
.woocommerce ul.products li.product .price ins {
    font-weight: 400 !important;
}
.widget-area .widget.woocommerce ul.cart_list li a,
widget-area .widget.woocommerce ul.product_list_widget li a {
    font-weight: 400;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 2px;
}

/*new design of add to cart button*/
ul.products a.added_to_cart.wc-forward {
    font-weight: 400;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin: 5px 0px;
    line-height: 1;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 400;
    border-radius: 0;
}

body.woocommerce.woocommerce-page.cleania-body .products a.button {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin: 5px 0px;
}
div.quantity input[type="number"]{
    padding: 8px;
}
.single-product button.button.single_add_to_cart_button,
.summary.entry-summary button.button.single_add_to_cart_button,
.summary.entry-summary button.button.alt
{margin-left: 10px;}

.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: 176px;
    padding: 9px;
    border: none;
    background: rgba(239, 239, 239, 0.48);
    padding-left: 12px;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    background-color: rgba(239, 239, 239, 0.98);
    padding: .918em 1em;
}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
    background-color: rgba(239, 239, 239, 0.48);
}

/*
.woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    padding: 9px;
    border: 1px solid #f1f1f1;
    display: inline-block;
}
*/

/*
.woocommerce div.product form.cart div.quantity {
    margin: 3px 5px 0 0;
}
*/
/*----------------------------
# Category Section
-------------------------------*/
.product-category-section .category {
    width: 46%;
    float: left;
    margin: 0% 2% 13% 2%;
    position: relative;
    height: 380px;
}
.product-category-section .category h2.category-name>a {
    display: inline-block;
    background: #00bcd4;
    padding: 12px 30px;
    color: white;
    font-weight: 500;
}
.product-category-section .category h2.category-name {
    font-weight: 400;
    letter-spacing: 4px;
    display: block;
    margin: 27px auto;
    text-align: center;
    text-transform: uppercase;
}
.product-category-section .category:hover .category-thumb a {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.10);
    transition: all 0.5s;
}
section.product-category-section .product-categories .category .category-thumb a {
    width: 100%;
    height: 330px;
    display: inline-block;
    background: #495651 no-repeat center center;
    display: inline-block;
    background-size: cover;
    border: 4px solid #ffffff;
}
.product-category-section .category:hover h2.category-name>a {
    background: #396584;
    transition: all 0.5s;
} 

.category-bg-layer {
    background: #f3f4f5;/*#ffeb3b69;*/
    width: 100%;
    height: 280px;
    position: absolute;
    left: -10%;
    top: 0;
    z-index: -1;
}
.product-categories .category:nth-child(even) h2.category-name {
    position: absolute;
    bottom: -14%;
    left: 50%;
    margin-left: -18%;
}
.product-categories .category:nth-child(even) .category-bg-layer {
    left: 10%;
    top: 40%;
}
/*-------------------------------
# Blog
----------------------------------*/
/**** #Blog Default *****/
header.entry-header .entry-title {
    border-left: 5px solid #396584;
    padding-left: 10px;
    background: rgba(234, 234, 234, 0.55);
    font-size: 2em;
    color: #396584;
    word-break: break-word;
}

footer.entry-footer>span {
    display: inline-block;
    margin: 10px 20px 10px 0;
}

footer.entry-footer {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    margin-top: 10px;
    border-top: 1px solid #eaeaea;
}

body.blog article.post {
    margin-bottom: 55px;
}

article.post.sticky {
    border-top: 12px solid #00bcd4;
    background: #e4e1e340;
    padding: 0;
}

article.post.sticky header.entry-header,article.post.sticky div.entry-content {
    padding-left: 10px;
    padding-right: 10px;
}

article.post.sticky h2.entry-title a {
    color: #00bcd4;
    font-weight: 700;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
    line-height: initial;
}
article.post.sticky h2.entry-title:hover a {
    color: #396584;
}
body.blog header.entry-header {
    margin-bottom: 15px;
    margin-top: 15px;
}
header.entry-header .entry-title {
    font-size: 2em;
    color: #396584;
    word-break: break-word;
    margin: 0;
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 2rem;
    text-transform: capitalize;
    line-height: 1.3em;
}
body.blog header.entry-header .entry-meta span{
	margin-right: 20px;
}
body.blog .entry-content{
	margin: 10px 0 15px;
}

body .post-thumbnail {
    margin-bottom: 15px;
    display: inline-block;
}
.widget_recent_entries ul li,
.widget_recent_comments ul#recentcomments li.recentcomments{
	margin-bottom: 8px;
}

.widget_rss ul li a{font-weight: 500;}

/*
.widget-area h2.widget-title:after {
    content: '';
    background: #396584;
    width: 70px;
    height: 2px;
    display: block;
    margin-top: 10px;
}
*/
.widget_categories ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_product_categories ul li
{
	line-height: 32px;
}


/**** #Blog Default End *****/




section.article-section {
    overflow: hidden;
}
section{
    padding-bottom: 30px;
}

.section-title p {
    margin-top: 0;
}

.section-title {
    text-align: center;
    margin-bottom: 45px;
}

.section-title h1 {
    letter-spacing: 5px;
    border: 2px solid #396584;
    display: inline-block;
    padding: 12px 30px;
    font-weight: 400;
    background: rgba(239, 239, 239, 0.48);
    font-size: x-large;
    color: #396584;
    text-transform: uppercase;
}

.recent-articles {
    margin-top: -2.5%;
    margin-bottom: -2.5%;
}
h2.post-title a {
    color: white;
}
.single-articles {
    width: 45%;
    float: left;
    margin: 2.5%;
    position: relative;
    min-height: 300px;
    background: #495156;
    overflow: hidden;
}
.single-articles.sticky {
    width: 95%;
}
.single-articles:hover .post-overlay{
    transition: all 0.4s;
    background: rgba(0,0,0,.0);
    visibility: hidden;
}
.single-articles:hover .post-title a,.single-articles:hover .entry-title a{color: #fff;}
.post-overlay {
    transition: all 0.4s;
    width: 100%;
    background: rgba(0,0,0,.5);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index:10;
    visibility: visible;
}

.post-thumbnail {
    z-index: 1;
}
.post-thumbnail img {
    height: 300px;
    height: auto;
}
body.single-post .post-thumbnail img {
    height: auto;
    max-width: 100%;
}
h2.post-title {
    position: absolute;
    top: 1%;
    color: #fff;
    z-index: 15;
    padding: 10px;
    width: 80%;
    left: 3%;
}
.single-articles a.read-more {
    position: absolute;
    right: 3%;
    bottom: 11%;
    color: #f1f1f1;
    z-index: 99;
    display: block;
    padding: 10px;
}
.single-articles p.post-date {
    position: absolute;
    bottom: 3%;
    color: #f1f1f1;
    z-index: 16;
    padding: 8px;
    left: 3%;
}
.post-date i.icon-clock {
    margin-right: 11px;
    padding: 2px;
}
.read-more i.icon-right-open {
    padding: 2px;
    transition: all 0.5s;
    padding-left: 0;
}
a.read-more:hover i.icon-right-open{
    padding-left:10px;
    transition: all 0.5s;
}

.single-post h1.entry-title {
    text-transform: uppercase;
}

.single-post .entry-meta {
    padding: 15px 0px;
}
.entry-footer .cat-links a,
.entry-footer .tags-links a {
    color: #00BCD4;
    font-weight: 500;
    /*
    padding: 3px 6px;
    background: #396584;
    color: white;
    border-radius: 4px;
    */
}

span.cat-links {
    display: block;
    margin-bottom: 17px;
}

.single-post .entry-footer .edit-link a {
    margin-left: 10px;
}
nav.navigation.posts-navigation {
    clear: both;
}

.single-post .post-thumbnail{
	margin-bottom: 30px;
}
.single-post h1.entry-title {
    text-transform: capitalize;
}
.single-post .entry-meta {
    padding: 0;
}
.single-post .entry-content{
	margin: 0;
}
.fullwidth .product-categories {
    overflow: hidden;
}


/*---------------------------
# Block Guteberge
----------------------------*/
.wp-block-button {
    margin-top: 5px;
    margin-bottom: 5px;
}
.wp-block-button a:hover{text-decoration: none;}
.wp-block-search .wp-block-search__input{
    border: none;
    background: rgba(239, 239, 239, 0.48);
    padding-left: 12px;
}


/*---------------------------
# Blog/Page Comments
-----------------------------*/
/*****************************
*#Social
*****************************/
ul.social_networks>li.social_li:before {
    content: "";
}

ul.social_networks>li.social_li {
    display: inline-block;
}

.social_networks_wrapper {
    margin-bottom: 10px;
}

ul.social_networks>li.social_li>a:hover {
    background: #00BCD4;
    color: white;
}
ul.social_networks>li.social_li a{
    display: block;
    background: rgba(239, 239, 239, 0.48);
    font-size: 22px;
    padding: 10px;
}
ul.social_networks {
    padding: 0;
}
footer.site-footer ul.social_networks>li.social_li>a:hover i {
    color: white;
}
/*ul.social_networks>li.social_li:hover a{color: white;}*/

/******************************
*#Slider
*******************************/
body.cleania-body div.owl-carousel {
    margin-bottom: 80px !important;
    margin-top: 15px;
}

body.cleania-body .owl-carousel .owl-item h1 {
    font-weight: 900;
    font-size: 46px;
    text-transform: uppercase;
}
body.cleania-body .owl-carousel .owl-item p a {
    background: #59B3FF;
    padding: 10px 15px;
    color: white;
    letter-spacing: 3px;
    font-size: 25px;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
body.cleania-body .owl-carousel .owl-item p a:hover {
    background: #3f9eef;
}
.sa_owl_theme .owl-dots .owl-dot span:hover {
    background-color: #ffffff !important;
}
.sa_owl_theme .owl-dots .owl-dot span{
    background-color: #3F9EEF !important;
} 
body.cleania-body .sa_owl_theme .owl-dots .owl-dot.active span {
    background-color: #3f9eef !important;
}
body.cleania-body .sa_owl_theme .owl-dots button.owl-dot:hover{
    background-color: white !important;
}
body.cleania-body .sa_owl_theme .owl-dots .owl-dot span {
    background: white !important;
    width: 13px !important;
    height: 13px !important;
    border: 3px solid #d6d6d6 !important;
}
.sa_owl_theme .owl-dots .owl-dot:focus,.sa_owl_theme .owl-dots .owl-dot:active {
    border: none;
    outline: none;
}
/*
.white{
    background: #fafafa00 !important;
    border: solid 1px #f0f0f063 !important;
}
*/
.sa_hover_container {
    padding: 5% 15% !important;
}

/******************************
* # WordPress Default
*******************************/
b.fn {
    font-weight: 800;
}
.reply {
    margin-bottom: .8em;
}
.search-results .entry-meta {
    margin-bottom: 15px;
}

/******************************
* # Compatible Elementor
*******************************/
body.elementor-page #page{
    padding-top: 0 !important; /*compolsury need !important, because compitble with Elementor*/
    margin-top: 0 !important; /*compolsury need !important, because compitble with Elementor*/
    width: auto;
    padding: initial;
}
body.elementor-page footer.site-footer {
    background-color: #f3f4f5;
    margin-top: initial;
}


/******************************
* # WooCommerce Plugin Style
*******************************/
/*#YITH Plugin*/
.woocommerce #content table.cart img, 
.woocommerce table.cart img, 
.woocommerce-page #content table.cart img, 
.woocommerce-page table.cart img {
    height: auto;
    width: 55px;
}

/*****************
* ## Focus
******************/

body.cleania-body input:focus,
body.cleania-body .button:focus,
body.cleania-body button:focus,
body.cleania-body .add_to_cart_button:focus
body.cleania-body a:focus,
body.cleania-body textarea:focus{
    box-shadow: 0px 0 6px 1px #3a6584;
    outline: 2px solid transparent;
    outline-offset: 0;

}

.woocommerce ul.products li.product a:focus{
    border: 1px solid #3a6584;
    display: block;
}
body.cleania-body article.post.sticky h2.entry-title a:focus{
    color: black;
}
form.woocommerce-product-search button[type=submit]:focus {
    position: absolute;
}
