@charset "UTF-8";
/*!
 * Theme Name: Saha
 * Theme URI: http://www.theme-junkie.com/themes/saha
 * Description: Saha is a Multi-Purpose WooCommerce Theme.
 * Version: 1.0.1
 * Author: Theme Junkie
 * Author URI: http://www.theme-junkie.com/
 * Tags: blue, two-columns, right-sidebar, responsive-layout, custom-background, custom-menu, editor-style, threaded-comments, translation-ready
 * Text Domain: saha
 * 
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Saha WordPress Theme, Copyright 2015 http://www.theme-junkie.com/
 * Saha is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/*------------------------------------*\
    CONTENTS
\*------------------------------------*/
/**
 * BASE
 * - NORMALIZE
 * - LAYOUTS
 * - MAIN
 * - SHARED
 * - TYPOGRAPHY
 * - FORMS
 *
 * SECTIONS
 * - TOP BAR
 * - HEADER
 * - NAVIGATIONS
 * - TITLE
 * - CONTENT
 * - SIDEBAR
 * - FOOTER
 * - COMMENT
 *
 * WOOCOMMERCE
 * - GENERAL
 * - HEADER CART
 * - HEADER SEARCH
 *
 * MAGNIFIC POPUP
 *
 * STATE
 *
 * RESPONSIVE
 */
/*------------------------------------*\
	$NORMALIZE
\*------------------------------------*/
/*------------------------------------*\
	$LAYOUTS
\*------------------------------------*/
.container {
  max-width: 1180px;
  margin: 0 auto;
}

#content #content-wrap {
  margin: 40px auto;
}

.page-fullscreen #content-wrap.container {
  max-width: 100%;
}

.no-margin #content #content-wrap {
  margin: 0 auto;
}

.layout-2c-l .content-area {
  float: left;
  position: relative;
  width: 73%;
}
.layout-2c-l .widget-area {
  float: right;
  width: 23%;
}

.layout-2c-r .content-area {
  float: right;
  position: relative;
  width: 73%;
}
.layout-2c-r .widget-area {
  float: left;
  width: 23%;
}

.layout-1c .content-area {
  width: 100%;
}

.entry-content .no-padding > .panel-grid-cell {
  padding: 0 !important;
}

.entry-content .no-margin > .panel-grid-cell {
  margin: 0 !important;
}

/*------------------------------------*\
	$MAIN
\*------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}

* html {
  font-size: 100%;
}

html {
  min-height: 100%;
}

body {
  background-color: #fff;
  color: #929292;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.71429em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Grid > Main Classes.
 */
.saha-row {
  margin: 0 -10px;
}
.saha-row .col {
  float: left;
  margin: 0 0 20px;
  padding: 0 10px;
}
.saha-row .span_1_of_1 {
  float: none;
  width: 100%;
}
.saha-row .span_1_of_2 {
  width: 50%;
}
.saha-row .span_1_of_3 {
  width: 33.33%;
}
.saha-row .span_1_of_4 {
  width: 25%;
}
.saha-row .span_1_of_5 {
  width: 20%;
}
.saha-row .span_1_of_6 {
  width: 16.66666667%;
}
.saha-row .span_1_of_7 {
  width: 14.28%;
}

/**
 * Rows.
 */
.panel-grid-cell {
  width: 100%;
}

/**
 * Selection Color.
 */
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
	$SHARED
\*------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

mark {
  background: none;
}

select, iframe {
  max-width: 100%;
}

figure > img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img[class*="align"],
img[class*="attachment-"] {
  height: auto;
}

.wp-caption {
  margin-bottom: 24px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-bottom: 5px;
}

.wp-caption-text {
  font-size: 14px;
  font-style: italic;
  color: #999;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
}

.alignnone {
  display: block;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

caption, th, td {
  font-weight: normal;
  padding: 6px;
  text-align: center;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  width: 100%;
  line-height: 1.2857142857;
  margin-bottom: 20px;
}

table th {
  font-weight: 600;
  padding: 8px;
}

table td {
  padding: 8px;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}

.sticky,
.bypostauthor {
  font-size: inherit;
}

.col:after, .clr:after, .group:after, dl:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
  height: 0;
}

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  margin: 0 4px 4px 0;
  float: left;
  overflow: hidden;
  position: relative;
}

.gallery-icon a,
.gallery-icon img {
  display: block;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  padding: 2px 8px;
  font-size: 14px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 0;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery {
  *zoom: 1;
}
.gallery:before, .gallery:after {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------------*\
	$TYPOGRAPHY
\*------------------------------------*/
/**
 * Set link colors.
 */
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  color: #f3b714;
  text-decoration: none;
}

a, a:hover, a:focus {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

:focus {
  outline: 0;
}

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12px 0;
  color: #444;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 30px;
  line-height: 1.1em;
}

h2,
.h2 {
  font-size: 24px;
  line-height: 1.1em;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 1.3em;
}

h4,
.h4 {
  font-size: 16px;
  line-height: 1.3em;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

.custom-title {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: center;
}
.custom-title span {
  position: relative;
  display: inline-block;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}
.custom-title span::before, .custom-title span::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  left: auto;
  background-color: #fab000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.custom-title span::before {
  left: -22px;
}
.custom-title span::after {
  right: -22px;
}
.custom-title span.black::before, .custom-title span.black::after {
  background-color: #000;
}
.custom-title span.blue::before, .custom-title span.blue::after {
  background-color: #4dbefa;
}
.custom-title span.brown::before, .custom-title span.brown::after {
  background-color: #a5672a;
}
.custom-title span.crimson::before, .custom-title span.crimson::after {
  background-color: #dc143c;
}
.custom-title span.cyan::before, .custom-title span.cyan::after {
  background-color: #1fcda8;
}
.custom-title span.green::before, .custom-title span.green::after {
  background-color: #27b658;
}
.custom-title span.orange::before, .custom-title span.orange::after {
  background-color: #ff9000;
}
.custom-title span.pink::before, .custom-title span.pink::after {
  background-color: #e72cb1;
}
.custom-title span.red::before, .custom-title span.red::after {
  background-color: #fe5252;
}
.custom-title span.violet::before, .custom-title span.violet::after {
  background-color: #9543d5;
}

/**
 * Text elements.
 */
p {
  margin: 0 0 24px;
}

small {
  font-size: 13px;
}

abbr[title],
dfn[title] {
  cursor: help;
}

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

del {
  color: #aaa;
  text-decoration: line-through;
  vertical-align: baseline;
}

code, kbd, pre, samp {
  font-size: 16px;
}

pre {
  margin: 24px 0;
  padding: 24px;
  background-color: #fafafa;
  color: #2080ad;
}

code {
  color: #2080ad;
}

blockquote {
  margin: 24px 40px;
  padding: 15px;
  background-color: #f6f6f6;
  border-left-width: 3px;
  border-style: solid;
  border-color: #fab000;
  color: #777;
  font-style: italic;
}
blockquote p {
  margin-bottom: 0;
}
blockquote cite {
  padding: 10px 0 0 20px;
  color: #555;
  display: block;
  position: relative;
}
blockquote cite:before {
  content: '\2014';
  left: 0;
  position: absolute;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

blockquote, q {
  quotes: none;
}

address {
  margin: 0 0 24px;
  display: block;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 20px;
}

ul, ol, dl {
  margin-bottom: 20px;
}

ul {
  list-style: none;
}

ol {
  padding-left: 20px;
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

li ul,
li ol {
  margin: 0;
}

li > ul,
li > ol {
  margin: 0 0 0 20px;
}

dl {
  margin: 24px;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 24px;
}

hr {
  margin: 24px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  clear: both;
  height: 1px;
  min-height: 0;
}
hr.dotted {
  border-style: dotted;
}
hr.dashed {
  border-style: dashed;
}
hr.blackborder {
  border-color: #000;
}
hr.whiteborder {
  border-color: #fff;
}

/**
 * Print styles.
 */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*------------------------------------*\
	$FORMS
\*------------------------------------*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin: 0;
  width: 100%;
  color: #888;
  vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="number"] {
  padding: 10px 0;
  width: 40px;
  text-align: center;
}

select {
  position: relative;
  font-family: "Open Sans", sans-serif;
  min-width: 180px;
  font-size: 12px;
  padding: 8px 10px;
  white-space: nowrap;
  border: 1px solid #ebebeb;
}

textarea {
  height: auto;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
input[type="color"] {
  padding: 0.2em 0.5em;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #ccc;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]):focus {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

form input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}

form label {
  margin: 0.5em 0 0.2em;
}

form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #ebebeb;
}

/*csslint outline-none:false*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  display: inline-block;
  font-family: inherit;
  background-color: #f3b714;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 20px;
  border: 0;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type="button"],
input[type="submit"],
.button {
  min-height: 40px;
  -webkit-appearance: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:hover {
  background-color: #333;
}

.button:hover {
  color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
}

.custom-btn,
.custom-btn-light,
.custom-btn-light-full,
.custom-btn-dark,
.custom-btn-dark-full {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 8px 20px;
  margin-top: 10px;
  color: #999;
  border: 1px solid #ebebeb;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.custom-btn i,
.custom-btn-light i,
.custom-btn-light-full i,
.custom-btn-dark i,
.custom-btn-dark-full i {
  padding-right: 6px;
}
.custom-btn:hover,
.custom-btn-light:hover,
.custom-btn-light-full:hover,
.custom-btn-dark:hover,
.custom-btn-dark-full:hover {
  color: #fab000;
  border-color: #fab000;
}

.custom-btn-light {
  color: #fff;
  border-color: #fff;
}
.custom-btn-light:hover {
  background-color: #fab000;
  color: #fff;
  border-color: #fab000;
}

.custom-btn-light-full {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}
.custom-btn-light-full:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.custom-btn-dark {
  color: #333;
  border-color: #333;
}
.custom-btn-dark:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.custom-btn-dark-full {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.custom-btn-dark-full:hover {
  background-color: transparent;
  color: #333;
  border-color: #333;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
  border: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.40;
  -moz-opacity: 0.40;
  opacity: 0.40;
  cursor: not-allowed;
  box-shadow: none;
}

/* Firefox: Get rid of the inner focus border */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: #0078e7;
  color: #fff;
}

/* Checkbox */
input[type="checkbox"] {
  background: #fff;
  border: 1px solid #bbb;
  color: #555;
  display: inline-block;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  line-height: 0;
  clear: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
input[type="checkbox"]:checked:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  display: inline-block;
  color: #fab000;
  width: 16px;
  line-height: 14px;
}

/* Select */
form .sbHolder {
  position: relative;
  font-family: "Open Sans", sans-serif;
  min-width: 180px;
  font-size: 12px;
  white-space: nowrap;
  border: 1px solid #ebebeb;
}
form .sbSelector, form .sbToggle {
  color: #999;
}
form .sbSelector {
  display: block;
  line-height: 34px;
  padding: 0 25px 0 10px;
  text-transform: capitalize;
}
form .sbToggle {
  float: right;
  line-height: 34px;
  padding-right: 10px;
}
form .sbToggle::after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 6px;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(0.8, 1) translateZ(0px);
  -moz-transform: scale(0.8, 1) translateZ(0px);
  -ms-transform: scale(0.8, 1) translateZ(0px);
  -o-transform: scale(0.8, 1) translateZ(0px);
  transform: scale(0.8, 1) translateZ(0px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form .sbToggle.sbToggleOpen::after {
  -webkit-transform: rotate(180deg) scale(0.8, 1) translateZ(0px);
  -moz-transform: rotate(180deg) scale(0.8, 1) translateZ(0px);
  -ms-transform: rotate(180deg) scale(0.8, 1) translateZ(0px);
  -o-transform: rotate(180deg) scale(0.8, 1) translateZ(0px);
  transform: rotate(180deg) scale(0.8, 1) translateZ(0px);
}
form .sbOptions {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 304px;
  display: block;
  font-size: 12px;
  padding: 8px 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ebebeb;
  margin-bottom: 0;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
form .sbOptions > li {
  padding: 0px 10px;
}
form .sbOptions > li > a {
  display: block;
  padding: 5px 0;
  line-height: 1.2em;
}

/*------------------------------------*\
	$TOP BAR
\*------------------------------------*/
#top-bar-wrap {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  line-height: 38px;
}

#top-bar a {
  font-size: 12px;
  color: #a4a4a4;
}
#top-bar a:hover {
  color: #fab000;
}

/**
 * Nav
 */
#top-bar-left {
  float: left;
}
#top-bar-left > ul > li {
  float: left;
  margin-right: 15px;
  text-transform: uppercase;
}

/**
 * Social
 */
#top-bar-right {
  float: right;
}

.top-bar-social {
  margin: 0;
}
.top-bar-social li {
  float: left;
  margin-left: 6px;
  padding-left: 6px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
}
.top-bar-social li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.top-bar-social li a {
  display: block;
  font-family: "Open Sans", sans-serif;
  min-width: 26px;
  text-align: center;
}

/*------------------------------------*\
	$HEADER
\*------------------------------------*/
.site-header {
  position: relative;
  width: 100%;
  z-index: 100;
}

/**
 * Header inner
 */
.site-header-inner {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
}

/**
 * Header logo
 */
.site-header-inner .logo {
  line-height: 55px;
}

/**
 * Site logo
 */
.logo {
  float: left;
  height: 100%;
}
.logo a {
  display: block;
}
.logo img {
  display: inline-block;
}
.logo h1 {
  line-height: 55px;
  margin: 0;
}

/**
 * Search
 */
.site-header-inner #search-form {
  float: left;
  line-height: 1;
  margin-top: 6px;
  padding-left: 50px;
}
.site-header-inner #search-form form {
  position: relative;
  display: inline-block;
  border: 1px solid #ebebeb;
  line-height: 1;
}
.site-header-inner #search-form input[type="search"] {
  min-width: 360px;
  height: 42px;
  font-size: 12px;
  padding: 0 42px 0 10px;
  background-color: transparent;
  color: #777;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.site-header-inner #search-form button {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 42px;
  font-size: 14px;
  padding: 0;
  background-color: #f8f8f8;
  color: #777;
  border: 0;
}
.site-header-inner #search-form button:hover {
  background-color: #f1f1f1;
}

/**
 * Menu right
 */
.site-header-inner .menu-right {
  float: right;
}

/**
 * Right elements
 */
.menu-right > li {
  margin-right: 15px;
  padding-right: 15px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
}
.menu-right > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.menu-right .mobile-icon {
  display: none;
}
.menu-right .links {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
}
.menu-right .links:hover, .menu-right .sfHover .links {
  color: #999;
}
.menu-right .links i {
  display: block;
  font-size: 26px;
  padding-bottom: 12px;
  padding-right: 0;
}
.menu-right > li > .links.sf-with-ul::after, .menu-right > li > .cart-contents::after {
  content: '';
  position: absolute;
  bottom: -16px;
  right: 50%;
  margin-right: -8px;
  border-bottom: 10px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-right > li.sfHover .links.sf-with-ul::after, .menu-right > li.sfHover .cart-contents::after {
  border-bottom-color: #fab000;
}
.menu-right .sub-menu {
  top: 120%;
  left: auto;
  right: 0;
}

.woocommerce-cart .cart-contents::after, .woocommerce-checkout .cart-contents::after {
  display: none !important;
}

/**
 * User nav
 */
.menu-right.sf-menu .user-nav .sub-menu {
  left: auto;
  right: 100%;
}

/**
 * Fixed header
 */
.fixed-header {
  position: fixed;
  top: -160px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  opacity: .95;
  z-index: 999;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fixed-header.fixed-already {
  top: 0;
}
.fixed-header .site-header-inner {
  background-color: transparent;
  padding: 0;
}
.fixed-header .site-header-inner .logo {
  line-height: 46px;
  padding: 18px 40px 18px 0;
}
.fixed-header .site-navigation {
  float: right;
}
.fixed-header .site-navigation .dropdown-menu > li > a {
  padding: 18px 0;
}
.fixed-header .header-elements {
  float: right;
  margin: 25px 0 0;
  padding-left: 12px;
}
.fixed-header .header-elements li {
  float: left;
  position: relative;
  margin-left: 10px;
}
.fixed-header .header-elements li:first-child {
  margin-left: 0;
}
.fixed-header .header-elements li.header-cart .text {
  display: none;
}
.fixed-header .header-elements > li > a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 12px;
  color: #aaa;
  border: 1px solid #c6c6c6;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fixed-header .header-elements > li > a:hover {
  color: #f3b714;
  border-color: #f3b714;
}
.fixed-header .header-elements > li > a i {
  padding: 0;
}
.fixed-header .header-elements > li > .search-link::after, .fixed-header .header-elements > li > .cart-contents::after {
  content: '';
  position: absolute;
  bottom: -16px;
  right: 50%;
  margin-right: -8px;
  border-bottom: 10px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed-header .header-elements > li.sfHover .search-link::after, .fixed-header .header-elements > li.sfHover .cart-contents::after {
  border-bottom-color: #fab000;
}
.fixed-header .header-elements .sub-menu {
  top: 150%;
  left: auto;
  right: 0;
}
.fixed-header .header-elements li.header-search .sub-menu {
  min-width: 250px;
  padding: 9px 20px;
}
.fixed-header .header-elements li.header-search .sub-menu li {
  width: 100%;
}
.fixed-header .header-elements li.header-search form {
  position: relative;
}
.fixed-header .header-elements li.header-search form input[type="text"] {
  border-color: #ebebeb;
  padding-right: 43px;
}
.fixed-header .header-elements li.header-search form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 100%;
  padding: 0;
  font-size: 13px;
  background-color: transparent;
  color: #555;
}
.fixed-header .header-elements li.header-search form button:hover {
  color: #333;
}

.admin-bar .fixed-header.fixed-already {
  top: 32px;
}

/*------------------------------------*\
	$NAVIGATIONS
\*------------------------------------*/
/**
 * Superfish core style
 */
.sf-menu ul.sub-menu {
  display: none;
}

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu ul.sub-menu ul {
  top: 0;
  left: 100%;
}

/**
 * Navigation
 */
#site-navigation-wrap {
  display: block;
  background-color: #f6f6f6;
  text-align: center;
}

#site-navigation-wrap.container {
  position: relative;
}

.dropdown-menu > li:last-child {
  border-bottom: none;
}

.site-navigation .dropdown-menu > li {
  margin: 0 15px;
}
.site-navigation .dropdown-menu > li:first-child {
  margin-left: 0;
}
.site-navigation .dropdown-menu > li > a {
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 46px;
  text-transform: uppercase;
}
.site-navigation .dropdown-menu > li > a:hover, .site-navigation .dropdown-menu > li.sfHover > a, .site-navigation .dropdown-menu > li.current-menu-item > a, .site-navigation .dropdown-menu > li.current-menu-item.sfHover > a, .site-navigation .dropdown-menu > li.current-menu-item > a:hover {
  color: #f3b714;
}
.site-navigation .dropdown-menu > li > a .title {
  position: relative;
}
.site-navigation .dropdown-menu > li.menu-item-has-children > a .title:after {
  font-family: 'FontAwesome';
  content: "\f111";
  position: absolute;
  bottom: 0;
  right: -7px;
  font-size: 4px;
  line-height: 1;
  color: #ccc;
}
.site-navigation .dropdown-menu > li > a:hover .title:after, .site-navigation .dropdown-menu > li.sfHover > a .title:after, .site-navigation .dropdown-menu > li.current-menu-item > a .title:after, .site-navigation .dropdown-menu > li.current-menu-item.sfHover > a .title:after, .site-navigation .dropdown-menu > li.current-menu-item > a:hover .title:after {
  color: #fab000;
}

/**
 * Dropdown
 */
.dropdown-menu,
.dropdown-menu * {
  margin: 0;
  list-style: none;
}

.dropdown-menu li {
  display: inline-block;
  position: relative;
  list-style: none;
}
.dropdown-menu li:hover {
  transition: none;
}
.dropdown-menu li a {
  zoom: 1;
}
.dropdown-menu li .sub-menu li {
  display: block;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  line-height: 1;
  padding: 10px 0;
  background-color: #fff;
  border-top: 2px solid #fab000;
  text-align: left;
  z-index: 999;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dropdown-menu ul a {
  display: block;
  float: none;
  font-size: 12px;
  color: #8a8a8a;
  padding: 10px 20px;
  text-transform: uppercase;
}
.dropdown-menu ul a:hover,
.dropdown-menu ul > li.current-menu-item > a {
  color: #fab000;
}
.dropdown-menu ul li:last-child a {
  border-bottom: 0;
}

.dropdown-menu .sub-menu a .nav-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  font-size: 16px;
}
.dropdown-menu .sub-menu a .nav-arrow.plus::after {
  content: '+';
}

.dropdown-menu .sub-menu > .sfHover > a .nav-arrow.plus::after {
  content: '-';
}

.dropdown-menu ul li a i {
  position: relative;
  width: 20px;
  text-align: center;
  margin-right: 3px;
}

/**
 * Icons
 */
.dropdown-menu li a i {
  padding-right: 5px;
}

/**
 * Megamenu
 */
.main-navigation .megamenu {
  padding: 20px 0;
}
.main-navigation .megamenu a .nav-arrow {
  display: none;
}
.main-navigation .megamenu > li {
  float: left !important;
  border-left-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
}
.main-navigation .megamenu > li:first-child {
  border-left: none;
}
.main-navigation .megamenu > li > a {
  color: #000;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 0 20px;
  text-transform: uppercase;
}
.main-navigation .megamenu > li > a:hover {
  color: #fab000;
}
.main-navigation .megamenu > ul li {
  width: 100%;
}
.main-navigation .megamenu aside.widget {
  padding: 0 20px;
  margin-bottom: 0;
}

.main-navigation .megamenu .sub-menu,
.main-navigation.sf-menu .megamenu ul.sub-menu {
  display: block !important;
  opacity: 1 !important;
  min-width: 100%;
  position: static;
  background: transparent;
  box-shadow: none;
  padding: 0;
  border: 0;
}

/**
 * Megamenu columns
 */
.main-navigation .megamenu.columns-2 > li {
  width: 50%;
}
.main-navigation .megamenu.columns-3 > li {
  width: 33.33333333%;
}
.main-navigation .megamenu.columns-4 > li {
  width: 25%;
}
.main-navigation .megamenu.columns-5 > li {
  width: 20%;
}
.main-navigation .megamenu.columns-6 > li {
  width: 16.66666667%;
}

/**
 * Megamenu auto width
 */
@media only screen and (min-width: 959px) {
  .main-navigation .mega-auto-width .megamenu.columns-2 ul li:nth-child(2n+1), .main-navigation .mega-auto-width .megamenu.columns-3 ul li:nth-child(3n+1), .main-navigation .mega-auto-width .megamenu.columns-4 ul li:nth-child(4n+1), .main-navigation .mega-auto-width .megamenu.columns-5 ul li:nth-child(5n+1), .main-navigation .mega-auto-width .megamenu.columns-6 ul li:nth-child(6n+1) {
    clear: both;
  }
  .main-navigation .mega-auto-width .megamenu.columns-2 {
    width: 440px;
  }
  .main-navigation .mega-auto-width .megamenu.columns-3 {
    width: 660px;
  }
  .main-navigation .mega-auto-width .megamenu.columns-4 {
    width: 780px;
  }
  .main-navigation .mega-auto-width .megamenu.columns-5 {
    width: 980px;
  }
  .main-navigation .mega-auto-width .megamenu.columns-6 {
    width: 1080px;
  }
}
/**
 * Item description
 */
.nav-content {
  display: block;
  font-size: 11px;
  line-height: 1em;
  padding-bottom: 5px;
  opacity: 0.7;
}

/*------------------------------------*\
	$TITLE
\*------------------------------------*/
.site-title {
  display: block;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.site-title h1 {
  font-size: 20px;
  line-height: 1;
  margin: 0;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.site-title .site-breadcrumbs {
  color: #929292;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 12px;
}
.site-title .site-breadcrumbs a {
  color: #929292;
}
.site-title .site-breadcrumbs a:hover {
  color: #f3b714;
}
.site-title .sep {
  padding: 0 8px;
}

/**
 * Background image
 */
.site-title.background-img {
  display: table;
  width: 100%;
  position: relative;
}
.site-title.background-img .container {
  display: table-cell;
  width: 100%;
  position: relative;
  vertical-align: middle;
  padding: 0 30px;
  z-index: 2;
}
.site-title.background-img .background-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 1;
}

/*------------------------------------*\
	$CONTENT
\*------------------------------------*/
article.post {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
article.post .entry-media {
  position: relative;
}
article.post .entry-media img {
  width: 100%;
}
article.post .entry-media .entry-date, article.post .entry-media .entry-date::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
article.post .entry-media .entry-date {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 10px 13px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #555;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 10;
}
article.post .entry-media .entry-date::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
}
article.post .entry-media:hover .entry-date, article.post .entry-media:hover .entry-date::after {
  background-color: #fab000;
  color: #fff;
}
article.post .entry-header {
  margin: 20px 0;
}
article.post .entry-header ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
article.post .entry-header ul li, article.post .entry-header ul li a {
  color: #999;
}
article.post .entry-header ul li {
  float: left;
  font-size: 10px;
  line-height: 1;
  margin-right: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
article.post .entry-header ul li:last-child {
  margin-right: 0;
}
article.post .entry-header ul li i {
  color: #f3b714;
  margin-right: 5px;
}
article.post .entry-header ul li a:hover {
  color: #f3b714;
}
article.post .more-link {
  display: inline-block;
  color: #555;
  border: 1px solid #ccc;
  font-size: 10px;
  line-height: 1;
  padding: 10px 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
article.post .more-link:hover {
  color: #fab000;
  border-color: #fab000;
}

/**
 * Audio Format
 */
.responsive-audio-wrap {
  line-height: 1;
}

/**
 * Gallery Format
 */
.gallery-format.owl-theme .owl-controls {
  margin-top: 0;
}
.gallery-format.owl-theme .owl-controls .owl-buttons div {
  display: block;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 50%;
  margin: -25px 0 0;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  line-height: 46px;
  font-size: 22px;
  padding: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 10;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gallery-format.owl-theme .owl-controls .owl-buttons div:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #555;
}
.gallery-format.owl-theme .owl-controls .owl-prev {
  left: 20px;
}
.gallery-format.owl-theme .owl-controls .owl-next {
  right: 20px;
}
.gallery-format.owl-theme:hover .owl-controls .owl-buttons div {
  opacity: 1;
  visibility: visible;
}

/**
 * Link Format
 */
.link-entry i {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  line-height: 60px;
  background-color: #555;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.entry-media:hover i {
  background-color: #fab000;
}

/**
 * Quote Format
 */
.singular .quote-entry {
  margin-bottom: 40px;
}

.quote-entry {
  position: relative;
  background-color: #f6f6f6;
  color: #797979;
  overflow: hidden;
  padding: 20px;
}
.quote-entry i {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  line-height: 60px;
  background-color: #555;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quote-entry:hover i {
  background-color: #fab000;
}

.quote-title {
  padding-right: 80px;
}
.quote-title .quote-content {
  font-size: 18px;
  line-height: 1.6;
  color: #797979;
  font-style: italic;
}
.quote-title .quote-content p {
  margin: 0;
}
.quote-title .quote-author {
  display: block;
  padding-top: 15px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.quote-title .quote-author::before {
  content: '~ ';
}
.quote-title .quote-author::after {
  content: ' ~';
}

/**
 * Single Post
 */
.tag-links a {
  display: inline-block;
  background-color: #f6f6f6;
  color: #555;
  font-size: 11px;
  line-height: 1;
  padding: 6px 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 6px;
}
.tag-links a:last-child {
  margin-right: 0;
}
.tag-links a:hover {
  background-color: #f2f2f2;
  color: #444;
}

.entry-share {
  display: inline-block;
  width: 100%;
  background-color: #f6f6f6;
  padding: 15px;
  margin-top: 40px;
}
.entry-share .share-title {
  float: left;
  font-size: 12px;
  line-height: 30px;
  color: #555;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.entry-share ul {
  float: right;
  margin-bottom: 0;
}
.entry-share ul li {
  display: inline-block;
  margin-right: 5px;
}
.entry-share ul li:last-child {
  margin-right: 0;
}
.entry-share ul li a {
  display: block;
  font-family: "Open Sans", sans-serif;
  display: block;
  background-color: #222;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.entry-share ul li a:hover {
  background-color: #f3b714;
}

/**
 * Next/Prev
 */
.loop-nav {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.loop-nav .title {
  display: block;
  color: #f3b714;
}
.loop-nav .prev {
  float: left;
  width: 50%;
  text-align: left;
  border-right-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
  padding-right: 20px;
}
.loop-nav .prev .icon {
  float: left;
  margin-right: 20px;
}
.loop-nav .next {
  float: right;
  width: 50%;
  text-align: right;
  padding-left: 20px;
}
.loop-nav .next .icon {
  float: right;
  margin-left: 20px;
}
.loop-nav .icon {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}
.loop-nav h3 {
  display: block;
  font-size: 16px;
  margin: 5px 0 0;
}

/**
 * Author box
 */
.author-bio {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.author-bio .author-box-avatar {
  float: left;
  margin-right: 20px;
  max-width: 100px;
}
.author-bio .author-box-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.author-bio .description {
  overflow: hidden;
}
.author-bio .description h3 {
  font-size: 14px;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.author-bio .description p {
  margin-bottom: 0;
}
.author-bio .social-links {
  margin-top: 12px;
}
.author-bio .social-links a {
  font-size: 14px;
  margin: 0 5px;
}
.author-bio .social-links a.twitter {
  color: #00aced;
}
.author-bio .social-links a.twitter:hover {
  color: #7ee1fe;
}
.author-bio .social-links a.facebook {
  color: #3b5998;
}
.author-bio .social-links a.facebook:hover {
  color: #4e7ddd;
}
.author-bio .social-links a.gplus {
  color: #dd4b39;
}
.author-bio .social-links a.gplus:hover {
  color: #fc7a69;
}
.author-bio .social-links a.instagram {
  color: #517fa4;
}
.author-bio .social-links a.instagram:hover {
  color: #4b8dc2;
}
.author-bio .social-links a.pinterest {
  color: #cb2027;
}
.author-bio .social-links a.pinterest:hover {
  color: #fe575e;
}

/**
 * Entry titles
 */
.entry-post-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: uppercase;
}

/**
 * Related posts
 */
.related-posts {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.related-posts ul {
  margin-bottom: 0;
}
.related-posts ul li {
  float: left;
  margin: 0 1.4% 0 0;
  width: 32.4%;
  text-align: center;
}
.related-posts ul li:last-child {
  margin-right: 0;
}
.related-posts ul li a.related-thumb {
  display: block;
  background-color: #000;
}
.related-posts ul li a.related-thumb img {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.related-posts ul li a.related-thumb:hover img {
  opacity: .7;
}
.related-posts ul li .entry-category {
  padding: 10px 0 0;
  color: #f3b714;
}
.related-posts ul li .entry-category a {
  font-size: 11px;
  color: #f3b714;
  text-transform: uppercase;
}
.related-posts ul li h2 {
  font-size: 14px;
  line-height: 22px;
  margin: 3px 0 0;
}

/**
 * Pagination
 */
ul.page-numbers {
  margin: 30px 0 0;
  list-style: none;
  text-align: center;
}
ul.page-numbers li {
  display: inline-block;
}
ul.page-numbers li:last-child a {
  margin: 0;
}
ul.page-numbers a, ul.page-numbers span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 8px 0 0;
  text-align: center;
  color: #bbb;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.page-numbers a span {
  padding: 0;
}
ul.page-numbers a i {
  padding: 0;
}
ul.page-numbers a:hover, ul.page-numbers .page-numbers.current,
ul.page-numbers .page-numbers.current:hover {
  color: #000;
  background: #f8f8f8;
}

/**
 * Search page
 */
.search article.page {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.search article.page .entry-header {
  margin: 0 0 20px;
}
.search article.page .more-link {
  display: inline-block;
  color: #555;
  border: 1px solid #ccc;
  font-size: 10px;
  line-height: 1;
  padding: 10px 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.search article.page .more-link:hover {
  color: #fab000;
  border-color: #fab000;
}

/**
 * 404 page
 */
.error-404 .content-area {
  float: none;
  width: 100%;
}

.not-found {
  text-align: center;
}
.not-found h1 {
  font-size: 42px;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 8px;
}
.not-found p {
  font-size: 18px;
  margin-bottom: 60px;
}
.not-found .error-text {
  display: block;
  font-family: Montserrat,sans-serif;
  font-size: 120px;
  line-height: 1;
  color: #333;
}
.not-found .error-text span {
  color: #fab000;
}
.not-found #search-form {
  max-width: 570px;
  margin: 60px auto;
}
.not-found #search-form form {
  position: relative;
}
.not-found #search-form form input[type="search"] {
  float: none;
  width: 100%;
}
.not-found #search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  width: 45px;
  background-color: transparent;
  color: #555;
}
.not-found #search-form form button:hover {
  color: #333;
}

/*------------------------------------*\
	$SIDEBAR
\*------------------------------------*/
.widget {
  margin-bottom: 50px;
}

.widget-title {
  position: relative;
  font-size: 14px;
  padding-bottom: 8px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ebebeb;
  font-weight: 600;
  text-transform: uppercase;
}
.widget-title::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
  height: 2px;
  width: 50px;
  background-color: #fab000;
}

/**
 * About me widget
 */
.about-me {
  position: relative;
}
.about-me.center {
  text-align: center;
}
.about-me .about-me-avatar, .about-me .about-me-social {
  margin-top: 20px;
}
.about-me .about-me-avatar img {
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.about-me .about-me-name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0;
  text-transform: uppercase;
  clear: none;
}
.about-me .about-me-social li {
  display: inline-block;
  margin-left: 6px;
}
.about-me .about-me-social li:first-child {
  margin-left: 0;
}
.about-me .about-me-social li a {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.about-me .about-me-social.style-color li a, .about-me .about-me-social.style-color li a:hover {
  color: #fff;
}
.about-me .about-me-social.style-color li.facebook a {
  background-color: #37589b;
}
.about-me .about-me-social.style-color li.facebook a:hover {
  background-color: #4e7ddd;
}
.about-me .about-me-social.style-color li.twitter a {
  background-color: #46d4fe;
}
.about-me .about-me-social.style-color li.twitter a:hover {
  background-color: #7ee1fe;
}
.about-me .about-me-social.style-color li.google-plus a {
  background-color: #de5a49;
}
.about-me .about-me-social.style-color li.google-plus a:hover {
  background-color: #fc7a69;
}
.about-me .about-me-social.style-color li.instagram a {
  background-color: #5996c7;
}
.about-me .about-me-social.style-color li.instagram a:hover {
  background-color: #69b4f0;
}
.about-me .about-me-social.style-color li.linkedin a {
  background-color: #419cca;
}
.about-me .about-me-social.style-color li.linkedin a:hover {
  background-color: #52c3fc;
}
.about-me .about-me-social.style-color li.pinterest a {
  background-color: #cb2027;
}
.about-me .about-me-social.style-color li.pinterest a:hover {
  background-color: #f7555c;
}
.about-me .about-me-social.style-color li.youtube-play a {
  background-color: #dd4646;
}
.about-me .about-me-social.style-color li.youtube-play a:hover {
  background-color: #ff6262;
}
.about-me .about-me-social.style-light li a {
  color: #aaa;
  border: 1px solid #ddd;
}
.about-me .about-me-social.style-dark li a {
  color: #333;
  border: 1px solid #777;
}
.about-me .about-me-social.style-light li.facebook a:hover, .about-me .about-me-social.style-dark li.facebook a:hover {
  color: #37589b;
  border-color: #37589b;
}
.about-me .about-me-social.style-light li.twitter a:hover, .about-me .about-me-social.style-dark li.twitter a:hover {
  color: #46d4fe;
  border-color: #46d4fe;
}
.about-me .about-me-social.style-light li.google-plus a:hover, .about-me .about-me-social.style-dark li.google-plus a:hover {
  color: #de5a49;
  border-color: #de5a49;
}
.about-me .about-me-social.style-light li.instagram a:hover, .about-me .about-me-social.style-dark li.instagram a:hover {
  color: #5996c7;
  border-color: #5996c7;
}
.about-me .about-me-social.style-light li.linkedin a:hover, .about-me .about-me-social.style-dark li.linkedin a:hover {
  color: #419cca;
  border-color: #419cca;
}
.about-me .about-me-social.style-light li.pinterest a:hover, .about-me .about-me-social.style-dark li.pinterest a:hover {
  color: #cb2027;
  border-color: #cb2027;
}
.about-me .about-me-social.style-light li.youtube-play a:hover, .about-me .about-me-social.style-dark li.youtube-play a:hover {
  color: #dd4646;
  border-color: #dd4646;
}

/**
 * Banner widget
 */
.banner-widget .saha-banner-wrap {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.banner-widget .saha-banner-wrap.saha-fade {
  background-color: #000;
}
.banner-widget .saha-banner-wrap.saha-fade.white {
  background-color: #fff;
}
.banner-widget .saha-banner-wrap.saha-fade:hover img {
  opacity: 0.7;
}
.banner-widget .saha-banner-wrap.saha-grow {
  background-color: #000;
}
.banner-widget .saha-banner-wrap.saha-grow.white {
  background-color: #fff;
}
.banner-widget .saha-banner-wrap.saha-grow:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.7;
}
.banner-widget .saha-banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 10px;
  margin: 10px;
  font-size: 13px;
  z-index: 2;
}
.banner-widget .saha-left .saha-banner-inner {
  text-align: left;
}
.banner-widget .saha-center .saha-banner-inner {
  text-align: center;
}
.banner-widget .saha-right .saha-banner-inner {
  text-align: right;
}
.banner-widget .valign-middle .saha-banner-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-widget .valign-bottom .saha-banner-inner {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.banner-widget .saha-left.valign-bottom .saha-banner-inner {
  left: 10px;
}
.banner-widget .saha-right.valign-bottom .saha-banner-inner {
  right: 10px;
  left: auto;
}
.banner-widget .valign-bottom.saha-has-button .saha-banner-inner {
  bottom: 60px;
}
.banner-widget .saha-banner-inner .top-text {
  font-size: 12px;
  color: #333;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.banner-widget .saha-banner-inner hr {
  background-color: #a8a8a8;
  width: 50px;
  height: 1px;
  margin: 15px auto;
  border: 0;
}
.banner-widget .saha-banner-inner .title {
  font-family: 'montserrat';
  color: #333;
  margin: 0;
  font-size: 44px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner-widget .saha-banner-inner .text {
  font-size: 14px;
  line-height: 1.4;
  color: #777;
  margin: 12px 0;
}
.banner-widget .saha-banner-content p {
  margin: 0;
  font-size: 15px;
}
.banner-widget .saha-button {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.banner-widget .saha-button a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner-widget .saha-button a.black {
  background-color: #333;
}
.banner-widget .saha-button a.black:hover {
  background-color: #fff;
  color: #333;
}
.banner-widget .saha-button a.blue {
  background-color: #01aef0;
}
.banner-widget .saha-button a.brown {
  background-color: #6b584a;
}
.banner-widget .saha-button a.green {
  background-color: #3fc387;
}
.banner-widget .saha-button a.gold {
  background-color: #cda85b;
}
.banner-widget .saha-button a.pink {
  background-color: #ff69B4;
}
.banner-widget .saha-button a.purple {
  background-color: #c76ac8;
}
.banner-widget .saha-button a.red {
  background-color: #fe5252;
}
.banner-widget .saha-button a.white {
  background-color: #fff;
  color: #333;
}
.banner-widget .saha-button a.yellow {
  background-color: #f7c51e;
}
.banner-widget .saha-button a:hover {
  background: #333;
  color: #fff;
}
.banner-widget img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/**
 * Brand widget
 */
.saha-brand {
  margin: 0;
}
.saha-brand li {
  padding: 0 15px;
}
.saha-brand li img {
  display: block;
  width: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.saha-brand li img.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.saha-brand li img.grayscale:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.saha-brand li img:hover {
  opacity: 1;
}
.saha-brand.owl-theme .owl-controls {
  margin-top: 0;
}
.saha-brand.owl-theme .owl-controls .owl-buttons .owl-prev, .saha-brand.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  font-size: 32px;
  color: #ddd;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.saha-brand.owl-theme .owl-controls .owl-buttons .owl-prev:hover, .saha-brand.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  color: #333;
}
.saha-brand.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -20px;
}
.saha-brand.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -20px;
}

/**
 * Calendar widget
 */
#wp-calendar {
  position: relative;
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  border: 0;
}
#wp-calendar caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 10px;
  padding: 0 0 10px 0;
  background-color: transparent;
  color: #222;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #ebebeb;
  text-align: center;
  text-transform: uppercase;
}
#wp-calendar td, #wp-calendar th {
  text-align: center;
}
#wp-calendar th {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  padding: 13px 0px 14px 0px;
  background-color: transparent;
  color: #444;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ebebeb;
}
#wp-calendar tbody {
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #ebebeb;
}
#wp-calendar tbody td,
#wp-calendar tbody td:hover,
#wp-calendar tbody td.pad:hover {
  background: transparent;
}
#wp-calendar tbody td {
  font-family: 'Open Sans';
  font-size: 12px;
  color: #888;
  width: 14.2857%;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  padding: 5px 0 0 0;
  border: 0;
  vertical-align: middle;
}
#wp-calendar tbody tr:last-child td {
  padding-bottom: 10px;
}
#wp-calendar tbody a, #wp-calendar tbody #today {
  font-weight: 600;
}
#wp-calendar tbody #today {
  color: #111;
}
#wp-calendar tfoot td {
  background-color: transparent;
  border: 0;
}
#wp-calendar tfoot tr td {
  position: absolute;
  top: -10px;
  font-family: 'Montserrat', sans-serif;
  background-color: transparent !important;
  font-size: 11px;
  padding-top: 10px;
  text-transform: uppercase;
}
#wp-calendar tfoot tr td a {
  border-bottom: 1px solid;
}
#wp-calendar tfoot tr td a:hover {
  border-bottom-style: dashed;
}
#wp-calendar tfoot #next {
  right: 0;
}

/**
 * Contact info widget
 */
.contact-info-widget li {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}
.contact-info-widget li:last-child {
  margin-bottom: 0;
}
.contact-info-widget i {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e2e2e2;
  color: #fab000;
  margin-right: 15px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.contact-info-widget .saha-info-wrap,
.contact-info-widget span.saha-contact-title,
.contact-info-widget span.saha-contact-text {
  display: block;
}
.contact-info-widget span.saha-contact-title {
  color: #777;
  font-weight: bold;
  line-height: 1.4;
}
.contact-info-widget span.saha-contact-text {
  line-height: 18px;
}
.contact-info-widget li.skype {
  display: inline-block;
}
.contact-info-widget li.skype a {
  display: inline-block;
  background-color: #f3b714;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 15px;
}
.contact-info-widget li.skype a:hover {
  background-color: #333;
  color: #fff;
}

/**
 * Custom links widget
 */
.custom-links-widget .saha-custom-links {
  margin: 0;
}
.custom-links-widget .saha-custom-links li {
  padding: 2px 0;
}
.custom-links-widget .saha-custom-links li a {
  display: block;
  position: relative;
  font-size: 13px;
  text-transform: capitalize;
}
.custom-links-widget .saha-custom-links li a::before {
  content: '\f10c';
  display: inline-block;
  color: #ccc;
  font-size: 10px;
  margin-right: 10px;
  margin-top: -2px;
  font-family: FontAwesome;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  zoom: 1;
}
.custom-links-widget .saha-custom-links li a:hover {
  margin-left: 8px;
}
.custom-links-widget .saha-custom-links li a:hover::before {
  color: #fab000;
}
.custom-links-widget .saha-custom-links li:first-child {
  padding-top: 0;
}

/**
 * Feedburner widget
 */
.subscribe-widget form {
  display: inline-block;
  width: 100%;
}
.subscribe-widget form button {
  float: right;
  margin-top: 12px;
}

/**
 * Flickr widget
 */
.flickr_badge_image {
  float: left;
  margin: 0 4% 10px 0;
  width: 30.6%;
}
.flickr_badge_image#flickr_badge_image3, .flickr_badge_image#flickr_badge_image6, .flickr_badge_image#flickr_badge_image9 {
  margin-right: 0;
}
.flickr_badge_image a {
  border: none;
}
.flickr_badge_image img {
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

p.flickr_stream_wrap {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 90%;
  line-height: 1;
  letter-spacing: 0.6px;
}
p.flickr_stream_wrap a {
  display: inline-block;
  background-image: url("./assets/img/flickr.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}

/**
 * Icon box widget
 */
.saha-box-inner.top {
  text-align: center;
}
.saha-box-inner.left .saha-icon-wrap, .saha-box-inner.left .content {
  display: table-cell;
}
.saha-box-inner.left .saha-icon-wrap {
  vertical-align: top;
}
.saha-box-inner.left .saha-icon {
  margin: 0 20px 0 0;
}
.saha-box-inner.left .content {
  vertical-align: middle;
  text-align: left;
}
.saha-box-inner.right .saha-icon-wrap, .saha-box-inner.right .content {
  display: table-cell;
}
.saha-box-inner.right .saha-icon-wrap {
  vertical-align: top;
}
.saha-box-inner.right .saha-icon {
  margin: 0 0 0 20px;
}
.saha-box-inner.right .content {
  vertical-align: middle;
  text-align: right;
}
.saha-box-inner.icon-colored .saha-icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.saha-box-inner .saha-icon {
  display: inline-block;
  font-size: 35px;
  margin-bottom: 20px;
  text-align: center;
}
.saha-box-inner .content {
  vertical-align: middle;
}
.saha-box-inner h2.box-title {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 5px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.saha-box-inner p {
  margin: 0 0 10px;
}
.saha-box-inner p:last-child {
  margin: 0;
}
.saha-box-inner .read-more-wrap {
  display: block;
  margin-top: 10px;
}
.saha-box-inner .read-more-wrap a.box-link {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  text-transform: uppercase;
}

/**
 * MailChimp widget
 */
.mailchimp-widget .saha-mail-text {
  margin-bottom: 10px;
}
.mailchimp-widget form {
  position: relative;
  width: 100%;
}
.mailchimp-widget input[type="email"] {
  width: 100%;
  height: 44px;
  background-color: transparent;
  color: #7f7f7f;
  border-width: 1px;
  border-color: #ebebeb;
  font-size: 13px;
  padding: 0 60px 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.mailchimp-widget button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 42px;
  background-color: transparent;
  color: #1a1f24;
  font-size: 16px;
  border: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mailchimp-widget button:hover {
  color: #f3b714;
}

/**
 * Posts carousel widget
 */
.saha-posts-carousel {
  margin: 0;
}
.saha-posts-carousel article.post {
  padding: 0 15px;
  margin-bottom: 0;
  border-bottom: 0;
}
.saha-posts-carousel article.post.center {
  text-align: center;
}
.saha-posts-carousel article.post.center .entry-header ul li {
  float: none;
  display: inline-block;
}
.saha-posts-carousel article.post .entry-header {
  margin: 15px 0 10px;
}
.saha-posts-carousel article.post .entry-header h2.entry-title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.saha-posts-carousel article.post .entry-header ul li {
  font-size: 12px;
  margin-right: 12px;
  letter-spacing: 0.6px;
  text-transform: lowercase;
}
.saha-posts-carousel article.post .entry-media .entry-date {
  font-size: 11px;
}
.saha-posts-carousel article.post .entry-summary p:last-child {
  margin: 0;
}
.saha-posts-carousel article.post .more-link {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0 0 6px;
  margin-top: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.saha-posts-carousel.owl-theme .owl-controls {
  margin-top: 0;
}
.saha-posts-carousel.owl-theme .owl-controls .owl-buttons .owl-prev, .saha-posts-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -70px;
  font-size: 32px;
  color: #ddd;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.saha-posts-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:hover, .saha-posts-carousel.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  color: #333;
}
.saha-posts-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -20px;
}
.saha-posts-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -20px;
}

/**
 * Posts thumbnails widget
 */
.posts-thumbnails-widget li {
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
}
.posts-thumbnails-widget li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}

.recent-posts-thumbnail {
  float: left;
  margin-right: 10px;
}
.recent-posts-thumbnail img {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.recent-posts-thumbnail:hover {
  opacity: 0.7;
}

.info-wrap {
  display: block;
  margin-top: 5px;
}

.recent-posts-date,
.recent-posts-comments {
  display: inline-block;
  color: #777;
  font-size: 11px;
}

.recent-posts-date i,
.recent-posts-comments i {
  font-size: 11px;
  margin-right: 4px;
  vertical-align: middle;
}

.recent-posts-date {
  margin-right: 8px;
}

.recent-posts-comments a {
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
}
.recent-posts-comments a:before {
  display: none;
}

/**
 * Search widget
 */
#search-form form {
  display: inline-block;
  width: 100%;
}
#search-form form input[type="search"] {
  float: left;
  width: 80%;
}
#search-form form button {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
  min-height: 36px;
}

/**
 * Slider widget
 */
.saha-slider-wrap .saha-slider {
  margin: 0;
}
.saha-slider-wrap .saha-slider li {
  position: relative;
  overflow: hidden;
}
.saha-slider-wrap .slider-content-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 13px;
  z-index: 2;
}
.saha-slider-wrap .saha-left .slider-content {
  text-align: left;
}
.saha-slider-wrap .saha-center .slider-content {
  text-align: center;
}
.saha-slider-wrap .saha-right .slider-content {
  text-align: right;
}
.saha-slider-wrap .valign-top .slider-content {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.saha-slider-wrap .valign-top-left .slider-content {
  position: absolute;
  top: 20px;
  left: 80px;
}
.saha-slider-wrap .valign-top-right .slider-content {
  position: absolute;
  top: 20px;
  right: 80px;
}
.saha-slider-wrap .valign-middle .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.saha-slider-wrap .valign-middle-left .slider-content {
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.saha-slider-wrap .valign-middle-right .slider-content {
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.saha-slider-wrap .valign-bottom .slider-content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.saha-slider-wrap .valign-bottom-left .slider-content {
  position: absolute;
  bottom: 20px;
  left: 80px;
}
.saha-slider-wrap .valign-bottom-right .slider-content {
  position: absolute;
  bottom: 20px;
  right: 80px;
}
.saha-slider-wrap .saha-banner-content p {
  width: 100%;
  margin: 0;
  font-size: 15px;
}
.saha-slider-wrap img {
  width: 100%;
}
.saha-slider-wrap .slider-content .top-text {
  font-size: 12px;
  color: #333;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.saha-slider-wrap .slider-content hr {
  background-color: #a8a8a8;
  width: 50px;
  height: 1px;
  margin: 15px auto;
  border: 0;
}
.saha-slider-wrap .slider-content .title {
  font-family: 'montserrat';
  color: #333;
  margin: 0;
  font-size: 44px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.saha-slider-wrap .slider-content .text {
  font-size: 14px;
  line-height: 1.4;
  color: #777;
  margin: 12px 0;
}
.saha-slider-wrap .slider-content .slide-btn {
  display: inline-block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.saha-slider-wrap .slider-content .slide-btn.white {
  background-color: #fff;
  color: #333;
}
.saha-slider-wrap .slider-content .slide-btn.white:hover {
  background-color: #eee;
  color: #333;
}
.saha-slider-wrap .slider-content .slide-btn.black {
  background-color: #333;
  color: #fff;
}
.saha-slider-wrap .slider-content .slide-btn.black:hover {
  background-color: #000;
  color: #fff;
}
.saha-slider-wrap .slider-content .slide-btn.grey {
  background-color: #a8a8a8;
  color: #fff;
}
.saha-slider-wrap .slider-content .slide-btn.grey:hover {
  background-color: #777;
  color: #fff;
}
.saha-slider-wrap .slider-content .slide-btn.blue {
  background-color: #43b8dd;
  color: #fff;
}
.saha-slider-wrap .slider-content .slide-btn.blue:hover {
  background-color: #1d8eb2;
  color: #fff;
}
.saha-slider-wrap .slider-content .slide-btn.blue-dark {
  background-color: #3d3d3d;
  color: #fff;
}
.saha-slider-wrap .slider-content .slide-btn.blue-dark:hover {
  background-color: #303030;
  color: #fff;
}
.saha-slider-wrap .slider-content .slide-btn.brown-dark {
  background-color: #3d3d3d;
  color: #fff;
}
.saha-slider-wrap .slider-content .slide-btn.brown-dark:hover {
  background-color: #292929;
  color: #fff;
}
.saha-slider-wrap .slider-content .slide-btn.red {
  background-color: #fe5252;
  color: #fff;
}
.saha-slider-wrap .slider-content .slide-btn.red:hover {
  background-color: #c03939;
  color: #fff;
}
.saha-slider-wrap .slider-content .slide-btn.yellow {
  background-color: #f3b714;
  color: #fff;
}
.saha-slider-wrap .slider-content .slide-btn.yellow:hover {
  background-color: #333;
  color: #fff;
}
.saha-slider-wrap .owl-theme .owl-controls {
  opacity: 0;
  visibility: hidden;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.saha-slider-wrap .owl-theme .owl-controls .owl-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.saha-slider-wrap .owl-theme .owl-controls .owl-pagination span {
  background-color: transparent;
  border-width: 1px;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.saha-slider-wrap .owl-theme .owl-buttons .owl-prev, .saha-slider-wrap .owl-theme .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.saha-slider-wrap .owl-theme .owl-buttons .owl-prev {
  left: 0;
}
.saha-slider-wrap .owl-theme .owl-buttons .owl-next {
  right: 0;
}
.saha-slider-wrap:hover .owl-theme .owl-controls {
  opacity: 1;
  visibility: visible;
}
.saha-slider-wrap.white .owl-theme .owl-controls .owl-page span {
  border-color: #fff;
}
.saha-slider-wrap.white .owl-theme .owl-controls .owl-page.active span, .saha-slider-wrap.white .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #fff;
  border-color: #fff;
}
.saha-slider-wrap.white .owl-theme .owl-buttons .owl-prev, .saha-slider-wrap.white .owl-theme .owl-buttons .owl-next {
  background-color: rgba(255, 255, 255, 0.6);
  color: #333;
}
.saha-slider-wrap.white .owl-theme .owl-buttons .owl-prev:hover, .saha-slider-wrap.white .owl-theme .owl-buttons .owl-next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.saha-slider-wrap.black .owl-theme .owl-controls .owl-page span {
  border-color: #333;
}
.saha-slider-wrap.black .owl-theme .owl-controls .owl-page.active span, .saha-slider-wrap.black .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #333;
  border-color: #333;
}
.saha-slider-wrap.black .owl-theme .owl-buttons .owl-prev, .saha-slider-wrap.black .owl-theme .owl-buttons .owl-next {
  background-color: rgba(57, 57, 57, 0.6);
  color: #fff;
}
.saha-slider-wrap.black .owl-theme .owl-buttons .owl-prev:hover, .saha-slider-wrap.black .owl-theme .owl-buttons .owl-next:hover {
  background-color: rgba(57, 57, 57, 0.8);
}

/**
 * Social icons widget
 */
.social-widget {
  display: inline-block;
  width: 100%;
}
.social-widget .social-icons {
  margin: 0;
}
.social-widget .rotate a:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.social-widget .zoomout a:hover {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.social-widget .float a:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.social-widget li {
  display: inline-block;
  margin: 3px;
  padding: 0;
}
.social-widget li a {
  display: block;
  font-family: "Open Sans", sans-serif;
  color: #bbb;
  border: 1px solid #ddd;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social-widget li.facebook a:hover {
  color: #37589b;
  border-color: #37589b;
}
.social-widget li.flickr a:hover {
  color: #fa4086;
  border-color: #fa4086;
}
.social-widget li.google-plus a:hover {
  color: #de5a49;
  border-color: #de5a49;
}
.social-widget li.instagram a:hover {
  color: #3F729B;
  border-color: #3F729B;
}
.social-widget li.linkedin a:hover {
  color: #3399CC;
  border-color: #3399CC;
}
.social-widget li.pinterest-p a:hover {
  color: #CB2027;
  border-color: #CB2027;
}
.social-widget li.tumblr a:hover {
  color: #2C4762;
  border-color: #2C4762;
}
.social-widget li.twitter a:hover {
  color: #46d4fe;
  border-color: #46d4fe;
}
.social-widget li.youtube-play a:hover {
  color: #C4302B;
  border-color: #C4302B;
}
.social-widget li.rss a:hover {
  color: #ff7900;
  border-color: #ff7900;
}
.social-widget li.vimeo-square a:hover {
  color: #1ab7ea;
  border-color: #1ab7ea;
}
.social-widget li.vine a:hover {
  color: #00bf8f;
  border-color: #00bf8f;
}

/**
 * Tabs widget
 */
.tabs-widget {
  border: 1px solid #ebebeb;
  margin-bottom: 40px;
}
.tabs-widget .saha-top {
  display: inline-block;
  width: 100%;
  background: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
  padding: 0;
  margin: 0;
}
.tabs-widget ul.tabs-nav {
  overflow: hidden;
  margin: 0;
}
.tabs-widget ul.tabs-nav li {
  float: left;
  width: 33.3333333333%;
  position: relative;
  background: transparent;
  border-right-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: center;
}
.tabs-widget ul.tabs-nav li:last-child {
  border-right: 0;
}
.tabs-widget ul.tabs-nav li a {
  display: block;
  font-family: "Open Sans", sans-serif;
  color: #555;
  padding: 0 5px;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  outline: 0;
}
.tabs-widget ul.tabs-nav li a:hover, .tabs-widget ul.tabs-nav li.active a {
  background: #fff;
  color: #000;
}
.tabs-widget .tab-content {
  clear: both;
  display: none;
  padding: 10px;
}
.tabs-widget .tab-content #saha-tab1 {
  display: block;
}
.tabs-widget .tab-content ul {
  margin: 0;
}
.tabs-widget .tab-content li {
  display: block;
  line-height: 18px;
  overflow: hidden;
  padding: 6px 0;
  border-bottom: 1px solid #f2f2f2;
}
.tabs-widget .tab-content li:last-child {
  border-bottom: 0;
}
.tabs-widget .tab-content li a {
  font-size: 14px;
}
.tabs-widget .tab-content li h2 {
  font-size: 14px;
  margin: 0;
  clear: none;
}
.tabs-widget .tab-content li .saha-date {
  display: inline-block;
  font-size: 12px;
  color: #aaa;
  margin: 4px 0 0;
}
.tabs-widget .tab-content li .saha-date i {
  font-size: 10px;
  padding-right: 3px;
}
.tabs-widget .tab-content.saha-tagcloud {
  font-size: 0;
}
.tabs-widget .tab-content.saha-tagcloud a {
  display: inline-block;
  background-color: #f6f6f6;
  color: #555;
  padding: 6px 10px;
  letter-spacing: 0.4px;
  margin: 0 1px 1px 0;
}
.tabs-widget .tab-content.saha-tagcloud a:hover {
  background-color: #f2f2f2;
  color: #333;
}
.tabs-widget .saha-post-thumbnail {
  float: left;
  margin-right: 10px;
  position: relative;
  line-height: 0;
}
.tabs-widget .saha-post-thumbnail img {
  max-width: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs-widget .saha-post-thumbnail a:hover img {
  opacity: 0.5;
}

/**
 * Tabs widget
 */
.tagcloud a {
  display: inline-block;
  background-color: #f6f6f6;
  color: #555;
  line-height: 1;
  padding: 6px 10px;
  margin: 0 2px 5px 0;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.tagcloud a:hover {
  background-color: #f2f2f2;
  color: #333;
}

/**
 * Testimonials widget
 */
.testimonials-slider-wrap.white .testimonials-slider .testimonial-quote {
  color: #eee;
}
.testimonials-slider-wrap.white .testimonials-slider .testimonial-author {
  color: #fff;
}
.testimonials-slider-wrap.white .testimonials-slider .testimonial-company a {
  color: #bbb;
}
.testimonials-slider-wrap.white .testimonials-slider .testimonial-company a:hover {
  color: #fff;
}
.testimonials-slider-wrap.white .owl-theme .owl-controls .owl-page span {
  background-color: #bbb;
  border-color: #bbb;
}
.testimonials-slider-wrap.white .owl-theme .owl-controls .owl-page.active span, .testimonials-slider-wrap.white .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: transparent;
  border-color: #fff;
}
.testimonials-slider-wrap.black .testimonials-slider .testimonial-quote {
  color: #333;
}
.testimonials-slider-wrap.black .testimonials-slider .testimonial-author {
  color: #000;
}
.testimonials-slider-wrap.black .testimonials-slider .testimonial-company a {
  color: #777;
}
.testimonials-slider-wrap.black .testimonials-slider .testimonial-company a:hover {
  color: #000;
}
.testimonials-slider-wrap.black .owl-theme .owl-controls .owl-page span {
  background-color: #777;
  border-color: #777;
}
.testimonials-slider-wrap.black .owl-theme .owl-controls .owl-page.active span, .testimonials-slider-wrap.black .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: transparent;
  border-color: #000;
}

.testimonials-slider {
  margin: 0;
}
.testimonials-slider li {
  text-align: center;
}
.testimonials-slider .testimonial-thumb {
  margin: 0 auto 15px auto;
}
.testimonials-slider .testimonial-thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimonials-slider .testimonial-quote {
  font-size: 13px;
  line-height: 1.6;
  font-style: italic;
  letter-spacing: 2px;
}
.testimonials-slider .testimonial-author {
  color: #242424;
  font-size: 12px;
  letter-spacing: 4px;
  line-height: 1;
  padding-top: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}
.testimonials-slider .testimonial-company {
  font-size: 11px;
  line-height: 1;
  margin-top: 6px;
  font-style: italic;
  letter-spacing: 3px;
}
.testimonials-slider .testimonial-company a {
  color: #929292;
}
.testimonials-slider .testimonial-company a:hover {
  color: #f3b714;
}

/**
 * Twitter list widget
 */
#saha_jtwt {
  list-style: none;
}
#saha_jtwt .saha_jtwt_tweet {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#saha_jtwt .saha_jtwt_tweet:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#saha_jtwt .saha_jtwt_tweet_text {
  margin: 0;
}

/**
 * WooCommerce Products widget
 */
.woocommerce .products.saha-products .list-view {
  display: none;
}

.saha-products {
  margin: 0;
  top: auto !important;
  left: auto !important;
}
.saha-products li {
  padding: 0 10px;
}
.saha-products li img {
  display: block;
  width: 100%;
}
.saha-products.owl-theme .owl-controls {
  margin-top: 0;
}
.saha-products.owl-theme .owl-controls .owl-buttons .owl-prev, .saha-products.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -90px;
  font-size: 32px;
  color: #ddd;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.saha-products.owl-theme .owl-controls .owl-buttons .owl-prev:hover, .saha-products.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  color: #333;
}
.saha-products.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -20px;
}
.saha-products.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -20px;
}

/*------------------------------------*\
	$FOOTER
\*------------------------------------*/
.site-footer {
  padding-top: 35px;
  background-color: #fbfbfb;
  border-top: 1px solid #ebebeb;
  border-bottom: 4px solid #fab000;
}

/**
 * Footer widgets
 */
#footer-widgets {
  margin: 0 -15px;
  padding-bottom: 35px;
}
#footer-widgets .footer-column {
  float: left;
  width: 25%;
  padding: 0 15px;
}
#footer-widgets .footer-column aside.widget {
  margin-bottom: 20px;
}
#footer-widgets .footer-column aside.widget:last-child {
  margin-bottom: 0;
}

/**
 * Footer bottom
 */
#footer-bottom {
  font-size: 12px;
  border-top: 1px solid #ebebeb;
  padding: 20px 0 15px 0;
  line-height: 1;
}
#footer-bottom.with-payment {
  margin-top: 50px;
  padding-top: 50px;
}
#footer-bottom .copyright, #footer-bottom .footer-nav {
  float: left;
  width: 50%;
}
#footer-bottom .copyright {
  color: #555555;
  text-align: left;
  padding-right: 15px;
}
#footer-bottom .copyright .copyright a {
  color: #fab000;
}
#footer-bottom .copyright .copyright a:hover {
  color: #f3b714;
}
#footer-bottom .footer-nav {
  text-align: right;
  padding-left: 15px;
}
#footer-bottom .footer-nav ul {
  display: inline-block;
  margin: 0;
}
#footer-bottom .footer-nav li {
  float: left;
}
#footer-bottom .footer-nav li::after {
  content: '/';
  margin-left: 5px;
  margin-right: 5px;
}
#footer-bottom .footer-nav li:last-child::after {
  content: '';
  margin-left: 0;
  margin-right: 0;
}
#footer-bottom .footer-nav a {
  color: #555555;
}
#footer-bottom .footer-nav a:hover {
  color: #f3b714;
}

/**
 * Scroll top
 */
#scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #ccc;
  z-index: 10;
  text-align: center;
  cursor: pointer;
}
#scroll-top:hover {
  color: #aaa;
  -webkit-animation: bounce 0.5s ease infinite alternate;
  -moz-animation: bounce 0.5s ease infinite alternate;
  -ms-animation: bounce 0.5s ease infinite alternate;
  -o-animation: bounce 0.5s ease infinite alternate;
  animation: bounce 0.5s ease infinite alternate;
}

@-webkit-keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-6px);
  }
}
@-moz-keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-6px);
  }
}
@-ms-keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-6px);
  }
}
@-o-keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-6px);
  }
}
@keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-6px);
  }
}
/*------------------------------------*\
	$COMMENT
\*------------------------------------*/
.commentlist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.commentlist li, .commentlist ol {
  list-style: none;
}
.commentlist .comment-container {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.commentlist .comment-avatar {
  float: left;
  margin-right: 30px;
}
.commentlist .comment-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.commentlist .comment-body {
  position: relative;
  overflow: hidden;
}
.commentlist .comment-head {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.commentlist .comment-head span {
  float: left;
}
.commentlist .comment-head .comment-edit-link {
  float: right;
  font-size: 12px;
}
.commentlist article p {
  margin-bottom: 0;
}
.commentlist .comment-info {
  display: inline-block;
  width: 100%;
  color: #666;
  font-size: 11px;
  margin-top: 8px;
}
.commentlist .comment-info .date {
  float: left;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.commentlist .comment-info .reply {
  float: right;
  font-size: 12px;
  letter-spacing: 1px;
}

/**
 * Comment form
 */
#respond form .logged-in-as {
  margin: 0 0 13px;
}
#respond form .comment-input input,
#respond form .comment-textarea textarea {
  font-size: 14px;
}
#respond form .comment-input {
  float: left;
  margin: 0 3% 20px 0;
  width: 31.3%;
}
#respond form .comment-input.last {
  margin-right: 0;
}

li #respond {
  margin-bottom: 45px;
}
li #respond #reply-title {
  margin: 0 0 10px;
}

/*------------------------------------*\
	$WOOCOMMERCE
\*------------------------------------*/
@font-face {
  font-family: 'star';
  src: url("../../plugins/woocommerce/assets/fonts/star.eot");
  src: url("../../plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("../../plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("../../plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("../../plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Toolbar
 */
.saha-toolbar {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.saha-toolbar .saha-switcher {
  float: left;
  margin: 0 20px 0 0;
}
.saha-toolbar .saha-switcher li {
  float: left;
  font-family: "Open Sans", sans-serif;
  margin-left: 10px;
}
.saha-toolbar .saha-switcher li:first-child {
  margin-left: 0;
}
.saha-toolbar .saha-switcher li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #999;
  border: 1px solid #ebebeb;
  text-align: center;
}
.saha-toolbar .saha-switcher li a.active, .saha-toolbar .saha-switcher li a:hover {
  color: #fab000;
  border-color: #fab000;
}
.saha-toolbar form {
  float: left;
  margin: 0;
}
.saha-toolbar form .sbSelector, .saha-toolbar form .sbToggle {
  line-height: 32px;
}
.saha-toolbar .woocommerce-result-count {
  display: block;
  font-family: "Open Sans", sans-serif;
  float: right;
  font-size: 12px;
  line-height: 34px;
  margin-bottom: 0;
}
.saha-toolbar .number-of-products {
  float: right;
  font-size: 12px;
  line-height: 34px;
  text-transform: uppercase;
}
.saha-toolbar .number-of-products span {
  display: inline-block;
  margin-right: 10px;
  color: #555;
}
.saha-toolbar .number-of-products a {
  display: inline-block;
  color: #999;
}
.saha-toolbar .number-of-products a:hover, .saha-toolbar .number-of-products a.active {
  color: #555;
}
.saha-toolbar .number-of-products a::after {
  content: '/';
  color: #999;
  margin-left: 2px;
}
.saha-toolbar .number-of-products a:last-child::after {
  content: '';
  margin-left: 0;
}

/**
 * Products
 */
.woocommerce .products > li {
  position: relative;
}
.woocommerce .products > li.first {
  clear: both;
}
.woocommerce .products > li.product-category h3 {
  margin: 15px 0 0;
}

/**
 * Products grid
 */
.woocommerce .products.grid > li .list-view {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .products.grid > li.has-rating .product-wrap:hover .inner .star-rating {
  opacity: 1;
  visibility: visible;
}
.woocommerce .products.grid > li.has-rating .product-wrap:hover .price {
  opacity: 0;
  visibility: hidden;
}

.woocommerce .products .grid-view {
  padding-bottom: 20px;
  border-bottom: 2px solid #ebebeb;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.woocommerce .products .grid-view:hover {
  border-bottom-color: #fab000;
}
.woocommerce .products .grid-view .product-image {
  position: relative;
}
.woocommerce .products .grid-view .action-button {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 8;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.woocommerce .products .grid-view .action-button li {
  display: inline-block;
  margin-left: 12px;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
}
.woocommerce .products .grid-view .action-button li:first-child {
  margin-left: 0;
}
.woocommerce .products .grid-view .action-button li a {
  display: block;
}
.woocommerce .products .grid-view .action-button li a i, .woocommerce .products .grid-view .action-button li a.compare::after {
  display: inline-block;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(26, 26, 26, 0.85);
  color: #fff;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.woocommerce .products .grid-view .action-button li a.compare {
  white-space: nowrap;
  width: 40px;
  font-size: 0;
}
.woocommerce .products .grid-view .action-button li a.compare::after {
  content: '\e098';
  font-family: simple-line-icons;
}
.woocommerce .products .grid-view .action-button li a.compare .blockUI {
  display: none !important;
}
.woocommerce .products .grid-view .action-button li a.add_to_wishlist:hover i {
  background-color: #ff4081;
}
.woocommerce .products .grid-view .action-button li a.compare:hover i, .woocommerce .products .grid-view .action-button li a.compare:hover::after {
  background-color: #3fc387;
}
.woocommerce .products .grid-view .action-button li a.quick:hover i {
  background-color: #fab000;
}
.woocommerce .products .grid-view .action-button li .yith-wcwl-add-button a.adding-to-wishlist i,
.woocommerce .products .grid-view .action-button li a.compare.adding-to-compare::after {
  color: transparent;
}
.woocommerce .products .grid-view .action-button li .yith-wcwl-wishlistaddedbrowse.show a i,
.woocommerce .products .grid-view .action-button li .yith-wcwl-wishlistexistsbrowse.show a i {
  background-color: #ff4081;
}
.woocommerce .products .grid-view:hover .action-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.woocommerce .products .grid-view .product-details {
  margin-top: 15px;
}
.woocommerce .products .grid-view .product-details .title {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.woocommerce .products .grid-view .product-details .inner {
  display: block;
  position: relative;
  margin: 5px 0;
  line-height: 1;
}
.woocommerce .products .grid-view .product-details .inner .price {
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce .products .grid-view .product-details .inner .star-rating {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/**
 * Products list
 */
.woocommerce .products.list > li {
  width: 100%;
}
.woocommerce .products.list > li .grid-view {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce .products .list-view {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.woocommerce .products .list-view .product-image {
  position: relative;
  float: left;
  width: 32%;
  margin-right: 3%;
}
.woocommerce .products .list-view .product-details {
  float: left;
  width: 65%;
}
.woocommerce .products .list-view .product-details .title {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.woocommerce .products .list-view .product-details .inner {
  display: block;
  position: relative;
  margin-bottom: 25px;
  line-height: 1;
}
.woocommerce .products .list-view .product-details .inner .price {
  font-size: 22px;
  color: #333;
}
.woocommerce .products .list-view .product-details .inner .star-rating {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -6px;
  margin-right: 0;
}
.woocommerce .products .list-view .product-details .short-description {
  display: block;
  margin-bottom: 20px;
}
.woocommerce .products .list-view .product-details .buttons {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.woocommerce .products .list-view .product-details .buttons a {
  display: block !important;
  float: left;
  padding: 12px 26px;
  margin: 0;
}
.woocommerce .products .list-view .product-details .buttons a.added_to_cart {
  margin-left: 20px;
}
.woocommerce .products .list-view .product-details .action-button {
  display: block;
}
.woocommerce .products .list-view .product-details .action-button li {
  display: inline-block;
  margin-left: 12px;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
}
.woocommerce .products .list-view .product-details .action-button li:first-child {
  margin-left: 0;
}
.woocommerce .products .list-view .product-details .action-button li a {
  display: block;
}
.woocommerce .products .list-view .product-details .action-button li a i, .woocommerce .products .list-view .product-details .action-button li a.compare::after {
  display: inline-block;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(26, 26, 26, 0.85);
  color: #fff;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .products .list-view .product-details .action-button li a.compare {
  white-space: nowrap;
  width: 50px;
  font-size: 0;
}
.woocommerce .products .list-view .product-details .action-button li a.compare::after {
  content: '\e098';
  font-family: simple-line-icons;
}
.woocommerce .products .list-view .product-details .action-button li a.compare .blockUI {
  display: none !important;
}
.woocommerce .products .list-view .product-details .action-button li a.add_to_wishlist:hover i {
  background-color: #ff4081;
}
.woocommerce .products .list-view .product-details .action-button li a.compare:hover i, .woocommerce .products .list-view .product-details .action-button li a.compare:hover::after {
  background-color: #3fc387;
}
.woocommerce .products .list-view .product-details .action-button li a.quick:hover i {
  background-color: #fab000;
}
.woocommerce .products .list-view .product-details .action-button li .yith-wcwl-add-button a.adding-to-wishlist i,
.woocommerce .products .list-view .product-details .action-button li a.compare.adding-to-compare::after {
  color: transparent;
}
.woocommerce .products .list-view .product-details .action-button li .yith-wcwl-wishlistaddedbrowse.show a i,
.woocommerce .products .list-view .product-details .action-button li .yith-wcwl-wishlistexistsbrowse.show a i {
  background-color: #ff4081;
}

/**
 * Products details
 */
.product-details .btn, .product-details .added_to_cart {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 8px 20px;
  margin-top: 10px;
  color: #999;
  border: 1px solid #ebebeb;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.product-details .btn:hover, .product-details .added_to_cart:hover {
  color: #fab000;
  border-color: #fab000;
}
.product-details .btn i, .product-details .added_to_cart i {
  padding-right: 6px;
}
.product-details .add_to_cart_button.added {
  display: none !important;
}
.product-details .added_to_cart::after {
  content: "\e051";
  padding-left: 3px;
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Sale/Out of stock badges
 */
.product .outofstock-badge, .product .onsale {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  line-height: 1;
  padding: 6px 20px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  z-index: 3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.product .onsale {
  background-color: #fab000;
}

/**
 * Image swap
 */
.woo-entry-image-swap {
  position: relative;
  overflow: hidden;
}
.woo-entry-image-swap img {
  width: 100%;
  overflow: hidden;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.woo-entry-image-swap .woo-entry-image-main {
  position: relative;
  z-index: 2;
}
.woo-entry-image-swap .woo-entry-image-secondary {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 1;
}

.product-image:hover .woo-entry-image-main {
  opacity: 0;
}
.product-image:hover .woo-entry-image-secondary {
  opacity: 1;
}

/**
 * Loading
 */
.cart-loading, .quick-loading {
  display: none;
  position: absolute;
  top: 10px;
  right: 14px;
  font-family: "Open Sans", sans-serif;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 20px;
  text-align: center;
  z-index: 4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.cart-loading i, .quick-loading i {
  line-height: 40px;
}
.cart-loading .fa, .quick-loading .fa {
  display: inline-block;
  line-height: 40px;
  -webkit-animation: mask 3s infinite alternate;
  -moz-animation: mask 3s infinite alternate;
  -ms-animation: mask 3s infinite alternate;
  -o-animation: mask 3s infinite alternate;
  animation: mask 3s infinite alternate;
}
.cart-loading.in_cart, .quick-loading.in_cart {
  display: block !important;
}

.quick-loading {
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  font-size: 28px;
}
.quick-loading .fa {
  line-height: 70px;
}

@-webkit-keyframes mask {
  25% {
    -webkit-transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@-moz-keyframes mask {
  25% {
    -moz-transform: rotate(270deg);
  }
  50% {
    -moz-transform: rotate(90deg);
  }
  75% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(180deg);
  }
}
@-ms-keyframes mask {
  25% {
    -ms-transform: rotate(270deg);
  }
  50% {
    -ms-transform: rotate(90deg);
  }
  75% {
    -ms-transform: rotate(360deg);
  }
  100% {
    -ms-transform: rotate(180deg);
  }
}
@-o-keyframes mask {
  25% {
    -o-transform: rotate(270deg);
  }
  50% {
    -o-transform: rotate(90deg);
  }
  75% {
    -o-transform: rotate(360deg);
  }
  100% {
    -o-transform: rotate(180deg);
  }
}
@keyframes mask {
  25% {
    transform: rotate(270deg);
  }
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
/**
 * Wishlist message
 */
#yith-wcwl-popup-message {
  background-color: #fab000;
  color: #fff;
  border: 0;
  font-size: 13px;
  width: 100%;
  top: 20%;
  left: 0;
  opacity: 0.9;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/**
 * Wishlist/Compare loader
 */
.yith-wcwl-add-to-wishlist, a.compare {
  margin-top: 0;
  position: relative;
}
.yith-wcwl-add-to-wishlist .ajax-loading, a.compare .ajax-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  width: 18px !important;
  height: 18px !important;
  z-index: 100;
}

.woocommerce .loader {
  position: relative;
  width: 100%;
  height: 100%;
}
.woocommerce .loader .path {
  stroke-dasharray: 2, 200;
  stroke-dashoffset: 2;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  -moz-animation: loader-dash 1.5s ease-in-out infinite;
  -ms-animation: loader-dash 1.5s ease-in-out infinite;
  -o-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  fill: none;
  stroke: #fff;
  stroke-width: 10;
}
.woocommerce .loader:before {
  content: '';
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  display: block;
  background: url("../../plugins/woocommerce/assets/images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  -ms-animation: spin 1s ease-in-out infinite;
  -o-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.woocommerce .single-product .loader .path {
  stroke: #ddd;
}
.woocommerce .product-wrap:hover .loader {
  -webkit-animation: loader-rotate 2s ease-in-out infinite;
  -moz-animation: loader-rotate 2s ease-in-out infinite;
  -ms-animation: loader-rotate 2s ease-in-out infinite;
  -o-animation: loader-rotate 2s ease-in-out infinite;
  animation: loader-rotate 2s ease-in-out infinite;
}

svg:not(:root) {
  overflow: hidden;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes loader-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes loader-rotate {
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes loader-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes loader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@-ms-keyframes loader-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@-moz-keyframes loader-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@-o-keyframes loader-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes loader-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
/**
 * Quick View modal
 */
.quick-view-popup.modal {
  width: 770px;
}
.quick-view-popup.modal .modal-dialog {
  padding: 0;
}

.quick-view-popup .single-product .saha-row .col {
  margin: 0;
}
.quick-view-popup .owl-theme .owl-controls {
  margin-top: 0;
}
.quick-view-popup .product-images {
  position: relative;
}
.quick-view-popup .product-images .product-image {
  cursor: default;
}
.quick-view-popup .product-images img {
  width: 100%;
}
.quick-view-popup .product-images .open-image {
  display: none;
}
.quick-view-popup .product-images .cart-loading {
  top: 14px;
  right: 22px;
}
.quick-view-popup .product-details {
  padding: 20px 30px 20px 20px;
}
.quick-view-popup .product-details .meta-title {
  display: block;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.quick-view-popup .product-details .product-name {
  display: block;
  line-height: 1.2;
  margin: 0 0 20px;
  text-transform: capitalize;
}
.quick-view-popup .product-details .star-rating {
  float: right;
  margin-top: 3px;
}
.quick-view-popup .product-details .price {
  float: left;
  font-size: 26px;
  color: #333;
  margin: 0 0 25px;
}
.quick-view-popup .product-details .price ins {
  display: inline-block;
}
.quick-view-popup .product-details .price del {
  font-size: 22px;
}

/**
 * Single Product
 */
.single-product .saha-row .col {
  margin-bottom: 30px;
}
.single-product .images .open-image {
  position: absolute;
  font-family: "Open Sans", sans-serif;
  left: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 38px;
  color: #3a3a3a;
  border: 1px solid #333;
  text-align: center;
  z-index: 1002;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.single-product .images .main-images.owl-theme .owl-controls .owl-buttons div {
  display: block;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  background-color: transparent;
  color: #333;
  width: 26px;
  height: 100px;
  line-height: 100px;
  font-size: 22px;
  padding: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 989;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product .images .main-images.owl-theme .owl-controls .owl-buttons div:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.single-product .images .main-images.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.single-product .images .main-images.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0;
}
.single-product .images .main-images.owl-theme:hover .owl-controls .owl-buttons div {
  opacity: 1;
  visibility: visible;
}
.single-product .images #product-pager {
  width: 320px;
  margin: 0 auto;
}
.single-product .images #product-pager .owl-item {
  text-align: center;
  padding: 0 6px;
}
.single-product .images #product-pager .owl-item img {
  width: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-product .images #product-pager .owl-item a {
  padding: 4px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-product .images #product-pager .owl-item a:hover {
  border-color: #8d8d8d;
}
.single-product .images #product-pager .owl-item a:hover img {
  opacity: 1;
}
.single-product .images #product-pager .owl-item.active-thumbnail a {
  border-color: #8d8d8d;
}
.single-product .images #product-pager .owl-item.active-thumbnail a img {
  opacity: 1;
}
.single-product .images #product-pager .owl-item .active-thumbnail {
  border-color: #8d8d8d;
}
.single-product .images #product-pager .owl-item .active-thumbnail img {
  opacity: 1;
}
.single-product .images #product-pager.owl-theme .owl-controls {
  margin-top: 0;
}
.single-product .images #product-pager.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 0;
  width: 35px;
  height: 100%;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single-product .images #product-pager.owl-theme .owl-controls .owl-buttons div > span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -4px;
  min-width: 8px;
  text-align: center;
}
.single-product .images #product-pager.owl-theme .owl-controls .owl-buttons div:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.single-product .images #product-pager.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -34px;
}
.single-product .images #product-pager.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -34px;
}
.single-product .summary .star-rating {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.single-product .summary .price {
  font-size: 26px;
  padding: 20px 0;
  margin: 0;
}
.single-product .summary .price .amount {
  color: #57bf6d;
}
.single-product .summary .price ins {
  display: inline-block;
  color: #57bf6d;
}
.single-product .summary .price del {
  font-size: 22px;
  color: #57bf6d;
}
.single-product .short-description {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.single-product .short-description p {
  margin-bottom: 0;
}
.single-product form.cart {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.single-product form.cart .quantity {
  float: left;
}
.single-product form.cart .button {
  float: left;
  margin-left: 15px;
}
.single-product form.cart .action-button {
  float: right;
  margin: 0;
}
.single-product form.cart .action-button .compare, .single-product form.cart .action-button .yith-wcwl-add-to-wishlist {
  display: block;
}
.single-product form.cart .action-button li {
  display: inline-block;
  margin-left: 12px;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
}
.single-product form.cart .action-button li:first-child {
  margin-left: 0;
}
.single-product form.cart .action-button li a {
  display: block;
}
.single-product form.cart .action-button li a i, .single-product form.cart .action-button li a.compare::after {
  display: inline-block;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #929292;
  border: 1px solid #ebebeb;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product form.cart .action-button li a.compare {
  white-space: nowrap;
  width: 40px;
  font-size: 0;
}
.single-product form.cart .action-button li a.compare::after {
  content: '\e098';
  font-family: simple-line-icons;
}
.single-product form.cart .action-button li a.compare .blockUI {
  display: none !important;
}
.single-product form.cart .action-button li a.add_to_wishlist:hover i {
  color: #ff4081;
  border-color: #ff4081;
}
.single-product form.cart .action-button li a.compare:hover i, .single-product form.cart .action-button li a.compare:hover::after {
  color: #3fc387;
  border-color: #3fc387;
}
.single-product form.cart .action-button li .yith-wcwl-add-button a.adding-to-wishlist i,
.single-product form.cart .action-button li a.compare.adding-to-compare::after {
  color: transparent;
}
.single-product form.cart .action-button li .yith-wcwl-wishlistaddedbrowse.show a i,
.single-product form.cart .action-button li .yith-wcwl-wishlistexistsbrowse.show a i {
  color: #ff4081;
  border-color: #ff4081;
}
.single-product .out-of-stock {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #fe5252;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.single-product .summary .compare, .single-product .summary .yith-wcwl-add-to-wishlist {
  display: none;
}
.single-product .product_meta {
  color: #333;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.single-product .product_meta > span {
  display: block;
  margin-bottom: 5px;
}
.single-product .product_meta > span:last-child {
  margin-bottom: 0;
}
.single-product .product_meta > span .sku {
  color: #555;
}
.single-product .entry-share {
  background-color: transparent;
  padding: 0;
  margin-top: 0;
}
.single-product .related {
  margin-top: 60px;
}
.single-product .related h2 {
  font-size: 14px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

/**
 * Variable product
 */
.single-product table.variations {
  border: 0;
}
.single-product table.variations td {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  border: none;
}
.single-product table.variations td.label {
  color: #777;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.single-product table.variations td .reset_variations {
  display: inline-block;
  margin-top: 8px;
}
.single-product table.variations tr:first-child td.value {
  margin-bottom: 18px;
}
.single-product .single_variation_wrap {
  float: left;
}

/**
 * Tabs
 */
.woocommerce-tabs {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.woocommerce-tabs .tabs {
  margin: 0 0 30px;
}
.woocommerce-tabs .tabs li {
  display: inline-block;
}
.woocommerce-tabs .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 1;
  padding: 10px 0;
  margin-right: 30px;
  color: #555;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
}
.woocommerce-tabs .tabs li a:hover {
  color: #333;
}
.woocommerce-tabs .tabs li:last-child a {
  margin-right: 0;
}
.woocommerce-tabs .tabs li.active a {
  position: relative;
  color: #333;
  border-color: #fab000;
}
.woocommerce-tabs .panel h2 {
  font-size: 22px;
  margin: 0 0 20px;
}
.woocommerce-tabs .panel p:last-child {
  margin-bottom: 0;
}
.woocommerce-tabs .panel #reviews #comments {
  margin-top: 0;
  overflow: hidden;
}
.woocommerce-tabs .panel #reviews #comments .add_review:after {
  content: '';
  display: block;
  clear: both;
}
.woocommerce-tabs .panel #reviews .comment-form-rating {
  clear: both;
}
.woocommerce-tabs .panel #reviews .star-rating, .woocommerce-tabs .panel #reviews p.meta {
  display: inline-block;
  vertical-align: top;
}
.woocommerce-tabs .panel #reviews .star-rating {
  float: right;
}
.woocommerce-tabs .panel #reviews .description {
  padding: 5px 0 20px;
}
.woocommerce-tabs table.shop_attributes {
  margin: 0;
}
.woocommerce-tabs table.shop_attributes tr:first-child {
  border-bottom: 1px solid #ebebeb;
}
.woocommerce-tabs table.shop_attributes th {
  border-right-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
}
.woocommerce-tabs table.shop_attributes th, .woocommerce-tabs table.shop_attributes td {
  padding: 8px 15px;
  text-align: left;
}

/**
 * Reviews
 */
.woocommerce-tabs #comments ol.commentlist li {
  position: relative;
  margin: 0 0 20px;
}
.woocommerce-tabs #comments ol.commentlist li .meta {
  color: #555;
  font-size: 0.75em;
}
.woocommerce-tabs #comments ol.commentlist li img.avatar {
  position: absolute;
  left: 0;
  top: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.woocommerce-tabs #comments ol.commentlist li .comment_container {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
  font-size: 96%;
  min-height: 85px;
  padding-left: 90px;
}
.woocommerce-tabs #comments ol.commentlist li .comment-text p {
  margin: 0 0 20px;
}
.woocommerce-tabs #comments ol.commentlist li .comment-text p:last-child {
  margin: 0;
}
.woocommerce-tabs #comments ol.commentlist li .comment-text p.meta {
  margin: 0 5px 5px;
  font-size: 1em;
  line-height: 1;
}
.woocommerce-tabs #comments ol.commentlist li .comment-text .meta strong {
  font-weight: 600;
  color: #222;
}
.woocommerce-tabs #comments ol.commentlist > li:before {
  content: '';
}
.woocommerce-tabs #review_form #respond p.comment-form-author, .woocommerce-tabs #review_form #respond p.comment-form-email {
  width: 50%;
}
.woocommerce-tabs #review_form #respond p.comment-form-author {
  float: left;
  padding-right: 10px;
}
.woocommerce-tabs #review_form #respond p.comment-form-email {
  float: right;
  padding-left: 10px;
}
.woocommerce-tabs #review_form #respond p.comment-form-author input,
.woocommerce-tabs #review_form #respond p.comment-form-email input {
  width: 100%;
}
.woocommerce-tabs #review_form #respond p {
  text-align: left;
}
.woocommerce-tabs #review_form #respond p label {
  display: block;
  margin-bottom: 7px;
}
.woocommerce-tabs #review_form #respond textarea {
  width: 100%;
}
.woocommerce-tabs p.stars span a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #ddd;
  border-right-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
}
.woocommerce-tabs p.stars span a:hover, .woocommerce-tabs p.stars span a:focus, .woocommerce-tabs p.stars span a.active {
  color: #fab000;
}
.woocommerce-tabs p.stars span a:last-child {
  border-right: 0;
  margin-right: 0;
}
.woocommerce-tabs p.stars span a:last-child:after {
  padding-right: 0;
}

/**
 * Quantity
 */
.quantity {
  float: left;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.quantity input {
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
}
.quantity .qty {
  display: block;
  float: left;
  width: 36px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ebebeb;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.quantity .qty-changer {
  float: left;
  margin-left: 6px;
}
.quantity .qty-changer a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 16px;
  border: 1px solid #ebebeb;
  color: #ccc;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.quantity .qty-changer a.plus {
  margin-bottom: 8px;
}
.quantity .qty-changer a:hover {
  border-color: #e0e0e0;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  display: none;
}

/**
 * Cart
 */
table.shop_table td,
.cart-collaterals .cart_totals tr td,
.cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ebebeb;
}

.cart-collaterals .cart_totals tr:first-child td,
.cart-collaterals .cart_totals tr:first-child th {
  border-top: 0;
}

.cart-collaterals .cart_totals table th {
  width: 25%;
}

/**
 * Paddings
 */
table.shop_table th, table.shop_table td {
  padding: 0.8em;
  vertical-align: middle;
  text-align: left;
}

/**
 * Table
 */
table.shop_table {
  border-radius: 0;
  border-collapse: separate;
}
table.shop_table thead {
  background: #f8f8f8;
}
table.shop_table thead th {
  color: #444;
  font-weight: 600;
  border: 0;
}

/**
 * Remove
 */
table.shop_table .product-remove {
  text-align: center;
}
table.shop_table .product-remove a {
  display: inline-block;
  font-size: 18px;
  width: 25px;
  height: 25px;
  line-height: 23px;
  border: 1px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/**
 * Color price
 */
.cart_item .amount, .cart_totals .amount {
  color: #57bf6d;
}

/**
 * Variations
 */
dl.variation {
  margin: 10px 0 0;
}
dl.variation dt {
  font-weight: 600;
  color: #444;
}
dl.variation dd, dl.variation dd p {
  margin: 0;
}

/**
 * Actions
 */
table.cart td.actions input,
.woocommerce .return-to-shop a {
  height: 32px;
  min-height: 32px;
  line-height: 32px;
  padding: 0 1.5em;
}

table.cart td.actions .coupon .input-text {
  width: auto;
  padding: 0 .8em;
  margin: 0 8px 0 0;
}
table.cart td.actions input[name="update_cart"] {
  float: right;
}
table.cart td.actions .coupon {
  float: left;
}
table.cart td.actions .coupon label {
  display: none;
}

/**
 * Collaterals
 */
.woocommerce .cart-collaterals {
  width: 100%;
}
.woocommerce .cart-collaterals:after, .woocommerce .cart-collaterals:before {
  content: '';
  display: table;
}
.woocommerce .cart-collaterals:after {
  clear: both;
}
.woocommerce .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
  padding: 0 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
}
.woocommerce .cart-collaterals .shipping_calculator {
  width: 48%;
  clear: right;
  float: right;
}
.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce .cart-collaterals .shipping_calculator:before {
  content: '';
  display: table;
}
.woocommerce .cart-collaterals .shipping_calculator:after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
  padding: 0 20px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
}
.woocommerce .cart-collaterals h2 {
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
  margin: 0 -20px 20px;
  padding: 0.8em 20px;
  font-size: 1.077em;
  font-weight: 600;
  color: #444;
  text-align: center;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
  border: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
  padding: 0.8em 0;
  line-height: 2em;
  text-align: left;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  font-weight: 600;
  color: #444;
  text-transform: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table input[type="text"] {
  padding: 8px 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
  padding-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .button[name="calc_shipping"], .woocommerce-cart .cart-collaterals .cart_totals a.button.checkout-button {
  width: 100%;
  padding: 1.3em 5em;
}

/**
 * Checkout
 */
.woocommerce-checkout form.login {
  max-width: 600px;
  margin: 0 auto 30px auto;
  padding: 20px;
  border: 1px solid #ebebeb;
}
.woocommerce-checkout form.login p:nth-last-child(3) {
  display: inline-block;
  margin: 0;
}
.woocommerce-checkout form.login .lost_password {
  float: right;
  line-height: 46px;
  margin: 0;
}

.woocommerce-checkout form.checkout_coupon {
  max-width: 600px;
  margin: 0 auto 30px auto;
  padding: 20px;
  border: 1px solid #ebebeb;
}
.woocommerce-checkout form.checkout_coupon p:last-child {
  margin: 0;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 68%;
  float: left;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 30%;
  float: right;
}
.woocommerce-checkout form.checkout_coupon input {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 36px;
  min-height: 36px;
  line-height: 36px;
  padding: 0 15px;
}
.woocommerce-checkout form.checkout_coupon p {
  margin: 0;
}

/*addresses*/
.woocommerce-checkout #customer_details h3 {
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 8px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.woocommerce-checkout #customer_details h3::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
  height: 2px;
  width: 50px;
  background-color: #fab000;
}

/*form*/
form.checkout {
  display: inline-block;
  width: 100%;
}
form.checkout .col2-set {
  float: left;
  width: 57%;
}
form.checkout .col2-set .col-1, form.checkout .col2-set .col-2 {
  float: none;
  width: 100%;
}
form.checkout .review-order-wrapper {
  float: right;
  width: 41%;
}

/*your order*/
.review-order-wrapper {
  background: #fbfbfb;
  border: 4px solid #ebebeb;
  padding: 15px;
}
.review-order-wrapper h3 {
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}
.review-order-wrapper h3::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -25px;
  display: inline-block;
  height: 2px;
  width: 50px;
  background-color: #fab000;
}
.review-order-wrapper table.shop_table {
  border: 0;
  margin: 0;
  border-collapse: collapse;
}
.review-order-wrapper table.shop_table thead {
  background: transparent;
}
.review-order-wrapper table.shop_table thead th {
  padding: 7px 0;
}
.review-order-wrapper table.shop_table tbody, .review-order-wrapper table.shop_table tfoot, .review-order-wrapper table.shop_table tfoot tr.shipping {
  border-bottom: 1px solid #ddd;
}
.review-order-wrapper table.shop_table th {
  color: #555;
  font-size: 12px;
  text-transform: uppercase;
  padding: 20px 0;
}
.review-order-wrapper table.shop_table th.product-total {
  text-align: right;
}
.review-order-wrapper table.shop_table td {
  border: 0;
  padding: 0;
  text-align: right;
}
.review-order-wrapper table.shop_table td p {
  margin: 0;
}
.review-order-wrapper table.shop_table td.product-name {
  text-align: left;
}
.review-order-wrapper table.shop_table .cart_item td {
  padding: 7px 0;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding-top: 15px;
  margin: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
  border-bottom: 1px solid #ddd;
  padding: 11px 0;
}
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  margin-top: 15px;
  font-size: .92em;
  line-height: 1.5;
  color: #515151;
}
.woocommerce-checkout #payment div.payment_box p {
  margin: 0;
}
.woocommerce-checkout #payment ul.payment_methods li img {
  max-height: 52px;
  margin: -2px 0 0 .5em;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 12px;
}
.woocommerce-checkout #payment div.form-row {
  padding-top: 15px;
}
.woocommerce-checkout #payment input[type="submit"] {
  width: 100%;
}

.woocommerce-checkout .form-row.place-order {
  margin: 0;
}

/**
 * My Account
 */
.woocommerce #customer_login h2,
.woocommerce .saha-loginform-wrap h2 {
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.woocommerce #customer_login h2::before,
.woocommerce .saha-loginform-wrap h2::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
  height: 2px;
  width: 50px;
  background-color: #fab000;
}
.woocommerce #customer_login p:nth-last-child(2), .woocommerce #customer_login p:last-child,
.woocommerce .saha-loginform-wrap p:nth-last-child(2),
.woocommerce .saha-loginform-wrap p:last-child {
  margin: 0;
}
.woocommerce #customer_login .form-row,
.woocommerce .saha-loginform-wrap .form-row {
  display: inline-block;
}
.woocommerce #customer_login .form-row.form-row-wide,
.woocommerce .saha-loginform-wrap .form-row.form-row-wide {
  width: 100%;
}
.woocommerce #customer_login .form-row label[for="rememberme"],
.woocommerce .saha-loginform-wrap .form-row label[for="rememberme"] {
  margin: 0 0 0 15px;
}
.woocommerce #customer_login .lost_password,
.woocommerce .saha-loginform-wrap .lost_password {
  float: right;
  line-height: 46px;
}

.woocommerce #customer_login > div,
.woocommerce .saha-loginform-wrap {
  background: #fbfbfb;
  border: 4px solid #ebebeb;
  padding: 15px;
}

/**
 * My Account lost password
 */
.woocommerce .lost_reset_password {
  background: #fbfbfb;
  border: 4px solid #ebebeb;
  padding: 15px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.woocommerce .lost_reset_password p:first-child {
  font-style: italic;
}
.woocommerce .lost_reset_password .form-row-first {
  width: 100%;
}
.woocommerce .lost_reset_password p:nth-last-child(3) {
  margin: 0;
}

/**
 * My Account logged in
 */
.woocommerce .col-1.address, .woocommerce .col-2.address {
  background: #fbfbfb;
  border: 4px solid #ebebeb;
  padding: 15px;
}
.woocommerce .col-1.address h3, .woocommerce .col-2.address h3 {
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.woocommerce .col-1.address h3::before, .woocommerce .col-2.address h3::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
  height: 2px;
  width: 50px;
  background-color: #fab000;
}
.woocommerce .col-1.address address, .woocommerce .col-2.address address {
  margin: 0;
}

/**
 * Main
 */
.clear {
  clear: both;
}

.nobr {
  white-space: nowrap;
}

.form-row .required {
  color: #e42234;
  border: 0;
}

/**
 * Columns
 */
.col2-set, .col2-set {
  width: 100%;
}

.col2-set:after {
  content: '';
  display: block;
  clear: both;
}

.col2-set .col-1, .woocommerce .form-row-first {
  float: left;
  width: 48%;
}

.col2-set .col-2, .woocommerce .form-row-last {
  float: right;
  width: 48%;
}

.woocommerce form .form-row {
  padding: 3px 0;
}
.woocommerce form .form-row.terms {
  padding: 0;
  margin: 20px 0 0;
}
.woocommerce form .form-row label {
  margin: 0 0 5px;
  display: inline-block;
}
.woocommerce form .form-row label[for="createaccount"] {
  margin: 0;
  vertical-align: middle;
}

/**
 * Message
 */
.woocommerce-message, .woocommerce-error,
.woocommerce-info {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #777;
  border: 1px solid #ddd;
  padding: 10px 15px;
  margin: 0 0 30px;
  text-align: left;
  text-transform: uppercase;
}
.woocommerce-message a, .woocommerce-error a,
.woocommerce-info a {
  float: right;
  background-color: #f3b714;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  min-height: 10%;
  padding: 6px 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.woocommerce-message a:hover, .woocommerce-error a:hover,
.woocommerce-info a:hover {
  background-color: #333;
}
.woocommerce-message::before, .woocommerce-error::before,
.woocommerce-info::before {
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

.woocommerce-message::before {
  content: '\f00c';
  color: #ddd;
}

.woocommerce-error {
  border-color: #fdc1b1;
}
.woocommerce-error::before {
  content: '\f00d';
  color: #fdc1b1;
}

.woocommerce-info {
  border-color: #b1befd;
}
.woocommerce-info::before {
  content: '\f129';
  color: #b1befd;
}

ul.woocommerce-message::before, ul.woocommerce-error::before,
ul.woocommerce-info::before {
  display: none;
}
ul.woocommerce-message li::before, ul.woocommerce-error li::before,
ul.woocommerce-info li::before {
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

ul.woocommerce-message li::before {
  content: '\f00c';
  color: #ddd;
}

ul.woocommerce-error li::before {
  content: '\f00d';
  color: #fdc1b1;
}

ul.woocommerce-info li::before {
  content: '\f129';
  color: #b1befd;
}

/*cart/checkout message*/
.woocommerce-cart .woocommerce-message:before,
.woocommerce-cart .woocommerce-info:before {
  display: none;
}

.woocommerce-checkout .woocommerce-info {
  border-width: 1px 0;
  border-color: #ebebeb;
  padding: 10px 0;
  text-align: center;
}
.woocommerce-checkout .woocommerce-info::before {
  color: #ddd;
}
.woocommerce-checkout .woocommerce-info a {
  float: none;
  background-color: transparent;
  color: #f3b714;
  font-size: 12px;
  padding: 0;
  letter-spacing: 0;
}
.woocommerce-checkout .woocommerce-info a:hover {
  color: #333;
}
.woocommerce-checkout .woocommerce form.login, .woocommerce-checkout .woocommerce form.register {
  margin-top: 0;
  margin-bottom: 30px;
}

/**
 * Rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  font-family: 'star';
  height: 1em;
  line-height: 1;
  font-size: 12px;
  width: 5.2em;
  margin: 0 auto;
  color: #ddd;
}
.star-rating:before {
  content: "\73\73\73\73\73";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #fab000;
}

p.stars {
  position: relative;
  font-size: 1.618em;
}
p.stars a {
  display: block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  color: #fab000;
}
p.stars a:hover {
  color: #fab000;
}
p.stars a:last-child {
  border-right: 0;
}
p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4, p.stars a.star-5 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
  font-family: "FontAwesome";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1em;
}
p.stars a.star-1 {
  width: 2em;
}
p.stars a.star-1:after {
  content: "\f006";
}
p.stars a.star-1:hover:after, p.stars a.star-1.active:after {
  content: "";
}
p.stars a.star-2 {
  width: 3em;
}
p.stars a.star-2:after {
  content: "\f006\f006";
}
p.stars a.star-2:hover:after, p.stars a.star-2.active:after {
  content: "";
}
p.stars a.star-3 {
  width: 4em;
}
p.stars a.star-3:after {
  content: "\f006\f006\f006";
}
p.stars a.star-3:hover:after, p.stars a.star-3.active:after {
  content: "";
}
p.stars a.star-4 {
  width: 5em;
}
p.stars a.star-4:after {
  content: "\f006\f006\f006\f006";
}
p.stars a.star-4:hover:after, p.stars a.star-4.active:after {
  content: "";
}
p.stars a.star-5 {
  width: 6em;
  border: 0;
}
p.stars a.star-5:after {
  content: "\f006\f006\f006\f006\f006";
}
p.stars a.star-5:hover:after, p.stars a.star-5.active:after {
  content: "";
}

/**
 * Select
 */
.select2-container .select2-choice {
  height: 35px;
  line-height: 35px;
  border-color: #e0e0e0;
  border-radius: 0;
}
.select2-container .select2-choice .select2-arrow {
  width: 30px;
}
.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice abbr {
  font-family: 'FontAwesome';
  font-size: 15px;
  line-height: 35px;
  text-align: center;
}
.select2-container .select2-choice .select2-arrow b:before {
  content: "\f107";
}
.select2-container .select2-choice .select2-arrow b:after {
  display: none;
}

.select2-drop-active, .select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border-color: #ccc;
}

.select2-results .select2-highlighted {
  background: #f3b714;
  color: #fff;
  border-radius: 0;
}

.select2-search input {
  border-color: #ccc;
}
.select2-search input:focus {
  border-color: #aaa;
}

/**
 * Header cart
 */
.header-cart > a .count {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-weight: bold;
  background-color: #f3b714;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.header-cart > a .mobile-count {
  display: none;
}

/**
 * Cart dropdown
 */
.cart-dropdown {
  min-width: 300px;
  padding: 20px;
}
.cart-dropdown .widget {
  margin: 0;
}

.dropdown-menu li .cart-dropdown > li {
  display: inline-block;
  width: 100%;
}

.dropdown-menu li .cart-dropdown .product_list_widget li {
  display: inline-block;
  margin: 0;
}

/**
 * Widgets
 */
.widget.woocommerce .amount {
  display: block;
}
.widget.woocommerce .star-rating {
  margin: 0 0 5px;
}

.widget_shopping_cart p.total {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 0;
}
.widget_shopping_cart .total .amount {
  float: right;
  color: #8db830;
  margin-left: 6px;
}
.widget_shopping_cart .buttons a.button {
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  padding: 14px 14px;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #ddd;
  color: #333;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.widget_shopping_cart .buttons a.button:hover {
  background-color: #ccc;
  color: #333;
}
.widget_shopping_cart .buttons a.button {
  float: left;
  width: 48%;
}
.widget_shopping_cart .buttons a.checkout {
  float: right;
  background-color: #f3b714;
  color: #fff;
}
.widget_shopping_cart .buttons a.checkout:hover {
  background-color: #333;
  color: #fff;
}

.widget_shopping_cart .total {
  padding: 4px 0 0;
}
.widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
  font-weight: 400;
}

.widget_product_search input[type="submit"] {
  margin-top: 10px;
}

.widget_product_categories li {
  position: relative;
}
.widget_product_categories > ul > li > a {
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
}
.widget_product_categories > ul > li > a:hover {
  color: #f3b714;
}
.widget_product_categories > ul > li > .open-this > i {
  display: inline-block;
  width: 18px;
  border: 1px solid #e0e0e0;
  text-align: center;
  -webkit-transform: scale(0.8, 1) translateZ(0px);
  -moz-transform: scale(0.8, 1) translateZ(0px);
  -ms-transform: scale(0.8, 1) translateZ(0px);
  -o-transform: scale(0.8, 1) translateZ(0px);
  transform: scale(0.8, 1) translateZ(0px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_product_categories > ul > li > .open-this:hover > i {
  border-color: #f3b714;
}
.widget_product_categories > ul > li.opened > .open-this > i {
  -webkit-transform: rotate(180deg) scale(0.8, 1) translateZ(0px);
  -moz-transform: rotate(180deg) scale(0.8, 1) translateZ(0px);
  -ms-transform: rotate(180deg) scale(0.8, 1) translateZ(0px);
  -o-transform: rotate(180deg) scale(0.8, 1) translateZ(0px);
  transform: rotate(180deg) scale(0.8, 1) translateZ(0px);
}
.widget_product_categories li a {
  display: block;
  color: #999;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  padding: 10px 30px 10px 0;
  border-bottom: 1px dotted #ebebeb;
}
.widget_product_categories li a:hover {
  color: #f3b714;
}
.widget_product_categories ul > li .open-this {
  position: absolute;
  right: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: right;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_product_categories ul > li .open-this:hover {
  color: #f3b714;
}
.widget_product_categories ul > li ul .open-this i.fa-angle-down:before {
  content: '+';
}
.widget_product_categories ul ul > li.opened > .open-this i.fa-angle-down:before {
  content: '-';
}
.widget_product_categories .count {
  position: absolute;
  top: 0;
  right: 30px;
  color: #999;
  padding: 10px 0 0 0;
  z-index: 10;
}
.widget_product_categories li ul.children {
  display: none;
  margin: 0;
}
.widget_product_categories li ul ul a {
  color: #aaa;
  font-weight: 400;
}
.widget_product_categories li ul ul a:hover {
  color: #333;
}
.widget_product_categories select {
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #ddd;
}

.widget_price_filter .price_slider {
  margin-bottom: 15px;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .price_slider_wrapper:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  position: relative;
  border: 1px solid #d0d0d0;
  height: 8px;
  padding: 0 2px;
  margin-left: 8px;
  margin-right: 8px;
  cursor: pointer;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  border-radius: 1em;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  top: 2px;
  bottom: 2px;
  background-color: #fab000;
  z-index: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fff;
  border: 1px solid #dce0e0;
  position: absolute;
  cursor: pointer;
  top: -6px;
  margin-left: -8px;
  width: 18px;
  height: 18px;
  outline: 0;
  z-index: 2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.widget_price_filter .price_label {
  font-size: 12px;
  color: #898989;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.widget_price_filter .price_slider_amount .button {
  float: right;
  background-color: #f3b714;
  min-height: 23px;
  padding: 0 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.widget_price_filter .price_slider_amount .button:hover {
  background-color: #333;
}

#current-shop-items-dropdown {
  min-width: 300px;
  padding: 20px;
  left: auto;
  right: 0;
}
#current-shop-items-dropdown .buttons {
  text-align: center;
  margin: 0;
}
#current-shop-items-dropdown dl.variation {
  display: none !important;
}

ul.cart_list dl.variation {
  display: none !important;
}

.widget_shopping_cart_content {
  display: inline-block;
  width: 100%;
}

.product_list_widget {
  position: relative;
  display: block;
  margin: 0;
  top: auto !important;
  left: auto !important;
}
.product_list_widget li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.product_list_widget li img {
  float: left;
  max-width: 60px;
  padding: 0 10px 0 0;
}
.product_list_widget li a {
  background: transparent !important;
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.product_list_widget li a:hover {
  background: none;
}
.product_list_widget li a.remove {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 20px;
  margin-top: -10px;
  color: #777;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 20;
}
.product_list_widget li a.remove:hover {
  color: #333;
}
.product_list_widget li .quantity, .product_list_widget li .quantity .amount {
  color: #333;
}
.product_list_widget li .quantity {
  display: block;
  float: none;
  font-size: 12px;
  margin-top: 10px;
  letter-spacing: 1px;
}
.product_list_widget li .quantity .amount {
  display: inline-block;
}
.product_list_widget li.empty {
  float: none;
  margin: 0;
  border: none;
  padding: 0;
  color: #999;
  min-height: inherit;
}

#current-shop-items-dropdown dl.variation, ul.cart_list dl.variation {
  display: none !important;
}

#current-shop-items-dropdown .buttons {
  text-align: center;
  margin: 0;
}

aside.widget .product_list_widget li {
  display: inline-block;
  padding: 0 0 14px 0;
  margin-bottom: 14px;
}
aside.widget .product_list_widget li:last-child {
  padding: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
aside.widget .product_list_widget li img {
  float: left;
  max-width: 80px;
  padding: 0;
  margin-right: 20px;
}
aside.widget .product_list_widget li a {
  display: block;
  font-size: 12px;
  margin-bottom: 14px;
}
aside.widget .product_list_widget li .star-rating {
  margin-bottom: 14px;
}
aside.widget .product_list_widget li .amount {
  font-size: 13px;
}

.widget_product_search form {
  display: inline-block;
  width: 100%;
  position: relative;
}
.widget_product_search form input[type="search"] {
  padding-right: 38px;
}
.widget_product_search form input[type="submit"] {
  font-family: 'simple-line-icons';
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: #555;
  font-size: 14px;
  min-width: 38px;
  padding: 0;
  margin: 0;
  min-height: 36px;
}
.widget_product_search form input[type="submit"]:hover {
  color: #333;
}

/**
 * Compare Widget
 */
.yith-woocompare-widget ul.products-list li {
  padding-bottom: 6px;
  overflow: hidden;
}
.yith-woocompare-widget ul.products-list li a.remove {
  margin-top: 0.3em;
  line-height: 14px;
}
.yith-woocompare-widget a.compare, .yith-woocompare-widget a.clear-all {
  background: transparent;
  color: #555;
  font-size: 12px;
  font-weight: 400;
  line-height: inherit;
  padding: 0;
  min-height: 100%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.yith-woocompare-widget a.compare:hover, .yith-woocompare-widget a.clear-all:hover {
  color: #f3b714;
}

/**
 * Table wishlist
 */
.wishlist-title h2 {
  display: inline-block;
  font-size: 26px;
  padding: 0;
  margin: 0 0 20px;
}

.woocommerce table.wishlist_table {
  font-size: 100% !important;
}
.woocommerce table.wishlist_table thead th {
  border-top: 0;
}
.woocommerce table.wishlist_table tbody td {
  text-align: left;
}
.woocommerce table.wishlist_table tbody td.product-add-to-cart {
  text-align: center;
}

.woocommerce table.wishlist_table tr td.product-remove {
  text-align: center;
}

.woocommerce #content table.wishlist_table.cart a.remove {
  font-size: 25px;
  line-height: 23px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
  display: inline-block !important;
  font-size: 12px;
  line-height: 1;
  padding: 8px 20px;
  margin-top: 10px;
  color: #999;
  border: 1px solid #ebebeb;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.woocommerce .wishlist_table td.product-add-to-cart a:hover {
  color: #fab000;
  border-color: #fab000;
}

/*share wishlist*/
.woocommerce-wishlist.woocommerce .yith-wcwl-share li {
  margin-right: 8px;
}
.woocommerce-wishlist.woocommerce .yith-wcwl-share li:last-child {
  margin: 0;
}
.woocommerce-wishlist.woocommerce .yith-wcwl-share li a {
  background: transparent;
}

.yith-wcwl-share {
  margin-bottom: 0;
}
.yith-wcwl-share h4 {
  display: inline-block;
  text-align: center;
  margin: 20px 15px !important;
  font-size: 20px;
}
.yith-wcwl-share ul, .yith-wcwl-share li {
  display: inline-block;
  height: auto;
  text-align: center;
  margin: 0;
}
.yith-wcwl-share li a {
  background: transparent;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #999;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.yith-wcwl-share li a:hover {
  color: #fff;
}
.yith-wcwl-share li a:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.yith-wcwl-share li a.facebook:before {
  content: "\f09a";
}
.yith-wcwl-share li a.twitter:before {
  content: "\f099";
}
.yith-wcwl-share li a.pinterest:before {
  content: "\f231";
}
.yith-wcwl-share li a.googleplus:before {
  content: "\f0d5";
}
.yith-wcwl-share li a.email:before {
  content: "\f003";
}
.yith-wcwl-share li a.facebook:hover {
  background: #39599f;
  border-color: #39599f;
}
.yith-wcwl-share li a.twitter:hover {
  background: #40bff5;
  border-color: #40bff5;
}
.yith-wcwl-share li a.pinterest:hover {
  background: #b8242a;
  border-color: #b8242a;
}
.yith-wcwl-share li a.googleplus:hover {
  background: #eb5b4c;
  border-color: #eb5b4c;
}
.yith-wcwl-share li a.email:hover {
  background: #fdb200;
  border-color: #fdb200;
}

/**
 * Yith search
 */
.ajax-search {
  display: table;
  float: left;
  position: relative;
  padding-left: 50px;
  margin-top: 5.5px;
}
.ajax-search > div {
  display: table-row;
}
.ajax-search > div .yith_woocommerce_ajax_search {
  display: table-cell;
  width: 100%;
}
.ajax-search form #yith-s {
  min-width: 360px;
}

.yith_woocommerce_ajax_search label.screen-reader-text {
  display: none;
}
.yith_woocommerce_ajax_search form {
  display: table;
  width: 100%;
  position: relative;
  border: 1px solid #ebebeb;
}
.yith_woocommerce_ajax_search form > div {
  display: table-row;
  position: relative;
}
.yith_woocommerce_ajax_search form #yith-s {
  float: none;
  background-color: transparent;
  border: 0;
  height: 42px;
  width: 100%;
  padding: 12px 56px 12px 12px;
  margin-bottom: 0;
}
.yith_woocommerce_ajax_search #yith-s, .yith_woocommerce_ajax_search .sbSelector,
.yith_woocommerce_ajax_search .search_categories,
.yith_woocommerce_ajax_search .sbHolder .sbOptions li a,
.yith_woocommerce_ajax_search .autocomplete-suggestion {
  font-family: 'Open Sans', sans-serif;
  color: #6d6c6c;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}
.yith_woocommerce_ajax_search .autocomplete-suggestion:hover,
.yith_woocommerce_ajax_search .autocomplete-suggestion.autocomplete-selected {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yith_woocommerce_ajax_search form .sbHolder .sbOptions li a {
  font-weight: 400;
}
.yith_woocommerce_ajax_search form .sbHolder .sbOptions li a:hover,
.yith_woocommerce_ajax_search .autocomplete-suggestion:hover,
.yith_woocommerce_ajax_search .autocomplete-suggestion.autocomplete-selected {
  color: #f3b714;
}
.yith_woocommerce_ajax_search .nav-searchfield {
  display: table-cell;
  width: 100%;
  position: relative;
  padding-right: 60px;
}
.yith_woocommerce_ajax_search .nav-searchfield input#yith-s {
  padding-right: 0;
}
.yith_woocommerce_ajax_search #yith-searchsubmit {
  display: block;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 43px;
  height: 100%;
  min-height: 100%;
  background: #f8f8f8;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.yith_woocommerce_ajax_search #yith-searchsubmit:hover {
  background: #f1f1f1;
}

#secondary .sbHolder {
  display: none;
}

/**
 * Search submit icon
 */
.yith_woocommerce_ajax_search .nav-searchfield::after {
  content: "\e090";
  display: block;
  position: absolute;
  z-index: 1;
  color: #000;
  right: 13px;
  top: 50%;
  margin-top: -8px;
  pointer-events: none;
  font-family: simple-line-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Search categories
 */
.yith_woocommerce_ajax_search .search_categories {
  display: table-cell;
  border: 0;
  border-right-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
  padding: 0 10px;
  margin: 0 10px;
}
.yith_woocommerce_ajax_search .sbHolder {
  padding: 0 20px;
  min-width: 100%;
  border: 0;
  border-right-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
}
.yith_woocommerce_ajax_search .sbSelector {
  border: 0;
  display: inline-block;
  padding: 0 20px 0 0;
  line-height: 1.8;
}
.yith_woocommerce_ajax_search .sbToggle {
  padding: 0;
  line-height: 1.8;
}
.yith_woocommerce_ajax_search .sbOptions {
  top: 42px;
  margin-top: 15px;
  width: 149px;
  border-bottom-width: 0;
  -webkit-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.19);
}
.yith_woocommerce_ajax_search .sbOptions > li {
  padding: 0px 16px;
}

/**
 * Suggestions box
 */
.yith_woocommerce_ajax_search .autocomplete-suggestions {
  width: auto !important;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  border-color: #ebebeb;
  z-index: 110 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.19);
}

.yith_woocommerce_ajax_search .autocomplete-suggestion {
  padding: 10px 35px 10px 0;
  margin: 0 10px;
  line-height: 28px;
  position: relative;
  border-bottom: 1px solid #eee;
}
.yith_woocommerce_ajax_search .autocomplete-suggestion:hover {
  background: none;
}
.yith_woocommerce_ajax_search .autocomplete-suggestion:last-child {
  border-bottom: 0;
}
.yith_woocommerce_ajax_search .autocomplete-suggestion span.amount {
  display: inline-block;
  font-weight: bold;
  padding-left: 8px;
}
.yith_woocommerce_ajax_search .autocomplete-suggestion ins span.amount {
  padding-left: 0;
}
.yith_woocommerce_ajax_search .autocomplete-suggestion img {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
}

.ajax-search .yith-search-premium .autocomplete-suggestion img {
  right: auto;
  position: relative;
}

.ajax-search .yith-search-premium .autocomplete-suggestion span.amount {
  padding-left: 0px;
}

/*------------------------------------*\
	$MAGNIFIC POPUP
\*------------------------------------*/
.mfp-bg {
  background: #000;
}

.mfp-zoom-out-cur {
  cursor: url("./assets/img/popup-cursor.png"), pointer;
}

.mfp-title {
  display: none;
  margin-top: 10px;
  padding-right: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog,
.my-mfp-slide-bottom .quick-view-popup,
.my-mfp-slide-bottom .mfp-figure {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom .zoom-anim-dialog.effect-rotate .quick-view-popup, .my-mfp-slide-bottom .zoom-anim-dialog.effect-rotate .mfp-figure,
.my-mfp-slide-bottom .quick-view-popup.effect-rotate .quick-view-popup,
.my-mfp-slide-bottom .quick-view-popup.effect-rotate .mfp-figure,
.my-mfp-slide-bottom .mfp-figure.effect-rotate .quick-view-popup,
.my-mfp-slide-bottom .mfp-figure.effect-rotate .mfp-figure {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog,
.my-mfp-slide-bottom.mfp-ready .quick-view-popup,
.my-mfp-slide-bottom.mfp-ready .mfp-figure {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog,
.my-mfp-slide-bottom.mfp-removing .quick-view-popup,
.my-mfp-slide-bottom.mfp-removing .mfp-figure {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/**
 * Modal popup
 */
.modal {
  width: 600px;
  margin: 0 auto;
  max-width: 85%;
}
.modal .modal-dialog {
  background-color: #fff;
  padding: 36px 20px;
  width: 100%;
  margin: 0 auto;
}
.modal .modal-dialog.text-center {
  text-align: center;
}
.modal .modal-dialog h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.modal .modal-dialog .modal-form {
  width: 84%;
  margin: 30px auto 0;
}
.modal .modal-dialog .modal-form .form-input {
  margin-bottom: 15px;
}
.modal .modal-dialog .modal-form button {
  padding: 10px 40px;
}

.modal .modal-dialog, .mfp-figure figure {
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
}

/**
 * img
 */
.mfp-figure figure img {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.mfp-figure:after {
  box-shadow: none;
}

/**
 * Close button
 */
.mfp-close {
  position: absolute;
  top: -55px;
  right: 0 !important;
  width: 26px !important;
  height: 26px !important;
  min-height: 26px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.5) !important;
  background-image: url("./assets/img/close.png") !important;
  background-repeat: no-repeat !important;
  background-position: 7px 7px !important;
  padding: 0 !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mfp-close:active {
  top: -55px;
}

/**
 * Counter
 */
.mfp-bottom-bar {
  margin-top: 0;
}

.mfp-counter {
  top: 18px;
  left: 50%;
  margin-left: -15px;
  font-size: 13px;
}

/**
 * Next/Prev buttons
 */
.mfp-arrow:after {
  display: none;
}

.mfp-arrow:before {
  font-family: FontAwesome !important;
  font-size: 36px;
  top: 50%;
  margin-top: -18px;
  margin-left: 0;
  width: 100%;
  height: auto;
  border: 0;
  text-align: center;
}

.mfp-arrow-left:before {
  content: '\f104';
}

.mfp-arrow-right:before {
  content: '\f105';
}

/*------------------------------------*\
	$STATE
\*------------------------------------*/
.no-js .hide-if-no-js {
  display: none;
}

/*------------------------------------*\
	$RESPONSIVE
\*------------------------------------*/
.mobile-link {
  display: none;
  float: right;
}
.mobile-link > li {
  margin: 0 !important;
}
.mobile-link > li a {
  display: block;
  font-size: 13px;
  color: #666;
  line-height: 46px;
  text-transform: uppercase;
}
.mobile-link > li a:hover {
  color: #f3b714;
}

.fixed-header .mobile-link a {
  padding: 18px 0;
}

/*Mobile nav*/
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  height: 100%;
  background-color: #1a1a1a;
  padding: 0 20px;
  -ms-transform: translate3d(-250px, 0, 0);
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-nav .close-mobile-nav {
  position: relative;
  font-size: 12px;
  margin: 0 -20px 20px -20px;
  background-color: #1e1e1e;
  color: #fff;
  font-weight: 600;
  padding: 15px 20px 15px 20px;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 100;
}
.mobile-nav .close-mobile-nav i {
  font-size: 12px;
  padding-right: 15px;
}
.mobile-nav > ul {
  display: inline-block;
  width: 100%;
}
.mobile-nav .search-form {
  display: inline-block;
  position: relative;
  width: 100%;
  line-height: 1;
  margin-bottom: 20px;
}
.mobile-nav .search-form input {
  background-color: transparent;
  color: #fff;
  border-color: #4f4f4f;
  padding-right: 34px;
}
.mobile-nav .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  background-color: transparent;
  color: #ddd;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
}
.mobile-nav li {
  position: relative;
}
.mobile-nav li a {
  display: block;
  color: #fff;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.mobile-nav li a:hover {
  color: #f3b714;
}
.mobile-nav li a i {
  display: inline-block;
  min-width: 20px;
  padding-right: 5px;
  text-align: left;
}
.mobile-nav li a .count {
  display: none;
}
.mobile-nav li .mobile-icon {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 30px;
  font-size: 16px;
  line-height: 44px;
  text-align: right;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav li .mobile-icon.plus::after {
  content: '+';
}
.mobile-nav li .mobile-icon:hover {
  color: #f3b714;
}
.mobile-nav li.has-sub.open-sub > .mobile-icon.plus::after {
  content: '-';
}
.mobile-nav ul.sub-menu {
  position: relative;
  top: 0;
  min-width: 100%;
  padding: 10px 20px;
  background-color: #222;
  border-top: 0;
  text-align: left;
  box-shadow: none;
  margin: 0 -20px;
}
.mobile-nav ul.sub-menu li a {
  font-size: 12px;
  padding: 10px 0;
}
.mobile-nav ul.sub-menu li .mobile-icon {
  line-height: 40px;
}
.mobile-nav ul.sub-menu li ul {
  padding: 0 20px;
}

.open-mobile-nav {
  overflow: hidden;
}
.open-mobile-nav .mobile-nav {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.open-mobile-nav #page {
  cursor: url("./assets/img/popup-cursor.png"), pointer;
  -ms-transform: translate3d(250px, 0, 0);
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.open-mobile-nav #page::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

#page {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}

/*--------------------------------------------------------------
Visibility
--------------------------------------------------------------*/
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hidden-tablet-landscape {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-tablet, .hidden-tablet-landscape {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .hidden-tablet, .hidden-tablet-portrait, .hidden-tablet-phone {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-tablet-phone, .hidden-phone {
    display: none;
  }
}
/*--------------------------------------------------------------
Tablet & Small Desktop Widths
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  .container {
    max-width: 90%;
  }

  .yith_woocommerce_ajax_search .search_categories, .yith_woocommerce_ajax_search .sbHolder {
    display: none;
  }

  .ajax-search form #yith-s {
    min-width: 300px;
  }

  .main-navigation .megamenu.columns-5, .main-navigation .megamenu.columns-6 {
    width: 980px;
  }

  .single-product .images #product-pager {
    width: 275px;
  }

  .saha-slider-wrap .owl-theme .owl-controls .owl-pagination span {
    width: 8px;
    height: 8px;
  }

  .saha-slider-wrap .owl-theme .owl-buttons .owl-prev,
  .saha-slider-wrap .owl-theme .owl-buttons .owl-next {
    margin-top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
/*--------------------------------------------------------------
All Devices under 992px
--------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
  .site-header .site-header-inner {
    border-bottom: 1px solid #ebebeb;
  }

  .site-header-inner .logo {
    line-height: 46px;
  }

  #header-search, .site-header-inner .menu-right, #site-navigation-wrap {
    display: none;
  }

  .fixed-header .site-navigation, .fixed-header .header-elements {
    display: none;
  }

  .mobile-link {
    display: inline-block;
  }

  .mobile-nav {
    display: block;
  }

  .layout-2c-l .content-area, .layout-2c-l .widget-area, .layout-2c-r .content-area, .layout-2c-r .widget-area {
    float: none;
    width: 100%;
  }

  .quick-view-popup .single-product form.cart .button {
    padding: 10px 14px;
  }

  .col2-set .col-1, .woocommerce .form-row-first,
  .col2-set .col-2, .woocommerce .form-row-last {
    float: none;
    width: 100%;
  }

  .col2-set > div:first-child {
    margin-bottom: 30px;
  }

  .woocommerce #customer_login .form-row label[for="rememberme"] {
    margin: 0 0 0 4px;
  }

  .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cross-sells {
    margin-bottom: 30px;
  }

  form.checkout .col2-set, form.checkout .review-order-wrapper {
    float: none;
    width: 100%;
  }
  form.checkout .col2-set {
    margin-bottom: 30px;
  }

  #secondary {
    margin-top: 50px;
  }

  .flickr-widget-wrap {
    max-width: 250px;
  }

  .saha-slider-wrap .slider-content .top-text {
    font-size: 10px;
  }
  .saha-slider-wrap .slider-content hr {
    margin: 10px auto;
  }
  .saha-slider-wrap .slider-content .title {
    font-size: 34px;
  }
  .saha-slider-wrap .slider-content .text {
    font-size: 12px;
    margin: 12px 0;
  }
  .saha-slider-wrap .slider-content .slide-btn {
    font-size: 10px;
  }

  #footer-widgets {
    padding-bottom: 0;
  }
  #footer-widgets .footer-column {
    float: left;
    width: 50%;
    margin-bottom: 35px;
  }
  #footer-widgets .footer-column:nth-child(3) {
    clear: both;
  }
}
/*--------------------------------------------------------------
Phone Portrait + Landscape
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .admin-bar .fixed-header.fixed-already {
    top: 46px;
  }

  .saha-row .span_1_of_2 {
    width: 100%;
  }
  .saha-row .span_1_of_3, .saha-row .span_1_of_4 {
    width: 50%;
  }
  .saha-row .span_1_of_5 {
    width: 33.33%;
  }
  .saha-row .span_1_of_6 {
    width: 25%;
  }
  .saha-row .span_1_of_7 {
    width: 20%;
  }

  .tipsy {
    display: none !important;
  }

  .fixed-header .site-header-inner .logo, .fixed-header .mobile-link a {
    padding: 10px 0;
  }

  .woocommerce .products > li.first {
    clear: none;
  }
  .woocommerce .products > li.product:nth-child(2n+1) {
    clear: both;
  }

  .woocommerce .products .list-view .product-image {
    float: none;
    width: 50%;
    margin: 0 auto 22px;
  }
  .woocommerce .products .list-view .product-details {
    float: none;
    width: 100%;
  }
  .woocommerce .products .list-view .product-details .action-button li a i, .woocommerce .products .list-view .product-details .action-button li a.compare::after {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .woocommerce .products .list-view .product-details .action-button li a.compare {
    width: 40px;
  }

  .single-product .images {
    text-align: center;
  }

  .single-product .images #product-pager {
    width: 375px;
  }

  .woocommerce .cart-collaterals .cross-sells .products > li:last-child {
    display: none;
  }

  .mfp-arrow {
    margin: -25px 0 0;
    width: 40px;
    height: 50px;
  }

  .mfp-arrow:active {
    margin-top: -25px;
  }

  .saha-slider-wrap .valign-top .slider-content, .saha-slider-wrap .valign-top-left .slider-content,
  .saha-slider-wrap .valign-top-right .slider-content, .saha-slider-wrap .valign-middle .slider-content,
  .saha-slider-wrap .valign-middle-left .slider-content, .saha-slider-wrap .valign-middle-right .slider-content,
  .saha-slider-wrap .valign-bottom .slider-content, .saha-slider-wrap .valign-bottom-left .slider-content,
  .saha-slider-wrap .valign-bottom-right .slider-content {
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .saha-slider-wrap .slider-content .title {
    font-size: 24px;
  }
  .saha-slider-wrap .owl-theme .owl-controls .owl-pagination {
    bottom: 0;
  }

  #footer-bottom .copyright, #footer-bottom .footer-nav {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #footer-bottom .footer-nav {
    margin-top: 20px;
  }
  #footer-bottom .footer-nav li {
    float: none;
    display: inline-block;
  }

  #scroll-top {
    right: 0;
    bottom: 10px;
  }
}
/*--------------------------------------------------------------
All devices under 600px
--------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  .admin-bar .fixed-header.fixed-already, .admin-bar .mobile-nav {
    top: 0;
  }

  #top-bar-left, #top-bar-right {
    float: none;
    text-align: center;
  }

  #top-bar-left > ul > li, .top-bar-social li {
    float: none;
    display: inline-block;
  }

  #top-bar-left > ul > li {
    margin-right: 10px;
  }

  .top-bar-social li {
    border: 0;
  }

  .fixed-header {
    display: none;
  }

  table.cart td.actions .coupon {
    display: inline-block;
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  table.cart td.actions .coupon .input-text {
    float: left;
    width: 63%;
    margin: 0 2% 0 0;
  }
  table.cart td.actions .coupon .button {
    float: left;
    width: 35%;
  }
  table.cart td.actions input[name="update_cart"] {
    float: none;
    width: 100%;
  }

  .woocommerce table.wishlist_table thead th.product-thumbnail, .woocommerce table.wishlist_table tbody td.product-thumbnail,
  .woocommerce table.wishlist_table thead th.product-stock-stauts, .woocommerce table.wishlist_table tbody td.product-stock-status {
    display: none;
  }

  .woocommerce #content table.wishlist_table.cart a.remove {
    width: 15px;
    height: 15px;
    font-size: 16px;
    line-height: 12px;
  }

  .yith-wcwl-share li a {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }

  #scroll-top {
    font-size: 20px;
  }
}
/*--------------------------------------------------------------
Phone Portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .saha-row .span_1_of_3, .saha-row .span_1_of_4, .saha-row .span_1_of_5,
  .saha-row .span_1_of_6, .saha-row .span_1_of_7 {
    width: 100%;
  }

  .site-title h1 {
    line-height: 1.3;
  }

  .saha-toolbar .number-of-products {
    display: none;
  }

  .woocommerce .products > li.product:nth-child(2n+1) {
    clear: none;
  }

  .single-product .images #product-pager {
    width: 265px;
  }

  .woocommerce #customer_login .lost_password {
    float: none;
    margin-top: 10px !important;
    line-height: 1;
  }

  table.shop_table thead th.product-thumbnail, table.shop_table td.product-thumbnail {
    display: none;
  }

  table.cart td.actions .coupon .button {
    padding: 0;
  }

  .woocommerce-checkout form.login .lost_password {
    float: none;
    line-height: 1;
    margin: 10px 0 0;
  }

  .yith-wcwl-share h4 {
    margin: 20px 6px 20px 0 !important;
  }

  .woocommerce-wishlist.woocommerce .yith-wcwl-share li {
    margin-right: 3px;
  }

  .yith-wcwl-share li a {
    width: 28px;
    height: 28px;
    line-height: 26px;
  }

  article.post .entry-header {
    margin: 16px 0 10px;
  }

  article.post .entry-header ul li {
    margin-bottom: 6px;
  }
  article.post .entry-header ul li:last-child {
    margin-bottom: 0;
  }

  .related-posts ul li {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .related-posts ul li:last-child {
    margin: 0;
  }

  .saha-brand.owl-theme .owl-controls .owl-buttons .owl-prev, .saha-posts-carousel.owl-theme .owl-controls .owl-buttons .owl-prev, .saha-products.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -10px;
  }

  .saha-brand.owl-theme .owl-controls .owl-buttons .owl-next, .saha-posts-carousel.owl-theme .owl-controls .owl-buttons .owl-next, .saha-products.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -10px;
  }

  #footer-widgets .footer-column {
    float: none;
    width: 100%;
  }
  #footer-widgets .footer-column:nth-child(3) {
    clear: both;
  }
}
/*--------------------------------------------------------------
All devices under 320px
--------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
  .panel-widget-style {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  .single-product .images #product-pager {
    width: 215px;
  }

  .single-product form.cart .action-button {
    float: left;
    margin-top: 20px;
  }

  .woocommerce-tabs #comments ol.commentlist li .comment_container {
    padding: 0;
  }

  .woocommerce-tabs #comments ol.commentlist li img.avatar {
    display: none;
  }

  table.shop_table thead th.product-price, table.shop_table td.product-price {
    display: none;
  }

  table.cart td.actions .coupon .input-text {
    width: 58%;
  }
  table.cart td.actions .coupon .button {
    width: 40%;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 0 12px 20px;
  }
  .woocommerce-cart .cart-collaterals .cart_totals .button[name="calc_shipping"], .woocommerce-cart .cart-collaterals .cart_totals a.button.checkout-button {
    padding: 1.3em 0;
  }

  .woocommerce-checkout .woocommerce-info, .woocommerce-checkout .woocommerce-info a {
    font-size: 12px;
  }
  .woocommerce-checkout form.checkout_coupon .form-row-first, .woocommerce-checkout form.checkout_coupon .form-row-last {
    float: none;
    width: 100%;
  }
  .woocommerce-checkout form.checkout_coupon .form-row-last {
    margin-top: 6px;
  }
  .woocommerce-checkout #customer_details h3 {
    font-size: 14px;
  }
  .woocommerce-checkout #payment ul.payment_methods li img {
    display: none;
  }
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 28px;
  }
  .woocommerce-checkout form .form-row.terms label {
    font-size: 12px;
  }

  blockquote {
    margin: 23px 0;
  }

  .entry-share .share-title {
    line-height: 26px;
  }

  .entry-share ul li a {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }

  .loop-nav .prev, .loop-nav .next {
    float: none;
    width: 100%;
    padding: 0;
    border: 0;
    text-align: center;
  }
  .loop-nav .next {
    margin-top: 20px;
  }
  .loop-nav .title {
    display: inline-block;
  }

  .author-bio .author-box-avatar {
    display: none;
  }

  .commentlist .comment-avatar {
    display: none;
  }
}
