/*
Theme Name: Orgafresh
Theme URI: https://demo.alura-studio.com/orgafresh/
Author: the Alura Studio team
Author URI: https://themeforest.net/user/alurastudio/portfolio/
Description: Responsive WooCommerce WordPress Theme.
Version: 2.6.1
Tested up to: 6.6
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orgafresh
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header NAV
   13.2 Header Content
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
21.0 Woocommerce
    21.1 Shop page
    --------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.single-post .screen-reader-text {
  display: none;
}

.navigation,
#comments .comment-form {
  font-size: 14px;
}

.owl-stage .owl-item {
  display: inline-block;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:after,
.post-info:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea,
.woocommerce .widget_price_filter .price_slider_amount {
  color: #444;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
  margin: 0;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}

h2 {
  color: #444;
  font-size: 20px;
  font-weight: 300;
}

h3 {
  color: #444;
  font-size: 18px;
  font-weight: 300;
}

h4 {
  color: #444;
  font-size: 16px;
  font-weight: 800;
}

h5 {
  color: #767676;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

h6 {
  color: #333;
  font-size: 15px;
  font-weight: 800;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  color: #666;
  font-size: 18px;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

.woocommerce .wishlist-title h2 {
  margin-bottom: 20px;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

blockquote:before,
blockquote:after {
  content: "";
}

:focus {
  outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
  font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
  font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
  font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light,
    Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
  font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
  font-weight: 700;
  line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
  font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
  font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
  font-weight: 700;
  line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
  font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
  font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
  font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
  font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
  font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum,
    sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
  font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
  line-height: 1.65;
  font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
  line-height: 1.8;
  font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
  letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  -webkit-filter: none !important;
  filter: none !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  display: inline-block;
  border: 1px solid #ddd;
  background: #fff;
  padding: 8px 15px;
  line-height: inherit !important;
  margin: 0;
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #333;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* reset input type number on chrome */

select {
  border: 1px solid #e5e5e5;
  height: 42px;
  max-width: 100%;
  background: #fff;
  padding: 10px 30px 10px 8px;
  -webkit-filter: none !important;
  filter: none !important;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(./assets/images/icon-select.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.search-form-wrapper input[type="submit"] {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
  background-color: #e5e5e5;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 8px 12px;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  float: left;
  text-transform: uppercase;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #ddd;
  color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #000;
  color: #fff;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  background: #bbb;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
  margin: 0 0 1.5em;
  padding: 0px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
  color: #222;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  color: #000;
  outline: 0;
}

/* 404 Page */

.error404 .site-main {
  text-align: center;
}

.error404 .page-header {
  border: none;
}

.error404 .page-header h2 {
  font-weight: normal;
  font-size: 300px;
}

.error404 .page-content h2 {
  margin-bottom: 20px;
}
.error404 .page-content p {
  margin-bottom: 30px;
}
.error404 .search-page-search-form {
}
.error404 .search-form input[type="search"] {
  border-radius: 30px;
  display: flex;
  flex: 1 1 0;
  margin-right: 20px;
  padding: 10px 20px;
}
.error404 .search-form .search-submit {
  position: static;
  font-size: 15px;
  padding: 0 20px;
  width: 140px;
  border-radius: 30px;
  color: #fff;
}
.error404 .search-form .search-submit:hover {
  background: #444;
}
.error404 .search-form .search-submit:before {
  content: "";
}
.error404 .search-form {
  display: flex;
  width: 48%;
  margin: 0 auto;
}
.orgafresh404 .page-header {
  background-image: url("assets/images/404.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  width: 70%;
  margin: 0 auto;
  min-height: 400px;
}
@media only screen and (min-width: 1700px) {
  .orgafresh404 .page-header {
    width: 100%;
    min-height: 550px;
  }
}
@media only screen and (max-width: 1199px) {
  .orgafresh404 .page-header {
    width: 100%;
    min-height: 430px;
  }
}
.orgafresh404 .page-content h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: bold;
}
.orgafresh404 .page-content p {
  font-size: 18px;
}
.error404 .orgafresh404 .page-content {
  padding-bottom: 60px;
}

/* Search Form */

.search-form {
  position: relative;
}

.search-form > label {
  display: none;
}

.search-form input[type="search"] {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: none;
}

.search-form .search-submit:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.search-form .search-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  width: 50px;
  font-size: 0;
  font-weight: 400;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #777;
}

/*Bootstrap Tooltip*/

.tooltip-inner {
  padding: 0 10px !important;
  line-height: 30px;
  height: 30px;
  max-width: 200px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0 !important;
}

/* Hover smooths */

/* Fixes linked images */

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
  color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-img a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.post-img a:hover img,
.post-img a:focus img {
  opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
  background: #fff;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}

.navigation-top .wrap {
  max-width: 1000px;
  padding: 0;
}

.navigation-top a {
  color: #222;
  font-weight: 600;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
  color: #767676;
}

.main-navigation {
  clear: both;
  text-align: center;
  display: block;
}

menu-fix .menu-alus,
.menu-alus {
  display: none;
}

@media screen and (min-width: 1024px) {
  .js .main-navigation > div > ul {
    display: block !important;
  }
}

.main-navigation ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
}

#mega_main_menu.primary
  > .menu_holder
  > .menu_inner
  > ul
  > li
  > .item_link
  .link_text {
  text-transform: uppercase;
}

/* Mega Menu */

.mega-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.alus-vertical-navigation {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 270px;
}

.vertical-menu-heading {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 11px;
  padding-bottom: 13px;
  color: #fff;
}

.vertical-menu-heading i {
  padding-right: 10px;
}

.vertical-menu-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #fff;
  pointer-events: visible;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease, visibility 0s ease 0.2s, top 0.2s ease;
  transition: opacity 0.2s ease, visibility 0s ease 0.2s, top 0.2s ease;
}

.navigation-wrapper ul {
  list-style: none;
}

.vertical-menu li a i {
  margin-right: 10px;
}

.vertical-menu .menu-mega-dropdown.menu-item-has-children {
  position: static;
}

.vertical-menu .item-level-0 > a {
  padding: 12px 18px;
  color: #333;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  letter-spacing: 0.2px;
  position: relative;
}

.vertical-menu .vertical-menu-dropdown li > a {
  padding: 12px 18px;
}

.vertical-menu-dropdown .sub-menu-dropdown ul li > a {
  padding: 10px 12px 10px 0;
  display: block;
}

.vertical-menu-dropdown .sub-menu {
  background-color: #fff;
}

.navigation-wrapper .sub-menu,
.navigation-wrapper .menu-simple-dropdown .sub-menu .sub-sub-menu {
  padding: 10px 20px;
}

body .navigation-wrapper .main-navigation .menu > li a {
  padding: 12px 18px;
}

body .navigation-wrapper .main-navigation .sub-menu-dropdown ul li > a {
  padding: 8px 15px 8px 0;
}

.menu-simple-dropdown .sub-menu li:last-child,
.item-columns-1 .sub-menu li:last-child {
  border-bottom: none;
}

.vertical-menu .item-level-0.menu-item-has-children > a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  margin-left: 0;
  right: 20px;
  font-size: 14px;
  line-height: 14px;
}

.vertical-menu .sub-menu-dropdown,
.vertical-menu-dropdown .menu-simple-dropdown .sub-sub-menu {
  left: 100%;
  top: 0;
  margin-left: 0;
  background-color: #fff;
  animation: vertical_menu 0.25s ease;
  -webkit-animation: vertical_menu 0.25s ease;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.vertical-menu-dropdown .menu-simple-dropdown .sub-sub-menu {
  margin-left: -20px;
}

.vertical-menu-dropdown .menu-mega-dropdown .sub-sub-menu {
  margin-left: 0;
}

.vertical-menu li.item-level-0:hover .sub-menu-dropdown,
.vertical-menu-dropdown
  .menu-simple-dropdown
  .sub-menu
  > li:hover
  .sub-sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  pointer-events: visible;
  animation: vertical_menu 0.25s ease;
  -webkit-animation: vertical_menu 0.25s ease;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.menu-simple-dropdown .sub-menu,
.menu-simple-dropdown .sub-sub-menu {
  width: 270px;
}

.vertical-menu .item-level-0 {
  display: block;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}

.vertical-menu .item-level-0 > a:hover {
  background-color: #f7f7f7;
}

.vertical-menu .item-level-0:last-child {
  border-bottom: none;
}

.navigation-wrapper .vertical-menu-dropdown .menu {
  border: 1px solid rgba(129, 129, 129, 0.2);
  margin-bottom: 0;
}

.main-navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.main-navigation .sub-menu-dropdown .sub-menu li:first-child .sub-sub-menu {
  top: -9px;
}

.main-navigation .menu-simple-dropdown .sub-sub-menu {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border: none;
}

body .menu-item-full-width .sub-menu-dropdown {
  width: 100vw;
}

.menu-simple-dropdown .container,
.menu-mega-dropdown .container {
  width: auto;
}

.sub-menu-dropdown {
  left: 0;
  top: 100%;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  animation: navigation_bottom 0.25s ease;
  -webkit-animation: navigation_bottom 0.25s ease;
}

.sub-menu-dropdown .sub-menu {
  left: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border: none;
}

.menu-mega-dropdown .sub-menu-dropdown .sub-menu {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: none;
}

.menu-mega-dropdown .sub-menu > li {
  padding: 0 10px;
}

.menu-mega-dropdown .sub-menu-dropdown .sub-menu > li > a {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

.nav-link span {
  padding-left: 5px;
}

.main-navigation .menu > li:hover > .sub-menu-dropdown {
  animation: navigation_menu_top 0.25s ease;
  -webkit-animation: navigation_menu_top 0.25s ease;
}

@-webkit-keyframes navigation_menu_top {
  0% {
    opacity: 0;
    margin-top: 8px;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
  }
}

@keyframes navigation_menu_top {
  0% {
    opacity: 0;
    margin-top: 8px;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
  }
}

@keyframes navigation_bottom {
  from {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes navigation_bottom {
  from {
    -webkit-transform: translate3d(0, 15px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes navigation_bottom {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
}

@-webkit-keyframes navigation_bottom {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 15px, 0);
  }
}

@-webkit-keyframes vertical_menu {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}

@keyframes vertical_menu {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}

.main-navigation .menu > li:hover > .sub-menu-dropdown {
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
}

.main-navigation ul .menu-item-sized ul,
.main-navigation ul .menu-item-full-width ul {
  position: static;
}

.main-navigation ul .menu-item-sized .container > .sub-menu > li,
.main-navigation > ul .menu-item-full-width .container > .sub-menu > li {
  text-align: left;
  display: inline-block;
  white-space: nowrap;
  min-width: 160px;
}

.menu-item-design-default .sub-menu-dropdown > .container,
.menu-item-sized .sub-menu-dropdown > .container {
  width: auto;
  padding: 0;
}

.sub-menu-dropdown,
.vertical-menu-dropdown .menu-simple-dropdown .sub-sub-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  display: none;
  text-align: left;
  pointer-events: none;
  z-index: 380;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.main-navigation .item-has-bg .sub-menu {
  background-clip: border-box;
  background-color: #fff;
  background-size: cover;
}

.menu-label {
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  margin-top: -3px;
  margin-left: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  padding: 0px 4px;
}

.menu-label.label-white {
  color: #000;
}

.label-red {
  background: red;
}

.label-green {
  background: green;
}

.label-blue {
  background: blue;
}

.label-orange {
  background: orange;
}

.label-grey {
  background: grey;
}

.label-black {
  background: black;
}

.label-white {
  background: white;
}

.main-navigation .item-has-bg .sub-sub-menu {
  background: transparent;
}

.item-level-0.menu-item-has-children {
  position: relative;
}

.item-columns-3 .sub-menu-dropdown {
  width: 750px;
}

.item-columns-2 .sub-menu-dropdown {
  width: 520px;
}

.item-columns-4 .sub-menu-dropdown {
  width: 1040px;
}

.item-columns-1 .sub-menu-dropdown {
  width: 270px;
}

.item-columns-full .sub-menu-dropdown {
  width: 100%;
}

.item-columns-3 .sub-menu > li {
  width: 33.33%;
}

.item-columns-4 .sub-menu > li {
  width: 25%;
}

.item-columns-2 .sub-menu > li {
  width: 50%;
}

.menu-mega-dropdown .sub-sub-menu {
  border: none;
}

.has-bg-images ul {
  background-color: transparent !important;
}

/*.header-content .container .header-left-wrapper {
    display: none;
}*/
.header-content .header-left-wrapper {
  display: none;
}

.header-left-wrapper .mobile-nav {
  cursor: pointer;
  font-size: 24px;
}

.alus-mobile-navigation {
  width: 300px;
  padding: 0 0 30px 0;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  transform: translate3d(-300px, 0, 0);
  -webkit-transform: translate3d(-300px, 0, 0);
}

.has-mobile-menu .alus-mobile-navigation {
  transform: none;
  -webkit-transform: none;
}

body .menu-mega-dropdown .vc_row {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

body .menu-mega-dropdown .wpb_column {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
}

body .menu-mega-dropdown .wpb_text_column {
  margin-bottom: 20px;
}

body .menu-mega-dropdown .wpb_text_column p {
  margin-bottom: 5px;
}

body .menu-mega-dropdown .vc_row .sub-sub-menu > li {
  border-bottom: none;
}

body .menu-mega-dropdown .vc_row .sub-sub-menu > li a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.alus-close-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}

.has-mobile-menu .alus-close-popup,
.off-canvans-cart-open .alus-close-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease;
  transition: opacity 0.25s ease, visibility 0s ease;
}

@media (max-width: 991px) {
  .alus-close-popup {
    top: -150px;
    height: calc(100vh + 300px);
  }
}

.alus-mobile-navigation .search-form-wrapper {
  position: relative;
  z-index: 2;
}

.alus-mobile-navigation .search-form-wrapper form {
  display: inline;
}

.alus-mobile-navigation .search-form-wrapper input[type="text"] {
  padding: 0 50px 0 18px;
  height: 50px;
  border: 1px solid #e5e5e5;
}

.alus-mobile-navigation .search-form-wrapper {
  background-color: #ddd;
  padding: 20px;
}

.admin-bar .alus-mobile-navigation .search-form-wrapper {
  padding-top: 60px;
}

.alus-mobile-navigation .alus_search_products {
  position: relative;
}

.alus-mobile-navigation .search-form-wrapper .search-submit {
  position: absolute;
  top: 0;
  height: 51px;
  right: 0;
  width: 50px;
  padding: 0;
  border-left: 1px solid #e5e5e5;
  background-color: transparent;
}

.alus-mobile-navigation .search-form-wrapper .search-submit:after {
  content: "\e090";
  font-family: "simple-line-icons";
  font-size: 20px;
  line-height: 28px;
}
.alus-mobile-navigation .search-form-wrapper .search-submit:hover:after {
  color: #444;
}

.alus_search_products.loading .search-submit:after {
  opacity: 0;
}

.alus_search_products.loading .search-submit:before {
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 32px;
  border-right-color: #666 !important;
  border-top-color: #666 !important;
  content: "";
  display: block;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}

.alus-live-search-results .no-result {
  display: block;
  padding-left: 20px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 5px;
  font-weight: 500;
}

.mobile-menu-wrapper ul {
  list-style: none;
}

.mobile-menu-wrapper ul li {
  display: block;
  position: relative;
}

.mobile-menu-wrapper ul li a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #2d2a2a;
  border-top: 1px solid #e5e5e5;
}

.mobile-menu-wrapper .menu > li > .sub-menu > li.menu-item-has-children > a {
  font-weight: 600;
}

.mobile-menu-wrapper .sub-menu li a {
  text-transform: none;
  font-weight: normal;
}

.sub-menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  color: #2d2a2a;
  cursor: pointer;
  border-left: 1px solid #e5e5e5;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.sub-menu-icon:after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 24px;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.menu-item-has-children.active > .sub-menu-icon:after {
  content: "\f106";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 24px;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.mobile-menu-wrapper .sub-menu,
.mobile-menu-wrapper .sub-sub-menu {
  display: none;
  margin-left: 0;
}

.alus-mobile-navigation .alus_search_products .alus-live-search-results {
  position: relative !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-bottom: none;
}

.alus-mobile-navigation .search-form-wrapper .select-category {
  display: none;
}

.alus-mobile-navigation .alus-list-products li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  padding: 10px 18px;
}

.alus-mobile-navigation .alus-list-products li:last-child {
  border-bottom: none;
}

.alus-mobile-navigation .alus-list-products li .search-form-wrapper-image {
  width: 50px;
  border-radius: 99px;
  height: 66px;
  display: inline-block;
  margin-right: 10px;
}

.alus-mobile-navigation .alus-list-products li .search-form-wrapper-meta {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-left: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.alus-mobile-navigation .alus-list-products {
  max-height: 173px;
  overflow-y: auto;
}

.alus-mobile-navigation
  .alus-list-products
  li
  .search-form-wrapper-meta
  .product-name {
  display: inline-block;
  width: 100%;
}
.alus-mobile-navigation .alus-live-search-results {
  width: 100%;
}

/* End Mega Menu */

/* Filter Area */
.alus-filters-button a:before {
  content: "\f1de";
  font-family: FontAwesome;
  margin-right: 5px;
}
.alus-filters-content {
  position: fixed;
  width: 300px;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  z-index: 500;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  transform: translate3d(-300px, 0, 0);
  -webkit-transform: translate3d(-300px, 0, 0);
}
.show-filter .alus-filters-content {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  overflow-y: auto;
  padding: 20px;
}
body.show-filter .alus-close-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.alus-filters-content .close-sidebar {
  display: block;
}

/* Popup Newletter */

.alus-popup {
  background-color: #fff;
  margin: 0 auto;
  display: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  max-width: 800px;
}

body .alus-popup .mfp-close {
  color: #fff;
}

.mfp-wrap .alus-popup {
  display: block;
}

.alus-popup-wrapper .mc4wp-form > div {
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

/* Popup Quickview */

.quick-view-wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.quick-view-wrapper .quick-view-popup .row > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  width: 50%;
}

.quick-view-wrapper .quick-view-popup .image-items {
  overflow: hidden;
}

body .quick-view-wrapper .product-summary .entry-summary {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto !important;
  width: 100%;
  padding-right: 30px;
  padding-top: 30px;
  padding-left: 15px !important;
  padding-bottom: 30px;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .quick-view-wrapper .row {
    display: block;
  }
  body .quick-view-wrapper .quick-view-popup .row > div {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  body .quick-view-wrapper .product-summary .entry-summary {
    position: static;
    padding: 15px !important;
  }
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
  display: none;
}

.archive .page-header {
  padding: 0 0px 9px;
}

article .post-info a,
article .comment-content a {
  color: #444;
}

.main-navigation > div > ul {
  border-top: 1px solid #eee;
  padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
  display: block;
}

.main-navigation ul ul {
  padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
  display: block;
}

.main-navigation ul ul a {
  letter-spacing: 0;
  padding: 0.4em 0;
  position: relative;
  text-transform: none;
}

.main-navigation li {
  border-bottom: 1px solid #eee;
  position: relative;
}

.main-navigation li li,
.main-navigation li:last-child,
.vertical-menu li:last-child {
  border: 0;
}

.main-navigation a {
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
}

.main-navigation a:hover {
  color: #767676;
}

/* Menu toggle */

.menu-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.5;
  margin: 1px auto 2px;
  padding: 1em;
  text-shadow: none;
}

/*sidebar*/

.alus-sidebar .tagcloud {
  border: none;
  padding: 0;
  overflow: hidden;
}

.alus-sidebar div.alus-smooth-image {
  margin-bottom: 0px;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
  display: block;
}

.main-navigation.toggled-on ul.nav-menu {
  display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-toggle:focus {
  outline: thin solid;
}

.menu-toggle .icon {
  margin-right: 0.5em;
  top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
  display: none;
}

.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: block;
  font-size: 16px;
  right: -0.5em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em;
  position: absolute;
  text-shadow: none;
  top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: transparent;
}

.dropdown-toggle:focus {
  outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
  display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

/* Header Sticky */

.admin-bar .sticky-header {
  top: 32px;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  -webkit-transition: opacity 0.1s ease, visibility 0.1s ease;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}

.is-sticky.sticky-header {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  animation: stuckMoveDown 0.3s ease;
  -webkit-animation: stuckMoveDown 0.3s ease;
  background: #000;
}

@keyframes stuckMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes stuckMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.sticky-header .navigation-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.sticky-header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: min-height 0.2s ease, height 0.2s ease;
  transition: min-height 0.2s ease, height 0.2s ease;
}

.sticky-header .header-left-wrapper {
  display: none;
}

.sticky-header .navigation-wrapper .main-navigation {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.sticky-header .logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.sticky-header .main-navigation .item-level-0.menu-item-has-children > a:after {
  color: #fff;
}

body
  .sticky-header
  .navigation-wrapper
  .main-navigation
  .menu
  > li.item-level-0
  > a {
  padding: 32px 18px;
  color: #fff;
}

#header .logo-sticky-enable .logo-sticky {
  display: none;
}

.sticky-header .logo-sticky-enable .logo-sticky {
  display: block;
}

.sticky-header .logo-sticky-enable .logo-nomal {
  display: none;
}
.sticky-header .mobile-nav a {
  color: #fff;
}

/**  13.1 Header NAV **/

.top-bar {
  /*border-bottom: 1px solid #e5e5e5;*/
}

.top-bar .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.top-bar-left {
  margin-right: auto;
  max-height: 100%;
}

.top-bar-right {
  margin-left: auto;
  max-height: 100%;
}

.info-desc > span:first-child,
.header-language,
.header-currency,
.header-wishlist,
.header-account,
.header-currency,
.header-language {
  margin-right: 20px;
  margin-left: 20px;
  position: relative;
  z-index: 10;
  display: inline-block;
}

.header-wishlist a,
.header-currency .wcml_selected_currency,
.header-language .lang_sel_sel,
.header-account .alus_login > a {
  padding: 5px 0;
  display: inline-block;
  height: 100%;
}
.header-currency,
.header-language {
  z-index: 9999;
}
.header-language {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.header-language ul li:first-child {
  display: inline-block;
  width: 100%;
}
.header-language .lang_sel_sel,
.header-currency .wcml_selected_currency {
  padding: 8px 36px;
  display: inline-block;
  width: 100%;
}
.header-layout2 .header-language .lang_sel_sel,
.header-layout2 .header-currency .wcml_selected_currency {
  padding: 8px 10px;
}
.header-language .lang_sel_sel:before {
  content: "";
  border-top: 1px solid #e5e5e5;
  display: block;
  position: absolute;
  top: 0;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.header-language ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
}

.header-language .lang-dropdown {
  position: absolute;
}

.header-wishlist a:hover,
.header-account .alus_login > a:hover {
  text-decoration: none;
}

.header-account .alus_login a.my-account:before {
  content: "\e005";
  font-family: "simple-line-icons";
  font-size: 14px;
  line-height: 20px;
  margin-right: 8px;
}

.header-wishlist a:before {
  content: "\e08a";
  font-family: "simple-line-icons";
  font-size: 14px;
  line-height: 20px;
  margin-right: 5px;
}

.header-wishlist:before,
.setting-topbar:before {
  content: "";
  top: 8px;
  bottom: 5px;
  left: -22px;
  width: 1px;
  height: 15px;
  border-width: 0 1px 0 0;
  border-style: solid;
  position: absolute;
  opacity: 0.2;
}
.setting-topbar:before {
  left: -3px;
}

.header-currency .wcml_selected_currency:after,
.header-language .lang_sel_sel:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 4px;
}

.header-account .alus_login > a,
.header-account,
.header-wishlist a,
.header-currency *,
.header-language * {
  display: inline-block;
  position: relative;
}

.header-language ul ul,
.header-currency ul,
.alus-account .has-dropdown,
.alus-header-cart .has-dropdown {
  position: absolute;
  padding: 20px;
  width: 320px;
  right: 50%;
  left: auto;
  margin-right: -100px;
  top: 100%;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  z-index: 99;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.alus-shoppping-cart a.alus_cart:hover,
#dropdown-list .header-currency {
  width: 100%;
  margin: 0;
}

.header-currency ul,
.header-language ul ul {
  position: absolute;
  padding: 20px;
  width: 150px;
  right: auto;
  top: 40px;
  left: 0;
  margin-left: 0;
  opacity: 0;
  z-index: 9999;
  text-align: center;
}
.header-layout1 .header-currency ul,
.header-layout1 .header-language ul ul {
  position: absolute;
  padding: 20px;
  width: 150px;
  right: 100%;
  top: 0;
  left: auto;
  margin-right: 0;
  opacity: 0;
  z-index: 9999;
  text-align: center;
}
.header-layout2 .header-currency ul,
.header-layout2 .header-language ul ul {
  top: 40px;
  right: 0;
}

.header-currency ul li:first-child,
.header-language ul li:first-child {
  border: 0;
}
.header-currency ul li,
.header-language .lang-dropdown li a {
  color: #666;
}

.header-currency .alus-currency > a,
.header-language li .alus_lang {
  padding: 0 10px 0 0;
}

.header-currency ul li,
.header-language li {
  position: relative;
  list-style: none;
  margin: 0;
  z-index: 2;
  line-height: 1.6;
  width: 100%;
  display: inline-block;
  transition: all 260ms ease 0s;
  -webkit-transition: all 260ms ease 0s;
  -moz-transition: all 260ms ease 0s;
  cursor: pointer;
}

.header-language ul li:hover ul,
.header-currency:hover ul,
.alus-account:hover .has-dropdown,
.alus-header-cart:hover .has-dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.alus-account .form-login .submit {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}

.alus-account .form-login .submit input[type="submit"] {
  display: inline-block;
  width: 100%;
  padding: 13px;
  color: #fff;
  margin-bottom: 10px;
}

.header-account .alus-account .login:before {
  content: "\e005";
  margin-right: 5px;
  font-family: "simple-line-icons";
}

.alus-account .rememberme {
  display: inline-block;
}

.alus-account .rememberme label {
  font-weight: normal;
}

.alus-account .forgot-password {
  display: inline-block;
  float: right;
}

.alus-account .login-title {
  color: #444;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.alus-account .login-btn a {
  padding: 5px 0;
  display: inline-block;
  height: 100%;
}

.login-form-off-canvas,
.cart-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 320px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 600;
  transform: translateX(320px);
  -webkit-transform: translateX(320px);
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.login-form-off-canvas .register-question:before {
  content: "\e005";
  font-family: "simple-line-icons";
  display: block;
  font-size: 56px;
  line-height: 56px;
  color: #666;
}

.login-form-off-canvas .register-question {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #efefef;
}

.login-form-off-canvas .create-account {
  display: block;
  padding-top: 10px;
  font-weight: bold;
}

.login-canvas-title,
.cart-popup-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  padding: 20px;
  border-bottom: 2px solid #e5e5e5;
}

.has-login-form .login-form-off-canvas,
.has-cart-sidebar .cart-popup {
  transform: none;
  -webkit-transform: none;
}

.has-login-form .alus-close-popup,
.has-cart-sidebar .alus-close-popup {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.login-form-off-canvas .login-form {
  margin: 20px;
}

.login-form-off-canvas .submit {
  width: 100%;
  display: inline-block;
}

.login-form-off-canvas .submit input[type="submit"] {
  width: 100%;
  color: #fff;
  padding: 13px;
  border-radius: 20px;
}

.login-form-off-canvas .rememberme {
  display: inline-block;
  float: left;
}

.login-form-off-canvas .forgot-password {
  display: inline-block;
  float: right;
}

.login-form-off-canvas .login-title {
  font-size: 24px;
  font-weight: bold;
}

.login-close:after,
.close-cart:after {
  font-family: "FontAwesome";
  content: "\f00d";
  margin-left: 4px;
  text-transform: uppercase;
  font-weight: bold;
}

/**  13.2 Header Content  **/

.header-wishlist .count-wl:before {
  content: "(";
}
.header-wishlist .count-wl:after {
  content: ")";
}
.header-layout1 .vertical-menu-heading {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 13px;
}
.setting-language .wcml_currency_switcher > a,
.setting-topbar .header-language ul li > a {
  color: #444;
}
.header-layout1 .vertical-menu-dropdown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header-layout1 .alus-vertical-navigation:hover .vertical-menu-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

body
  .header-layout1
  .navigation-wrapper
  .main-navigation
  .menu
  > .item-level-0
  > a {
  /*color: #fff;*/
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

.main-navigation .item-level-0.menu-item-has-children > a:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 4px;
  font-size: 100%;
  font-weight: normal;
}
.main-navigation
  .menu-simple-dropdown
  .sub-menu-dropdown
  .menu-item.menu-item-has-children
  > a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  font-size: 100%;
  font-weight: normal;
}

.header-layout1 .logo-wrap {
  text-align: center;
  padding: 0 15px 0 0;
  width: 60%;
}

.header-content {
  padding: 30px 0;
}

.header-content > .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.header-layout1 .header-content .alus-header-search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 15px;
  text-align: center;
}

.header-layout1 .header-content .alus-header-search .searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header-layout1 .header-content .alus-header-search .alus_search_products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-radius: 0 20px 20px 0;
}

.select-category {
  border-radius: 20px 0 0 20px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px 10px 20px;
}

.header-layout1
  .header-content
  .alus-header-search
  .alus_search_products
  .search-field {
  border: none;
  font-size: 14px;
  line-height: 20px;
}

.header-layout1
  .header-content
  .alus-header-search
  .alus_search_products
  .search-field:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.header-layout1
  .header-content
  .alus-header-search
  .alus_search_products
  .search-submit {
  position: relative;
  padding: 8px 12px;
  margin: 0;
  background-color: transparent;
  color: #000;
}

.header-content .alus-header-search .alus_search_products .search-submit:after {
  content: "\e090";
  font-family: "simple-line-icons";
}

/* Ajax Search result */

.alus-list-products {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  max-height: 236px;
  overflow: auto;
}

.alus-live-search-results {
  width: 204px;
  position: absolute;
  z-index: 9;
  display: block;
  top: 100%;
  margin-top: 1px;
  left: 0;
  right: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.alus-list-products li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.search-form-wrapper-image {
  max-width: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

.search-form-wrapper-meta.item-information {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
}

.search-form-wrapper-meta .product-title {
  display: block;
}

.alus-live-search-results .view-all a {
  padding: 5px 0;
  display: block;
  background-color: #999;
  color: #fff;
  text-align: center;
}

.header-layout1 .header-content .alus-header-cart {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 15px;
  width: 20%;
  text-align: right;
}

.alus-header-cart .alus-shoppping-cart {
  position: relative;
  font-size: 14px;
}

/*.alus_cart:before {
    content: "\f290";
    font-family: "Fontawesome";
    font-size: 24px;
    margin-right: 6px;
    }*/

/*.cart-number {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 11px;
    line-height: 16px;
    padding-left: 2px;
    padding-right: 2px;
    height: 17px;
    min-width: 17px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    z-index: 1;
    }*/
.alus_cart .cart-number {
  padding: 5px 18px;
}
.alus_cart {
  padding: 10px 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 20px;
}
.sticky-header .alus_cart {
  border: 0;
}

body .alus-header-cart .alus-shoppping-cart .has-dropdown {
  width: 320px;
  right: -15px;
  margin-right: 0;
  padding: 20px;
  padding-top: 10px;
  -webkit-box-shadow: 0px 4px 13px -3px #808080;
  -ms-box-shadow: 0px 4px 13px -3px #808080;
  -o-box-shadow: 0px 4px 13px -3px #808080;
  box-shadow: 0px 4px 13px -3px #808080;
}
body
  .alus-header-cart
  .alus-shoppping-cart
  .has-dropdown
  .woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
}

body .alus-shoppping-cart .shopping-cart-dropdown ul.product_list_widget {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 500px;
  max-height: 40vh;
  margin-bottom: 0;
}

.alus-shoppping-cart .woocommerce.widget_shopping_cart .shopping-cart-dropdown {
  padding: 20px;
}

body .woocommerce.widget_shopping_cart .widget_shopping_cart_content ul {
  list-style: none;
}

body
  .woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  li.mini_cart_item
  a.remove {
  right: 0;
  top: 15px;
}

body
  .woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  li.woocommerce-mini-cart-item {
  list-style: none;
  padding: 15px 20px 5px 75px !important;
  margin: 0;
  min-height: 90px;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  line-height: 1.33;
  border-bottom: 1px solid #e5e5e5;
}

body .woocommerce.widget_shopping_cart .widget_shopping_cart_content p.total {
  border-top: 1px solid #ebebeb;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

body
  .woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .buttons
  > a {
  display: block;
  border-radius: inherit;
  text-align: center;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: 700;
  background-color: #ebebeb;
  line-height: 1;
  margin: 0;
  border-radius: 20px;
}

body
  .woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .buttons
  > a:hover {
  color: #fff;
}

body
  .woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .buttons
  > a:not(.checkout) {
  margin-bottom: 10px;
}

body
  .woocommerce.widget_shopping_cart
  .widget_shopping_cart_content
  .buttons
  > a.checkout {
  color: #fff;
}

body
  .woocommerce.widget_shopping_cart
  ul.product_list_widget
  li
  a:not(.remove) {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

body .woocommerce.widget_shopping_cart ul.product_list_widget li img {
  top: 15px;
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  float: none !important;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cart-popup .widget_shopping_cart_content {
  padding-left: 20px;
  padding-right: 20px;
}

.cart-popup .woocommerce-mini-cart__empty-message {
  padding-top: 5px;
  text-align: center;
}

.cart-popup-title .title-cart {
  font-size: 24px;
  font-weight: bold;
}

.alus-header-cart .has-dropdown ul.alus_cart_list,
.woocommerce .alus-header-cart .has-dropdown ul.alus_cart_list,
.woocommerce-page .alus-header-cart .has-dropdown ul.alus_cart_list {
  overflow: auto;
  font-size: 14px;
  max-height: 400px;
  padding: 0 20px;
  position: relative;
  max-height: 330px;
  margin-bottom: 0;
}

.alus-header-cart .alus_cart_list li .cart-item-wrapper,
.woocommerce .alus-header-cart .alus_cart_list li .cart-item-wrapper,
.woocommerce-page .alus-header-cart .alus_cart_list li .cart-item-wrapper {
  margin-left: 20px;
  padding-right: 7px;
  display: inline-block;
  width: 50%;
}

h3.product-name {
  margin-bottom: 5px;
}

.woocommerce .alus-header-cart ul li,
.woocommerce-page .alus-header-cart ul li,
.alus-header-cart ul li {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.woocommerce .alus-header-cart ul li:last-child,
.woocommerce-page .alus-header-cart ul li:last-child,
.alus-header-cart ul li:last-child {
  border: none;
  padding-bottom: 0;
}

.alus-header-cart a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  right: -7px;
  left: auto;
  top: 4px;
  content: "";
  z-index: 2;
  font-size: 0;
  font-weight: 400 !important;
  height: auto;
  width: auto;
  line-height: 0;
  text-indent: 0;
  padding: 0;
}

.woocommerce a.remove:hover,
body table.compare-list tr.remove td > a .remove:hover:before {
  background: none;
}

.woocommerce a.remove,
body table.compare-list tr.remove td > a .remove:before {
  color: #444 !important;
}

.alus-header-cart a.remove:before,
.woocommerce .widget_shopping_cart .cart_list li a.remove:before,
.woocommerce.widget_shopping_cart .cart_list li a.remove:before {
  font-family: "FontAwesome";
  content: "\f057";
  font-size: 18px;
  font-weight: 300 !important;
  line-height: 18px;
  color: #000;
}

.alus-header-cart .total {
  padding: 15px 0;
  overflow: hidden;
}

.alus-header-cart .total > span.total-title,
.widget_shopping_cart .total-title {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
}

.alus-header-cart .total > span.amount,
.widget_shopping_cart .total .amount {
  float: right;
  font-weight: bold;
}

.has-dropdown .alus_cart_check > a.button.view-cart {
  margin-bottom: 10px;
}

.has-dropdown .alus_cart_check > a.button.checkout,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
#cboxClose {
  background-color: #444;
  border-color: #444;
  color: #fff;
}

.has-dropdown .alus_cart_check > a.button,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 24px 10px 24px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-filter: none;
  filter: none;
  cursor: pointer;
  text-align: center;
  background-image: none;
  border: 2px solid #e5e5e5;
  text-align: center;
  background-color: #fff;
}

.has-dropdown .alus_cart_check > a.button.view-cart:before {
  content: "\f07a";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.menu_holder {
  line-height: 0;
  border-top: 1px solid #e5e5e5;
  font-size: 0;
}
.alus-header-cart .icon-basket {
  font-size: 16px;
}

/*--------------------------------------------------------------
Header v2
--------------------------------------------------------------*/

body
  .header-layout2
  .navigation-wrapper
  .main-navigation
  .menu
  > .item-level-0
  > a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  color: #444;
}

body .header-layout2 .header-search-button > a:before,
body .header-layout5 .header-search-button > a:before,
body .header-layout6 .header-search-button > a:before {
  content: "\e090";
  font-family: "simple-line-icons";
  font-size: 19px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body .header-layout2 .alus-live-search-results {
  right: 0;
  margin-top: 0;
}

.alus_search_products .search-submit {
  position: relative;
}

body .header-layout2 .header-search-button > a,
body .header-layout5 .header-search-button > a,
body .header-layout6 .header-search-button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

body .header-layout2 .header-search-button:hover .search-form-wrapper,
body .header-layout5 .header-search-button:hover .search-form-wrapper {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
}

.header-layout2 .navigation-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header-layout2 .navigation-wrapper .main-navigation > div > ul {
  text-align: center;
}

.header-layout2 .logo-wrap {
  padding-right: 30px;
}

.header-layout2
  .main-navigation
  .item-level-0.menu-item-has-children
  > a:after {
  color: inherit;
}

.header-layout2 .alus-header-search {
  margin-right: 30px;
  position: relative;
  z-index: 9;
}

.header-layout2 .alus-header-cart {
  padding-right: 15px;
  text-align: right;
}

.header-layout2 .search-form-wrapper,
.header-layout5 .search-form-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
}

.header-layout2 .select-category {
  display: none;
}

.header-layout2 .alus_search_products,
.header-layout5 .alus_search_products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: none;
}

body .header-layout2 .search-field {
  border: 1px solid #e5e5e5;
}
.acount-search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.acount-search .login-btn a.login > span {
  display: none;
}
.item-cart {
  padding-left: 4px;
}
.acount-search .alus-header-cart .item-cart {
  display: none;
}
.acount-search .alus_cart {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  position: relative;
}
.acount-search .alus_cart .cart-number {
  padding: 0;
}
.acount-search .alus_cart .cart-number > span {
  position: absolute;
  top: -14px;
  left: 18px;
  border-radius: 30px;
  line-height: 14px;
  padding: 2px 7px;
  font-size: 13px;
  color: #fff;
}
.acount-search .alus_cart .cart-number i {
  padding: 0;
  font-size: 20px;
  color: #111;
}

.acount-search .alus-header-search {
  margin-right: 18px;
  position: relative;
  z-index: 9;
}
.acount-search .alus-live-search-results {
  width: 300px;
}
.header-layout2 {
  position: absolute;
  top: 0;
  z-index: 2;
  background: transparent;
  width: 100%;
}

/*--------------------------------------------------------------
Header v3
--------------------------------------------------------------*/
.header-layout3 .header-wishlist .text-wl {
  display: none;
}
.header-layout3 .navigation-wrapper > .container {
  border-top: 1px solid #ebebeb;
}
.header-layout3 .alus_cart {
  border: 0;
}
.header-layout3 .header-wishlist .count-wl:before,
.header-layout3 .header-wishlist .count-wl:after {
  content: "";
}
.header-layout3 .header-wishlist {
  position: relative;
}
.header-layout3 .header-wishlist .count-wl {
  position: absolute;
  left: 15px;
  top: -5px;
  font-size: 13px;
  padding: 0px 6px;
  line-height: 18px;
  border-radius: 50%;
  color: #fff;
}
.header-layout3 .header-wishlist a:before {
  font-size: 19px;
}

body
  .header-layout3
  .navigation-wrapper
  .main-navigation
  .menu
  > .item-level-0
  > a {
  text-transform: uppercase;
  font-weight: 500;
}

.header-layout3 .logo-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  text-align: center;
}

.header-layout3 .social-sharing {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-layout3 .main-navigation {
  text-align: center;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-layout3 .alus-header-search {
  margin-right: 30px;
  position: relative;
  z-index: 9;
}

.header-layout3 .search-form-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
}

.header-layout3 .select-category {
  display: none;
}

.header-layout3 .alus_search_products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: none;
}

body .header-layout3 .search-field {
  border: 1px solid #e5e5e5;
}

body .header-layout3 .header-search-button > a:before {
  content: "\e090";
  font-family: "simple-line-icons";
  font-size: 19px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body .header-layout3 .alus-live-search-results {
  right: 0;
  margin-top: 0;
}

.alus_search_products .search-submit {
  position: relative;
}

body .header-layout3 .header-search-button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

body .header-layout3 .header-search-button:hover .search-form-wrapper {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
}
.acount-search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.acount-search .login-btn span {
  display: none;
}
.item-cart {
  padding-left: 4px;
}
.acount-search .alus-header-cart .item-cart {
  display: none;
}
.acount-search .alus_cart {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  position: relative;
}
.header-right .alus_cart .cart-number {
  padding: 0;
}
.header-right .item-cart {
  display: none;
}
.header-right .alus_cart .cart-number > span {
  position: absolute;
  top: -10px;
  left: 11px;
  border-radius: 30px;
  line-height: 14px;
  padding: 2px 5px;
  font-size: 13px;
  color: #fff;
}
.header-right .alus_cart .cart-number i {
  padding: 0;
  font-size: 20px;
  color: #666;
}
.header-right .alus-header-search {
  margin-right: 0;
  position: relative;
  z-index: 9;
}
.header-right .alus-live-search-results {
  width: 300px;
}
.header-right .alus_cart {
  background: transparent;
}
.header-right .header-wishlist:before {
  display: none;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
  clear: both;
  margin-top: 35px;
  padding: 20px 0 50px;
}

.single-post #comments {
  border-top: 1px solid #e5e5e5;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.comment-form .comment-form-comment,
.comment-form .comment-form-rating,
.comment-form .comment-notes,
.comment-form .form-submit {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.comment-form .comment-form-rating,
.comment-form > p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 220px;
  flex: 1 1 220px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.comment-form .form-submit input[type="submit"] {
  padding: 12px 18px;
  color: #ffffff;
}

.comment-list li:before {
  display: none;
}

.comment-author {
  font-size: 13px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 0;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.comments-area .comments-title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.comments-area .children {
  margin-left: 30px;
  margin-top: 20px;
  border-top: 1px dashed #ddd;
}

.comments-area .comment {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}

.comments-area .children .comment:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.comment-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.comment-content .comment-author {
  margin-right: 15px;
}

.comment-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.comment-box > strong {
  margin-bottom: 10px;
  display: block;
}

.comment-content > * {
  z-index: 2;
  position: relative;
}

#comments ol {
  margin-left: 0;
}

#comments .comment-excerpt ol,
#comments .comment-excerpt ul {
  margin-left: 15px;
}

.comments-area .pingback a {
  font-weight: 600;
}

.comments-area .pingback {
  margin-bottom: 15px;
}

.comments-area .comment-list {
  margin-bottom: 40px;
}

.comment-meta .fn {
  margin-left: 20px;
}

.comment-meta a {
  color: #444;
}

.comments-area .reply {
  float: right;
  font-weight: 700;
}

.comment-meta time {
  color: #999;
}

.comments-area .comment-respond {
  margin-top: 20px;
}

.comments-area .logged-in-as > a:last-child {
  font-weight: 600;
}

.comment-metadata {
  z-index: 9;
  color: #444;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  top: 76px;
  margin-left: 145px;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-reply-link {
  position: relative;
}

.comment-author .avatar {
  padding: 2px;
  border-radius: 50%;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  padding: 2px;
  border-radius: 50%;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  text-align: right;
}

.single-post .form-submit {
  margin-top: 20px;
}

.search-results .entry-meta a time {
  padding: 0 5px;
}

.entry-meta {
  position: relative;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
  padding: 1em 0 2em;
}

h2.widget-title {
  color: #222;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

.widget-title a {
  color: inherit;
}

/* widget forms */

.widget select {
  width: 100%;
}

/* widget lists */

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.widget ul li + li {
  margin-top: -1px;
}

.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0;
  position: relative;
}

.widget ul li li {
  border: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
  bottom: 0;
}

.search-no-results .alert {
  padding-left: 0;
}

.widget .post-date,
.widget .rss-date {
  font-size: 0.81em;
}

/* Add to cart message */

.added-to-cart-message .product_message_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product_message_image {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  width: 100px;
}

.product_notification_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  padding-top: 10px;
}

.product_notification_text a {
  font-weight: bold;
}

.added-to-cart-message {
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  border: none;
  position: fixed;
  top: 150px;
  left: 100%;
  width: 300px;
  min-height: 100px;
  max-height: 100px;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 9999;
  overflow: hidden;
  -webkit-animation: slide-in, slide-out;
  animation: slide-in, slide-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s, 3s;
  animation-delay: 0.5s, 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  cursor: pointer;
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  50% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  75% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  100% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes slide-out {
  0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  50% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  75% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  100% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  75% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  75% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

/* Text widget */

.widget_text {
  word-wrap: break-word;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}

.widget_rss ul li {
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget_rss ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.widget_rss ul li > a {
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
  color: #2d2a2a;
  font-weight: 600;
}

.widget_rss li cite {
  color: #767676;
  display: inline-block;
}

.widget_rss .rss-date {
  font-size: 12px;
  color: #bbbbbb;
  margin-bottom: 8px;
  display: block;
}

.widget_rss .rss-date:before {
  content: "\f073";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
}

.widget_rss .rssSummary {
  margin-bottom: 10px;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
  margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
  border: 0;
}

.widget_recent_entries ul li a,
.widget_recent_comments ul li > a {
  font-weight: 600;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
  display: block;
}

/* Tag cloud widget */

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
  line-height: 1.5;
}

.sidebar-widget.widget_tag_cloud {
  padding-bottom: 30px;
}

.widget_tag_cloud .tagcloud a.tag-cloud-link {
  font-size: 14px !important;
  border: 1px solid #ddd;
  padding: 5px 10px;
  margin: 5px 5px 5px 0;
  display: inline-block;
  color: #666;
}

.widget_tag_cloud .tagcloud a.tag-cloud-link:hover {
  color: #fff;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  float: left;
  font-size: 14px !important;
  /* !important to overwrite inline styles */
  font-size: 0.875rem !important;
  margin: 4px 4px 0 0 !important;
  padding: 4px 10px 5px !important;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
  border-color: #bbb;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
  text-align: center;
  padding: 3px;
}

.widget_calendar #wp-calendar > caption {
  color: #2d2a2a;
  font-size: 16px;
  font-weight: 600;
}

.widget_calendar #wp-calendar #today {
  color: white;
  font-weight: 600;
}

.widget_calendar tfoot td {
  border: 0;
}

/*  Text shadow 1 */

@-webkit-keyframes animation_text_shadow {
  from {
    text-shadow: none;
  }
  to {
    text-shadow: 0 0 30px #fff;
  }
}

@keyframes animation_text_shadow {
  from {
    text-shadow: none;
  }
  to {
    text-shadow: 0 0 30px #fff;
  }
}

/*  Text shadow 2 */

@-webkit-keyframes animation_text_shadow2 {
  from {
    text-shadow: none;
  }
  to {
    text-shadow: 0 0 10px #fff;
  }
}

@keyframes animation_text_shadow2 {
  from {
    text-shadow: none;
  }
  to {
    text-shadow: 0 0 10px #fff;
  }
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

img.alignleft,
img.alignright {
  float: none;
  margin: 0;
}

.page-content .wp-smiley,
.post-info .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.size-shop_thumbnail {
  width: 100%;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}
iframe {
  border: 0;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  line-height: 1.6;
  padding: 5px 10px 5px 0;
  opacity: 0.8;
}

/* Media Elements */

.mejs-container {
  margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
  border-color: #eee;
  color: #222;
}

.site-content
  .wp-playlist-light
  .wp-playlist-current-item
  .wp-playlist-item-album {
  color: #333;
}

.site-content
  .wp-playlist-light
  .wp-playlist-current-item
  .wp-playlist-item-artist {
  color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
  border-bottom: 1px dotted #eee;
  -webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #767676;
  color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
  color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
  background: #222;
  border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
  background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
  color: #fff;
}

.site-content
  .wp-playlist-dark
  .wp-playlist-current-item
  .wp-playlist-item-album {
  color: #eee;
}

.site-content
  .wp-playlist-dark
  .wp-playlist-current-item
  .wp-playlist-item-artist {
  color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
  background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
  border-bottom: 1px dotted #555;
  -webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #aaa;
  color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
  color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.site-content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
  border-bottom: none;
}

.site-content .wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.site-content .wp-playlist-item-length {
  top: 5px;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.alus-customizer.alus-front-page .alus-panel:after {
  border: 2px dashed #0085ba;
  /* Matches visible edit shortcuts. */
  bottom: 1em;
  content: "";
  display: block;
  left: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1;
}

.highlight-front-sections.alus-customizer.alus-front-page
  .alus-panel
  .panel-content {
  z-index: 2;
  /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */

.alus-customizer.alus-front-page .alus-panel .alus-panel-title {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3em;
  text-transform: uppercase;
  text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */

.highlight-front-sections.alus-customizer.alus-front-page
  .alus-panel:nth-of-type(1):after {
  border: none;
}

.alus-front-page.alus-customizer #primary article.panel-placeholder {
  border: 0;
}

/* Add some space around the visual edit shortcut buttons. */

.alus-panel .customize-partial-edit-shortcut button {
  top: 30px;
  left: 30px;
}

/* Ensure that placeholder icons are visible. */

.alus-panel .customize-partial-edit-shortcut-hidden:before {
  visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
  display: none;
}

.no-svg .svg-fallback {
  display: inline-block;
}

.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  /* IE 9 */
  transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
  /* IE 9 */
  transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
  content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
  background: transparent;
  color: #222;
  height: auto;
  width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  position: relative !important;
  /* overrides previous !important styles */
  width: auto;
}

/* Layout */

#wrapper {
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.vc_row[data-vc-full-width],
section[data-vc-full-width] {
  width: calc(100vw - 17px);
}

@media (min-width: 1302px) {
  .wrapper-layout-full-width .vc_row[data-vc-full-width],
  .wrapper-layout-full-width section[data-vc-full-width] {
    left: calc((-100vw - -1222px) / 2);
  }
  .wrapper-layout-full-width
    .vc_row[data-vc-full-width]:not([data-vc-stretch-content]),
  .wrapper-layout-full-width
    section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1222px) / 2);
    padding-right: calc((100vw - 1222px) / 2);
  }
  .platform-Windows .wrapper-layout-full-width .vc_row[data-vc-full-width],
  .platform-Windows .wrapper-layout-full-width section[data-vc-full-width] {
    width: calc(100vw - 17px);
    left: calc((-100vw - -1222px - -17px) / 2);
  }
  .platform-Windows
    .wrapper-layout-full-width
    .vc_row[data-vc-full-width]:not([data-vc-stretch-content]),
  .platform-Windows
    .wrapper-layout-full-width
    section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1222px - 17px) / 2);
    padding-right: calc((100vw - 1222px - 17px) / 2);
  }
  .browser-Edge .wrapper-layout-full-width .vc_row[data-vc-full-width],
  .browser-Edge .wrapper-layout-full-width section[data-vc-full-width] {
    width: calc(100vw - 12px);
    left: calc((-100vw - -1222px - -12px) / 2);
  }
  .browser-Edge
    .wrapper-layout-full-width
    .vc_row[data-vc-full-width]:not([data-vc-stretch-content]),
  .browser-Edge
    .wrapper-layout-full-width
    section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1222px - 12px) / 2);
    padding-right: calc((100vw - 1222px - 12px) / 2);
  }
}

@media (min-width: 1200px) {
  .wrapper-layout-wide .container {
    max-width: 1600px;
    width: 95%;
  }
  .wrapper-layout-boxed #wrapper {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.26);
    box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.26);
  }
  .wrapper-layout-boxed .container {
    max-width: 1160px;
    width: 100%;
  }
  .wrapper-layout-boxed .is-sticky.sticky-header,
  .wrapper-layout-boxed
    .main-navigation
    .menu-item-full-width
    .sub-menu-dropdown {
    left: auto;
    right: auto;
    width: 100vw;
    max-width: 1200px;
  }
  .wrapper-layout-boxed .vc_row[data-vc-full-width],
  .wrapper-layout-boxed section[data-vc-full-width] {
    left: calc((-100vw - -1160px) / 2);
  }
  .wrapper-layout-boxed
    .vc_row[data-vc-full-width]:not([data-vc-stretch-content]),
  .wrapper-layout-boxed
    section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1160px) / 2);
    padding-right: calc((100vw - 1160px) / 2);
  }
  .platform-Windows .wrapper-layout-boxed .vc_row[data-vc-full-width],
  .platform-Windows .wrapper-layout-boxed section[data-vc-full-width] {
    width: calc(100vw - 17px);
    left: calc((-100vw - -1160px - -17px) / 2);
  }
  .platform-Windows
    .wrapper-layout-boxed
    .vc_row[data-vc-full-width]:not([data-vc-stretch-content]),
  .platform-Windows
    .wrapper-layout-boxed
    section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1160px - 17px) / 2);
    padding-right: calc((100vw - 1160px - 17px) / 2);
  }
  .browser-Edge .wrapper-layout-boxed .vc_row[data-vc-full-width],
  .browser-Edge .wrapper-layout-boxed section[data-vc-full-width] {
    width: calc(100vw - 12px);
    left: calc((-100vw - -1160px - -12px) / 2);
  }
  .browser-Edge
    .wrapper-layout-boxed
    .vc_row[data-vc-full-width]:not([data-vc-stretch-content]),
  .browser-Edge
    .wrapper-layout-boxed
    section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1160px - 12px) / 2);
    padding-right: calc((100vw - 1160px - 12px) / 2);
  }
}

@media (min-width: 1702px) {
  .wrapper-layout-wide .vc_row[data-vc-full-width],
  .wrapper-layout-wide section[data-vc-full-width] {
    left: calc((-100vw - -1600px) / 2);
  }
  .wrapper-layout-wide
    .vc_row[data-vc-full-width]:not([data-vc-stretch-content]),
  .wrapper-layout-wide
    section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1600px) / 2);
    padding-right: calc((100vw - 1600px) / 2);
  }
  .platform-Windows .wrapper-layout-wide .vc_row[data-vc-full-width],
  .platform-Windows .wrapper-layout-wide section[data-vc-full-width] {
    width: calc(100vw - 17px);
    left: calc((-100vw - -1600px - -17px) / 2);
  }
  .platform-Windows
    .wrapper-layout-wide
    .vc_row[data-vc-full-width]:not([data-vc-stretch-content]),
  .platform-Windows
    .wrapper-layout-wide
    section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1600px - 17px) / 2);
    padding-right: calc((100vw - 1600px - 17px) / 2);
  }
  .browser-Edge .wrapper-layout-wide .vc_row[data-vc-full-width],
  .browser-Edge .wrapper-layout-wide section[data-vc-full-width] {
    width: calc(100vw - 12px);
    left: calc((-100vw - -1600px - -12px) / 2);
  }
  .browser-Edge
    .wrapper-layout-wide
    .vc_row[data-vc-full-width]:not([data-vc-stretch-content]),
  .browser-Edge
    .wrapper-layout-wide
    section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1600px - 12px) / 2);
    padding-right: calc((100vw - 1600px - 12px) / 2);
  }
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts */

@media screen and (min-width: 20em) {
  body.customize-partial-edit-shortcuts-shown .site-header .site-title {
    padding-left: 0;
  }
}

@media screen and (min-width: 30em) {
  /* Typography */
  body,
  button,
  input,
  select,
  textarea {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h2,
  .page .panel-content .recent-posts .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h5 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  h6 {
    font-size: 16px;
    font-size: 1rem;
  }
  .post-info blockquote.alignleft,
  .post-info blockquote.alignright {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* Fix image alignment */
  img.alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
  }
  img.alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 20px;
  }
  /* Site Branding */
  .site-branding {
    padding: 3em 0;
  }
  /* Front Page */
  .panel-content .wrap {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .panel-content .entry-header {
    margin-bottom: 4.5em;
  }
  .panel-content .post-info .entry-header,
  .panel-content .post-info .entry-header p,
  .panel-content .recent-posts .entry-header {
    margin-bottom: 0;
  }
  /* Blog Index, Archive, Search */
  .taxonomy-description {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .page-numbers.current {
    font-size: 16px;
    font-size: 1rem;
  }
  /* Site Footer */
  .site-footer {
    font-size: 16px;
    font-size: 1rem;
  }
  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
    max-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%;
  }
}

@media screen and (min-width: 48em) {
  /* Typography */
  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
    line-height: 1.5;
  }
  .post-info blockquote.alignleft,
  .post-info blockquote.alignright {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  /* Layout */
  .wrap {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
  .error404 #primary {
    float: none;
  }
  /* Site Branding */
  .site-branding {
    margin-bottom: 0;
  }
  .has-header-image.alus-front-page .site-branding,
  .has-header-video.alus-front-page .site-branding,
  .has-header-image.home.blog .site-branding,
  .has-header-video.home.blog .site-branding {
    bottom: 0;
    display: block;
    left: 0;
    height: auto;
    padding-top: 0;
    position: absolute;
    width: 100%;
  }
  .has-header-image.alus-front-page .custom-header,
  .has-header-video.alus-front-page .custom-header,
  .has-header-image.home.blog .custom-header,
  .has-header-video.home.blog .custom-header {
    display: block;
    height: auto;
  }
  .custom-header-media {
    height: 165px;
    position: relative;
  }
  .alus-front-page.has-header-image .custom-header-media,
  .alus-front-page.has-header-video .custom-header-media,
  .home.blog.has-header-image .custom-header-media,
  .home.blog.has-header-video .custom-header-media {
    height: 0;
    position: relative;
  }
  .has-header-image:not(.alus-front-page):not(.home) .custom-header-media,
  .has-header-video:not(.alus-front-page):not(.home) .custom-header-media {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .custom-logo-link {
    padding-right: 2em;
  }
  .custom-logo-link img,
  body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
  body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    max-width: 350px;
  }
  .title-tagline-hidden.home.has-header-image .custom-logo-link img,
  .title-tagline-hidden.home.has-header-video .custom-logo-link img {
    max-height: 200px;
  }
  .site-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .site-description {
    font-size: 16px;
    font-size: 1rem;
  }
  /* Navigation */
  .navigation-top {
    bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation-top .wrap {
    max-width: 1000px;
    /* The font size is 14px here and we need 50px padding in ems */
    padding: 0.75em 3.4166666666667em;
  }
  .navigation-top nav {
    margin-left: -1.25em;
  }
  .site-navigation-fixed.navigation-top {
    bottom: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 7;
  }
  .admin-bar .site-navigation-fixed.navigation-top {
    top: 32px;
  }
  /* Main Navigation */
  .js .menu-toggle,
  .js .dropdown-toggle {
    display: none;
  }
  .main-navigation {
    width: auto;
  }
  .js .main-navigation ul,
  .js .main-navigation ul ul,
  .js .main-navigation > div > ul {
    display: block;
  }
  .main-navigation ul {
    background: transparent;
    padding: 0;
  }
  .main-navigation > div > ul {
    border: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .main-navigation li {
    border: 0;
    display: inline-block;
  }
  .main-navigation li li {
    display: block;
  }
  .main-navigation ul ul {
    background: #fff;
    border: 1px solid #bbb;
    left: -999em;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 99999;
  }
  .main-navigation ul li.menu-item-has-children.focus:before,
  .main-navigation ul li.menu-item-has-children:hover:before,
  .main-navigation ul li.menu-item-has-children.focus:after,
  .main-navigation ul li.menu-item-has-children:hover:after,
  .main-navigation ul li.page_item_has_children.focus:before,
  .main-navigation ul li.page_item_has_children:hover:before,
  .main-navigation ul li.page_item_has_children.focus:after,
  .main-navigation ul li.page_item_has_children:hover:after {
    display: block;
  }
  .main-navigation ul li.menu-item-has-children:before,
  .main-navigation ul li.page_item_has_children:before {
    border-color: transparent transparent #bbb;
    bottom: 0;
  }
  .main-navigation ul li.menu-item-has-children:after,
  .main-navigation ul li.page_item_has_children:after {
    border-color: transparent transparent #fff;
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%;
    right: auto;
  }
  .main-navigation li li {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  .main-navigation li li a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: 0.5em;
    right: auto;
  }
  .main-navigation .menu-item-has-children > a > .icon,
  .main-navigation .page_item_has_children > a > .icon {
    display: inline;
    left: 5px;
    position: relative;
    top: -1px;
  }
  .main-navigation ul ul .menu-item-has-children > a > .icon,
  .main-navigation ul ul .page_item_has_children > a > .icon {
    margin-top: -9px;
    left: auto;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    /* IE 9 */
    transform: rotate(-90deg);
  }
  .main-navigation ul ul ul {
    left: -999em;
    margin-top: -1px;
    top: 0;
  }
  .main-navigation ul ul li.menu-item-has-children.focus:before,
  .main-navigation ul ul li.menu-item-has-children:hover:before,
  .main-navigation ul ul li.menu-item-has-children.focus:after,
  .main-navigation ul ul li.menu-item-has-children:hover:after,
  .main-navigation ul ul li.page_item_has_children.focus:before,
  .main-navigation ul ul li.page_item_has_children:hover:before,
  .main-navigation ul ul li.page_item_has_children.focus:after,
  .main-navigation ul ul li.page_item_has_children:hover:after {
    display: none;
  }
  .site-header .site-navigation-fixed .menu-scroll-down {
    display: none;
  }
  /* Scroll down arrow */
  .site-header .menu-scroll-down {
    display: block;
    padding: 1em;
    position: absolute;
    right: 0;
  }
  .site-header .menu-scroll-down .icon {
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    /* IE 9 */
    transform: rotate(90deg);
  }
  .site-header .menu-scroll-down {
    color: #fff;
    top: 2em;
  }
  .site-header .navigation-top .menu-scroll-down {
    color: #767676;
    top: 0.7em;
  }
  .menu-scroll-down:focus {
    outline: thin dotted;
  }
  .menu-scroll-down .icon {
    height: 18px;
    width: 18px;
  }
  /* Front Page */
  .alus-front-page.has-header-image .site-branding,
  .alus-front-page.has-header-video .site-branding,
  .home.blog.has-header-image .site-branding,
  .home.blog.has-header-video .site-branding {
    margin-bottom: 70px;
  }
  .alus-front-page.has-header-image .custom-header-media,
  .alus-front-page.has-header-video .custom-header-media,
  .home.blog.has-header-image .custom-header-media,
  .home.blog.has-header-video .custom-header-media {
    height: 1200px;
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
  }
  .alus-front-page.has-header-image .custom-header-media:before,
  .alus-front-page.has-header-video .custom-header-media:before,
  .home.blog.has-header-image .custom-header-media:before,
  .home.blog.has-header-video .custom-header-media:before {
    height: 33%;
  }
  .admin-bar.alus-front-page.has-header-image .custom-header-media,
  .admin-bar.alus-front-page.has-header-video .custom-header-media,
  .admin-bar.home.blog.has-header-image .custom-header-media,
  .admin-bar.home.blog.has-header-video .custom-header-media {
    height: calc(100vh - 32px);
  }
  .panel-content .wrap {
    padding-bottom: 4.5em;
    padding-top: 6em;
  }
  .panel-image {
    height: 100vh;
    max-height: 1200px;
  }
  /* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like smooth. */
  .background-fixed .panel-image {
    background-attachment: fixed;
  }
  .page-two-column .panel-content .entry-header {
    float: left;
    width: 36%;
  }
  .page-two-column .panel-content .post-info {
    float: right;
    width: 58%;
  }
  /* Front Page - Recent Posts */
  .page-two-column .panel-content .recent-posts {
    clear: right;
    float: right;
    width: 58%;
  }
  .panel-content .recent-posts article {
    margin-bottom: 4em;
  }
  .panel-content .recent-posts .entry-header,
  .page-two-column #primary .panel-content .recent-posts .entry-header,
  .panel-content .recent-posts .post-info,
  .page-two-column #primary .panel-content .recent-posts .post-info {
    float: none;
    width: 100%;
  }
  .panel-content .recent-posts .entry-header {
    margin-bottom: 1.5em;
  }
  .page .panel-content .recent-posts .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  /* Posts */
  .site-content {
    padding: 0;
  }
  .single-post .entry-title,
  .page .entry-title {
    font-size: 26px;
  }
  .comments-pagination,
  .post-navigation {
    clear: both;
    margin-bottom: 75px;
    margin-top: 30px;
  }
  .post-navigation .nav-previous {
    float: left;
    width: 50%;
  }
  .post-navigation .nav-next {
    float: right;
    width: 50%;
    text-align: right;
  }
  .nav-next,
  .post-navigation .nav-next {
    margin-top: 0;
  }
  /* Blog, archive, search */
  .sticky .icon-thumb-tack {
    height: 23px;
    left: -2.5em;
    top: 1.5em;
    width: 32px;
  }
  .blog:not(.has-sidebar) #primary article,
  .archive:not(.page-one-column):not(.has-sidebar) #primary article,
  .search:not(.has-sidebar) #primary article,
  .error404:not(.has-sidebar) #primary .page-content,
  .error404.has-sidebar #primary .page-content,
  body.page-two-column:not(.archive) #primary .post-info,
  body.page-two-column #comments {
    width: 100%;
  }
  .blog .site-main > article,
  .archive .site-main > article,
  .search .site-main > article {
    padding-bottom: 4em;
  }
  .navigation.pagination {
    clear: both;
    float: right;
    width: 58%;
  }
  .has-sidebar .navigation.pagination,
  .archive.page-one-column:not(.has-sidebar) .navigation.pagination {
    float: none;
    width: 100%;
  }
  .entry-footer {
    display: table;
    width: 100%;
  }
  .entry-footer .cat-tags-links {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  .entry-footer .edit-link {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }
  .entry-footer .edit-link a.post-edit-link {
    margin-top: 0;
    margin-left: 1em;
  }
  /* Entry content */
  /* without sidebar */
  :not(.has-sidebar) .post-info blockquote.alignleft {
    margin-left: -17.5%;
    width: 48%;
  }
  :not(.has-sidebar) .post-info blockquote.alignright {
    margin-right: -17.5%;
    width: 48%;
  }
  /* with sidebar */
  .has-sidebar .post-info blockquote.alignleft {
    margin-left: 0;
    width: 34%;
  }
  .has-sidebar .post-info blockquote.alignright {
    margin-right: 0;
    width: 34%;
  }
  .has-sidebar #primary .post-info blockquote.alignright.below-entry-meta {
    margin-right: -72.5%;
    width: 62%;
  }
  /* blog and archive */
  .blog:not(.has-sidebar) .post-info blockquote.alignleft,
  .alus-front-page.page-two-column .post-info blockquote.alignleft,
  .archive:not(.has-sidebar) .post-info blockquote.alignleft,
  .page-two-column .post-info blockquote.alignleft {
    margin-left: -72.5%;
    width: 62%;
  }
  .blog:not(.has-sidebar) .post-info blockquote.alignright,
  .alus-front-page.page-two-column .post-info blockquote.alignright,
  .archive:not(.has-sidebar) .post-info blockquote.alignright,
  .page-two-column .post-info blockquote.alignright {
    margin-right: 0;
    width: 36%;
  }
  /* Post formats */
  .format-quote blockquote .icon {
    left: -1.5em;
  }
  /* Pages */
  .page.page-one-column .entry-header,
  .alus-front-page.page-one-column .entry-header,
  .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 4em;
  }
  /* 404 page */
  .error404 .page-content {
    padding-bottom: 9em;
  }
  .comments-title {
    margin-bottom: 2.5em;
  }
  ol.children .children {
    padding-left: 2em;
  }
  /* Posts pagination */
  .nav-links .nav-title {
    position: relative;
  }
  .nav-title-icon-wrapper {
    position: absolute;
    text-align: center;
    width: 2em;
  }
  .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
    left: -2em;
  }
  .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
    right: -2em;
  }
  /* Secondary */
  #secondary {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  /* Widgets */
  h2.widget-title {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-bottom: 2em;
  }
  /* Gallery Columns */
  .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%;
  }
}

@media screen and (min-width: 67em) {
  /* Layout */
  /* Navigation */
  .navigation-top .wrap {
    padding: 0.75em 2em;
  }
  .navigation-top nav {
    margin-left: 0;
  }
  /* Sticky posts */
  .sticky .icon-thumb-tack {
    font-size: 32px;
    font-size: 2rem;
    height: 22px;
    left: -1.25em;
    top: 0.75em;
    width: 32px;
  }
  /* Pagination */
  .page-numbers {
    display: inline-block;
  }
  .page-numbers.current {
    font-size: 13px;
  }
  .page-numbers.current .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
}

.fa {
  font-family: "FontAwesome" !important;
}

@media screen and (min-width: 79em) {
  .has-sidebar .post-info blockquote.alignleft {
    margin-left: -20%;
  }
  .blog:not(.has-sidebar) .post-info blockquote.alignright,
  .archive:not(.has-sidebar) .post-info blockquote.alignright,
  .page-two-column .post-info blockquote.alignright,
  .alus-front-page .post-info blockquote.alignright {
    margin-right: -20%;
  }
}

@media screen and (max-width: 48.875em) and (min-width: 48em) {
  .admin-bar .site-navigation-fixed.navigation-top,
  .admin-bar .site-navigation-hidden.navigation-top {
    top: 46px;
  }
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {
  /* Hide elements */
  form,
  button,
  input,
  select,
  textarea,
  .navigation-top,
  .social-navigation,
  #secondary,
  .content-bottom-widgets,
  .header-image,
  .panel-image-prop,
  .icon-thumb-tack,
  .page-links,
  .edit-link,
  .post-navigation,
  .pagination.navigation,
  .comments-pagination,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link,
  .site-footer aside.widget-area,
  .site-info {
    display: none !important;
  }
  .entry-footer,
  #comments,
  .site-footer,
  .single-featured-image-header {
    border: 0;
  }
  /* Font sizes */
  body {
    font-size: 12pt;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 22pt;
  }
  h3 {
    font-size: 17pt;
  }
  h4 {
    font-size: 12pt;
  }
  h5 {
    font-size: 11pt;
  }
  h6 {
    font-size: 12pt;
  }
  .page .panel-content .entry-title,
  .page-title,
  body.page:not(.alus-front-page) .entry-title {
    font-size: 10pt;
  }
  /* Layout */
  .wrap {
    padding-left: 5% !important;
    padding-right: 5% !important;
    max-width: none;
  }
  /* Site Branding */
  .site-header {
    background: transparent;
    padding: 0;
  }
  .custom-header-media {
    padding: 0;
  }
  .alus-front-page.has-header-image .site-branding,
  .alus-front-page.has-header-video .site-branding,
  .home.blog.has-header-image .site-branding,
  .home.blog.has-header-video .site-branding {
    position: relative;
  }
  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em !important;
    /* override styles added by JavaScript */
  }
  .site-title {
    font-size: 25pt;
  }
  .site-description {
    font-size: 12pt;
    opacity: 1;
  }
  /* Posts */
  .single-featured-image-header {
    background: transparent;
  }
  .entry-meta {
    font-size: 9pt;
  }
  /* Colors */
  body,
  #wrapper {
    background: none !important;
    /* Brute force since user agents all print differently. */
  }
  body,
  a,
  .site-title a,
  .alus-front-page.has-header-image .site-title,
  .alus-front-page.has-header-video .site-title,
  .alus-front-page.has-header-image .site-title a,
  .alus-front-page.has-header-video .site-title a {
    color: #222 !important;
    /* Make sure color schemes don't affect to print */
  }
  h2,
  h5,
  blockquote,
  .site-description,
  .alus-front-page.has-header-image .site-description,
  .alus-front-page.has-header-video .site-description,
  .entry-meta,
  .entry-meta a {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */
  }
  .post-info blockquote.alignleft,
  .post-info blockquote.alignright {
    font-size: 11pt;
    width: 34%;
  }
  .site-footer {
    padding: 0;
  }
}

/*--------------------------------------------------------------
21.0 Woocommerce
--------------------------------------------------------------*/

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  margin-left: 0;
  width: 100%;
  margin-right: 15px;
}

.alus-product-buttons > div {
  position: relative;
}

.images .yith-wcwl-add-to-wishlist img {
  position: relative;
  top: -22px;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}

.woocommerce table.wishlist_table tbody td.product-thumbnail {
  width: 126px;
}

.wishlist_table tr td.product-blog-image a {
  max-width: 101px;
}

table.group_table ins .woocommerce-Price-amount,
table.group_table del .woocommerce-Price-amount {
  padding: 0;
}

.woocommerce div.product.product-type-external p.cart {
  margin-bottom: 10px;
  margin-top: 10px;
}

.woocommerce div.product form.cart .group_table td .stock {
  margin-bottom: 0;
}

.woocommerce table.group_table tr td::before {
  display: none;
}

.woocommerce div.product form.cart .group_table td:first-child {
  width: 40%;
  text-align: left !important;
}

.woocommerce div.product form.cart .group_table td:nth-child(2) {
  width: 30%;
  text-align: center !important;
}

.woocommerce div.product form.cart .group_table td:nth-child(2) .button {
  color: #444;
}

.woocommerce div.product form.cart .group_table td:nth-child(2) .button:hover {
  color: #fff;
}

.woocommerce div.product form.cart .group_table td:last-child {
  text-align: center;
}

.woocommerce div.product form.cart .group_table td {
  padding: 20px 5px;
  vertical-align: middle;
  border-bottom: 2px solid #eaeaea;
}

.woocommerce div.product form.cart .group_table td.label {
  line-height: 4;
  font-size: 13px;
  padding: 0;
}

.woocommerce div.product form.cart .group_table td.label label {
  padding: 5px 0;
  line-height: 62px;
}

.woocommerce .star-rating {
  font-size: 11px;
  letter-spacing: 2px;
  width: 69px;
}

.woocommerce div.product form.cart .group_table td .quantity-title {
  width: 100%;
  text-align: left;
}

/*--------------------------------------------------------------
21.1 Shop page
--------------------------------------------------------------*/

.woocommerce .woocommerce-ordering .orderby,
.woocommerce-page .woocommerce-ordering .orderby {
  width: 210px;
  padding: 0;
  border: 0;
  margin: 0 0 0 0;
}

.woocommerce .woocommerce-ordering .orderby li,
.woocommerce-page .woocommerce-ordering .orderby li {
  list-style: none;
  position: relative;
  z-index: 4;
}

.woocommerce .woocommerce-ordering .orderby ul,
.woocommerce-page .woocommerce-ordering .orderby ul {
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  transition: all 200ms ease 0s;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
}

.woocommerce .woocommerce-ordering .orderby:hover ul,
.woocommerce-page .woocommerce-ordering .orderby:hover ul {
  visibility: visible;
  opacity: 1;
}

/* grid view */

.woocommerce > .products > .list-categories {
  width: 100%;
}

.woocommerce > .products,
.alus-product .products {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.woocommerce-page .alus-products .products .product {
  margin-bottom: 0;
}

.woocommerce.columns-8 .alus-products {
  width: 12.5%;
}

.woocommerce.columns-7 .alus-products {
  width: 14.285%;
}

.woocommerce.columns-6 .alus-products {
  width: 16.6%;
}

.woocommerce.columns-5 .alus-products {
  width: 20%;
}

.woocommerce.columns-4 .alus-products {
  width: 25%;
}

.woocommerce.columns-3 .alus-products {
  width: 33.33333%;
}

.woocommerce.columns-2 .alus-products {
  width: 50%;
}

.woocommerce.columns-1 .alus-products {
  width: 100%;
}

/* List view */

.woocommerce .products.list .alus-products {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0;
}

.woocommerce .products.list .product {
  max-width: 100% !important;
}

.tax-product_cat .woocommerce .products.list {
  margin-bottom: 45px;
}

.woocommerce .products.list .product {
  width: 100% !important;
  /*margin-bottom: 20px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.woocommerce .products.list .product .images {
  max-width: 270px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

.woocommerce .products.list .product .item-information {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
  padding-left: 20px;
  border: 1px solid #ebebeb;
  border-left: none;
}

.woocommerce .products.list .star-rating,
.woocommerce-page .products.list .star-rating {
  margin-left: 0;
  margin-right: 0;
}

.woocommerce .products.list .product h3.product-name,
.woocommerce-page .products.list .product h3.product-name {
  margin: 15px 0;
}

.woocommerce .product .item-information {
  margin: 0;
  padding: 10px;
  padding-bottom: 12px;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
}

.woocommerce .products.list .product .item-information .compare,
.woocommerce .products.list .product .item-information .quickview {
  display: inline;
  font-size: 0px;
}

.woocommerce .products.list .product .item-information .button-in,
.woocommerce .products.list .product .item-information .add-to-cart {
  float: left;
}

.woocommerce .products.list .product .item-information .quickview,
.woocommerce .products.list .product .item-information .add-to-cart a,
.woocommerce
  .products.list
  .product
  .item-information
  .yith-wcwl-add-to-wishlist
  a,
.woocommerce .products.list .product .item-information .alus-product-buttons a {
  border: none;
  line-height: 30px;
  width: auto;
  text-align: center;
  height: auto;
  background: #e5e5e5;
  color: #fff;
  margin-right: 8px;
  display: inline-block;
  float: left;
  padding: 5px 20px;
}
.woocommerce .products.list .product .item-information .quickview:hover,
.woocommerce .products.list .product .item-information .add-to-cart a:hover,
.woocommerce
  .products.list
  .product
  .item-information
  .yith-wcwl-add-to-wishlist
  a:hover,
.woocommerce
  .products.list
  .product
  .item-information
  .alus-product-buttons
  a:hover {
  color: #fff;
}
.woocommerce .products .product .item-information .compare.added:before {
  font-family: "simple-line-icons";
  content: "\e023";
  font-size: 16px;
}
.woocommerce
  .products.list
  .product:hover
  .item-information
  .alus-product-buttons
  a.button {
  color: #fff;
}
.woocommerce .products.list .images .alus-product-buttons {
  /*display: none;*/
}
.woocommerce
  .products.list
  .product
  .item-information
  .compare.added:hover:before {
  /*color: #fff;*/
}

.woocommerce .products.list .product .item-information .button-in span,
.woocommerce .products.list .product .item-information .add-to-cart span {
  /*font-size: 0;*/
}
.woocommerce .products.list .product:hover .item-information .button-in span,
.woocommerce .products.list .product:hover .item-information .add-to-cart span {
  /* font-size: 16px;
    line-height: 37px;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;*/
}

.woocommerce .products.list .product .item-information .add-to-cart a:before {
  /*content: "\e04f";
    font-family: "simple-line-icons";
    display: inline-block;*/
}
.woocommerce
  .products.list
  .product:hover
  .item-information
  .add-to-cart
  a:before {
  /*content:'';    */
}
.woocommerce
  .products.list
  .product
  .item-information
  .yith-wcwl-add-to-wishlist
  a {
  /*font-size: 0;*/
}

.woocommerce .products.list .product .images,
.woocommerce
  .products.list
  .item-information
  .alus-product-buttons
  .add-to-cart
  a:first-child:before,
.woocommerce .products.list .product .item-information .alus-product-buttons,
.woocommerce .products.list .product .price,
.woocommerce-page .products.list .product .price,
.woocommerce
  .products.list
  .product
  .item-information
  .add-to-cart
  a.added:first-child:before {
  margin: 0;
}

.woocommerce .products.list .product .item-information .quickview i,
.woocommerce
  .products.list
  .product
  .item-information
  .yith-wcwl-add-to-wishlist
  i,
.woocommerce
  .products.list
  .product
  .item-information
  .alus-product-buttons
  .compare
  i,
.woocommerce
  .products.list
  .item-information
  .alus-product-buttons
  .yith-wcwl-add-to-wishlist
  a:before {
  line-height: 30px;
  width: 30px;
  text-align: center;
  height: 30px;
  font-size: 16px;
}

.products.list .short-description.list {
  display: inline-block !important;
  margin-top: 17px;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.products.list .item-information .alus-product-buttons {
  display: flex;
}

@media only screen and (min-width: 1239px) {
  .woocommerce .products.list .product h3.product-name > a,
  .woocommerce-page .products.list .product h3.product-name > a {
    font-size: 18px;
    line-height: 20px;
  }
  .woocommerce .products.list .product .price .amount,
  .woocommerce-page .products.list .product .price .amount {
    font-size: 20px;
    line-height: 20px;
  }
}

.woocommerce-page .products.list .product h3.product-name a {
  color: #444;
}

.alus-show-sidebar-button {
  display: none;
  text-transform: uppercase;
  font-weight: bold;
}

.alus-show-sidebar-button a:before {
  font-family: "FontAwesome";
  content: "\f03a";
  margin-right: 4px;
}

/* Quick view*/

.quick-view-wrapper .mfp-content {
  max-width: 920px;
  margin: 25px auto;
}

.quick-view-popup {
  background-color: #fff;
}

.quick-view-popup .product-title {
  font-weight: 600;
}

/*Time countdown product*/

div.product .summary .countdown-timer {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}

.countdown-timer > div {
  display: inline-block;
  padding: 4px 2px 5px 2px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  width: 70px;
  height: 46px;
  overflow: hidden;
  line-height: 0;
  margin: 0 2px;
  margin-bottom: 4px;
  text-align: center;
}

.countdown-timer > div {
  line-height: 0;
}

.countdown-timer {
  color: #fff;
}

.countdown-timer > div .number {
  z-index: 1;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
}

div.product .countdown-meta {
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
21.1 Shop page
--------------------------------------------------------------*/

.alus-nav-product > a {
  display: none;
}

.alus-image-slider {
  overflow: hidden;
}

.alus-smooth-image {
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}

/*--------------------------------------------------------------
Breadcum
--------------------------------------------------------------*/

.alus-breadcrumb {
  background-color: #0e0e0e;
  margin-bottom: 60px;
}

.breadcrumb-layout2 .breadcrumb-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
}

.breadcrumb-layout1 .breadcrumb-title-inner {
  text-align: left;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.breadcrumb-layout1 .breadcrumb-title-inner h1 {
  font-size: 36px !important;
  line-height: 1;
}

.owl-carousel.owl-loaded {
  display: block;
}

.breadcrumb-title-inner h1 {
  text-transform: uppercase;
  font-size: 24px !important;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}

.breadcrumb-title-inner .breadcrumbs-content {
  font-size: 15px;
  line-height: 35px;
}

.breadcrumb-title-inner .breadcrumbs-content a,
.breadcrumb-title-inner .breadcrumbs-content span {
  color: #fff;
  font-size: 16px;
}

.breadcrumbs-content > span {
  margin: 0 10px;
}

.breadcrumbs-content > span.current {
  opacity: 1;
  margin: 0px;
}

.breadcrumb-layout1 > div {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.breadcrumb-layout1 > div .description-breadcrumb {
  margin-left: auto;
  color: #fff;
  text-align: right;
}
.breadcrumb-layout2 > div .description-breadcrumb {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

/*--------------------------------------------------------------
Line with text center
--------------------------------------------------------------*/
.single-post .entry-content i {
  padding-right: 5px;
}
.header-title {
  position: relative;
  text-align: center;
}

.orgafresh-shortcode .header-title span,
.site-content .related.products h2 .bg-heading,
.related-posts .bg-heading span {
  background: #fff;
}

.orgafresh-shortcode .header-title .bg-heading span,
.site-content .related.products h2 .bg-heading,
.related-posts .bg-heading span {
  padding: 0 20px;
  font-size: 20px;
}

body.wpb-js-composer .vc_general.vc_tta-tabs.default_no_border .vc_tta-tab > a {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

body .vc_general.vc_tta-tabs .vc_tta-tabs-container {
  display: block !important;
}

body .vc_general.vc_tta-tabs .vc_tta-panel-heading {
  display: none !important;
}

.wpb-js-composer .vc_tta-container .vc_tta.vc_general .vc_tta-tabs-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  padding-top: 0;
  flex-wrap: wrap;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_general .vc_tta-tabs-list {
  margin-bottom: 10px !important;
}
.wpb-js-composer .vc_tta-container .vc_tta.vc_general .vc_tta-tabs-list li a {
  padding: 9px 25px;
  border-radius: 20px !important;
  font-size: 16px;
  margin: 0 10px;
}
.wpb-js-composer
  .vc_tta-container
  .vc_tta.vc_general
  .vc_tta-tabs-list
  li.vc_active
  a,
.wpb-js-composer
  .vc_tta-container
  .vc_tta.vc_general
  .vc_tta-tabs-list
  li:hover
  a {
  color: #fff;
}

.site-content .related.products h2,
.related-posts h2 {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  /*margin-bottom: 20px;*/
  margin-bottom: 40px;
}
.woocommerce .related.products .alus-products {
  max-width: 100%;
  border-bottom: 1px;
}
.woocommerce .related.products div.alus-product:hover {
  box-shadow: none;
}
.woocommerce .related.products div.alus-product:hover .item-information {
  /*border: 1px solid #f1f1f1;*/
  border-top: 0;
}
@media only screen and (max-width: 991px) {
  .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 30px;
  }
}
body.wpb-js-composer
  .vc_general.vc_tta-tabs.default_no_border
  .vc_tta-tabs-container
  .vc_tta-tab:last-child:before,
body.wpb-js-composer
  .vc_general.vc_tta-tabs.default
  .vc_tta-tabs-container
  .vc_tta-tab:last-child::before,
body.wpb-js-composer
  .vc_general.vc_tta-tabs.default_no_border
  .vc_tta-tabs-container
  .vc_tta-tab.vc_active:last-child:before,
body.wpb-js-composer
  .vc_general.vc_tta-tabs.default
  .vc_tta-tabs-container
  .vc_tta-tab.vc_active:last-child::before,
body.wpb-js-composer
  .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left
  .vc_tta-tabs-list:before,
body.wpb-js-composer
  .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left
  .vc_tta-tabs-list:after {
  display: none;
}

.wpb-js-composer
  .vc_tta-tabs.vc_tta-tabs-position-left
  .vc_tta-panels-container {
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-left: 30px;
}

body.wpb-js-composer
  .vc_general.vc_tta-tabs.vc_tta-tabs-position-left
  .vc_tta-tab {
  width: 100%;
  border: 1px solid #e5e5e5;
  margin-bottom: 3px;
  color: #444;
}

body.wpb-js-composer
  .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left
  .vc_tta-tabs-container,
body.wpb-js-composer
  .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right
  .vc_tta-tabs-container {
  border: 0;
  padding: 0 !important;
  text-align: left;
  margin-right: -1px !important;
  width: 270px;
  float: left;
  z-index: 5;
  position: relative;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  display: none;
  -webkit-box-flex: none1;
  -ms-flex: none;
  flex: none;
  display: inline-block;
}

body.wpb-js-composer
  .vc_general.vc_tta-tabs.default_no_border
  .vc_tta-tabs-container
  .vc_tta-tab:before,
body.wpb-js-composer
  .vc_general.vc_tta-tabs.default_no_border
  .vc_tta-tabs-container
  .vc_tta-tab.vc_active:before,
body.wpb-js-composer
  .vc_general.vc_tta-tabs.default
  .vc_tta-tabs-container
  .vc_tta-tab:before,
body.wpb-js-composer
  .vc_general.vc_tta-tabs.default
  .vc_tta-tabs-container
  .vc_tta-tab.vc_active:before {
  padding: 0;
  position: absolute;
  content: "/";
  top: 0;
  bottom: 5px;
  right: -2px;
  width: 2px;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab {
  margin: 0;
  position: relative;
  z-index: 1;
  background: transparent;
  float: none;
  display: inline-block;
}

.vc_separator.vc_separator_align_center h4,
.alus-heading {
  position: relative;
}

.alus-heading {
  line-height: 15px;
  margin-bottom: 30px;
  text-align: center;
}

.vc_separator.vc_separator_align_center h4,
.alus-heading h1 {
  padding: 0 20px;
}

body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a {
  padding: 0 10px;
  margin: 0 10px 0 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: inline-block;
  background: transparent;
  border: 0;
}

.header-title .product-title {
  margin-bottom: 30px !important;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}

/* Related Product*/

.woocommerce .related.products h2 span,
.related-posts h2 span {
  font-size: 28px;
  font-weight: 600;
}

/*--------------------------------------------------------------
Product style
--------------------------------------------------------------*/

.woocommerce div.alus-products {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce .grid div.alus-products {
  padding-left: 15px;
  padding-right: 15px;
  /*padding-top: 10px;*/
  /*padding-bottom: 10px;*/
  background: transparent;
  max-width: 100%;
}
.woocommerce .grid div.alus-products .alus-product {
  /*border:1px solid #ebebeb;*/
  background: #fff;
}

.woocommerce .product-name,
.product-name {
  font-weight: 600;
}

.woocommerce div.alus-product:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0s ease, transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, visibility 0s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.woocommerce .product span {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.woocommerce .product .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce .product .images:hover .hover-image {
  opacity: 1;
  z-index: 9;
}

.woocommerce .product a > img {
  position: relative;
  z-index: 2;
}

.woocommerce .product .images:hover span.hover-image img,
.woocommerce-page .product .images:hover span.hover-image img {
  opacity: 1;
  top: 0;
  position: relative;
}

.woocommerce .product span.hover-image img,
.woocommerce-page .product span.hover-image img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  transition: opacity 250ms ease-in-out 0s;
  -moz-transition: opacity 250ms ease-in-out 0s;
  -webkit-transition: opacity 250ms ease-in-out 0s;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}

.woocommerce .product .images span.cover_image img,
.woocommerce-page .product .images span.cover_image img {
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity 250ms ease-in-out 0s;
  -moz-transition: opacity 250ms ease-in-out 0s;
  -webkit-transition: opacity 250ms ease-in-out 0s;
}

.woocommerce .product .images > a {
  position: relative;
  z-index: 2;
  display: block;
  line-height: 0;
}

.woocommerce .product .images {
  overflow: hidden;
}

.woocommerce .product:not(.list) .product .images {
  width: 100% !important;
}

.woocommerce .product .product-labels,
.woocommerce-page .product .product-labels {
  position: absolute;
  left: 0;
  right: auto;
  top: 0px;
  bottom: auto;
  z-index: 9;
  text-align: left;
  width: 100%;
  line-height: 0;
  text-align: center;
}

.woocommerce .product .product-labels span {
  line-height: 20px;
  margin: 0;
  color: #fff;
  min-height: 25px;
  line-height: 25px;
  padding: 5px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  min-width: 40px;
  height: auto;
  clear: both;
  font-size: 13px;
  font-weight: normal;
}

.woocommerce .product .product-labels .onsale:before,
.woocommerce .product .product-labels .featured:before,
.woocommerce .product .product-labels .out-of-stock:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  display: block !important;
  position: absolute;
  pointer-events: none;
  border-color: rgba(39, 174, 97, 0);
  border-width: 5px;
  margin-left: -5px;
}

.woocommerce .product .product-labels .out-of-stock:before {
  border-top-color: #d4d4d4 !important;
}

.woocommerce .product .product-labels .featured:before {
  border-top-color: #222 !important;
}

.woocommerce .product .product-labels .onsale {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
}

.woocommerce .product .product-labels .featured {
  position: absolute;
  margin-top: 0;
  left: 0;
  background-color: #222;
}

.woocommerce .product .product-labels .out-of-stock {
  position: absolute;
  margin-top: 0;
  left: 0;
  background-color: #d4d4d4;
  padding: 0 5px;
}

.woocommerce .product .product-gallery .images .product-labels .featured,
.woocommerce .product .product-gallery .images .product-labels .out-of-stock {
  left: 15px;
  top: 4px;
}

.woocommerce .product .product-gallery .images .product-labels .onsale {
  right: 15px;
  top: 4px;
}

.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:nth-child(n + 2) {
  display: block !important;
  width: 100% !important;
}

.woocommerce .products .star-rating.no-rating,
.woocommerce-page .products .star-rating.no-rating,
.star-rating.no-rating:before,
.woocommerce .star-rating.no-rating:before,
.woocommerce-page .star-rating.no-rating:before {
  color: #444;
}

.alus-products-tabs .tab-item .size-thumbnail {
  width: 100%;
}

/*Alus Product Button*/

.images .alus-product-buttons {
  /*top: 50%;*/
  bottom: -20px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.images .alus-add-to-cart a {
  border-radius: initial;
}

.images .alus-add-to-cart a:before {
  content: "\e04f";
  font-family: "simple-line-icons";
}
.woocommerce
  .product
  .images
  .alus-product-buttons
  div.add-to-cart:hover
  > a:before,
.woocommerce
  .product
  .images
  .alus-product-buttons
  div.yith-wcwl-add-to-wishlist:hover
  a:before,
.woocommerce
  .product
  .images
  .alus-product-buttons
  div.alus-compare:hover
  a:before {
  color: #fff !important;
}

.images .alus-add-to-cart a.added:before {
  content: "\e080";
  font-family: "simple-line-icons";
}

.images .alus-add-to-cart a.added_to_cart {
  display: none !important;
}

.images .alus-product-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 7px;
  font-size: 0;
  /*opacity: 1;*/
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
@keyframes product-hover-img {
  from {
    bottom: -50px;
    opacity: 0;
  }
  to {
    bottom: -20px;
    opacity: 1;
  }
}

@-webkit-keyframes product-hover-img {
  from {
    bottom: -50px;
    opacity: 0;
  }
  to {
    bottom: -20px;
    opacity: 1;
  }
}

.alus-product:hover > .images .alus-product-buttons {
  opacity: 1;
  visibility: visible;
  z-index: 5;
  animation: product-hover-img 1s ease-in-out;
}

.woocommerce .product .images .alus-product-buttons > div,
.woocommerce .product .images .alus-product-buttons > div a,
.woocommerce .product .images .alus-product-buttons > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 0;
  letter-spacing: 0;
  width: 40px;
  height: 40px;
  line-height: 0;
  background: #444;
  color: #fff;
  border-radius: 100%;
  margin: 0 5px;
}

.woocommerce .product .images .alus-product-buttons > .clear {
  display: none;
}

.woocommerce .alus-product-buttons .yith-wcwl-add-to-wishlist a:before {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: inherit !important;
  content: "\e08a";
  font-family: "simple-line-icons";
}

.woocommerce .alus-quickview .quickview.loading i:before,
.woocommerce .yith-wcwl-add-button.loading a:before,
div.product
  .summary
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button.loading
  a:before,
.images .alus-add-to-cart a.loading:before {
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 100%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: "";
  display: block;
  height: 20px !important;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px !important;
}

.yith-wcwl-add-to-wishlist {
  margin: 0;
  position: relative;
}

.woocommerce
  .product
  .images
  .alus-product-buttons
  .yith-wcwl-add-to-wishlist.added
  .add_to_wishlist,
.woocommerce
  .product
  .images
  .alus-product-buttons
  .yith-wcwl-add-to-wishlist.added
  .ajax-loading {
  display: none !important;
}

.images .alus-product-buttons .compare.added:before {
  font-family: "simple-line-icons";
  content: "\e023";
  font-size: 18px;
}

.images .alus-product-buttons > div a i,
.images .alus-product-buttons > a i,
.woocommerce .product .images .alus-product-buttons > div a:first-child:before,
.woocommerce .product .images .alus-product-buttons > a:first-child:before {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  color: inherit !important;
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
  vertical-align: initial;
  display: none;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
}

.woocommerce a.button.view-cart:hover {
  background-color: transparent;
}

.woocommerce
  .product
  .item-information
  .alus-product-buttons
  .add-to-cart
  a.added:first-child:before,
.alus-meta-widget.item-information
  .alus-product-buttons
  .add-to-cart
  a.added:first-child:before {
  font-family: "FontAwesome";
  content: "\f00c";
}

.woocommerce a.added_to_cart {
  display: none !important;
}

.woocommerce .alus-products div.product div.images {
  margin: 0;
  width: 100% !important;
  position: relative !important;
}

.woocommerce .products .product,
.woocommerce-page .products .product,
#right-sidebar .product_list_widget li {
  position: relative;
  overflow: hidden;
  margin-left: auto !important;
  margin-right: auto !important;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.woocommerce
  .product
  .item-information
  .alus-product-buttons
  .add-to-cart
  a:first-child:before,
.alus-meta-widget.item-information
  .alus-product-buttons
  .add-to-cart
  a:first-child:before {
  /*font-family: 'FontAwesome';
    content: "\f290";*/
}

.item-information {
  text-align: center;
}

.item-information .yith-wcwl-add-to-wishlist img {
  position: relative;
  top: -20px;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}

.item-information .alus-product-buttons {
  position: absolute;
  top: 7px;
  opacity: 0;
  z-index: 0;
  width: 100%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.products.list .item-information .alus-product-buttons {
  position: static;
  opacity: 1;
  z-index: 1;
  transform: none;
}
.woocommerce .products.list .product:hover .product-title,
.woocommerce-page .products.list .product:hover .product-title {
  z-index: 1;
  opacity: 1;
}
.woocommerce
  .products.list
  .product
  .item-information
  .alus-product-buttons
  a.button:hover {
  color: #fff;
}
.woocommerce .products .product:hover .item-information .alus-product-buttons,
.woocommerce-page
  .products
  .product:hover
  .item-information
  .alus-product-buttons {
  opacity: 1;
  z-index: 1;
  transition: all 1s ease-in-out;
}
.woocommerce .products .product:hover .product-title,
.woocommerce-page .products .product:hover .product-title {
  opacity: 0;
  z-index: 0;
}
.woocommerce .product .item-information .alus-product-buttons a:before {
  content: "\f067";
  font-size: 14px;
  font-family: Fontawesome;
  font-weight: normal;
  padding-right: 5px;
}
.woocommerce .product .item-information .alus-product-buttons a,
.alus-meta-widget.item-information .alus-product-buttons a,
.alus-meta-widget.item-information
  .alus-product-buttons
  .yith-wcwl-add-to-wishlist
  a {
  border: none;
  border-radius: 0;
  /*border-top: 1px solid #e5e5e5;*/
  line-height: 39px;
  padding: 0;
  background: none;
  text-align: center;
  width: 100%;
  text-transform: initial;
  font-weight: 500;
}

.alus-meta-widget.item-information
  .alus-product-buttons
  .yith-wcwl-add-to-wishlist
  a {
  border-left: 1px solid #e5e5e5;
}

.woocommerce
  .product
  .item-information
  .alus-product-buttons
  .add-to-cart
  a:hover,
.alus-meta-widget.item-information .alus-product-buttons .add-to-cart a:hover {
  /*border-right: 1px solid;*/
}

.woocommerce
  .product
  .item-information
  .alus-product-buttons
  .yith-wcwl-add-to-wishlist
  a {
  line-height: 40px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: none;
}

.alus-meta-widget.item-information .alus-product-buttons .compare,
.alus-meta-widget.item-information .alus-product-buttons .quickview {
  display: none;
}

.item-information .alus-product-buttons .yith-wcwl-add-to-wishlist a {
  line-height: 30px;
  font-size: 13px;
  height: 40px;
  width: 100%;
  display: inline-block;
}

.products .product h3,
.woocommerce .products .product h3,
.woocommerce-page .products .product h3,
.alus-meta-widget h3 {
  margin: 0;
  padding: 0;
  margin-top: 6px;
}

ins .woocommerce-Price-amount,
del .woocommerce-Price-amount {
  padding: 0 17px 0 0;
}

ul.product_list_widget li > a,
h3.product-name > a,
h3.product-name,
.alus-nav-product a .product-info span {
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 500;
}

.woocommerce .products .star-rating,
woocommerce-page .products .star-rating,
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  margin: 13px auto;
}

.woocommerce .products .product .price .amount,
.woocommerce-page .products .product .price .amount,
.product-price .amount {
  padding: 0 2px;
}

.woocommerce .products .product .price del .amount,
.woocommerce-page .products .product .price del .amount {
  font-weight: normal;
}

.woocommerce .products .product .price del,
.woocommerce .products .product .price del span,
.woocommerce-page .products .product .price del span,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
div.product div[itemprop="offers"] .price del .amount,
div.product .single_variation_wrap del .amount {
  color: #666;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
}

.woocommerce .products .product .images .compare:hover,
.woocommerce .products .product .images .quickview:hover,
.woocommerce .products .product .images .compare:hover i:before,
.woocommerce .products .product .images .quickview:hover i:before {
  color: #fff;
}

.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.alus-pagination ul li a,
.alus-pagination ul li span.current,
.page-numbers.current,
.page-numbers {
  font-size: 14px;
  padding: 0 10px;
  min-height: 30px;
  min-width: 30px;
  line-height: 30px;
  margin: 0;
  margin-right: -1px;
  text-align: center;
  display: inline-block;
  border: none;
  font-weight: 600;
  position: relative;
}

.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li a.page-numbers:hover {
  color: #fff;
}

body
  .vc_general.vc_tta-tabs.vc_tta-tabs-position-left
  .vc_tta-tab.vc_active
  > a,
body .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab > a:hover {
  color: #fff;
}

body .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab > a {
  width: 100%;
  padding: 9px 0;
}

.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
  border: 0;
  overflow: initial;
  margin-right: 5px;
}

.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.alus-pagination ul {
  border: 0;
  margin: 0;
  padding: 0;
}

.woocommerce #content nav.woocommerce-pagination ul li a.next:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.next:before,
.woocommerce-page nav.woocommerce-pagination ul li a.next:before,
.alus-pagination ul li a.next:before {
  content: "\f105";
}

.woocommerce #content nav.woocommerce-pagination ul li a.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:before,
.alus-pagination ul li a.prev:before {
  content: "\f104";
}

.woocommerce #content nav.woocommerce-pagination ul li a.next:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.next:before,
.woocommerce-page nav.woocommerce-pagination ul li a.next:before,
.woocommerce #content nav.woocommerce-pagination ul li a.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.prev:before,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:before,
.alus-pagination ul li a.prev:before,
.alus-pagination ul li a.next:before {
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 30px;
}

.woocommerce #content nav.woocommerce-pagination ul li a.next:hover:before,
.woocommerce nav.woocommerce-pagination ul li a.next:hover:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.next:hover:before,
.woocommerce-page nav.woocommerce-pagination ul li a.next:hover:before,
.woocommerce #content nav.woocommerce-pagination ul li a.prev:hover:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover:before,
.woocommerce-page #content nav.woocommerce-pagination ul li a.prev:hover:before,
.woocommerce-page nav.woocommerce-pagination ul li a.prev:hover:before {
  color: #fff;
}

.page-container,
.page-fullwidth-template .alus-row-boxed,
.container,
.alus-breadcrumb .breadcrumb-content,
.alus-row-wide .alus-twitter-slider {
  margin-right: auto;
  margin-left: auto;
}

.gallery .owl-dots > div > span,
.alus-twitter-slider .owl-dots > div > span,
.alus-product-in-category-tab-wrapper .owl-dots > div > span,
.alus-product-in-sub-category-tab-wrapper .owl-dots > div > span,
body .flex-control-paging li a,
body .theme-default .nivo-controlNav a,
body .theme-default .nivo-controlNav a.active {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  z-index: 9;
  padding: 3px;
  margin: 0 5px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.gallery .owl-dots > div > span:before,
.alus-twitter-slider .owl-dots > div > span:before,
.alus-product-in-category-tab-wrapper .owl-dots > div > span:before,
.alus-product-in-sub-category-tab-wrapper .owl-dots > div > span:before,
body .flex-control-paging li a:before,
body .theme-default .nivo-controlNav a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  transition: all 200ms ease 0s;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
}

.owl-dots > .owl-dot > span {
  font-family: "FontAwesome";
  content: "";
  width: 10px;
  height: 10px;
  background: #666;
  border-radius: 50%;
  display: block;
  margin: 0 5px;
}

.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage-outer .owl-stage {
  height: auto !important;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0);
}

/*Blog home*/

.post-img,
.blog article .post-img,
.single-post article .post-img {
  min-height: 58px;
  position: relative;
  overflow: hidden;
}

.archive.category article .post-img,
.author article .post-img,
.single-post article .post-img .blog-image {
  margin-bottom: 20px;
}

.blogs a.blog-image,
article a.blog-image,
.blog a.blog-image {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.blog-image.gallery .owl-item {
  display: inline-block;
}

.blogs a.blog-image {
  position: relative;
  z-index: 2;
  width: 100%;
}

.alus-blogs a.blog-image {
  margin-bottom: -1px;
  display: block;
}

.blogs article .post-img .date-time,
.post-img .date-time,
.single-post article .post-img .date-time {
  position: absolute;
  z-index: 3;
  background: #fff;
  width: 50px;
  height: 50px;
  left: 5px;
  top: 5px;
  text-align: center;
  padding: 11px 0;
  line-height: 0;
}

.blogs article .post-img .date-time span:first-child,
.post-img .date-time span:first-child,
.single-post article .post-img .date-time span:first-child {
  font-size: 20px;
  line-height: 13px;
  font-weight: bold;
  position: relative;
  padding-bottom: 3px;
}

.blogs article .post-img .date-time span:last-child,
.post-img .date-time span:last-child,
.single-post article .post-img .date-time span:last-child {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  display: inline-block;
}

.single-post article .post-img .date-time span:last-child {
  padding: 6px 0;
}

.alus-blogs .date-time span,
.related-posts .date-time span,
.date-time span,
.blog .date-time span {
  line-height: 14px;
  display: inline-block;
  width: auto;
}

.blogs article .blog-image > img,
.blogs article .blog-image .owl-item > img,
.blog article .blog-image > img {
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  overflow: hidden;
}

.blogs article .blog-image:hover > img,
.blogs article .blog-image .owl-item:hover > img,
.blog article .blog-image:hover > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s ease-in-out;
  transition: transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
}
.blogs article .blog-image,
.blogs article .blog-image .owl-item,
.blog article .blog-image,
.alus-blogs-widget .blog-image {
  position: relative;
}
.blogs article .blog-image:before,
.blogs article .blog-image .owl-item:before,
.blog article .blog-image:before,
.alus-blogs-widget .blog-image:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.blogs article .blog-image:hover:before,
.blogs article .blog-image .owl-item:hover:before,
.blog article .blog-image:hover:before,
.alus-blogs-widget .blog-image:hover:before {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.blogs article .blog-image:after,
.blogs article .blog-image .owl-item:after,
.blog article .blog-image:after,
.alus-blogs-widget .blog-image:after {
  font-family: "simple-line-icons";
  content: "\e08d";
  width: 40px;
  height: 40px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #fff;
  font-size: 0;
}

.blogs article .blog-image:hover:after,
.blogs article .blog-image .owl-item:hover:after,
.blog article .blog-image:hover:after,
.alus-blogs-widget .blog-image:hover:after {
  opacity: 1;
  z-index: 3;
  font-size: 25px;
  transition: all 0.6s ease-in-out;
  left: 50%;
}

.blogs article .image-eff,
.blogs article a.gallery .owl-item:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(63, 63, 63, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  z-index: 2;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.single-post article .post-info .info-category .vcard.author a:hover,
.single-post article .post-info .info-category .cat-links a:hover,
article .post-info .tags-link a:hover,
article .post-info .cat-links a:hover,
.vcard.author a:hover,
article .entry-header .caalus-link .cat-links a:hover {
  text-decoration: underline;
}

/*Footer*/

#footer {
  /*margin-top: 30px;*/
}

#footer .wpb_text_column {
  margin: 17px 0;
}

footer#footer h4 {
  color: #fff;
}

footer a {
  color: #999;
  /*font-size: 14px;*/
}

footer ul.bullet li a {
  position: relative;
  margin-left: 12px;
}

footer ul.bullet li a:before {
  font-family: "Fontawesome";
  font-size: 10px;
  content: "\f0da";
  position: absolute;
  left: -12px;
}

footer ul.bullet li a:hover {
  margin-left: 20px;
}

body .alus-footer .widget-title {
  padding: 0;
  margin: 0 0 30px 0;
  text-align: left;
}

.widget ul li:first-child {
  padding-top: 0;
}

.widget ul li {
  list-style: none;
  padding: 5px 0 5px 0;
}

footer#footer .alus-footer .widget-title {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}

.footer-bottom .vc_column-inner {
  padding: 0 !important;
}
.footer-bottom .alus-footer > p,
.footer-middle .alus-footer > p {
  margin: 0 !important;
}
@media only screen and (max-width: 992px) {
  #footer .vc_column-inner {
    padding-top: 0 !important;
  }
}

/* Mailchimp */

.mc4wp-form {
  margin-top: 10px;
}

.mc4wp-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mc4wp-form > div p:first-child {
  -webkit-box-flex: 1;
  margin-bottom: 0;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  max-width: 290px;
  width: 100%;
}

.mc4wp-form .mc4wp-form-fields input {
  padding-top: 8px;
  padding-bottom: 8px;
  border: none;
  line-height: 24px;
}

.mc4wp-form > div p {
  z-index: 2;
  margin-bottom: 0;
}

.mc4wp-form input[type="submit"] {
  color: #fff;
}

form {
  display: inline-block;
  width: 100%;
}

/*Archive product*/

.woocommerce .archive-loop-header {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ebebeb;
  padding: 10px;
}

.archive-loop-header .woocommerce-message,
.archive-loop-header .woocommerce-info,
.archive-loop-header .woocommerce-error {
  display: inline-block;
  width: 100%;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  width: auto;
  margin: 0;
}

.woocommerce .grid_list_nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
}

.grid_list_nav a {
  font-size: 0;
  color: #2c2c2c;
  line-height: 24px;
  padding: 0;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 15px 0 0;
  word-break: normal;
}

.grid_list_nav a#grid:before {
  content: "\f00a";
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: 300;
  vertical-align: middle;
}

.grid_list_nav a#list:before {
  content: "\f039";
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: 300;
  vertical-align: middle;
}

.grid_list_nav a span {
  display: none;
}

.woocommerce .woocommerce-ordering .orderby,
.woocommerce-page .woocommerce-ordering .orderby {
  width: 210px;
  padding: 0;
  font-size: 14px;
  border: 0;
  margin: 0 0 0 0;
}

.woocommerce .woocommerce-ordering .orderby li,
.woocommerce-page .woocommerce-ordering .orderby li,
.alus-header-cart a.alus_cart,
.alus-header-cart .has-dropdown,
.grid_list_nav a#grid:before,
.grid_list_nav a#list:before {
  line-height: 24px;
}

.alus-header-cart .alus-shoppping-cart:hover .cart-drop-icon:hover:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.woocommerce .woocommerce-ordering .orderby li,
.woocommerce-page .woocommerce-ordering .orderby li {
  list-style: none;
  position: relative;
  z-index: 99;
}

.woocommerce .woocommerce-ordering .orderby > li,
.woocommerce-page .woocommerce-ordering .orderby > li {
  padding: 0;
  position: relative;
  cursor: pointer;
}

.woocommerce .woocommerce-ordering .orderby > li:after,
.woocommerce-page .woocommerce-ordering .orderby > li:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 15px;
  font-family: "FontAwesome";
  content: "\f107";
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.woocommerce .woocommerce-ordering .orderby ul:before,
.woocommerce-page .woocommerce-ordering .orderby ul:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border: 1px solid #e5e5e5;
}

.woocommerce .woocommerce-ordering .orderby ul,
.woocommerce-page .woocommerce-ordering .orderby ul {
  background-color: #fff;
}

.woocommerce .woocommerce-ordering .orderby ul li:first-child a,
.woocommerce-page .woocommerce-ordering .orderby ul li:first-child a {
  border-width: 0;
}

.woocommerce .woocommerce-ordering .orderby ul li,
.woocommerce-page .woocommerce-ordering .orderby ul li {
  padding: 0 15px;
}

.woocommerce .woocommerce-ordering .orderby ul li a,
.woocommerce-page .woocommerce-ordering .orderby ul li a {
  padding: 6px 0;
  width: 100%;
  display: inline-block;
  position: relative;
  border-top: 1px solid #e5e5e5;
}

.woocommerce-page .woocommerce-ordering .orderby-title {
  margin: 7px 19px 7px 0;
  font-size: 14px;
}

.woocommerce .woocommerce-ordering .orderby > li .orderby-current,
.woocommerce-page .woocommerce-ordering .orderby > li .orderby-current {
  padding: 8px 15px;
  display: inline-block;
  width: 100%;
  transition: all 200ms ease 0s;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  border: 1px solid #e5e5e5;
}

.woocommerce .woocommerce-ordering .orderby:hover > li:after,
.woocommerce-page .woocommerce-ordering .orderby:hover > li:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.sidebar-widget.alus-banner {
  padding: 0;
  border: none;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 25px;
  margin-bottom: 50px;
}

#right-sidebar .product_list_widget,
#right-sidebar .alus-meta-widget a {
  text-align: center;
  padding: 0;
  background: none;
}

#right-sidebar .product_list_widget {
  border: 0;
}

.woocommerce ul.product_list_widget li a.alus-widget-image {
  overflow: hidden;
  margin: 0 0 14px 0;
}

.close-sidebar {
  text-align: right;
  display: none;
  padding-bottom: 20px;
}

.close-sidebar:after {
  font-family: "FontAwesome";
  content: "\f00d";
  margin-left: 4px;
  text-transform: uppercase;
  font-weight: bold;
}

/* Tab Accordion */
.single-product span.vc_tta-title-text {
  text-transform: uppercase;
}
/* Track order */
.track_order p:first-child {
  font-size: 110%;
  width: 100%;
  margin-bottom: 30px;
}
.track_order {
  display: flex;
  flex-direction: column;
}
.woocommerce .track_order .form-row {
  margin-bottom: 20px;
}

/* Single video */
.alus-single-video:before {
  content: "\e071";
  font-family: "simple-line-icons";
  line-height: 40px;
  display: block;
  text-align: center;
  padding-left: 5px;
}
.alus-single-video {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 9;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

/* Widget */

.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_nav_menu ul li {
  /*font-size: 14px;*/
  display: block;
}

body .widget_categories li ul,
body .widget_pages li ul,
body .widget_archive li ul,
body .widget_nav_menu li ul {
  margin-top: 15px;
  margin-left: 15px;
}

.sidebar-widget li {
  margin-bottom: 15px;
}

.sidebar-widget select,
.sidebar-widget .search-form {
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

.sidebar-widget {
  margin-bottom: 17px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 12px;
}
.sidebar-widget:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}

.widget-title-wrap {
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  /*border-bottom: 1px solid #ebebeb;*/
}

.sidebar-widget ul {
  list-style: none;
}

.sidebar-widget ul li {
  line-height: 1.5;
}

.alus-product-categories-widget .product-categories-wg li a {
  margin-bottom: 0;
  text-decoration: none;
  /*font-size: 14px;*/
  display: inline-block;
}

body .sidebar-widget.alus-product-categories-widget li ul {
  margin-top: 15px;
  margin-left: 15px;
}

.product-filter-by-color li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.product-filter-by-color li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 4px;
}

.product-filter-by-color li a > div {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.price_label {
  display: block;
  text-align: left;
}

.widget_price_filter form {
  padding-top: 15px;
  padding-bottom: 15px;
}

.alus-product-items-widget .product-list-widget li {
  /*margin-bottom: 0;*/
}

.alus-product-items-widget .product-list-widget li:first-child {
  /*padding-top: 10px;*/
  /* padding-top: 5px;*/
}

.alus-product-items-widget .product-list-widget li:last-child {
}

.product-list-widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.alus-product-items-widget .product-list-widget li:last-child {
  /*border-bottom: none;*/
}

.product-widget-image {
  max-width: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

.product-meta-widget {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
}

.woocommerce .product-meta-widget .star-rating {
  float: left;
  margin: 4px 0 10px;
  width: 100%;
}

.sidebar-widget .owl-nav {
  top: -50px;
  width: auto;
}

/* Cross-sells */

.cross-sells h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 30px;
}

/* Review product Detail */

.woocommerce-Reviews .comment-reply-title {
  color: #2d2a2a;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
  display: block;
}

.woocommerce-Reviews .comment-respond .stars a {
  margin-right: 10px;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 0;
  line-height: 1.4;
  color: #b1b1b1;
  width: auto;
  height: auto;
}

.woocommerce p.stars a::before {
  display: none;
  content: none;
}

.comment-respond .stars a:after {
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
}

.comment-respond .stars a:hover {
  text-decoration: none;
  color: #eabe12;
}

.comment-respond .stars a.active {
  color: #eabe12;
}

.comment-respond .stars .star-1:after {
  content: "\f006";
}

.comment-respond .stars .star-2:after {
  content: "\f006 \f006";
}

.comment-respond .stars .star-3:after {
  content: "\f006 \f006 \f006";
}

.comment-respond .stars .star-4:after {
  content: "\f006 \f006 \f006 \f006";
}

.comment-respond .stars .star-5:after {
  content: "\f006 \f006 \f006 \f006 \f006";
}

.comment-form .comment-form-rating label:after {
  content: ":";
  margin-left: 2px;
}

.comment-form .comment-form-rating label {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: normal;
}

.comment-form label {
  font-weight: normal;
}

.comment-respond .stars {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin: 0 !important;
}

/*Single product*/

.product-image-summary.col-sm-9 .easyzoom-flyout img {
  max-width: 800px !important;
  width: 800px !important;
}

.product-images-wrapper {
  position: relative !important;
  margin-bottom: 15px;
}

.product-images-wrapper .images.loading * {
  display: none;
}

.product-images-wrapper .images.loading {
  height: 400px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.product-images-wrapper .images.loading:before {
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
  border: 4px solid #fff;
  border-radius: 32px;
  border-right-color: #666 !important;
  border-top-color: #666 !important;
  content: "";
  display: block;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}

body .product-images-wrapper .owl-carousel div.owl-nav,
body .quick-view-popup .owl-carousel .owl-nav {
  left: 0;
  top: 50%;
  background: transparent;
  width: 100%;
  text-align: center;
  right: 0;
  margin-top: -20px;
}

body .product-images-wrapper .owl-carousel .owl-nav button.owl-prev,
body .quick-view-popup .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  right: auto;
  background: transparent;
  color: #000;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

body .product-images-wrapper .owl-carousel .owl-nav button.owl-next,
body .quick-view-popup .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  left: auto;
  background: transparent;
  color: #000;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.product-images-wrapper .owl-carousel .owl-nav > button.owl-prev:before,
.product-images-wrapper .owl-carousel .owl-nav > button.owl-next:before,
body .quick-view-popup .owl-carousel .owl-nav button.owl-next:before,
body .quick-view-popup .owl-carousel .owl-nav button.owl-prev:before {
  font-size: 40px;
}

.product-images-wrapper .owl-carousel.images:hover .owl-nav > button.owl-prev,
.product-images-wrapper .owl-carousel.images:hover .owl-nav > button.owl-next,
body
  .quick-view-popup
  .owl-carousel.image-items:hover
  .owl-nav
  > button.owl-next,
body
  .quick-view-popup
  .owl-carousel.image-items:hover
  .owl-nav
  > button.owl-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.product-images-wrapper .product-labels {
  left: 15px;
  right: 15px;
}

body .pswp__bg {
  background-color: rgba(0, 0, 0, 0.7);
}

.product-images-wrapper .product-zoom-button {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 9;
}

.product-images-wrapper .product-zoom-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 40px;
  width: 40px;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-images-wrapper .product-zoom-button a:before {
  content: "\e057";
  font-family: "simple-line-icons";
}

.product-images-wrapper .product-zoom-button a span {
  font-size: 0;
}

.product_thumbnails li {
  padding: 20px 0;
  list-style: none;
}
.slick-slider.slick-vertical {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.slick-slider.slick-vertical .slick-list {
  order: 1;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
}
.slick-track {
  margin-top: -7px;
  margin-bottom: -7px;
}
.slick-slider.slick-vertical .slick-slide {
  padding-bottom: 7px;
  padding-top: 7px;
  border: none;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  top: 100%;
  width: 48%;
  height: 30px;
  line-height: 30px;
  background: #e5e5e5;
  color: #444;
  position: relative;
  transform: translate(0, 0);
  order: 2;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}
.slick-slider > button.slick-prev:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 20px;
}
.slick-slider > button.slick-next:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 20px;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1 !important;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus {
  background: #e5e5e5;
  color: #444;
}
.woocommerce #content div.product div.product-gallery,
.woocommerce div.product div.product-gallery,
.woocommerce-page #content div.product div.product-gallery,
.woocommerce-page div.product div.product-gallery {
  width: 50%;
  position: relative;
  float: left;
  margin-bottom: 50px;
  overflow: hidden;
}

.product-gallery > div {
  padding-left: 0;
  padding-right: 0;
}

.thumbnails.vertical-thumbnail {
  padding-right: 15px;
}

.woocommerce #reviews h3 {
  margin: 0px 0 6px 0;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 50%;
  padding-left: 30px;
  float: left;
  margin-bottom: 40px;
}

.woocommerce #content div.product div.product-gallery .images,
.woocommerce div.product div.product-gallery .images,
.woocommerce-page #content div.product div.product-gallery .images,
.woocommerce-page div.product div.product-gallery .images {
  width: 100% !important;
  margin: 0;
  float: none;
  position: relative;
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  width: auto;
  margin: 0;
}

.product_thumbnails .owl-nav {
  position: static;
}

.product-thumbnails {
  min-height: 100px;
}

.product-thumbnails.loading * {
  display: none;
}

.product-thumbnails.loading {
  height: 100px;
}

.product-thumbnails.loading:before {
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 32px;
  border-right-color: #666 !important;
  border-top-color: #666 !important;
  content: "";
  display: block;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}

.product_thumbnails .owl-nav .owl-prev,
.product_thumbnails .owl-nav .owl-next {
  width: 28px;
  height: 28px;
  background-color: #aaa;
  color: #fff;
  position: absolute;
  top: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
}

.product_thumbnails .owl-nav .owl-prev {
  left: 0;
  transform: translate(-10px, calc(-50% + 10px));
  -webkit-transform: translate(-10px, calc(-50% + 10px));
  -moz-transform: translate(-10px, calc(-50% + 10px));
  -ms-transform: translate(-10px, calc(-50% + 10px));
}

.product_thumbnails .owl-nav .owl-next {
  right: 0;
  transform: translate(10px, calc(-50% + 10px));
  -webkit-transform: translate(10px, calc(-50% + 10px));
  -moz-transform: translate(10px, calc(-50% + 10px));
  -ms-transform: translate(10px, calc(-50% + 10px));
}

ul.product_thumbnails .owl-prev:before {
  content: "\f053";
}

ul.product_thumbnails .owl-next:before {
  content: "\f054";
}

.product_thumbnails .owl-nav > button:before {
  line-height: 28px;
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: 300;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}

div.product .thumbnails:hover button.owl-prev,
div.product .thumbnails:hover button.owl-next {
  visibility: visible;
  opacity: 1;
  transform: translate(0, calc(-50% + 10px));
  -webkit-transform: translate(0, calc(-50% + 10px));
  -moz-transform: translate(0, calc(-50% + 10px));
  -ms-transform: translate(0, calc(-50% + 10px));
}

div.product .summary .yith-wcwl-add-to-wishlist a:before {
  font-family: "FontAwesome";
  content: "\f004";
  font-size: 13px;
  margin-right: 5px;
}

div.product .summary .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

div.product .summary .yith-wcwl-add-to-wishlist + .clear,
.yith-wcwl-add-to-wishlist .feedback {
  display: none;
}

div.product .summary .compare,
div.product .summary .compare:hover {
  background: transparent;
  font-weight: bold;
  padding: 0;
  margin-right: 20px;
}

.size-guide-btn {
  font-weight: bold;
  display: inline-block;
}

.product-meta {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
}

.product-single-cats,
.product-single-tags,
.product-meta .product-sku {
  margin-bottom: 15px;
}

.product-meta .product-sku {
  font-weight: bold;
}

.product-meta .product-sku .sku {
  font-weight: normal;
}

.product-single-cats > span:first-child,
.product-single-tags > span:first-child {
  font-weight: bold;
  margin-right: 4px;
}

div.product .summary .compare i {
  margin-right: 5px;
}

.sidebar-widget ul li a.blog-image {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.sidebar-widget ul li a.blog-image:hover > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s ease-in-out;
  transition: transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  opacity: 0.7;
}

.sidebar-widget ul li a.blog-image > img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  overflow: hidden;
}

.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.summary .item-information {
  margin: 0;
  padding-top: 0;
  display: none;
  width: 100%;
}

.summary .yith-wcwl-add-to-wishlist a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: bold;
}

/* Color Variation */
.alus-product-attribute .color a {
  font-size: 0;
  border-radius: 100%;
}
.alus-product-attribute .variation-product__option a {
  width: 24px;
  height: 24px;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.alus-product-attribute .variation-product__option.selected:not(.color) a {
  border-bottom: 2px solid #000;
}
.alus-product-attribute .variation-product__option.selected.color a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -5px;
  border-bottom: 2px solid #000;
}
.alus-product-attribute .variation-product__option {
  margin-right: 15px;
}
.alus-product-attribute {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

body.archive #content .orgafresh-active-filters .widget_layered_nav_filters {
  margin: 0 0 5px;
}

/* Navigation Summary*/

.alus-nav-product {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  z-index: 9;
  line-height: 0;
}

.alus-nav-product > a {
  width: 30px;
  height: 30px;
  z-index: 4;
  display: inline-block;
  text-align: center;
  border-width: 2px;
  border-style: solid;
}

.alus-nav-product a:hover .nav-product {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}

.alus-nav-product a .nav-product {
  position: absolute;
  bottom: 100%;
  width: 220px;
  right: 0;
  line-height: 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}

.alus-nav-product > a.prev:before {
  content: "\f104";
}

.alus-nav-product > a:before {
  line-height: 25px;
  font-family: "FontAwesome";
  font-size: 25px;
  font-weight: 300;
}

.alus-nav-product > a.next {
  margin-left: 5px;
}

.alus-nav-product > a.next:before {
  content: "\f105";
}

.alus-nav-product a .nav-product .product-image {
  width: 80px;
}

.alus-nav-product a .nav-product .product-description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}

.alus-nav-product a .nav-product .product-description .product-title {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
  font-size: 16px;
  font-weight: bold;
}

/* End Navigation summary*/

.page-slider-wrap {
  margin-bottom: 30px;
}

/* Navigtion Slider */

.owl-carousel .owl-dots,
.owl-carousel .owl-dot {
  display: inline-block;
}

.owl-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 10px;
}

.owl-nav {
  position: absolute;
  top: -64px;
  right: 0;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  background: #fff;
}

body .owl-carousel .owl-nav button.owl-next,
body .owl-carousel .owl-nav button.owl-prev {
  display: inline-block;
  position: static;
  width: 35px;
  height: 35px;
  margin-top: 0;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  text-align: center;
  background-color: #000;
  color: #fff;
  line-height: 30px;
  margin: 0 2px;
}

.owl-nav > button.owl-next:before {
  content: "\f105";
  line-height: 25px;
}

.owl-nav > button.owl-prev:before {
  content: "\f104";
  line-height: 25px;
}

.owl-nav > button:before {
  display: block;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: 300;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-bottom: 0;
}

.woocommerce div.product form.cart div.quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  float: none;
}

.woocommerce div.product div.summary p.cart a,
.woocommerce div.product form.cart .button {
  position: relative;
  padding: 11px 20px;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  float: none;
}

.woocommerce .quantity .qty {
  height: 36px;
  width: 36px;
}

.quantity input[type="button"] {
  min-width: 25px;
  height: 36px;
}

.quantity input[type="number"] {
  float: left;
  padding: 1px 0;
}

.quantity {
  overflow: hidden;
}

.woocommerce div.product form.cart .button {
  position: relative;
}

.woocommerce div.product form.cart .product_type_external {
  position: initial;
}

div.product .summary .caalus-link,
div.product .summary .tags-link {
  display: none;
}

.summary .woocommerce-product-details__short-description {
  font-size: 15px;
  margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-product-rating {
  margin: 11px 0 7px;
}

div.alus-quickshop-wrapper.product p.stock {
  color: #000;
  font-weight: 700;
  font-size: 14px;
}

.woocommerce div.product p.stock {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.summary.entry-summary ins .woocommerce-Price-amount {
  padding-left: 0;
}

.woocommerce div.product form.cart .variations,
.woocommerce div.product div.summary {
  margin-bottom: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin-bottom: 15px;
  font-weight: bold;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  overflow: hidden;
  clear: both;
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  border: 1px solid #e5e5e5;
}

.woocommerce div.product form.cart .variations td {
  border: none;
  vertical-align: middle;
  padding: 0;
  padding-bottom: 20px;
  text-transform: capitalize;
  display: table-cell;
}

.woocommerce div.product form.cart .variations td.label {
  text-align: left;
  border: none;
  vertical-align: middle;
}

.variations_form .variations .value {
  position: relative;
  width: 100%;
}

.woocommerce div.product form.cart .variations select {
  max-width: 260px;
  line-height: 1;
  display: inline-block;
}

.woocommerce div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label {
  margin-bottom: 0;
  font-weight: 600;
  color: #2d2a2a;
  margin-right: 20px;
  white-space: nowrap;
}

.woocommerce div.product form.cart .reset_variations:before {
  content: "\f00d";
  font-family: FontAwesome;
  margin-right: 5px;
  display: inline-block;
}

.woocommerce div.product form.cart .reset_variations {
  display: inline-block !important;
}

.woocommerce div.product .woocommerce-tabs {
  margin-bottom: 55px;
  padding-top: 30px;
}

.woocommerce div.product div.accordion-product-tabs {
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary div.accordion-product-tabs,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary div.accordion-product-tabs {
  margin-bottom: 0;
}

.woocommerce-page div.product .product-title {
  /*font-size: 24px;*/
}

.woocommerce div.product .summary div[itemprop="description"],
.woocommerce table.wishlist_table {
  text-align: justify;
  font-size: 13px;
}

.related.products {
  margin-bottom: 36px;
}

div.product.vertical-thumbnail .thumbnails li {
  padding: 10px 0 0 0;
  line-height: 0;
  overflow: hidden;
}

.vertical-thumbnail
  .product-gallery
  > .thumbnails
  .owl-controls
  .owl-nav
  > button {
  top: auto;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: 0;
  width: 30px !important;
  height: 20px !important;
  margin-left: -15px !important;
}

.vertical-thumbnail
  .product-gallery
  > .thumbnails
  .owl-controls
  .owl-nav
  > button.owl-prev:before {
  content: "\f107";
}

.vertical-thumbnail
  .product-gallery
  > .thumbnails
  .owl-controls
  .owl-nav
  > button.owl-next:before {
  content: "\f106";
}

.vertical-thumbnail
  .product-gallery
  > .thumbnails
  .owl-controls
  .owl-nav
  > button:before {
  line-height: 18px !important;
}

.vertical-thumbnail
  .product-gallery
  > .thumbnails
  .owl-controls
  .owl-nav
  > button.owl-prev {
  top: auto;
  bottom: 0;
}

.vertical-thumbnail
  .product-gallery
  > .thumbnails
  .owl-controls
  .owl-nav
  > button.owl-next {
  top: 10px;
  bottom: auto;
  background-color: #fff;
}

div.product.vertical-thumbnail .product-gallery .owl-controls div.owl-prev {
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
}

div.product.vertical-thumbnail .product-gallery .owl-controls div.owl-next {
  visibility: hidden;
  opacity: 0;
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
}

div.product.vertical-thumbnail
  .product-gallery
  .thumbnails:hover
  .owl-controls
  div.owl-prev,
div.product.vertical-thumbnail
  .product-gallery
  .thumbnails:hover
  .owl-controls
  div.owl-next {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

/*Related product - Upsell product*/

.woocommerce.alus-product-deals-widget-wrapper .products,
.woocommerce-page .alus-product-deals-widget-wrapper .products,
.woocommerce .alus-slider .products,
.woocommerce-page .alus-slider .products,
.woocommerce .upsells .products,
.woocommerce-page .upsells .products,
.woocommerce .cross-sells .products,
.woocommerce-page .cross-sells .products,
.woocommerce .upsells.products,
.woocommerce-page .upsells.products,
.woocommerce .cross-sells.products,
.woocommerce-page .cross-sells.products,
.woocommerce .related.products,
.woocommerce-page .related.products .woocommerce .related .products,
.woocommerce-page .related .products {
  margin: 0;
}

.related .products .product,
.woocommerce .upsells .products .product,
.woocommerce .related .products .product {
  width: 100%;
}

/* Social Sharing */

div.product .social-sharing {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
}

div.product .social-sharing li a {
  border-radius: inherit;
}

/*Tab woocomercer*/

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
  margin-bottom: -1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  font-weight: 600;
  border-top: 2px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  color: inherit;
  text-shadow: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  background-color: transparent;
  margin: 0;
  text-transform: uppercase;
  border: none;
  padding: 0;
}

.tab-contents .column-products.woocommerce .alus-products {
  width: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 32px 30px 35px 30px;
  margin: 0;
  clear: both;
  font-size: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel#tab-description {
  text-align: justify;
}

.woocommerce #review_form #respond .form-submit input {
  border-radius: initial;
}

.woocommerce table.shop_attributes tr:last-child td,
.woocommerce-page table.shop_attributes tr:last-child td,
.woocommerce table.shop_attributes tr:last-child th,
.woocommerce-page table.shop_attributes tr:last-child th {
  border: 1px solid #e5e5e5;
}

.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td,
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
  line-height: inherit;
  background: transparent;
  font-style: normal;
  font-weight: normal;
  padding: 20px;
  text-transform: none;
  border: 1px solid #e5e5e5;
}

.woocommerce-tabs #comments {
  float: left;
  width: 55%;
  padding-right: 20px;
  margin-top: 0;
  padding-top: 0;
}

.woocommerce #reviews #comments h2.woocommerce-Reviews-title {
  margin-bottom: 20px;
}

.woocommerce-tabs #review_form_wrapper {
  float: left;
  width: 45%;
  padding: 0 0 0 30px;
  border-left: 1px solid #e5e5e5;
}

.woocommerce .products .product,
.woocommerce-page .products .product {
  margin: 0;
}

.archive #content .woocommerce {
  margin: 0 -15px;
}

.woocommerce .alus-slider .products .product,
.woocommerce-page .alus-slider .products .product {
  width: 100%;
  text-align: center;
}

.wishlist-empty {
  border: none !important;
  text-align: left !important;
}

.woocommerce .products.list,
.woocommerce-page .products.list {
  padding: 0px 15px;
}

.woocommerce div.product span.price {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title:before,
.vc_toggle_title:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.3;
  z-index: 0;
  display: block;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
  margin: 0;
  outline: 0 !important;
  cursor: pointer;
  margin-bottom: -1px;
  padding: 0;
  position: relative;
}

.vc_progress_bar .vc_single_bar .vc_label {
  top: -20px;
  font-size: 14px;
  line-height: 8px;
  padding: 0;
  color: #444 !important;
  text-shadow: none !important;
  text-transform: uppercase;
  font-weight: bold;
}

.vc_progress_bar .vc_single_bar:first-child {
  margin-top: 23px;
}

.vc_progress_bar .vc_single_bar {
  margin-bottom: 53px;
}

.vc_progress_bar .vc_single_bar .vc_bar,
.vc_progress_bar .vc_single_bar {
  border-radius: 0;
}

.about-us .wpb_wrapper p {
  font-size: 15px;
}

/* Vertical Tabs*/
.woocommerce #content div.product .woocommerce-tabs.vertical-product-tabs {
  display: inline-block;
}
.woocommerce
  #content
  div.product
  .woocommerce-tabs.vertical-product-tabs
  ul.tabs
  li {
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}
.woocommerce
  #content
  div.product
  .woocommerce-tabs.vertical-product-tabs
  ul.tabs
  li
  a {
  border-bottom: 1px solid #e5e5e5;
}

.woocommerce
  #content
  div.product
  .woocommerce-tabs.vertical-product-tabs
  ul.tabs
  li
  a,
.woocommerce div.product .woocommerce-tabs.vertical-product-tabs ul.tabs li a,
.woocommerce-page
  #content
  div.product
  .woocommerce-tabs.vertical-product-tabs
  ul.tabs
  li
  a,
.woocommerce-page
  div.product
  .woocommerce-tabs.vertical-product-tabs
  ul.tabs
  li
  a {
  display: inline-block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.woocommerce
  #content
  div.product
  .woocommerce-tabs.vertical-product-tabs
  .tab-panels {
  padding: 0;
}

blockquote {
  position: relative;
  font-style: normal;
  padding: 10px 0 10px 60px !important;
  margin: 0 0 15px !important;
  border-left: 0 !important;
}

blockquote:before {
  position: absolute;
  font-family: "Fontawesome";
  content: "\f10d";
  font-size: 40px;
  line-height: 22px;
  left: 1px;
  top: 12px;
  color: rgba(118, 118, 118, 0.3);
}

/*Account*/

.woocommerce form .form-row label.inline {
  margin-left: 35px;
}

.woocommerce .form-row input.button {
  padding: 9px 20px !important;
}

.woocommerce form.login,
.woocommerce form.register {
  padding: 20px 0 0 0;
  margin: 0;
  border: 0;
}

body .button.button-secondary:hover {
  background-color: #444;
  border-color: #444;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 25px;
}

#customer_login h2,
.cart_totals h2 {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 9px;
}

#customer_login h2 span,
.cart_totals h2 span {
  position: relative;
  padding-bottom: 8px;
}

#customer_login h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #e5e5e5;
  z-index: -1;
}

/*Shopping cart*/

.cart-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.cart-content .woocommerce-cart-content-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-cart table.cart img {
  width: 80px;
}

.cart-content .cart-collaterals {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 420px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}

@media (max-width: 1024px) {
  .cart-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .cart-content .cart-collaterals {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .woocommerce .cart-content table.cart td.product-thumbnail {
    display: table-cell !important;
  }
  .woocommerce table.cart .coupon > input {
    width: 50% !important;
  }
}

.mobile-cart-price {
  display: none;
}

@media (max-width: 549px) {
  .shop_table .product-price,
  .shop_table .product-subtotal {
    display: none;
  }
  .woocommerce .cart-content table.shop_table td {
    text-align: left;
  }
  .mobile-cart-price {
    display: block;
  }
}

.woocommerce .cart-content .cart-collaterals table.shop_table th {
  text-align: left;
}

.woocommerce .cart-content table.shop_table {
  border: none;
}

.woocommerce .cart-content table.shop_table td {
  padding: 15px 12px;
  border: none;
  font-weight: inherit;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.woocommerce .cart-content table.shop_table.cart tr:last-child td {
  border-bottom: none;
}

.cart-content .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.woocommerce .cart-content .wc-proceed-to-checkout,
.woocommerce .cart-content .wc-proceed-to-checkout > a {
  width: 100%;
  float: none;
  display: inline-block;
}

.woocommerce table.shop_table th.product-remove {
  width: 40px;
}

.woocommerce table .product-remove a.remove:hover {
  color: #444 !important;
}

.woocommerce .cart-content table.shop_table td.product-name {
  font-weight: 600;
}

.woocommerce table.shop_table {
  border-radius: 0;
}

.woocommerce table.shop_table.cart th {
  border: none;
  border-bottom: 2px solid #ddd;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 12px;
  line-height: 1;
  margin: 0 auto;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: none;
}

.woocommerce a.remove {
  margin: 0 auto;
}

.woocommerce table.shop_table td.product-quantity .quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  text-align: center;
}

.woocommerce table.cart td.actions {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce table.cart .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 295px;
  border: 1px solid #e5e5e5;
  padding: 6px 15px 7px 15px;
  border-radius: 20px;
}

.woocommerce-cart table.cart input.button {
  padding: 13px 20px !important;
  background-color: #2c2c2c;
  color: #fff;
  font-weight: normal;
  border-radius: 20px;
}

.woocommerce .cart-collaterals .cart_totals h2 {
  border-bottom: 2px solid #ddd;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  padding: 8px 12px 8px 0;
  border-right: none;
  line-height: 1;
}

.woocommerce table.shop_table tbody th {
  font-weight: normal;
  font-size: 14px;
  text-transform: initial;
  vertical-align: middle !important;
}

.woocommerce .cart_totals table.shop_table {
  border-spacing: 0 10px;
  border: none;
}

.woocommerce-cart .wc-proceed-to-checkout {
  float: left;
  padding: 0;
}

.woocommerce .cart_totals table.shop_table td {
  padding: 12px;
}

.woocommerce .wc-proceed-to-checkout a.button.alt,
.woocommerce .wc-proceed-to-checkout a.button {
  background-color: #2c2c2c;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 11px;
  border-radius: 20px;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
  display: block !important;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
  padding: 15px;
  border-radius: 0px;
  text-transform: uppercase;
}

.shop_table_responsive td {
  text-align: right !important;
}

.woocommerce-checkout
  .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
  position: relative;
}

.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #fff;
}

.post-password-form label input[type="password"] {
  padding: 0 15px;
  height: 40px;
  border: 1px solid rgba(129, 129, 129, 0.2);
  line-height: 1;
}

.post-password-form input[type="submit"] {
  float: none;
  line-height: 18px;
  padding: 12px 20px 10px 20px;
}

.woocommerce-message::before {
  content: "\f00c";
  font-family: "FontAwesome";
}

/* Wishlist Page */
body.woocommerce-wishlist table.wishlist_table .product-name {
  text-align: left;
}
@media (max-width: 768px) {
  body.woocommerce-wishlist table.wishlist_table .product-thumbnail {
    display: table-cell !important;
  }
}

@media (max-width: 549px) {
  body.woocommerce-wishlist table.wishlist_table .product-remove {
    width: 5%;
  }
  body.woocommerce-wishlist table.wishlist_table .product-name {
    width: 45%;
  }
  body.woocommerce-wishlist table.wishlist_table .product-stock-status {
    width: 20%;
  }
  body.woocommerce-wishlist table.wishlist_table .product-add-to-cart {
    width: 30%;
  }
}

/* Checkout Page */

form.checkout h3 {
  font-size: 20px;
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

form.checkout .form-row {
  margin-bottom: 20px;
}

.woocommerce-billing-fields {
  padding-top: 15px;
  border-top: 2px solid #ddd;
}

.woocommerce-additional-fields #order_comments {
  min-height: 120px;
  height: 120px;
}

.select2-container--default .select2-selection--single {
  text-align: left;
  border-radius: 0;
  background-color: transparent;
  font-size: 14px;
  padding: 0 15px;
  height: 41px;
  line-height: 38px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  color: #777;
  line-height: 1.4;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px;
  right: 10px;
}

.checkout-order-review {
  border: 2px solid #ddd;
  padding: 15px 30px;
}

.woocommerce-checkout form.checkout_coupon {
  display: inline-block;
  padding: 35px 25px 10px 25px;
  text-align: center;
  border: 2px dashed #ddd;
  border-radius: inherit;
  margin-top: 0;
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
  float: left;
  padding-left: 10px;
}

.woocommerce-checkout form.checkout_coupon [type="submit"] {
  padding: 14px 20px;
  border-radius: inherit;
  text-transform: uppercase;
}

td.product-total,
.shop_table tfoot tr td,
.cart_totals tbody tr td,
.shop_table thead tr th:last-of-type,
.shop_table tr td:last-of-type {
  text-align: right;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: left;
  margin-bottom: 0;
  padding: 12px 24px;
  text-transform: uppercase;
  border-radius: inherit;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: initial;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 0 !important;
}

.woocommerce table.shop_table {
  border: none !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding-left: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: none !important;
}

body.woocommerce-checkout .checkout-login-coupon-wrapper > .login {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.03);
}

body.woocommerce-checkout
  .checkout-login-coupon-wrapper
  > .login
  .clear
  + .form-row {
  margin-bottom: 10px;
}

body.woocommerce-checkout
  .checkout-login-coupon-wrapper
  > .login
  [type="submit"] {
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: inherit;
}

body.woocommerce-checkout
  .checkout-login-coupon-wrapper
  > .login
  .lost_password {
  margin-bottom: 0;
}

body.woocommerce form.checkout_coupon {
}

/*Quick View*/

.alus-quickshop-wrapper .owl-nav > button.owl-prev {
  left: 0;
  right: auto;
}

.alus-quickshop-wrapper .owl-nav > button.owl-next {
  right: 0;
  left: auto;
}

.alus-quickshop-wrapper .owl-nav > button {
  top: 50% !important;
  background-color: #fff;
  margin-top: -15px;
}

.related.products .owl-nav {
  display: none;
}

.woocommerce-product-rating a.woocommerce-review-link:before {
  font-family: "FontAwesome";
  margin-right: 10px;
  content: "\f044";
}

.woocommerce-product-rating a.woocommerce-review-link {
  line-height: 14px;
}

div.product div[itemprop="offers"] .price .amount,
div.product .single_variation_wrap .amount {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

/*Message box*/

.vc_message_box {
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 30px;
  padding: 27px 20px 27px 72px;
}

.vc_message_box.vc_message_box-standard {
  background-color: #fff;
}

.vc_message_box-icon > *,
.vc_message_box-icon > .fa {
  font-size: 30px;
}

/* BUTTON */

.vc_btn3.vc_btn3-size-sm,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom {
  padding: 9px 37px;
  margin-bottom: 15px;
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
  color: #444 !important;
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom:hover,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom:hover,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom:hover {
  color: #fff !important;
}

.vc_btn3.vc_btn3-size-md,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
  padding: 11px 33px;
  margin-bottom: 10px;
}

.vc_btn3.vc_btn3-size-lg,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
  padding: 13px 38px;
  margin-bottom: 3px;
}

.shortcode-button
  .wpb_column.vc_column_container
  > div.wpb_wrapper:first-child {
  border: 1px solid #e5e5e5;
  text-align: center;
}

.shortcode-button .wpb_text_column {
  margin-bottom: 20px;
}

/*Icon - Boxes*/

.shortcode-icon .wpb_column.vc_column_container > div.wpb_wrapper:first-child,
.shortcode-title .wpb_column.vc_column_container > div.wpb_wrapper:first-child,
.shortcode-heading .wpb_text_column {
  border: 1px solid #e5e5e5;
  padding: 25px 20px 0;
}

.shortcode-icon
  .style-1
  .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
  display: inline-block;
  width: 60px;
}

.shortcode-icon .style-1 .wpb_text_column,
.shortcode-icon .style-2 .wpb_text_column {
  display: inline-block;
  width: 78%;
  margin-bottom: 25px;
}

.shortcode-icon
  .style-2
  .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
  display: inline-block;
  width: 74px;
}

/*Heading*/

.shortcode-heading .wpb_text_column {
  border: 1px solid #e5e5e5;
  padding: 25px 20px;
}

.shortcode-heading .style-1 .alus-heading h1 {
  font-size: 36px;
  line-height: 36px;
}

.shortcode-heading .style-2 .alus-heading h1 {
  font-size: 30px;
  line-height: 30px;
}

.shortcode-heading .style-3 .alus-heading h1 {
  font-size: 24px;
  line-height: 24px;
}

.shortcode-heading .style-4-left .alus-heading {
  text-align: left;
}

.shortcode-heading .style-4-left .alus-heading h1 {
  padding: 0 20px 0 0;
}

.shortcode-heading .style-4-right .alus-heading {
  text-align: right;
}

.shortcode-heading .style-4-right .alus-heading h1 {
  padding: 0 0 0 20px;
}

.shortcode-heading .style-4-left .alus-heading h1:before,
.shortcode-heading .style-4-right .alus-heading h1:after {
  display: none;
}

/*Countdown*/

.style1 .alus-countdown .countdown-timer > div,
.style2 .alus-countdown .countdown-timer > div,
.style3 .alus-countdown .countdown-timer > div {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  padding: 0;
  margin: 0 5px;
  border: none;
  overflow: visible;
}

.style1 .alus-countdown,
.style2 .alus-countdown,
.style3 .alus-countdown,
.style4 .alus-countdown {
  text-align: center;
}

.style2 .alus-countdown .countdown-timer > div {
  border-radius: 0 !important;
}

.style3 .alus-countdown .countdown-timer > div {
  border-radius: 13px !important;
}

.style1 .alus-countdown .countdown-timer > div .number,
.style2 .alus-countdown .countdown-timer > div .number,
.style3 .alus-countdown .countdown-timer > div .number {
  font-size: 16px;
}

.style1 .alus-countdown .countdown-timer > div .countdown-meta,
.style2 .alus-countdown .countdown-timer > div .countdown-meta,
.style3 .alus-countdown .countdown-timer > div .countdown-meta {
  color: #444;
  font-size: 13px;
}

.style4 .alus-countdown .countdown-timer {
  border: 1px solid #e5e5e5;
  line-height: 0;
}

.style4 .alus-countdown .countdown-timer > div {
  border: none;
  padding: 0;
  margin: 40px 80px;
  height: auto;
  position: relative;
  overflow: visible;
}

.style4 .alus-countdown .countdown-timer > div:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  border-right: 1px solid #e5e5e5;
  right: -80px;
}

.style4 .alus-countdown .countdown-timer > div:last-child:before {
  display: none;
}

.style4 .alus-countdown .countdown-timer > div .number {
  color: #444;
  font-size: 80px;
}

.style4 .alus-countdown .countdown-timer > div .countdown-meta {
  color: #444;
  font-size: 18px;
  margin-top: 30px;
}

/*Search product*/

#alus-ajax-search-result {
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

#alus-ajax-search-result ul li:first-child {
  border: 0;
}

#alus-ajax-search-result ul li {
  list-style: none;
  padding: 15px 15px 12px 15px;
  border-top: 1px solid #e5e5e5;
  position: relative;
  z-index: 2;
  display: inline-block;
  clear: both;
}

#alus-ajax-search-result ul li .thumbnail {
  float: left;
  width: 101px;
  height: auto;
  margin: 0;
}

#alus-ajax-search-result ul li .meta {
  margin-left: 120px;
  position: relative;
  top: -4px;
}

#alus-ajax-search-result ul li .meta a {
  font-weight: bold;
}

/*Compare*/
body table.compare-list td.even,
body table.compare-list td.odd {
  background-color: transparent;
}
table.compare-list tr.add-to-cart td,
table.compare-list tr.add-to-cart th,
table.compare-list tr.image td,
table.compare-list tr.image th,
table.compare-list tr.price td,
table.compare-list tr.price th,
table.compare-list tr.remove td,
table.compare-list tr.remove th,
table.compare-list tr.title td,
table.compare-list tr.title th {
  border-bottom: 1px solid #e5e5e5;
}
table.compare-list tr.image th,
table.compare-list tr.image td,
table.compare-list tr.add-to-cart th,
table.compare-list tr.add-to-cart td,
table.compare-list tr.description th,
table.compare-list tr.description td {
  padding-top: 10px !important;
  padding-bottom: 10px;
}
body table.compare-list .add-to-cart td a {
  padding: 8px 20px;
}
body table.compare-list td {
  border-right: 1px solid;
  border-color: #e5e5e5;
}
table.compare-list tr.add-to-cart th,
table.compare-list tr.image th,
table.compare-list tr.price th,
table.compare-list tr.remove th,
table.compare-list tr.title th,
table.compare-list tr.description th {
  text-indent: 0;
}
.DTFC_LeftWrapper {
  border-right: 1px solid;
  border-color: #e5e5e5;
}
#cboxContent {
  background: transparent;
}

#cboxLoadedContent {
  overflow: visible !important;
  padding: 50px 40px 0 40px;
}

#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxBottomCenter,
#cboxMiddleLeft,
#cboxMiddleRight {
  background: transparent;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

#cboxClose {
  bottom: auto;
  top: 50px;
  right: 10px;
  position: absolute !important;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  background-image: none !important;
  transition: all 150ms ease 0s;
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
}

#cboxClose:before {
  content: "\00d7";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 30px;
  text-shadow: none !important;
  text-indent: 0 !important;
  font-size: 26px;
  font-weight: 300;
  transition: all 150ms ease 0s;
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
}

body table.compare-list tr.remove td > a {
  font-size: 0;
  line-height: 0;
  background: transparent !important;
}

body table.compare-list .remove td a .remove {
  position: relative;
  width: auto;
  height: auto;
  line-height: 0;
  font-size: 0;
  background: transparent !important;
}

body table.compare-list tr.remove td > a .remove:before {
  font-family: "FontAwesome";
  content: "\f057";
  font-size: 18px;
  font-weight: 300 !important;
  line-height: 18px;
  transition: all 150ms ease-in-out 0s;
  -webkit-transition: all 150ms ease-in-out 0s;
  -moz-transition: all 150ms ease-in-out 0s;
}

table.compare-list .description td p {
  margin: 0;
}

body > h1:first-child {
  font-size: 16px;
  padding: 14px 20px;
  border: 0;
  display: block;
  margin: 0 0 -1px 0;
  position: relative;
  z-index: 14;
  direction: rtl;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

table.compare-list tr.image th,
table.compare-list tr.image td,
table.compare-list tr.title th,
table.compare-list tr.title td,
table.compare-list tr.price th,
table.compare-list tr.price td {
  color: #444;
  text-transform: none;
  font-size: 16px;
  text-decoration: none;
}

.wishlist-empty {
  font-size: 13px;
  font-family: "Arial";
}

.site-footer {
  color: #999;
}

/* Related post */

.related-posts .related-post-title h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
}

.vcard.author {
  /*float: left;
    margin-right: 20px;*/
}

.post-item.sticky .post-info .entry-info .entry-title .sticky-post {
  padding: 1px 6px;
  font-size: 13px;
  color: #fff;
  background: #b20000;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  top: -4px;
  left: 5px;
  border-radius: 4px;
}

/* My Account */

.woocommerce-my-account-navigation .account-image img {
  border-radius: 100%;
}

.woocommerce-my-account-navigation .account-image {
  margin-right: 15px;
}

.woocommerce-my-account-navigation .account-image,
.woocommerce-my-account-navigation .account-name {
  display: inline-block;
}

.woocommerce-account .woocommerce-my-account-navigation .my-account-nav {
  margin-top: 15px;
}

.woocommerce-account .woocommerce-my-account-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce-account .woocommerce-my-account-navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: 25%;
  width: 25%;
  border: 1px solid #ebebeb;
  padding-left: 15px;
  padding-top: 15px;
}

.woocommerce-MyAccount-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 75%;
  flex: 1 0 75%;
  max-width: 75%;
  width: 75%;
  padding-right: 15px;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .woocommerce-account .woocommerce-my-account-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-my-account-navigation {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-preferred-size: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.woocommerce-account .woocommerce-my-account-navigation li {
  list-style: none;
}

.woocommerce-account .woocommerce-my-account-navigation li {
  margin: 0 0 -1px 0;
  padding: 0;
  width: 100%;
}

.woocommerce-account .woocommerce-my-account-navigation li a {
  margin: 0;
  padding: 9px 20px 9px 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  float: none;
  display: inline-block;
  z-index: 1;
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  width: 100%;
}

.woocommerce-account .woocommerce-my-account-navigation li:last-child a {
  border-bottom: none;
}

.woocommerce button.button {
  text-transform: uppercase;
  border-radius: inherit !important;
}

.woocommerce-account .woocommerce-my-account-navigation li:hover a:after,
.woocommerce-account .woocommerce-my-account-navigation li.is-active a:after {
  right: 0 !important;
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px !important;
  height: auto !important;
  border-width: 0 0 0 3px !important;
  border-style: solid !important;
  transition: opacity 500ms, left 400ms ease 0s;
  -webkit-transition: opacity 500ms, left 400ms ease 0s;
  -moz-transition: opacity 500ms, left 400ms ease 0s;
}

.my-account-dashboard-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.my-account-dashboard-links > div {
  width: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.my-account-dashboard-links a {
  font-size: 20px;
  display: block;
  padding: 20px 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  text-align: center;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px;
}

.my-account-dashboard-links a:hover {
  background-color: #ebebeb;
}

/* Accrodion */

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panel
  .vc_tta-panel-title
  > a {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.wpb-js-composer
  .vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panel
  .vc_tta-panel-title
  > a:hover,
.wpb-js-composer
  .vc_tta.vc_general.vc_tta-accordion
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a {
  color: #fff;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #e5e5e5;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon {
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  z-index: 3;
  line-height: 42px;
  width: 42px;
  height: auto;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  font-style: normal;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 0;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel {
  margin-bottom: 10px;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon:before {
  line-height: 42px;
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f107";
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  border: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transition: all 0s ease 0s;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a {
  margin: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 1;
  font-weight: bold;
  padding: 9px 20px;
  border: 1px solid #e5e5e5;
  transition: all 200ms ease 0s;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
}

body .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon:after {
  display: none;
}

body
  .vc_tta.vc_tta-accordion
  .vc_tta-panel.vc_active
  .vc_tta-controls-icon:before {
  content: "\f106";
}

/* Button to top */

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  text-align: center;
  font-size: 0;
  cursor: pointer;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  z-index: 300;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.back-to-top a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  overflow: hidden;
  background: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

.back-to-top a:before {
  font-family: "FontAwesome";
  content: "\f106";
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.back-to-top a:hover {
  text-decoration: none;
}
.back-to-top a:hover:before {
  color: #fff;
}

.back-to-top.show {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}

.thumbnails.loading,
.related .products.loading {
  min-height: 60px;
  margin: 0;
  padding: 0;
  position: relative;
}

.thumbnails.loading ul,
.meta-slider.loading > div,
.related .products.loading > div {
  display: none;
}

/* Loading */

.thumbnails.loading:before,
.meta-slider.loading:before,
.related .products.loading:before,
.load-more.loading:before {
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 32px;
  border-right-color: #666 !important;
  border-top-color: #666 !important;
  content: "";
  visibility: visible;
  opacity: 1;
  display: block;
  height: 20px;
  top: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}

/* Load more blog masonry */

.load-more.loading {
  background: transparent !important;
  font-size: 0;
  position: relative;
}

.instagram-content.loaded {
  overflow: hidden;
}

/*Blog*/

.blog-post-default .entry-header,
.single-post .entry-header {
  border: none;
  display: block;
  line-height: 0;
}

.sticky-post {
  /*position: absolute;*/
  font-size: 11px;
  background: red;
  color: #fff;
  padding: 4px;
  margin-left: 7px;
  text-transform: uppercase;
}

.single-post .entry-content {
  margin-top: 20px;
}

.blog-post-default .entry-content .entry-title,
.single-post .entry-content .entry-title {
  font-size: 24px;
  font-weight: 600;
  word-wrap: break-word;
  padding-bottom: 10px;
}

.blog-post-default .entry-content .entry-title a {
  color: #1e1e1e;
}

.blog-post-default .date-time,
.single-post article .date-time {
  float: left;
  color: #999;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}

.single-post article .vcard.author {
  float: right;
  color: #999;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}

.single-post article .entry-summary {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #ebebeb;
}

.cats-link,
.tags-link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cats-link > span:not(.cat-links) {
  font-weight: 700;
  margin-right: 3px;
}

.tags-link {
  text-align: right;
}

.tags-link > span:not(.tag-links) {
  font-weight: 700;
  margin-right: 3px;
}

/* Author bio */

.entry-author {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #f7f7f7;
  margin-top: 75px;
  padding-left: 20px;
  padding-bottom: 25px;
  padding-right: 20px;
  margin-bottom: 25px;
  align-items: center;
  position: relative;
}

.author-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
  top: -35px;
  width: 70px;
  height: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.author-avatar img {
  border-radius: 100%;
}

.author-desc {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.author-bio:before,
.author-bio:after {
  content: '"';
  font-size: 25px;
}

h3.author-name {
  padding-top: 25px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18px;
}

.nav-single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 20px;
  /*border-top: 2px solid #ebebeb;*/
  margin-bottom: 60px;
}

.order-posts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.newer-posts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.order-posts i {
  padding-right: 8px;
}

.newer-posts i {
  padding-left: 8px;
}

.nav-single-post .post-title {
  font-size: 16px;
  font-weight: 600;
}

.footer-single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  align-items: center;
}

.social-sharing {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}
.class-tag .tag-links {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
}
.class-tag .tag-links a {
  padding: 5px 20px;
  background: #f1f1f1;
  position: relative;
  padding-left: 15px;
  margin-right: 35px;
  padding-left: 20px;
  color: #000;
  z-index: 10;
  margin-bottom: 10px;
}
.class-tag .tag-links a:hover {
  color: #fff;
}
.class-tag .tag-links a:before {
  font-family: "Fontawesome";
  content: "\f111";
  padding-right: 10px;
  font-size: 8px;
  z-index: 6;
  position: absolute;
  left: -2px;
  margin-bottom: 10px;
}
.class-tag .tag-links a:after {
  content: "";
  position: absolute;
  top: 5px;
  left: -11px;
  width: 24px;
  height: 24px;
  transform: rotate(-45deg);
  background: #f1f1f1;
  z-index: 0;
}
.class-tag {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-sharing li a {
  display: inline-block;
  font-size: 0;
  text-align: center;
  width: 36px;
  height: 36px;
}

.social-sharing li {
  margin: 0 3px;
}

.social-sharing li a i {
  font-size: 16px;
  line-height: 36px;
  color: #444;
}
.social-sharing li a {
  background-color: #f1f1f1;
}
.social-sharing li a:hover i {
  color: #fff;
}

.social-sharing .facebook a:hover {
  background-color: #365493;
}

.social-sharing .twitter a:hover {
  background-color: #3cf;
}

.social-sharing .instagram a:hover {
  background-color: #8a3ab9;
}

.social-sharing .google-plus a:hover {
  background-color: #d44132;
}

.social-sharing .pinterest a:hover {
  background-color: #cb2027;
}

.social-sharing .linkedin a:hover {
  background-color: #4875b4;
}

.social-sharing .reddit a:hover {
  background-color: #cee3f8;
}

.widget_categories ul li a {
  text-decoration: none;
  /*font-size: 14px;*/
  display: inline-block;
}

.alus-recent-comments-widget ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.alus-recent-comments-widget ul li:last-child {
  border: none;
  padding-bottom: 0;
}

.recent-comments-list {
  margin-bottom: 0;
}

.alus-recent-comments-widget ul li:first-child {
  margin-top: 15px;
}

body .widget ul,
body .sidebar-widget ul {
  margin-left: 0;
}

.related-posts .owl-item.cloned {
  height: 0 !important;
}

.related-posts .owl-item.active {
  height: auto !important;
}

.alus-recent-comments-widget .recent-comments-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.alus-recent-comments-widget .avatar {
  max-width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
  min-width: 50px;
}

.alus-recent-comments-widget .author,
.alus-recent-comments-widget .date-time {
  margin-bottom: 10px;
  display: block;
}

.alus-recent-comments-widget .on_post {
  margin-bottom: 0;
}

.alus-recent-comments-widget .on_post a {
  padding-left: 4px;
}

.alus-recent-comments-widget .info {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
}

.alus-recent-comments-widget .comment-desc {
  margin-bottom: 0;
}

/* Blog- Widget */

.alus_blog_widget li {
  margin-bottom: 70px;
  padding-bottom: 0;
  /*border-bottom: 1px solid #ddd;*/
  position: relative;
}

.alus_blog_widget .post-meta-widget {
  text-align: center;
  padding: 0 10px;
  background: #f9f9f9;
  position: absolute;
  top: auto;
  bottom: -40px;
  width: 87%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.alus_blog_widget .post-meta-widget .post-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.alus_blog_widget .post-meta-widget .post-title,
.alus_blog_widget .post-meta-widget .date-time,
.alus_blog_widget .blockquote-meta .date-time {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.alus_blog_widget .post-meta-widget .comment {
  float: right;
  color: #999;
}

.alus_blog_widget .post_list_widget li:first-child {
  margin-top: 15px;
}

.alus_blog_widget .post_list_widget li:last-child {
  padding-bottom: 0;
  border: none;
}

/* Blogs */

.page-links .page-links-title {
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  color: #333333;
  margin-right: 15px;
}

.page-links > a,
.page-links > span:not(.page-links-title) {
  display: inline-block;
  color: #2d2a2a;
  font-size: 14px;
  font-weight: 600;
  min-width: 32px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  margin-right: 2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-links > a:hover,
.page-links > a:focus {
  color: #2d2a2a;
  background-color: #eeeeee;
}

.page-links > span:not(.page-links-title) {
  color: #fff;
}

article.blog-post-default ul,
article.blog-post-default ol,
.single-post article ul,
.single-post article ol {
  margin-left: 15px;
}

.blog-post-default .entry-content .comment {
  float: right;
  font-weight: 600;
}

.blog-post-default .entry-content {
  padding: 20px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
}

.blog-post-default .author {
  /*float: right;*/
  font-weight: 700;
  margin-right: 30px;
}
.author-com {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.blog-post-default .entry-summary,
.single-post .entry-summary {
  display: inline-block;
  width: 100%;
  font-size: 110%;
  line-height: 1.7;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dashed #e5e5e5;
}

blockquote p {
  font-size: 110%;
}

.blog-post-default .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #e5e5e5;
}

.blog-post-default {
  margin-bottom: 50px;
}

.alus-pagination > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alus-pagination ul li {
  margin-right: 5px;
}

.alus-pagination ul li span.current,
.alus-pagination ul li .page-numbers:hover {
  color: #fff;
}

.alus-video.auto-size {
  position: relative;
  padding: 0;
  padding-bottom: 56.25%;
  height: 0 !important;
  width: 100% !important;
  overflow: hidden;
}

.alus-video.auto-size iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

.alus-soundcloud iframe {
  border: none;
  margin-bottom: 0;
}

article.format-quote {
  overflow: hidden;
  background: rgba(194, 194, 194, 0.2);
  padding: 20px 30px;
}

body.wpb-js-composer
  .vc_tta-tabs.vc_general
  .vc_tta-panel.vc_active
  .vc_tta-panel-body {
  display: inline;
}

body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container {
}
.alus-mega-menu-shortcode ul li li {
  padding-left: 0;
}
.alus-section-title.newletter {
  align-items: flex-start;
  margin: 0 0 10px;
}
.alus-section-title.newletter .section-title-main {
  margin: 0;
}
.widget_calendar #wp-calendar #today {
  padding: 3px;
}
.widget_calendar #wp-calendar #today a {
  color: #fff;
}
#post-501 p:last-child {
  display: flex;
  width: 100%;
  max-width: 100%;
}
#post-501 p:last-child a {
  margin: 0 5px;
}
.single-post .full-content p {
  margin: 0 0 20px;
}
.page-template-default article > ol,
.page-template-default article > ul {
  margin-left: 15px;
}
.woocommerce .products.list .product .images {
  border: 1px solid #e5e5e5;
}
/*header*/
.setting-language {
  display: none;
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  z-index: 111;
  list-style: none;
}
.setting-topbar {
  position: relative;
  padding: 5px 0 5px 15px;
}
.top-bar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.select-category {
  display: none;
}
.header-layout1 .header-content .alus-header-search .alus_search_products {
  border-radius: 20px;
}
.header-layout1
  .header-content
  .alus-header-search
  .alus_search_products
  .search-field {
  border-left: 1px solid #e5e5e5;
  border-radius: 20px;
}
.header-layout1 .navigation-wrapper {
  background: #ebebeb !important;
}
.header-layout1 .navigation-wrapper span {
  color: #000 !important;
}
.header-layout1 .header-content .alus-header-search .alus_search_products {
  background: #fff;
}
.setting-topbar i {
  margin-right: 5px;
}
/*content*/
.our-product {
  margin-top: 100px;
}
.welcome-row {
  margin-top: 100px;
  padding-bottom: 70px;
}
.all-welcome {
  max-width: 500px;
}
.welcome {
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  display: inline-block;
  position: relative;
  margin-bottom: 45px;
}
.there {
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 14px;
}
.quokter {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  max-width: 400px;
}
.welcome:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50px;
  width: 50%;
  height: 2px;
}
.welcome:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50px;
  width: 50%;
  height: 2px;
  background: #000;
}
.text-info-h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-info-h1 .img-info-h1 {
  flex-basis: 90px;
  position: relative;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-info-h1 .img-info-h1 .opacity0 {
  position: absolute;
  background: #fff;
  width: 90px;
  text-align: center;
  opacity: 1;
}
.text-info-h1 .img-info-h1 .opacity1 {
  position: absolute;
  background: #fff;
  width: 90px;
  text-align: center;
  opacity: 0;
}
.text-info-h1 .img-info-h1:hover .opacity0 {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.text-info-h1 .img-info-h1:hover .opacity1 {
  opacity: 1;
  transition: all 1.5s ease-in-out;
}
.text-info-h1 .img-info-h1 img {
  max-width: 90px;
}
.text-natural h3 {
  font-weight: bold;
  font-size: 18px;
}
.welcome-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.welcome-row .natura {
  margin-bottom: 80px;
}
.welcome-row .natura.natura3 {
  margin-bottom: 0;
}
/*footer*/
.footer-bot .mailchimpp {
  display: flex;
  align-items: center;
  position: relative;
  width: 30%;
}
.footer-bot .mailchimpp .sendmail {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
}
.footer-bot .mailchimpp .mail {
  width: 100%;
}
.footer-bot .mailchimpp input[type="email"] {
  border-radius: 30px;
  padding-right: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.footer-bot {
  text-align: center;
}
.footer-bot .mailchimpp input[type="submit"] {
  font-size: 0;
  padding: 7px 19px;
  border-radius: 30px;
}
.footer-bot .mailchimpp .sendmail .icon-envelope {
  position: absolute;
  color: #fff;
}
.footer-bot .mc4wp-form-fields {
  justify-content: center;
}
.social-footer ul {
  display: flex;
  line-height: 10px;
}
.social-footer ul li a {
  font-size: 0;
  padding: 0 15px;
}
.social-footer ul li:first-child a {
  padding-left: 0;
  padding-top: 0;
}
.widget .social-footer ul li a i {
  font-size: 18px;
}
.footer-center .tittle-col {
  color: #000;
  margin-bottom: 25px;
}
.foot-ct ul li a {
  font-size: 16px;
}
.foot-ct ul.contact-f li {
  display: flex;
  align-items: center;
  line-height: 22px;
  padding-bottom: 14px;
}
.foot-ct ul.contact-f li i {
  font-size: 16px;
  flex-basis: 24px;
  min-width: 24px;
}
.social-footer ul li {
  padding: 0;
}
.social-footer {
  padding-top: 5px;
}
body .site-footer {
  font-size: 16px;
}
.site-footer .jointo {
  font-size: 18px;
  font-weight: bold;
}
.footer-bot > div {
  border-top: 1px solid #f1f1f1;
}
.footer-bot {
  padding-bottom: 30px;
}
.footer-bot .copy-right {
  padding-top: 40px;
}

.social-footer .facebook:hover i {
  color: #3b5999;
}
.social-footer .twitter:hover i {
  color: #55acee;
}
.social-footer .pinterest:hover i {
  color: #bd081c;
}
.social-footer .twitch:hover i {
  color: #ff0084;
}
.social-footer .youtube:hover i {
  color: #cd201f;
}
/*product*/
.woocommerce div.alus-products {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
  background: #fff;
}
/*blog*/
.date-author {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 6px;
}

.hermes .tp-bullet:after {
  background-color: #fff !important;
}
/*sale product*/

.alus-product-shortcode.is-vertical .countdown-timer {
  margin-top: 0;
}
.alus-product-shortcode.is-vertical .products .product h3.product-name > a {
  font-size: 30px;
  line-height: 30px;
  text-transform: capitalize;
}
.alus-product-shortcode.is-vertical .products .product .star-rating {
  display: none;
}
.woocommerce
  .alus-product-shortcode.is-vertical
  .products
  .product
  .price
  del
  .amount,
.woocommerce-page
  .alus-product-shortcode.is-vertical
  .products
  .product
  .price
  del
  .amount {
  font-size: 18px;
}
.woocommerce
  .alus-product-shortcode.is-vertical
  .products
  .product
  .price
  ins
  .amount,
.woocommerce-page
  .alus-product-shortcode.is-vertical
  .products
  .product
  .price
  ins
  .amount {
  font-size: 24px;
}
.woocommerce .alus-product-shortcode.is-vertical .products .product .price,
.woocommerce-page
  .alus-product-shortcode.is-vertical
  .products
  .product
  .price {
  line-height: 55px;
}
.woocommerce
  .alus-product-shortcode.is-vertical
  .products
  .product
  .short-description,
.woocommerce-page
  .alus-product-shortcode.is-vertical
  .products
  .product
  .short-description {
  margin-top: 13px;
  margin-bottom: 43px;
}
.alus-product-shortcode.is-vertical .countdown-timer > div {
  margin: 0 25px;
  width: 100px;
  height: 100px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-direction: column;
  background: #f0f0f0;
  border: 0;
}
.alus-product-shortcode.is-vertical .countdown-timer > div * {
  width: 100%;
}
.alus-product-shortcode.is-vertical .countdown-timer > div.days {
  margin-left: 0;
}
.alus-product-shortcode.is-vertical .countdown-timer > div .number {
  font-size: 24px;
  margin-bottom: 10px;
}
.alus-product-shortcode.is-vertical .countdown-timer > div .countdown-meta {
  font-size: 14px;
  font-weight: bold;
  color: #444;
}
.alus-products-deals-shortcode
  .alus-products
  .item-information
  .alus-product-buttons {
  display: flex;
  margin-top: 50px;
}
.alus-products-deals-shortcode
  .item-information
  .alus-product-buttons
  .alus-quickview,
.alus-products-deals-shortcode
  .item-information
  .alus-product-buttons
  .yith-wcwl-add-to-wishlist,
.alus-products-deals-shortcode
  .item-information
  .alus-product-buttons
  .alus-compare {
  display: none;
}
.alus-products-deals-shortcode
  .item-information
  .alus-product-buttons
  .alus-add-to-cart {
  padding: 2px 37px;
  border-radius: 30px;
}
.alus-products-deals-shortcode.is-vertical
  .item-information
  .alus-product-buttons
  .alus-add-to-cart {
  padding: 2px 0;
  width: 100%;
}
.alus-products-deals-shortcode.is-vertical
  .item-information
  .alus-product-buttons {
  margin-bottom: 20px;
  margin-top: 10px;
}

.alus-products-deals-shortcode
  .item-information
  .alus-product-buttons
  .alus-add-to-cart:hover
  a {
  color: #fff;
}
.alus-products-deals-shortcode.alus-product-shortcode .countdown-timer {
  margin-top: 0;
}
.woocommerce .alus-products-deals-shortcode div.alus-product {
  background: transparent;
}
.alus-product-shortcode.is-slider.alus-products-deals-shortcode .alus-products {
  width: 100% !important;
}
.woocommerce .alus-products-deals-shortcode div.alus-product {
  max-width: 100%;
}
.alus-product-shortcode.alus-products-deals-shortcode {
  margin: 0;
  /*margin-top: 40px;*/
}
.admin-bar .login-form-off-canvas,
.admin-bar .cart-popup {
  top: 30px;
}
.text-read {
  z-index: 4;
}
/*shop*/
.woocommerce .products.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.woocommerce .alus-products {
  max-width: 270px;
}
.woocommerce .alus-products-deals-shortcode .alus-products {
  max-width: 100%;
}
.alus-products-deals-shortcode .alus-products .alus-product-buttons {
  display: none;
}
.alus-products-deals-shortcode .alus-products .alus-product:hover {
  box-shadow: none;
}
.alus-section-divider.divider-orgafresh {
  text-align: center;
}

.products .product .images a:hover {
  /*background: #fff !important;*/
}
.images .alus-product-buttons > div a i,
.images .alus-product-buttons > a i,
.woocommerce .product .images .alus-product-buttons > div a:first-child:before,
.woocommerce .product .images .alus-product-buttons > a:first-child:before {
  color: #444 !important;
}
.woocommerce .product .images .alus-product-buttons > div,
.woocommerce .product .images .alus-product-buttons > div a,
.woocommerce .product .images .alus-product-buttons > a {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
}
.alus-product:hover > .images .alus-product-buttons {
  /*background:#f1f1f1;*/
}
.images .alus-product-buttons {
  background: #f1f1f1;
}
.product-style-shortcode.is-vertical .item-information {
  padding-left: 30px;
}
.alus-section-divider {
  margin-bottom: 30px;
  height: 15px;
  text-align: center;
}
.divider-homeicon {
  padding-bottom: 30px;
}
.header-alus.header-layout1 {
}
.slide-banner1 {
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.home-blog .alus-section-title {
  margin-top: 35px;
}
footer #brand-top {
  padding: 45px 0 100px;
  margin-bottom: 0;
}
.footer-center {
  padding-top: 45px;
  padding-bottom: 70px;
  margin-bottom: 0 !important;
}
.text-natural h3 {
  margin-bottom: 10px;
}
.setting-language .header-currency {
  z-index: 9999;
  margin-left: 0;
  margin-right: 0;
  display: block;
}
.wcml_currency_switcher {
  display: block;
  text-align: center;
}
.about-us-page form {
  margin-top: 20px;
}
.logo-coming {
  text-align: center;
}
.text-deal-product {
  margin-right: auto;
  margin-left: auto;
}
.deals-products .alus-product-shortcode.is-grid .products {
  width: 74%;
  margin-left: auto;
  margin-right: auto;
}
.deals-products
  .alus-product-shortcode.is-grid
  .products
  .alus-product
  .item-information {
  display: none;
}
.deals-products
  .alus-product-shortcode.is-grid
  .products
  .alus-product
  div.images {
  border: 1px solid #ebebeb;
}
.deals-products .alus-countdown {
  padding: 15px 0 40px;
}
.deals-products .alus-countdown .countdown-timer > div {
  background: #f0f0f0;
  border: 0;
  padding-top: 20px;
}
.alus-countdown .countdown-timer > div .number {
  padding-top: 10px;
}
.deals-products {
  padding-bottom: 70px;
}
.deals-products .btn-deal {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.deals-products .btn-deal a {
  padding: 9px 44px;
  border-radius: 30px;
  color: #fff;
}

/*layout2*/
.section-home2 > span {
  font-size: 60px;
  line-height: 60px;
  margin-top: 20px;
}
.alus-section-title.section-icon3 {
  flex-direction: column;
  margin-top: 25px;
}
.text-welcome-h2 {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  max-width: 572px;
  margin-left: auto;
  margin-right: auto;
}
.alus-section-title.section-icon3 .sub-title {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  padding-top: 7px;
  margin-bottom: 30px;
}
.alus-section-title.section-icon3 .sub-title i {
  padding: 27px;
  border: 1px dotted;
  font-size: 48px;
  border-radius: 50%;
}
.img4-h2 .images-gallery-item {
  margin-bottom: 0;
  position: relative;
}
.img4-h2 .text4img {
  margin-bottom: 0;
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner-h2 .images-gallery-item {
  margin-bottom: 0;
  position: relative;
}

.blockquote-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.alus-blockquote .blockquote-meta > span {
  padding: 0 25px;
  text-align: center;
}
.section-home2 > span {
  color: #111;
}
.free-return-home2 {
  width: 100%;
  position: relative;
}
.free-return-home2:before {
  content: "";
  width: 70%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  height: 1px;
}
.text-backgr .buynow a {
  color: #fff;
}

.text-backgr .buynow {
  margin-top: 42px;
}
.text-backgr .sale-off {
  margin: 11px 0 15px;
}
.banner-h2 .text-backgr {
  position: absolute;
  left: 50%;
  top: 85%;
  transform: translate(-50%, -85%);
  text-align: center;
  margin-bottom: 0;
}
.banner-h2 img {
  height: 647px;
}
.why-home2-left .alus-images-shortcode .images-gallery-item {
  text-align: right;
  margin-right: 70px;
}
.why-home2-right .alus-images-shortcode .images-gallery-item {
  text-align: left;
  margin-left: 70px;
}
.alus-section-title.default.section-home2 .section-title-main {
  line-height: 24px;
}
.alus-section-title.section-home2 {
  margin-top: 46px;
}
.img4-h2 .alus-images-shortcode.layout-grid .images-gallery-item {
  margin-bottom: 0;
}
.img4-h2 {
  padding-top: 15px;
}
.product-home2.wpb_row {
  margin-bottom: 0;
}
.why-home2.wpb_row {
  margin-bottom: 0;
}
.product-home2 .alus-product-shortcode.is-slider .alus-products {
  margin-bottom: 20px;
}
.why-home2 .alus-section-title.section-home2 {
  margin-top: -10px;
}
.why-home2 .txtt1 {
  margin-top: 35px;
}
.why-home2 .txtt1 {
  margin-bottom: 35px;
}
.blog-home2 .alus-section-title.section-home2 {
  margin-top: 10px;
}
.product-home2 ul.product_list_widget li > a,
.product-home2 h3.product-name > a,
h3.product-name,
.product-home2 .alus-nav-product a .product-info span {
  font-size: 16px;
}

.instagram-home2.wpb_row {
  margin-bottom: 0;
  padding-top: 20px;
}
.section-icon3 > span {
  text-align: center;
  color: #666;
}
/*layout3*/
body .site-footer .footer-center-home3 {
  /*font-size: 14px;*/
}
.newletter-home3 {
  padding: 24px 0 72px;
  margin-top: 35px;
}
.newletter-home3 .mailchimpp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43%;
}
.newletter-home3 .mailchimpp .mail {
  width: 100%;
}
.newletter-home3 .mailchimpp .mail input[type="email"] {
  border-radius: 20px 0 0 20px;
}
.newletter-home3 .mailchimpp .sendmail i {
  display: none;
}
.newletter-home3 .mc4wp-form > div {
  justify-content: center;
}
.newletter-home3 .mc4wp-form > div {
  justify-content: center;
}
.newletter-home3 .mc4wp-form > div {
  justify-content: center;
}
.newletter-home3 .mailchimpp .sendmail {
  position: static;
}
.mail-chimp-home3 {
  color: #fff;
}
.newletter-home3 .sendmail input[type="submit"] {
  padding: 8px 30px;
  border-radius: 0 20px 20px 0;
  font-size: 15px;
}
.newletter-home3 .mc4wp-response {
  color: #fff;
}
.newletter-home3 .mc4wp-response p:first-child {
  width: 100%;
  max-width: 100%;
}

.testi-home3.wpb_row {
  color: #fff;
  margin-top: 70px;
  margin-bottom: 20px;
}
.testi-home3 .testimonial {
  position: relative;
}
.testi-home3 .testimonial .owl-nav {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: transparent;
}

.section-home3 > span {
  text-align: center;
  max-width: 490px;
}
.section-home3:not(.rieng) {
  margin-bottom: 60px;
}
.welcome-row.welcome-row-h3 {
  margin-top: 60px;
  padding-bottom: 20px;
}

.banner-home3 .text-opacity-home3 {
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  color: transparent;
}
.banner-home3 .text-opacity-home3 > span {
  background: url(./assets/images/home3-banner.jpg) -20px -20px repeat;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
}
.banner-home3 .text-opacity-home3 {
  font-weight: bold;
  padding: 140px 0;
}

.alus-product-categories-shortcode.layout-masonry .products {
  margin-left: -15px;
  margin-right: -15px;
}
.alus-product-categories-shortcode .category-content {
  /*display: none;*/
}
.alus-product-categories-shortcode
  .product-category-shortcode
  .category-image
  img {
  width: 100%;
}
.banner-home3
  .alus-product-categories-shortcode.layout-masonry
  .product-category-shortcode {
  padding-right: 15px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.alus-product-categories-shortcode
  .product-category-shortcode:hover
  .category-image
  img {
  transform: scale3d(1, 1, 1) !important;
  -webkit-transform: scale3d(1, 1, 1) !important;
}
.alus-product-categories-shortcode .product-category-shortcode:hover:before {
  opacity: 0.5;
  transition: all 1s ease-in-out;
}
.alus-product-categories-shortcode
  .product-category-shortcode:hover
  .category-content {
  opacity: 1;
  transition: all 1.1s ease-in-out;
}
.alus-product-categories-shortcode
  .product-category-shortcode
  .category-content {
  opacity: 0;
  color: #fff;
}
.alus-product-items-widget .item-information .product-name {
  margin-bottom: 10px;
  font-weight: bold;
}
.banner-home3 {
  margin-top: 100px;
}
.alus-section-title.section-home3 {
  margin-top: 32px;
}
.widget ul.social-foot li:first-child {
  padding-top: 5px;
}
.social-foot {
  display: flex;
}
.social-foot li {
  margin-right: 20px;
}
.social-foot li a {
  font-size: 0;
}
.social-foot li a i {
  font-size: 15px;
}
.social-foot li a.facebook:hover {
  color: #3b5999;
}
.social-foot li a.instagram:hover {
  color: #e4405f;
}
.social-foot li a.twitter:hover {
  color: #55acee;
}
.social-foot li a.dribble:hover {
  color: #ea4c89;
}
.social-foot li a.square:hover {
  color: #f94877;
}
.social-foot li a.google:hover {
  color: #dd4b39;
}
/*layout4*/
.fluid-h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .navigation-wrapper .menu-full .main-navigation .menu > li > a {
  padding: 12px 15px;
}
.header-layout4 .alus-header-search {
  position: relative;
  z-index: 9;
}

.header-layout4 .search-form-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
}

.header-layout4 .select-category {
  display: none;
}

.header-layout4 .alus_search_products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: none;
}

body .header-layout4 .search-field {
  border: 1px solid #e5e5e5;
}

body .header-layout4 .header-search-button > a:before {
  content: "\e090";
  font-family: "simple-line-icons";
  font-size: 19px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body .header-layout4 .alus-live-search-results {
  right: 0;
  margin-top: 0;
}
body .header-layout4 .header-search-button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

body .header-layout4 .header-search-button:hover .search-form-wrapper {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.2s ease;
}
.header-layout4 .text-wl {
  display: none;
}
.header-layout4 .header-wishlist .count-wl:before,
.header-layout4 .header-wishlist .count-wl:after {
  content: "";
}
.header-layout4 .header-wishlist a:before {
  font-size: 19px;
}
.header-layout4 .header-wishlist .count-wl:before,
.header-layout4 .header-wishlist .count-wl:after {
  content: "";
}
.header-layout4 .header-wishlist {
  position: relative;
  margin-left: 10px;
}
.header-layout4 .header-wishlist .count-wl {
  position: absolute;
  left: 15px;
  top: -5px;
  font-size: 13px;
  padding: 0px 6px;
  line-height: 18px;
  border-radius: 50%;
  color: #fff;
}
.header-full {
  display: flex;
  align-items: center;
}
.header-layout4 .logo-wrap {
  display: flex;
  flex: 1 1 0;
  justify-content: center;
  padding-right: 80px;
}
@media only screen and (min-width: 1700px) {
  .header-layout4 .logo-wrap {
    padding-right: 130px;
  }
}
.total-full {
  display: none;
}
.header-full .total-full {
  display: inline;
  margin-left: 10px;
  color: #fff;
}
.header-full .header-right .alus_cart {
  border: 0;
}
.header-layout4 {
  position: absolute;
  z-index: 300;
  margin: 0 auto;
  left: 0;
  right: 0;
  /*color: #fff;*/
}
.header-full .header-account {
  color: #fff;
}
body .header-layout4 .header-search-button > a:before,
.header-layout4 .header-wishlist > a,
.header-layout4 .header-right .alus_cart .cart-number i,
body .navigation-wrapper .menu-full .main-navigation .menu > li > a {
  color: #fff;
}
body .navigation-wrapper .menu-full .main-navigation .menu > li:hover > a {
  color: #fff !important;
}
body .navigation-wrapper .menu-full .main-navigation .menu > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.admin-bar .header-layout4 {
  /*top: 46px;*/
}
.header-layout4 .alus-account .login-btn a {
  color: #fff;
}

/*header layout5*/
.header-layout5 {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
}
.header-layout5 .navigation-wrapper {
  display: flex;
  flex: 1 1 auto;
}
.header-layout5 .header-account {
  margin-left: 0;
}
.header-layout5 .header-account .alus-account .login:before {
  /*font-family: 'Fontawesome';
    content: "\f007";*/
  font-size: 20px;
  color: #fff;
}
.admin-bar .header-layout5 .header-account {
  margin-right: 0;
}
.header-layout5 .acount-search .alus_cart .cart-number:before {
  font-family: "simple-line-icons";
  content: "\e04f";
  font-size: 18px;
  color: #fff;
}
.header-layout5 .acount-search .alus_cart .cart-number i {
  display: none;
  color: #fff;
}
body .header-layout5 .header-search-button > a:before {
  /* font-family: Fontawesome;
    content: '\f002';*/
  color: #fff;
}
body .header-layout5 .navigation-wrapper .main-navigation .menu > li > a {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}
.header-layout6 .acount-search .login-btn span {
  display: block;
  color: #fff;
  margin-right: 10px;
}
.header-layout6 .header-wishlist:before,
.setting-topbar:before {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header-layout5 .navigation-wrapper {
    display: none;
  }
  .header-layout5 .logo-wrap {
    display: flex;
    flex: 1 1 auto;
  }
  .header-layout5 .icon-menu {
    color: #fff;
  }
}

/*header layouth6*/
.header-layout6 {
  background: #111;
}
.header-layout6 .navigation-wrapper {
  display: flex;
  flex: 1 1 auto;
}
.header-layout6 .header-account {
  margin-left: 0;
}
.header-layout6 .header-account .alus-account .login:before {
  /*font-family: 'Fontawesome';
    content: "\f007";*/
  font-size: 20px;
  color: #fff;
}
.admin-bar .header-layout6 .header-account {
  margin-right: 0;
}
.header-layout6 .acount-search .alus_cart .cart-number:before {
  font-family: "simple-line-icons";
  content: "\e04f";
  font-size: 18px;
  color: #fff;
}
.header-layout6 .acount-search .alus_cart .cart-number i {
  display: none;
  color: #fff;
}
body .header-layout6 .header-search-button > a:before {
  /* font-family: Fontawesome;
    content: '\f002';*/
  color: #fff;
}
body .header-layout6 .navigation-wrapper .main-navigation .menu > li > a {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .header-layout6 .navigation-wrapper {
    display: none;
  }
  .header-layout6 .logo-wrap {
    display: flex;
    flex: 1 1 auto;
  }
  .header-layout6 .icon-menu {
    color: #fff;
  }
}

.our-featu-product {
  margin-bottom: 20px;
}
.woocommerce.columns-3 .alus-product-shortcode.is-slider .alus-products {
  max-width: 100%;
}
.product-h4 h3.product-name > a {
  font-weight: 600;
  text-transform: capitalize;
}
.product-h4 .woocommerce div.product span.price {
  font-size: 16px;
}
.blog-home4 .blogs .date-author > div {
  padding: 0 15px;
}
.the-orgastore {
  padding-left: 70px;
  padding-top: 15px;
}
.the-orgastore h3 {
  margin-bottom: 20px;
}
.row-makeby {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.signature {
  margin-top: 20px;
}
.blog-home4.blog-home3 {
  position: absolute;
  bottom: -122px;
  left: 0;
  right: 0;
  background: #fff;
  /*padding: 30px;*/
}
.blog-home4 .blogs .entry-title {
  letter-spacing: 1px;
  margin-top: 0;
}
.blog-home4 .vc_column_container > .vc_column-inner {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px !important;
}
.section-blog {
  position: relative;
  margin-bottom: 158px;
}
.banner-blogh4 {
  padding-bottom: 438px;
}

.blog-home4 .blogs .btn-readmore a .text-read {
  text-transform: inherit;
}
.bottom-h4 {
  border-top: 1px solid #ebebeb;
}
.footer-center-home4 {
  padding-top: 45px;
  padding-bottom: 30px;
}
.widget .footer-center-home4 ul li {
  padding: 6px 0 6px 0;
}
.footer-center-home4 .condih4 {
  margin: 45px 0 12px;
}
.bottom-h4 .p-ffo a {
  position: relative;
  padding-right: 5px;
}
.bottom-h4 .p-ffo a:after {
  content: "";
  height: 14px;
  width: 1px;
  background: #999;
  position: absolute;
  right: 0;
  top: 2px;
}
.what-say {
  /*padding-top: 56px;*/
}
.testifull {
  padding-top: 55px;
  padding-bottom: 55px;
  margin-top: 50px;
}
.deal-today .content-deal {
  text-align: justify;
  text-align-last: center;
  margin-bottom: 18px;
  padding: 0 18px;
}
.deal-today h3 {
  margin-top: 16px;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 30px;
}
.deal-today h3:after {
  content: "";
  height: 1px;
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.make-by h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.make-by p.text-made {
  padding-top: 17px;
}
.banner-blogh4 .header-title-full {
  padding-top: 50px;
  color: #fff;
}
.header-title-full .event-though {
  padding-bottom: 14px;
}
.section-deal {
  padding-bottom: 30px;
  padding-top: 55px;
}
.third-store-full {
  margin-top: 60px;
  padding-bottom: 45px;
}
.product-h4 .alus-product-shortcode.is-slider .alus-products {
  border: 0;
}
.product-h4 .woocommerce div.alus-product:hover {
  box-shadow: unset;
}
.deal-today {
  margin-top: -8px;
}
.widget .footer-center-home3 ul li {
  padding: 7px 0 7px 0;
}
.widget .footer-center-home4 ul li {
  padding: 5px 0 5px 0;
}
/*mailchimp*/
.mailchimpp {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.mailchimpp .mail {
  width: 100%;
}
.mailchimpp .sendmail {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
}
.mailchimpp .sendmail i {
  position: absolute;
  position: absolute;
  color: #fff;
}
.mail input[type="email"] {
  border-radius: 30px;
}
.sendmail input {
  font-size: 0;
  padding: 7px 19px;
  border-radius: 30px;
}
.or100 {
  color: #fff;
}
.img4-h2 .alus-images-shortcode.layout-grid .images-gallery-item {
  padding-right: 0;
  padding-left: 0;
}
.img4-h2 .images-gallery-item {
  position: relative;
}
.img4-h2 .images-gallery-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.img4-h2 .images-gallery-item:hover:before {
  background: rgba(0, 0, 0, 0.8);
  transition: all 1s ease-in-out;
}
.header-right .alus_cart .cart-number > span.total-full {
  position: static;
  background: transparent;
}

.archive .alus-product-items-widget .product-list-widget li,
.single-product .alus-product-items-widget .product-list-widget li {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 0;
  border: 0;
  border-bottom: 0;
}
.archive .alus-product-items-widget .item-information .alus-product-buttons,
.single-product
  .alus-product-items-widget
  .item-information
  .alus-product-buttons {
  display: none;
}
.archive .alus-product-items-widget .product-widget-image:after,
.single-product .alus-product-items-widget .product-widget-image:after {
  left: 50%;
  font-size: 16px;
}
.archive .alus-product-items-widget li:hover .product-widget-image:after,
.single-product
  .alus-product-items-widget
  li:hover
  .product-widget-image:after {
  width: 20px;
}
.archive .alus-product-items-widget .product-widget-image img,
.single-product .alus-product-items-widget .product-widget-image img {
  width: 75px;
  height: 75px;
}
.archive .alus-product-items-widget .item-information,
.single-product .alus-product-items-widget .item-information {
  padding-left: 5px;
  flex: 1 1 0;
}
body:not(.home) .header-layout4 {
  position: relative;
  background: rgba(0, 0, 0, 1);
}
body:not(.home) .footer-center-home4 {
  /*margin-top: 40px;*/
}
.product-filter-by-color ul li a > div {
  border-radius: 50%;
}
.product-filter-by-color ul li,
.sidebar-widget.alus-product-categories-widget ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.sidebar-widget.alus-product-categories-widget ul li.current .count-cate,
.product-filter-by-color ul li.chosen .count {
  color: #fff;
}
.product-filter-by-color ul li .count,
.sidebar-widget.alus-product-categories-widget ul li .count-cate {
  color: #444;
  text-align: center;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  min-width: 30px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 35px;
  border: 1px solid #e5e5e5;
  transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
}
.product-filter-by-color ul li:hover .count,
.sidebar-widget.alus-product-categories-widget ul li:hover .count-cate {
  color: #fff;
}
.widget_layered_nav.woocommerce-widget-layered-nav ul li .count {
  float: right;
}
body .sidebar-widget.alus-product-categories-widget li ul.children .cat-item i {
  font-size: 11px;
  margin-right: 5px;
}
.sidebar-widget.alus-items-widget .star-rating {
  display: none;
}
.sidebar-widget.alus-items-widget h3.product-name {
  font-size: 14px;
}
.price_slider_amount .price_label {
  font-weight: 500;
  text-align: center;
}
.woocommerce .price_slider_amount button.button {
  margin-bottom: 15px;
}
.sidebar-widget.alus-items-widget {
  margin-bottom: 60px;
}
.site-content .orgafresh-active-filters {
  margin-bottom: 20px;
}
.sidebar-widget.alus-instagram-widget .alus-instagram {
  margin-bottom: 20px;
  margin-top: 20px;
}
.sidebar-widget.widget_categories ul li {
  display: flex;
  justify-content: space-between;
}
.single-product .sidebar-widget.alus-brands-slider .brand {
  margin-top: 20px;
}
.single-product .sidebar-widget.alus-brands-slider .brand .item {
  margin-bottom: 30px;
}
.single-product .sidebar-widget.alus-items-widget {
  margin-bottom: 30px;
}
.rm-deal,
.rm-deal a {
  position: relative;
  width: 100%;
}
.rm-deal a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: -5px;
  opacity: 0;
}
.rm-deal a:hover:before {
  opacity: 1;
  width: 100%;
  transition: all 1s ease-in-out;
}
.btn-h33 {
  opacity: 1 !important;
}
.login-form-off-canvas .login-form p.submit {
  margin-top: 10px;
}
.header-layout3 .header-account {
  margin-left: 0;
}
.owl-nav > button.owl-next:hover:before,
.owl-nav > button.owl-prev:hover:before {
  color: #fff;
}
.sidebar-widget.alus-brands-slider .item {
  margin-bottom: 20px;
}

/*blog*/
.total-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.date-content {
  margin-right: 20px;
  text-align: center;
  border: 1px solid #f1f1f1;
  padding: 5px 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.date-content .day {
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
}
.date-content .month {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 34px;
}
.blog-post-default .entry-content .entry-title,
.single-post .entry-content .entry-title {
  font-size: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 34px;
}
.blockquote-meta .author {
  padding-left: 10px;
}
.detail-top {
  position: relative;
}
.single-post article .detail-top .date-time {
  position: absolute;
  top: 30px;
  left: 30px;
  background: #fff;
  padding: 25px;
  font-size: 16px;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.single-post .info-category {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
}
.alus-pagination {
  margin-bottom: 60px;
}
a.page-numbers {
  background: #f1f1f1;
}
.sidebar-widget.widget_categories ul li.current-cat a:before {
  font-family: "simple-line-icons";
  content: "\e606";
  padding: 0 5px;
  font-size: 11px;
}
.about-us-page .alus-section-title {
  margin-top: 0;
}

.btn-us a:hover {
  color: #fff;
}
.aabout .feature-title a {
  color: #fff;
}
.sidebar-widget.widget_price_filter .price_slider_wrapper {
  position: relative;
}
.sidebar-widget.widget_price_filter .price_slider_wrapper .price_slider {
  width: 60%;
}
.woocommerce .sidebar-widget.widget_price_filter .price_slider_amount .button {
  position: absolute;
  right: 0;
  width: 100%;
  border: 0;
  top: -5px;
  padding: 0;
  background: transparent !important;
  text-align: right;
}
.author-com .author img,
.info-category .author img {
  border-radius: 50%;
  margin-right: 5px;
}
.info-category .date-content {
  padding: 10px;
}
.single-post .related-posts .entry-content .entry-title {
  font-size: 20px;
  line-height: 24px;
}
.top0.alus-feature-box {
  margin-top: 0;
}
.woocommerce-account .alus-breadcrumb {
  margin-bottom: 60px;
}
.woocommerce-account .site-main {
  padding-bottom: 44px;
}
.yith-wcwl-share {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
  margin-right: 10px;
}
.woocommerce-wishlist #yith-wcwl-form {
  padding-bottom: 40px;
  padding-top: 30px;
}
.page-template-default.page .alus-breadcrumb {
  margin-bottom: 60px;
}
.alus-section-title.icon {
}
.dataTables_wrapper .dataTables_scrollBody .compare-list.dataTable {
  width: 100% !important;
}
.alus-popup .mailchimpp {
  width: 50%;
}
/*woo filter*/

body.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ddd;
}
.cart-popup
  .widget_shopping_cart_content
  .woocommerce-mini-cart__empty-message:before {
  content: "\e04e";
  font-family: "simple-line-icons";
  font-size: 40px;
  line-height: 81px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.text-backgr .buynow a:hover {
  background: #444;
}
.section-icon3 .sub-title:hover i {
  transform: rotate(360deg);
  transition: all 1s ease-in-out;
}
.header-sticky .ftc-shop-cart .cart-item > a i {
  color: #fff;
}
.alus-section-title.default {
  margin-top: 0;
}
.alus-section-title.default span {
  text-align: center;
  padding: 0 15px;
}
.alus-section-title.default.marginbot70 span {
  margin-bottom: 70px;
}
/*home5*/

/*newletter home5*/
.newletter-home5 .mailchimpp .mail {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}
.newletter-home5 .mail input[type="email"] {
  border-radius: 0;
  background-color: #fbfbfb;
}
.newletter-home5 .mailchimpp {
  width: 60%;
  margin: 0 auto;
}
.newletter-home5 .sendmail input {
  border-radius: 0;
  font-size: 14px;
}
.newletter-home5 .mailchimpp .sendmail i {
  font-size: 0;
}
/*sale home5*/
.woocommerce .is-badge .product .item-information {
  opacity: 0;
}
.woocommerce .is-badge .product:hover .item-information {
  opacity: 1;
  transition: all 1s ease-in-out;
}
.woocommerce .is-badge .product:hover .item-information .alus-product-buttons {
  opacity: 0;
  z-index: 0;
  display: none;
}
.woocommerce .is-badge .product:hover .product-title {
  opacity: 1;
  z-index: 2;
}
/*deal home5*/
.section-home5-deal {
  color: #fff;
}
/*shop now home5*/

.image-home5 .alus-images-shortcode.absolute-img {
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(-100%);
}
.image-home5 {
  position: relative;
}
.image-home5 .alus-images-shortcode .images-gallery-item {
  text-align: left;
}
.btn-home5 {
  position: absolute;
  right: 70px;
  top: 100px;
}
.btn-home5 button {
  background: transparent !important;
  border: 1px solid #1c1a19 !important;
  margin-bottom: 0 !important;
  color: #1c1a19 !important;
}
.btn-home5 button:hover {
  color: #fff !important;
}
/*section*/
.alus-section-title.text-left {
  text-align: left;
  margin-top: 25px;
}
.alus-section-title.text-left b {
  display: none;
}
.alus-section-title.text-right {
  text-align: right;
  margin-top: 25px;
}
.alus-section-title.text-right .section-title-main {
  width: 100%;
}
.alus-section-title.text-right b {
  display: none;
}
.alus-feature-box.image.feature-vertical {
  text-align: left;
}
.feature-vertical.alus-feature-box .feature-title {
  color: #1c1a19;
  text-transform: inherit;
  font-weight: 500;
}
.feature-vertical.alus-feature-box .feature-title {
  text-transform: inherit;
  font-weight: 500;
}
.feature-vertical.alus-feature-box.image .feature_content {
  padding: 0;
  padding-left: 20px;
  flex: 1 1 0;
}
/*testi*/
@media only screen and (max-width: 1400px) {
  body .backimg-home5 {
    background-position: center 0 !important;
  }
  body .welcome-home5 {
    background-position: 50% 0 !important;
  }
}
.alus-section-title.bordered-v2 {
  margin-top: 45px;
}
.block-banner .alus-feature-box {
  margin-top: 0;
}
.alus-product-shortcode.is-slider.is-no-border .alus-products {
  border: 0;
}
.is-no-border h3.product-name > a,
.is-badge h3.product-name > a {
  text-transform: initial;
}
.alus-product-shortcode.is-no-border {
  margin: -10px -20px;
  padding: 0 5px;
}
.woocommerce .is-no-border div.alus-products {
  padding: 0 2px;
}
.woocommerce .is-no-border div.alus-product:hover,
.woocommerce .is-badge div.alus-product:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.woocommerce .is-badge div.alus-product {
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
}
.alus-product-shortcode.is-slider.is-badge .alus-products {
  border: 0;
}
form.woocommerce-product-search {
  display: flex;
}
.single-product
  .yith-wcwl-add-to-wishlist.added
  .yith-wcwl-wishlistaddedbrowse
  > a {
  background: transparent !important;
}
.single-product .woocommerce-variation-price {
  margin-bottom: 15px;
}
.woocommerce
  .products
  .product-category-shortcode
  .category-content
  .product-title {
  color: #fff;
  opacity: 1;
  z-index: 1;
}
/*wc vendor*/
.woocommerce
  .product.orgafresh-vendor
  .item-information
  .wcvendors_sold_by_in_loop {
  /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
  order: 10;
}
.woocommerce .orgafresh-vendor.product .item-information {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce
  .products.list
  .orgafresh-vendor.product
  .item-information
  .wcvendors_sold_by_in_loop {
  margin-top: 10px;
}
.woocommerce
  .alus-product-items-widget.orgafresh-vendor-widget
  ul
  li
  .wcvendors_sold_by_in_loop {
  display: none;
}
.sidebar-widget.alus-items-widget h3.product-name {
  margin-top: 0;
}
.dokan-single-store .seller-items .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a {
  font-size: 14px;
}
.dokan-store-sidebar {
  margin-bottom: 30px;
}
.dokan-store-sidebar .dokan-widget-area aside {
  margin-bottom: 30px;
}
body .dokan-category-menu h3.widget-title,
body .dokan-best-selling h3.widget-title,
body .dokan-store-contact h3.widget-title {
  margin: 0;
  padding: 10px 10px 10px 15px;
  border: 0;
  color: #fff;
}
.widget_products.dokan-best-selling ul li {
  text-align: center;
  padding-bottom: 20px;
}
.widget_products.dokan-best-selling ul li a img {
  margin-bottom: 10px;
}
body .dokan-seller-listing .dokan-seller-search-form input#search {
  width: 100%;
}
body:not(.home) .header-layout5 {
  position: relative;
  background: #111;
}
.woocommerce-mini-cart-item.mini_cart_item .variation {
  display: none;
}
.header-layout5 .acount-search .login-btn span {
  display: block;
  color: #fff;
  margin-right: 10px;
}
.btn-home6 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.margin35 .section-title-main {
  margin-bottom: 20px;
}
body .alus-section-title.margin35 {
  margin-bottom: 50px;
  margin-top: 50px;
}
.row-freshh6 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.row-overflow-visible {
  overflow: visible !important;
  padding-top: 250px;
  padding-bottom: 180px;
  margin-top: 100px;
}
.column-absolute {
  position: absolute;
}
.row-overflow-visible .column-absolute {
  top: -80px;
}
.row-overflow-visible ul {
  list-style: upper-roman;
  padding-left: 60px;
}
.row-overflow-visible ul li {
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.row-overflow-visible .column-absolute .vc_column-inner {
  padding: 80px 60px;
}
/* Shop Ajax Loading */
body.shop-loading .shop-content {
  position: relative;
  visibility: visible;
}
body.shop-loading .shop-content:before {
  content: "";
  position: absolute;
  display: block !important;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 200;
  background: #f7f7f7;
}
body.shop-loading .shop-content:after {
  -webkit-animation: spin 400ms infinite linear;
  animation: spin 400ms infinite linear;
  border: 1px solid #444;
  border-radius: 100%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: "";
  display: block;
  height: 36px !important;
  top: 0;
  margin-top: 40px;
  left: 50%;
  margin-left: -18px;
  position: absolute;
  width: 36px !important;
  z-index: 200;
}
/*Load more Product*/

.archive-loop-footer {
  text-align: center;
}

.orgafresh-products-load-more {
  float: none;
  margin: auto;
}

.orgafresh-products-load-more.loading {
  opacity: 0.5;
}

.page-load-status {
  display: none;
}

.page-load-status p {
  font-size: 16px;
  display: block;
  background: #f7f7f7;
  padding: 7px;
}

.page-load-status .spinner {
  font-size: 0;
  position: relative;
  background: transparent;
  padding: 0;
}

.page-load-status .spinner:before {
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
  border: 1px solid #000;
  border-radius: 100%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: "";
  display: block;
  height: 20px !important;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px !important;
}
/* Shop Per Page */
.alus-products-per-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.alus-products-per-page > span {
  font-weight: normal;
}
.per-page-options {
  position: relative;
  padding: 8px;
  min-width: 60px;
  margin-left: 5px;
  cursor: pointer;
}
.per-page-options > span {
  font-weight: normal;
  color: #444;
}
.per-page-options > span:not(:last-child):after {
  content: "/";
}
.per-page-options > span .chosen {
  color: #222;
}

.per-page-options:hover:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.alus-products-per-page .per-page-dropdown {
  list-style: none;
  position: absolute;
  top: 100%;
  left: -1px;
  min-width: 100px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.per-page-dropdown li a {
  display: block;
  padding: 4px 15px;
}

.per-page-dropdown li a:hover {
  background-color: #e5e5e5;
}

.alus-per-page-options.chosen {
  font-weight: bold;
}

.per-page-options:hover .per-page-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.woocommerce .archive-loop-header .woocommerce-notices-wrapper {
  display: none;
}

.orgafresh-active-filters .widget_layered_nav_filters h2 {
  display: none;
}
.orgafresh-active-filters .widget_layered_nav_filters ul li {
  padding: 7px 0;
}
.orgafresh-active-filters .widget_layered_nav_filters ul li a {
  padding: 8px 20px;
  list-style: none;
  background: #262626;
  margin-right: 15px;
  color: #fff;
  border-radius: 30px;
}
.orgafresh-active-filters .widget_layered_nav_filters ul li a,
.orgafresh-active-filters .widget_layered_nav_filters ul li a:before {
  color: #fff;
}
img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
/* fix shipping check out */
body .radio input[type="radio"],
body .radio-inline input[type="radio"],
body .checkbox input[type="checkbox"],
body .checkbox-inline input[type="checkbox"] {
  margin-left: 0;
}
/* home 7  */
body.header-absolute div.header-alus {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  background: transparent;
}
.text-color.alus-section-title .section-title-main *:first-letter {
  font-size: 130px;
  /* color:red; */
}
.text-color.alus-section-title .section-title-main h2 {
  line-height: 62px;
}
.text-color .alus-section-title b {
  display: none;
}
.text-color.alus-section-title {
  flex-flow: column wrap;
}
.text-color > span {
  font-size: 50px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 4px;
  text-align: center;
}
.text-color.color-light {
  color: #fff;
}
.alus-product-categories-shortcode.category-version4 .category-content {
  position: static;
  transform: translate(0);
  opacity: 1;
  padding: 25px 0;
  margin-top: 6px;
}
.alus-product-categories-shortcode.category-version4 .category-content h3 {
  opacity: 1;
  visibility: visible;
}
.alus-product-categories-shortcode.category-version4
  .product-category-shortcode {
  padding: 30px;
  background-position: center bottom;
}
@media (max-width: 991px) {
  .alus-product-categories-shortcode.category-version4
    .product-category-shortcode {
    padding: 15px;
  }
}
.alus-product-categories-shortcode .product-category-shortcode:before {
  display: none;
}
footer .alus-mega-menu-shortcode .menu {
  text-align: center;
}
footer .alus-mega-menu-shortcode .mega-menu-wg {
  border: 0;
}
footer .alus-mega-menu-shortcode .vertical-menu .item-level-0 {
  display: inline-block;
  border-bottom: 0;
}
footer .alus-mega-menu-shortcode .vertical-menu .item-level-0 > a {
  padding: 2px 10px;
  font-size: 16px;
  color: #ffffff92;
  text-transform: uppercase;
}
footer .alus-mega-menu-shortcode .vertical-menu .item-level-0 > a:hover,
footer .alus-mega-menu-shortcode .vertical-menu-dropdown {
  background: transparent;
}
.widget .social-footer.h7-f ul {
  justify-content: center;
}
.widget .social-footer.h7-f ul li a i {
  font-size: 25px;
}
.image-align-left .images-gallery .images-gallery-item {
  text-align: left;
}
.reservation {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
}
.reservation label {
  color: #fff;
  margin-right: 6px;
}
.reservation > span {
  padding-right: 10px;
  margin: 5px 0;
}
.reservation input,
.reservation input:focus,
.reservation select {
  background: transparent;
  color: #fff;
  border: 1px solid #ebebeb99;
  border-radius: 20px;
}
.reservation select option {
  color: #111;
}
.reservation input[type="submit"] {
  padding: 14px 25px;
}
@media (max-width: 480px) {
  .reservation input,
  .reservation input:focus,
  .reservation select {
    width: 100%;
    text-align: center;
  }
}

/* home 8 */
.h8-row-box.vc_row {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  margin-top: 40px;
}

.h8-row-gallery .alus-images-shortcode.layout-grid .images-gallery-item,
.h8-row-gallery .alus-images-shortcode.layout-masonry .images-gallery-item {
  margin-bottom: 0;
}
.table-pro {
  padding: 30px 30px 30px 0;
  box-shadow: 0 0 10px grba(0, 0, 0, 0.1);
}
.table-pro table tbody tr td:nth-child(2n) {
  text-align: right;
}
.table-pro table thead tr td {
  font-size: 28px;
  font-weight: 600;
}
.table-pro .table > tbody > tr > td {
  padding: 15px 0;
}
.table-pro table tbody tr td:nth-child(2n + 1) {
  font-size: 16px;
}
.table-pro table tbody tr td {
  color: #777;
}

/* fix shop error */
.shop-sidebar,
.shop-content,
.woocommerce .grid div.alus-products,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.product-gallery,
.woocommerce div.product div.product-gallery,
.woocommerce-page #content div.product div.product-gallery,
.woocommerce-page div.product div.product-gallery {
  box-sizing: border-box;
}

/* search edit */
.header-layout6 .search-form-wrapper {
  display: none;
}
.orgafresh-search-opened .search-form-wrapper.search-overlap {
  transform: none;
}
.orgafresh-search-opened .search-form-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  margin-top: 120px;
}

.orgafresh-search-opened .search-form-wrapper form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 100px;
  padding-left: 100px;
  border-bottom: 1px solid #ebebeb;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease 0.2s;
  transition: opacity 0.35s ease 0.2s;
}
.orgafresh-search-opened .alus_search_products {
  display: flex;
}
.orgafresh-search-opened .search-form-wrapper form input[type="text"] {
  text-align: center;
  font-size: 40px;
  border: 0;
}
.orgafresh-search-opened .search-form-wrapper form button {
  padding: 8px 35px;
}
.orgafresh-search-opened
  .alus-header-search
  .alus_search_products
  .search-submit:after {
  font-size: 24px;
}
.orgafresh-search-opened .alus_search_products.loading .search-submit:before {
  width: 30px;
  height: 30px;
}
.orgafresh-search-opened .alus-list-products {
  max-height: 70vh;
  overflow: auto;
  display: flex;
  flex-flow: row wrap;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.orgafresh-search-opened .acount-search .alus-live-search-results {
  width: auto;
  top: 80px;
  right: 0;
  left: 0;
}
.orgafresh-search-opened .search-form-wrapper-image {
  max-width: 200px;
  margin-right: 0;
}
.orgafresh-search-opened .search-form-wrapper-meta.item-information {
  text-align: center;
}
.orgafresh-search-opened .alus-list-products li {
  display: block;
  list-style: none;
}
.header-layout6 .search-button-icon i {
  color: #fff;
  font-size: 17px;
}
.orgafresh-search-opened .search-button-icon i:before {
  content: "\f00d";
  font-size: 20px;
}
.orgafresh-search-opened .alus-live-search-results .no-result {
  text-align: center;
  font-size: 18px;
  padding-left: 0;
}

.search-form-wrapper .close-search {
  display: none;
}
.search-form-wrapper .close-search i {
  font-size: 30px;
}
.orgafresh-search-opened .search-form-wrapper .close-search {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
}

/* fix shop issua:choose column shop */
@media (max-width: 1024px) {
  /* show 3 product */
  .woocommerce.columns-5 .alus-products {
    width: 33%;
  }
}
@media (max-width: 480px) {
  /* show 2 product */
  .woocommerce.columns-5 .alus-products {
    width: 50%;
  }
}

/* home 9 */
.h9-why-choose {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.alus-rev-slider .woocommerce .alus-products {
  max-width: 100%;
}
/* single make from */
.single .make-from h3 {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.single .make-from h3::before {
  content: "";
  width: 100%;
  height: 20px;
  bottom: -20px;
  left: 0;
  position: absolute;
  background-image: url("assets/images/make-down.png");
  background-repeat: no-repeat;
  background-position: center;
}
.single .make-from ul {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  list-style: none;
}
.single .make-from .make-ne {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  border-right: 1px dashed;
  /* border-bottom: 1px dashed; */
  padding: 10px 5px;
  position: relative;
}
.single .make-from .make-ne:last-child {
  border-bottom: 0;
}
.single .make-from .make-ne:nth-child(2n) {
  border-right: 0;
}
.single .make-from .make-ne:after {
  content: "";
  background-image: url("assets/images/border-das.png");
  position: absolute;
  bottom: 0;
  left: 7px;
  width: 90%;
  height: 2px;
}
.product-make-from ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.product-make-from ul li .name-make {
  font-size: 13px;
}
.product-make-from .make-title {
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
}
.alus-feature-box.text-tranform-inherit .feature-title {
  text-transform: inherit;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .breadcrumb-layout1 .breadcrumb-title-inner + .description-breadcrumb {
    padding-bottom: 20px;
    margin-top: 60px;
  }
}

body:not(.wpb-js-composer) .site-footer .widgettitle {
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #222;
  font-weight: bold;
}

body:not(.wpb-js-composer) .site-footer .widget {
  margin-bottom: 40px;
}

body:not(.wpb-js-composer) .site-footer {
  margin-top: 60px;
}

#post-501 .post-nav-links > * {
  padding: 0 8px;
}

body:not(.wpb-js-composer) .site-footer .widget a {
  color: #666;
}

.blog-content > [class^="wp-block-"],
.full-content > [class^="wp-block-"] {
  margin-bottom: 15px;
}

[class^="wp-block-"] a {
  color: inherit;
}

.wp-block-quote.has-text-align-right,
.wp-block-quote.has-text-align-right {
  padding-right: 1em !important ;
}

.wp-block-search .wp-block-search__input {
  width: auto;
}

.full-content .post-1133 > p:last-child .wp-image-904 {
  clear: both;
}

.wp-block-image .alignright {
  margin-bottom: 15px;
}

.wp-block-button .wp-block-button__link {
  color: inherit;
}

.blog-content > .wp-block-cover,
.full-content > .wp-block-cover {
  margin-bottom: 20px;
}

.wp-block-cover-text > a {
  color: inherit;
}

.alura-login-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}

.login-form .woocommerce-form-login .login-submit button[type="submit"],
.alus-account .woocommerce-form-login .login-submit button[type="submit"] {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background: #222222;
  color: #fff;
}
.item-information > .compare{
  display: none !important;
}