/*
Theme Name: Lunacy
Theme URI: http://demo.wphash.com/lunacy/
Author: Hastech
Author URI: http://hastech.company/
Description: Multipurpose WooCommerce WordPress theme
Version: 1.7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lunacy
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
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.
*/

html {
    font-family: 'Lato', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    background: #f6f6f6 none repeat scroll 0 0;
}
body.single-product {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 0;
}
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 {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
a,
img,
input {
    transition: all 0.3s ease 0s;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
}
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: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
option {
    padding: 3px 5px;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: 'Lato', sans-serif;
    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 {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #434343;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 10px;
    clear: both;
    margin: 0 0 10px;
    font-weight: 600;
}
h1 {
    margin: 30px 0;
}
h2 {
    margin: 25px 0;
}
h3 {
    margin: 22px 0;
}
h4 {
    margin: 22px 0;
}
h5 {
    margin: 20px 0;
}
h6 {
    margin: 20px 0;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: 'Lato', sans-serif;
    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: 'Lato', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
}
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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1em;
}
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="email"],
input[type="submit"] {
    border: medium none;
    height: 40px;
    margin-bottom: 15px;
    outline: medium none;
    transition: all 0.5s ease 0s;
    box-shadow: none;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #f6f6f6 none repeat scroll 0 0;
    color: #999;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0 20px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
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: #666;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 3px 10px;
    width: 100%;
    font-size: 14px;
}
select {
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
}
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;
}
textarea {
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    height: 180px;
    padding: 10px;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #555;
}
a:visited {
    color: #555;
}
a:hover,
a:focus,
a:active {
    color: #e03550;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.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%;
}
/*--------------------------------------------------------------
# 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;
    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;
    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
--------------------------------------------------------------*/

.header-menu-wrap .widget {
    margin-bottom: 0;
}
.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */

.widget select {
    height: 36px;
    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: 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## 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,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# 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;
    margin-top: 10px;
}
/*--------------------------------------------------------------
## 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;
}
/*=========== Default CSS =============*/
/*--------------------------------------------------------------
# Transition 
--------------------------------------------------------------*/

a,
img,
.img,
.btn,
input,
select,
textarea {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
/*--------------------------------------------------------------
# Selection
--------------------------------------------------------------*/

*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
/*--------------------------------------------------------------
# Placeholder
--------------------------------------------------------------*/

*::-moz-placeholder {
    color: #444;
}
::-moz-placeholder {
    color: #444;
}
::placeholder {
    color: #444;
}
/*--------------------------------------------------------------
# Browser Upgrade
--------------------------------------------------------------*/

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/*--------------------------------------------------------------
# Theme Default
--------------------------------------------------------------*/

html,
body {
    height: 100%;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}
a {
    text-decoration: none;
}
a:hover,
a:active {
    color: #e03550;
    text-decoration: none;
    outline: 0 none;
}
a:focus {
    outline: none !important
}
ul,
ol {
    margin: 0;
    padding: 0
}
p {
    margin: 0 0 15px;
	word-break: break-word;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    margin: 0 0 20px;
}
/*--------------------------------------------------------------
# Helper css
--------------------------------------------------------------*/

.clear {
    clear: both
}
.fix {
    overflow: hidden;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    display: block;
    margin: 0 auto 15px
}
.uppercase {
    text-transform: uppercase
}
.capitalize {
    text-transform: capitalize
}
img,
.img {
    max-width: 100%;
    height: auto;
}
.mark,
mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
}
/* ------------------------------------------------------------------------------------

NOTE: This is Header style file. All Header related style included in this file.

--------------------------------------------------------------------------------------*/
/*-------------------------------- 
# Top bar menu
----------------------------------*/

.header-top-area {
    padding: 15px 0;
    background: #444 none repeat scroll 0 0;
}
.header-info span {
    font-weight: 500;
}
.top-bar-left-content a,
.header-info a {
    color: #fff;
}
.header-info span {
    position: relative;
}
.header-info span + span {
    margin-left: 8px;
    padding-left: 8px;
}
.header-info span + span::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -2px;
    position: absolute;
    top: 0;
    width: 1px;
}
/*-------------------------------- 
# Top bar left side menu
----------------------------------*/

.top-bar-left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-bar-left-menu ul li {
    display: inline-block;
}
.top-bar-left-menu ul li a {
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
}
.top-bar-left-content a:hover,
.header-info a:hover,
.header-social ul li a:hover,
.top-bar-left-menu ul li a:hover {
    color: #e03550;
}
.top-bar-left-content {
    color: #434343;
}
.top-bar-left-content p {
    font-size: 14px;
    line-height: 45px;
    margin-bottom: 0;
}
/*-------------------------------- 
# Header Top Social icons
----------------------------------*/

.header-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-social ul li {
    display: inline-block;
}
.header-social ul li a {
    color: #fff;
    font-size: 16px;
}
.header-social.text-white > a {
    color: #fff;
}
.menu-middle-area {
    border-top: 1px solid #ddd;
}
.header-social ul li + li {
    margin-left: 15px;
}
/*-------------------------------- 
# Header Search
----------------------------------*/

.header-search {
    margin: 29px 0;
}
.header-search form {
    display: block;
    position: relative;
}
.header-search form input {
    border: 1px solid #ddd;
    height: 40px;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    width: 250px;
}
.header-search form button {
    background-color: transparent;
    border: 0 none;
    color: #999;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.header-search form button i {
    display: block;
    line-height: 38px;
}
.header-search form button:hover {
    color: #26c7cc;
}
/*================= Header Style One ===============*/

.top-logo h3 {
    margin: 0;
}
/* Separetor */

.hr-style-1 {
    border-bottom: 1px solid #e7e7e7;
}
/* Header Transparent */

.header-area.header-transparent {
    background: transparent none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 32px;
    width: 100%;
    z-index: 9999;
}
.header-area.header-transparent {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0);
}
/* stiky */

.header-area {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.header-area.sticky {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.logged-in .header-area.sticky {
    top: 32px;
}
.header-area.header-style-2.header-sticky.sticky {
    left: inherit;
    position: static;
    top: inherit;
    width: auto;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
}
.logged-in .header-area.header-style-2.header-sticky.sticky .header-buttom {
    top: 32px;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom .site-title.hidden {
    display: block !important;
}
.header-area.header-style-2.header-sticky.sticky .header-buttom .sticky_menu_logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
}
.sticky_menu_logo .site-title.hidden {
    padding: 0;
    padding-right: 50px;
}
/* Header Menu Style */

.primary-nav-wrap .sub-menu {
    background: #ddd none repeat scroll 0 0;
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 250px;
    opacity: 0;
    visibility: hidden;
}
.primary-nav-wrap ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 550;
}
.primary-nav-wrap .sub-menu {
    background: #3f3f3f none repeat scroll 0 0;
    padding: 10px 0;
    width: 205px;
    position: absolute;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}
.primary-nav-wrap ul > li:hover > .sub-menu {
    opacity: 1;
    transform: scaleY(1);
    z-index: 9999;
}
.primary-nav-wrap ul li {
    position: relative;
}
.primary-nav-wrap .sub-menu > li {
    display: block;
    margin: 0;
    width: 100% !important;
}
.primary-nav-wrap ul.sub-menu {
    display: block;
}
.primary-nav-wrap ul.sub-menu li {
    display: block;
}
.primary-nav-wrap ul.sub-menu li + li {
    border-top: 1px solid #333;
}
.primary-nav-wrap .sub-menu > li > a {
    height: 36px;
    line-height: 34px;
    padding: 0 15px;
    color: #fff;
}
.primary-nav-wrap .sub-menu > li:hover > a {
    /* background-color: #333; */
    
    color: #e03550;
}
.primary-nav-wrap ul.sub-menu li .sub-menu {
    left: 100%;
    top: 5px !important;
}
.primary-nav-wrap ul > li.last-elements ul.sub-menu li .sub-menu {
    left: auto;
    right: 100%;
    top: 0 !important;
}
/*-- Mobile Menu --*/

.mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
    z-index: 9;
}
/*-------------- 10. our-blog-area --------*/

.our-blog-area {
    padding: 80px 0;
}
.bolg-img a {
    position: relative;
    display: block;
}
.bolg-img a::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.single-blog:hover .bolg-img a::before {
    opacity: 1;
}
.blog-text {
    padding: 25px 15px;
}
.blog-text h2 a {
    color: #333333;
    font-size: 30px;
    transition: .3s;
}
.blog-text h4 a:hover {
    color: #e03550;
}
.blog-date span {
    font-size: 12px;
    margin-right: 10px;
}
.blog-date span i {
    font-size: 14px;
    margin-right: 8px;
}
.blog-text p {
    margin-bottom: 12px;
    margin-top: 6px;
}
.blog-text a:hover {
    color: #e03550;
}
.single-blog a.button-2 {
    overflow: hidden;
    display: block;
}
/*-----------blog breadcrumb--------------- */

.bg-opacity {
    position: relative;
}
.bg-opacity::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.breadcrumb-text {
    position: relative;
    z-index: 1;
    text-align: center;
}
.breadcrumb-text h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 33px;
    margin: 0;
    padding: 135px 0 100px;
    text-align: center;
    text-transform: uppercase;
}
.post-breadcrumb-banner-area .breadcrumb-text h1 {
    padding: 135px 0;
}
.breadcrumb-menu ul li {
    display: inline-block;
    padding: 0 5px;
    text-transform: capitalize;
}
.breadcrumb-menu ul li::after {
    color: #fff;
    content: "/";
    display: inline-block;
    float: right;
    position: relative;
    right: -6px;
    top: 2px;
}
.breadcrumb-menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
/*--------  Breadcrumb style default  -----------*/

.breadcrumbs-area-default .breadcrumbs .page-title,
.breadcrumbs-area-default .breadcrumbs ul,
.breadcrumbs-area-default .breadcrumbs ul li,
.breadcrumbs-area-default .breadcrumbs ul li a {
    color: #ffffff;
    transition: all 0.9s ease 0s;
}
.breadcrumbs-area-default .breadcrumbs ul li a:hover {
    color: #434343;
}
.breadcrumbs-area-default .breadcrumbs ul li,
.breadcrumbs ul li {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.5;
	word-break: break-word;
}
.story-hbtitle p {
    word-break: break-word;
}
.breadcrumbs-area-default .breadcrumbs ul li:last-child,
.breadcrumbs ul li:last-child {
    padding-right: 0px;
}
.breadcrumbs-area-default .breadcrumbs ul li:first-child,
.breadcrumbs ul li:first-child {
    padding-left: 0px;
}
.page-title-search-box.search-left {
    float: left;
}
.page-title-bar {
    overflow: hidden;
}
.page-title-bar.right-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.page-title-bar.left-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.breadcrumbs h2.page-title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    padding: 100px 0 100px;
    text-align: center;
    word-break: break-word;
}
.page-title-bar-center h2.page-title {
    margin-bottom: 20px;
}
.breadcrumbs ul {
    color: #ffffff;
}
.breadcrumbs li {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
}
.breadcrumbs ul li a {
    color: #ffffff;
}
.breadcrumbs ul li a:hover,
.breadcrumbs ul li {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}
.breadcrumbs ul li a.active::after {
    color: #e03550;
}
.page-title-bar-center .page-title {
    float: inherit;
}
.page-title-bar-center .page-title-search-box > form {
    margin: auto;
}
.pattern-bread h2.page-title {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-top: 0;
}
.pattern-bread .breadcrumbs > ul {
    display: inline-block;
    float: right;
    margin-top: 5px;
    color: #fff;
}
.border-bread {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}
.bg-2.bread-bg {
    background-attachment: fixed;
    background-position: center center;
}
.breadcrumbs-img h2.page-title {
    color: #000;
}
.breadcrumbs-img .breadcrumbs > ul li a {
    color: #fff;
}
.breadcrumbs-img .breadcrumbs > ul li {
    color: #fff;
}
.breadcrumbs-img .breadcrumbs ul li a::after {
    background-color: #000;
}
.page-title-bar.right-title .page-title-search-box,
.page-title-bar.right-title ul {
    float: left;
}
.page-title-search-box button {
    background-color: #e03550;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    height: 100%;
    line-height: 15px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 40px;
}
.page-title-search-box > form {
    width: 250px;
    position: relative;
}
.page-title-search-box input {
    border: 0 none;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}
h1.page-title {
    margin-bottom: 10px;
    margin-top: 0;
}
.category h1.page-title,
.tag h1.page-title {
    margin-bottom: 10px;
    font-size: 25px;
}
/* Overlay */

section.breadcrumbs-area {
    position: relative;
    z-index: 1;
}
section.breadcrumbs-area::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.page-title-search-box input[type="text"] {
    margin-bottom: inherit;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #fff;
}
.woocommerce .woocommerce-breadcrumb {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
/*===============add css for breadcrumb================*/

.breadcrumbs-title-left {
    text-align: left;
    padding-bottom: 15px;
}
.breadcrumbs-title-center {
    text-align: center;
    padding-bottom: 15px;
}
.breadcrumbs-title-right {
    text-align: right;
    padding-bottom: 15px;
}
.page-area {
    padding: 80px 0;
}
.blog-story-area {
    padding: 80px 0;
}
.blog-img-2 {
    margin-bottom: 30px;
}
.blog-header h1 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.blog-details-info blockquote {
    background: #eee none repeat scroll 0 0;
    border-left: 2px solid #e03550;
    font-size: 16px;
    margin: 10px 0 10px 55px;
    font-style: italic;
    ;
}
.tab-info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}
.meta-info {
    background-color: #ededed;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.meta-info span {
    margin-left: 5px;
}
.meta-info span:first-child {
    margin-left: 0;
}
.meta-item i {
    margin-right: 5px;
}
.contact-form p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.contact-form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}
.contact-form textarea {
    border: 1px solid #e8e8e8;
    font-size: 12px;
    font-weight: 500;
    height: 168px;
    margin-bottom: 20px;
    padding: 8px 15px;
    width: 100%;
}
.btn {
    background: #e03550 none repeat scroll 0 0;
}
.contact-form input {
    border: 1px solid #e8e8e8;
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 500;
    height: 36px;
    margin-bottom: 15px;
    padding: 8px 15px;
    width: 100%;
}
.contact-form button {
    background: #e03550 none repeat scroll 0 0;
    border: 1px solid #e03550;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: all .5s ease 0s;
}
.contact-form button:hover {
    background: #26ccff none repeat scroll 0 0;
    border-color: #26ccff;
}
.post-pagination .pagination {
    margin: 0;
}
.post-pagination ul {
    border-radius: 4px;
    display: inline-block;
}
.post-pagination ul li {
    display: inline;
}
.post-pagination ul li {
    background-color: #fff;
    color: #337ab7;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-decoration: none;
}
.post-pagination ul li a {
    display: block;
    color: #337ab7;
    padding: 0 15px;
    border: 1px solid #ddd;
}
.post-pagination ul li .current {
    cursor: no-drop;
    display: block;
    padding: 0 15px;
    border: 1px solid #ddd;
}
.post-pagination ul li:hover a,
.post-pagination ul li .current {
    background: #e03550;
    color: #fff;
    border: 1px solid #e03550;
}
/*---blog commnet---*/

.blog-details-info ul.comment-list {
    list-style: none;
    padding: 0;
}
.author-top {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.author-top .author-comment {
    overflow: hidden;
    padding: 5px 0;
}
.author-top .author-comment .author-name {
    display: block;
    font-weight: 700;
}
.comment-list .author-img {
    float: left;
    margin-right: 10px;
    max-width: 64px;
}
.copy.small a:hover {
    color: #404040;
}
.copy.small a {
    color: #e03550;
    text-decoration: underline;
}
.comment-list .author-comment a {
    margin-right: 5px;
    color: #000;
}
.comment-list .children {
    list-style: none;
}
.comment-list .children li {
    margin-bottom: 40px;
}
.comment-list .children {
    margin-left: 35px;
}
.no-comments {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 5px 10px;
}
.single-comment {
    margin-bottom: 40px;
}
/*------------blog sidebar------------*/
/* blog-left-area */

.sidebar-widget {
    overflow: hidden;
    margin-bottom: 50px;
    background: #ffffff;
}
aside.widget-area .sidebar-widget:last-child {
    margin-bottom: 0px
}
.sidebar-widget a {
    color: #525252;
}
.sidebar-widget li a:hover {
    color: #e03550;
}
.widget.sidebar-widget select {
    margin-top: 20px;
}
.widget.sidebar-widget.widget_categories select,
.widget.sidebar-widget.widget_archive select {
    margin: 20px;
    width: 86%;
}
.sidebar-title {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 30px;
    padding-bottom: 13px;
    position: relative;
    text-transform: capitalize;
}
.sidebar-widget ul {
    padding: 15px;
}
.sidebar-widget ul ul {
    padding: 0;
}
.sidebar-widget ul li {
    font-size: 15px;
    list-style: outside none none;
    margin-bottom: 5px;
}
.sidebar-widget ul li + li {
    line-height: 25px;
	word-break: break-word;
}
ul.sidebar-link li:last-child {
    margin-bottom: 0
}
ul.sidebar-link li a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 300;
    position: relative;
}
ul.sidebar-link li a:hover {
    color: #e03550
}
.widget .product-info strong {
    font-size: 13px;
    font-weight: 600;
}
.widget_categories .sidebar-widget ul li {
    text-align: right;
}
.widget_categories .sidebar-widget ul li a {
    float: left;
}
.widget_media_image img {
    width: 100%;
    padding: 20px
}
.widget_calendar table td {
    padding: 7px;
    text-align: center;
}
.widget_calendar table th {
    padding: 4px 0;
    text-align: center;
}
.Tags {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    padding-bottom: 13px;
    padding-top: 40px;
    text-transform: capitalize;
    position: relative;
}
.Tags::before {
    background: #e03550 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50%;
}
ul.tag li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px;
}
.tagcloud {
    padding: 10px;
}
.tagcloud a {
    border: 1px solid #e8e8e8;
    color: #333333;
    display: inline-block;
    font-size: 13px;
    padding: 3px 10px;
    text-align: center;
    transition: .3s;
    margin: 5px;
    font-size: 14px!important;
}
.sidebar-widget .product-item {
    overflow: hidden;
}
.sidebar-widget .product-img {
    float: left;
    margin-right: 15px;
}
.sidebar-widget h6.product-title {
    font-size: 16px;
}
.sidebar-widget .product-info > p {
    margin: 0;
}
.sidebar-widget .product-item {
    overflow: hidden;
}
.product-item .product-img {
    float: left;
    margin-right: 15px;
    width: 80px;
}
.product-item .product-info {
    overflow: hidden;
}
.tab-content-area .product-info .pro-rating {
    margin-top: 5px;
}
.widget_lunacy_recent_post .product-item + .product-item {
    margin-top: 15px;
}
.sidebar-widget h6.product-title {
    font-size: 16px;
}
.sidebar-widget .product-info > p {
    margin: 0 0 5px;
}
.sidebar-widget .product-info > p:last-child {
    margin: 0;
}
.product-item .product-img a {
    display: block;
}
.sidebar-widget.widget_recent_comments ul li {
    color: #434343;
	word-break: break-word;
    font-size: 14px;
    font-weight: 700;
}
.sidebar-widget.widget_recent_comments ul li a {
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    color: #666666;
}
.sidebar-widget .textwidget,
.sidebar-widget .calendar_wrap {
    padding: 15px;
}
.sidebar-widget .textwidget
/*========================================*/
/*  Footer Top area
/*========================================*/

.footer-area.footer-3 {
    background: #252830;
    position: relative;
    z-index: 1;
}
.footer-area.footer-3::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.single-footer:last-child {
    margin: 0;
}
.single-footer {
    margin: 50px 0;
}
.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.single-footer img {
    margin-bottom: 25px;
}
.single-footer.widget_rss img {
    margin-bottom: 0;
}
.single-footer .footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-footer .footer-social li {
    display: inline-block;
}
.single-footer .footer-social li a {
    border: 1px solid;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}
.single-footer ul {
    list-style: none;
	word-break: break-word;
}
.single-footer ul li a {
    color: #666666;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    font-size: 14px;
}
.single-footer ul li a i {
    margin-right: 5px;
}
.single-footer ul li + li {
    line-height: 28px;
    word-break: break-word;	
}
.single-footer ul li a:hover {
    color: #e03550;
}
.single-footer .footer-social {
    float: left;
}
.single-footer input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #999999;
    font-size: 13px;
    height: 40px;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 15px;
}
.single-footer textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #999999;
    font-size: 13px;
    padding-left: 20px;
    width: 100%;
    height: 80px;
}
.single-footer input[type="submit"] {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 0 none;
    color: #666;
    font-weight: 700;
    height: 35px;
    line-height: 33px;
    padding: 0 25px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: auto;
    margin-bottom: 0;
}
.single-footer input[type="submit"]:hover {
    background: #e03550 none repeat scroll 0 0;
    color: #fff;
}
.single-footer .submit-btn-1 {
    font-size: 14px;
    margin-top: 10px;
    padding: 12px 15px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    transition: all 0.5s ease 0s;
    width: inherit;
}
.single-footer .submit-btn-1:hover {
    color: #e03550;
    border: 1px solid#e03550;
}
.single-footer .tagcloud {
    padding: 0;
}
.single-footer .tagcloud a {
    border-color: #666666;
}
.footer-area .row {
    display: flex;
    flex-wrap: wrap;
}
/*=============================

* Footer Bottom area

=========================*/

.copyright-area .col-sm-6:first-child .copyright,
.copyright-area .col-sm-6:first-child .payment,
.copyright-area .col-sm-4:first-child .copyright,
.copyright-area .col-sm-4:first-child .payment {
    float: left;
}
.copyright-area .col-sm-6:last-child .copyright,
.copyright-area .col-sm-6:last-child .footer-copyright-menu,
.copyright-area .col-sm-6:last-child .payment,
.copyright-area .col-sm-4:last-child .copyright,
.copyright-area .col-sm-4:last-child .footer-copyright-menu,
.copyright-area .col-sm-4:last-child .payment {
    float: right;
}
.copyright-area ul li {
    display: inline-block;
}
.copyright-area ul li a {
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    color: #666;
    transition: all .5s ease 0s;
    line-height: 60px;
    text-transform: capitalize;
}
.copyright-area ul li a:hover {
    color: #e03550;
}
/*=============== soical share link widget ===================*/

.solical-links {
    display: block;
}
.solical-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.solical-links ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
}
.solical-links ul li a {
    display: block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    text-align: center;
}
.footer-bottom .footer-social ul li a:hover {
    color: #e03550;
}
/*************************************
 Custom-content all   
**************************************/

.site-wrapper.boxed-layout {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    max-width: 1240px;
    width: 100%;
    background: #fff;
}
.boxed-layout .sticky {
    left: auto;
    margin: auto;
    width: 1240px;
}
.boxed-layout .header-area,
.boxed-layout .header-bottom {
    left: auto;
    max-width: 1240px;
    right: auto;
    width: 100%;
    z-index: 9999999;
}
/*---------scroll button----------*/
/*------404--page----*/

.error-content h1 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
}
/*KC plugin padding fix*/

.kc-row-container.kc-container {
    padding: 0;
}
/*-----contact form----*/

.send-message input,
.send-message textarea {
    border: inherit;
    width: 100%;
}
.send-message textarea {
    height: 100px;
}
.divider_line {
    line-height: 0;
}
.send-message {
    margin-left: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.comment-form textarea {
    margin-bottom: 15px;
}
.button-one.submit-button {
    width: auto;
    border-radius: 0;
    background: #434343 none repeat scroll 0 0;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
    text-transform: uppercase;
}
.button-one.submit-button:hover {
    background: #e03550;
}
/*----woocommerce custimize-----*/

.product-view a.button.add_to_cart_button,
.product-view .compare-button a.button,
.woocommerce.product-area a.button.add_to_cart_button,
.woocommerce.product-area .compare-button a.button {
    padding: 8px 15px;
}
.woocommerce .tab-content-area a.button.add_to_cart_button:hover,
.woocommerce.product-area a.button.add_to_cart_button:hover,
.woocommerce .tab-content-area .compare-button a.button:hover,
.woocommerce.product-area .compare-button a.button:hover {
    background-color: transparent;
}
.mini-cart .woocommerce ul.product_list_widget li a {
    font-weight: 400;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    visibility: inherit;
}
.mini-cart .woocommerce ul.product_list_widget li a + a {
    margin-left: 20px;
}
.mini-cart .woocommerce ul.product_list_widget li .cart-bottom {
    padding: 20px 20px 30px;
    text-align: center;
}
.mini-cart .woocommerce ul.product_list_widget li .cart-bottom a::before {
    background: #e03550 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    content: attr(data-text);
    left: -100%;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.mini-cart .woocommerce ul.product_list_widget li .cart-bottom a::after {
    border: 2px solid #e03550;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.mini-cart .woocommerce ul.product_list_widget li .cart-bottom a:hover::before,
.mini-cart .woocommerce ul.product_list_widget li .cart-bottom a:focus::before,
.mini-cart .woocommerce ul.product_list_widget li .cart-bottom a:active::before {
    left: 0;
    visibility: visible;
    color: #ffffff;
}
.mini-cart .woocommerce ul.product_list_widget li .cart-bottom a {
    z-index: 9;
}
.mini-cart .woocommerce ul.product_list_widget li .cart-bottom a:hover {
    color: #ffffff !important;
}
.woocommerce-mini-cart-item .cart-delete {
    right: 20px;
}
.woocommerce a.remove {
    background: #e03550;
    margin-right: 0;
}
.woocommerce a.remove i:hover {
    background: transparent none repeat scroll 0 0;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 70px;
    margin-bottom: 10px;
}
.woocommerce #respond input#submit::before,
.woocommerce a.button::before,
.woocommerce button.button::before,
.woocommerce input.button::before {
    background: #e03550 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    content: attr(data-text);
    left: -100%;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
}
.blog-area .blog-info h4,
.tab-content-area .product-info h4,
.product-slider .product-info h4 {
    font-size: 16px;
	word-break: break-word;
    margin: 0;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #666666;
}
.woocommerce .single-product a.button {
    height: 40px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #e03550;
}
.woocommerce-additional-fields > h3,
.woocommerce-account .woocommerce h2 {
    margin: 0;
}
h3#order_review_heading,
.woocommerce-billing-fields h3 {
    font-size: 16px;
    text-transform: uppercase;
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
}
.woocommerce div.product .single-pro-info form.cart div.quantity {
    margin-right: 8px;
}
/*ajax cart*/

.woocommerce .single-product .product-action a.add_to_cart_button {
    background: none;
    padding: 0;
    display: none;
}
.woocommerce .product-action a.add_to_cart_button.added {
    text-indent: -9999px;
    position:absolute;
}
.woocommerce a.button.added::after {
    content: none;
}
.woocommerce a.added_to_cart{
	font-size: 0;
}
.woocommerce .product-action a.added_to_cart.wc-forward::before {
    content: "";
    display: block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 20px;
    position: absolute;
    text-indent: initial;
    top: 15%;
    right: 31px;
    background: none;
}
.woocommerce.columns-4 {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce.columns-4 .col-md-4 {
    width: 25%;
}
.woocommerce.columns-3 .col-md-4 {
    width: 33.33%;
}
.woocommerce.columns-2 .col-md-4 {
    width: 50%;
}
.woocommerce.columns-4 .col-md-4 .single-product h2,
.woocommerce.columns-3 .col-md-4 .single-product h2,
.woocommerce.columns-2 .col-md-4 .single-product h2 {
    padding: 0;
    float: none;
}
.woocommerce.columns-4 .col-md-4 .star-rating,
.woocommerce.columns-3 .col-md-4 .star-rating,
.woocommerce.columns-2 .col-md-4 .star-rating {
    float: none;
    margin: 0 auto;
}
/*------------------
 loop product 
 -------------------*/

.product-view .single-product .product-img .price,
.related.products .single-product .product-img .price {
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
}
.product-info .price {
    display: none;
}
.list-view .product-info .price {
    display: block;
}
.single-product .woocommerce-loop-product__title {
    float: left;
    line-height: 24px;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    margin-top: 0;
    margin-bottom: 10px;
}
.single-product .woocommerce-loop-product__title {
    padding-top: 0px;
}
.woocommerce-loop-product__title:hover {
    color: #e03550;
}
.product-view.grid-view .single-product .woocommerce-loop-product__title {
    float: inherit;
}
.woocommerce .grid-view .star-rating::before {
    float: none;
}
.related.products .star-rating,
.product-style-2 .star-rating,
.woocommerce .grid-view .star-rating {
    float: none;
    margin: 0 auto;
}
.commentlist .star-rating {
    float: right;
}
.comments-area .author-name,
.comments-area a.url {
    color: #434343;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: .5px;
}
.woocommerce-page .woocommerce-result-count {
    float: right;
}
.price {
    position: absolute;
    right: 10px;
    top: 20px;
}
.list-view .product-description {
    clear: both;
}
.product-view.list-view .single-product .product-info .price {
    float: left;
    left: 0;
    margin-bottom: 15px;
    margin-top: 0;
    position: inherit;
    width: 100%;
}
.product-view.list-view .single-product .product-head {
    padding-top: 15px;
    float: right;
}
.product-view.grid-view .single-product .product-head {
    clear: both;
}
.product-action .clear {
    display: none;
}
.product-action .yith-wcwl-add-to-wishlist {
    margin-top: 0;
}
.product-action .yith-wcwl-add-button {
    position: relative;
}
.product-action .ajax-loading {
    left: 0;
    position: absolute;
}
.product-action .woocommerce .button,
.product-action .woocommerce a.button {
    background: transparent none repeat scroll 0 0;
}
.woocommerce .product-action #respond input#submit,
.woocommerce .product-action a.button,
.woocommerce .product-action button.button,
.woocommerce .product-action input.button {
    background: transparent none repeat scroll 0 0;
}
.woocommerce-account .woocommerce input.button {
    margin-top: 20px;
}
.woocommerce-account .woocommerce a.button,
.woocommerce-account .woocommerce input.button,
.post-type-archive-product.woocommerce a.button {
    background-color: #434343;
    color: #ffffff;
    border-radius: 0;
}
.woocommerce-account .woocommerce input.button:hover,
.woocommerce a.button:hover {
    background-color: #e03550;
}
.woocommerce-cart .return-to-shop a.button:hover {
    color: #fff;
}
.woocommerce-info,
.woocommerce-message {
    border-top-color: #e03550;
}
.woocommerce-info::before,
.woocommerce-message::before {
    color: #e03550;
}
.woocommerce .product-area .woocommerce-message a.button:hover {
    color: #ffffff;
    background: #e03550;
}
.woocommerce .product-area .product-action a.button:hover {
    color: #e03550;
    background: inherit;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #434343;
    font-size: 16px;
    font-weight: 600;
}
.related.products .price del,
.grid-view .price del {
    display: block;
    margin-bottom: 3px;
}
/*woocommerce  pagination*/

.woocommerce nav.woocommerce-pagination {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 50px;
    margin: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
    padding: 10px 0;
    border: 0px solid;
}
.woocommerce nav.woocommerce-pagination ul li a {
    color: #666;
    display: block;
    line-height: 30px;
    padding: 0 6px;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #e03550;
    background: none;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    font-size: 20px;
}
/* -----
woocommerce sidrbar
----- */

.shop-sidebar.widget {
    background: #fff;
}
.shop-sidebar.widget ul {
    padding: 20px;
}
.shop-sidebar.widget ul li {
    list-style: none;
    overflow: hidden;
    margin-bottom: 5px;
}
.shop-sidebar.widget ul li:last-child {
    margin-bottom: 0;
}
.widget.widget_categories ul li {
    overflow: hidden;
}
.shop-sidebar.widget.widget_categories ul li a {
    float: left;
}
.shop-sidebar.widget .price_slider_wrapper {
    padding: 20px;
}
.shop-sidebar.widget ul ul.children {
    padding: 0;
}
.shop-sidebar.widget ul li > a {
    line-height: 25px;
    text-transform: capitalize;
}
.shop-sidebar.widget ul li del {
    margin-right: 10px;
}
.shop-sidebar.widget ul li ins {
    background: transparent;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #434343;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #434343;
}
.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 25px;
}
.woocommerce.widget_price_filter button.button:hover {
    background: #e03550;
    color: #ffffff;
}
.widget.widget_search input[type="text"],
.widget.woocommerce.widget_product_search input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 55px 0 20px;
    width: 100%;
}
.widget.shop-sidebar.widget_search form,
.widget.woocommerce.widget_product_search form,
.sidebar-widget.widget_search form {
    position: relative;
}
.shop-sidebar.widget.widget_search button,
.sidebar-widget.widget_search button,
.shop-sidebar button.submit,
.widget.woocommerce.widget_product_search button {
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #999;
    font-size: 20px;
}
.sidebar-widget.widget_search,
.shop-sidebar.widget,
.widget.woocommerce.widget_product_search .sidebar-search.woocommerce-product-search {
    position: relative;
}
.widget.widget_search button:hover,
.widget.woocommerce.widget_product_search button:hover {
    color: #f10;
}
.shop-sidebar.widget .star-rating {
    margin: 5px 0;
}
.shop-sidebar.widget.woocommerce.widget_recently_viewed_products .widget-title h4 {
    font-size: 14px;
    padding: 0 20px;
}
.shop-sidebar.widget.yith-woocompare-widget {
    padding-bottom: 20px;
    padding-right: 20px;
}
.yith-woocompare-widget a.compare {
    background-color: #f7f7f7;
}
a.compare.scom.button.added:after{
	position: absolute;
    content: "\f26b";
    left: 0;
    right: 0;
    margin: 0;    
    font-family: "Material-Design-Iconic-Font";
    top: 50%;    
    transform: translateY(-50%);
}
/*--single product---*/

.single-product.woocommerce .single-pro-info .pro-price {
    display: block;
}
.single-product.woocommerce .single-pro-info .price {
    position: unset;
}
.single-product .single-product .fix.mb-20 {
    margin-bottom: 0;
    width: 100%;
}
.woocommerce.single-product .woocommerce-product-rating .star-rating {
    margin: 0
}
.single-product .woocommerce-review-link {
    float: left;
    line-height: 1;
}
.single-product.woocommerce div.product p.price,
.single-product.woocommerce div.product span.price {
    color: #434343;
    font-size: 16px;
}
.product-info > a.compare {
    display: none;
}
.product-info > a.compare.scom {
    background-color: #f6f6f6 none repeat scroll 0 0;
    border-radius: 0;
    display: inline-block;
    line-height: 23px;
}
.pro-tab-info .panel {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.single-product .product-info > a.compare.scom {
    line-height: 21px;
}
.woocommerce .single-product .quantity .qty {
    height: 38px;
    width: 60px;
    padding-left: 0;
    padding-right: 0;
}
.single-product .quantity input[type=number]::-webkit-inner-spin-button,
.single-product .quantity input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}
.single-product.woocommerce .single-pro-info .yith-wcwl-add-to-wishlist {
    background-color: #f6f6f6;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: inherit;
    text-align: center;
    width: 40px;
}
.related.products .product-action .yith-wcwl-add-to-wishlist {
    margin-top: 0;
}
.related.products .single-product .single-pro-info .yith-wcwl-add-to-wishlist {
    margin: 0;
}
.woocommerce div.product .product-info form.cart {
    float: left;
}
.woocommerce .product-info a.button,
.woocommerce .product-info button.button.alt {
    background-color: #f6f6f6;
    color: #666666;
    border-radius: 0;
}
.woocommerce .product-info a.button:hover,
.woocommerce .product-info button.button.alt:hover {
    color: #e03550;
}
.single-product.woocommerce .yith-wcwl-wishlistaddedbrowse > a,
.single-product.woocommerce .yith-wcwl-wishlistexistsbrowse > a {
    float: inherit;
}
.woocommerce-tabs .woocommerce-Reviews-title,
.related.products .single-product h2 {
    font-size: 16px;
}
.related.products .single-product h2 {
    float: none;
    line-height: 1;
    margin-bottom: 0;
    padding: 15px;
}
.single-pro-info .related.products .single-product {
    padding: 15px;
}
.related.products .product-head {
    width: 100%;
}
.related.products .product-info .price {
    display: none;
}
.related.products {
    clear: both;
    overflow: hidden;
    padding-top: 60px;
}
.related.products > h2 {
    font-size: 24px;
    margin-top: 0;
    padding: 0 15px;
}
.woocommerce #reviews #comments ol.commentlist {
    margin-top: 20px;
}
.woocommerce-tabs ol li {
    list-style: none;
}
.single-pro-info.no-sidebar .related.products .product-info {
    float: none;
    margin: 0;
    width: inherit;
    padding-left: 0;
}
.single-pro-area .single-pro-info .related.products .product-description {
    display: none;
}
/*---cart-----*/

.woocommerce table.shop_table td {
    text-align: center;
}
.woocommerce table.shop_table {
    border-radius: 0;
}
.woocommerce-cart table th {
    color: #454545;
}
.woocommerce-cart table td,
.woocommerce table.shop_table td,
.woocommerce table.shop_table,
.woocommerce-cart table th {
    border: 0;
}
.woocommerce-cart .qtybutton {
    width: 30.333%;
}
.woocommerce-cart .table-content table td.product-thumbnail {
    text-align: center;
}
.woocommerce-cart .table-content table td.product-thumbnail {
    width: inherit;
}
.woocommerce table.shop_table td {
    padding: 15px 0;
}
.woocommerce-cart .product-thumbnail > a {
    display: block;
    text-align: left;
}
.woocommerce-cart .attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
    margin-left: auto;
    width: 100px;
}
.woocommerce-cart .quantity {
    background: none;
}
.woocommerce-cart .payment-details h2 {
    display: none;
}
.woocommerce-cart .payment-details table th {
    background: none;
}
.woocommerce-cart .woocommerce a.button.alt {
    background: #434343 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    display: inline;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.woocommerce-cart .product-quantity .quantity {
    height: inherit;
    line-height: 30px;
}
.woocommerce .quantity .qty {
    height: 30px;
    line-height: inherit;
    width: 80px;
}
.woocommerce-cart .woocommerce input.button {
    background: #434343 none repeat scroll 0 0;
    color: #fff;
    display: inline;
    font-size: 14px;
    border-radius: 0;
}
.woocommerce-cart .woocommerce input.button:hover,
.woocommerce-cart .woocommerce a.button.alt:hover {
    background: #e03550;
}
.customer-login.payment-details .single-product .product-action,
.customer-login.payment-details .single-product .product-img .onsale,
.customer-login.payment-details .single-product .price,
.customer-login.payment-details .single-product .product-head {
    display: none;
}
.customer-login.payment-details .single-product:hover {
    box-shadow: none;
}
.coupon input.input-text {
    border: medium none;
    border-radius: 0;
}
.woocommerce input.button[disabled]:disabled {
    color: #ffffff;
}
.customer-login .coupon h4,
.customer-login.payment-details h4 {
    font-size: 16px;
    font-weight: 700;
}
.woocommerce table.cart img{
	width:80px;
}
.woocommerce-cart td.product-thumbnail > a{
	text-align: center;
}
.woocommerce table.cart dl.variation{
	margin-top: 10px;
}
 .entry-content table.cart a:not(.button){
	text-decoration:none;
}
/* ------wishlist------ */

.woocommerce table td,
.woocommerce table th,
.woocommerce table th td,
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border: 0;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
    background-color: #e03550;
    color: #fff!important;
}
.wishlist-title h2 {
    display: none;
}
.woocommerce-wishlist.woocommerce a.button {
    background: none;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
    float: left;
    margin: 10px;
}
.yith-wcwl-share ul {
    padding: 10px;
}
.woocommerce table.wishlist_table {
    font-size: 100%;
}
.woocommerce table.cart .product-name a,
.woocommerce table.wishlist_table .product-name a {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
    color: #999;
    font-weight: 600;
}
.wishlist_table .product-price ins {
    background: inherit;
    margin-left: 5px;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
    font-size: 14px;
}
/*---my account page---*/

.woocommerce-MyAccount-navigation ul li {
    border: 1px solid #e5e5e5;
    padding: 5px;
    text-align: center;
    list-style: none;
}
/* ------checkout----- */

.checkout.woocommerce-checkout {
    background: #ffffff none repeat scroll 0 0;
    padding: 20px;
}
.woocommerce-billing-fields .form-row.form-row-first,
.woocommerce-billing-fields .form-row.form-row-last {
    width: 100%;
}
.woocommerce-billing-fields .form-row input[type="text"] {
    border: 0px solid;
}
.woocommerce-billing-fields .form-row input[type="tel"] {
    border: 0px solid;
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 0;
    height: 40px;
}
.woocommerce-billing-fields .form-row input[type="email"] {
    border: 0px solid;
}
.woocommerce-checkout-review-order-table tbody .product-name {
    float: left;
}
.woocommerce-checkout-review-order-table thead .product-total {
    text-align: center;
}
.woocommerce-checkout #payment {
    background-color: #f6f6f6;
}
.woocommerce-checkout #payment div.payment_box {
    background-color: #f0f0f0;
}
.woocommerce-checkout #payment div.payment_box::before {
    border-color: transparent transparent #f0f0f0;
}

.woocommerce .woocommerce-checkout .button.alt {
    background: #434343 none repeat scroll 0 0;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
    text-transform: uppercase;
    border-radius: 0;
}
.woocommerce .woocommerce-checkout .button.alt:hover {
    background-color: #e03550;
}
.woocommerce-checkout-payment .woocommerce-invalid #terms{
	outline: 0px solid red;
}
.woocommerce-checkout-payment .checkbox input[type=checkbox]{
	position:inherit;
}
/*---quick view---*/

body.quickview {
    overflow: hidden;
}
.quickview-wrapper {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 12000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.quickview-wrapper.open {
    opacity: 1;
    visibility: visible;
}
.quickview-wrapper.open .quick-modal {
    top: 0;
}
.quickview-wrapper .quick-modal {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5% auto;
    max-width: 96%;
    min-height: 300px;
    padding: 20px;
    position: relative;
    top: -500px;
    width: 870px;
    z-index: 1000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.quickview-wrapper .quick-modal.loading {
    background-image: url('../images/loading.gif');
}
.quickview-wrapper .quick-modal .closeqv {
    border: 1px solid #909295;
    border-radius: 60px;
    color: #909295;
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 25px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 30px;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.quickview-wrapper .quick-modal .closeqv:hover {
    border: 1px solid #e03550;
    color: #e03550;
}
.quickview-wrapper #quickview-content {
    background: #fff;
}
.quickview-wrapper #quickview-content .product-images {
    float: left;
    width: 40%;
}
.quick-thumbnails div a img {
    float: left;
    margin-right: 2%;
    width: 14%;
}
.quick-thumbnails div a img {
    float: left;
    margin-right: 2%;
    width: 14%;
}
.quick-thumbnails {
    float: left;
    width: 100%;
    display: block;
}
.quick-thumbnails .slick-slide a {
    display: block;
    float: left;
    width: 100%;
}
.quick-thumbnails .slick-slide a img {
    width: 100%;
}
.quick-modal .slick-slide {
    padding-left: 10px;
}
.quick-thumbnails button.slick-arrow,
.product-img-list button.slick-arrow {
    background: #444444 none repeat scroll 0 0;
    color: #fff;
    left: 0px;
    position: absolute;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    border: 1px solid #444444;
    height: 25px;
    line-height: 25px;
    padding: inherit;
    width: 25px;
}
.quick-thumbnails button.slick-arrow.arrow-next {
    left: auto;
    right: 0;
}
.quick-thumbnails button.slick-next.slick-arrow,
.product-img-list button.slick-next.slick-arrow {
    right: 0px;
    left: auto;
}
.quick-thumbnails button.slick-arrow:hover,
.product-img-list button.slick-arrow:hover {
    background: #fff none repeat scroll 0 0;
    color: #ED1D50;
}
.quickview-wrapper #quickview-content .product-images .main-image {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.quickview-wrapper #quickview-content .product-images .main-image img {
    box-shadow: none;
}
.quickview-wrapper #quickview-content .product-info {
    float: left;
    padding-left: 30px;
    width: 60%;
}
.quickview-wrapper #quickview-content .product-info h1 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
}
.quickview-wrapper #quickview-content .product-info .price-box {
    float: left;
    margin: 0 0 12px;
    width: 100%;
}
.quickview-wrapper #quickview-content .product-info .price-box p {
    margin: 0;
}
.quickview-wrapper #quickview-content .product-info .price-box .special-price {
    color: #c38749;
    font-size: 24px;
}
.quickview-wrapper #quickview-content .product-info .price-box .old-price {
    display: none;
}
.quickview-wrapper #quickview-content .product-info .price-box .price {
    position: inherit;
}
.quickview-wrapper #quickview-content .product-info .see-all {
    color: #909295;
    display: inline-block;
    margin-bottom: 40px;
    text-decoration: underline;
    width: 100%;
}
.quickview-wrapper #quickview-content .product-info .see-all:hover {
    color: #c38749;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart {
    border-bottom: 1px solid #444444;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 38px;
    width: 100%;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .product_title,
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .price-box {
    display: none;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .woocommerce-product-rating {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .woocommerce-product-rating .star-rating {
    color: #c38749;
    float: left;
    font-size: 10px;
    height: 12px;
    margin-right: 5px;
    margin-top: 3px;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .woocommerce-product-rating .star-rating:before {
    color: #b7b7b7;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .woocommerce-product-rating a.woocommerce-review-link {
    color: #909295;
    float: left;
    font-style: italic;
    line-height: 14px;
    text-decoration: underline;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .woocommerce-product-rating a.woocommerce-review-link:hover {
    color: #c38749;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .quantity {
    border: 1px solid #444444;
    float: left;
    height: 43px;
    margin-right: 15px;
    width: auto;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .quantity .input-text {
    border: none;
    color: #848484;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 41px;
    width: 50px;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .button {
    background: #444 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-weight: 700;
    height: 40px;
    margin-left: 15px;
    padding: 0 70px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .button:hover {
    color: #fff;
    background-color: #ffffff;
    border: 1px solid#e03550;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .variations {
    float: left;
    width: 100%;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .variations .variant {
    float: left;
    padding: 0 0 17px;
    width: 100%;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .variations .label {
    display: block;
    font-size: 14px;
    padding: 0 0 5px;
    text-align: left;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .variations .label label {
    color: #848484;
    font-weight: normal;
    line-height: 27px;
    margin: 0;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .variations select {
    border: 1px solid #e03550;
    height: 27px;
    line-height: 27px;
    margin-right: 10px;
    width: auto;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .variations .reset_variations {
    line-height: 27px;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .single_variation {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .single_variation .price {
    color: #848484;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .single_variation .price del {
    color: #909295;
    font-size: 18px;
    text-decoration: line-through;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .single_variation .price ins {
    color: #c38749;
    font-size: 24px;
    text-decoration: none;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .product_meta {
    display: none;
}
.product-details-area .single_add_to_cart_button.button.alt:hover {
    background: #FF343B none repeat scroll 0 0;
    color: #ffffff;
}
.woocommerce .listview a.button.add_to_cart_button.added {
    display: none;
}
.quickview-wrapper #quickview-content .product-info .quick-desc {
    border-bottom: 1px solid #444444;
    color: #909295;
    float: left;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 25px;
    padding: 0 0 15px;
    width: 100%;
}
.quickview-wrapper #quickview-content .product-info .quick-desc ul,
.quickview-wrapper #quickview-content .product-info .quick-desc ol {
    margin: 0 0 10px;
    padding: 0;
}
.quickview-wrapper #quickview-content .product-info .quick-desc ul li,
.quickview-wrapper #quickview-content .product-info .quick-desc ol li {
    list-style: none;
    margin: 0 0 5px;
}
.quickview-wrapper #quickview-content .product-info .quick-desc ul li:before,
.quickview-wrapper #quickview-content .product-info .quick-desc ol li:before {
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 6px;
}
.quickview-wrapper #quickview-content .widget {
    float: left;
    width: 100%;
}
.quickview-wrapper #quickview-content .widget .widget-title {
    background: none;
    color: #909295;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 5px;
    text-align: left;
    text-transform: none;
    width: 100%;
}
.quickview-wrapper #quickview-content .widget .social-icons {
    float: left;
    margin: 0;
    padding: 0;
}
.quickview-wrapper #quickview-content .widget .social-icons li {
    float: left;
    line-height: 30px;
    list-style: none;
    margin-right: 10px;
}
.quickview-wrapper #quickview-content .widget .social-icons li .social-icon {
    border: 1px solid #444444;
    border-radius: 3px;
    color: #909295;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    width: 40px;
}
.quickview-wrapper #quickview-content .widget .social-icons li .social-icon:hover {
    color: #fff;
}
.quickview-wrapper #quickview-content .widget .social-icons li .social-icon.facebook:hover {
    background: #3B579D;
    border: 1px solid #3B579D;
}
.quickview-wrapper #quickview-content .widget .social-icons li .social-icon.twitter:hover {
    background: #3ACAFF;
    border: 1px solid #3ACAFF;
}
.quickview-wrapper #quickview-content .widget .social-icons li .social-icon.pinterest:hover {
    background: #CB2027;
    border: 1px solid #CB2027;
}
.quickview-wrapper #quickview-content .widget .social-icons li .social-icon.tumblr:hover {
    background: #304E6C;
    border: 1px solid #304E6C;
}
.quickview-wrapper #quickview-content .widget .social-icons li .social-icon.gplus:hover {
    background: #D11717;
    border: 1px solid #D11717;
}
.quickview-wrapper #quickview-content .widget .social-icons li .social-icon.linkedin:hover {
    background: #0097BD;
    border: 1px solid #0097BD;
}
/*---------
 Home one tab and slider
 -------- */

.product-style-1 .single-product {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
/*---------
 Home two tab and slider
 -------- */

.product-style-2 .price {
    position: inherit;
    right: 0;
    top: 0;
}
.price ins {
    background: none;
}
.list-view .product-img > .price {
    display: none;
}
.tab-content .row,
.product-style-2 .tab-content-area .row,
.product-area .product-view.grid-view .row {
    display: flex;
    flex-flow: row wrap;
}
.product-area .product-view.grid-view .product-option {
    display: block;
    width: 100%;
}
.pro-price .price {
    display: flex;
}
.kc_title {
    margin-bottom: 10px;
    margin-top: 0;
}
.site-title a {
    display: block;
    font-size: 20px;
    text-transform: capitalize;
}
.site-description {
    margin: 0;
}
/*extra css*/

#ms-container {
    display: block;
}
.home.blog .single-blog .blog-info {
    overflow: hidden;
}
.nav-previous {
    position: relative;
}
.nav-previous::before {
    position: absolute;
    content: '\f104';
    font-family: 'FontAwesome';
}
.nav-previous a {
    padding-left: 15px;
}
.nav-next {
    position: relative;
}
.nav-next::before {
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome';
    right: 0;
}
.nav-next a {
    padding-right: 15px;
}
.reply-box .comments-area .comment-title {
    margin-bottom: 40px;
}
body.search-results {
    background: #f6f6f6;
}
.woocommerce-pagination {
    width: 100%;
}
/*css by  END*/
/* Unit test by*/

article.sticky .single-blog,
article.tag-sticky-2 .single-blog {
    border: 1px solid #e03550;
}
table {
    border: 2px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
}
.footer-area table {
    overflow: inherit;
}
table th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    color: #666;
    font-weight: 600;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}
table td {
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    padding: 10px;
    vertical-align: top;
}
table th a,
table th a:hover {
    text-decoration: underline;
}
.post-password-form input[type="submit"] {
    background: #e03550 none repeat scroll 0 0;
    border: 1px solid #e03550;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 5px 10px;
}
.post-password-form input[type="submit"]:hover {
    background: transparent none repeat scroll 0 0;
    color: #e03550;
}
.post-password-form input[type="password"] {
    border-radius: 0;
}
#wp-calendar tbody tr td {
    border-right: 1px solid #ebebeb;
}
#wp-calendar tbody tr td#today {
    background: #e03550 none repeat scroll 0 0;
    color: #fff;
}
.wp-audio-shortcode {
    margin-bottom: 15px;
}
.footer-area table {
    border: 1px solid #666;
}
.footer-area caption {
    color: #666;
}
.footer-area table td,
.footer-area table th {
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    color: #666;
}
.no-results #search input[type="text"] {
    width: 100%;
    background-color: inherit;
    position: relative;
}
.no-results #search button {
    background: #434343 none repeat scroll 0 0;
    font-size: 20px;
    margin-left: -5px;
    position: absolute;
    color: #fff;
}
.no-results #search button:hover {
    background: #e03550 none repeat scroll 0 0;
}
.footer-area table#wp-calendar a {
    color: #666;
}
.footer-area #wp-calendar tbody tr td {
    border-right: 1px solid #666;
}
.footer-area .widget_tag_cloud .tagcloud a:hover {
    color: #e03550;
}
.footer-area .widget_tag_cloud .tagcloud a {
    color: #666;
}
.shopping-button button[type="submit"] {
    background: #434343 none repeat scroll 0 0;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.shopping-button button[type="submit"]:hover {
    background: transparent none repeat scroll 0 0;
    color: #e03550;
}
.single-footer.widget.widget_search input[type="text"] {
    border: 1px solid #666;
}
.single-footer.widget.widget_search button {
    right: 0;
    position: absolute;
    font-size: 20px;
    border: 1px solid #666;
    height: 50px;
}
/* Heading font size */

.entry-content h1,
.single .blog-details-info h1,
.single .comments-area h1 {
    font-size: 40px;
}
.entry-content h2,
.single .blog-details-info h2,
.single .comments-area h2 {
    font-size: 30px;
    padding-top: 0;
}
.entry-content h3,
.single .blog-details-info h3,
.single .comments-area h3 {
    font-size: 22px;
}
.entry-content h4,
.single .blog-details-info h4,
.single .comments-area h4 {
    font-size: 20px;
}
.entry-content h5,
.single .blog-details-info h5,
.single .comments-area h5 {
    font-size: 18px;
}
.entry-content h6,
.single .blog-details-info h6,
.single .comments-area h6 {
    font-size: 16px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.single .blog-details-info h1,
.single .blog-details-info h2,
.single .blog-details-info h3,
.single .blog-details-info h4,
.single .blog-details-info h5,
.single .blog-details-info h6,
.single .copy h1,
.single .copy h2,
.single .copy h3,
.single .copy h4,
.single .copy h5,
.single .copy h6 {
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.up-comming-brief h4 {
    margin-bottom: 0;
}
/*Listings fix*/
.story-hbtitle a:not(.button):not(.wp-block-button__link) , .entry-content a:not(.button){
    text-decoration: underline;
}
.blog-info.story-hbtitle .post-shar a {
  text-decoration: none;
}
.entry-content ul,
.blog-details-info ul,
.copy ul {
    list-style: outside;
}
.entry-content ol,
.blog-details-info ol,
.copy ol {
    list-style: decimal;
}
.entry-content ul,
.blog-details-info ul,
.copy ul,
.entry-content ol,
.blog-details-info ol,
.copy ol {
    margin-left: 0;
    padding-left: 30px;
    line-height: 24px;
    font-size: 16px;
}
.entry-content > ul,
.blog-details-info > ul,
.copy > ul,
.entry-content > ol,
.blog-details-info > ol,
.copy > ol {
    margin-bottom: 20px;
}
/*footer search widget*/

.footer-area .widget_search form#search {
    display: block;
    position: relative;
}
.footer-area .widget_search form#search input[type="text"] {
    color: #666;
    outline: none;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 55px 0 20px;
    width: 100%;
}
.footer-area .widget_search form#search button {
    outline: medium none;
    transition: all 0.5s ease 0s;
    box-shadow: none;
    line-height: 1;
    padding: 0 20px;
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #999;
    font-size: 20px;
}
/*comment form*/

.comments-area .leave-comment-form .comment-list {
    padding-left: 0;
}
.comment-list > li {
    list-style: none;
}
.single-comment {
    position: relative;
}
.comment-img {
    display: inline-block;
    float: left;
}
.comment-img img {
    padding-right: 35px;
}
.comment-text {
    overflow: hidden;
}
.comment-text > p {
    margin-bottom: 0;
}
.comment-text .author-name,
.comment-text a.url {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    font-style: normal;
}
.bypostauthor .comment-text a.url::after {
    content: "\f2c0 ";
    font-family: fontawesome;
    font-size: 90%;
    left: 3px;
    opacity: 0.5;
    position: relative;
    top: 0;
}
.comment-text > p {
    color: #525252;
    padding-right: 25px;
}
.post-shar.post-tag a {
    margin: 0 5px;
}
.comment-border {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.single-comment.comment-border:last-child {
    margin-bottom: 0px;
}
.parent-comment {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.comment-text .reply a {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  bottom: -16px;
  color: #4c4c4c;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 7px 20px 6px;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.comment-text .reply a:hover {
    background-color: #000;
    color: #fff;
}
.replay-comment {
    margin-left: 150px;
}
.leave-comment h3.leave__comment--title {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.leave-comment > p {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.leave-comment-form {
    margin-top: 40px;
}
.comment-respond h3.comment-reply-title {
    color: #555;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 11px;
}
.comment-form > p {
    margin: 0;
}
.comment-form > p.comment-notes {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.form-submit .submit {
    margin-bottom: 0;
}
.input_half {
    width: 50%;
    float: left;
}
.input_half.left {
    padding-right: 15px;
}
.input_half.right {
    padding-left: 15px;
}
.leave-comment-form form textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #666666;
    font-size: 14px;
    height: 178px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 30px;
}
.leave-comment-form form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #666;
    font-size: 14px;
    height: 48px;
    letter-spacing: 1px;
    padding: 2px 30px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
}
.leave-comment-form form input::-webkit-input-placeholder,
.leave-comment-form form textarea::-webkit-input-placeholder {
    /* Chrome */
    
    color: #666;
    opacity: 1;
}
.leave-comment-form form input::-moz-placeholder,
.leave-comment-form form textarea::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #666;
    opacity: 1;
}
.leave-comment-form .submit {
    background-color: #555;
    border: 1px solid #555;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 11px 28px 12px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.leave-comment-form .submit:hover {
    background-color: #fff;
    color: #666;
    border: 1px solid #dddddd;
}
.blog-comment,
.leave-comment {
    margin-top: 50px;
}
.comment-respond {
    margin-top: 50px;
}
.comment-text .comment-meta.commentmetadata a {
  display: inline-block;
  text-decoration: none;
}
.comment-meta.commentmetadata {
    position: relative;
}
.edit--btn {
    position: absolute;
    right: 0;
    top: 0;
}
.comment-meta.commentmetadata {
    margin-bottom: 10px;
}
.comment--date--time {
    margin-top: 5px;
}
.comment-reply-title small {
    float: right;
}
.comment-reply-title small a#cancel-comment-reply-link {
    height: 25px;
    width: 25px;
    font-size: 0;
}
.comment-reply-title small a#cancel-comment-reply-link::after {
    content: "\f00d";
    font-size: 25px;
    position: relative;
    top: 0px;
    right: 0;
    font-family: FontAwesome;
}
.comment-reply-title small a#cancel-comment-reply-link:focus {
    text-decoration: none;
    outline: none;
}
.no-comments {
    padding: 10px 15px;
}
.related-post .row {
    display: flex;
    flex-flow: wrap;
}
.related-post .row div[class*="col-"] {
    margin-top: 30px;
}
.related-post .sidebar-title {
    margin-bottom: 34px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .comment-list .children {
        margin-left: 30px;
    }
    .comment-author.comment-img {
        width: 100px;
    }
    .comment-text {
        padding-left: 50px;
    }
    .comment-text a.url {
        margin-bottom: 0;
    }
}
@media ( max-width: 767px) {
    .comment-list .children {
        margin-left: 10px;
        padding-left: 0;
    }
    .comment-author.comment-img {
        float: none;
        width: 60px;
    }
    .comment-text {
        padding-left: 0;
        padding-top: 20px;
    }
    .comment-respond h3.comment-reply-title {
        font-size: 16px;
        letter-spacing: 0;
    }
    .input_half {
        float: none;
        width: 100%;
    }
    .input_half.left {
        padding-right: 0;
    }
    .input_half.right {
        padding-left: 0;
    }
    .leave-comment-form form textarea {
        height: 120px;
        letter-spacing: 0px;
        padding: 15px;
        margin-bottom: 20px;
    }
    .leave-comment-form form input {
        letter-spacing: 0px;
        margin-bottom: 20px;
        padding: 2px 15px;
    }
    .comment-title.sidebar-title {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 28px;
    }
    .comment-text a.url {
        margin-bottom: 0;
    }
}
.logged-in #sticky-menu.sticky {
    top: 32px;
}
.single-product .product-info .compare.button {
    display: none;
}
.single-product .product-info .compare.scom.button {
    display: inline-block;
}
/*end*/
/* update */

.woocommerce .star-rating {
    line-height: 9px;
}
.woocommerce-mini-cart-item .single-cart .quantity {
    padding: 0;
}
.single-product .single-pro-info .slick-arrow {
    z-index: 95;
}
.woocommerce-mini-cart-item .cart-info {
    float: none;
    padding-left: 0px;
    overflow: hidden;
}
.woocommerce-mini-cart-item .cart-delete {
    line-height: 0;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce-mini-cart-item .cart-info h5 {
    padding-right: 45px;
    margin-bottom: 10px;
}
.mini-cart .woocommerce-mini-cart .woocommerce-mini-cart-item span.quantity {
    height: 25px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.single-product.woocommerce .related .yith-wcwl-add-to-wishlist {
    width: 25%;
}
.mini-cart .woocommerce a.remove,
.mini-cart .woocommerce a.remove:hover,
.mini-cart .woocommerce a.remove:hover i {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.mini-cart .woocommerce a.remove:hover i {
    color: #e03550;
}
.related.products .single-product h2 {
    line-height: 1.1;
}
.woocommerce.single-product .woocommerce-product-rating .star-rating {
    margin: 4px 5px 0 0;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    margin: 0;
}
.mini-cart .woocommerce-mini-cart .cart-photo {
    line-height: 0;
}
.woocommerce-mini-cart .mini-cart-brief .woocommerce-mini-cart-item {
    padding-bottom: 15px;
}
.woocommerce-mini-cart .mini-cart-brief .cart-items {
    margin-bottom: 15px;
}
.mean-container .mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mini-cart .woocommerce ul.product_list_widget li .cart-bottom {
    padding: 20px;
}
.product-style-1 .single-product {
    background: inherit;
}
.woocommerce-page #content div.product div.images {
    width: 100%;
}
.product-type-variable .variations_form {
    width: 100%;
}
.woocommerce div.product form.cart .variations label {
    color: #434343;
    display: block;
    font-size: 14px;
	line-height: 2.6;
    text-align: left;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 0;
}
.woocommerce div.product form.cart .variations select {
    max-width: 150px;
    min-width: auto;
}
.product-type-variable table tr td {
    padding: 0;
}
.single-product.woocommerce div.product-type-variable .row.single-pro-info .yith-wcwl-add-to-wishlist {
    margin-left: 113px;
    margin-top: -72px;
}
.single-product.woocommerce .product-type-variable .row.single-pro-info .product-info a.compare {
    left: 153px;
    top: -72px;
}
.woocommerce div.product form.cart .group_table td.label {
    color: #434343;
    font-size: 14px;
}
.product-type-grouped .single-pro-info .product-info td.label {
    float: inherit;
}
.woocommerce div.product form.cart .group_table td {
    vertical-align: baseline;
}
.product-type-grouped .single-pro-info .product-info td.price {
    display: inline;
    float: right;
}
.woocommerce div.product.product-type-grouped .single-pro-info .product-info form.cart {
    float: left;
    margin-bottom: -40px;
    width: 100%;
}
.woocommerce div.product.product-type-grouped .single-pro-info .product-info .yith-wcwl-add-to-wishlist {
    margin-left: 45px;
}
.product-type-external .single-pro-info .cart {
    float: left;
}
.product-type-external .single-pro-info .cart .single_add_to_cart_button:hover {
    background-color: #f6f6f6;
    color: #e03550;
}
.widget_product_categories ul li span.count {
    float: right;
}
.product-type-simple .single-pro-info .cart button.single_add_to_cart_button,
.product-type-variable .single-pro-info .cart button.single_add_to_cart_button,
.product-type-woosb .single-pro-info .cart button.single_add_to_cart_button,
.product-type-grouped .single-pro-info .cart button.single_add_to_cart_button {
    font-size: 0;
    padding: 0 16px;
}
.product-type-simple .single-pro-info .cart button.single_add_to_cart_button i,
.product-type-variable .single-pro-info .cart button.single_add_to_cart_button i,
.product-type-woosb .single-pro-info .cart button.single_add_to_cart_button i,
.product-type-grouped .single-pro-info .cart button.single_add_to_cart_button i {
    font-size: 16px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    border-radius: 0;
    float: left;
    font-size: 14px;
}
.woocommerce .product-info h4 a,
.post-year .post-title a,
.woocommerce .product-action a,
.blog-info a.button-2,
.title-container a.button-one,
.discount-img-brief a.button-one,
.woocommerce .tab-menu li a,
.single-blog .like-share a,
.single-banner .banner-brief a,
.single-banner a.button-one,
.up-comming-info .up-comming-brief h4 a,
.single-product .product-info a {
  text-decoration: none;
}
/*end*/


/*gutenberg*/
.blog-info .wp-block-gallery {
	padding-left: 0;
    margin-left: 0;
}
.blog-info .wp-block-gallery.alignleft {
    margin-right: 15px;
}
.blog-info .wp-block-gallery.alignright {
    margin-left: 15px;
}
.wp-block-pullquote.is-style-solid-color blockquote{
	background: none;
	border-color: transparent;
}
.blog-info  .wp-block-quote:not(.is-large):not(.is-style-large){
	border-left: 2px solid #e03550;
}
.story-hbtitle .wp-block-pullquote blockquote{
	border-left: 0;
	margin-left: 0;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.wp-block-quote cite{
	margin-bottom: 15px;
	line-height: 1.3;
	margin-top: 0;
	display: inline-block;
}
.wp-block-pullquote cite{
	display: inline-block;
	margin-top: 10px;
}
.wp-block-archives.wp-block-archives-dropdown {
    margin-bottom: 15px;
}
.wp-block-media-text {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.wp-block-pullquote cite{
	display: inline-block;
	margin-bottom: 15px;
}

.widgettitle{
    display: none;
}
.blog-info .wp-block-archives.wp-block-archives-list,
.blog-info .wp-block-categories.wp-block-categories-list{
    list-style: none;
    padding: 0;
}
.blog-info .wp-block-archives.wp-block-archives-list a,
.blog-info .wp-block-categories.wp-block-categories-list a{
    text-decoration: none;
}
/*end*/