/*
Theme Name: Umbala
Theme URI: https://demo.alura-studio.com/umbala/
Author: the Alura Studio team
Author URI: http://themeforest.net/user/alurastudio
Description: Responsive WooCommerce WordPress Theme.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: umbala
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, 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 Accessibility
2.0 Alignments
3.0 Clearings
4.0 Typography
5.0 Forms
6.0 Formatting
7.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, .15);
    box-shadow: 0 0 3px rgba(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;
    border-radius: inherit;
    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;
    border-radius: inherit;
    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;
}











/* Placeholder text color -- selectors need to be separate to work. */

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

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

::-moz-placeholder {
    color: #999;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-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: 700;
    font-size: 300px;
}

.error404 .page-content h2 {
    font-weight: 700;
}

.error404 .page-content h2,
.error404 .page-content p {
    margin-bottom: 20px;
}











/* 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: "\e090";
    font-family: 'simple-line-icons';
    font-size: 16px;
    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: .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 .2s ease, visibility 0s ease .2s, top .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, top .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: .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 .25s ease;
    -webkit-animation: vertical_menu .25s ease;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
    transition: opacity .25s ease, visibility .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 .25s ease;
    -webkit-animation: vertical_menu .25s ease;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
    transition: opacity .25s ease, visibility .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, .2);
    margin-bottom: 0;
}

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

.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, .15);
    box-shadow: 0 0 3px rgba(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 .25s ease, visibility .25s ease;
    transition: opacity .25s ease, visibility .25s ease;
    animation: navigation_bottom .25s ease;
    -webkit-animation: navigation_bottom .25s ease;
}

.sub-menu-dropdown .sub-menu {
    left: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(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: 900;
    text-transform: uppercase;
    color: #000;
}

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

.main-navigation .menu>li:hover>.sub-menu-dropdown {
    animation: navigation_menu_top .25s ease;
    -webkit-animation: navigation_menu_top .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, .15);
    box-shadow: 0 0 3px rgba(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-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 .25s ease;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    transition: transform .25s ease, -webkit-transform .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, .7);
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
}

.has-mobile-menu .alus-close-popup,
.off-canvans-cart-open .alus-close-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s ease, visibility 0s ease;
    transition: opacity .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: '\f002 ';
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 20px;
}

.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: 1px solid transparent;
    border-radius: 32px;
    border-right-color: #666;
    border-top-color: #666;
    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: .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 .25s ease, color .25s ease;
    transition: background-color .25s ease, color .25s ease;
}

.sub-menu-icon:after {
    content: '\f107';
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 24px;
    -webkit-transition: transform .25s ease;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    transition: transform .25s ease, -webkit-transform .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 .25s ease;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    transition: transform .25s ease, -webkit-transform .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: 50px;
    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: 200px;
    overflow-y: auto;
}

.alus-mobile-navigation .alus-list-products li .search-form-wrapper-meta .product-name {
    display: inline-block;
    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 .25s ease;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    transition: transform .25s ease, -webkit-transform .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 .25s ease, visibility 0s ease;
    transition: opacity .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 .product-title{
    margin-bottom: 20px;
}

.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;
}

.alus-quickshop-wrapper .product-name {
    font-weight: bold;
}

@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 .1s ease, visibility .1s ease;
    transition: opacity .1s ease, visibility .1s ease;
}

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

@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 .2s ease, height .2s ease;
    transition: min-height .2s ease, height .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: #444;
}

body .sticky-header .navigation-wrapper .main-navigation .menu>li.item-level-0>a {
    padding: 32px 18px;
    font-weight: bold;
    font-size: 13px;
    color: #000;
}

#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;
}








/**  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-language {
    margin-right: 0;
}

.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: "\f007";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
}

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

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

.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, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    z-index: 99;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .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: 0;
    left: auto;
    margin-right: 0;
    opacity: 0;
    z-index: 9999;
}

.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;
    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: '\f007';
    margin-right: 5px;
    font-family: 'FontAwesome';
}

.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 .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .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: 900;
}

.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 .25s ease, visibility 0s ease;
    transition: opacity .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;
}

.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 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}

.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-layout1 .vertical-menu-heading {
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 13px;
}

.vertical-menu-heading>i {
    font-size: 16px;
}

.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: left;
    width: 25%;
}

.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;
}

.select-category {
    font-size: 14px;
    line-height: 20px;
    padding: 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;
}

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





/* Social Button */

.umbala-social-button {
    position: fixed;
    top: 50%;
    z-index: 200;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.umbala-social-button.social-left {
    left: 0;
    right: auto;
    text-align: left;
}

.umbala-social-button.social-right {
    left: auto;
    right: 0;
    text-align: right;
}

.umbala-social-button .social-sharing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.umbala-social-button .social-sharing li {
    margin: 0;
}

.umbala-social-button .social-sharing li a {
    border-radius: inherit;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.umbala-social-button .social-sharing li a i {
    line-height: 40px;
}

.umbala-social-button .social-sharing li a:hover {
    width: 48px;
}




/* Ajax Search result */

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

.alus-live-search-results {
    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, .15);
    box-shadow: 0 0 3px rgba(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: "\e04e";
    font-family: "simple-line-icons";
    font-size: 24px;
    margin-right: 6px;
}

.cart-number {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 11px;
    line-height: 16px;
    padding: 1px 6px;
    border-radius: 24px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

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-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: 900;
    background-color: #ebebeb;
    line-height: 1;
    margin: 0;
}

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;
    font-weight: normal;
}

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: 30px;
}

.cart-popup-title .title-cart {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.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;
}

.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;
}











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

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

body .header-layout2 .header-search-button>a:before {
    content: "\e090";
    font-family: simple-line-icons;
    font-size: 19px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .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 {
    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 {
    visibility: visible;
    pointer-events: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease, transform .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 {
    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 .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

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

.header-layout2 .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;
}




/* Sticky header */

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

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

body .sticky-header .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 .sticky-header .header-search-button:hover .search-form-wrapper {
    visibility: visible;
    pointer-events: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

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

.sticky-header .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 .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

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

.sticky-header .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 .sticky-header .search-field {
    border: 1px solid #e5e5e5;
}





/*--------------------------------------------------------------
Header v3
--------------------------------------------------------------*/

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

.header-layout3 .header-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.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 .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease, transform .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 .3s ease;
    transition: opacity .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 .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}



/*--------------------------------------------------------------
Header v4
--------------------------------------------------------------*/

.header-layout4 {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
}

body .header-layout4 .navigation-wrapper .main-navigation .menu>.item-level-0>a {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-size: 13px;
}

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

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

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

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;
    color: #000;
}

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 .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

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

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

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

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

.header-layout4 .alus-header-search {
    position: relative;
    z-index: 9;
}

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

.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 .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease, transform .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;
}

.header-layout4 .header-wishlist:before {
    display: none;
}

.header-layout4 .header-wishlist .tini-wishlist {
    font-size: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-layout4 .alus-shoppping-cart .alus_cart {
    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;
    color: #000;
}

.header-layout4 .header-wishlist .tini-wishlist {
    padding: 0;
}

.header-layout4 .header-wishlist .tini-wishlist:before {
    content: "\e08a";
    font-family: "simple-line-icons";
    font-size: 24px;
    color: #000;
}

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

.alus-header-cart .alus_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}







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

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

.comment-reply-title {
    font-weight: bold;
}

.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;
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
}

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

.comment-form .comment-form-cookies-consent {
    margin-top: 5px;
}

.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;
    margin-top: 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: .5s, 3s;
    animation-delay: .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: 12px;
}

.widget_tag_cloud .tagcloud a.tag-cloud-link {
    font-size: 14px !important;
    background: #f7f7f7;
    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%;
}

.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;
    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] {
        width: calc(100vw - 17px);
        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);
    }
}

@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);
    }
}

@media (min-width: 1702px) {
    .wrapper-layout-wide .vc_row[data-vc-full-width],
    .wrapper-layout-wide section[data-vc-full-width] {
        width: calc(100vw - 17px);
        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);
    }
}











/*--------------------------------------------------------------
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%;
        /*text-align: right;
        padding-right: 20px;*/
    }
    .post-navigation .nav-next {
        float: right;
        width: 50%;
        text-align: right;
        /*
        padding-left: 20px;*/
    }
    .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;
    font-weight: 700;
}

.woocommerce .product .item-information {
    margin: 0;
    padding: 10px;
    padding-bottom: 30px;
    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;
    text-align: center;
    background: #e5e5e5;
    color: #999;
    margin-right: 8px;
    display: inline-block;
    float: left;
}

.woocommerce .products.list .product .images .add-to-cart {
    display: none;
}

.woocommerce .products.list .product .item-information .add-to-cart a {
    padding: 7px 20px;
    color: #fff;
}

.woocommerce .products.list .product .item-information .alus-product-buttons .add-to-cart a:hover {
    border: none;
}

.woocommerce .products.list .product .item-information .short-description {
    margin-bottom: 25px;
}

.woocommerce .products.list .product .item-information .add-to-cart a:before {
    display: none;
}

.woocommerce .products .product .item-information .compare.added:before {
    font-family: "Fontawesome";
    content: "\f047";
}

.woocommerce .products.list .product .item-information .compare.added:hover:before {
    color: #fff;
}

.woocommerce .products.list .product .item-information .button-in span {
    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 .alus-product-buttons {
    display: block;
}

.woocommerce .products.list .product .item-information .alus-quickview,
.woocommerce .products.list .product .item-information .yith-wcwl-add-to-wishlist,
.woocommerce .products.list .product .item-information .alus-product-buttons .compare {
    display: none;
}

.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 {
    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: 14px;
    line-height: 24px;
}

@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;
}

/* Shop Ajax */
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;
}








/*--------------------------------------------------------------
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: 30px;
}

.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: center;
    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;
}

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

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











/*--------------------------------------------------------------
Line with text center
--------------------------------------------------------------*/

.header-title {
    position: relative;
    text-align: center;
}

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

.umbala-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: inline-block;
    background-color: #fff;
    overflow: visible;
}

.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;
}

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;
}


.product-single-wrapper {
    position: relative;
}








/* Related Product*/

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









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

.woocommerce div.alus-products {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

.woocommerce .product-categories a {
    color: #9E9E9E;
}

.woocommerce div.alus-product:hover {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease, visibility 0s ease, transform .3s ease;
    -webkit-transition: opacity .3s ease, visibility 0s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, transform .3s ease, -webkit-transform .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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 2;
    line-height: 0;
    text-align: center;
}

.woocommerce .product .product-labels span {
    position: static;
    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;
    margin: 10px 0 0 10px;
    color: #fff;
    height: auto;
    clear: both;
    min-width: 46px;
    min-height: 46px;
    line-height: 1.2;
    padding: 5px 7px;
    font-size: 13px !important;
    border-radius: 999px;
    font-weight: bold;
    text-transform: uppercase;
}

.woocommerce .product .product-labels .onsale {
    z-index: 2;
}

.woocommerce .product .product-labels .featured {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.woocommerce .product .product-labels .onsale+.featured {
    margin-top: -5px;
}

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

.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: 10px;
    right: 10px;
    position: absolute;
    text-align: center;
}

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

.images .alus-add-to-cart a:before {
    content: "\f290";
    font-family: "FontAwesome";
}

.images .alus-add-to-cart a.added:before {
    content: "\f00c";
    font-family: "FontAwesome";
}

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

.images .alus-product-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
}

.woocommerce .images>div.alus-add-to-cart {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    max-width: 70%;
    width: 100%;
    text-align: center;
}

.alus-product:hover>.images>div.alus-add-to-cart {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.woocommerce .images>div.alus-add-to-cart a {
    font-weight: normal;
    color: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    padding: 12px 14px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.85;
}

.woocommerce .images>div.alus-add-to-cart a:hover {
    opacity: 1;
}

.woocommerce .images>div.alus-add-to-cart a:hover span {
    color: #fff;
}

.woocommerce .images>div.alus-add-to-cart a:before {
    display: none;
}

.alus-product:hover>.images .alus-product-buttons {
    opacity: 1;
    visibility: visible;
    z-index: 5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.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: 50px;
    height: 50px;
    line-height: 0;
    color: #444;
    border-radius: inherit;
}

.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: 18px;
    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: 1px solid #444;
    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;
}

.alus-add-to-cart .ajax_add_to_cart.loading span {
    opacity: 0;
}

.woocommerce .alus-add-to-cart .ajax_add_to_cart.loading:after {
    -webkit-animation: spin 500ms infinite linear;
    animation: spin 500ms infinite linear;
    border: 1px 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: 'FontAwesome';
    content: "\f047";
    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: 18px;
    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 {
    display: none;
    overflow: hidden;
    margin: 0 -4px -4px;
}

.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: 1px solid #e5e5e5;
    line-height: 39px;
    padding: 0;
    background: none;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.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;
}

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 {
    font-size: 14px;
    line-height: 22px;
}

.woocommerce .products .star-rating,
woocommerce-page .products .star-rating,
.woocommerce .star-rating,
.woocommerce-page .star-rating {
    margin: 10px 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 #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: 3px;
}

.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 .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: 20px;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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;
}

.alus-single-video {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 9;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px rgba(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: 40px;
}

.widget-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    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;
}

.alus-product-items-widget .product-list-widget li:last-child {
    padding-bottom: 10px;
}

.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;
}

.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, .1);
    box-shadow: 0 0 6px rgba(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 .25s ease;
    transition: all .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 .25s ease;
    transition: all .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: 2;
}

.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, .2);
    box-shadow: 0 0 6px rgba(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: -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;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slick-slider.slick-vertical .slick-list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    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;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    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: 'simple-line-icons';
    content: "\e08a";
    font-size: 14px;
    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;
}

.size-guide-btn i {
    margin-right: 3px;
}

.product-meta {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 8px;
    border-top: 1px solid #ebebeb;
}

.product-single-cats,
.product-single-tags,
.product-meta .product-sku {
    margin-bottom: 6px;
}

.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;
}

.woocommerce button.single_add_to_cart_button.alt.disabled {
    opacity: 1;
}





/* 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: -6px;
    border-bottom: 2px solid #000;
}

.alus-product-attribute .variation-product__option {
    margin-right: 15px;
}

.alus-product-attribute {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

body.archive #content .umbala-active-filters .widget_layered_nav_filters {
    margin: 0 0 5px;
}







/* Navigation Summary*/

.alus-nav-product>a {
    position: fixed;
    top: 50%;
    margin-top: -20px;
    z-index: 10;
    width: 40px;
    height: 40px;
    z-index: 4;
    display: inline-block;
    text-align: center;
    background-color: #e5e5e5;
}

.alus-nav-product>a.prev {
    left: 50px;
}

.alus-nav-product>a.prev .nav-product {
    left: 40px;
    right: auto;
}

.alus-nav-product>a.next {
    right: 50px;
}

.alus-nav-product>a.next .nav-product {
    right: 40px;
}

.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: 0;
    width: 220px;
    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, .15);
    box-shadow: 0 0 4px rgba(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: '\e605';
}

.alus-nav-product>a:before {
    line-height: 40px;
    font-family: 'simple-line-icons';
    font-weight: 300;
}

.alus-nav-product>a.next:before {
    content: '\e606';
}

.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;
    margin-right: 10px;
}

.alus-nav-product a .nav-product .product-description .product-title {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    font-size: 16px;
    font-weight: normal;
    color: #444;
}


.single-product .breadcrumb-title {
    display: none;
}

.entry-summary>.product_title {
    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: 0;
}

.alus-quickshop-wrapper .owl-dots {
    bottom: 10px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: -40px;
    left: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
}

body .owl-carousel .owl-nav button.owl-next,
body .owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
    position: static;
    width: 30px;
    height: 30px;
    margin-top: 0;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    text-align: center;
    color: #000;
    line-height: 30px;
    margin: 0 2px;
}

.owl-nav>button.owl-next:before {
    content: "\f105";
}

.owl-nav>button.owl-prev:before {
    content: "\f104";
}

.owl-nav>button:before {
    display: block;
    font-family: 'FontAwesome';
    font-size: 30px;
    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;
    letter-spacing: 0.5px;
}

.woocommerce .quantity .qty {
    height: 36px;
    width: 36px;
    border-left: none;
    border-right: none;
    border-color: rgba(129, 129, 129, .2);
}

.quantity input[type=button] {
    background-color: transparent;
    border: 1px solid rgba(129, 129, 129, .2);
    min-width: 25px;
    height: 36px;
    padding-left: 3px;
    padding-right: 3px;
}

.quantity input[type=button]:hover,
.quantity input[type=button]:focus {
    background-color: rgba(129, 129, 129, .2);
    color: #444;
}

.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 {
    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: 10px;
}

.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-top: 30px;
    margin-bottom: 55px;
}

.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: 8px;
}

div.product .social-sharing li a {
    border-radius: inherit;
    background-color: transparent;
    width: 30px;
}

div.product .social-sharing li i {
    color: #666;
}

.product-share-title {
    font-weight: bold;
}

.product-share {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #e5e5e5;
}











/*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: bold;
    color: #444;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    width: 100%;
}

.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 10px;
    text-transform: uppercase;
    border: none;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    margin-left: 0;
}

.tab-contents .column-products.woocommerce .alus-products {
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding-top: 20px;
    border: none;
    margin: 0;
    clear: both;
}

.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: 14px;
    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-left: 0;
    margin-right: 0;
}

.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 30px 30px;
    border-left: 1px solid #e5e5e5;
}

.woocommerce div.product .woocommerce-tabs.vertical-product-tabs ul.tabs li a:after {
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
}

.woocommerce #content div.product .woocommerce-tabs.vertical-product-tabs .tab-panels .wc-tab {
    padding-top: 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, .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 6px 7px;
}

.woocommerce-cart table.cart input.button {
    padding: 13px 20px !important;
    background-color: #2c2c2c;
    color: #fff;
    font-weight: normal;
    border-radius: inherit;
}

.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: 0px;
}

.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';
}




/* Sticky Product */

.umbala_product_sticky {
    position: fixed;
    padding: 10px 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background: #fff;
    visibility: hidden;
    pointer-events: none;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    background-color: #f9f9f9;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.umbala_product_sticky.shown {
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
}

.umbala_product_sticky .container {
    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;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.umbala_product_sticky .container .product_sticky_image {
    width: 80px;
}

.umbala_product_sticky .container .price {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.umbala_product_sticky .container .alus-add-to-cart {
    margin-left: 15px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.umbala_product_sticky .container .alus-add-to-cart a {
    border-radius: inherit;
    padding: 16px 20px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4;
}

.umbala_product_sticky .container .alus-add-to-cart a.ajax_add_to_cart.added {
    display: none;
}

.umbala_product_sticky .container .alus-add-to-cart a.added_to_cart {
    display: block !important;
}

.product_sticky_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
}

.woocommerce div.product_sticky_detail>* {
    width: 100%;
    text-align: left;
}

.woocommerce div.product_sticky_detail>span {
    font-weight: bold;
    font-size: 18px;
}








/* 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%;
    }
}







/* No Product Found */

.woocommerce-product-search {
    position: relative;
}

.woocommerce-product-search button[type="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;
}

.woocommerce-product-search button[type="submit"]:after {
    content: "\e090";
    font-family: 'simple-line-icons';
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
}



/* 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 {}





/* Color Swatches */

.color-swatches {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
}

.color-swatch:not(.color-text) {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    text-align: center;
    background-size: cover;
    margin-right: 8px;
    cursor: pointer;
}




/*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;
    float: none;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
    border-color: #bbb;
}

.vc_btn3.vc_btn3-style-custom {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.28);
}

.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: 12px 26px;
    margin-bottom: 10px;
    float: none;
}

.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;
    float: none;
}

.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;
}





/* Cookie Notice */

.cookie-show .umbala-cookie-notice {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.umbala-cookie-notice {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 999;
    background-color: #fff;
    padding: 16px 30px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, .5);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cookie-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-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.umbala-cookie-notice .cookie-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 30px;
}

.umbala-cookie-notice .cookie-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.cookie-button a {
    display: inline-block;
    padding: 6px 17px;
    text-transform: uppercase;
    font-size: 13px;
}

.umbala-cookie-notice .cookie-info {
    background-color: #f5f5f5;
}

.umbala-cookie-notice .cookie-info+.cookie-accept {
    margin-left: 20px;
}

.umbala-cookie-notice .cookie-accept {
    color: #fff;
}



/*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: 26px;
    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-right: 1px solid #ebebeb;
    padding-left: 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, .18);
    box-shadow: 0 0 4px rgba(0, 0, 0, .18);
    text-align: center;
    margin-right: 20px;
    -webkit-transition: all .3s;
    transition: all .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, .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, .5);
    font-size: 18px;
}

.back-to-top a:hover {
    text-decoration: none;
}

.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: 1px 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;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
}

.author-desc {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
}

h3.author-name {
    font-weight: bold;
    margin-bottom: 10px;
}

.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: 1px solid #e5e5e5;
    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;
}

.footer-single-post {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    margin-top: 15px;
    border-top: 1px dashed #ddd;
}

.footer-single-post .social-sharing {
    margin-bottom: 0;
}

.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;
}

.social-sharing li a {
    display: inline-block;
    font-size: 0;
    text-align: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.social-sharing li {
    margin: 0 3px;
}

.social-sharing li a i {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.social-sharing .facebook a {
    background-color: #365493;
}

.social-sharing .twitter a {
    background-color: #3CF;
}

.social-sharing .instagram a {
    background-color: #8a3ab9;
}

.social-sharing .google-plus a {
    background-color: #d44132;
}

.social-sharing .youtube a {
    background-color: #CB2027;
}

.social-sharing .pinterest a {
    background-color: #CB2027;
}

.social-sharing .linkedin a {
    background-color: #4875B4;
}

.social-sharing .reddit a {
    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;
}

.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: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.alus_blog_widget .post-meta-widget {
    text-align: left;
}

.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, .12);
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
}

.blog-post-default .author {
    float: right;
    color: #999;
    margin-right: 0;
}

.vcard.author img {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin: 0 5px;
}

.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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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-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: 3px;
}

.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 {
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.alus-mega-menu-shortcode ul li li {
    padding-left: 0;
}

.alus-section-title.newletter {
    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: -webkit-box;
    display: -ms-flexbox;
    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;
}

.revo-slider {
    margin-bottom: 30px;
}

.products.list .color-swatches {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
}