/*
Theme Name: Fitzoon
Theme URI: http://dev-items.com/tf/wp/fitzoon
Author: Hashtech
Author URI:  http://www.bootexperts.com/
Description: Fitzoon sports woocommerce theme
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fitzoon
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.

fitzoon is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	
CSS INDEX
===================

1. Theme Default CSS (fonts, body, link color, section etc)
2. Header Top
   2.1 welcome messsage
   2.2 top social + cart
3. MainMenu
   3.1 Sub Menu
   3.2 Mega Menu
   3.3 Sticky Menu
4. About Us
5. Service area
6. Shop
   6.1 shop tab
   6.2 product style
7. Features area
8. Team area
9. Testimonial area
10. Owl Caursel
11. Blog area
12. Quick Book
13. Pages
14. About Us
15. Shop
16. Cart & Wishlist
17. Shop Details
18. Checkout
19. Contact
20. Blog
21. Blog Details
22. Our Services
23. Eror
24. Shortcodes
25. Footer Top area
26. Footer area
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    /* font-family: sans-serif; */
    
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
}
body {
    margin: 0;
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #24273e;
    font-weight: 400;
}
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;
    transition: all 0.5s ease 0s;
    color: #24273e;
}
caption {
    color: #24273e;
}
a:active,
a:hover {
    outline: 0;
    color: #EC4445;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: center;
    line-height: 18px;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0;
}
table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}
table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}
table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    line-height: 28px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-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 {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
    padding: 0;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
    
    border: 0;
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    padding: .6em 1em .4em;
}
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;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
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 {
    border: 1px solid #eee;
    margin-bottom: 15px;
    padding: 6px 10px;
    text-transform: capitalize;
    width: 100%;
}
select {
    border: 1px solid #24273e;
    padding: 5px;
}
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 {
    width: 100%;
}
/*--------------------------------------------------------------
# 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;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    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
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.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;
}
/*--------------------------------------------------------------
## 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;
}
a:focus {
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none;
}
.section-padding {
    padding: 100px 0px;
}
.cart-menu .widget.woocommerce.widget_shopping_cart {
    margin-bottom: 0;
}
.section-heading {
    position: relative;
}
.section-heading h2::after {
    background: #24273e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 15px;
}
.section-heading h2::before {
    background: #24273e none repeat scroll 0 0;
    bottom: 8px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
}
.section-heading h2 {
    display: inline-block;
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 18px;
    position: relative;
    text-transform: capitalize;
}
.tb-padding {
    padding: 0px 0 50px;
}
.section-heading.no-margin h2 {
    margin-bottom: 0;
}
.spacer {
    margin-bottom: 30px;
}
a#scrollUp {
    background-color: #EC4445;
    border: 1px solid #EC4445;
    bottom: 90px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 40px;
}
p.form-messege {
    margin-top: 15px;
    font-size: 20px;
}
p.success {
    color: #18a15f;
}
p.error {
    color: #f00;
}
/*========================================*/
/*  2. Header Top
/*========================================*/

.vc_column-inner {
    padding-top: 0px!important;
}
.header-top {
    background-color: #252525;
}
.header-top .col-md-7:first-child .welcome-msg,
.header-top .col-md-5:first-child .header-top-menu {
    text-align: left;
}
.header-top .col-md-7:last-child .welcome-msg,
.header-top .col-md-5:last-child .header-top-menu {
    text-align: right;
}
/*========================================*/
/*  2.1 welcome messsage
/*========================================*/

.welcome-msg ul li {
    display: inline-block;
}
.welcome-msg ul li p {
    color: #fff;
    font-family: "Lato", sans-serif;
    line-height: 60px;
    margin-bottom: 0;
    margin-right: 30px;
}
.welcome-msg ul li p span {
    color: #fff;
    margin-right: 10px;
}
/*========================================*/
/*  2.2 top social + cart
/*========================================*/

.header-top-menu {
    text-align: right;
}
.top-social,
.cart-menu {
    display: inline-block;
    text-align: left;
}
.cart-menu ul,
.top-social ul {
    margin: 0;
    padding: 0;
}
.welcome-msg > ul {
    margin: 0;
}
.widget_shopping_cart_content > ul {
    margin-bottom: 0;
}
.shop-details-social ul {
    margin: 0;
}
.top-social ul li,
.shop-details-social ul li {
    display: inline-block;
}
.cart-menu ul li {
    position: relative;
    list-style: none;
}
.top-social ul li a,
.cart-menu ul li a {
    color: #fff;
    line-height: 60px;
}
.top-social ul li a {
    padding-right: 15px;
    font-size: 18px;
}
.top-social ul li a:hover {
    color: #EC4445;
}
.cart-menu ul li a {
    padding-left: 15px;
    font-size: 14px;
}
.cart-menu ul li a i {
    font-size: 14px;
}
.cart-menu ul li:hover a {
    color: #EC4445;
}
.cart-menu ul li .cart-items {
    background-color: #fff;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 300px;
    z-index: 9999;
}
.cart-menu ul li:hover .cart-items {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
.header-top-menu .cart-items ul {
    margin-left: 0;
}
.cart-items ul {
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding: 20px;
}
.cart-items ul li {
    overflow: hidden;
    padding-bottom: 20px;
}
.cart-items ul li:last-child {
    padding-bottom: 0;
}
.cart-items .cart-item-img {
    float: left;
    width: 30%;
}
.cart-items .cart-item-img a {
    padding: 0;
    border: 1px solid transparent;
    display: block;
}
.cart-items li:hover .cart-item-img a {
    border-color: #EC4445;
}
.cart-items .cart-info {
    float: left;
    padding-left: 5%;
    width: 70%;
}
.cart-item-name {
    display: block;
}
.cart-info a.cart-item-name {
    color: #24273e;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding-left: 0;
    text-transform: capitalize;
}
.cart-menu li:hover .cart-info a.cart-item-name {
    color: #24273e;
}
.cart-menu li:hover .cart-info a.cart-item-name:hover {
    color: #EC4445;
}
.cart-info p {
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize;
}
.cart-items .cart-info a.remove {
    margin-right: 12px;
    background-color: #fff;
    border: 0 none;
    color: #24273e;
    position: absolute;
    right: 0;
    top: 40%;
    transition: all 0.5s ease 0s;
}
.cart-items .cart-info .remove .fa {
    color: #24273e;
}
.cart-items .cart-info .remove .fa:hover {
    color: #EC4445;
}
.cart-items .cart-info a.remove:hover {
    color: #EC4445 !important;
    background-color: #fff;
}
.cart-items .cart-info a.remove:hover {
    color: #EC4445 !important;
    background-color: #fff;
}
.cart-items .subtotal-title h3 {
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 10px;
}
.subtotal span {
    float: right;
}
.cart-btns .default-btn a {
    background-color: #24273e;
    color: #fff;
    display: inline-block;
    line-height: normal;
    padding: 7px 15px;
    text-transform: uppercase;
}
.cart-menu li:hover .cart-btns .default-btn a {
    color: #fff;
}
.cart-btns .default-btn a:hover {
    background-color: #EC4445;
}
.widget_shopping_cart .widgettitle {
    display: none;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0px!important;
}
h1.logo {
    margin-bottom: 0;
    margin-top: 0;
}
/*========================================*/
/*  3. MainMenu
/*========================================*/

.transparent .header-top {
    display: none;
}
.transparent .main-menu-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.transparent .main-menu .main-ul > li > a {
    color: #fff;
}
.header-transparent .main-menu nav ul li a {
    color: #fff;
}
.header-static .main-menu nav ul li a {
    font-style: normal;
}
.header-static .main-menu nav ul li a::after {
    transform: rotate(0deg);
    left: 0;
    width: 100%;
}
.main-menu-area {
    background-color: #fff;
}
.logo a {
    display: block;
    font-size: 35px;
    font-weight: 600;
    line-height: 110px;
    text-transform: capitalize;
}
.main-menu .main-ul {
    float: right;
    list-style: none;
    margin: 0;
}
.sub-menu {
    list-style: none;
    margin: 0;
}
.main-menu .main-ul > li {
    float: left;
}
.main-menu .main-ul > li.relative {
    position: relative;
}
.main-menu .main-ul > li a {
    color: #24273e;
    display: block;
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    padding: 42px 19px;
}
.main-menu .main-ul > li:hover > a {
    color: #fff;
	background-color: #EC4445;
}
.main-menu .main-ul .sub-menu {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 99999;
}
.main-menu ul li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}
.main-menu ul li .sub-menu li:hover > .sub-menu{
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}
.sub-menu li .sub-menu {
    right: 100%;
    left: auto;
    margin-top: 0;
}
.sub-menu li .sub-menu ,
.children li .children{
    left: auto;
    right: 100%;
    margin-top: 0;
}
.sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.children li .children li .children li .children li .children li .children li .children li .children li .children li .children{
    left: auto;
    right: 100%;
    margin-top: 0;
}
.sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover > .sub-menu ,
.children li .children li .children li .children li .children li .children li .children li li .children .children li:hover > .children {
    top: 0;
    visibility: visible;
    z-index: 99;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.children li .children li .children li .children li .children li .children li .children li .children li .children{
    right: auto;
    left: 100%;
    margin-top: 0;
}
.sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover > .sub-menu ,
.children li .children li .children li .children li .children li .children li li .children .children li:hover > .children {
    top: 0;
    visibility: visible;
    z-index: 99;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.children li .children li .children li .children li .children li .children li .children li .children{
    left: auto;
    right: 100%;
    margin-top: 0;
}
.sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover > .sub-menu ,
.children li .children li .children li .children li .children li li .children .children li:hover > .children {
    top: 0;
    visibility: visible;
    z-index: 99;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.children li .children li .children li .children li .children li .children li .children{
    right: auto;
    left: 100%;
    margin-top: 0;
}
.sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover > .sub-menu ,
.children li .children li .children li .children li .children li .children li:hover > .children {
    top: 0;
    visibility: visible;
    z-index: 99;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.children li .children li .children li .children li .children li .children{
    left: auto;
    right: 100%;
    margin-top: 0;
}
.sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover > .sub-menu ,
.children li .children li .children li .children li .children li:hover > .children {
    top: 0;
    visibility: visible;
    z-index: 99;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu ,
.children li .children li .children li .children li .children{
    right: auto;
    left: 100%;
    margin-top: 0;
}
.sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover > .sub-menu ,
.children li .children li .children li .children li:hover > .children {
    top: 0;
    visibility: visible;
    z-index: 99;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sub-menu li .sub-menu li .sub-menu li .sub-menu ,
.children li .children li .children li .children{
    left: auto;
    right: 100%;
    margin-top: 0;
}
.sub-menu li .sub-menu li .sub-menu li:hover > .sub-menu ,
.children li .children li .children li:hover > .children {
    top: 0;
    visibility: visible;
    z-index: 99;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sub-menu li .sub-menu li .sub-menu ,
.children li .children li .children {
    right: auto;
    left: 100%;
    margin-top: 0;
}
.sub-menu li .sub-menu li:hover > .sub-menu ,
.children li .children li:hover > .children {
    top: 0;
    visibility: visible;
    z-index: 99;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sub-menu li:hover > .sub-menu ,
.children li:hover > .children {
    top: 0;
    visibility: visible;
    z-index: 99;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.main-menu ul li .sub-menu li {
    float: none;
    border-bottom: 1px solid #eee;
}
.main-menu ul li .sub-menu li a {
    padding: 6px 20px;
    text-transform: capitalize;
}
.main-menu ul li .sub-menu li a:hover {
    color: #EC4445;
}
.main-menu ul li .sub-menu li a:after {
    display: none
}
/* Menu two column */

.mega-menu-ul {
    background: #fff none repeat scroll 0 0; 
    box-shadow: 0 4px 8px #666;
    margin-left: 0;
    position: absolute;
    opacity: 0;
    left: -18px;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 99999;
    padding: 10px 15px;
}
.main-menu ul li:hover > .mega-menu-ul {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}
.mega-menu-ul > li {
    display: block;
    float: left;
    position: relative;
    padding: 0 15px;
    border-right: 1px solid #eee;
}
.mega-menu-ul > li:last-child {
    border-right: 0px solid #eee;
}
.mega-menu-ul.two > li {
    width: 50%;
}
.mega-menu-ul.third > li {
    width: 33.33%;
}
.mega-menu-ul.two {
    left: inherit;
    right: 0;
}
.menu-position {
    position: relative;
}
.main-ul li.static {
    position: static;
}
.static {
    position: static;
}
.mega-menu-ul.fourth {
    left: 0;
}
.mega-menu-ul.third {
    left: inherit;
    right: 0;
}
.main-menu .main-ul > li:first-child .mega-menu-ul.third {
    left: 0;
    right: inherit;
}
.mega-menu-ul.fourth > li {
    width: 25%;
}
.main-menu ul li .mega-menu-ul > li > a {
    padding: 6px 0;
    text-transform: capitalize;
}
.main-menu ul li .mega-menu-ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    position: static;
    box-shadow: none;
    margin: 0;
    width: auto;
}
.main-menu ul li .mega-menu-ul > li .sub-menu li {
    border-bottom: 0 none;
    border-top: 1px solid #eee;
    display: block;
}
.main-menu ul li .mega-menu-ul > li .sub-menu li a {
    padding: 6px 0;
}
.main-menu-area.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 1px 5px #ddd;
}
.main-menu ul li > .sub-menu li a,
.mega-menu-ul.two li a,
.mega-menu-ul.third li a,
.mega-menu-ul.fourth li a {
    font-weight: 300;
}
#sticker.stick .main-menu-area {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
#sticker.stick .logo a {
    line-height: 80px;
}
#sticker.stick .main-menu nav ul li a {
    padding: 27px 33px;
}
#sticker.stick .main-menu nav ul li ul.sub-menu li a {
    padding: 5px 20px;
}
#sticker.stick .main-menu nav ul li ul.sub-menu li a:hover {
    padding-left: 25px;
}
#sticker.stick .main-menu nav ul li.has-mega .mega-menu span a {
    padding: 5px 0px;
}
#sticker.header-transparent.stick,
#sticker.no-top-bar.stick {
    top: 0;
}
.header-transparent.stick .main-menu-area {
    background-color: #fff;
}
.header-transparent.stick .main-menu nav ul li a {
    color: #24273e;
}
#sticker.header-transparent.stick .logo a {
    line-height: 80px;
}
#sticker.header-transparent.stick .main-menu nav ul li a {
    padding: 27px 34px;
}
/*========================================*/
/*  5. About Us
/*========================================*/

.about-us-info p {
    margin-bottom: 30px;
}
.about-us-img {
    overflow: hidden;
    position: relative;
}
.about-us-img::after,
.about-us-img::before {
    background-color: #EC4445;
    bottom: -40px;
    content: "";
    height: 300px;
    left: 20px;
    position: absolute;
    transform: rotate(5deg);
    width: 300px;
    z-index: -1;
}
.about-us-img::before {
    left: auto;
    right: 20px;
    top: -40px;
}
.default-button button {
    background-color: #ed1d50 !important;
    border: 1px solid #ed1d50;
    color: #fff!important;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 30px!important;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
/*========================================*/
/*  6. Service area
/*========================================*/

.single-service {
    padding-right: 30px;
}
.single-service .icon-title {
    margin-bottom: 30px;
    overflow: hidden;
    display: inline-flex;
}
.single-service .icon-title h3 {
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 20px;
}
.single-service .icon-title i {
    float: left;
    font-size: 32px;
    transition: all 0.5s ease 0s
}
.single-service:hover .icon-title i {
    color: #EC4445
}
/*========================================*/
/*  7.1 shop tab
/*========================================*/

.shop-tab-area .shop-tab {
    text-align: center;
    margin-bottom: 25px;
}
.fitzoon-product-slider-wrapper .shop-tab-area ul {
    margin-bottom: 0;
}
.shop-tab li,
.shop-details-tab-bar li {
    display: inline-block;
}
.shop-tab li a,
.shop-details-tab-bar li a {
    color: #24273e;
    display: block;
    font-weight: 500;
    padding: 0 20px;
    position: relative;
    text-transform: capitalize;
}
.shop-details-tab-bar li a:hover {
    color: #EC4445;
}
.shop-tab li.active a,
.shop-details-tab-bar li.active a {
    color: #EC4445;
}
/*========================================*/
/*  7.2 product style
/*========================================*/

.single-product {
    position: relative;
}
.gridview .single-product {
    overflow: hidden;
    position: relative;
}
.hover-style {
    position: relative;
}
.hover-style .product-img a.main-img,
.hover-style .team-img a.main-img {
    display: block;
    position: relative;
}
.hover-style .product-img a.main-img::after,
.hover-style .product-img a.main-img::after,
.hover-style .team-img a.main-img::after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9;
}
.single-product.hover-style:hover .product-img > a:after {
    opacity: .5;
}
.list-view .hover-style .product-img a.main-img::after {
    background: none;
}
.list-view .hover-style:hover .product-action {
    opacity: .8;
}
.list-view .action-btn .quickview {
    border: 1px solid#585858;
}
.hover-style .team-img:hover a.main-img:after {
    height: 100%;
    opacity: 0.85;
}
.product-img {
    position: relative;
}
.hover-style .team-info {
    bottom: 30px;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease 0.2s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
.hover-style .team-img .team-social {
    margin-top: 20px;
}
.hover-style .product-action {
    bottom: 0;
    opacity: opacity;
    position: absolute;
    transition: all 0.5s ease 0.2s;
    width: 100%;
    z-index: 9999;
}
.single-product.hover-style .product-action {
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.single-product.hover-style:hover .product-action {
    opacity: 1;
}
.hover-style .team-img:hover .team-info {
    bottom: 50%;
    opacity: 1;
    transform: translateY(50%);
    visibility: visible;
}
.product-action .action-single-btn {
    border-radius: none;
    color: #585858;
    font-family: lato;
    font-size: 15px;
    font-weight: 700;
    height: 100%;
    line-height: 36px;
    padding: 0 14px;
    text-transform: uppercase;
    transition: all 0.15s ease 0s;
}
.product-action .icon-button.action-single-btn:hover {
    background-color: #EC4445;
    border-color: #EC4445;
    color: #fff;
}
.hover-style .product-action .ratings {
    margin-top: 15px;
}
.hover-style .product-action .ratings .star-rating {
    display: inline-block;
}
.woocommerce .star-rating::before {
    display: none;
}
.woocommerce .star-rating {
    color: #EC4445;
}
.hover-style .product-action .ratings i {
    color: #ed1d50;
    margin: -1px;
}
.hover-style .product-action .ratings span {
    color: #EC4445;
    font-size: 12px;
}
.single-product .product-name a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: capitalize;
}
.single-product .product-name a:hover {
    color: #EC4445;
}
.product-price .price del,
.product-price span.price del {
    color: #24273e;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
}
.product-price .price ins,
.product-price span.price ins,
.product-price span.price > span {
    color: #ed1d50;
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    margin-left: 5px;
}
/*========================================*/
/*  8. Features area
/*========================================*/

.feature-area h4 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.feature-area p {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size: 18px;
}
/*========================================*/
/*  9. Team area
/*========================================*/

.single-team .team-img {
    position: relative;
    text-align: center;
}
.team-info h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}
.team-info p {
    color: #fff;
    margin-bottom: 0;
}
.team-social a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin: 0 2px;
    width: 35px;
}
.team-social a:hover {
    background-color: #fff;
    color: #EC4445;
}
/*========================================*/
/*  10. Testimonial area
/*========================================*/

.testimonial-area {
    background-position: center center;
    background-repeat: no-repeat;
}
.testimonial-img .writer-img img {
  border-radius: 50%;
}
.single-testimonial{
	margin:80px 0px;
}
.test-writer h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    text-transform: uppercase;
}
.test-writer p {
    color: #fff;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}
.test-spech {
    padding: 35px 0;
}
.test-spech p {
  color: #fff;
  font-family: Lato,sans-serif;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0;
}
/*========================================*/
/*  11. Owl Caursel
/*========================================*/

.owl-carousel .owl-controls .owl-buttons div {
    border: 1px solid #ddd;
    color: #444;
    font-size: 20px;
    height: 40px;
    left: -45px;
    line-height: 35px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 40px;
}
.owl-carousel .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: -45px
}
.owl-carousel:hover .owl-controls .owl-buttons div {
    opacity: 1;
    visibility: visible;
}
.owl-carousel .owl-controls .owl-buttons div:hover {
    color: #EC4445;
    border-color: #EC4445
}
/*========================================*/
/*  12. Blog area
/*========================================*/

.sticky .single-blog {
    border: 1px solid #eee;
    padding: 0 15px 15px;
}
.sticky .single-blog a {
    margin-top: 10px;
}
.blog-area ul.page-numbers {
    margin: 0;
}
.single-blog {
    position: relative;
    margin-bottom: 60px;
}
.blog-slider .single-blog {
    margin-bottom: 15px;
}
.blog-img {
    position: relative;
    margin-bottom: 15px;
}
.blog-info .blog-title {
    color: #464646;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
}
.blog-info .blog-title:hover {
    color: #EC4445;
}
.post-info a {
    color: #666666;
}
.post-info a:hover {
    color: #EC4445;
}
.blog-info .post-info span {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding-right: 20px;
    color: #666666;
}
.blog-info .post-info span i {
    padding-right: 10px;
}
.blog-info .post-info span.post-date i {
    padding-right: 0;
}
.blog-info .post-info span.post-date span {
    padding-right: 0;
}
.post-date span {
    padding-left: 10px;
}
.blog-info p.post-summary {
    color: #666;
    margin-bottom: 5px;
    text-align: justify;
    word-break: break-word;
}
.blog-info a.read-post {
    background-color: #464646;
    border: 1px solid #464646;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    padding: 5px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.blog-info a.read-post:hover {
    color: #464646;
    background-color: transparent;
}
/*==share poat===*/

.post-share {
    margin-top: 17px;
    overflow: hidden;
}
.post-share h3 {
    color: #24273e;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 12px;
}
.post-share ul {
    padding: 10px;
    list-style: none;
}
.post-share ul li {
    float: left;
    margin-right: 10px;
    text-align: center;
}
.post-share ul li a {
    border: 1px solid #ddd;
    color: #353535;
    display: block;
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 28px;
    margin-bottom: 10px;
}
.post-share ul li a:hover {
    border: 1px solid #666666;
    color: #666666;
}
/*========================================*/
/*  13. Pages
/*========================================*/

.single-shop-title-area,
.single-blog-area,
.blog-title-area,
.single-blog-area,
.shop-title-area {
    padding: 150px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 0;
    position: relative;
    background-image: url("img/bg/page-bg.jpg");
}
.page-title-area {
    padding: 150px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 0;
    position: relative;
}
.single-shop-title-area::after,
.single-blog-area::after,
.blog-title-area::after,
.shop-title-area::after,
.page-title-area::after {
    background-color: #24273e;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.92;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.single-page-title-menu,
.page-title-menu {
    margin-top: 5px;
    color: #fff;
    position: relative;
    z-index: 999;
}
.single-page-title-menu ul,
.page-title-menu ul {
    margin: 0;
}
.page-title h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 2px;
    word-break: break-word;
    line-height: 1.2;
    position: relative;
    z-index: 9999
}
.page-title ul {
    position: relative;
    z-index: 9999
}
.single-page-title-menu ul li,
.page-title-menu ul li {
    display: inline-block;
    color: #EC4445;
    font-weight: 400;
    padding-right: 3px;
    position: relative;
    z-index: 9999;
    line-height: 1.4;
    word-break: break-word;
}
.blog-full-post p {
    word-break: break-word;
}
.single-page-title-menu ul li a,
.page-title-menu ul li a {
    color: #fff;
    position: relative;
    z-index: 9999;
}
.page-title-menu ul li a:hover {
    text-decoration: underline;
}
/*========================================*/
/*  15. About Us
/*========================================*/

.mission-vision-area {
    background-color: #24273e;
}
.mission-vision-area p {
    color: #fff;
}
/*========================================*/
/*  16. Shop
/*========================================*/

.shop-bar {
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    padding-bottom: 8px;
}
.shop-bar ul {
    margin: 0;
}
.width-33 {
    width: 33.33%;
}
.shop-navigation li {
    display: inline-block;
}
.shop-navigation li a {
    border: 1px solid transparent;
    color: #909090;
    display: block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}
.shop-navigation li a.active,
.shop-navigation li:hover a {
    color: #24273e;
    border-color: #24273e;
}
.sort-by label {
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 5px;
}
.limit-product label {
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-right: 5px;
    margin-top: 5px;
}
.sort-by select,
.limit-product select {
    border: 1px solid #eee;
    color: #606060;
    padding-left: 5px;
}
.shop-area {
    padding-top: 100px;
    padding-bottom: 80px;
}
.shop-area.pages .single-product {
    margin: 20px 0;
}
.single-list-shop {
    margin-top: 30px;
    overflow: hidden;
}
.single-list-shop:last-child {
    margin-bottom: 55px;
}
.shop-details .single-list-shop:last-child {
    margin-bottom: 0px;
}
.shop-details .tab-pane .single-product {
    margin-bottom: 0;
}
.shop-area.pages .single-list-shop .single-product {
    margin: 0px;
}
.shop-area.pages .single-list-shop .single-product {
    margin: 0;
}
.single-list-shop .single-product .product-name a {
    margin-top: 15px;
}
.price-rating {
    overflow: hidden;
    margin-top: 15px;
}
.single-list-shop .price-rating .ratings i {
    color: #EC4445;
}
.quantity {
    display: inline-flex;
}
.quantity .dec.qtybutton,
.quantity .inc.qtybutton {
    border: 1px solid#24273e;
    cursor: pointer;
    height: 37px;
    line-height: 34px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}
.quantity .dec.qtybutton:hover,
.quantity .inc.qtybutton:hover {
    border-color: #EC4445;
}
.quantity input {
    border: 1px solid#24273e;
    padding: 9px;
}
.woocommerce .woocommerce-result-count {
    float: right;
}
.action-btn {
    background-color: #fff;
    display: inline-flex;
}
.shortcode.list-shop,
.blog-area .shortcode {
    margin-top: 120px;
}
.search-results .toolbar-bottom {
    padding-top: 20px;
}
.shop-area .toolbar-bottom ul {
    margin-bottom: 0px;
}
.toolbar-bottom {
    text-align: center;
}
.toolbar-bottom ul {
    text-align: center;
}
.toolbar-bottom li {
    display: inline-block;
}
.toolbar-bottom ul li a {
    border: 1px solid #eee;
    color: #24273e;
    display: block;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
    text-align: center;
    width: 40px;
}
.toolbar-bottom ul li.current a,
.toolbar-bottom ul li a:hover {
    background-color: #EC4445;
    border-color: #EC4445;
    color: #fff;
}
.toolbar-bottom li span.current {
    background-color: #EC4445;
    border: 1px solid#EC4445;
    color: #fff;
    display: block;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
    text-align: center;
    width: 40px;
}

/*========================================*/
/*  17. Cart & Wishlist
/*========================================*/

.table-responsive .table > tbody > tr > td,
.table-responsive .table > thead > tr > th {
    vertical-align: middle;
    text-align: center;
}
.table-responsive .table th {
    text-transform: uppercase;
}
.table-responsive .table .item-img {
    width: 100px;
}
.table-responsive .remove-icon a.remove {
    width: 100%;
}
.table-responsive .remove-icon a i {
    color: #24273e;
}
.table-responsive .remove-icon a i:hover {
    color: #EC4445;
}
.table-responsive .remove-icon a.remove:hover {
    background: none;
}
.table-responsive .table .cart-product-name a {
    color: #24273e;
    display: block;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
}
.table-responsive .table .cart-product-name a:hover {
    color: #EC4445;
}
.table-responsive td.add-to-cart a.button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #EC4445;
    color: #EC4445;
    padding: 12px;
}
.table-responsive td.add-to-cart a.button:hover {
    background: #EC4445;
    color: #fff;
}
.yith-wcwl-share h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 0;
}
.shopping-button input[type="submit"],
.table-responsive .table .add-to-cart .cart-btn,
.shopping-button button,
.shopping-button a {
    background-color: #464646;
    border: 1px solid #464646;
    color: #fff;
    font-weight: 600;
    margin: 29px 0;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.shopping-button input[type="submit"]:hover,
.table-responsive .table .add-to-cart .cart-btn:hover,
.shopping-button button:hover,
.shopping-button a:hover {
    background-color: transparent;
    color: #464646;
}
.table-responsive .table .remove-icon button {
    background-color: transparent;
    border: 0 none;
    font-size: 24px;
    margin: 33px 0px;
}
.table-responsive .table .remove-icon button:hover {
    color: #EC4445;
}
.cart-addition-area {
    overflow: hidden;
    padding-top: 30px;
}
.table > tfoot > tr > th {
    line-height: 0px;
}
.yith-wcwl-share {
    display: inline-flex;
    margin-bottom: 0;
    float: left;
}
.yith-wcwl-share > ul {
    padding: 9px 0 0 10px;
}
.woocommerce-shipping-fields h3,
.section-small-title h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 0;
}
.single-shipping-location,
.payment-method-box {
    border: 1px solid #eee;
    height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 45%;
}
.single-shipping-location::after,
.payment-method-box:after {
    color: #777777;
    content: "\eb73";
    font-family: "icofont";
    position: absolute;
    right: 5px;
    top: 7px;
    pointer-events: none;
}
.single-shipping-location select,
.payment-method-box select {
    background-color: transparent;
    border: medium none;
    color: #606060;
    font-weight: 400;
    height: 40px;
    padding-left: 5px;
    text-transform: capitalize;
    width: 115%;
}
.discount-coupon p {
    margin-top: -4px;
}
.discount-coupon .input-box input {
    border: 1px solid #eee;
    padding: 5px 10px;
    width: 100%;
}
.cart-total p {
    color: #69686c;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: -4px;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.cart-total p.no-border {
    border-bottom: 0px;
    margin-bottom: 0px;
}
.cart-total p.total-price {
    border-top: 1px solid #24273e;
    color: #24273e;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0px;
    padding-top: 15px;
    border-bottom: 0px;
}
.comment-form .shopping-button > input {
    background-color: #fff;
    border: 1px solid #EC4445;
    border-radius: 5px;
    color: #EC4445;
    font-weight: 600;
    margin: 29px 0;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.comment-form .shopping-button > input:hover {
    background-color: #EC4445;
    color: #fff;
}
.select2-container .select2-choice {
    border: 1px solid #eee;
    border-radius: 0;
    height: 38px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 0 0 10px;
    position: relative;
}
.woocommerce .cart-total table.shop_table {
  border-left: 0 solid rgba(0, 0, 0, 0.1);
}
/*==single comment form===*/

#commentform > input {
    width: 100%;
    border: 1px solid #EEEEEE;
    color: #898B97;
    padding: 8px 20px;
    margin: 10px 0px;
}
#commentform > textarea {
    width: 100%;
    border: 1px solid #EEEEEE;
    color: #898B97;
    padding: 8px 20px;
    margin: 10px 0px;
}
.shopping-button a {
    line-height: 15px;
    margin-bottom: 0;
}
.shopping-button button {
    margin-top: 0;
}
.shipping-location .shopping-button button {
    margin-top: 19px;
}
.shopping-button a {
    display: inline-block;
}
/*========================================*/
/*  18. Shop Details
/*========================================*/

.single-list-shop .yith-wcwl-wishlistaddedbrowse.show {
    text-align: center;
    background-color: #ed1d50;
    display: block;
}
.single-list-shop .yith-wcwl-wishlistexistsbrowse.show {
    background-color: #ed1d50;
    color: #ed1d50;
    display: block;
    float: left;
    height: 40px;
    overflow: hidden;
    text-align: center;
    position: relative;
    width: 40px;
}
.single-list-shop .compare-button {
    border: 1px solid#585858;
    text-align: center;
    margin-left: 5px;
}
.single-list-shop .compare-button:hover {
    border: 1px solid#ed1d50
}
.single-list-shop .product.compare-button a:hover::after {
    background: #ed1d50 none repeat scroll 0 0;
    color: #fff;
}
.single-list-shop .yith-wcwl-wishlistexistsbrowse.show a {
    opacity: 0;
}
.shop-details .action-btn .yith-wcwl-wishlistexistsbrowse.show::after {
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    left: 0;
    line-height: 38px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.woocommerce div.product .stock {
    border: 1px solid #ddd;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    padding: 0 5px;
    color: #24273e;
}
.woocommerce div.product p.price {
    color: #ed1d50;
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: 10px;
}
.single-product .quantity input {
    border: 1px solid #24273e;
    padding: 6px;
}
.single-product .quantity input:hover {
    border: 1px solid #585858;
    border-radius: 0;
}
.shop-details .yith-wcwl-add-button.show > a.add_to_wishlist {
    color: #585858;
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    border: 1px solid #585858;
    border-radius: 0;
    padding: 6px 12px;
    text-align: center;
}
.shop-details .woocommerce-message a.button {
    border: 1px solid #585858;
}
.shop-details .woocommerce-message a.button:hover {
    background: transparent none repeat scroll 0 0;
    border: 1px solid#EC4445;
    color: #EC4445;
}
.shop-details .yith-wcwl-add-button.show > a.add_to_wishlist:hover {
    border: 1px solid #EC4445;
}
.woocommerce #respond input#submit {
    background-color: transparent;
    border: 1px solid#585858;
    color: #24273e;
}
.woocommerce #respond input#submit:hover {
    border: 1px solid#EC4445;
    color: #EC4445;
    background-color: transparent;
}
.shop-details-tab .comment-form input,
textarea {
    margin: 0;
}
.related.products .yith-wcwl-add-button.show > a.add_to_wishlist {
    border: 0px solid #585858;
    border-radius: 0;
    padding: 0 14px;
}
.related.products .shop-details .yith-wcwl-add-button.show > a.add_to_wishlist {
    border: 0px solid #EC4445;
}
.related.products h2 {
    margin-bottom: 30px;
    margin-left: 15px;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}
.related .shop-products .slick-arrow {
    background: #ED1D50 none repeat scroll 0 0;
    color: #fff;
    left: 0px;
    position: absolute;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    border: 1px solid #ED1D50;
}
.related .shop-products button.slick-next.slick-arrow {
    right: 0px;
    left: auto;
}
.related .shop-products .slick-arrow:hover {
    background: #fff none repeat scroll 0 0;
    color: #ed1d50;
}
.single-list-shop .product-action .action-btn .single_add_to_cart_button {
    background: #ed1d50 none repeat scroll 0 0;
    border: 1px solid #EC4445;
    color: #fff;
    padding: 11px;
    margin-right: 6px;
}
.single-list-shop .product-action .action-btn .single_add_to_cart_button:hover {
    background: transparent;
    color: #EC4445;
    border: 1px solid#EC4445;
}
.shop-details .single-list-shop {
    margin-top: 0px;
}
.shop-details .cart-plus-minus {
    padding: 30px 0px;
}
.shop-detail-color {
    margin-bottom: 30px;
}
.colors ul li a {
    background-color: #000;
    display: block;
    height: 24px;
    margin: 8px;
    width: 24px;
}
.related.products .compare-button {
    border: 0px solid #585858;
    margin-left: 0px;
}
.shop-details-social ul li span {
    font-weight: 600;
    text-transform: uppercase;
}
.shop-details-social ul li a {
    color: #24273e;
}
.shop-details-social ul li a:hover {
    color: #EC4445;
}
.shop-details-tab {
    padding-top: 40px;
    padding-left: 12px;
}
.tab-content {
    margin-bottom: 35px;
}
.shop-details-tab-bar {
    margin-bottom: 20px;
    margin-left: 0px;
}
.shop-details-tab-bar li a {
    font-family: "Raleway", sans-serif;
}
.comment-form .comment-form-comment .required {
    display: none;
}
.woocommerce a.button {
    background: none;
    color: #585858;
    font-weight: normal;
}
.woocommerce-checkout #payment,
.woocommerce-info {
    background: #eee;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0px;
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding-bottom: 0px;
}
.woocommerce-cart .woocommerce-message {
    margin: 0 1em 2em !important;
}
.woocommerce-info::before,
.woocommerce-message::before {
    color: #EC4445;
}
.woocommerce-message,
.woocommerce-info {
    border-top-color: #EC4445;
}
.woocommerce-MyAccount-navigation {
    border: 1px solid #eee;
    padding: 22px 0 22px 22px;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #24273e;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #EC4445;
    padding-left: 15px;
}
.single-thumbnails .slick-slide {
    padding-left: 10px;
}
.product-img-list {
    margin-top: 20px;
    float: left;
    width:100%;
}
.quick-thumbnails button.slick-arrow,
.product-img-list button.slick-arrow {
    background: #ED1D50 none repeat scroll 0 0;
    color: #fff;
    left: 0px;
    position: absolute;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    border: 1px solid #ED1D50;
}
.quick-thumbnails button.slick-next.slick-arrow,
.product-img-list button.slick-next.slick-arrow {
    right: 0px;
    left: auto;
}
.single-footer-top ul li.recentcomments {
    word-break: break-word;
}
.quick-thumbnails button.slick-arrow:hover,
.product-img-list button.slick-arrow:hover {
    background: #fff none repeat scroll 0 0;
    color: #ED1D50;
}
.comment-form-comment > label {
    margin-bottom: 10px;
}
.product-type-variable td.label {
    color: #24273e;
    font-size: 17px;
}
.product-type-variable .value > select {
    padding: 7px;
}
.product-type-variable .action-btn {
    position: relative;
}
.product-type-variable .reset_variations {
    display: none;
}
.woocommerce div.product form.cart .variations select {
    margin-right: 5px;
}
.woocommerce div.product form.cart .reset_variations {
    border: 1px solid#24273e;
    padding: 5px;
}
.woocommerce div.product form.cart .reset_variations {
  border: 1px solid #222;
  float: left;
  font-size: 14px;
  margin-top: 15px;
  width: 100%;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 0;
}
.woocommerce .woocommerce-breadcrumb {
    color: #fff;
    line-height: 20px;
    position: relative;
    z-index: 99999;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #fff;
}
/*========================================*/
/*  19. Checkout
/*========================================*/

.client-address-form input,
.client-address-form textarea,
.blog-comment-form input,
.blog-comment-form textarea {
    border: 1px solid #eee;
    margin-bottom: 22px;
    padding: 6px 10px;
    text-transform: capitalize;
}
.payment-methods {
    overflow: hidden;
}
.payment-method .section-small-title h3 {
    margin-top: 25px;
}
.terms-text .checkbox {
    padding-left: 20px;
    text-transform: capitalize;
}
.terms-text .checkbox a {
    color: #EC4445;
}
.woocommerce-checkout .client-address-form p {
    width: 100%;
}
.client-address-form input {
    height: 38px;
}
.woocommerce-checkout #payment {
    border-radius: 0;
}
.woocommerce-page #payment #place_order {
    float: left;
}
.discount-coupon input.button,
.woocommerce input.button.alt {
    background-color: transparent;
    border: 1px solid #EC4445;
    color: #EC4445;
    padding: 12px;
}
.woocommerce input.button.alt:hover {
    background-color: #EC4445;
    color: #fff;
    border-radius: 5px;
}
.cart_totals > h2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 0;
}
.discount-coupon input.button:hover {
    background-color: #EC4445;
    color: #fff;
}
.woocommerce a.button.alt {
    background-color: transparent;
    border: 1px solid #EC4445;
    color: #EC4445;
    font-size: 14px;
    font-weight: 600;
}
.woocommerce a.button.alt:hover {
    background: #EC4445;
    color: #fff;
}
/* login */

form.login .woocommerce-Button.button {
    background: #EF3462;
    border: 1px solid #EF3462;
    padding: 10px 30px;
    color: #fff;
}
form.login .woocommerce-Button.button:hover {
    background: transparent none repeat scroll 0 0;
    color: #EF3462;
}
/*========================================*/
/*  20. Contact
/*========================================*/

.google-map-area {
    position: relative;
}
#googleMap {
    height: 660px;
}
.contact-box {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding: 40px;
    position: absolute;
    background-color: #fff;
    z-index: 9;
    top: -760px;
}
.contact-box .contact-form,
.contact-box .contact-info {
    float: left;
    width: 50%;
}
.contact-box h3.contact-title {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
.contact-info ul {
    list-style: none;
    margin: 0;
}
.contact-info ul li i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid#646464;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    margin-right: 10px;
    float: left;
}
.contact-info ul li i:hover {
    color: #EC4445;
    border: 1px solid#EC4445;
}
.contact-info ul li {
    margin-bottom: 20px;
}
.contact-info p {
    line-height: 30px;
}
/* .contact-form input, */

.contact-form textarea {
    border-bottom: 1px solid #b0b0b0;
    color: #606060;
    text-transform: capitalize;
    padding: 5px 0px;
    margin-bottom: 18px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 100%;
    height: 71px;
}
.contact-form .shopping-button input {
    margin-top: 0;
}
/*========================================*/
/*  21. Blog
/*========================================*/

.all-blog-posts .single-blog {
    margin-bottom: 30px;
    overflow: hidden;
}
.all-blog-posts .single-blog .blog-img {
    float: left;
    width: 45%;
}
.all-blog-posts .single-blog .blog-info {
    float: left;
    padding-left: 3%;
    width: 52%;
}
.all-blog-posts .single-blog .blog-img img {
    width: 100%;
}
.all-blog-posts .single-blog .blog-info .blog-title {
    margin-top: -5px;
    margin-bottom: 5px;
}
.all-blog-posts .single-blog .post-info {
    margin-bottom: 5px;
}
.pagination {
    margin: 0;
}
.postsummary .pagination a:hover {
    color: #EC4445;
}
/*========================================*/
/*  22. Blog Details
/*========================================*/

.blog-info > h3 {
    margin-top: 10px;
    word-break: break-word;
}
.blog-details {
    overflow: hidden;
}
.post-text {
    margin: 0px 0 26px;
}
.blog-full-post .post-text blockquote {
    background-color: #f6f6f6;
    border-left: 2px solid #464646;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin: 23px 0;
    padding: 14px 50px;
}
.comment-box .section-small-title h3 {
    margin: 30px 0 20px;
}
.blog-full-post .post-info {
    background-color: #f3f3f3;
    padding: 10px 10px 7px 22px;
}
.comment-list {
    margin: 0;
}
.comment-list li {
    overflow: hidden;
    padding: 20px 0px;
}
.author-comment > h3 {
    font-size: 16px;
    line-height: 0;
    margin-top: 13px;
}
.comment-list .author-img {
    float: left;
    width: 10%;
}
.author-img > p {
    padding: 10px 0;
    text-align: center;
}
.author-comment i {
    color: peru;
}
.author-comment i {
    color: #777;
    float: right;
}
.author-comment i:hover {
    color: #EC4445;
}
.author-comment > ul,
.author-comment > ol {
    margin: 0;
    padding: 0;
}
.author-comment > ul li,
.author-comment > ol li {
    margin: 3px 0;
    padding: 0;
}
.author-comment > ul li ul,
.author-comment > ol li ol {
    padding: 0;
}
.comment-list .children {
    margin-left: 35px;
}
.comment-box .shopping-button > button {
    margin-top: 6px;
    margin-bottom: 0;
}
.comment-list .author-img {
    float: left;
    width: 10%;
}
.comment-list .author-img img {
    border-radius: 50%;
}
.comment-list .author-comment {
    float: left;
    padding-left: 3%;
    width: 90%;
}
.news-details-bottom h3 {
    border-bottom: 1px solid #5b5b5b;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.author-comment p {
    color: #666666;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0;
    word-break: break-word;
}
.author-comment a {
    color: #EC4445;
    margin-right: 10px;
    text-transform: capitalize;
}
.search-posts {
    padding-bottom: 75px;
    padding-top: 55px;
}
.search-posts .single-blog {
    padding-top: 50px;
}
.search-area .toolbar-bottom {
    padding-bottom: 80px;
}
.search-box {
    position: relative;
}
.search-box input {
    width: 97%;
}
.search-box button {
    background-color: #464646;
    border: 1px solid #464646;
    color: #fff;
    height: 37px;
    position: absolute;
    right: 0;
    width: 55px;
    line-height: 20px;
}
.sidebar-bottom .mc4wp-form-fields input.submit-button {
    background: #EC4445;
    color: #fff;
}
.sidebar-bottom .mc4wp-form-fields input.submit-button:hover {
    background: transparent;
    color: #EC4445;
    border: 1px solid #EC4445;
}
.sidebar-bottom h3 {
    position: relative;
}
.sidebar-bottom h3:after {
    width: 50px;
    content: "";
    height: 1px;
    background-color: #5b5b5b;
    position: absolute;
    left: 0;
    top: 30px;
}
.sidebar-bottom ul li a {
    color: #666666;
}
.sidebar-bottom ul li a:hover {
    color: #EC4445;
}
.sidebar-bottom .widget_shopping_cart_content ul > li {
    position: relative;
}
.blog-sidebar .cart-items .cart-info a.remove {
    top: 0;
}
.sidebar-bottom .widget_shopping_cart_content ul > li > a {
    background: #EC4445 none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 5px 15px;
    width: 100%;
}
.sidebar-bottom .widget_shopping_cart_content .cart-items {
    display: none;
}
.sidebar-bottom .widget_shopping_cart_content li:hover .cart-items {
    display: block;
}
.sidebar-bottom .cart-items .cart-info a.remove {
    margin-right: 0;
}
.sidebar-bottom ul {
    list-style: none;
    margin: 0;
}
.textwidget select {
    width: 100%;
}
.blog-content p > a {
    display: inline-block !important;
    margin-left: 4px;
}
.sidebar-bottom.section-small-title h3 {
    margin-bottom: 15px;
}
.sidebar-bottom {
    margin-bottom: 30px;
    overflow: hidden;
}
.sidebar-bottom .widget_search {
    margin-bottom: 5px;
}
.sidebar-bottom .widget_recent_comments .recentcomments > a {
    display: block;
    float: left;
    width: 100%;
}
.sidebar-bottom .widget_recent_comments ul .recentcomments span.comment-author-link a:hover {
    color: #EC4445;
}
.sidebar-bottom .tagcloud a {
    border: 1px solid #c1c1c1;
    color: #666;
    display: inline-block;
    padding: 5px 10px;
    transition: all 0.4s ease 0s;
    margin-bottom: 10px;
    margin-right: 10px;
}
.tagcloud a[style] {
    font-size: 14px !important;
}
.sidebar-bottom .tagcloud a:hover {
    background-color: #464646;
    border: 1px solid #464646;
    color: #fff;
}
.woocommerce .woocommerce-ordering {
    display: inline-block;
    float: none;
}
/*====Product Category====*/

ul.product-categories li {
    position: relative;
    cursor: pointer;
}
ul.product-categories li.cat-parent:before {
    content: "\f067";
    font-family: fontawesome;
    font-size: 11px;
    position: absolute;
    right: 10px;
}
ul.product-categories li.cat-parent.open:before {
    content: "\f068";
}
ul.product-categories li a {
    color: #606060;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
ul.product-categories li ul {
    display: none;
    padding-left: 20px;
}
ul.product-categories li ul li {
    border-bottom: 0 none;
    list-style: inside none disc;
    padding: 0;
}
ul.product-categories li ul li a {
    display: inline-block;
}
/*==filter=====*/

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #EC4445;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #EC4445;
}
.woocommerce button.button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #EC4445;
    color: #EC4445;
}
.woocommerce button.button:hover {
    background: #EC4445;
    color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    margin-right: 22px;
}
.cross-sells > h2 {
    font-size: 20px;
}
/*==endfilter=====*/

.sidebar-bottom .popular-posts,
.sidebar-bottom .popular-service {
    padding-left: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.sidebar-bottom .blog-posts ul li {
    overflow: hidden;
}
.sidebar-bottom .blog-posts ul li:first-child {
    padding-top: 0px;
}
.sidebar-bottom .blog-img {
    float: left;
    margin-right: 3%;
}
.sidebar-bottom .blog-content {
    float: left;
    width: 70%;
}
.sidebar-bottom .blog-content a {
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-top: -5px;
    text-transform: capitalize;
}
.sidebar-bottom .blog-content a:hover {
    color: #EC4445;
}
.sidebar-bottom .blog-content p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 0;
}
.post-thumb > img {
    height: 64px;
    width: 64px;
}
.price_slider_amount button.button {
    border-radius: 0;
}
/*========================================*/
/*  23. Our Services
/*========================================*/

.service-area.pages {
    background-image: none;
}
.pages .single-service .icon-title i,
.pages .single-service .icon-title h3,
.pages .single-service p {
    color: #24273e;
}
.pages .single-service:hover .icon-title i {
    color: #EC4445;
}
/*========================================*/
/*  24. Eror
/*========================================*/

.error-area {
    background-image: url("img/bg/404-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 130px 0;
}
.error h1 {
    color: #fff;
    font-size: 90px;
    letter-spacing: 10px;
    line-height: 90px;
    margin: 0;
}
.error h3 {
    color: #fff;
    font-size: 36px;
    letter-spacing: 5px;
    line-height: 40px;
}
.error a {
    background: #EC4445 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 40px;
    padding: 15px 30px;
    text-transform: uppercase;
}
.error a:hover {
    background: #fff none repeat scroll 0 0;
    color: #24273e;
}
/*========================================*/
/*  25. Shortcodes
/*========================================*/

.contact-form-area .contact-box {
    position: static;
}
.shortcode-title {
    margin-bottom: 30px;
}
.shortcode-spacer {
    margin-bottom: 60px;
}
.button {
    transition: all 0.5s ease 0s;
}
.button {
    background-color: transparent;
    border: 1px solid #24273e;
    margin-bottom: 10px;
    padding: 5px 24px;
    text-transform: uppercase;
}
.button.dark {
    background-color: #24273e;
    color: #fff;
}
.button:hover {
    background-color: #24273e;
    color: #fff;
}
.button.color-hover:hover {
    background-color: #EC4445;
    border-color: #EC4445;
}
.button.dark:hover {
    background-color: transparent;
    color: #24273e;
}
.button.dark.color-hover:hover {
    background-color: #EC4445;
    color: #fff;
}
.button.large-btn {
    padding: 7px 32px;
}
.button.small-btn {
    padding: 4px 16px;
}
.button.main-color {
    background-color: transparent;
    border-color: #EC4445;
}
.button.main-color:hover {
    color: #fff;
}
.button.bg-main-color,
.button.main-color:hover {
    background-color: #EC4445;
    border-color: #EC4445;
}
.button.bg-main-color:hover,
.button.main-color {
    color: #EC4445;
}
.button.hover-dark:hover {
    background-color: #24273E;
    color: #fff;
    border-color: #24273e;
}
.alert {
    border-radius: 0px;
}
.modal {
    z-index: 999999;
}
.heading-bg .panel-heading {
    background-color: #24273e;
    color: #fff;
}
.wpb_progress_bar_heading {
    font-size: 24px;
    margin-bottom: 30px;
}
/*========================================*/
/*  26. Footer Top area
/*========================================*/

.footer-top-area {
    background-color: #252525;
    padding: 80px 0;
    color: #fff;
}
.footer-top-title {
    margin-top: 25px;
}
.footer-address {
    margin-bottom: 15px;
    margin-top: 20px;
}
.single-footer-top p {
    color: #fff;
}
.single-footer-top select {
    width: 100%;
    color: #252525;
}
.single-footer-top option {
    padding: 5px;
}
.single-footer-top .blog-img {
    float: left;
    margin-right: 10px;
}
.footer-address p {
    margin-bottom: 0;
}
.footer-address p::first-letter {
    font-size: 50px;
}
.single-footer-top p span {
    font-weight: 600;
    text-transform: uppercase;
}
.footer-top-title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}
.footer-top-menu ul li a {
    color: #fff;
    display: block;
    padding: 3px 0;
}
.footer-top-menu ul li a:hover {
    color: #ed2453;
}
.footer-top-newsletter .input-box input {
    border: 0 none;
    color: #909090;
    font-size: 12px;
    height: 38px;
    padding: 2px 15px 0;
    width: 100%;
}
.footer-top-newsletter .submit-button {
    background-color: #EC4445;
    border-color: #EC4445;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 7px 15px;
    transition: .5s;
}
.footer-top-newsletter .submit-button:hover {
    background-color: #fff;
    color: #EC4445;
    border-color: #fff;
}
/*========================================*/
/*  27. Footer area
/*========================================*/

.footer-area {
    background-color: #252525;
    padding: 28px 0 13px;
    border-top: 1px solid#fff;
}
.footer-area .col-md-6:first-child .payment,
.footer-area .col-md-6:first-child .footer-copyright {
    text-align: left;
}
.footer-area .col-md-6:last-child .payment,
.footer-area .col-md-6:last-child .footer-copyright {
    text-align: right;
}
.footer-copyright {
    margin-top: 8px;
}
.single-footer-top h3 {
    border-bottom: 2px solid #747474;
    color: #f2f2f4;
    font-size: 16px;
    padding-bottom: 10px;
    text-transform: uppercase
}
.single-footer-top ul {
    margin: 0;
    list-style: none;
}
.single-footer-top ul li a {
    color: #fff;
}
.single-footer-top ul li a:hover {
    color: #EC4445;
}
.footer-copyright p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize;
}
.footer-copyright a {
    color: #fff;
    font-weight: 600;
}
.footer-copyright a:hover {
    text-decoration: underline;
}
.widget_calendar td#today {
    color: #EC4445;
    display: block;
    font-weight: 700;
    transition: .5s;
}
.footer-top-area .tagcloud a {
    border: 1px solid #eee;
    color: #fff;
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 3px;
    padding: 0 10px;
}
.footer-top-area .tagcloud a:hover {
    background-color: #EC4445;
    border-color: #EC4445;
}
.footer-top-area .widget_shopping_cart ul li {
    position: relative;
}
.footer-top-area .widget_shopping_cart_content li > a {
    background: #EC4445 none repeat scroll 0 0;
    display: block;
    padding: 6px 10px;
}
.footer-top-area .widget_shopping_cart_content .cart-items {
    display: none;
}
.footer-top-area .widget_shopping_cart_content:hover .cart-items {
    display: block;
}
.footer-top-area .cart-info a.cart-item-name {
    color: #fff
}
.footer-top-area .cart-items .cart-info a.remove {
    margin-right: 0px;
}
.single-footer-top .widget_shopping_cart_content ul li a {
    color: #ec4445;
}
.single-footer-top .widget_shopping_cart_content ul li a:hover {
    color: #fff;
}
/*======extra code add===*/

.listview {
    display: none;
}
.list-view .listview {
    display: block;
}
.list-view .product-action.text-center {
    display: none;
}
.shop-tab-area .ratings,
.gridview .ratings {
    float: left;
}
.shop-tab-area .product-price,
.gridview .product-price {
    float: right;
    margin-top: -2px;
}
.list-view .gridview .product-info {
    display: none;
}
.list-view .item-col {
    width: 100%;
}
.action-btn a.add_to_cart_button,
.action-btn a.button.product_type_variable,
.action-btn a.button.product_type_grouped,
.action-btn a.button.product_type_simple,
.action-btn a.button.product_type_external {
    color: #585858;
    height: 100%;
    line-height: 40px;
    padding: 0 14px;
}
.action-btn a.button.product_type_external:hover,
.action-btn a.button.product_type_grouped:hover,
.action-btn a.button.product_type_simple:hover,
.action-btn a.button.product_type_variable:hover {
    background-color: #EC4445;
    border-color: #EC4445;
    color: #fff;
}
.woocommerce a.button.added {
    text-indent: -9999px;
}
.tab-pane .single-product {
    overflow: hidden;
}
.action-btn a.added_to_cart.wc-forward {
    background: #EC4445 none repeat scroll 0 0;
    border-color: #EC4445;
    color: #fff;
    height: 38px;
    line-height: 40px;
    margin: 0 5px;
    padding: 0 30px 0 15px;
    position: relative;
}
.tab-pane .action-btn .added,
.gridview .action-btn .added {
    display: none;
}
.action-btn .added_to_cart.wc-forward::after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    right: 8px;
}
.tab-pane .action-btn a.add_to_cart_button:hover,
.gridview .action-btn a.add_to_cart_button:hover {
    color: #fff;
}
.tab-pane .action-btn a.add_to_wishlist:hover,
.gridview .action-btn .add_to_wishlist:hover {
    background: #EC4445;
    color: #fff;
}
.tab-pane .single-product .add_to_wishlist,
.gridview .action-btn .add_to_wishlist {
    border-radius: 0;
    display: block;
    float: left;
    height: 100%;
    line-height: 40px;
    padding: 0 14px;
    width: 40px;
}
.woocommerce .single-product .star-rating {
    float: none;
}
.tab-pane .product-action .yith-wcwl-wishlistexistsbrowse a,
.gridview .product-action .yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse.show > a {
    border-color: #EC4445;
    display: block;
    height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 40px;
    text-indent: -9999px;
}
.tab-pane .single-product {
    margin: 30px 0;
}
.tab-pane .product-action .yith-wcwl-wishlistexistsbrowse.show a::after,
.gridview .product-action .yith-wcwl-wishlistexistsbrowse.show a::after,
.gridview .product-action .yith-wcwl-wishlistexistsbrowse a::after,
.yith-wcwl-wishlistaddedbrowse.show > a::after {
    bottom: 0;
    content: "\f00c";
    font-family: FontAwesome;
    left: 0;
    line-height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    color: #585858;
    text-indent: 0;
}
.tab-pane .product-action .yith-wcwl-wishlistexistsbrowse.show a::after,
.gridview .product-action .yith-wcwl-wishlistexistsbrowse.show a:hover:after {
    color: #fff;
    background-color: #EC4445;
}
.yith-wcwl-add-button.show {
    float: left;
    position: relative;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.wishlist-area table {
    margin-bottom: 0;
}
/*=====list view=====*/

.list-view .action-btn .add_to_cart_button.button {
    background: #ed1d50 none repeat scroll 0 0;
    border: 1px solid #585858;
    margin: 0px 5px;
}
.list-view .action-btn .add_to_cart_button.button:hover {
    background: transparent;
    color: #EC4445;
}
.list-view .yith-wcwl-add-button.show > a.add_to_wishlist {
    border: 1px solid #585858;
    color: #585858;
    display: block;
    float: left;
    height: 40px;
    padding: 6px 16px;
    width: 46px;
    border-radius: 0;
}
.list-view .yith-wcwl-add-button.show > a.add_to_wishlist:hover {
    border: 1px solid #EC4445;
}
.list-view .yith-wcwl-add-button.show > a.add_to_wishlist:hover {
    background: #EC4445;
    color: #fff;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}
.list-view .product-action .yith-wcwl-wishlistexistsbrowse a,
.list-view .yith-wcwl-wishlistaddedbrowse.show a {
    background-color: #ed1d50;
    color: #ed1d50;
    display: block;
    float: left;
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 40px;
}
.list-view .product-action .yith-wcwl-wishlistexistsbrowse a::after,
.list-view .yith-wcwl-wishlistaddedbrowse.show a::after {
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    left: 0;
    line-height: 38px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.shop-details .yith-wcwl-add-button.show a.add_to_wishlist:hover {
    background: #EC4445;
    color: #fff;
}
/*===add to cart===*/

span.feedback {
    display: none;
}
/* Products Quickview */

.quick-modal .slick-slide {
    padding-left: 10px;
}
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: 27px;
    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 #c38749;
    color: #c38749;
}
.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 {
    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%;
}
.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: 0 0 20px;
    text-transform: capitalize;
}
.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 .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 #d3d3d3;
    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 #d3d3d3;
    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 {
    color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: bold;
    height: 43px;
    line-height: 43px;
    padding: 0 70px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #EC4445;
    border: 1px solid#EC4445;
}
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .button:hover {
    background: #fff;
    color: #EC4445;
}
.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 #d3d3d3;
    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: #EC4445 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 #d3d3d3;
    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 #d3d3d3;
    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;
}
.list-actions-btn .clear {
    display: none;
}
.pro-quantity span.inc {
    float: left;
}
.products-container .shop-products .item-col {
    margin-bottom: 70px;
}
/*==single shop page====*/

.woocommerce-page #content div.product div.images {
    width: 85%;
}
/* visual composer css edit */

.vc_tta.vc_general .vc_tta-panel-body {
    box-sizing: inherit !important;
}
/*for shop*/

.woocommerce.product.compare-button a {
    color: #585858;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 40px;
    line-height: 40px;
}
.list-view .woocommerce.product.compare-button a {
    border: 1px solid #585858;
    margin-left: 5px;
    text-align: center;
}
.list-view .action-btn .add_to_cart_button.button:hover {
    border: 1px solid#EC4445;
    ;
}
.product.compare-button a::after {
    background-color: #fff;
    content: "\f021" !important;
    font-family: FontAwesome !important;
    height: 100%;
    left: 0;
    line-height: 40px;
    position: absolute;
    top: 0;
    width: 40px;
    text-indent: 0;
    margin: 0 !important;
}
.tab-pane .product.compare-button a:hover::after,
.grid-view .product.compare-button a:hover::after {
    background-color: #EC4445;
    color: #fff;
}
.list-view .product.compare-button a:hover:after {
    background-color: #EC4445;
    color: #fff;
}
.list-view .woocommerce.product.compare-button a:hover {
    border: 1px solid #EC4445;
}
.single-product.hover-style {
    position: relative;
}
.tab-pane .action-btn a.add_to_cart_button,
.gridview .action-btn a.add_to_cart_button {
    overflow: hidden;
    width: 43px;
    transition: .5s;
}
/*.tab-pane .single-product .action-btn a.add_to_cart_button::after,
.gridview .single-product .action-btn a.add_to_cart_button::after {
    background-color: #fff;
    content: "\f07a";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    top: 0;
    width: 43px;
}*/
.tab-pane .single-product .action-btn a.add_to_cart_button:hover:after,
.list-view .single-product .action-btn a.add_to_cart_button:hover:after {
    background-color: #EC4445;
    color: #fff;
    border: 1px solid #EC4445;
}
.list-view .single-product .action-btn a.add_to_cart_button {
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    overflow: hidden;
}
/*for list add to cart*/

.list-view .single-product .action-btn a.add_to_cart_button::after {
    background-color: #fff;
    content: "\f07a";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
    color: #585858;
}
.gridview .single-product .action-btn a.add_to_cart_button:hover::after {
    background-color: #EC4445;
    color: #fff;
    height: 100%;
}
.action-btn a.added_to_cart.wc-forward {
    height: 100%;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.action-btn .added_to_cart.wc-forward::after {
    background-color: #EC4445;
    left: 0;
    right: 0;
    top: 0;
}
.yith-wcwl-wishlistexistsbrowse.show a {
    color: #fff;
}
.woocommerce a.button {
    border-radius: 0px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
}
/*----------------------------------------*/
/*  5.  Banner Area
/*----------------------------------------*/
/* Banner Area Home 1 */

.sin-banner-2 {
    display: block;
    padding: 0;
	position:relative;
}
.sin-banner-2 img {
    width: 100%;
	transition:all 0.9s ease 0s;
}
.banner-content-2 {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  z-index: 999;
}
.sin-banner-2:hover .banner-content-2{
	opacity: 1;
	visibility: visible;
}
.sin-banner-2:after {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 9;
}

.sin-banner-2:hover:after{
  opacity: 0.5;
}



.banner-content-2.right {
    padding-right: 60px;
    right: 40px;
    text-align: right;
}
.banner-content-2.left {
    padding-left: 60px;
    left: 40px;
    text-align: left;
}
.banner-content-2.center {
    background-color: rgba(255, 255, 255, 0.5);
    left: 50%;
    padding: 10px 85px 22px;
    text-align: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.banner-content-2.center:before {
    border: 1px solid #fff;
    bottom: -10px;
    content: "";
    left: -10px;
    position: absolute;
    right: -10px;
    top: -10px;
}
.banner-content-2 h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    line-height: 42px;
    margin: 0;
    position: absolute;
}
.banner-content-2.right h1 {
    right: 0;
    -webkit-transform: rotate(-90deg) translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    transform: rotate(-90deg) translateY(-100%);
    -webkit-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    transform-origin: right top 0;
}
.banner-content-2.left h1 {
    left: 0;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}
.banner-content-2.center h1 {
    color: #252525;
    font-size: 48px;
    line-height: 38px;
    position: static;
    text-transform: uppercase;
    white-space: nowrap;
}
.banner-content-2.center h2 {
    color: #252525;
    font-size: 48px;
    line-height: 38px;
    margin: 15px 0 0;
    text-transform: inherit;
    white-space: nowrap;
}
.banner-content-2 h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 14px;
    margin: 0 0 12px;
    text-transform: uppercase;
}
.banner-content-2 h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 34px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.banner-content-2 a {
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.banner-content-2 a:hover {
    background-color: #fff;
    color: #EC4445;
}
/*news letter*/

.news-letter-area {
    background: rgba(0, 0, 0, 0) url("img/bg-newlest.png") no-repeat scroll 100% center;
    display: block;
    overflow: hidden;
    text-align: center;
}
.news-text h3 {
    color: #656565;
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.news-text h3 span {
    color: #f3652a;
}
.news-text p {
    color: #444;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.subscribe-box {
    display: inline-block;
    margin-top: 70px;
    position: relative;
    text-align: center;
    width: 582px;
}
.subscribe-box input {
    border: 1px solid #d7d7d7;
    height: 43px;
    line-height: 34px;
    padding: 0 19px 0 15px;
    width: 420px;
}
.subscribe-box button {
    background: #f3652a none repeat scroll 0 0;
    border: 2px solid #f3652a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    overflow: visible;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: auto;
}
/*----------------------------------------*/
/*  11.  Brand Area
/*----------------------------------------*/

.brand-slider {
    background-color: #fff;
    border-radius: 3px;
    position: relative;
}
.brand-slider .slick-list {
    padding: 36px 22px;
}
.sin-brand {
    border: 1px solid #dcdcdb;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sin-brand:hover {
    border-color: #EC4445;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.sin-brand img {
    width: 100%;
}

/*---wishlist----*/
.wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, 
.wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy, 
.woocommerce table.wishlist_table tfoot td {
  text-align: center;
}

.wishlist_table .product-name > a {
  font-size: 18px;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
 display: inline-block !important;
}
.wishlist-title {
    display: none;
}