/*!
Theme Name: eStore Pro
Theme URI: https://themegrill.com/themes/estore/
Author: ThemeGrill
Author URI: https://themegrill.com/wordpress-themes/
Description: eStore pro is a clean, beautiful and fully customizable responsive WooCommerce WordPress theme. This theme packs many premium features and several custom widgets which helps making your online store professional and well organized. Theme is fully compatible with WooCommerce and YITH WooCommerce Wishlist plugins. As an online store owner, attracting customers and selling products will be lot easier with this theme.
Version: 2.4.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: estore
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, theme-options, blog, e-commerce, custom-logo, footer-widgets, rtl-language-support, threaded-comments

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.

eStore is based on Underscores http://underscores.me/, (C) 2012-2015 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/
*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box; }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #333333;
  font-weight: 700; }

.sub-title {
  color: #333;
  font-weight: 400;
  line-height: 32px;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px; }

p {
  margin-bottom: 20px; }

b,
strong {
  font-weight: bold; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
  margin: 0 15px;
  font-size: 20px;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  border-color: #00A9E0; }

address {
  margin: 0 0 15px; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr,
.wp-block-separator {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px; }

ul,
ol {
  margin: 0 0 15px 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 15px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 15px 15px; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle; }

figure {
  margin: 0; }

table {
  margin: 0 0 15px;
  width: 100%;
  border-collapse: collapse; }

th {
  font-weight: bold; }

th, td,
.wp-block-table th,
.wp-block-table td {
  border: 1px solid #CCC;
  padding: 5px 10px; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: middle; }

.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #333333;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  font-size: 14px;
  line-height: 13px;
  border: none;
  padding: 10px 15px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-shadow: none;
  transition: background 0.5s ease; }

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #00A9E0;
  color: #ffffff; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
  color: #666;
  border: 1px solid #ccc;
  height: 36px;
  width: 100%;
  -webkit-appearance: none; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid #AAA; }

.searchform input[type="text"]:focus {
  border: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px 6px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  color: #666;
  border: 1px solid #ccc;
  height: 160px;
  max-width: 100%;
  width: 100%; }

/*--------------------------------------------------------------
5.0 Links
--------------------------------------------------------------*/
a {
  color: #00A9E0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }

a:hover,
a:focus,
a:active {
  color: #0191BC; }

a:focus {
  outline: thin dotted; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-size: 14px;
    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; }

.page-header-disable .site-content {
  margin-top: 30px; }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 15px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.row:before,
.row: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,
.tg-container:after,
.tg-container:before {
  content: '';
  display: table; }

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.tg-container:after {
  clear: both; }

.clear {
  clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 25px;
  padding-bottom: 10px; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
10.0 Posts and pages
--------------------------------------------------------------*/
h1.entry-title {
  color: #353535;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: capitalize; }

h1.entry-title a {
  color: #3d3d3d; }

.hentry {
  margin: 0 0 15px; }

.updated {
  display: none; }

.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300; }

.cat-links {
  margin-right: 10px; }

.page-content,
.entry-content,
.entry-summary {
  margin: 15px 0 0; }

.page-links {
  clear: both;
  margin: 0 0 15px; }

.edit-link .post-edit-link {
  background: #293037;
  padding: 4px 10px;
  color: #FFF !important;
  line-height: 1;
  border-radius: 3px;
  font-size: 13px; }

.edit-link .post-edit-link:before {
  content: "\f044";
  font-family: FontAwesome;
  margin-right: 5px; }

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry {
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-top: 40px; }

#blog-post article.hentry:first-child,
.search article.hentry:first-child,
.archive article.hentry:first-child,
.tag article.hentry:first-child,
.category article.hentry:first-child {
  margin-top: 0; }

article.hentry .edit-link {
  display: block;
  margin-top: 20px; }

article.hentry h1.entry-title {
  margin-bottom: 5px;
  line-height: 1.2; }

article.hentry .entry-footer > span {
  margin-right: 15px;
  font-size: 13px; }

.page-header .page-title {
  color: #333333;
  padding-bottom: 15px; }

.entry-footer a {
  color: #999; }

.entry-footer a:hover {
  color: #DC3522; }

.nav-links .meta-nav {
  display: none; }

.nav-links {
  clear: both;
  display: table;
  width: 100%; }

.nav-links .nav-previous,
.nav-links .nav-next,
.default-wp-page li {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 50%; }

.default-wp-page li.next {
  float: right; }

.nav-links .nav-next,
.default-wp-page .next {
  text-align: right; }

.nav-links .nav-previous a:before {
  content: "\f0d9";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px; }

.nav-links .nav-next a:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 5px; }

.entry-thumbnail {
  position: relative; }

.entry-exrecpt {
  width: 60%;
  float: right; }

.short-content {
  margin-bottom: 10px; }

.short-content + .bttn {
  float: right; }

.entry-footer {
  margin-top: 10px; }

.full-width {
  float: none;
  width: 100%; }

.default-wp-page {
  margin: 0;
  list-style: none; }

/*--------------------------------------------------------------
11.0 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
12.0 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

#comments h2.comments-title {
  background: none;
  color: #333333;
  display: block;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  margin: 35px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #e1e1e1; }

#comments h3 {
  margin: 0 0 10px;
  color: #141414;
  font-weight: 600;
  display: inline-block;
  line-height: 22px;
  font-size: 18px; }

#commentform label {
  width: 120px;
  display: block; }

textarea#comment {
  width: 100%;
  height: 150px; }

/*Comment Lists*/
.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.comments-area ol.children {
  margin: 0 0 0 15px; }

.comment-list .comment-body {
  background: #e1e1e1 none repeat scroll 0 0;
  border-top: 2px solid #00A9E0;
  margin-bottom: 20px;
  padding: 15px; }

.comment-author img {
  vertical-align: middle;
  margin-right: 15px; }

.comment-author .fn {
  font-style: normal;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold; }

.comment-author .fn .url {
  color: #333;
  padding: 0 5px; }

.comment-author .fn .url:hover {
  color: #00A9E0; }

.comment-author .says {
  display: none; }

.commentmetadata {
  float: right;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  font-weight: 300; }

.comment-metadata {
  padding-left: 52px;
  font-size: 13px; }

.commentmetadata a {
  color: #666; }

.comment-content {
  padding-left: 52px;
  margin-top: 10px; }

.commentmetadata .comment-edit-link {
  color: #01AEFD; }

.commentmetadata + .clear {
  margin-bottom: 20px; }

.comment-awaiting-moderation {
  margin: 10px 0 0;
  padding-left: 51px;
  font-weight: 600; }

.reply .comment-reply-link {
  background: none repeat scroll 0 0 #293037;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1;
  padding: 2px 10px; }

#respond {
  background: #f2f2f2;
  padding: 20px;
  margin-top: 20px;
  color: #141414; }

#commentform .form-submit {
  margin-bottom: 0; }

#cancel-comment-reply-link {
  font-style: italic;
  color: #00A9E0; }

#cancel-comment-reply-link:before {
  font-family: FontAwesome;
  content: "\f057";
  margin: 0 5px 0 20px;
  font-style: normal;
  color: #00A9E0; }

.logged-in-as a {
  color: #00A9E0; }

/*--------------------------------------------------------------
13.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

#infinite-footer {
  display: none; }

/*--------------------------------------------------------------
14.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 10px 0; }

.site-main .gallery {
  margin-bottom: 1.5em; }

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0; }

ul.blocks-gallery-grid,
ul.wp-block-gallery {
  padding: 0; }
  ul.blocks-gallery-grid img,
  ul.wp-block-gallery img {
    margin-bottom: 0; }

/*--------------------------------------------------------------
Gutenberg Blocks Layout.
--------------------------------------------------------------*/
.wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-gallery.aligncenter,
.wp-block-social-links.alignleft,
.wp-block-social-links.alignright,
.wp-block-social-links.aligncenter {
  display: flex; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

.bypostauthor,
.gallery-caption,
.sticky {
  /* empty property */ }

/*--------------------------------------------------------------
17.0 COMMON CSS
--------------------------------------------------------------*/
body {
  font-weight: 400;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8;
  overflow: hidden; }

.hide {
  display: none; }

#page {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.home section {
  margin-top: 30px; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
  # sidebar CSS
--------------------------------------------------------------*/
.widget-title {
  border-bottom: 1px solid #d6d6d6;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative; }
  .widget-title span {
    border-bottom: 2px solid #00a9e0;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    top: 1px; }

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_product_categories ul {
  list-style: outside none none;
  margin: 0;
  padding: 0px; }

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li,
.widget_nav_menu li,
.widget_product_categories li {
  border-bottom: none;
  color: #333;
  font-size: 13px;
  line-height: 24px;
  margin: 0 0 10px;
  padding: 0 0 5px 25px;
  position: relative;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  display: block; }

.widget_categories ul.children,
.widget_pages ul.children,
.widget_meta ul.children,
.widget_recent_comments ul.children,
.widget_recent_entries ul.children,
.widget_rss ul.children,
.widget_nav_menu ul.children,
.widget_product_categories ul.children {
  margin-top: 5px; }

.widget ul.children li:last-child {
  margin: 0;
  padding-bottom: 0; }

.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_comments li a,
.widget_recent_entries li a,
.widget_rss li a,
.widget_nav_menu li a,
.widget_product_categories li a {
  color: #333; }

.widget_archive a::before,
.widget_categories a:before,
.widget_pages a:before,
.widget_meta a:before,
.widget_recent_comments a:before,
.widget_recent_entries a:before,
.widget_rss a:before,
.widget_nav_menu a:before,
.widget_product_categories a:before {
  color: #888888;
  content: "\f187";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.widget_categories a::before,
.widget_product_categories a:before {
  content: "\f07b"; }

.widget_recent_entries a::before {
  content: "\f101"; }

.widget_meta a::before,
.widget_nav_menu a:before {
  content: "\f1db"; }

.widget_recent_comments a::before {
  content: "\f086"; }

.widget_rss a::before {
  content: "\f09e"; }

.widget_pages a:before {
  content: "\f1ea"; }

.widget_tag_cloud a {
  background: #ebebeb none repeat scroll 0 0;
  border: medium none;
  color: #888888;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 6px 10px; }

.widget_archive a:hover::before,
.widget_categories a:hover:before,
.widget_pages a:hover:before,
.widget_meta a:hover:before,
.widget_recent_comments a:hover:before,
.widget_recent_entries a:hover:before,
.widget_rss a:hover:before,
.widget_nav_menu a:hover:before,
.widget_product_categories li a:hover:before,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_recent_comments li a:hover,
.widget_recent_entries li a:hover,
.widget_rss li a:hover,
.widget_nav_menu li a:hover,
.widget_tag_cloud a:hover,
.widget_product_categories a:hover {
  color: #00a9e0; }

.widget_tag_cloud a:hover {
  background: #00a9e0 none repeat scroll 0 0;
  color: #fff; }

.widget_recent_entries .post-date {
  color: #9f9f9f;
  display: block;
  font-size: 12px; }

.widget_search input[type="search"] {
  width: 84%; }

.widget_search button {
  height: 36px;
  margin-left: -3px;
  width: 15%; }

.widget_search input[type="search"] {
  width: 70%;
  display: inline-block;
  vertical-align: top; }

.widget_search button {
  height: 36px;
  margin-left: -3px;
  width: 46px; }

/*--------------------------------------------------------------
# layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    Inner page layout CSS
--------------------------------------------------------------*/
#primary {
  float: left;
  width: 72.5%; }

#secondary {
  float: right;
  width: 25%; }

.left_sidebar #secondary {
  float: left; }

.left_sidebar #primary {
  float: right; }

.no_sidebar_full_width #primary {
  width: 100%;
  float: none; }

.no_sidebar_full_width #secondary {
  display: none; }

.no_sidebar_content_centered #primary {
  float: none;
  display: block;
  margin: 0 auto; }

.no_sidebar_content_centered #secondary {
  display: none; }

.no_sidebar_full_width #primary .entry-content > .alignfull,
.no_sidebar_content_centered #primary .entry-content > .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: unset; }
  .no_sidebar_full_width #primary .entry-content > .alignfull.wp-block-cover, .no_sidebar_full_width #primary .entry-content > .alignfull.wp-block-cover-image,
  .no_sidebar_content_centered #primary .entry-content > .alignfull.wp-block-cover,
  .no_sidebar_content_centered #primary .entry-content > .alignfull.wp-block-cover-image {
    width: unset; }

.no_sidebar_full_width #primary .entry-content > .alignwide,
.no_sidebar_content_centered #primary .entry-content > .alignwide {
  margin-left: -100px;
  margin-right: -100px;
  max-width: unset;
  width: unset; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Responsive grid for pages
--------------------------------------------------------------*/
.tg-container {
  width: 1200px;
  margin: 0 auto;
  position: relative; }

.tg-column-wrapper {
  clear: both;
  margin-left: -2%; }
  .tg-column-wrapper .tg-column-1 {
    width: 100%;
    float: left;
    margin-left: 2%; }
  .tg-column-wrapper .tg-column-2 {
    width: 48%;
    margin-left: 2%;
    float: left; }
  .tg-column-wrapper .tg-column-3 {
    float: left;
    margin-left: 2%;
    width: 31.32%; }
  .tg-column-wrapper .tg-column-4 {
    width: 23%;
    margin-left: 2%;
    float: left; }
  .tg-column-wrapper .tg-column-5 {
    width: 18%;
    margin-left: 2%;
    float: left; }

.woocommerce-page ul.products.tg-column-wrapper {
  clear: both;
  margin-left: -2%; }
  .woocommerce-page ul.products.tg-column-wrapper li.product.tg-column-4 {
    width: 23%;
    margin-left: 2%;
    float: left;
    margin-right: 0;
    padding: 0; }

.tg-column-bottom-margin {
  margin-bottom: 2%; }

.hide {
  display: none; }

/*--------------------------------------------------------------
# Theme
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Top Header
--------------------------------------------------------------*/
.top-header-wrapper {
  background: #f0f0f0; }

.left-top-header {
  float: left; }

.right-top-header {
  float: right; }
  .right-top-header .top-header-menu-wrapper {
    float: left; }
    .right-top-header .top-header-menu-wrapper ul {
      margin: 0;
      list-style: none;
      padding: 0; }
      .right-top-header .top-header-menu-wrapper ul li {
        border-right: 1px solid #c0bfbf;
        float: left; }
        .right-top-header .top-header-menu-wrapper ul li a {
          color: #6d6c6c;
          font-weight: 600;
          line-height: 38px;
          padding: 0 10px;
          display: block; }
          .right-top-header .top-header-menu-wrapper ul li a:hover {
            background: #00A9E0;
            color: #ffffff; }

.left-header-block {
  border-right: 1px solid #c0bfbf;
  color: #6d6c6c;
  float: left;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  margin-right: 10px;
  margin-top: 12px;
  padding-right: 10px; }
  .left-header-block i {
    margin-right: 5px; }

.contact-info {
  border-right: none; }

.right-header-block {
  float: left; }
  .right-header-block a {
    color: #6d6c6c;
    line-height: 38px;
    display: block;
    float: left;
    font-size: 12px;
    padding: 0 10px;
    font-weight: 600;
    border-right: 1px solid #c0bfbf;
    transition: all 0.5s ease; }
    .right-header-block a:hover {
      background: #00a9e0;
      color: #ffffff; }
    .right-header-block a i {
      margin-left: 3px; }

#lang_sel_click a.lang_sel_sel {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  line-height: 38px;
  font-size: 12px;
  font-weight: 600;
  color: #6d6c6c;
  padding: 0 10px;
  border-right: 1px solid #c0bfbf; }
  #lang_sel_click a.lang_sel_sel:hover {
    background: #00a9e0;
    color: #ffffff; }

#lang_sel_click {
  float: left;
  font-family: "Open Sans", sans-serif; }
  #lang_sel_click li {
    width: auto; }

#lang_sel_click ul ul {
  border-top: 2px solid #00A9E0;
  top: 100%; }
  #lang_sel_click ul ul li {
    background: #f0f0f0;
    width: 100%; }
    #lang_sel_click ul ul li a {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      display: block;
      padding: 6px 10px; }

/*--------------------------------------------------------------
## Middle Header
--------------------------------------------------------------*/
.middle-header-wrapper {
  background: #ffffff;
  padding: 20px 0; }

.logo,
.site-title-wrapper,
.logo-wrapper {
  float: left; }

.logo-wrapper {
  margin: 14px 0; }

.logo {
  margin-right: 15px; }

#site-title {
  float: none;
  font-size: 28px;
  margin: 0;
  line-height: 1.3; }
  #site-title a {
    color: #454545; }

#site-description {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  margin: 0; }

#header-sidebar .widget {
  margin: 0; }

.widget-large-advertise,
.wishlist-cart-wrapper {
  float: right;
  margin: 0;
  padding: 0; }

.wishlist-cart-wrapper {
  margin: 22px 0; }

.wishlist-wrapper,
.wcmenucart-contents {
  background: #f65656 none repeat scroll 0 0;
  border-radius: 100%;
  float: left;
  height: 42px;
  line-height: 42px;
  margin-left: 25px;
  text-align: center;
  width: 42px;
  display: block;
  position: relative; }

.wishlist-wrapper a,
.cart-wrapper .estore-cart-views > a {
  color: #ffffff;
  display: block; }

.wishlist-wrapper a:hover {
  color: #ffffff; }

.wishlist-wrapper .wishlist-value,
.cart-wrapper .cart-value {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #f65656;
  border-radius: 100%;
  display: block;
  height: 24px;
  line-height: 19px;
  position: absolute;
  right: -10px;
  top: -9px;
  width: 24px;
  color: #f65656;
  font-size: 12px; }

.wcmenucart-contents {
  background: #00A9E0;
  float: left; }
  .wcmenucart-contents .cart-value {
    border: 2px solid #00A9E0;
    color: #00A9E0; }

.cart-wrapper {
  float: left;
  position: relative; }

.my-cart-wrap {
  float: left;
  margin-left: 20px; }
  .my-cart-wrap .my-cart {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase; }

.cart-total {
  font-size: 12px;
  font-weight: 600; }

#masthead {
  position: relative;
  z-index: 99; }

/*--------------------------------------------------------------
## Bottom Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	Bottom Header css
--------------------------------------------------------------*/
.header-first-layout .sticky {
  border-top: none;
  border-bottom: none; }

.header-first-layout .bottom-header-wrapper {
  background: #fff; }

.bottom-header-wrapper {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: relative; }
  .bottom-header-wrapper .tg-container {
    position: static;
    background: #fff; }

.category-menu {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  float: left;
  font-weight: 600;
  line-height: 43px;
  text-transform: capitalize;
  width: 230px;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  margin-right: 30px; }
  .category-menu:hover {
    background: #00A9E0; }
  .category-menu .category-toggle {
    padding: 0 20px; }
    .category-menu .category-toggle i {
      float: right;
      line-height: 43px; }
  .category-menu .category-toggle.active {
    background: #00A9E0; }

#category-navigation {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #00a9e0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999; }
  #category-navigation ul {
    list-style: none;
    margin: 0; }
    #category-navigation ul li {
      padding: 0 20px;
      line-height: 38px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
      position: relative; }
      #category-navigation ul li a {
        color: #333; }
      #category-navigation ul li:hover > a {
        color: #0191BC; }
      #category-navigation ul li:last-child {
        border-bottom: none; }

#category-navigation ul.sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #00a9e0;
  left: 110%;
  position: absolute;
  top: 0;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease; }

#category-navigation ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  left: 100%; }

/*--------------------------------------------------------------
## Header-cart-popup
--------------------------------------------------------------*/
#masthead .widget_shopping_cart {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.05);
  opacity: 0;
  padding: 20px 15px;
  position: absolute;
  left: 37%;
  top: 120%;
  visibility: hidden;
  width: 250px;
  transition: all 0.5s ease;
  transform: translateX(-50%);
  z-index: 9;
  border-bottom: 3px solid #00A9E0;
  border-top: 3px solid #00A9E0; }
  #masthead .widget_shopping_cart:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00A9E0;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px; }

#masthead .cart-wrapper:hover .widget_shopping_cart {
  opacity: 1;
  visibility: visible;
  top: 110%; }

#masthead.header-second-layout .cart-wrapper:hover .widget_shopping_cart {
  top: 143%; }

.widget_shopping_cart .total {
  border: 1px solid #e6e6e6;
  border-left: none;
  border-right: none;
  margin: 20px 0 0;
  padding: 5px 0;
  text-align: center; }

.widget_shopping_cart .button {
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  color: #787878;
  display: block;
  float: left;
  margin: 20px 0 0 3%;
  text-align: center;
  transition: all 0.5s ease; }
  .widget_shopping_cart .button:hover {
    background: #00A9E0;
    color: #ffffff;
    border-color: #00A9E0; }

.widget_shopping_cart .buttons {
  margin-left: -3%; }

.woocommerce.widget_shopping_cart .cart_list li {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 32px; }
  .woocommerce.widget_shopping_cart .cart_list li img {
    border-radius: 100%;
    box-shadow: none;
    float: left;
    height: auto;
    margin-right: 10px;
    width: 42px; }
  .woocommerce.widget_shopping_cart .cart_list li a.remove {
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    color: #F65656 !important; }
    .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
      background: #F65656 !important;
      color: #ffffff !important; }
  .woocommerce.widget_shopping_cart .cart_list li a {
    color: #333333; }

.woocommerce.widget_shopping_cart .total {
  padding: 4px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }

.woocommerce .widget_shopping_cart_content .buttons {
  margin: 0; }
  .woocommerce .widget_shopping_cart_content .buttons a.button {
    border: 1px solid #e6e6e6;
    border-radius: 25px;
    color: #787878;
    display: block;
    float: left;
    margin: 20px 0 0 3%;
    text-align: center;
    font-weight: 400;
    background: none;
    transition: all 0.5s ease; }
    .woocommerce .widget_shopping_cart_content .buttons a.button:hover {
      background: #00A9E0;
      color: #ffffff;
      border-color: #00A9E0; }

/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
#site-navigation {
  float: left; }
  #site-navigation ul {
    list-style: outside none none;
    margin: 0;
    padding: 0; }
    #site-navigation ul li {
      float: left;
      font-size: 14px;
      font-weight: 700;
      line-height: 43px;
      margin-left: 38px;
      position: relative; }
      #site-navigation ul li a {
        color: #454545;
        position: relative;
        text-transform: uppercase;
        display: block;
        transition: all 0.5s ease; }
      #site-navigation ul li:first-child {
        margin-left: 0; }
  #site-navigation .sub-menu,
  #site-navigation .children {
    left: 0;
    min-width: 200px;
    position: absolute;
    top: 120%;
    border: 1px solid #e5e5e5;
    border-bottom: 3px solid #00A9E0;
    z-index: 999;
    background: #ffffff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden; }
    #site-navigation .sub-menu li,
    #site-navigation .children li {
      display: block;
      float: none;
      margin-left: 0; }
      #site-navigation .sub-menu li a,
      #site-navigation .children li a {
        border-bottom: 1px solid #e5e5e5;
        padding: 0 15px; }
    #site-navigation .sub-menu li.menu-item-has-children,
    #site-navigation .children li.menu-item-has-children {
      padding-right: 0; }
    #site-navigation .sub-menu ul,
    #site-navigation .children ul {
      top: 0;
      left: 110%; }

#site-navigation ul li.menu-item-has-children > a:after,
#secondary-navigation ul li.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  right: -15px;
  content: "\f107";
  font-family: FontAwesome;
  color: #454545;
  transform: translateY(-50%);
  transition: all 0.5s ease; }

#site-navigation ul.sub-menu li.menu-item-has-children > a:after,
#secondary-navigation ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  right: 15px; }

#site-navigation ul li:hover > a,
#site-navigation ul li.current-menu-item > a,
#site-navigation ul li:hover > a:after,
#secondary-navigation ul li:hover > a,
#secondary-navigation ul li.current-menu-item > a
#secondary-navigation ul li:hover > a:after {
  color: #00A9E0; }

#site-navigation ul li:hover > .sub-menu,
#site-navigation ul li:hover > .children,
#site-navigation ul li.sfHover > .sub-menu,
#site-navigation ul li.sfHover > .children,
#secondary-navigation ul li:hover > .sub-menu,
#secondary-navigation ul li:hover > .children {
  top: 100%;
  visibility: visible;
  opacity: 1; }

#site-navigation ul.sub-menu > li:hover > .sub-menu,
#site-navigation ul.sub-menu > li.sfHover > .sub-menu,
#secondary-navigation ul.sub-menu > li:hover > .sub-menu {
  top: 0;
  visibility: visible;
  opacity: 1;
  left: 100%; }

.sub-toggle {
  display: none; }

/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header cart popup css
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	Search User  css
--------------------------------------------------------------*/
.search-user-wrapper {
  float: right; }

.search-user-block {
  border-left: 1px solid #e5e5e5;
  float: left;
  font-size: 16px;
  line-height: 43px;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer; }
  .search-user-block .search-icon {
    display: block;
    padding: 0 15px; }

.search-user-block a {
  color: #333;
  display: block;
  padding: 0 15px; }

.search-user-block:hover {
  background: #00A9E0;
  color: #fff; }

.search-user-block:hover a {
  color: #ffffff; }

.user-wrapper.search-user-block {
  border-right: 1px solid #e5e5e5; }

.search-wrapper {
  position: relative; }
  .search-wrapper .header-search-box {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 3px solid #00a9e0;
    border-top: 3px solid #00a9e0;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    padding: 15px;
    position: absolute;
    right: 0;
    top: 125%;
    width: 300px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden; }
    .search-wrapper .header-search-box:before {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #00A9E0;
      content: "";
      position: absolute;
      right: 15px;
      top: -10px; }
    .search-wrapper .header-search-box .search-field {
      border-radius: 0;
      height: 36px;
      padding: 4px 10px;
      width: 85%;
      float: left;
      margin-bottom: 0px; }
    .search-wrapper .header-search-box .searchsubmit {
      border: medium none;
      border-radius: 0;
      box-shadow: none;
      color: #fff;
      float: left;
      padding: 10px 0 10px;
      width: 15%;
      height: 36px; }

.header-search-box.active {
  opacity: 1;
  visibility: visible; }

/*--------------------------------------------------------------
# Header Media
--------------------------------------------------------------*/
.wp-custom-header {
  position: relative; }
  .wp-custom-header iframe {
    width: 100%; }
  .wp-custom-header .wp-custom-header-video-button {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 62px;
    height: 50px;
    font: 0px/0 a;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .wp-custom-header .wp-custom-header-video-button:before {
      content: '\f04b';
      display: block;
      font-family: FontAwesome;
      font-size: 20px; }
    .wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-pause:before {
      content: '\f04c'; }
  .wp-custom-header:hover .wp-custom-header-video-button {
    visibility: visible;
    opacity: 1; }

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
#top_slider_section {
  margin: 0; }
  #top_slider_section .widget {
    margin-bottom: 0;
    padding-bottom: 0; }

.big-slider {
  float: left;
  max-width: 1200px;
  position: relative; }
  .big-slider ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .big-slider .bx-controls .bx-next,
  .big-slider .bx-controls .bx-prev {
    border-bottom: 30px solid transparent;
    border-left: 30px solid #333;
    border-top: 30px solid transparent;
    color: #ffffff;
    display: block;
    float: left;
    height: 0;
    line-height: 0;
    width: 0;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease; }
    .big-slider .bx-controls .bx-next i,
    .big-slider .bx-controls .bx-prev i {
      display: block;
      margin-left: -22px;
      margin-top: -10px; }
    .big-slider .bx-controls .bx-next:hover,
    .big-slider .bx-controls .bx-prev:hover {
      border-left-color: #00a9e0; }
  .big-slider .bx-controls .bx-next {
    float: right;
    border-right: 30px solid #333;
    border-left: transparent;
    left: auto;
    right: 0; }
    .big-slider .bx-controls .bx-next i {
      display: block;
      margin-left: 17px;
      margin-top: -10px; }
    .big-slider .bx-controls .bx-next:hover {
      border-right-color: #00a9e0; }

.slider-caption-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-bottom: 10px; }
  .slider-caption-wrapper .slider-title {
    font-size: 32px;
    line-height: 40px;
    margin: 10px 0;
    text-shadow: 1px 1px 2px #333;
    color: #ffffff;
    font-weight: 700; }
    .slider-caption-wrapper .slider-title a {
      color: #ffffff; }
      .slider-caption-wrapper .slider-title a:hover {
        color: #00a9e0; }
  .slider-caption-wrapper .slider-content {
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 5px #333;
    margin: 10px 0 20px; }
  .slider-caption-wrapper .slider-btn {
    background: #00a9e0 none repeat scroll 0 0;
    border-radius: 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0 8px 30px;
    transition: all 0.5s ease; }
    .slider-caption-wrapper .slider-btn i {
      background: #0791be none repeat scroll 0 0;
      border-radius: 0 25px 25px 0;
      display: inline;
      margin-left: 15px;
      padding: 11px 15px 10px;
      transition: all 0.5s ease; }
    .slider-caption-wrapper .slider-btn:hover {
      background: #0791be; }
      .slider-caption-wrapper .slider-btn:hover i {
        background: #00a9e0; }

.normal_slider {
  margin: 0 auto;
  max-width: 800px;
  position: relative; }
  .normal_slider .slider-caption-wrapper .tg-container {
    width: 100%; }

.small-slider-wrapper {
  float: right;
  max-width: 380px; }

.home-slider,
.featured-slider {
  visibility: hidden;
  margin: 0; }

.category-slider,
.product-slider {
  position: relative;
  text-align: center; }
  .category-slider .bx-controls .bx-next,
  .category-slider .bx-controls .bx-prev,
  .product-slider .bx-controls .bx-next,
  .product-slider .bx-controls .bx-prev {
    border-bottom: 30px solid transparent;
    border-left: 30px solid #333;
    border-top: 30px solid transparent;
    color: #ffffff;
    display: block;
    float: left;
    height: 0;
    line-height: 0;
    width: 0;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease; }
    .category-slider .bx-controls .bx-next i,
    .category-slider .bx-controls .bx-prev i,
    .product-slider .bx-controls .bx-next i,
    .product-slider .bx-controls .bx-prev i {
      display: block;
      margin-left: -22px;
      margin-top: -10px; }
    .category-slider .bx-controls .bx-next:hover,
    .category-slider .bx-controls .bx-prev:hover,
    .product-slider .bx-controls .bx-next:hover,
    .product-slider .bx-controls .bx-prev:hover {
      border-left-color: #00a9e0; }
  .category-slider .bx-controls .bx-next,
  .product-slider .bx-controls .bx-next {
    float: right;
    border-right: 30px solid #333;
    border-left: transparent;
    left: auto;
    right: 0;
    z-index: 9; }
    .category-slider .bx-controls .bx-next i,
    .product-slider .bx-controls .bx-next i {
      display: block;
      margin-left: 17px;
      margin-top: -10px; }
    .category-slider .bx-controls .bx-next:hover,
    .product-slider .bx-controls .bx-next:hover {
      border-right-color: #00a9e0; }
  .category-slider .thumbnail-pager-slider,
  .product-slider .thumbnail-pager-slider {
    z-index: 999; }

/*--------------------------------------------------------------
# Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## section-title
--------------------------------------------------------------*/
.section-title-wrapper {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .section-title-wrapper .section-title-block {
    float: left; }
    .section-title-wrapper .section-title-block .page-title {
      display: inline-block;
      font-size: 20px;
      margin: 0;
      position: relative; }
      .section-title-wrapper .section-title-block .page-title a {
        color: #454545; }
        .section-title-wrapper .section-title-block .page-title a:hover {
          color: #0191BC; }
    .section-title-wrapper .section-title-block .page-sub-title {
      display: inline-block;
      font-size: 13px;
      color: #7f7d7d;
      font-weight: 400;
      position: relative;
      margin: 0 0 0 10px;
      padding-left: 15px; }
      .section-title-wrapper .section-title-block .page-sub-title:before {
        position: absolute;
        left: 0;
        content: "/";
        top: 0; }

.widget-collection .page-title:after,
.widget-featured-collection .page-title:after {
  position: absolute;
  left: 0;
  bottom: -13px;
  content: "";
  width: 100%;
  height: 2px;
  background: #00A9E0; }

.sorting-form-wrapper {
  float: right; }
  .sorting-form-wrapper .sort-text {
    float: left;
    font-weight: 700; }
  .sorting-form-wrapper .woocommerce-ordering {
    float: left;
    margin-left: 15px; }

.view-all {
  float: right; }
  .view-all a {
    color: #333333; }
    .view-all a:hover {
      color: #0191BC; }

/*--------------------------------------------------------------
## feature color
--------------------------------------------------------------*/
.widget-featured-collection .page-title:after {
  background: #ffc300; }

.widget-featured-collection .section-title-wrapper .section-title-block .page-title a:hover {
  color: #e2ae04; }

/*--------------------------------------------------------------
## collection color
--------------------------------------------------------------*/
.product-collection .page-title:after {
  position: absolute;
  left: 0;
  bottom: -12px;
  content: "";
  width: 100%;
  height: 2px;
  background: #00A9E0; }

.men-collection-color .page-title:after {
  background: #00A9E0; }

.men-collection-color .section-title-wrapper .section-title-block .page-title a:hover {
  color: #0191BC; }

/*--------------------------------------------------------------
## men-collection
--------------------------------------------------------------*/
.hot-product-title {
  font-size: 18px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background: #00A9E0;
  color: #ffffff;
  padding: 5px 0; }

.hot-product-content-wrapper {
  border: 1px solid #e1e1e1;
  padding: 15px; }
  .hot-product-content-wrapper .hot-img {
    margin: 0;
    position: relative;
    border-bottom: 3px solid #00A9E0;
    overflow: hidden; }
    .hot-product-content-wrapper .hot-img a {
      display: block; }
      .hot-product-content-wrapper .hot-img a img {
        display: block;
        width: 100%; }
      .hot-product-content-wrapper .hot-img a i {
        margin-left: 5px; }
    .hot-product-content-wrapper .hot-img .cart-price-wrapper {
      background: rgba(0, 0, 0, 0.6);
      bottom: -40px;
      left: 0;
      padding: 8px 10px;
      position: absolute;
      width: 100%;
      transition: all 0.5s ease; }
      .hot-product-content-wrapper .hot-img .cart-price-wrapper .add_to_cart_button {
        float: left;
        font-weight: 600;
        color: #ffffff; }
        .hot-product-content-wrapper .hot-img .cart-price-wrapper .add_to_cart_button:hover {
          color: #0191BC; }
      .hot-product-content-wrapper .hot-img .cart-price-wrapper .add_to_cart_button.added {
        display: none; }
      .hot-product-content-wrapper .hot-img .cart-price-wrapper .added_to_cart {
        float: left;
        font-weight: 600;
        color: #ffffff; }
        .hot-product-content-wrapper .hot-img .cart-price-wrapper .added_to_cart:hover {
          color: #0191BC; }
      .hot-product-content-wrapper .hot-img .cart-price-wrapper .hot-price {
        float: right;
        color: #ffffff; }
        .hot-product-content-wrapper .hot-img .cart-price-wrapper .hot-price del {
          color: #c1c1c1; }
        .hot-product-content-wrapper .hot-img .cart-price-wrapper .hot-price ins {
          background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
          color: #fff;
          font-weight: 700; }
    .hot-product-content-wrapper .hot-img:hover .cart-price-wrapper {
      bottom: 0; }

.hot-content-wrapper {
  text-align: center;
  padding: 15px 0 10px; }
  .hot-content-wrapper .hot-title {
    font-size: 16px;
    margin: 0; }
    .hot-content-wrapper .hot-title a {
      color: #454545; }
      .hot-content-wrapper .hot-title a:hover {
        color: #0191BC; }
  .hot-content-wrapper .star-rating {
    color: #00A9E0;
    float: none;
    display: inline-block;
    float: none;
    font-size: 14px;
    margin: 0 0 15px; }
  .hot-content-wrapper .hot-content {
    color: #7f7d7d;
    line-height: 21px;
    margin: 15px 0 20px; }
  .hot-content-wrapper .single_add_to_wishlist {
    background: #00A9E0;
    border-radius: 25px;
    padding: 5px 15px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600; }
    .hot-content-wrapper .single_add_to_wishlist:hover {
      background: #0191BC;
      color: #ffffff; }
    .hot-content-wrapper .single_add_to_wishlist i {
      margin-left: 3px; }

.product-list-wrap {
  border: 1px solid #e1e1e1;
  padding: 15px; }
  .product-list-wrap .product-list-block {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 7px;
    padding-bottom: 7px; }
    .product-list-wrap .product-list-block .product-list-img {
      float: left;
      margin: 0; }
      .product-list-wrap .product-list-block .product-list-img a,
      .product-list-wrap .product-list-block .product-list-img img {
        display: block; }
    .product-list-wrap .product-list-block .product-list-content {
      float: right;
      width: 65%; }
      .product-list-wrap .product-list-block .product-list-content .product-list-title {
        font-size: 12px;
        margin: 0; }
        .product-list-wrap .product-list-block .product-list-content .product-list-title a {
          color: #454545; }
          .product-list-wrap .product-list-block .product-list-content .product-list-title a:hover {
            color: #0191BC; }
      .product-list-wrap .product-list-block .product-list-content .price {
        font-size: 12px; }
        .product-list-wrap .product-list-block .product-list-content .price .price-text {
          font-weight: 600; }
        .product-list-wrap .product-list-block .product-list-content .price del {
          color: #94978f;
          margin-left: 5px; }
        .product-list-wrap .product-list-block .product-list-content .price ins {
          background: none;
          color: #00A9E0;
          margin-left: 5px; }
    .product-list-wrap .product-list-block:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }

.widget-collection .cart-wishlist-btn {
  margin-top: 4px; }
  .widget-collection .cart-wishlist-btn a {
    font: 0px/0 a;
    color: transparent; }
    .widget-collection .cart-wishlist-btn a i {
      border: 1px solid #00A9E0;
      display: inline-block;
      font-size: 14px;
      height: 26px;
      line-height: 26px;
      margin-right: 10px;
      text-align: center;
      width: 30px;
      color: #00A9E0;
      transition: all 0.5s ease; }
      .widget-collection .cart-wishlist-btn a i:hover {
        color: #ffffff !important;
        background: #0191BC;
        border-color: #0191BC; }
  .widget-collection .cart-wishlist-btn a.added_to_cart {
    font-size: 14px;
    line-height: 26px;
    font-family: FontAwesome;
    position: relative; }
    .widget-collection .cart-wishlist-btn a.added_to_cart:after {
      content: "\f06e";
      font-family: FontAwesome;
      top: 50%;
      left: 0;
      transform: translateY(-53%);
      position: absolute;
      color: #ffffff;
      font-size: 16px;
      border: 1px solid #00A9E0;
      display: inline-block;
      font-size: 14px;
      height: 26px;
      line-height: 26px;
      margin-right: 10px;
      text-align: center;
      width: 30px;
      color: #00A9E0; }
  .widget-collection .cart-wishlist-btn a.added_to_cart:hover:after {
    color: #ffffff !important;
    background: #00A9E0; }

.collection-right-align .tg-column-wrapper .tg-column-4.collection-block {
  float: right; }

/*--------------------------------------------------------------
## thumb-collection
--------------------------------------------------------------*/
.widget_vertical_promo .promo_style_1 .collection-thumb-block,
.widget_full_width_promo .promo_style_1 .collection-thumb-block {
  position: relative;
  text-align: center; }
  .widget_vertical_promo .promo_style_1 .collection-thumb-block .collection-thumb-img,
  .widget_full_width_promo .promo_style_1 .collection-thumb-block .collection-thumb-img {
    margin: 0;
    overflow: hidden; }
    .widget_vertical_promo .promo_style_1 .collection-thumb-block .collection-thumb-img img,
    .widget_full_width_promo .promo_style_1 .collection-thumb-block .collection-thumb-img img {
      display: inline-block;
      transform: scale(1) rotate(0deg);
      transition: all 0.3s ease; }
  .widget_vertical_promo .promo_style_1 .collection-thumb-block .collection-thumb-hover,
  .widget_full_width_promo .promo_style_1 .collection-thumb-block .collection-thumb-hover {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .widget_vertical_promo .promo_style_1 .collection-thumb-block .collection-thumb-hover .collection-thumb-title-wrapper,
    .widget_full_width_promo .promo_style_1 .collection-thumb-block .collection-thumb-hover .collection-thumb-title-wrapper {
      bottom: 30px;
      left: 0;
      position: absolute;
      text-align: center;
      width: 100%;
      transition: all 0.3s ease; }
      .widget_vertical_promo .promo_style_1 .collection-thumb-block .collection-thumb-hover .collection-thumb-title-wrapper .collection-thumb-title,
      .widget_full_width_promo .promo_style_1 .collection-thumb-block .collection-thumb-hover .collection-thumb-title-wrapper .collection-thumb-title {
        color: #ffffff;
        font-size: 26px;
        font-weight: 700;
        display: block;
        text-transform: uppercase; }
      .widget_vertical_promo .promo_style_1 .collection-thumb-block .collection-thumb-hover .collection-thumb-title-wrapper .collection-thumb-sub-title,
      .widget_full_width_promo .promo_style_1 .collection-thumb-block .collection-thumb-hover .collection-thumb-title-wrapper .collection-thumb-sub-title {
        display: block;
        color: #dcdcdc;
        font-size: 16px;
        text-transform: uppercase;
        padding: 0 30px; }
    .widget_vertical_promo .promo_style_1 .collection-thumb-block .collection-thumb-hover:after,
    .widget_full_width_promo .promo_style_1 .collection-thumb-block .collection-thumb-hover:after {
      border: 2px solid rgba(255, 255, 255, 0.7);
      content: "";
      height: 90%;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 93%; }
  .widget_vertical_promo .promo_style_1 .collection-thumb-block:hover img,
  .widget_full_width_promo .promo_style_1 .collection-thumb-block:hover img {
    transform: scale(1.1) rotate(-2deg); }
  .widget_vertical_promo .promo_style_1 .collection-thumb-block:hover .collection-thumb-hover .collection-thumb-title-wrapper,
  .widget_full_width_promo .promo_style_1 .collection-thumb-block:hover .collection-thumb-hover .collection-thumb-title-wrapper {
    bottom: 40px; }

.widget_vertical_promo .collection-thumb-block {
  float: none;
  margin-bottom: 20px;
  width: 100%; }
  .widget_vertical_promo .collection-thumb-block:last-child {
    margin-bottom: 0; }

.widget_vertical_promo .promo_style_2 .collection-thumb-block,
.widget_full_width_promo .promo_style_2 .collection-thumb-block {
  position: relative; }
  .widget_vertical_promo .promo_style_2 .collection-thumb-block .collection-thumb-img,
  .widget_full_width_promo .promo_style_2 .collection-thumb-block .collection-thumb-img {
    text-align: center; }
  .widget_vertical_promo .promo_style_2 .collection-thumb-block .collection-thumb-title,
  .widget_full_width_promo .promo_style_2 .collection-thumb-block .collection-thumb-title {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    font-size: 18px;
    left: 0;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #ffffff; }
    .widget_vertical_promo .promo_style_2 .collection-thumb-block .collection-thumb-title:hover,
    .widget_full_width_promo .promo_style_2 .collection-thumb-block .collection-thumb-title:hover {
      color: #00a9e0; }
  .widget_vertical_promo .promo_style_2 .collection-thumb-block .collection-thumb-sub-title,
  .widget_full_width_promo .promo_style_2 .collection-thumb-block .collection-thumb-sub-title {
    display: none; }

/*--------------------------------------------------------------
## about
--------------------------------------------------------------*/
.widget-about {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0; }
  .widget-about .tg-container {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    max-width: 1200px;
    transform: translateX(-50%); }
    .widget-about .tg-container .about-content-wrapper {
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      height: 100%;
      background: #f9f9f9; }
      .widget-about .tg-container .about-content-wrapper .about-block {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 999; }
        .widget-about .tg-container .about-content-wrapper .about-block .about-title {
          font-size: 28px;
          margin: 0;
          text-transform: uppercase; }
          .widget-about .tg-container .about-content-wrapper .about-block .about-title a {
            color: #454545; }
        .widget-about .tg-container .about-content-wrapper .about-block .about-sub-title {
          color: #00a9e0;
          margin: 10px 0;
          font-size: 16px;
          text-transform: capitalize; }
        .widget-about .tg-container .about-content-wrapper .about-block .about-content {
          color: #737373;
          font-size: 14px;
          margin-top: 20px; }
      .widget-about .tg-container .about-content-wrapper:before {
        content: "";
        position: absolute;
        width: 1000%;
        height: 100%;
        background: #f9f9f9;
        left: -1000%;
        top: 0; }
      .widget-about .tg-container .about-content-wrapper:after {
        background: #f9f9f9 none repeat scroll 0 0;
        content: "";
        height: 2000px;
        position: absolute;
        right: 650px;
        top: 50%;
        transform: rotate(70deg) translateY(-50%);
        width: 2000px;
        z-index: 9; }

.about-img {
  margin: 0; }
  .about-img img {
    width: 100%;
    display: block; }

.widget-about .layout-1-cta .about-btn {
  display: none; }

/*--------------------------------------------------------------
## featured-collection
--------------------------------------------------------------*/
.featured-slider,
.feature-slider-tab {
  margin: 0;
  padding: 0; }
  .featured-slider li,
  .feature-slider-tab li {
    text-align: center; }
    .featured-slider li .featured-img,
    .feature-slider-tab li .featured-img {
      margin: 0;
      padding: 0;
      border: 1px solid #e1e1e1;
      text-align: center;
      position: relative; }
      .featured-slider li .featured-img img,
      .feature-slider-tab li .featured-img img {
        display: block; }
      .featured-slider li .featured-img .featured-hover-wrapper,
      .feature-slider-tab li .featured-img .featured-hover-wrapper {
        background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease; }
        .featured-slider li .featured-img .featured-hover-wrapper .featured-hover-block,
        .feature-slider-tab li .featured-img .featured-hover-wrapper .featured-hover-block {
          position: absolute;
          left: 0;
          top: 52%;
          transform: translateY(-50%);
          text-align: center;
          width: 100%;
          transition: all 0.5s ease;
          opacity: 0;
          visibility: hidden; }
          .featured-slider li .featured-img .featured-hover-wrapper .featured-hover-block a,
          .feature-slider-tab li .featured-img .featured-hover-wrapper .featured-hover-block a {
            border: 1px solid #fff;
            color: #fff;
            display: inline-block;
            height: 40px;
            width: 40px;
            margin: 0 5px;
            font: 0/0 a;
            border-radius: 0;
            vertical-align: top; }
            .featured-slider li .featured-img .featured-hover-wrapper .featured-hover-block a:hover,
            .feature-slider-tab li .featured-img .featured-hover-wrapper .featured-hover-block a:hover {
              background: #e2ae04;
              border-color: #e2ae04; }
            .featured-slider li .featured-img .featured-hover-wrapper .featured-hover-block a i,
            .feature-slider-tab li .featured-img .featured-hover-wrapper .featured-hover-block a i {
              font-size: 16px;
              line-height: 36px; }
          .featured-slider li .featured-img .featured-hover-wrapper .featured-hover-block a.added_to_cart,
          .feature-slider-tab li .featured-img .featured-hover-wrapper .featured-hover-block a.added_to_cart {
            position: relative; }
            .featured-slider li .featured-img .featured-hover-wrapper .featured-hover-block a.added_to_cart:after,
            .feature-slider-tab li .featured-img .featured-hover-wrapper .featured-hover-block a.added_to_cart:after {
              content: "\f06e";
              font-family: FontAwesome;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              position: absolute;
              color: #ffffff;
              font-size: 16px; }
        .featured-slider li .featured-img .featured-hover-wrapper:hover .featured-hover-block,
        .feature-slider-tab li .featured-img .featured-hover-wrapper:hover .featured-hover-block {
          top: 50%;
          opacity: 1;
          visibility: visible; }
      .featured-slider li .featured-img:hover .featured-hover-wrapper,
      .feature-slider-tab li .featured-img:hover .featured-hover-wrapper {
        opacity: 1;
        visibility: visible; }
    .featured-slider li .featured-title,
    .feature-slider-tab li .featured-title {
      font-size: 15px;
      margin: 10px 0 0; }
      .featured-slider li .featured-title a,
      .feature-slider-tab li .featured-title a {
        color: #454545; }
        .featured-slider li .featured-title a:hover,
        .feature-slider-tab li .featured-title a:hover {
          color: #e2ae04; }
    .featured-slider li .woocommerce-product-rating .star-rating,
    .feature-slider-tab li .woocommerce-product-rating .star-rating {
      display: inline-block;
      float: none;
      font-size: 14px;
      margin: 15px 0 5px;
      color: #ffc300; }
    .featured-slider li .price,
    .feature-slider-tab li .price {
      display: block; }
      .featured-slider li .price .price-text,
      .feature-slider-tab li .price .price-text {
        font-weight: 600; }
      .featured-slider li .price del,
      .feature-slider-tab li .price del {
        color: #94978f;
        margin-left: 3px; }
      .featured-slider li .price .amount,
      .feature-slider-tab li .price .amount {
        background: none;
        margin-left: 3px; }
      .featured-slider li .price ins,
      .feature-slider-tab li .price ins {
        color: #ffc300;
        background: none; }
    .featured-slider li .single_add_to_wishlist,
    .feature-slider-tab li .single_add_to_wishlist {
      background: #ffc300 none repeat scroll 0 0;
      border-radius: 25px;
      color: #ffffff;
      display: inline-block;
      font-weight: 600;
      padding: 5px 15px;
      margin: 10px 0 15px; }
      .featured-slider li .single_add_to_wishlist:hover,
      .feature-slider-tab li .single_add_to_wishlist:hover {
        background: #e2ae04; }
      .featured-slider li .single_add_to_wishlist i,
      .feature-slider-tab li .single_add_to_wishlist i {
        margin-left: 5px; }

.featured-wrapper.layout-2-carousel .featured-content-wrapper {
  background: #fff;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }
  .featured-wrapper.layout-2-carousel .featured-content-wrapper h3 {
    margin-top: 0;
    padding-top: 0;
    width: calc(100% - 100px);
    text-align: left; }
  .featured-wrapper.layout-2-carousel .featured-content-wrapper .single_add_to_wishlist {
    margin-top: 0;
    padding: 0;
    color: #454545;
    background: none; }
    .featured-wrapper.layout-2-carousel .featured-content-wrapper .single_add_to_wishlist:hover {
      color: #25bea0; }

.widget-featured-collection .bx-controls {
  position: absolute;
  right: 0;
  top: 5px; }
  .widget-featured-collection .bx-controls .bx-prev,
  .widget-featured-collection .bx-controls .bx-next {
    border: 1px solid #e1e1e1;
    font-size: 14px;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    margin-left: 5px;
    color: #e1e1e1; }
    .widget-featured-collection .bx-controls .bx-prev:hover,
    .widget-featured-collection .bx-controls .bx-next:hover {
      background: #e2ae04;
      color: #ffffff;
      border-color: #e2ae04; }

.product-list-content .entry-meta span {
  border: medium none;
  padding: 0;
  margin: 6px 0; }

.woocommerce a.button.add_to_cart_button {
  background: none; }

.woocommerce a.button.add_to_cart_button:hover {
  background: none; }

.hot-content-wrapper .woocommerce-product-rating.woocommerce .star-rating {
  margin: 5px auto 17px;
  float: none; }

.widget-featured-collection .empty-title .section-title-wrapper {
  margin-top: 28px; }

/*--------------------------------------------------------------
## index-blog
--------------------------------------------------------------*/
.blog-section {
  background: #f9f9f9 none repeat scroll 0 0;
  padding: 40px 0; }
  .blog-section .widget-title {
    font-size: 20px;
    margin: 0 0 24px;
    text-align: center;
    border: none;
    text-transform: uppercase; }
  .blog-section .entry-title {
    margin-top: 20px; }
  .blog-section .entry-content {
    margin-top: 10px; }

.widget_logo {
  padding: 40px 0; }
  .widget_logo .widget-title {
    font-size: 20px;
    margin: 0 0 24px;
    text-align: center;
    border: none;
    text-transform: uppercase; }
  .widget_logo .tg-column-wrapper {
    margin-left: 0; }
    .widget_logo .tg-column-wrapper .tg-column-5 {
      margin-left: 0; }
  .widget_logo .bx-controls {
    text-align: center;
    margin: 20px 0; }
    .widget_logo .bx-controls a {
      border: 1px solid rgba(0, 0, 0, 0.2);
      color: #ccc;
      display: inline-block;
      margin: 0 5px;
      padding: 1px 10px; }
      .widget_logo .bx-controls a:hover {
        background: #00A9E0;
        border-color: #00A9E0;
        color: #ffffff; }

/*--------------------------------------------------------------
# Tags
--------------------------------------------------------------*/
.new-tag,
.sales-tag {
  display: inline-block;
  left: 0;
  padding: 2px 20px;
  position: absolute;
  top: 30px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 10; }

.new-tag {
  background: #00A9E0; }
  .new-tag:before, .new-tag:after {
    border-bottom: 13px solid transparent;
    border-left: 10px solid #00A9E0;
    border-top: 0 solid transparent;
    content: "";
    right: -10px;
    position: absolute;
    top: 0; }
  .new-tag:after {
    bottom: 0;
    border-bottom: 0 solid transparent;
    border-left: 10px solid #00A9E0;
    border-top: 13px solid transparent;
    top: auto; }

.sales-tag {
  background: #F65656;
  right: 0;
  left: auto; }
  .sales-tag:before, .sales-tag:after {
    border-bottom: 13px solid transparent;
    border-right: 10px solid #F65656;
    border-top: 0 solid transparent;
    content: "";
    left: -10px;
    position: absolute;
    top: 0; }
  .sales-tag:after {
    bottom: 0;
    border-bottom: 0 solid transparent;
    border-right: 10px solid #F65656;
    border-top: 13px solid transparent;
    top: auto; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
  margin-top: 40px; }

#top-footer {
  background: #f6f7f7 none repeat scroll 0 0;
  padding: 50px 0; }

#bottom-footer {
  background: #e9ebeb none repeat scroll 0 0;
  padding: 10px 0; }

.copy-right {
  float: left;
  font-size: 11px; }

.payment-partner-wrapper {
  float: right; }
  .payment-partner-wrapper ul {
    margin: 0;
    list-style: none; }
    .payment-partner-wrapper ul li {
      float: left;
      margin-left: 10px; }

.scrollup {
  background: #00a9e0 none repeat scroll 0 0;
  border-radius: 3px;
  bottom: 30px;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 36px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px; }

.scrollup:hover,
.scrollup:active,
.scrollup:focus {
  color: #ffffff;
  background: #0791BE; }

/*--------------------------------------------------------------
# Inner Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
blog page layout CSS
--------------------------------------------------------------*/
.page-header {
  background: #f6f6f6 none repeat scroll 0 0;
  margin-bottom: 70px;
  padding: 20px 0 10px;
  text-align: center; }
  .page-header .entry-title {
    color: #00a9e0;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin: 0; }
  .page-header .entry-sub-title {
    font-weight: 600;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 30px;
    margin: 5px 0; }
    .page-header .entry-sub-title span {
      margin: 0 5px; }
      .page-header .entry-sub-title span a {
        color: #3b3b3b; }
        .page-header .entry-sub-title span a:hover {
          color: #0191BC; }

.widget_featured_posts_block .entry-thumbnail img {
  width: 100%; }

.has-post-thumbnail .entry-thumbnail,
.widget_featured_posts_block .entry-thumbnail {
  position: relative;
  margin: 0; }
  .has-post-thumbnail .entry-thumbnail .posted-on,
  .widget_featured_posts_block .entry-thumbnail .posted-on {
    background: #333 none repeat scroll 0 0;
    left: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 110px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    transition: background 0.3s ease; }
    .has-post-thumbnail .entry-thumbnail .posted-on a,
    .widget_featured_posts_block .entry-thumbnail .posted-on a {
      color: #ffffff;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      text-transform: uppercase;
      display: block; }
    .has-post-thumbnail .entry-thumbnail .posted-on:hover,
    .widget_featured_posts_block .entry-thumbnail .posted-on:hover {
      background: #00a9e0 none repeat scroll 0 0; }

.entry-title {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 5px;
  text-transform: uppercase; }
  .entry-title a {
    color: #454545; }

.has-post-thumbnail .entry-title {
  margin-top: 30px; }

.entry-title a:hover,
.entry-btn .btn:hover,
.entry-meta a:hover {
  color: #00a9e0; }

.entry-meta span {
  border-left: 2px solid #b5b5b5;
  display: inline-block;
  line-height: 15px;
  margin: 10px 10px 10px 0;
  padding-left: 10px; }
  .entry-meta span a,
  .entry-meta span i {
    color: #787878;
    font-size: 11px;
    font-weight: 600; }
  .entry-meta span i {
    margin-right: 5px; }

.entry-meta span:first-child {
  border-left: none;
  margin-left: 0px;
  padding-left: 0px; }

article {
  border-top: 1px solid #e4e4e4;
  margin-top: 40px;
  padding-top: 40px; }

article:first-child {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px; }

.entry-btn .btn {
  color: #7f7d7d;
  font-size: 13px;
  margin-top: 10px; }

article .entry-content {
  color: #7f7d7d;
  margin-top: 22px; }

.entry-thumbnail .posted-on {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  position: static;
  width: 100%;
  text-align: left;
  font-style: normal; }
  .entry-thumbnail .posted-on a {
    color: #333;
    font-weight: 600;
    width: 100%; }

.post-navigation {
  margin-bottom: 30px; }

.related-posts-main-title {
  margin-bottom: 30px; }

.author-box {
  background: #f1f1f1;
  padding: 20px;
  margin-bottom: 30px; }
  .author-box .author-img {
    float: left; }
  .author-box .author-description-wrapper {
    margin-left: 120px; }
    .author-box .author-description-wrapper .author-name {
      clear: none; }

.author-social-sites {
  list-style: none;
  margin: 0; }
  .author-social-sites li {
    float: left; }
    .author-social-sites li a {
      border: 1px solid #00A9E0;
      display: inline-block;
      font-size: 14px;
      height: 26px;
      line-height: 26px;
      margin-right: 10px;
      text-align: center;
      width: 30px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .author-social-sites li:hover a {
      background-color: #00A9E0;
      color: #ffffff; }

/*--------------------------------------------------------------
    Archive Grid layout
--------------------------------------------------------------*/
.archive-grid #main {
  margin-top: 30px; }

.archive-grid #primary {
  margin-left: -3%;
  width: 74.5%; }

.archive-grid .entry-thumbnail {
  text-align: center; }
  .archive-grid .entry-thumbnail .posted-on {
    padding: 0 20px; }

.archive-grid article {
  border: 1px solid #e1e1e1;
  display: inline-block;
  margin: 0 -4px 30px 3%;
  vertical-align: top;
  width: 47%;
  margin-top: 0 !important;
  padding: 0; }

.archive-grid .entry-title {
  margin: 30px 0 0; }

.archive-grid .entry-title,
.archive-grid .entry-content-text-wrapper {
  padding: 0 20px 20px; }

.no_sidebar_full_width,
.no_sidebar_content_centered {
  overflow: hidden; }
  .no_sidebar_full_width .alignfull,
  .no_sidebar_content_centered .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: unset; }
    .no_sidebar_full_width .alignfull img,
    .no_sidebar_content_centered .alignfull img {
      max-width: unset; }
  .no_sidebar_full_width .alignwide,
  .no_sidebar_content_centered .alignwide {
    margin-left: -100px;
    margin-right: -100px;
    max-width: unset; }

ul.wp-block-gallery {
  margin: 0; }

/*--------------------------------------------------------------
## products
--------------------------------------------------------------*/
.woocommerce-page ul.products li.product {
  padding: 0;
  text-align: center; }
  .woocommerce-page ul.products li.product .products-img {
    margin: 0;
    padding: 0;
    border: 1px solid #e1e1e1;
    text-align: center;
    position: relative; }
    .woocommerce-page ul.products li.product .products-img img {
      display: block;
      margin: 0; }
    .woocommerce-page ul.products li.product .products-img .products-hover-wrapper {
      background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 9;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s ease; }
      .woocommerce-page ul.products li.product .products-img .products-hover-wrapper .products-hover-block {
        position: absolute;
        left: 0;
        top: 52%;
        transform: translateY(-50%);
        text-align: center;
        width: 100%;
        transition: all 0.5s ease;
        opacity: 0;
        visibility: hidden; }
        .woocommerce-page ul.products li.product .products-img .products-hover-wrapper .products-hover-block a {
          border: 1px solid #fff;
          color: #fff;
          display: inline-block;
          height: 40px;
          width: 40px;
          margin: 0 5px;
          background: none;
          font: 0/0 a;
          border-radius: 0;
          vertical-align: top;
          padding: 0; }
          .woocommerce-page ul.products li.product .products-img .products-hover-wrapper .products-hover-block a:hover {
            background: #0191BC;
            border-color: #0191BC; }
          .woocommerce-page ul.products li.product .products-img .products-hover-wrapper .products-hover-block a i {
            font-size: 16px;
            line-height: 36px;
            margin-left: 0; }
        .woocommerce-page ul.products li.product .products-img .products-hover-wrapper .products-hover-block a.added_to_cart {
          position: relative; }
          .woocommerce-page ul.products li.product .products-img .products-hover-wrapper .products-hover-block a.added_to_cart:after {
            content: "\f06e";
            font-family: FontAwesome;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            position: absolute;
            color: #ffffff;
            font-size: 16px; }
      .woocommerce-page ul.products li.product .products-img .products-hover-wrapper:hover .products-hover-block {
        top: 50%;
        opacity: 1;
        visibility: visible; }
    .woocommerce-page ul.products li.product .products-img:hover .products-hover-wrapper {
      opacity: 1;
      visibility: visible; }
  .woocommerce-page ul.products li.product .products-title {
    font-size: 15px;
    margin: 20px 0 0;
    padding: 0; }
    .woocommerce-page ul.products li.product .products-title a {
      color: #454545; }
      .woocommerce-page ul.products li.product .products-title a:hover {
        color: #0191BC; }
  .woocommerce-page ul.products li.product .star-rating {
    display: inline-block;
    float: none;
    font-size: 14px;
    margin: 15px 0 5px;
    color: #00A9E0; }
  .woocommerce-page ul.products li.product .price {
    display: block;
    font-size: 14px;
    color: #333; }
    .woocommerce-page ul.products li.product .price .price-text {
      font-weight: 600; }
    .woocommerce-page ul.products li.product .price del {
      color: #94978f;
      margin-left: 3px;
      display: inline-block; }
    .woocommerce-page ul.products li.product .price .amount {
      background: none;
      margin-left: 3px; }
    .woocommerce-page ul.products li.product .price ins {
      color: #00A9E0;
      background: none;
      display: inline-block;
      font-weight: 400; }
  .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist {
    text-align: center; }
    .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .add_to_wishlist.button.alt,
    .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
    .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
      background: #00A9E0 none repeat scroll 0 0;
      border-radius: 25px;
      color: #ffffff;
      display: inline-block;
      font-weight: 600;
      padding: 5px 20px;
      margin: 5px 0 15px;
      height: 34px;
      line-height: 24px; }
      .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .add_to_wishlist.button.alt:hover,
      .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
      .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
        background: #0191BC; }
      .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .add_to_wishlist.button.alt i,
      .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i,
      .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a i {
        margin: 0;
        margin-left: 5px; }
    .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .add_to_wishlist.button.alt:after,
    .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after,
    .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after {
      content: "";
      display: table;
      clear: both; }
    .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist .feedback {
      display: block;
      color: #00A9E0;
      display: none; }
    .woocommerce-page ul.products li.product .yith-wcwl-add-to-wishlist img.ajax-loading {
      display: none !important; }

/*--------------------------------------------------------------
## products collection
--------------------------------------------------------------*/
.single-product.woocommerce-page .product .images .thumbnails a {
  border: 1px solid #00A9E0; }

.single-product.woocommerce-page .product .product_title {
  float: left;
  font-size: 32px;
  line-height: 36px; }

.single-product.woocommerce-page .product .summary .price {
  float: right;
  font-weight: 700;
  font-style: 16px;
  color: #00A9E0;
  line-height: 40px; }

.single-product.woocommerce-page .product .woocommerce-product-rating {
  border: none;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0; }
  .single-product.woocommerce-page .product .woocommerce-product-rating .star-rating {
    color: #00A9E0;
    font-size: 18px;
    margin-top: 4px; }
  .single-product.woocommerce-page .product .woocommerce-product-rating .woocommerce-review-link {
    border-left: 1px solid #e1e1e1;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 25px; }

.single-product.woocommerce-page .product div[itemprop="description"] {
  border-bottom: 1px solid #e1e1e1;
  color: #6a6868;
  margin-bottom: 15px;
  padding-bottom: 0; }

.single-product.woocommerce-page .product .cart {
  display: inline-block;
  margin-bottom: 0; }
  .single-product.woocommerce-page .product .cart .single_add_to_cart_button {
    background: #00A9E0 none repeat scroll 0 0;
    border-radius: 25px;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 20px;
    margin: 0 20px 0;
    height: 34px;
    line-height: 24px;
    position: relative; }
    .single-product.woocommerce-page .product .cart .single_add_to_cart_button:hover {
      background: #0191BC; }
    .single-product.woocommerce-page .product .cart .single_add_to_cart_button:after {
      content: "\f07a";
      font-family: FontAwesome;
      color: #ffffff;
      font-size: 16px;
      margin-left: 10px; }

.single-product.woocommerce-page .product .yith-wcwl-add-to-wishlist {
  display: inline-block;
  vertical-align: top;
  margin-top: 0; }
  .single-product.woocommerce-page .product .yith-wcwl-add-to-wishlist .add_to_wishlist.button.alt,
  .single-product.woocommerce-page .product .yith-wcwl-add-to-wishlist .single_add_to_cart_button {
    background: #00A9E0 none repeat scroll 0 0;
    border-radius: 25px;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 20px;
    margin: 0 0 0;
    height: 34px;
    line-height: 24px; }
    .single-product.woocommerce-page .product .yith-wcwl-add-to-wishlist .add_to_wishlist.button.alt:hover,
    .single-product.woocommerce-page .product .yith-wcwl-add-to-wishlist .single_add_to_cart_button:hover {
      background: #0191BC; }
    .single-product.woocommerce-page .product .yith-wcwl-add-to-wishlist .add_to_wishlist.button.alt i,
    .single-product.woocommerce-page .product .yith-wcwl-add-to-wishlist .single_add_to_cart_button i {
      margin: 0;
      margin-left: 5px; }

.single-product.woocommerce-page .product .yith-wcwl-wishlistexistsbrowse,
.single-product.woocommerce-page .product .yith-wcwl-wishlistaddedbrowse {
  display: block;
  margin: 6px 0; }
  .single-product.woocommerce-page .product .yith-wcwl-wishlistexistsbrowse.show a,
  .single-product.woocommerce-page .product .yith-wcwl-wishlistaddedbrowse.show a {
    float: right;
    margin-left: 3px; }

.single-product.woocommerce-page .product .product_meta {
  border-top: 1px solid #e1e1e1;
  margin: 10px 0;
  padding-top: 10px; }
  .single-product.woocommerce-page .product .product_meta .posted_in {
    font-size: 14px;
    font-weight: 700; }
    .single-product.woocommerce-page .product .product_meta .posted_in a {
      font-weight: 400; }

.single-product.woocommerce-page .product .woocommerce-tabs {
  border: 1px solid #e1e1e1;
  margin-bottom: 30px; }
  .single-product.woocommerce-page .product .woocommerce-tabs .tabs.wc-tabs {
    background: #f9f9f9;
    padding: 0;
    border: none;
    margin-bottom: 0; }
    .single-product.woocommerce-page .product .woocommerce-tabs .tabs.wc-tabs li {
      border: medium none;
      border-radius: 0;
      padding: 0 20px;
      background: #F0F2F1;
      box-shadow: none; }
      .single-product.woocommerce-page .product .woocommerce-tabs .tabs.wc-tabs li:before, .single-product.woocommerce-page .product .woocommerce-tabs .tabs.wc-tabs li:after {
        display: none; }
    .single-product.woocommerce-page .product .woocommerce-tabs .tabs.wc-tabs li.active {
      background: #ffffff; }
  .single-product.woocommerce-page .product .woocommerce-tabs #tab-description,
  .single-product.woocommerce-page .product .woocommerce-tabs #tab-reviews,
  .single-product.woocommerce-page .product .woocommerce-tabs #tab-additional_information {
    padding: 20px 20px 0;
    margin-bottom: 0; }
    .single-product.woocommerce-page .product .woocommerce-tabs #tab-description h2,
    .single-product.woocommerce-page .product .woocommerce-tabs #tab-reviews h2,
    .single-product.woocommerce-page .product .woocommerce-tabs #tab-additional_information h2 {
      font-size: 18px; }
  .single-product.woocommerce-page .product .woocommerce-tabs #tab-reviews {
    padding-bottom: 20px; }
    .single-product.woocommerce-page .product .woocommerce-tabs #tab-reviews #comments img.avatar {
      border: medium none;
      left: 0;
      position: absolute;
      top: 50%;
      width: 80px;
      transform: translateY(-50%); }
    .single-product.woocommerce-page .product .woocommerce-tabs #tab-reviews #comments .comment-text {
      border-radius: 0;
      padding: 20px 20px 20px 50px;
      border-radius: 0; }
      .single-product.woocommerce-page .product .woocommerce-tabs #tab-reviews #comments .comment-text .description {
        border: none; }
    .single-product.woocommerce-page .product .woocommerce-tabs #tab-reviews #review_form #reply-title {
      font-size: 18px; }

/*--------------------------------------------------------------
## products collection
--------------------------------------------------------------*/
#content .widget_shopping_cart .product_list_widget .mini_cart_item {
  border: 1px solid #e1e1e1;
  margin: 0 auto 15px;
  padding: 10px;
  width: 96%; }
  #content .widget_shopping_cart .product_list_widget .mini_cart_item .remove {
    top: 10px;
    right: 10px; }

.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #E6E6E6;
  margin-bottom: 30px; }
  .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range,
  .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    background: #00A9E0; }
  .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    border-radius: 0;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -10px; }
    .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:before {
      content: "\f07e";
      font-family: FontAwesome;
      color: #ffffff;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) rotate(-45deg); }

.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  font-size: 14px; }

.woocommerce .widget_layered_nav_filters ul li {
  float: none;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px; }
  .woocommerce .widget_layered_nav_filters ul li a {
    color: #333; }
    .woocommerce .widget_layered_nav_filters ul li a:hover {
      color: #0191BC; }

.widget_product_search input[type="search"] {
  width: 73%; }

.woocommerce-product-search input {
  display: block;
  float: left;
  height: 40px;
  margin-bottom: 40px;
  width: 27%; }

.widget.woocommerce .product-title,
.widget.woocommerce.widget_recent_reviews a {
  color: #454545;
  display: block;
  font-size: 14px; }

.widget.woocommerce .star-rating {
  color: #00A9E0;
  margin: 6px 0; }

.widget.woocommerce .product_list_widget li {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.widget.woocommerce .product_list_widget li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

/*--------------------------------------------------------------
## cart
--------------------------------------------------------------*/
.woocommerce table.shop_table {
  border-radius: 0;
  border: 1px solid #e6e6e6; }
  .woocommerce table.shop_table tr th {
    border: none;
    background: #f5f5f5;
    padding: 7px 12px;
    color: #454545;
    font-size: 14px; }

.woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td {
  border: medium none;
  padding: 15px 12px;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
  color: #333333; }

.woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-remove {
  text-align: center; }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-remove a {
    background: #00A9E0;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    width: 20px; }
    .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-remove a:hover {
      background: #0191BC; }

.woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-thumbnail {
  text-align: center; }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-thumbnail img {
    border-radius: 100%;
    width: 80px; }

.woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-name a {
  color: #454545;
  font-size: 14px;
  font-weight: 700; }
  .woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item td.product-name a:hover {
    color: #0191BC; }

.woocommerce-cart .woocommerce table.shop_table.cart tr td.actions {
  border: none;
  padding: 15px 12px; }
  .woocommerce-cart .woocommerce table.shop_table.cart tr td.actions input.input-text {
    width: 150px !important;
    margin-right: 0; }
  .woocommerce-cart .woocommerce table.shop_table.cart tr td.actions input[type="submit"] {
    background: #00a9e0 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    height: 36px;
    padding: 0 10px;
    transition: background 0.5s ease; }
    .woocommerce-cart .woocommerce table.shop_table.cart tr td.actions input[type="submit"]:hover {
      background: #0191BC; }

.woocommerce .quantity .qty {
  border: 1px solid #e1e1e1;
  padding: 6px 0; }

.woocommerce .woocommerce-cart-form button.button:disabled {
  color: #fff;
  padding: 0 20px; }

.woocommerce .cart-collaterals .cart_totals {
  float: left;
  color: #333; }
  .woocommerce .cart-collaterals .cart_totals .shop_table {
    border: none;
    margin-bottom: 0; }
    .woocommerce .cart-collaterals .cart_totals .shop_table th {
      background: none;
      border: none;
      padding: 20px 12px 20px; }
    .woocommerce .cart-collaterals .cart_totals .shop_table td {
      background: #f8f8f8;
      border: none;
      padding: 20px 12px 0; }
      .woocommerce .cart-collaterals .cart_totals .shop_table td .shipping-calculator-button {
        color: #454545;
        font-weight: 700;
        position: relative; }
        .woocommerce .cart-collaterals .cart_totals .shop_table td .shipping-calculator-button:after {
          content: "\f0d7";
          right: -15px;
          top: 50%;
          transform: translateY(-50%);
          position: absolute;
          font-family: FontAwesome; }
      .woocommerce .cart-collaterals .cart_totals .shop_table td select {
        border: 1px solid #e1e1e1;
        padding: 5px; }
      .woocommerce .cart-collaterals .cart_totals .shop_table td button {
        background: #00a9e0 none repeat scroll 0 0;
        border-radius: 0;
        color: #fff;
        font-weight: 600;
        height: 36px;
        padding: 0 10px;
        transition: background 0.5s ease; }
        .woocommerce .cart-collaterals .cart_totals .shop_table td button:hover {
          background: #0191BC; }

.woocommerce .cart-collaterals .cross-sells {
  float: right; }
  .woocommerce .cart-collaterals .cross-sells .products {
    text-align: center; }
    .woocommerce .cart-collaterals .cross-sells .products a .star-rating,
    .woocommerce .cart-collaterals .cross-sells .products a .price {
      display: inline-block;
      font-size: 14px; }
    .woocommerce .cart-collaterals .cross-sells .products a .price {
      display: block; }

.woocommerce-cart .woocommerce .wc-proceed-to-checkout {
  float: right;
  width: 65%;
  padding: 0; }
  .woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button {
    background: #333333 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    height: 40px;
    transition: background 0.5s ease; }
    .woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
      background: #0191BC; }

.woocommerce ul.products li.product .add_to_cart_button {
  background: #00A9E0 none repeat scroll 0 0;
  border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  height: auto;
  padding: 3px 18px;
  margin: 10px 0 15px; }
  .woocommerce ul.products li.product .add_to_cart_button:hover {
    background: #0191BC; }
  .woocommerce ul.products li.product .add_to_cart_button i {
    margin-left: 5px; }

.cart-empty {
  color: #00a9e0;
  font-size: 32px;
  font-weight: 700; }

.return-to-shop a.button {
  background: #00a9e0 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  height: 36px;
  padding: 0 10px;
  display: inline-block;
  line-height: 36px;
  transition: background 0.5s ease; }
  .return-to-shop a.button:hover {
    background: #0191BC;
    color: #ffffff; }

/*--------------------------------------------------------------
## Wishlist
--------------------------------------------------------------*/
.wishlist-title {
  display: none; }

.woocommerce #content .wishlist_table thead th {
  text-align: center; }

.woocommerce #content .wishlist_table tbody tr td {
  border: medium none;
  height: 120px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  color: #333; }

.woocommerce #content .wishlist_table tbody tr td.product-remove {
  text-align: center; }
  .woocommerce #content .wishlist_table tbody tr td.product-remove a.remove_from_wishlist {
    background: #00A9E0;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    width: 20px; }
    .woocommerce #content .wishlist_table tbody tr td.product-remove a.remove_from_wishlist:hover {
      background: #0191BC; }

.woocommerce #content .wishlist_table tbody tr td.product-thumbnail {
  text-align: center; }
  .woocommerce #content .wishlist_table tbody tr td.product-thumbnail img {
    border-radius: 100%;
    width: 80px; }

.woocommerce #content .wishlist_table tbody tr td.product-name a {
  color: #454545;
  font-size: 14px;
  font-weight: 700; }
  .woocommerce #content .wishlist_table tbody tr td.product-name a:hover {
    color: #0191BC; }

.woocommerce #content .wishlist_table tbody tr td.product-add-to-cart a {
  background: #00a9e0 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  transition: background 0.5s ease; }
  .woocommerce #content .wishlist_table tbody tr td.product-add-to-cart a:hover {
    background: #0191BC; }

.woocommerce #content .wishlist_table tfoot td {
  border: none;
  border-top: 1px solid #e1e1e1; }

/*--------------------------------------------------------------
## My Account
--------------------------------------------------------------*/
/*ACCOUNT PAGE CSS*/
.logged-in .woocommerce-account .page .woocommerce {
  border: 1px solid #dadada;
  position: relative;
  min-height: 267px; }

.woocommerce-account .entry-content {
  margin: 0; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  background-color: #fbfbfb;
  width: 20%; }

.woocommerce-account .woocommerce-MyAccount-content {
  width: 80%;
  padding: 20px; }

.woocommerce-MyAccount-navigation > ul {
  list-style: outside none none;
  margin: 0; }

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #d6d6d6; }
  .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 20px;
    display: block; }
  .woocommerce-MyAccount-navigation ul li:hover, .woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #00A9E0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a {
      color: #fff; }

.woocommerce-MyAccount-navigation ul li
ul li a,
.woocommerce-MyAccount-navigation ul li a:focus {
  color: #000; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  border-right: 1px solid #d6d6d6; }

/*--------------------------------------------------------------
## Info
--------------------------------------------------------------*/
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-message {
  border: none;
  border-left: 3px solid #00A9E0;
  font-weight: 600; }
  .woocommerce .woocommerce-info:before,
  .woocommerce .woocommerce-error:before,
  .woocommerce .woocommerce-message:before {
    content: "\f05a";
    font-family: FontAwesome;
    font-size: 16px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #00A9E0; }
  .woocommerce .woocommerce-info .showcoupon,
  .woocommerce .woocommerce-error .showcoupon,
  .woocommerce .woocommerce-message .showcoupon {
    margin-left: 10px;
    display: inline-block; }

.woocommerce .woocommerce-info {
  margin-bottom: 0 !important; }

.woocommerce .woocommerce-error {
  border-left: 3px solid #F65656;
  margin-bottom: 30px !important; }
  .woocommerce .woocommerce-error:before {
    content: "\f071";
    color: #F65656;
    top: 10px;
    transform: translateY(0); }

.woocommerce .woocommerce-message {
  margin-bottom: 30px;
  border-left: 3px solid #82B341; }
  .woocommerce .woocommerce-message:before {
    content: "\f058";
    color: #82B341; }

.woocommerce form.checkout_coupon {
  margin: 0;
  padding: 20px;
  border-radius: 0;
  border-top: none; }
  .woocommerce form.checkout_coupon .form-row-last {
    float: left; }
  .woocommerce form.checkout_coupon .form-row {
    padding: 0; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #00a9e0 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  height: 36px;
  padding: 0 20px;
  line-height: 32px;
  transition: background 0.5s ease; }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background: #0191BC; }

/*--------------------------------------------------------------
## checkout
--------------------------------------------------------------*/
.woocommerce-page .woocommerce-checkout {
  margin-top: 40px; }
  .woocommerce-page .woocommerce-checkout .checkout-form-wrapper {
    border: 1px solid #e1e1e1; }
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set .col-1,
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set .col-2 {
    width: 60%;
    float: left; }
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set .col-1 {
    border-right: 1px solid #e1e1e1; }
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set .col-2 {
    width: 40%; }
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set h3 {
    background: #F0F2F1;
    text-align: center;
    font-size: 14px;
    margin: 0;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase; }
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set .form-billing-group,
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set .shipping_address,
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set #order_comments_field {
    padding: 20px; }
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set .form-billing-group .form-row-last,
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set .form-billing-group .form-row-first {
    width: 49%; }
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set .form-billing-group label {
    color: #333333; }
    .woocommerce-page .woocommerce-checkout #customer_details.col2-set .form-billing-group label abbr {
      margin-left: 3px;
      border: none;
      text-decoration: none; }
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set .shipping_address .form-row-last,
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set .shipping_address .form-row-first {
    width: 49%; }
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set .shipping_address label {
    color: #333333; }
    .woocommerce-page .woocommerce-checkout #customer_details.col2-set .shipping_address label abbr {
      margin-left: 3px;
      border: none;
      text-decoration: none; }
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set .select2-container .select2-choice {
    border-radius: 0;
    margin-top: 0;
    padding: 3px 10px 4px; }
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set #order_comments_field label {
    color: #333333; }
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set #order_comments_field textarea {
    height: 120px;
    background: #F6F6F6;
    padding: 10px; }
  .woocommerce-page .woocommerce-checkout #order_review_heading {
    background: #F0F2F1;
    text-align: left;
    font-size: 14px;
    margin: 0;
    width: 100%;
    padding: 10px 20px;
    text-transform: uppercase; }
  .woocommerce-page .woocommerce-checkout #order_review {
    padding: 20px; }

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr th {
  width: 70%;
  background: #F9F9F9; }
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr th:first-child {
    border-right: 1px solid #e1e1e1; }

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  color: #333333; }
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td:first-child {
    border-right: 1px solid #e1e1e1; }

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.shipping th {
  background: none;
  border-bottom: 1px solid #e1e1e1; }

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total td {
  background: #F9F9F9;
  border-bottom: none; }

.woocommerce-checkout #payment {
  background: #F0F2F1;
  border-radius: 0; }
  .woocommerce-checkout #payment img {
    width: auto; }
  .woocommerce-checkout #payment div.payment_box {
    background: #F9F9F9;
    border-radius: 0; }
    .woocommerce-checkout #payment div.payment_box:before {
      border-bottom-color: #F9F9F9; }

.woocommerce-checkout .login-form-info-wrapper {
  margin-bottom: 20px; }
  .woocommerce-checkout .login-form-info-wrapper .login {
    border-radius: 0;
    border-top: 0 none;
    color: #333;
    margin: 0; }

.woocommerce-page .woocommerce-billing-fields .create-account {
  margin-bottom: 20px;
  padding: 0 20px;
  color: #333; }

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-wrap {
  text-align: center;
  margin-bottom: 40px; }
  .error-wrap .num-404 {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 100%;
    color: #8c8c8c;
    display: inline-block;
    font-size: 90px;
    font-weight: 700;
    height: 300px;
    line-height: 300px;
    text-align: center;
    width: 300px; }
  .error-wrap .error {
    display: inline-block;
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8c8c8c;
    margin-left: 30px; }

.page-not-found {
  text-align: center; }
  .page-not-found .page-title {
    color: #8C8C8C; }

.error-404 .message {
  font-size: 14px;
  margin: 30px 0 40px;
  text-align: center;
  color: #8C8C8C;
  font-weight: 600; }

.error-404.not-found .search-field {
  width: 94%; }

.error-404.not-found .searchsubmit {
  height: 36px;
  margin-left: -3px; }

.error-404.not-found .search-field {
  width: 90%; }

.error-404.not-found .searchsubmit {
  display: inline-block;
  height: 36px;
  margin-left: -3px;
  width: 46px;
  vertical-align: top; }

/*--------------------------------------------------------------
# Pro New Features
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header 2 Layout
--------------------------------------------------------------*/
.header-second-layout .top-header-wrapper {
  background: #383838; }
  .header-second-layout .top-header-wrapper .left-header-block,
  .header-second-layout .top-header-wrapper .right-header-block a {
    color: #ffffff; }
  .header-second-layout .top-header-wrapper .left-header-block {
    margin-top: 0;
    border-right: 0;
    margin-right: 0; }
    .header-second-layout .top-header-wrapper .left-header-block .ticker-content {
      display: inline-block !important;
      margin: 0;
      overflow: hidden;
      padding: 0 0 0 30px; }
      .header-second-layout .top-header-wrapper .left-header-block .ticker-content a {
        color: #ffffff; }
    .header-second-layout .top-header-wrapper .left-header-block .ticker-title {
      background: #00A9E0 repeat scroll 0 0;
      display: inline-block;
      padding: 13px 5px 13px 15px;
      font-size: 12px;
      font-weight: 600;
      position: relative; }
      .header-second-layout .top-header-wrapper .left-header-block .ticker-title::after {
        position: absolute;
        right: -20px;
        top: 0;
        content: "";
        border-left: 20px solid #00A9E0;
        border-top: 38px solid transparent;
        border-bottom: 0px solid transparent; }
      .header-second-layout .top-header-wrapper .left-header-block .ticker-title p {
        margin: 0; }
    .header-second-layout .top-header-wrapper .left-header-block .ticker-swipe {
      display: none; }
  .header-second-layout .top-header-wrapper .contact-info.left-header-block {
    border-left: 1px solid #c0bfbf;
    margin: 12px 0 0 5px;
    padding: 0 15px; }
  .header-second-layout .top-header-wrapper .right-top-header a {
    color: #ffffff; }
  .header-second-layout .top-header-wrapper .right-header-block.language-translate ul li a {
    border: none; }

.header-second-layout .middle-header-wrapper {
  background: #ffffff;
  padding: 15px 0 27px;
  margin-bottom: -20px; }
  .header-second-layout .middle-header-wrapper #middle-header-navigation {
    float: right; }

.header-second-layout .bottom-header-wrapper {
  border: none;
  position: relative;
  top: 4px;
  left: 50%;
  transform: translateX(-50%); }
  .header-second-layout .bottom-header-wrapper .category-cart-wrapper {
    background: #00A9E0;
    transition: all 0.5s ease; }
  .header-second-layout .bottom-header-wrapper .category-menu {
    background: #0191BC none repeat scroll 0 0;
    padding: 0 30px;
    width: auto;
    line-height: 50px;
    margin: 0;
    transition: all 0.5s ease; }
    .header-second-layout .bottom-header-wrapper .category-menu .category-toggle i {
      float: left;
      line-height: 50px;
      margin-right: 10px; }
  .header-second-layout .bottom-header-wrapper .search-cart-wrapper {
    float: right; }
    .header-second-layout .bottom-header-wrapper .search-cart-wrapper .search-user-block {
      line-height: 50px;
      color: #ffffff;
      border-right: 1px solid #e5e5e5; }
      .header-second-layout .bottom-header-wrapper .search-cart-wrapper .search-user-block .search-icon:hover {
        background: #0191BC; }
    .header-second-layout .bottom-header-wrapper .search-cart-wrapper .wishlist-cart-wrapper {
      float: right;
      margin: 13px 0 0;
      padding: 0 20px 0px 0; }
      .header-second-layout .bottom-header-wrapper .search-cart-wrapper .wishlist-cart-wrapper .wishlist-wrapper,
      .header-second-layout .bottom-header-wrapper .search-cart-wrapper .wishlist-cart-wrapper .wcmenucart-contents {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #fff;
        border-radius: 0;
        height: 30px;
        line-height: 30px;
        padding: 0;
        width: 30px;
        margin-left: 20px; }
      .header-second-layout .bottom-header-wrapper .search-cart-wrapper .wishlist-cart-wrapper .wishlist-wrapper .wishlist-value,
      .header-second-layout .bottom-header-wrapper .search-cart-wrapper .wishlist-cart-wrapper .cart-wrapper .cart-value {
        border: medium none;
        font-size: 11px;
        height: 18px;
        line-height: 16px;
        top: -9px;
        width: 18px;
        color: #00A9E0; }
      .header-second-layout .bottom-header-wrapper .search-cart-wrapper .wishlist-cart-wrapper .my-cart-wrap .my-cart {
        font-size: 12px;
        line-height: 10px;
        color: #ffffff; }
      .header-second-layout .bottom-header-wrapper .search-cart-wrapper .wishlist-cart-wrapper .cart-total {
        color: #ffffff; }

.header-second-layout #site-navigation {
  float: left; }
  .header-second-layout #site-navigation ul {
    list-style: outside none none;
    margin: 0;
    padding: 0; }
    .header-second-layout #site-navigation ul li {
      float: left;
      font-size: 14px;
      font-weight: 700;
      line-height: 50px;
      margin-left: 0;
      position: relative; }
      .header-second-layout #site-navigation ul li a {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        padding: 0 20px;
        color: #ffffff;
        position: relative;
        text-transform: uppercase;
        display: block;
        transition: all 0.5s ease; }
        .header-second-layout #site-navigation ul li a .menu-tag {
          background: #e93f1a none repeat scroll 0 0;
          font-size: 10px;
          font-weight: 700;
          left: 50%;
          line-height: 16px;
          padding: 0 10px;
          position: absolute;
          top: 0;
          transform: translate(-50%, -50%); }
          .header-second-layout #site-navigation ul li a .menu-tag:after {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid red;
            bottom: -5px;
            content: "";
            left: 50%;
            position: absolute;
            transform: translateX(-50%); }
      .header-second-layout #site-navigation ul li:hover > a,
      .header-second-layout #site-navigation ul li.current-menu-item > a {
        background: #0191BC; }
    .header-second-layout #site-navigation ul li.menu-item-has-children {
      padding-right: 0px; }
  .header-second-layout #site-navigation .sub-menu,
  .header-second-layout #site-navigation .children {
    left: 0;
    min-width: 200px;
    position: absolute;
    top: 120%;
    border: none;
    border-bottom: none;
    z-index: 9999;
    background: #00A9E0;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden; }
    .header-second-layout #site-navigation .sub-menu li,
    .header-second-layout #site-navigation .children li {
      display: block;
      float: none;
      margin-left: 0; }
      .header-second-layout #site-navigation .sub-menu li a,
      .header-second-layout #site-navigation .children li a {
        border-bottom: 1px solid #e5e5e5;
        padding: 0 15px; }
    .header-second-layout #site-navigation .sub-menu li.menu-item-has-children,
    .header-second-layout #site-navigation .children li.menu-item-has-children {
      padding-right: 0; }
    .header-second-layout #site-navigation .sub-menu ul,
    .header-second-layout #site-navigation .children ul {
      top: 0;
      left: 110%; }

.header-second-layout #middle-header-navigation {
  float: left; }
  .header-second-layout #middle-header-navigation ul {
    list-style: outside none none;
    margin: 0;
    padding: 0; }
    .header-second-layout #middle-header-navigation ul li {
      float: left;
      font-size: 14px;
      font-weight: 700;
      line-height: 50px;
      margin-left: 0;
      position: relative; }
      .header-second-layout #middle-header-navigation ul li a {
        padding: 0 20px;
        color: #454545;
        position: relative;
        text-transform: uppercase;
        display: block;
        transition: all 0.5s ease; }
        .header-second-layout #middle-header-navigation ul li a .menu-tag {
          background: #e93f1a none repeat scroll 0 0;
          font-size: 10px;
          font-weight: 700;
          left: 50%;
          line-height: 16px;
          padding: 0 10px;
          position: absolute;
          top: 0;
          transform: translate(-50%, -50%); }
          .header-second-layout #middle-header-navigation ul li a .menu-tag:after {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid red;
            bottom: -5px;
            content: "";
            left: 50%;
            position: absolute;
            transform: translateX(-50%); }
  .header-second-layout #middle-header-navigation .sub-menu,
  .header-second-layout #middle-header-navigation .children {
    left: 0;
    min-width: 200px;
    position: absolute;
    top: 120%;
    border: none;
    border-bottom: none;
    z-index: 9999;
    background: #00A9E0;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden; }
    .header-second-layout #middle-header-navigation .sub-menu li,
    .header-second-layout #middle-header-navigation .children li {
      display: block;
      float: none;
      margin-left: 0; }
      .header-second-layout #middle-header-navigation .sub-menu li a,
      .header-second-layout #middle-header-navigation .children li a {
        border-bottom: 1px solid #e5e5e5;
        padding: 0 15px; }
    .header-second-layout #middle-header-navigation .sub-menu li.menu-item-has-children,
    .header-second-layout #middle-header-navigation .children li.menu-item-has-children {
      padding-right: 0; }
    .header-second-layout #middle-header-navigation .sub-menu ul,
    .header-second-layout #middle-header-navigation .children ul {
      top: 0;
      left: 110%; }

.header-second-layout #site-navigation ul li.menu-item-has-children a {
  padding: 0 30px 0 20px; }

.header-second-layout #site-navigation ul li.menu-item-has-children > a::after {
  color: #ffffff;
  right: 14px; }

.header-second-layout #header-ticker-title {
  background: #00A9E0 none repeat scroll 0 0;
  padding: 13px 10px 13px 20px;
  position: relative; }
  .header-second-layout #header-ticker-title:after {
    border-bottom: 0 solid transparent;
    border-left: 20px solid #00A9E0;
    border-top: 38px solid transparent;
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 0; }

.header-second-layout #header-ticker {
  margin-left: 15px;
  padding: 12px 0;
  width: 250px; }
  .header-second-layout #header-ticker a {
    color: #ffffff; }

.header-second-layout #middle-header-navigation ul li {
  line-height: 80px; }

.header-second-layout #lang_sel_click a.lang_sel_sel {
  color: #fff; }

/*--------------------------------------------------------------
## Header 3 Layout
--------------------------------------------------------------*/
.header-third-layout #masthead {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px;
  transition: all 0.5s ease;
  background: #272727; }

.header-third-layout #site-title a,
.header-third-layout #site-description {
  color: #ffffff; }

.header-third-layout .middle-header-wrapper {
  background: none;
  padding: 0 0 5px; }

.header-third-layout .wishlist-cart-wrapper {
  float: right;
  margin: 13px 0 0;
  padding: 0; }
  .header-third-layout .wishlist-cart-wrapper .wishlist-wrapper,
  .header-third-layout .wishlist-cart-wrapper .wcmenucart-contents {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 30px;
    margin-left: 20px; }
  .header-third-layout .wishlist-cart-wrapper .wishlist-wrapper .wishlist-value,
  .header-third-layout .wishlist-cart-wrapper .cart-wrapper .cart-value {
    border: medium none;
    font-size: 11px;
    height: 18px;
    line-height: 16px;
    top: -9px;
    width: 18px;
    color: #00A9E0; }
  .header-third-layout .wishlist-cart-wrapper .my-cart-wrap .my-cart {
    font-size: 12px;
    line-height: 10px;
    color: #ffffff; }
  .header-third-layout .wishlist-cart-wrapper .cart-total {
    color: #ffffff; }

.header-third-layout #site-navigation li:first-child {
  margin-left: 0; }

.header-third-layout #site-navigation li a {
  color: #ffffff; }

.header-third-layout #site-navigation li ul.sub-menu li a {
  color: #333333; }

.header-third-layout #site-navigation ul li.menu-item-has-children > a::after {
  color: #ffffff; }

.header-third-layout #site-navigation ul.sub-menu li.menu-item-has-children > a::after {
  color: #333333; }

.header-third-layout #site-navigation ul li.menu-item-has-children:hover > a:after,
.header-third-layout #site-navigation ul.sub-menu li.menu-item-has-children > a:hover:after,
.header-third-layout #site-navigation ul.sub-menu li:hover > a {
  color: #00A9E0; }

.header-third-layout .category-menu {
  background: transparent none repeat scroll 0 0;
  float: right;
  font-size: 24px;
  padding: 0;
  width: auto;
  margin: 0; }
  .header-third-layout .category-menu .category-toggle {
    padding: 0; }
  .header-third-layout .category-menu:hover {
    background: none !important;
    color: #00A9E0; }
  .header-third-layout .category-menu #category-navigation {
    min-width: 200px;
    right: 0;
    left: auto; }
    .header-third-layout .category-menu #category-navigation li {
      font-size: 14px;
      text-align: right; }

.header-third-layout .search-user-block {
  border-left: medium none;
  float: right;
  padding: 0 0;
  color: #ffffff; }
  .header-third-layout .search-user-block:hover {
    color: #00A9E0;
    background: none; }

.header-third-layout .bottom-header-wrapper {
  border: none; }
  .header-third-layout .bottom-header-wrapper .tg-container {
    background: transparent; }
  .header-third-layout .bottom-header-wrapper .category-cart-wrapper {
    border-top: 1px solid #ffffff;
    padding-top: 10px;
    transition: all 0.5s ease; }

.header-third-layout .site-content {
  margin-top: 190px; }

.header-third-layout #site-navigation ul li > a:before {
  background: #00A9E0 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: -11px;
  width: 0; }

.header-third-layout #site-navigation ul li:hover > a:before,
.header-third-layout #site-navigation ul li.current-menu-item > a:before {
  width: 100%;
  transition: width 0.5s ease; }

.header-third-layout #site-navigation ul ul li > a:before {
  display: none; }

.home.header-third-layout #masthead {
  position: fixed;
  padding: 20px 0;
  background: none; }

.header-third-layout {
  transition: transform 0.4s; }

.scroll-down .header-third-layout {
  transform: translate3d(0, -100%, 0); }

.home.scroll-up #masthead.header-third-layout {
  transform: none;
  background: #272727;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }

/*--------------------------------------------------------------
## Header 4 Layout
--------------------------------------------------------------*/
.header-fourth-layout #masthead {
  position: relative; }

.header-fourth-layout .tg-container {
  padding: 0; }

.header-fourth-layout #site-navigation ul li {
  margin-bottom: 20px;
  margin-right: 38px;
  margin-left: 0; }

.header-fourth-layout .top-header-wrapper {
  background: #f7f7f7 none repeat scroll 0 0;
  border-bottom: 1px solid #f1f1f1; }
  .header-fourth-layout .top-header-wrapper .left-header-block {
    border-right: 0 none;
    margin-right: 0;
    margin-top: 0;
    padding: 10px 0 0 20px; }
    .header-fourth-layout .top-header-wrapper .left-header-block .ticker-content {
      display: inline-block !important;
      margin: 0;
      overflow: hidden;
      padding: 0 0 0 30px; }
      .header-fourth-layout .top-header-wrapper .left-header-block .ticker-content a {
        color: #6d6c6c; }
    .header-fourth-layout .top-header-wrapper .left-header-block .ticker-title {
      background: #00A9E0 repeat scroll 0 0;
      display: inline-block;
      padding: 13px 5px 13px 15px;
      font-size: 12px;
      font-weight: 600;
      position: relative;
      color: #ffffff; }
      .header-fourth-layout .top-header-wrapper .left-header-block .ticker-title::after {
        position: absolute;
        right: -20px;
        top: 0;
        content: "";
        border-left: 20px solid #00A9E0;
        border-top: 38px solid transparent;
        border-bottom: 0px solid transparent; }
    .header-fourth-layout .top-header-wrapper .left-header-block .ticker-swipe {
      display: none; }
  .header-fourth-layout .top-header-wrapper .contact-info.left-header-block {
    background: #00a9e0 none repeat scroll 0 0;
    border-left: medium none;
    color: #fff;
    padding: 13px 5px 13px 15px;
    position: relative; }
    .header-fourth-layout .top-header-wrapper .contact-info.left-header-block:after {
      border-bottom: 0 solid transparent;
      border-left: 20px solid #00a9e0;
      border-top: 38px solid transparent;
      content: "";
      position: absolute;
      right: -20px;
      top: 0; }
  .header-fourth-layout .top-header-wrapper .right-header-block.language-translate ul li a {
    border: none; }

.header-fourth-layout .middle-header-wrapper {
  padding: 0;
  background: #ffffff; }
  .header-fourth-layout .middle-header-wrapper .category-menu {
    color: #6c6c6c;
    background: transparent none repeat scroll 0 0;
    font-size: 24px;
    padding: 30px 0 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left; }
    .header-fourth-layout .middle-header-wrapper .category-menu #category-navigation {
      min-width: 200px; }
      .header-fourth-layout .middle-header-wrapper .category-menu #category-navigation li {
        font-size: 14px; }
    .header-fourth-layout .middle-header-wrapper .category-menu .category-toggle {
      padding: 0; }
      .header-fourth-layout .middle-header-wrapper .category-menu .category-toggle i {
        float: left; }
  .header-fourth-layout .middle-header-wrapper .logo-wrapper {
    float: left;
    margin: 26px 0;
    width: 100%;
    padding: 0 100px; }
    .header-fourth-layout .middle-header-wrapper .logo-wrapper .logo {
      float: none;
      margin: 0 auto;
      text-align: center; }
    .header-fourth-layout .middle-header-wrapper .logo-wrapper .site-title-wrapper {
      float: none;
      text-align: center; }
      .header-fourth-layout .middle-header-wrapper .logo-wrapper .site-title-wrapper #site-title {
        float: none; }
        .header-fourth-layout .middle-header-wrapper .logo-wrapper .site-title-wrapper #site-title span {
          color: #00A9E0; }
  .header-fourth-layout .middle-header-wrapper .wishlist-cart-wrapper {
    margin: 30px 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 15px; }
    .header-fourth-layout .middle-header-wrapper .wishlist-cart-wrapper .wishlist-wrapper,
    .header-fourth-layout .middle-header-wrapper .wishlist-cart-wrapper .wcmenucart-contents {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border: 1px solid #6c6c6c;
      border-radius: 0;
      height: 30px;
      line-height: 30px;
      padding: 0;
      width: 30px;
      margin-left: 0;
      color: #6c6c6c !important; }
      .header-fourth-layout .middle-header-wrapper .wishlist-cart-wrapper .wishlist-wrapper a,
      .header-fourth-layout .middle-header-wrapper .wishlist-cart-wrapper .wcmenucart-contents a {
        color: #6c6c6c !important; }
    .header-fourth-layout .middle-header-wrapper .wishlist-cart-wrapper .my-cart-wrap {
      max-width: 85px; }
    .header-fourth-layout .middle-header-wrapper .wishlist-cart-wrapper .wcmenucart-contents {
      margin-left: 20px; }
    .header-fourth-layout .middle-header-wrapper .wishlist-cart-wrapper .wishlist-wrapper .wishlist-value,
    .header-fourth-layout .middle-header-wrapper .wishlist-cart-wrapper .cart-wrapper .cart-value {
      border: medium none;
      font-size: 11px;
      height: 18px;
      line-height: 16px;
      top: -9px;
      width: 18px;
      background: #00A9E0;
      color: #ffffff; }
    .header-fourth-layout .middle-header-wrapper .wishlist-cart-wrapper .my-cart-wrap .my-cart {
      font-size: 12px;
      line-height: 10px;
      color: #6c6c6c; }
    .header-fourth-layout .middle-header-wrapper .wishlist-cart-wrapper .cart-total {
      color: #6c6c6c; }

.header-fourth-layout .bottom-header-wrapper {
  background: #ffffff;
  width: 100%;
  border-bottom: none; }
  .header-fourth-layout .bottom-header-wrapper .menu-category-wrapper {
    padding-top: 10px;
    transition: all 0.5s ease; }
  .header-fourth-layout .bottom-header-wrapper #site-navigation li:first-child {
    margin-left: 0; }
  .header-fourth-layout .bottom-header-wrapper #site-navigation li a {
    color: #454545; }
    .header-fourth-layout .bottom-header-wrapper #site-navigation li a:hover {
      color: #00A9E0; }
      .header-fourth-layout .bottom-header-wrapper #site-navigation li a:hover:before {
        border: 1px solid #00A9E0;
        content: "";
        left: 0;
        position: absolute;
        top: -11px;
        width: 100%; }
  .header-fourth-layout .bottom-header-wrapper #site-navigation li ul.sub-menu li {
    margin: 0; }
    .header-fourth-layout .bottom-header-wrapper #site-navigation li ul.sub-menu li a {
      color: #454545;
      font-size: 12px;
      line-height: 20px;
      display: block;
      padding: 10px; }
      .header-fourth-layout .bottom-header-wrapper #site-navigation li ul.sub-menu li a:hover:before {
        display: none; }
    .header-fourth-layout .bottom-header-wrapper #site-navigation li ul.sub-menu li.current-menu-item > a {
      color: #00A9E0; }
      .header-fourth-layout .bottom-header-wrapper #site-navigation li ul.sub-menu li.current-menu-item > a:before {
        display: none; }
    .header-fourth-layout .bottom-header-wrapper #site-navigation li ul.sub-menu li.menu-item-has-children > a::after {
      color: #333333; }
  .header-fourth-layout .bottom-header-wrapper #site-navigation li.menu-item-has-children > a:after {
    color: #454545; }
  .header-fourth-layout .bottom-header-wrapper #site-navigation li.menu-item-has-children.current_page_ancestor > a:before {
    border: 1px solid #00A9E0;
    content: "";
    left: 0;
    position: absolute;
    top: -11px;
    width: 100%; }
  .header-fourth-layout .bottom-header-wrapper #site-navigation li.menu-item-has-children.current_page_ancestor > a:after {
    color: #00A9E0; }
  .header-fourth-layout .bottom-header-wrapper #site-navigation li.current-menu-item > a {
    color: #00A9E0; }
    .header-fourth-layout .bottom-header-wrapper #site-navigation li.current-menu-item > a:before {
      border: 1px solid #00A9E0;
      content: "";
      left: 0;
      position: absolute;
      top: -11px;
      width: 100%; }
  .header-fourth-layout .bottom-header-wrapper #site-navigation ul li.menu-item-has-children:hover > a:after,
  .header-fourth-layout .bottom-header-wrapper #site-navigation ul.sub-menu li.menu-item-has-children > a:hover:after,
  .header-fourth-layout .bottom-header-wrapper #site-navigation ul.sub-menu li:hover > a,
  .header-fourth-layout .bottom-header-wrapper #site-navigation ul li.current-menu-ancestor > a,
  .header-fourth-layout .bottom-header-wrapper #site-navigation ul.sub-menu li.current_page_item > a {
    color: #00A9E0; }
  .header-fourth-layout .bottom-header-wrapper .search-cart-wrapper {
    float: right;
    margin-top: 5px; }
    .header-fourth-layout .bottom-header-wrapper .search-cart-wrapper select {
      border: 1px solid #d9d9d9;
      display: inline-block;
      float: left;
      font-size: 12px;
      font-weight: 700;
      height: 35px;
      padding: 0 10px;
      vertical-align: top;
      width: 129px; }
    .header-fourth-layout .bottom-header-wrapper .search-cart-wrapper input {
      border: 1px solid #d9d9d9;
      border-radius: 0;
      display: inline-block;
      font-size: 12px;
      font-style: italic;
      font-weight: 300;
      height: 35px;
      vertical-align: top;
      width: 220px;
      margin-bottom: 0; }
    .header-fourth-layout .bottom-header-wrapper .search-cart-wrapper button {
      border-radius: 0;
      background: #00A9E0;
      border: medium none;
      box-shadow: 0 0 0 transparent;
      color: #fff;
      font-size: 14px;
      height: 35px;
      padding: 0px;
      text-align: center;
      width: 32px; }

/*--------------------------------------------------------------
## slider 2 Layout
--------------------------------------------------------------*/
.slider-second-layout .slider-ad-wrapper {
  float: right; }

.slider-second-layout .small-slider-wrapper {
  float: none;
  margin: 0;
  max-width: none; }
  .slider-second-layout .small-slider-wrapper .collection-wrapper {
    margin-left: -2%; }
    .slider-second-layout .small-slider-wrapper .collection-wrapper .collection-block {
      width: 31.33%;
      float: left;
      margin-left: 2%;
      margin-top: 15px; }
      .slider-second-layout .small-slider-wrapper .collection-wrapper .collection-block img {
        width: 100%; }

/*--------------------------------------------------------------
## slider 3 Layout
--------------------------------------------------------------*/
.fullscreen_slider {
  margin-top: -30px; }
  .fullscreen_slider .slider-caption-wrapper {
    width: 100%; }
    .fullscreen_slider .slider-caption-wrapper .tg-container .slider-title {
      font-size: 50px;
      text-shadow: 0 0 0 #fff;
      font-weight: 600;
      margin: 20px 0; }
      .fullscreen_slider .slider-caption-wrapper .tg-container .slider-title span {
        background: #00A9E0 none repeat scroll 0 0;
        clear: both;
        display: table;
        font-size: 60px;
        font-weight: 700;
        margin: 30px 0;
        padding: 30px;
        text-transform: uppercase; }
    .fullscreen_slider .slider-caption-wrapper .tg-container .slider-content {
      font-size: 22px;
      line-height: 36px;
      margin-bottom: 40px; }
    .fullscreen_slider .slider-caption-wrapper .slider-bg-title {
      background: #00A9E0 none repeat scroll 0 0;
      color: #fff;
      display: inline-block;
      font-size: 70px;
      margin: 30px 0 20px;
      padding: 15px 40px;
      line-height: 80px; }

.fullscreen_slider,
.normal_slider {
  position: relative; }
  .fullscreen_slider .thumbnail-pager-slider,
  .normal_slider .thumbnail-pager-slider {
    background: #fff none repeat scroll 0 0;
    border-top: 5px solid #00A9E0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: -150px auto 0;
    padding: 30px 0;
    position: relative;
    text-align: center;
    width: 1200px; }
    .fullscreen_slider .thumbnail-pager-slider .bx-viewport a,
    .normal_slider .thumbnail-pager-slider .bx-viewport a {
      display: inline-block;
      margin: 0;
      position: relative; }
      .fullscreen_slider .thumbnail-pager-slider .bx-viewport a .thumb-title,
      .normal_slider .thumbnail-pager-slider .bx-viewport a .thumb-title {
        background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
        bottom: 0;
        font-size: 16px;
        margin: 0;
        padding: 6px 0;
        position: absolute;
        text-align: center;
        width: 100%;
        color: #fff; }
      .fullscreen_slider .thumbnail-pager-slider .bx-viewport a img,
      .normal_slider .thumbnail-pager-slider .bx-viewport a img {
        display: block; }
      .fullscreen_slider .thumbnail-pager-slider .bx-viewport a:before,
      .normal_slider .thumbnail-pager-slider .bx-viewport a:before {
        border-bottom: 10px solid #00A9E0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        left: -6px;
        position: absolute;
        top: -1px;
        transform: rotate(-45deg); }
    .fullscreen_slider .thumbnail-pager-slider a.active .thumb-title,
    .normal_slider .thumbnail-pager-slider a.active .thumb-title {
      background: rgba(37, 191, 160, 0.6); }

.header-second-layout .fullscreen_slider {
  margin-top: 0; }

.main-slider,
.thumbnail-pager-slider {
  position: relative; }
  .main-slider .bx-controls-direction i,
  .thumbnail-pager-slider .bx-controls-direction i {
    position: absolute; }

.thumbnail-pager-slider .bx-wrapper {
  margin: 0 auto; }

.category-slider .thumbnail_slider .thumbnail-pager-slider .bx-controls .bx-next,
.category-slider .thumbnail_slider .thumbnail-pager-slider .bx-controls .bx-prev,
.product-slider .thumbnail_slider .thumbnail-pager-slider .bx-controls .bx-next,
.product-slider .thumbnail_slider .thumbnail-pager-slider .bx-controls .bx-prev {
  background: #00A9E0 none repeat scroll 0 0;
  border: medium none;
  font-size: 24px;
  left: 17px;
  padding: 25px 0 25px 40px; }
  .category-slider .thumbnail_slider .thumbnail-pager-slider .bx-controls .bx-next i,
  .category-slider .thumbnail_slider .thumbnail-pager-slider .bx-controls .bx-prev i,
  .product-slider .thumbnail_slider .thumbnail-pager-slider .bx-controls .bx-next i,
  .product-slider .thumbnail_slider .thumbnail-pager-slider .bx-controls .bx-prev i {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

.category-slider .thumbnail_slider .thumbnail-pager-slider .bx-controls .bx-next,
.product-slider .thumbnail_slider .thumbnail-pager-slider .bx-controls .bx-next {
  right: 17px;
  left: auto; }
  .category-slider .thumbnail_slider .thumbnail-pager-slider .bx-controls .bx-next i,
  .product-slider .thumbnail_slider .thumbnail-pager-slider .bx-controls .bx-next i {
    left: 0;
    right: auto; }

#home-slider-pager {
  margin: 0; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/*--------------------------------------------------------------
## Testimonial Layout
--------------------------------------------------------------*/
.testimonial-section {
  position: relative;
  padding: 0; }
  .testimonial-section .testimonial-wrapper {
    padding: 50px 0; }
  .testimonial-section .testimonial-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  .testimonial-section .testimonial-content-wrapper {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-top: 10px; }
  .testimonial-section .testimonial-image {
    margin: 0;
    text-align: center;
    position: relative;
    display: inline-block; }
    .testimonial-section .testimonial-image:after {
      border-radius: 50%;
      box-shadow: 0 0 0 2px #fff;
      box-sizing: content-box;
      content: "";
      height: 100%;
      left: -7px;
      padding: 7px;
      pointer-events: none;
      position: absolute;
      top: -7px;
      transform: scale(1);
      width: 100%; }
    .testimonial-section .testimonial-image img {
      display: block;
      border-radius: 100%; }
  .testimonial-section .testimonial-content {
    padding: 100px 0 0; }
    .testimonial-section .testimonial-content .testimonial-name {
      font-size: 16px;
      font-weight: 700;
      margin: 20px 0;
      color: #ffffff; }
      .testimonial-section .testimonial-content .testimonial-name:after, .testimonial-section .testimonial-content .testimonial-name:before {
        content: "~";
        margin: 0 5px; }
  .testimonial-section .testimonial-wrapper ul {
    margin: 0; }
  .testimonial-section .testimonial-wrapper .bx-pager {
    left: 0;
    position: absolute;
    text-align: center;
    top: 175px;
    width: 100%; }
    .testimonial-section .testimonial-wrapper .bx-pager .bx-pager-item {
      display: inline-block; }
      .testimonial-section .testimonial-wrapper .bx-pager .bx-pager-item a {
        display: block;
        font-size: 0;
        height: 16px;
        margin: 0 6px;
        width: 16px;
        background: #fff none repeat scroll 0 0;
        border-radius: 100%;
        border: 2px solid #fff; }
      .testimonial-section .testimonial-wrapper .bx-pager .bx-pager-item a.active,
      .testimonial-section .testimonial-wrapper .bx-pager .bx-pager-item a:hover {
        background: none;
        border: 2px solid #fff; }

/*--------------------------------------------------------------
## Call to action second  Layout
--------------------------------------------------------------*/
.section-wrapper.layout-2-cta {
  margin: 0 auto;
  width: 1200px;
  background: #42414f none repeat scroll 0 0; }
  .section-wrapper.layout-2-cta:after {
    clear: both;
    content: "";
    display: table; }
  .section-wrapper.layout-2-cta .about-img {
    float: right;
    width: 50%; }
    .section-wrapper.layout-2-cta .about-img img {
      max-width: 100%;
      width: auto; }

.widget-about .layout-2-cta .tg-container .about-content-wrapper::before,
.widget-about .layout-2-cta .tg-container .about-content-wrapper::after {
  display: none; }

.widget-about .layout-2-cta .tg-container {
  float: left;
  left: 0;
  margin: 0;
  max-width: none;
  position: relative;
  transform: translateX(0px);
  width: 50%; }
  .widget-about .layout-2-cta .tg-container .about-content-wrapper {
    position: static;
    width: 100%;
    background: none; }
    .widget-about .layout-2-cta .tg-container .about-content-wrapper .about-block {
      padding: 30px;
      position: absolute;
      width: 100%; }
      .widget-about .layout-2-cta .tg-container .about-content-wrapper .about-block:after {
        content: "";
        border-left: 15px solid #42414F;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%); }
    .widget-about .layout-2-cta .tg-container .about-content-wrapper .about-title a {
      color: #00A9E0;
      font-size: 36px; }
    .widget-about .layout-2-cta .tg-container .about-content-wrapper .about-sub-title {
      color: #ffffff;
      font-size: 46px;
      margin: 13px 0 20px; }
    .widget-about .layout-2-cta .tg-container .about-content-wrapper .about-content {
      display: none; }
    .widget-about .layout-2-cta .tg-container .about-content-wrapper .about-btn {
      border: 2px solid #fff;
      color: #ffffff;
      display: inline-block;
      font-size: 22px;
      font-weight: 600;
      padding: 5px 40px;
      text-transform: uppercase; }
      .widget-about .layout-2-cta .tg-container .about-content-wrapper .about-btn:hover {
        color: #ffffff;
        background: #00A9E0;
        border-color: #00A9E0; }

/*--------------------------------------------------------------
## Info Layout
--------------------------------------------------------------*/
.info-section {
  padding: 40px 0 20px;
  background: #f7f7f7;
  text-align: center; }
  .info-section .info-block-wrapper {
    position: relative; }
    .info-section .info-block-wrapper .info-icon-wrapper {
      border: 2px solid #00A9E0;
      border-radius: 100%;
      height: 62px;
      line-height: 58px;
      margin: 0 auto 25px;
      text-align: center;
      width: 62px;
      font-size: 16px;
      color: #00A9E0;
      position: relative; }
    .info-section .info-block-wrapper .info-title {
      font-size: 16px; }
    .info-section .info-block-wrapper:last-child:after {
      display: none; }
  .info-section .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    border: none; }

/*--------------------------------------------------------------
## UI tabs Layout
--------------------------------------------------------------*/
.widget-featured-collection .ui-tabs-nav {
  border-bottom: 1px solid #e1e1e1;
  list-style: outside none none;
  margin: 0;
  padding: 0 0 10px;
  text-align: center; }
  .widget-featured-collection .ui-tabs-nav li {
    display: inline-block;
    margin: 0 15px; }
    .widget-featured-collection .ui-tabs-nav li a {
      font-size: 14px;
      font-weight: 700;
      position: relative; }
  .widget-featured-collection .ui-tabs-nav li.ui-state-active a:before {
    background: #00a9e0 none repeat scroll 0 0;
    bottom: -14px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%; }
  .widget-featured-collection .ui-tabs-nav li.ui-state-active a:after {
    content: "";
    position: absolute;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #00A9E0;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%); }

.widget-featured-collection .feature-slider-tab {
  list-style: none; }
  .widget-featured-collection .feature-slider-tab .category-single-tab {
    margin-left: -3%; }
    .widget-featured-collection .feature-slider-tab .category-single-tab li {
      float: left;
      margin-left: 3%;
      width: 22%;
      margin-top: 3%; }

.feature-slider-tab li .featured-img .featured-hover-wrapper .featured-hover-block a:hover {
  background: #00A9E0;
  border-color: #00A9E0; }

.feature-slider-tab li .featured-img .featured-hover-wrapper .featured-hover-block a.added_to_cart {
  position: relative; }
  .feature-slider-tab li .featured-img .featured-hover-wrapper .featured-hover-block a.added_to_cart:after {
    content: "\f06e";
    font-family: FontAwesome;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #ffffff;
    font-size: 16px; }

.feature-slider-tab li .featured-title a {
  color: #00A9E0; }
  .feature-slider-tab li .featured-title a:hover {
    color: #0191BC; }

.feature-slider-tab li .woocommerce-product-rating .star-rating {
  color: #00A9E0; }

.feature-slider-tab li .price ins {
  color: #00A9E0; }

.feature-slider-tab li .single_add_to_wishlist {
  background: #00A9E0 none repeat scroll 0 0; }
  .feature-slider-tab li .single_add_to_wishlist:hover {
    background: #0191BC; }

.featured-content-wrapper .star-rating {
  display: inline-block;
  float: none;
  font-size: 14px;
  margin: 15px 0 5px; }

.hot-content-wrapper .star-rating {
  display: block;
  float: none;
  font-size: 14px;
  margin: 15px auto 15px; }

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.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%; }

/*--------------------------------------------------------------
## 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; }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*=============================================
=            Desktop Devices          =
=============================================*/
.toggle-wrap {
  float: right;
  display: none; }

@media (min-width: 1201px) and (max-width: 1600px) {
  .fullscreen_slider .slider-caption-wrapper .tg-container .slider-title {
    margin: 0 0 40px 0; }
    .fullscreen_slider .slider-caption-wrapper .tg-container .slider-title span {
      font-size: 40px;
      padding: 20px; }
  .fullscreen_slider .slider-caption-wrapper .tg-container .slider-content {
    display: none;
    margin: 0; }
  .fullscreen_slider .thumbnail-pager-slider {
    margin: -110px auto 0;
    padding: 10px 0; }
  .normal_slider .thumbnail-pager-slider {
    margin: -110px auto 0;
    padding: 10px 0; }
  #masthead.header-first-layout,
  #masthead.header-second-layout,
  #masthead.header-fourth-layout {
    transition: transform 0.4s; }
  .home.scroll-down #masthead.header-first-layout,
  .home.scroll-down #masthead.header-second-layout,
  .home.scroll-down #masthead.header-fourth-layout {
    position: fixed;
    left: 0;
    right: 0;
    transform: translate3d(0, -100%, 0); }
  .home.scroll-up #masthead.header-first-layout,
  .home.scroll-up #masthead.header-second-layout,
  .home.scroll-up #masthead.header-fourth-layout {
    position: fixed;
    left: 0;
    right: 0;
    transform: none; }
  .home.scroll-down #masthead,
  .home.scroll-up #masthead {
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.05); } }

@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .no_sidebar_full_width #primary .entry-content > .alignwide {
    margin-left: -20px;
    margin-right: -20px; }
  .no_sidebar_content_centered #primary .entry-content > .alignwide {
    margin-left: -50px;
    margin-right: -50px; } }

@media (max-width: 1200px) {
  .tg-container {
    padding: 0 1%;
    width: 98%; }
  .product-list-wrap .product-list-block .product-list-content {
    float: right;
    width: 55%; }
  .big-slider {
    max-width: 100%; }
  .small-slider-wrapper {
    max-width: 31%; }
  .category-menu {
    width: 15%; }
  .header-second-layout .bottom-header-wrapper,
  .section-wrapper.layout-2-cta {
    width: 100%; }
  .fullscreen_slider .thumbnail-pager-slider,
  .normal_slider .thumbnail-pager-slider {
    margin: 0;
    width: 100%; }
  .home.header-third-layout #masthead {
    position: relative; }
    .home.header-third-layout #masthead.headroom--top {
      background: #272727; }
      .home.header-third-layout #masthead.headroom--top.headroom--pinned {
        background: #272727; }
  .headroom--unpinned {
    transform: translateY(0); }
  .fullscreen_slider .slider-caption-wrapper .tg-container .slider-title {
    font-size: 40px;
    margin: 0 0 40px 0; }
    .fullscreen_slider .slider-caption-wrapper .tg-container .slider-title span {
      font-size: 30px;
      padding: 15px 50px; }
  .fullscreen_slider .slider-caption-wrapper .tg-container .slider-content {
    display: none;
    margin: 0; }
  .no_sidebar_full_width #primary .entry-content > .alignwide {
    margin-left: -20px;
    margin-right: -20px; }
  .no_sidebar_content_centered #primary .entry-content > .alignwide {
    margin-left: -50px;
    margin-right: -50px; }
  #site-navigation ul li {
    margin-left: 16px; }
  .header-second-layout #secondary-navigation ul li a {
    padding: 0 10px; } }

/*=============================================
=            Mobile Devices            =
=============================================*/
@media (max-width: 991px) and (min-width: 768px) {
  .header-second-layout #secondary-navigation ul li a,
  .header-second-layout bottom-header-wrapper .search-cart-wrapper .search-user-block {
    border: none; }
  .fullscreen_slider .slider-caption-wrapper .tg-container .slider-title {
    margin: 0 0 20px 0; } }

@media (max-width: 979px) {
  .widget-about .layout-1-cta .tg-container {
    background: #f9f9f9 none repeat scroll 0 0;
    height: auto;
    left: auto;
    padding: 20px 20px;
    position: static;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    width: 100%; }
    .widget-about .layout-1-cta .tg-container .about-content-wrapper {
      position: static;
      width: 100%;
      height: auto; }
      .widget-about .layout-1-cta .tg-container .about-content-wrapper::before, .widget-about .layout-1-cta .tg-container .about-content-wrapper::after {
        display: none; }
      .widget-about .layout-1-cta .tg-container .about-content-wrapper .about-block {
        position: static;
        top: 0;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
  .blog-section .entry-title {
    font-size: 16px; }
  .header-second-layout .bottom-header-wrapper .category-menu {
    padding: 0 10px; }
  .widget-about .layout-2-cta .tg-container .about-content-wrapper .about-sub-title {
    font-size: 26px; }
  .widget_vertical_promo .promo_style_1 .collection-thumb-block .collection-thumb-hover .collection-thumb-title-wrapper .collection-thumb-title,
  .widget_full_width_promo .promo_style_1 .collection-thumb-block .collection-thumb-hover .collection-thumb-title-wrapper .collection-thumb-title {
    font-size: 16px; }
  .widget-featured-collection .feature-slider-tab .category-single-tab li,
  #top-footer .tg-column-wrapper .tg-column-4 {
    display: inline-block;
    float: none;
    margin-right: -4px;
    vertical-align: top; }
  .header-second-layout .my-cart-wrap {
    display: none; } }

@media (min-width: 769px) and (max-width: 979px) {
  .tg-container {
    width: 96%;
    padding: 0 2%; }
  #site-navigation ul li {
    margin-left: 16px; }
  .left-header-block,
  .right-top-header .top-header-menu-wrapper ul li a {
    font-size: 11px; }
  #category-navigation ul li a {
    font-size: 13px; }
  .category-menu {
    font-size: 14px;
    width: 20%;
    margin-right: 20px; }
  #site-navigation ul li a {
    font-size: 12px; }
  .slider-caption-wrapper .slider-content {
    font-size: 14px; }
  .slider-caption-wrapper .slider-title {
    font-size: 24px; }
  #lang_sel_click a.lang_sel_sel {
    border: medium none; }
  .collection-block:first-child {
    text-align: center; }
  .collection-thumb-block .collection-thumb-hover .collection-thumb-title-wrapper .collection-thumb-title {
    font-size: 20px; }
  .collection-thumb-block .collection-thumb-hover .collection-thumb-title-wrapper .collection-thumb-sub-title {
    font-size: 12px; }
  .widget-about .layout-1-cta.tg-container .about-content-wrapper .about-block .about-content {
    font-size: 10px;
    margin-top: 10px; }
  .widget-about .layout-1-cta .tg-container .about-content-wrapper .about-block .about-sub-title {
    font-size: 13px;
    margin: 5px 0; }
  .widget-about .layout-1-cta .tg-container .about-content-wrapper .about-block .about-title {
    font-size: 20px; }
  .entry-meta span {
    margin: 10px 4px 7px 0;
    padding-left: 7px; }
    .entry-meta span a,
    .entry-meta span i {
      font-size: 10px; }
    .entry-meta span:last-child {
      margin: 10px 0px 7px 0; }
  .widget-about .tg-container .about-content-wrapper .about-block .about-content {
    font-size: 13px; }
  .tg-column-wrapper .tg-column-4 {
    float: left;
    margin: 0 0 2% 2%;
    width: 48%; }
  .product-list-wrap .product-list-block .product-list-content {
    float: left;
    width: 45%;
    margin-left: 5%; }
  .woocommerce ul.products li.product {
    width: 29.5%; }
  .woocommerce-page ul.products li.product {
    width: 29.5%; }
  .woocommerce-page ul.products.tg-column-wrapper li.product.tg-column-4 {
    width: 31.3%; }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%; }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 70%; }
  .header-second-layout #secondary-navigation ul li a,
  .header-second-layout .search-user-block .search-icon {
    padding: 0 10px; }
  .header-second-layout #header-ticker {
    width: 120px; }
  .logo-wrapper {
    margin: 0 0 14px; }
  .header-third-layout .site-content {
    margin-top: 175px; } }

/*=============================================
=            Mobile Devices            =
=============================================*/
@media (max-width: 768px) {
  .no_sidebar_full_width #primary .entry-content > .alignwide,
  .no_sidebar_content_centered #primary .entry-content > .alignwide {
    margin-left: -15px;
    margin-right: -15px; }
  .header-second-layout .logo,
  .header-second-layout .site-title-wrapper,
  .header-second-layout .logo-wrapper {
    float: none;
    text-align: center; }
  #masthead .widget_shopping_cart {
    display: none; }
  #site-navigation {
    float: right;
    margin-right: 15px; }
  .left-top-header {
    float: none; }
  .bottom-header-wrapper .tg-container {
    position: relative; }
  #site-navigation ul li {
    display: block;
    float: none; }
  .mobile-menu-wrapper ul li {
    display: block;
    float: none;
    line-height: 43px;
    position: relative; }
  #site-navigation .sub-menu,
  #site-navigation .children {
    display: none;
    border-radius: 0;
    min-width: 100%;
    opacity: 1;
    position: static;
    left: 0;
    top: 0;
    border: none;
    border-bottom: none;
    z-index: 999;
    background: #ffffff;
    visibility: visible;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05); }
  .mobile-menu-wrapper .sub-menu,
  .mobile-menu-wrapper .children {
    display: none;
    border-radius: 0;
    min-width: 100%;
    opacity: 1;
    position: static;
    left: 0;
    top: 0;
    border: none;
    border-bottom: none;
    z-index: 999;
    background: #ffffff;
    visibility: visible;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05); }
  .category-menu {
    font-size: 13px;
    margin-right: 0;
    width: 140px; }
    .category-menu .category-toggle {
      padding: 0 10px; }
  .toggle-wrap {
    line-height: 37px;
    margin-left: 6px;
    display: block; }
    .toggle-wrap:hover i {
      color: #00A9E0; }
    .toggle-wrap .toggle {
      color: #333;
      font-size: 28px;
      position: relative;
      top: 3px;
      cursor: pointer; }
  #primary-menu {
    display: none; }
  .bottom-header-wrapper {
    position: relative; }
    .bottom-header-wrapper .tg-container {
      position: static; }
  #primary-menu {
    background: #ffffff none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
    border-top: 3px solid #00A9E0;
    margin: 0; }
  #menu-mobile {
    background: #ffffff none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
    border-top: 3px solid #00A9E0;
    margin: 0;
    display: none;
    background: #00A9E0; }
    #menu-mobile .sub-menu {
      background: #00A9E0; }
  #site-navigation ul > li,
  .mobile-menu-wrapper ul > li {
    border-bottom: 1px solid #e1e1e1;
    margin-left: 0;
    padding: 0 20px; }
  #site-navigation ul li.menu-item-has-children > a::after,
  .mobile-menu-wrapper ul li.menu-item-has-children > a::after {
    display: none; }
  #site-navigation .sub-menu li:first-child,
  .mobile-menu-wrapper .sub-menu li:first-child {
    border-top: 1px solid #e5e5e5; }
  #site-navigation .sub-menu li:last-child,
  .mobile-menu-wrapper .sub-menu li:last-child {
    border: none; }
  #site-navigation .sub-menu li a {
    border-bottom: none;
    display: block; }
  .mobile-menu-wrapper .sub-menu li a {
    border-bottom: none;
    display: block; }
  .mobile-menu-wrapper li a {
    color: #ffffff; }
  .sub-toggle {
    background: #00a9e0 none repeat scroll 0 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 6px;
    width: 30px;
    display: block;
    cursor: pointer; }
  .sub-menu .sub-toggle {
    right: 0; }
  .mobile-menu-wrapper .sub-toggle {
    background: #0191BC; }
    .mobile-menu-wrapper .sub-toggle:hover {
      background: #0191BC; }
  .left-header-block {
    border-right: medium none;
    color: #6d6c6c;
    display: block;
    float: none;
    margin: 10px auto;
    padding: 0;
    text-align: center; }
  .right-top-header {
    clear: both;
    display: table;
    float: none;
    margin: 0 auto; }
  .header-second-layout .top-header-wrapper .right-top-header {
    border-right: none; }
  .right-top-header .right-header-block:last-of-type a {
    border-right: 0; }
  .tg-container {
    width: 96%;
    padding: 0 2%; }
  .widget-large-advertise {
    float: none;
    margin: 0 auto;
    text-align: center; }
  .big-slider {
    float: none;
    max-width: 100%; }
  .small-slider-wrapper {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%; }
    .small-slider-wrapper .collection-block {
      float: left;
      width: 48.5%; }
      .small-slider-wrapper .collection-block:first-child {
        margin: 0 2% 0 0; }
    .small-slider-wrapper img {
      width: 100%; }
  .big-slider img {
    width: 100%; }
  .small-slider-wrapper img {
    display: block;
    margin: 0 auto;
    width: auto; }
  .collection-block:first-child {
    text-align: center; }
  .collection-block:nth-child(3) {
    clear: both; }
  .product-list-wrap .product-list-block .product-list-content {
    float: left;
    width: 45%;
    margin-left: 5%; }
  .collection-thumb-block .collection-thumb-hover .collection-thumb-title-wrapper {
    bottom: 40%; }
    .collection-thumb-block .collection-thumb-hover .collection-thumb-title-wrapper .collection-thumb-sub-title {
      display: none; }
  .widget_featured_posts_block .tg-column-wrapper .tg-column-3 {
    display: inline-block;
    float: none;
    margin-left: 0 0 2% 2%;
    width: 47.73%; }
  .section-title-wrapper .section-title-block .page-title {
    font-size: 18px; }
  .section-title-wrapper .section-title-block .page-sub-title {
    display: none; }
  .tg-column-wrapper .tg-column-4 {
    float: left;
    margin: 0 0 2% 2%;
    width: 48%; }
  #top-footer .tg-column-wrapper .tg-column-4 {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding-top: 10px; }
    #top-footer .tg-column-wrapper .tg-column-4:first-child {
      padding-top: 0; }
  .copy-right {
    float: none;
    text-align: center;
    font-size: 9px; }
  .payment-partner-wrapper {
    float: none;
    text-align: center; }
    .payment-partner-wrapper ul li {
      float: none;
      margin-left: 10px;
      display: inline-block; }
  .slider-caption-wrapper .slider-content {
    display: none; }
  .right-header-block a,
  .right-top-header .top-header-menu-wrapper ul li a {
    font-size: 10px; }
  .slider-caption-wrapper .slider-btn {
    font-size: 13px;
    padding: 7px 0 7px 10px; }
    .slider-caption-wrapper .slider-btn i {
      margin-left: 10px;
      padding: 9px 11px; }
  .widget_featured_posts_block .tg-column-wrapper .tg-column-3 {
    display: block;
    margin: 0 auto 40px;
    width: 80%; }
  #primary, #secondary {
    float: none;
    width: 100%; }
  .woocommerce-cart .woocommerce .wc-proceed-to-checkout {
    width: 100%;
    margin-top: 5px; }
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set .col-1, .woocommerce-page .woocommerce-checkout #customer_details.col2-set .col-2 {
    float: none;
    width: 100%; }
  .woocommerce-page .woocommerce-checkout #customer_details.col2-set .col-1 {
    border-right: none; }
  .error-wrap .error {
    font-size: 35px; }
  .error-wrap .num-404 {
    font-size: 60px;
    height: 150px;
    line-height: 150px;
    width: 150px; }
  .page-not-found .page-title {
    font-size: 20px; }
  .error-404 .message {
    font-size: 11px; }
  .error-404.not-found .search-field {
    width: 90%; }
  .error-404.not-found .searchsubmit {
    display: inline-block;
    height: 36px;
    margin-left: -3px;
    width: 46px; }
  .header-second-layout #header-ticker-title {
    float: left; }
  .header-second-layout #header-ticker {
    float: left;
    margin-left: 15px;
    padding: 12px 0;
    width: calc(100% - 140px); }
  .widget-featured-collection .feature-slider-tab .category-single-tab li {
    width: 30%; }
  .widget-featured-collection .ui-tabs-nav li {
    display: inline-block;
    margin: 0 5px; }
  .widget_vertical_promo .promo_style_2 .collection-thumb-block {
    display: inline-block;
    width: auto;
    float: none;
    margin-bottom: 30px; }
  .widget_full_width_promo {
    text-align: center; }
    .widget_full_width_promo .promo_style_2 .collection-thumb-block {
      display: inline-block;
      width: auto;
      float: none;
      margin-bottom: 30px; }
  .info-section .info-block-wrapper::after {
    display: none; }
  .header-second-layout #secondary-navigation,
  .header-second-layout #site-navigation,
  .header-second-layout #middle-header-navigation {
    display: none; }
  .header-second-layout .mobile-menu-wrapper {
    color: #fff;
    display: block;
    float: left;
    padding: 3px 20px; }
    .header-second-layout .mobile-menu-wrapper .menu-toggle {
      display: block; }
  .header-second-layout .toggle-wrap .toggle {
    color: #fff; }
    .header-second-layout .toggle-wrap .toggle i:hover {
      color: #fff; }
  .widget-collection-thumb .tg-column-wrapper {
    margin: 0; }
  .fullscreen_slider .slider-caption-wrapper .tg-container .slider-title {
    margin-bottom: 8px;
    font-size: 30px; }
    .fullscreen_slider .slider-caption-wrapper .tg-container .slider-title span {
      display: none; }
  .header-third-layout #site-navigation {
    float: left; }
  .header-third-layout .toggle-wrap {
    float: left; }
    .header-third-layout .toggle-wrap .toggle {
      color: #fff; }
  .header-third-layout #site-navigation li a {
    color: #333; }
  .header-third-layout #site-navigation ul li > a::before {
    display: none; }
  .header-third-layout .wishlist-cart-wrapper {
    margin: 25px 0 0; }
  .header-fourth-layout .bottom-header-wrapper .search-cart-wrapper {
    float: left; }
  .header-fourth-layout .bottom-header-wrapper #site-navigation li a:hover::before,
  .header-fourth-layout .bottom-header-wrapper #site-navigation li.current-menu-item > a:before {
    display: none; }
  .header-fourth-layout .top-header-wrapper .contact-info.left-header-block::after {
    display: none; }
  .header-fourth-layout #site-navigation ul li {
    margin: 0; }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
    border-right: 0;
    width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%; }
  .archive-grid #primary {
    margin-left: -1%;
    width: 100%; }
  .right-top-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .right-top-header .top-header-menu-wrapper ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; } }

@media (max-width: 600px) {
  .tg-column-wrapper .tg-column-2,
  .tg-column-wrapper .tg-column-3,
  .tg-column-wrapper .tg-column-4 {
    float: none;
    margin: 20px auto 0;
    width: 100%; }
  .widget_featured_posts_block .tg-column-wrapper .tg-column-3 {
    float: none;
    margin: 20px auto 0;
    width: 100%; }
  .tg-column-wrapper .tg-column-2:first-child,
  .tg-column-wrapper .tg-column-3:first-child,
  .tg-column-wrapper .tg-column-4:first-child {
    float: none;
    margin: 0px auto; }
  .slider-caption-wrapper .slider-title {
    font-size: 25px; }
  .woocommerce ul.products li.product {
    clear: both;
    margin-left: 0; }
  .woocommerce-page ul.products li.product,
  .woocommerce-page[class*="columns-"] ul.products li.product {
    clear: both;
    margin-left: 0; }
  .woocommerce[class*="columns-"] ul.products li.product,
  .woocommerce-page ul.products.tg-column-wrapper {
    clear: both;
    margin-left: 0; }
  .woocommerce ul.products li.product {
    width: 100%;
    margin: 0 auto; }
  .woocommerce-page ul.products li.product,
  .woocommerce-page[class*="columns-"] ul.products li.product {
    width: 100%;
    margin: 0 auto; }
  .woocommerce[class*="columns-"] ul.products li.product,
  .woocommerce-page ul.products.tg-column-wrapper li.product.tg-column-4 {
    width: 100%;
    margin: 0 auto; }
  .woocommerce-wishlist table.shop_table.wishlist_table {
    height: auto;
    width: 600px; }
  .woocommerce-wishlist .entry-content {
    overflow: scroll;
    width: 100%; }
  .woocommerce-checkout .entry-content {
    overflow: scroll;
    width: 100%; }
  .error-404.not-found .search-field {
    width: 87%; }
  .widget-about .layout-2-cta .tg-container .about-content-wrapper .about-sub-title {
    font-size: 26px; }
  .widget-about .tg-container .about-content-wrapper .about-block .about-title {
    margin-bottom: 20px; }
  .widget-about .layout-2-cta .tg-container .about-content-wrapper .about-sub-title {
    display: none; }
  .widget-featured-collection .feature-slider-tab .category-single-tab li {
    width: 47%; }
  .widget-featured-collection .ui-tabs-nav li.ui-state-active a::after, .widget-featured-collection .ui-tabs-nav li.ui-state-active a::before {
    display: none; }
  .section-wrapper.layout-2-cta .about-img {
    float: none;
    width: 100%; }
  .widget-about .layout-2-cta .tg-container {
    float: none;
    text-align: center;
    width: 100%; }
  .widget_logo .tg-column-wrapper {
    margin: 0; }
  .widget_logo .tg-column-5 {
    margin-top: 20px;
    text-align: center;
    width: 100%; }
  .right-top-header .top-header-menu-wrapper ul li {
    border: medium none;
    display: inline-block;
    float: none;
    text-align: center; }
  .header-second-layout #header-menu {
    text-align: center; }
  .fullscreen_slider .slider-caption-wrapper .tg-container .slider-title {
    font-size: 20px; }
  .header-fourth-layout .middle-header-wrapper {
    text-align: center; }
    .header-fourth-layout .middle-header-wrapper .wishlist-cart-wrapper {
      display: inline-block;
      float: none;
      width: 160px; }
    .header-fourth-layout .middle-header-wrapper .logo-wrapper {
      margin-bottom: 10px; }
  .header-fourth-layout .cart-wrapper {
    margin-left: 0; }
  .header-fourth-layout .site-title-wrapper {
    margin: 0; }
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 50%; }
  .related-posts-wrapper .tg-column-wrapper {
    margin-left: 0; }
  .no_sidebar_full_width .alignwide,
  .no_sidebar_content_centered .alignwide {
    margin-left: 0;
    margin-right: 0; }
  .archive-grid article {
    width: 100%; }
  .archive-grid #primary {
    margin-left: -3%; } }

@media (max-width: 498px) {
  .header-third-layout .site-content {
    margin-top: 245px; }
  .header-fourth-layout .middle-header-wrapper .logo-wrapper {
    padding: 0 0 0 20px; }
  .header-fourth-layout .middle-header-wrapper .wishlist-cart-wrapper {
    position: static; } }

@media (max-width: 480px) {
  .right-top-header .top-header-menu-wrapper {
    float: none; }
  .right-header-block a,
  .right-top-header .top-header-menu-wrapper ul li a {
    font-size: 13px; }
  .logo-wrapper {
    display: block;
    float: none;
    text-align: center; }
  .site-title-wrapper {
    text-align: center; }
  .widget-large-advertise,
  .wishlist-cart-wrapper {
    float: none;
    display: block;
    text-align: center; }
  .logo, .site-title-wrapper {
    float: none;
    vertical-align: top; }
  .wishlist-wrapper,
  .wcmenucart-contents {
    display: inline-block;
    float: none;
    margin: 0; }
  .cart-wrapper {
    margin-left: 20px;
    display: inline-block;
    float: none;
    vertical-align: top; }
  .my-cart-wrap {
    display: inline-block;
    float: none;
    vertical-align: top; }
  .error-404.not-found .search-field {
    width: 70%; }
  .header-second-layout .wishlist-cart-wrapper {
    display: none; }
  .widget-featured-collection .feature-slider-tab .category-single-tab li {
    width: 97%; }
  .widget_vertical_promo .promo_style_2 .collection-thumb-block,
  .widget_full_width_promo .promo_style_2 .collection-thumb-block {
    width: 100%; }
  .header-third-layout .wishlist-cart-wrapper {
    float: none;
    margin: 0 0 20px; }
  .header-third-layout #site-title {
    font-size: 22px; }
  .fullscreen_slider .main-slider .bx-controls {
    display: none; }
  .header-fourth-layout .bottom-header-wrapper .search-cart-wrapper input {
    width: 120px; }
  .header-fourth-layout .bottom-header-wrapper .search-cart-wrapper select {
    width: 120px; } }

@media (max-width: 380px) {
  .fullscreen_slider .slider-caption-wrapper .tg-container .slider-title {
    margin-bottom: 0;
    font-size: 18px; }
  .fullscreen_slider .slider-caption-wrapper .tg-container .slider-btn {
    font-size: 10px;
    padding: 7px 0 7px 10px; } }

@media (max-width: 330px) {
  .header-third-layout .site-content {
    margin-top: 290px; }
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 100%; } }
