@charset "UTF-8";
/*
Theme Name: Amaryllis
Theme URI: http://www.cssigniter.com/ignite/themes/amaryllis
Author: CSSIgniter
Author URI: http://www.cssigniter.com
Description: An Ecommerce Theme for WordPress
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Modules
.. 05. Footer
.. 06. Comments
.. 07. Widgets Styling
.. 08. WordPress defaults
.. 09. Mobile Menu
.. 10. External Plugins
.. 11. External Plugins
.. 12. Global Mediaqueries

*/
/* -----------------------------------------
	01. General
----------------------------------------- */
/* Basic Typography
=================================== */
body {
  line-height: 1.625;
  font-size: 16px;
  color: #363636;
  background-color: #FFF;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  margin: 0 0 15px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #545454;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0 0 15px 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  outline: none;
  color: #C8AB55;
  text-decoration: none;
}
a:hover, a:focus {
  color: #d4be7c;
  outline: none;
  text-decoration: none;
}
a:active {
  outline: none;
}

.group:before, .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.group:after {
  clear: both;
}

/* General Element Styling
=================================== */
/* Reset figure margin from normalize.css */
figure {
  margin: 0;
}

/* Lists */
ul, ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 15px;
}

/* Blockquotes */
blockquote {
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  font-size: 17px;
  font-weight: 300;
}
blockquote cite {
  display: block;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 0;
  color: rgba(54, 54, 54, 0.8);
  font-size: 14px;
}

/* Tables */
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.entry-content table {
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
}
.entry-content th:first-child,
.entry-content td:first-child {
  padding-left: 0;
}
.entry-content th,
.entry-content td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-content caption,
.entry-content th,
.entry-content td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  vertical-align: middle;
}
.entry-content th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%;
}
.entry-content td {
  border-width: 0 1px 1px 0;
}

/* Code */
code, kbd, tt, var, samp, pre {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal;
}

pre {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Various */
address {
  margin: 0 0 15px;
}

.sr-only, .cart-collateral-wrap .coupon label,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Embeds and iframes
=================================== */
embed,
iframe,
object,
video,
audio {
  margin-bottom: 15px;
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
p > audio,
span > embed,
span > iframe,
span > object,
span > audio {
  margin-bottom: 0;
}

#map * {
  max-width: none !important;
}

/* General Form Styling
=================================== */
label {
  display: block;
  margin: 0 0 5px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}

input,
textarea {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 46px;
  padding: 6px 12px;
  box-shadow: none;
  line-height: normal;
  border: 1px solid #EBEBEB;
  background-color: #FFF;
  background-image: none;
  border-radius: 0;
  font-size: 14px;
}
input:focus,
textarea:focus {
  outline: none;
}
@media (max-width: 767px) {
  input,
  textarea {
    width: 100%;
  }
}

input[type="search"] {
  /* Restoring box-sizing */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  height: auto;
}

select {
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  width: auto;
  height: auto;
}

fieldset {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  min-width: 0;
}

/* Placeholder text color */
::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.5);
  font-weight: normal;
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(54, 54, 54, 0.5);
  font-weight: normal;
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(54, 54, 54, 0.5);
  font-weight: normal;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.5);
  font-weight: normal;
  opacity: 1;
}

/* Buttons
=================================== */
.btn, .comment-reply-link, .button,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  width: auto;
  height: auto;
  line-height: normal;
  border: none;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 13px 18px 12px;
  background-color: #323232;
  font-weight: bold;
  color: #C8AB55;
  text-transform: uppercase;
  font-style: italic;
  transition: 0.18s background-color ease, color 0.18s ease,  0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:active, .comment-reply-link:active, .button:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active {
  outline: none;
}
.btn:hover, .comment-reply-link:hover, .button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
  color: #FFF;
  text-decoration: none;
}
.btn:focus, .comment-reply-link:focus, .button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
  outline: none;
}

button[disabled],
input[disabled] {
  background-color: #CCC;
  color: #f8f8f8;
  cursor: not-allowed;
  opacity: 0.8;
}
button[disabled]:hover,
input[disabled]:hover {
  color: #f8f8f8;
  background-color: #CCC;
}

/* Flexslider Overrides
=================================== */
.flexslider {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.flexslider .slides li:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.flex-direction-nav a {
  width: 40px;
  height: 40px;
  top: 50%;
  margin: -20px 0 0 0;
  opacity: 0.7;
  color: #FFF;
  line-height: normal;
}
.flex-direction-nav a:hover {
  color: #FFF;
  opacity: 1;
}
.flex-direction-nav a:before {
  font-family: FontAwesome;
  content: '\f053';
  font-size: 34px;
}
.flex-direction-nav a.flex-next:before {
  content: '\f054';
}
.flex-direction-nav a.flex-next {
  right: 10px;
}
.flex-direction-nav a.flex-prev {
  left: 10px;
}

.flexslider .slides > li:first-child {
  display: block;
  /* Display flexslider's first item no matter if its loading or not */
  -webkit-backface-visibility: visible;
}

.flexslider.loading .slides > li:first-child {
  opacity: 1 !important;
  /* Remove the fade in/out animation when the slider loads */
}

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */
.nav {
  margin: 50px 0 0;
}
.nav:before, .nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}

.nav-left,
.nav-right,
.brand {
  float: left;
}

.nav-left,
.nav-right {
  width: 40%;
}

.brand {
  width: 20%;
  text-align: center;
}

.nav-left {
  text-align: right;
}
.nav-left ul {
  text-align: left;
}

.navigation {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}
.navigation li {
  position: relative;
  z-index: 100;
}
.navigation > li {
  display: inline-block;
}
.navigation ul {
  position: absolute;
  z-index: 300;
  top: -999em;
}
.navigation li:hover > ul,
.navigation .sfHover > ul {
  top: auto;
  left: 10px;
}
.navigation li li:hover > ul,
.navigation li .sfHover > ul {
  top: 0;
  left: 100%;
}
.navigation li li li:hover > ul,
.navigation li li .sfHover > ul {
  top: 0;
  left: 100%;
}
.navigation a {
  display: block;
  white-space: nowrap;
}
.navigation a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  font-weight: 300;
  margin: 0 10px;
  color: #FFF;
  /* Global Menu Link Styles */
}
.navigation a:hover,
.navigation .sfHover > a {
  text-decoration: none;
  /* First Level & Global Menu Link Hover Styles */
}
.navigation > li > a {
  padding-bottom: 4px;
  border-bottom: 3px solid transparent;
  /* First Level Menu Link Styles */
}
.navigation > li li {
  border: 1px solid transparent;
  border-bottom: none;
}
.navigation > li ul > li:last-child {
  border-bottom: 1px solid transparent;
}
.navigation > li ul a {
  background: rgba(250, 250, 250, 0.9);
  padding: 8px 12px;
  font-size: 13px;
  color: #6c6c6c;
  margin: 0;
  text-transform: uppercase;
  /* All Other Menu Level Link Styles */
}
.navigation > li ul a:hover,
.navigation > li ul .sfHover > a {
  color: #6c6c6c;
  background: #FFF;
  /* All Other Level Menu Link Hover Styles */
}
.navigation > li > a:hover,
.navigation > li.sfHover > a,
.navigation > li.sfHover > a:active,
.navigation > li.current_page_item > a,
.navigation > li.current-menu-item > a,
.navigation > li.current-menu-ancestor > a,
.navigation > li.current-menu-parent > a,
.navigation > li.current > a {
  border-color: #C8AB55;
  /* WordPress First Level Current/Ancestor Hover Page Styles */
}
.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #C2C2C2;
  background: transparent;
  min-width: 180px;
  z-index: 50;
  /* All Lower Level Menu Container Styles */
}
.navigation a.sf-with-ul {
  padding-right: 15px;
  position: relative;
  /* Styling for navigation arrows  ---------- */
}
.navigation.sf-arrows .sf-with-ul:after {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -9px;
  font-size: 8px;
  font-weight: normal;
}
.navigation.sf-arrows ul .sf-with-ul:after {
  right: 3px;
  content: "\f054";
  margin-top: -4px;
  /* Styling for right facing arrows  ---------- */
}

/* Inline Nav
=================================== */
.nav-inline {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.nav-inline li {
  display: inline-block;
  margin-right: 10px;
}
.nav-inline li a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}
.header .nav-inline li a {
  color: #FFF;
}
.header .nav-inline li a:hover {
  color: #eac75c;
}

/* -----------------------------------------
	03. Header
----------------------------------------- */
.header {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.pre-head {
  background-color: rgba(0, 0, 0, 0.25);
  color: #FFF;
  padding: 6px 0 8px;
}

.cart-head {
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  text-align: right;
  padding-top: 6px;
}
.cart-head a {
  color: #eac75c;
}
.cart-head a:hover {
  color: #FFF;
}

.logo {
  margin: 0;
  font-size: 48px;
  font-family: "Rochester", "Roboto", sans-serif;
  line-height: 0.8;
  font-weight: normal;
  position: relative;
}
.logo a {
  color: #eac75c;
}
.logo a:hover {
  color: #FFF;
}

.tagline {
  color: #FFF;
  text-transform: uppercase;
  line-height: 1;
  font-size: 12px;
  display: block;
  margin-top: 5px;
  font-weight: 300;
}

/* -----------------------------------------
	04. Modules
----------------------------------------- */
/* Site Border
=================================== */
.main,
.page-hero {
  position: relative;
}

.line-left,
.line-right,
.foot-line-left,
.foot-line-right {
  content: "";
  width: 10%;
  height: 10px;
  left: 4.411764706%;
  position: absolute;
  z-index: 10;
}

.line-right,
.foot-line-right {
  left: auto;
  right: 4.411764706%;
}

.line-left,
.line-right {
  top: 111px;
}

.foot-line-left,
.foot-line-right {
  top: 26px;
}

.page-hero:after,
.page-hero:before,
.home-slider:after,
.home-slider:before,
.main:after,
.main:before {
  content: "";
  width: 10px;
  left: 4.411764706%;
  position: absolute;
  z-index: 10;
}

.page-hero:after,
.home-slider:after,
.main:after {
  left: auto;
  right: 4.411764706%;
}

.main:after,
.main:before {
  height: 102%;
  height: calc(100% + 26px);
  top: 0;
}

.home-slider:after,
.home-slider:before,
.page-hero:after,
.page-hero:before {
  bottom: 0;
}

.home-slider:after,
.home-slider:before {
  height: 829px;
}

.page-hero:after,
.page-hero:before {
  height: 229px;
}

.main:after,
.main:before,
.foot-line-left,
.foot-line-right {
  background-color: rgba(235, 235, 235, 0.4);
}

.line-left,
.line-right,
.page-hero:after,
.page-hero:before,
.home-slider:after,
.home-slider:before {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Hero Slider
=================================== */
#page {
  position: relative;
}

.home-slider .slides li {
  height: 950px;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.home-slider .flex-control-nav {
  z-index: 10;
  bottom: 30px;
}
.home-slider .flex-control-paging li {
  margin: 0 5px;
}
.home-slider .flex-control-paging li a {
  background-color: #FFF;
  box-shadow: none;
  width: 13px;
  height: 13px;
  position: relative;
  opacity: 0.5;
}
.home-slider .flex-control-paging li a.flex-active {
  opacity: 1;
  background-color: #FFF;
  position: relative;
}

.slide-content {
  color: #FFF;
  text-align: center;
  padding-top: 380px;
  position: relative;
  z-index: 101;
}
.slide-content .btn, .slide-content .comment-reply-link, .slide-content .button {
  font-style: normal;
  font-size: 14px;
  padding: 15px 25px;
  background-color: #0c0c0c;
}

.slide-title {
  font-size: 120px;
  line-height: 0.9;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.02em;
  margin: 0 0 45px;
}
.slide-title .amp {
  margin: 0 -10px;
  font-family: "Hoefler Text", "Palatino Linotype", Palatino, Baskerville;
  text-rendering: optimizeLegibility;
  font-style: italic;
  font-weight: normal;
}

.slide-sup {
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 300;
  font-style: italic;
}

/* Main
=================================== */
.main {
  padding: 95px 0 65px;
}

/* Home Sections
=================================== */
section.widget {
  margin: 0 0 50px;
}
section.widget ul.product_list_widget {
  margin-left: -15px;
  margin-right: -15px;
}
section.widget ul.product_list_widget:before, section.widget ul.product_list_widget:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.widget ul.product_list_widget:after {
  clear: both;
}
section.widget ul.product_list_widget li {
  border: none;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar ul.product_list_widget li,
.footer ul.product_list_widget li {
  width: 100%;
  padding: 0;
  float: none;
}

.section-title, .page-title, .related h3,
.upsells h3, #comments h3, .widget-title, .cross-sells h2 {
  font-family: "Rochester", "Roboto", sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #545454;
  text-align: center;
  margin: 0 0 35px;
  position: relative;
  line-height: normal;
}
.section-title:after, .page-title:after, .related h3:after,
.upsells h3:after, #comments h3:after, .widget-title:after, .cross-sells h2:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 3px double #cccccc;
  left: 0;
  top: 50%;
  z-index: -1;
  margin-top: 5px;
}
.section-title span, .page-title span, .related h3 span,
.upsells h3 span, #comments h3 span, .widget-title span, .cross-sells h2 span {
  display: inline-block;
  background-color: #FFF;
  padding: 0 35px;
}

/* Items
=================================== */
.item {
  margin: 0 0 30px;
  position: relative;
}
.item:before, .item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.item:after {
  clear: both;
}
.item .remove {
  position: absolute;
  right: 0;
  top: -1px;
}

.item-thumb {
  position: relative;
  padding: 5px;
  border: 1px solid #cccccc;
  transition: all 0.18s ease;
  margin: 0 0 10px;
}
.item-thumb img {
  width: 100%;
}
.item-thumb:hover {
  border-color: #a6a6a6;
}

.item-content {
  line-height: 1.4;
}
.item-content:before, .item-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.item-content:after {
  clear: both;
}

.item-title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  float: left;
  width: 65%;
}
.item-title a {
  color: #363636;
}
.item-title a:hover {
  color: #C8AB55;
}

.item-price {
  float: left;
  width: 34%;
  text-align: right;
  font-size: 14px;
}

.item-alt .item-thumb {
  margin: 0;
}
.item-alt .item-thumb a {
  display: block;
  position: relative;
}
.item-alt .item-thumb a:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.item-alt .item-title {
  float: none;
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 0 25px;
  z-index: 5;
  color: #FFF;
  top: 50%;
  font-size: 26px;
  font-style: italic;
  margin: -23px 0 0 0;
  text-transform: none;
}

.sidebar .item,
.footer .item {
  margin: 0 0 15px;
}
.sidebar .item-thumb,
.footer .item-thumb {
  float: left;
  width: 35%;
  margin: 0 15px 0 0;
  padding: 3px;
  border-color: #EBEBEB;
}
.sidebar .item-thumb:hover,
.footer .item-thumb:hover {
  border-color: #cccccc;
}
.sidebar .item-content,
.footer .item-content {
  overflow: hidden;
  zoom: 1;
}
.sidebar .item-title,
.sidebar .item-price,
.footer .item-title,
.footer .item-price {
  float: none;
  display: block;
  width: 100%;
  text-align: left;
  text-transform: none;
  line-height: 1.45;
}
.sidebar .item-title,
.footer .item-title {
  margin: 0 0 5px;
}
.sidebar .onsale,
.footer .onsale {
  font-size: 10px;
  top: 3px;
  right: 3px;
  padding: 2px 5px;
}

/* Page Styles / Entry
=================================== */
.page-hero {
  height: 350px;
  background-size: cover;
  background-position: center top;
}

.page-title {
  margin: 0 0 5px;
}

.entry {
  margin: 0 0 70px;
}
.entry:only-of-type {
  margin: 0;
}
.entry > .page-title {
  margin: 0 0 30px;
}

.entry-title {
  margin: 0;
  line-height: normal;
}
.entry-title a {
  color: #545454;
}
.entry-title a:hover {
  color: #C8AB55;
}

.entry-time {
  display: block;
  color: #7d7c7c;
  font-size: 14px;
  margin-bottom: -3px;
}

.entry-meta {
  margin: 0 0 20px;
}
.entry-meta a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  color: #363636;
}
.entry-meta a:hover {
  color: #C8AB55;
}

.entry-content:before, .entry-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.entry-content:after {
  clear: both;
}

.entry-thumb {
  border: 1px solid #cccccc;
  padding: 5px;
  margin: 0 0 25px;
}
.entry-thumb:hover {
  border-color: #999999;
}

/* Pagination
=================================== */
#paging {
  margin: 40px 0 0;
}
#paging ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#paging ul li {
  display: inline-block;
}
#paging a,
#paging > span,
#paging li span {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  font-size: 13px;
  color: #7d7c7c;
  padding: 12px 14px;
  margin: 0 3px 0 0;
  line-height: normal;
  font-style: italic;
}
#paging a:hover {
  border-color: #999999;
}
#paging .current {
  border-color: #323232;
  background-color: #323232;
  color: #C8AB55;
}

/* -----------------------------------------
	05. Footer
----------------------------------------- */
.footer {
  position: relative;
}
.footer .copy {
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  padding: 0 0 20px;
}

/* -----------------------------------------
   06. Comments
----------------------------------------- */
#comments {
  margin: 40px 0 0;
}

#comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}
#comment-list ol {
  list-style: none;
}
@media (max-width: 767px) {
  #comment-list ol {
    margin: 0;
    padding: 0;
  }
}
#comment-list .comment-body {
  margin-bottom: 20px;
  padding-top: 20px;
}
#comment-list > .comment:first-child > .comment-body {
  border-top: none;
  padding-top: 0;
}

.post-comments {
  margin: 0 0 55px;
}

.comment-author .fn {
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  font-weight: bold;
}
.comment-author .avatar {
  width: 64px;
  height: 64px;
  float: left;
  margin: 0 15px 15px 0;
  overflow: visible;
  padding: 3px;
  border: 1px solid #EBEBEB;
}
@media (max-width: 767px) {
  .comment-author .avatar {
    display: none;
  }
}

.comment-content {
  overflow: hidden;
  zoom: 1;
  font-size: 14px;
  color: #7d7c7c;
}

.comment-metadata {
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  margin: 0 0 5px;
}

.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-left: 80px;
  height: auto;
}
@media (max-width: 767px) {
  .comment-reply-link {
    margin: 0;
  }
}

.bypostauthor > article .fn:before {
  font-family: FontAwesome;
  content: "\f005";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
  font-size: 11px;
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -10px;
  font-family: "Roboto", sans-serif;
}

.comment-form label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}
.comment-form > p {
  margin: 0 0 20px;
}

.form-allowed-tags,
.comment-notes {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(54, 54, 54, 0.8);
}

/* -----------------------------------------
	07. Widgets Styling
----------------------------------------- */
.widget {
  margin: 0 0 45px;
}
.sidebar .widget, .footer .widget {
  font-size: 14px;
  color: #7d7c7c;
  margin: 0 0 25px;
}
.sidebar .widget a:not(.button):not(.btn):not(.comment-reply-link):not(.button), .footer .widget a:not(.button):not(.btn):not(.comment-reply-link):not(.button) {
  color: #363636;
}
.sidebar .widget a:not(.button):not(.btn):not(.comment-reply-link):not(.button):hover, .footer .widget a:not(.button):not(.btn):not(.comment-reply-link):not(.button):hover {
  color: #C8AB55;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widgets-fullwidth .widget:last-child,
.sidebar .widget:last-child,
.widget p:last-child {
  /* Nullify bottom margin for last elements in widgets and sidebars */
  margin-bottom: 0;
}

.widget-title {
  margin: 0 0 20px;
}
.widget-title span {
  padding: 0 20px;
}
.footer .widget-title {
  text-align: left;
}
.footer .widget-title span {
  padding: 0;
  background: none;
}
.footer .widget-title:after {
  display: none;
}
.widget-title label {
  text-transform: none;
  display: block;
  font-size: inherit;
  margin: 0;
  line-height: inherit;
  font-weight: inherit;
}

/* WIDGET: #List Widgets
========================================= */
.widget select {
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
  border: 1px solid #EBEBEB;
}

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_product_categories ul,
.widget_layered_nav ul,
.widget_archive ul,
.widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul,
.widget_layered_nav ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul {
  margin-left: 15px;
}
.widget_meta ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_product_categories ul li,
.widget_layered_nav ul li,
.widget_archive ul li,
.widget_nav_menu ul li {
  line-height: normal;
  display: block;
  position: relative;
}
.widget_meta ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a,
.widget_layered_nav ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #EBEBEB;
}
.widget_meta ul li.current-cat > .count, .widget_meta ul li:hover > .count,
.widget_pages ul li.current-cat > .count,
.widget_pages ul li:hover > .count,
.widget_categories ul li.current-cat > .count,
.widget_product_categories ul li.current-cat > .count,
.widget_layered_nav ul li.current-cat > .count,
.widget_categories ul li:hover > .count,
.widget_product_categories ul li:hover > .count,
.widget_layered_nav ul li:hover > .count,
.widget_archive ul li.current-cat > .count,
.widget_archive ul li:hover > .count,
.widget_nav_menu ul li.current-cat > .count,
.widget_nav_menu ul li:hover > .count {
  background-color: #323232;
  color: #C8AB55;
}
.widget_meta ul li .count,
.widget_pages ul li .count,
.widget_categories ul li .count,
.widget_product_categories ul li .count,
.widget_layered_nav ul li .count,
.widget_archive ul li .count,
.widget_nav_menu ul li .count {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #363636;
  font-style: italic;
  transition: all 0.18s ease;
  padding: 4px 3px;
}

.widget_pages select,
.widget_categories select,
.widget_product_categories select,
.widget_layered_nav select,
.widget_archive select {
  display: block;
  width: 100%;
  padding: 6px 15px;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  font-weight: normal;
  border: 1px solid #EBEBEB;
  background: #FFF;
}

/* WIDGET: #Ads125
========================================= */
#ads125,
.ads125 {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ads125 li,
.ads125 li {
  background: none;
  border: none;
  float: left;
  margin: 0 15px 10px 0;
  padding: 0;
  max-width: 125px;
  height: auto;
}

/* WIDGET: #Search
========================================= */
.searchform > div,
#yith-ajaxsearchform > div {
  position: relative;
}
.searchform .searchsubmit,
.searchform #yith-searchsubmit,
#yith-ajaxsearchform .searchsubmit,
#yith-ajaxsearchform #yith-searchsubmit {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 100%;
  height: calc(100% - 4px);
}

/* WIDGET: #Flickr
========================================= */
.flickr_badge_image {
  float: left;
  margin: 0 4px 4px 0;
}
.flickr_badge_image a {
  padding: 3px;
  border: 1px solid #EBEBEB;
  display: block;
  line-height: 0;
}

/* WIDGET: #About
========================================= */
.widget_about {
  margin-top: -5px;
}
.widget_about img {
  max-width: 100px;
  height: auto;
}
.widget_about .alignleft {
  float: left;
  margin: 5px 15px 6px 0;
}
.widget_about .alignright {
  float: right;
  margin: 5px 0 6px 15px;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
  margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */
.widget_ci_twitter_widget ul li {
  margin-bottom: 12px;
}
.widget_ci_twitter_widget ul li:first-child {
  padding-top: 0;
}
.widget_ci_twitter_widget .twitter-time {
  display: block;
  font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
  width: 100%;
}
#wp-calendar a {
  font-weight: bold;
  font-style: italic;
}
#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 8px;
}
#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}
#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* WIDGET: #Social Icons (HTML only)
========================================= */
.social-icon i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #333;
  color: #FFF;
  border: 1px solid #333;
  font-size: 24px;
  border-radius: 36px;
  text-align: center;
  display: inline-block;
}

.social-icon:hover i {
  background-color: #575757;
}

/* -----------------------------------------
	08. WordPress Defaults
----------------------------------------- */
/* WordPress Galleries
=================================== */
.gallery {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 15px;
}
.gallery:before, .gallery:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.gallery:after {
  clear: both;
}

.gallery-item {
  margin-bottom: 10px;
}
.gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-1 .gallery-item {
    float: left;
    width: 100%;
  }
}

.gallery-columns-2 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    float: left;
    width: 50%;
  }
}

.gallery-columns-3 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    float: left;
    width: 33.33333%;
  }
}

.gallery-columns-4 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    float: left;
    width: 25%;
  }
}

.gallery-columns-5 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    float: left;
    width: 20%;
  }
}

.gallery-columns-6 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-6 .gallery-item {
    float: left;
    width: 16.66667%;
  }
}

.gallery-columns-7 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-7 .gallery-item {
    float: left;
    width: 14.28571%;
  }
}

.gallery-columns-8 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-8 .gallery-item {
    float: left;
    width: 12.5%;
  }
}

.gallery-columns-9 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-9 .gallery-item {
    float: left;
    width: 11.11111%;
  }
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 5px;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: calc(100% - 10px);
  transition: opacity 0.18s ease;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* WordPress Classes
=================================== */
/* Alignment */
.alignnone {
  margin: 5px 0 20px 0;
}
p .alignnone {
  margin-bottom: 0;
}

.aligncenter {
  display: block;
  margin: 7px auto 7px auto;
}

.alignright {
  float: right;
  margin: 7px 0 7px 24px;
}

.alignleft {
  float: left;
  margin: 7px 24px 7px 0;
}

/* Captions */
.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 3px 0 5px;
  padding: 5px 0 0 0;
  text-align: left;
  font-style: italic;
}

/* -----------------------------------------
  09.  MOBILE MENU
----------------------------------------- */
#mobilemenu {
  display: none;
}
@media (max-width: 991px) {
  #mobilemenu {
    display: block;
  }
}

#mobile-bar {
  display: none;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #FFF;
  padding: 15px 10px 0 10px;
  height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  #mobile-bar {
    display: block;
  }
}

.menu-trigger,
.menu-trigger:focus {
  width: 24px;
  height: 21px;
  background: none;
  cursor: pointer;
  opacity: 0.85;
  margin: 0;
  outline: none;
  position: absolute;
  left: 10px;
  top: 9px;
  color: #333;
  font-size: 30px;
  line-height: 1;
}

.menu-trigger:hover {
  opacity: 0.95;
  color: #333;
}

.menu-trigger:active {
  opacity: 1;
}

.mob-title {
  color: #222;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* -----------------------------------------
	10. External Plugins
----------------------------------------- */
/* WP Instagram */
.null-instagram-feed p {
  padding-top: 10px;
}

.widget .instagram-pics:before, .widget .instagram-pics:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget .instagram-pics:after {
  clear: both;
}

.widget .instagram-pics li {
  border-bottom: 0;
  padding: 0;
  float: left;
  width: 30.333333%;
  margin: 0 3% 3% 0;
}
.widget .instagram-pics li a {
  display: block;
  color: #363636;
}
.widget .instagram-pics li img {
  padding: 3px;
  border: 1px solid #EBEBEB;
}

/* -----------------------------------------
	11. E-Commerce (WooCommerce)
----------------------------------------- */
/* General
========================================= */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews {
  padding: 14px 20px 14px 45px;
  background-color: #C8AB55;
  margin-bottom: 35px;
  margin-left: 0;
  color: #fff;
  clear: both;
  border-left: 0.618em solid rgba(0, 0, 0, 0.15);
  position: relative;
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-noreviews:before {
  content: "\f058";
  font-family: "FontAwesome";
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 1.3em;
}
.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-noreviews a:not(.button) {
  border-bottom: 1px solid;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-noreviews .button {
  float: right;
  padding: 5px 10px;
  line-height: normal;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  background: none;
  position: relative;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.875em;
}
.woocommerce-message .button:after,
.woocommerce-error .button:after,
.woocommerce-info .button:after,
.woocommerce-noreviews .button:after {
  font-family: "FontAwesome";
  content: "\f061";
  font-size: 0.65em;
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
  top: -2px;
}

@media (max-width: 991px) {
  .woocommerce-message {
    padding-bottom: 45px;
  }
  .woocommerce-message .button {
    float: none;
    position: absolute;
    display: block;
    padding: 0;
    left: 45px;
    bottom: 15px;
    margin: 0;
  }
}

.woocommerce-error {
  list-style: none;
}
.woocommerce-error li {
  display: block;
}
.woocommerce-error li:only-of-type:before {
  display: none;
}
.woocommerce-error li:before {
  font-family: FontAwesome;
  content: "\f105";
  margin: 0 5px 0 0;
}
.woocommerce-error:before {
  content: "\f06a";
}

.woocommerce-info {
  list-style: none;
}
.woocommerce-info li {
  display: block;
}
.woocommerce-info:before {
  content: "\f05a";
}

.woocommerce-noreviews {
  padding-left: 20px;
}
.woocommerce-noreviews:before {
  display: none;
}

/* Shop Page
========================================= */
.shop-actions {
  padding-bottom: 22px;
  margin: 0 0 40px;
  border-bottom: 1px solid #EBEBEB;
  line-height: normal;
  font-size: .875em;
}
.shop-actions .actions {
  margin-top: 2px;
  float: left;
}
@media (max-width: 991px) {
  .shop-actions .actions {
    float: none;
    width: 100%;
    margin: 0 0 25px;
  }
}
.shop-actions .woocommerce-ordering {
  float: right;
}
@media (max-width: 991px) {
  .shop-actions .woocommerce-ordering {
    float: none;
    width: 100%;
  }
  .shop-actions .woocommerce-ordering select {
    width: 100%;
  }
}
.shop-actions .woocommerce-result-count,
.shop-actions .product-number {
  display: inline-block;
  margin: 0;
}
.shop-actions .woocommerce-result-count {
  margin-right: 15px;
}
.shop-actions .product-number a {
  margin: 0 2px;
}

.woocommerce-ordering {
  position: relative;
  margin: -9px 0;
}
.woocommerce-ordering:after {
  font-family: FontAwesome;
  content: "\f0d7";
  position: absolute;
  height: 100%;
  width: 30px;
  right: 0;
  z-index: 10;
  top: 0;
  text-align: center;
  line-height: 2.75;
  background-color: #FFF;
  pointer-events: none;
}
.woocommerce-ordering select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #EBEBEB;
  font-size: .857142857em;
  outline: 0;
  transition: all 0.18s ease;
  padding: 12px 30px 11px 14px;
  position: relative;
  background-color: #FFF;
}
.woocommerce-ordering select::-ms-expand {
  display: none;
}
.woocommerce-ordering select:active, .woocommerce-ordering select:focus {
  outline: none;
}
.woocommerce-ordering select:hover {
  color: #FFF;
}

/* Product Page
========================================= */
.images {
  position: relative;
}
@media (max-width: 767px) {
  .images {
    margin: 0 0 20px;
  }
}
.images a {
  display: inline-block;
  position: relative;
}
.images > a img {
  width: 100%;
}

.thumbnails:before, .thumbnails:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.thumbnails:after {
  clear: both;
}
.thumbnails > a {
  float: left;
  margin-right: 4%;
  width: 22%;
  margin-bottom: 15px;
}
.thumbnails > a:nth-child(4n) {
  margin-right: 0;
}
.thumbnails > a img {
  width: 100%;
}
.thumbnails > a .img-overlay:after {
  font-size: 22px;
  margin: -22px 0 0 -10px;
}

.woocommerce-main-image {
  margin-bottom: 15px;
}

.onsale {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
}

.price del {
  font-size: 0.8em;
}
.price ins {
  text-decoration: none;
}

.product_meta {
  margin: 0 0 10px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}
.product_meta:before, .product_meta:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product_meta:after {
  clear: both;
}
.product_meta .sku_wrapper {
  float: right;
}

.product .summary:before, .product .summary:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product .summary:after {
  clear: both;
}
.product .summary ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.product .summary ul li {
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #EBEBEB;
  padding: 8px 0 7px 20px;
  line-height: normal;
}
.product .summary ul li:first-child {
  border-top: 1px solid #EBEBEB;
}
.product .summary ul li:before {
  content: "";
  background-color: #C8AB55;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.product .summary .price {
  display: block;
  margin: 15px 0;
}
.product .summary .price .amount {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
}
.product .summary .price del .amount {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 4px;
}
.product .summary .group_table {
  margin: 0 0 20px;
  padding: 10px;
  background-color: rgba(235, 235, 235, 0.3);
}
.product .summary .group_table td, .product .summary .group_table th {
  padding: 5px 5px;
}
.product .summary .group_table td:first-child {
  padding: 5px 0;
}
.product .summary .group_table .quantity {
  display: block;
}
.product .summary .group_table .price {
  display: table-cell;
  margin: 0;
}
.product .summary .group_table .price .amount {
  font-size: 13px;
}
.product .summary h2, .product .summary h3 {
  text-transform: uppercase;
}
.product .summary h2 {
  font-size: 1.1em;
}
.product .summary h3 {
  font-size: 1em;
}
.product .summary form.cart {
  margin: 30px 0 0;
}
.product .summary form.cart .single_add_to_cart_button {
  height: 45px;
}
.product .summary .stock {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  background: #f8f8f8;
  padding: 7px 10px 7px 25px;
  position: relative;
}
.product .summary .stock:before {
  position: absolute;
  font-family: FontAwesome;
  top: 7px;
  left: 6px;
  font-size: 1.05em;
}
.product .summary .in-stock {
  background-color: #A4ECD3;
  color: #435c50;
}
.product .summary .in-stock:before {
  content: "\f00c";
}
.product .summary .out-of-stock {
  background-color: #ff786d;
  color: #fff;
}
.product .summary .out-of-stock:before {
  content: "\f00d";
}

.quantity {
  height: 100%;
  width: 70px;
  position: relative;
  display: inline-block;
}
.quantity input {
  border-radius: 0;
  line-height: 1;
  max-width: 100%;
  outline: none;
}
.quantity .qty {
  height: 45px;
  line-height: 1;
  padding: 10px 11px 10px;
  text-align: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

button.single_add_to_cart_button {
  text-align: center;
  min-width: 190px;
}

.variations {
  position: relative;
  z-index: 1;
  width: auto;
}
@media (max-width: 991px) {
  .variations {
    width: 100%;
  }
}
.summary .variations {
  margin-bottom: 50px;
}
.variations td {
  padding: 6px 6px 6px 12px;
  z-index: 5;
}
.variations label {
  text-transform: uppercase;
  line-height: normal;
  margin: 0;
  font-size: 12px;
}
.variations select {
  min-width: 120px;
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  width: 100%;
  padding: 6px 15px;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  font-weight: normal;
  border: 1px solid #EBEBEB;
  background: #FFF;
  font-size: 12px;
  height: 24px;
  padding: 3px 10px;
}
.variations .customSelect .customSelectInner {
  padding: 7px 16px;
}
.variations .reset_variations {
  position: absolute;
  left: 0;
  bottom: -27px;
  font-size: 10px;
  text-transform: uppercase;
}

/* Tabs */
.woocommerce-tabs {
  margin: 50px 0 70px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 3px solid #d2d2d2;
}
@media (max-width: 991px) {
  .woocommerce-tabs {
    margin-bottom: 35px;
  }
}
.woocommerce-tabs .tabs {
  list-style: none;
  margin: 0;
  padding: 25px 0;
}
.woocommerce-tabs .tabs:before, .woocommerce-tabs .tabs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce-tabs .tabs:after {
  clear: both;
}
.woocommerce-tabs .tabs li {
  display: block;
  border-bottom: 1px solid #EBEBEB;
}
.woocommerce-tabs .tabs li a {
  padding: 14px 0 13px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  color: #363636;
  line-height: 1;
  transition: all 0.18s ease;
}
.woocommerce-tabs .tabs li a:hover {
  text-decoration: none;
}
.woocommerce-tabs .panel-container {
  border-left: 1px solid #EBEBEB;
}
@media (max-width: 767px) {
  .woocommerce-tabs .panel-container {
    border: none;
  }
}
.woocommerce-tabs .panel {
  min-height: 230px;
  padding: 25px;
  font-size: 0.875em;
}
@media (max-width: 767px) {
  .woocommerce-tabs .panel {
    padding: 0;
  }
}
.woocommerce-tabs .panel > h2, .woocommerce-tabs .panel #reviews h2 {
  display: none;
}
.woocommerce-tabs .panel#tab-reviews #reply-title {
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #EBEBEB;
  padding: 0 0 5px;
}
.woocommerce-tabs .panel#tab-reviews #comments {
  margin: 0;
}
.woocommerce-tabs .panel#tab-reviews #comments .comment_container {
  padding: 0 0 15px 0;
}
.woocommerce-tabs .panel#tab-reviews #comments .comment-text {
  padding: 0;
  margin: 0;
}

.shop_attributes {
  width: 100%;
  margin-top: 5px;
}
.shop_attributes th, .shop_attributes td {
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #EBEBEB;
  padding: 8px 0 7px 20px;
  line-height: normal;
}
.shop_attributes th p, .shop_attributes td p {
  margin: 0;
}
.shop_attributes th {
  padding-left: 0;
}
.shop_attributes tr:first-child th, .shop_attributes tr:first-child td {
  border-top: 1px solid #EBEBEB;
}
.shop_attributes th:first-child {
  width: 15%;
  font-weight: normal;
  padding-left: 20px;
}
.shop_attributes th:first-child:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #C8AB55;
  left: 3px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.shop_attributes td {
  font-weight: bold;
}

.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.commentlist .avatar {
  width: 64px;
  height: 64px;
  float: left;
  margin: 0 15px 15px 0;
  overflow: visible;
}
@media (max-width: 767px) {
  .commentlist .avatar {
    display: none;
  }
}
.commentlist .description {
  overflow: hidden;
}
.commentlist .meta {
  margin: 0 0 10px;
}

.woocommerce .star-rating, .woocommerce-page .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 12px;
  width: 55px;
  font-family: FontAwesome;
}
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span, .woocommerce-page .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
}

.comment-form-rating p.stars a {
  display: inline-block;
  position: relative;
  width: 25px;
  text-indent: -9999px;
  margin-right: 10px;
  border: none;
}
.comment-form-rating p.stars a:after {
  font-family: FontAwesome;
  font-size: 1em;
  content: "\f006";
  margin-right: 7px;
  opacity: 1;
  display: inline-block;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.comment-form-rating p.stars a.active:after {
  content: "\f005";
}
.comment-form-rating p.stars .star-2 {
  width: 35px;
}
.comment-form-rating p.stars .star-2:after {
  content: "\f006\f006";
}
.comment-form-rating p.stars .star-2.active:after {
  content: "\f005\f005";
}
.comment-form-rating p.stars .star-3 {
  width: 48px;
}
.comment-form-rating p.stars .star-3:after {
  content: "\f006\f006\f006";
}
.comment-form-rating p.stars .star-3.active:after {
  content: "\f005\f005\f005";
}
.comment-form-rating p.stars .star-4 {
  width: 61px;
}
.comment-form-rating p.stars .star-4:after {
  content: "\f006\f006\f006\f006";
}
.comment-form-rating p.stars .star-4.active:after {
  content: "\f005\f005\f005\f005";
}
.comment-form-rating p.stars .star-5 {
  width: 68px;
}
.comment-form-rating p.stars .star-5:after {
  content: "";
}
.comment-form-rating p.stars .star-5.active:after {
  content: "\f005\f005\f005\f005\f005";
}

/* Cart Page
========================================= */
.shop_table {
  width: 100%;
  margin: 0 0 35px;
}
.shop_table th, .shop_table td {
  border-bottom: 1px solid #EBEBEB;
}
@media (max-width: 767px) {
  .shop_table th, .shop_table td {
    font-size: 0.8em;
  }
}
.shop_table th {
  text-align: left;
  font-weight: normal;
  padding: 0 10px 5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 767px) {
  .shop_table th {
    font-size: 0.65em;
  }
}
.shop_table td {
  padding: 10px;
}
.shop_table .variation {
  margin: 0 0 5px;
}
.shop_table .variation dt, .shop_table .variation dd {
  display: inline;
  margin: 0;
}
.shop_table .variation dt p, .shop_table .variation dd p {
  display: inline;
  margin: 0;
}
.shop_table .product-price {
  margin: 0;
}
.shop_table .product-price .amount {
  font-size: 14px;
}
.shop_table .product-thumbnail {
  text-align: center;
}
.shop_table .product-thumbnail img {
  max-width: 80px;
}
@media (max-width: 767px) {
  .shop_table .product-thumbnail {
    display: none;
  }
}
.shop_table .product-subtotal .amount {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .shop_table .product-remove {
    display: none;
  }
}
.shop_table .product-remove .remove {
  display: inline-block;
  text-indent: -999em;
  border: none;
  color: #363636;
}
.shop_table .product-remove .remove:hover {
  text-decoration: none;
}
.shop_table .product-remove .remove:after {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 14px;
  display: block;
  text-indent: 0;
  margin-top: -23px;
}
.shop_table .quantity {
  height: auto;
}
@media (max-width: 767px) {
  .shop_table .quantity {
    width: auto;
  }
}

.cart-collateral-wrap {
  margin: 0 0 30px;
  padding-left: 35px;
}
@media (max-width: 767px) {
  .cart-collateral-wrap {
    padding: 0;
    margin: 20px 0 0;
  }
}
.cart-collateral-wrap .coupon {
  margin: 0 0 30px;
}
.cart-collateral-wrap .coupon input[type=submit] {
  width: 100%;
  margin-top: 5px;
  padding-top: 15px;
}
.cart-collateral-wrap .button {
  width: 100%;
}

.cart_totals {
  margin: 0 0 25px;
}
.cart_totals h2 {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 3px;
  font-size: 16px;
  text-transform: uppercase;
}
.cart_totals table {
  width: 100%;
  margin: 0 0 30px;
}
.cart_totals table th, .cart_totals table td {
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #EBEBEB;
}
.cart_totals table td {
  padding: 5px;
  text-align: right;
}
.cart_totals table th {
  font-weight: normal;
}
.cart_totals table .order-total th {
  color: initial;
}
.cart_totals table .order-total .amount {
  font-size: 16px;
}

#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
}
#shipping_method li {
  display: block;
  padding: 4px 0;
}
#shipping_method label {
  display: inline;
  margin-left: 5px;
}

.shipping-calculator-button {
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #EBEBEB;
}
.shipping-calculator-button:after {
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 5px;
}
.shipping-calculator-button:hover {
  text-decoration: none;
}

.shipping-calculator-form select {
  width: 100%;
}

.cross-sells {
  margin: 2.4em 0 0;
}

/* Checkout Page
========================================= */
.woocommerce form.login {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -10px;
}
.woocommerce form.login:before, .woocommerce form.login:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce form.login:after {
  clear: both;
}
.woocommerce form.login p {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.woocommerce form.login .form-row-first,
.woocommerce form.login .form-row-last {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .woocommerce form.login .form-row-first,
  .woocommerce form.login .form-row-last {
    float: left;
    width: 50%;
  }
}
.woocommerce form.login .input-text {
  width: 100%;
}
.woocommerce form.login .button {
  height: 44px;
  padding: 10px 64px;
}
.woocommerce form.login .inline {
  display: inline-block;
  margin-left: 20px;
}
.woocommerce form.login .inline #rememberme {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .woocommerce form.login .inline #rememberme {
    margin: 5px 0 0;
    display: inline-block;
  }
}
.woocommerce form.login .lost_password a {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #d2d2d2;
  margin-bottom: 15px;
}
.woocommerce form.checkout_coupon {
  margin: 0 0 30px;
}

#customer-details {
  margin: 0 0 25px;
}

.woocommerce .col2-set {
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce .col2-set:before, .woocommerce .col2-set:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce .col2-set:after {
  clear: both;
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    float: left;
    width: 50%;
  }
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce-billing-fields:before, .woocommerce-billing-fields:after,
.woocommerce-shipping-fields:before,
.woocommerce-shipping-fields:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce-billing-fields:after,
.woocommerce-shipping-fields:after {
  clear: both;
}
.woocommerce-billing-fields p, .woocommerce-billing-fields h3,
.woocommerce-shipping-fields p,
.woocommerce-shipping-fields h3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .woocommerce-billing-fields p, .woocommerce-billing-fields h3,
  .woocommerce-shipping-fields p,
  .woocommerce-shipping-fields h3 {
    float: left;
    width: 100%;
  }
}
.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-first,
.woocommerce-shipping-fields .form-row-last {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .woocommerce-billing-fields .form-row-first,
  .woocommerce-billing-fields .form-row-last,
  .woocommerce-shipping-fields .form-row-first,
  .woocommerce-shipping-fields .form-row-last {
    float: left;
    width: 50%;
  }
}
.woocommerce-billing-fields .input-text,
.woocommerce-shipping-fields .input-text {
  width: 100%;
}
.woocommerce-billing-fields abbr,
.woocommerce-shipping-fields abbr {
  text-decoration: none;
  border: none;
}
.woocommerce-billing-fields label.checkbox,
.woocommerce-shipping-fields label.checkbox {
  display: inline-block;
}
.woocommerce-billing-fields textarea,
.woocommerce-shipping-fields textarea {
  min-height: 130px;
}
.woocommerce-billing-fields select,
.woocommerce-shipping-fields select {
  display: block;
  width: 100%;
  padding: 6px 15px;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  font-weight: normal;
  border: 1px solid #EBEBEB;
  background: #FFF;
}

#order_review_heading {
  padding-top: 35px;
  margin-top: 20px;
  border-top: 2px solid #d2d2d2;
}

#order_review .shop_table td, #order_review .shop_table th {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}
#order_review .shop_table .product-total {
  text-align: right;
}
#order_review .shop_table .product-name {
  text-align: left;
}
#order_review .shop_table tfoot tr {
  border: none;
}
#order_review .shop_table tfoot td, #order_review .shop_table tfoot th {
  padding: 9px 0 0;
  text-align: right;
}
#order_review .shop_table .order-total .amount {
  font-size: 16px;
}

.payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.payment_methods li {
  padding: 10px 0;
  border-bottom: 1px solid #d2d2d2;
}
.payment_methods label {
  display: inline-block;
  margin: 0 0 0 5px;
}

.payment_method_paypal img {
  display: none;
}

.payment_method_paypal .about_paypal {
  font-size: 0.85em;
  margin-left: 10px;
}

.payment_box {
  padding: 15px;
  border: 1px solid #EBEBEB;
  margin: 5px 0 0;
}
.payment_box p {
  margin: 0;
}

.place-order .terms {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .place-order .terms {
    margin: 5px 0 0;
    display: block;
  }
}
.place-order label[for="terms"] {
  display: inline-block;
  margin-right: 5px;
}

/* Account Page
========================================= */
.woocommerce .edit {
  text-transform: uppercase;
  font-size: 0.775em;
}

.myaccount_user {
  padding: 25px;
  border: 1px solid #EBEBEB;
  margin: 0 0 30px;
}

table.my_account_orders {
  margin: 0 0 30px;
}

.woocommerce fieldset {
  margin: 30px 0;
  padding: 25px;
  border: 1px solid #EBEBEB;
}
.woocommerce legend {
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
}

/* Widgets
========================================= */
/* Product Widget */
.product_list_widget {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product_list_widget li {
  display: block;
}

/* Product Categories */
/* Cart Widget */
.widget_shopping_cart_content .total {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  text-transform: uppercase;
  padding: 4px 0;
}
.widget_shopping_cart_content .buttons:before, .widget_shopping_cart_content .buttons:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget_shopping_cart_content .buttons:after {
  clear: both;
}
.widget_shopping_cart_content .buttons a {
  float: left;
  width: 49.5%;
}
.widget_shopping_cart_content .buttons a:first-child {
  margin-right: 1%;
}

/* WIDGET: WooCommerce Price Range
========================================= */
.price_slider {
  position: relative;
  text-align: left;
  height: 6px;
  width: 100%;
  width: calc( 100% - 14px);
  margin: 0 auto 20px;
  background: #EBEBEB;
}
.price_slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  background: #c5c5c5;
  height: 6px;
  cursor: pointer;
}
.price_slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 25px;
  margin-top: -10px;
  margin-left: -7px;
  cursor: pointer;
  outline: none;
  background-color: #000;
  -ms-touch-action: none;
  touch-action: none;
}
.price_slider .ui-slider-handle:active {
  outline: none;
}
.price_slider .ui-slider-handle:after {
  content: "\f0c9";
  font-size: 10px;
  font-family: FontAwesome;
  color: #FFF;
  line-height: 1;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -6px;
}

.price_slider_wrapper .price_slider_amount {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}
.price_slider_wrapper .price_label {
  position: absolute;
  right: 0;
  top: 0;
}

/* -----------------------------------------
	E-Commerce Styles (Template Specific)
----------------------------------------- */
/* General
========================================= */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews {
  background-color: #323232;
  border-left-color: #C8AB55;
  color: #C8AB55;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-noreviews .button {
  color: #C8AB55;
  font-weight: bold;
  font-style: italic;
}
.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-noreviews .button:hover {
  color: #FFF;
}

/* Shop Page
========================================= */
.woocommerce-ordering:after {
  color: #FFF;
  background-color: #323232;
}
.woocommerce-ordering select {
  border: none;
  background-color: #323232;
  color: #C8AB55;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
}

.onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  left: auto;
  background-color: #323232;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  padding: 7px 12px;
}

/* Product Page
========================================= */
.entry.type-product .images .onsale {
  top: 6px;
  right: 6px;
}
.entry.type-product .images a {
  padding: 5px;
  border: 1px solid #EBEBEB;
}
.entry.type-product .images a:hover {
  border-color: #cccccc;
}

.product .summary .price {
  color: #545454;
}

/* Tabs */
.woocommerce-tabs {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.woocommerce-tabs .tabs li.active a {
  border-bottom-color: #C8AB55;
}
.woocommerce-tabs .panel-container {
  border-left-color: #cccccc;
}

/* Cart Page
========================================= */
.product-thumbnail img {
  padding: 3px;
  border: 1px solid #EBEBEB;
  transition: all 0.18s ease;
}
.product-thumbnail img:hover {
  border-color: #cccccc;
}

/* Checkout Page
========================================= */
/* Account Page
========================================= */
.woocommerce:before, .woocommerce:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce:after {
  clear: both;
}

.woocommerce-MyAccount-navigation {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
  }
}
@media (max-width: 992px) {
  .woocommerce-MyAccount-navigation {
    padding: 0;
  }
}
.woocommerce-MyAccount-navigation ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 992px) {
  .woocommerce-MyAccount-content {
    float: left;
    width: 75%;
  }
}
@media (max-width: 992px) {
  .woocommerce-MyAccount-content {
    padding: 0;
  }
}

.woocommerce-MyAccount-navigation-link {
  display: block;
}
.woocommerce-MyAccount-navigation-link a {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
}
.woocommerce-MyAccount-navigation-link a::after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  top: 10px;
  right: 5px;
  color: #363636;
}
.woocommerce-MyAccount-navigation-link.is-active a {
  color: #363636;
}

/* Widgets
========================================= */
.price_slider .ui-slider-handle {
  background-color: #323232;
}

/* -----------------------------------------
	11. Global Mediaqueries
----------------------------------------- */
@media (max-width: 1400px) {
  .page-hero:before,
  .home-slider:before,
  .foot-line-left,
  .line-left,
  .main:before {
    left: 1%;
  }

  .page-hero:after,
  .home-slider:after,
  .foot-line-right,
  .line-right,
  .main:after {
    right: 1%;
  }

  .line-left,
  .line-right {
    width: 5%;
  }
}
@media (max-width: 1199px) {
  .home-slider .slides li {
    height: 780px;
  }

  .home-slider:after,
  .home-slider:before {
    height: 659px;
  }

  .slide-content {
    padding-top: 330px;
  }
}
@media (max-width: 1080px) {
  .page-hero:after,
  .page-hero:before,
  .main:after,
  .main:before,
  .home-slider:after,
  .home-slider:before,
  .line-left,
  .line-right,
  .foot-line-left,
  .foot-line-right {
    display: none;
  }
}
@media (max-width: 991px) {
  #page {
    padding-top: 48px;
    /* For mobile bar */
  }

  .nav-left,
  .nav-right {
    display: none;
  }

  .brand {
    float: none;
    width: 100%;
  }

  .home-slider .slides li {
    height: 640px;
  }

  .slide-content {
    padding-top: 250px;
  }

  .slide-title {
    font-size: 90px;
  }

  .main {
    padding: 40px 0;
  }

  .page-hero {
    height: 300px;
  }

  .widget {
    margin: 0 0 25px;
  }

  #paging {
    margin-top: 20px;
  }

  .entry {
    margin: 0 0 45px;
  }
}
@media (max-width: 767px) {
  .header .nav-inline {
    display: none;
  }

  .cart-head {
    text-align: center;
  }

  .logo {
    font-size: 40px;
  }
  .logo img {
    max-width: 200px;
  }

  .nav {
    margin-top: 25px;
  }

  .home-slider .slides li {
    height: 360px;
  }
  .home-slider .flex-control-nav {
    display: none;
  }

  .slide-content {
    padding-top: 160px;
  }
  .slide-content .btn, .slide-content .comment-reply-link, .slide-content .button {
    font-size: 12px;
    padding: 10px 15px;
  }

  .slide-title {
    font-size: 40px;
    margin: 0 0 25px;
  }
  .slide-title .amp {
    margin: 0;
  }

  .slide-sup {
    font-size: 0.8em;
    margin: 0;
  }

  .section-title, .page-title, .related h3,
  .upsells h3, #comments h3, .widget-title, .cross-sells h2 {
    font-size: 30px;
    margin: 0 0 25px;
  }

  section.widget {
    margin: 0 0 20px;
  }

  .page-hero {
    height: 160px;
  }

  .row-listing li:last-child .item,
  .row-listing div:last-child .item,
  .product_list_widget li:last-child .item,
  .product_list_widget div:last-child .item {
    margin-bottom: 0;
  }

  .sidebar {
    margin-top: 50px;
  }

  .entry-title {
    font-size: 24px;
  }

  .entry-time {
    font-size: 0.8em;
  }

  .item {
    margin: 0 0 20px;
  }

  .item-thumb {
    float: left;
    width: 35%;
    margin: 0 15px 0 0;
    padding: 3px;
    border-color: #EBEBEB;
  }
  .item-thumb:hover {
    border-color: #cccccc;
  }

  .item-content {
    overflow: hidden;
    zoom: 1;
  }

  .item-title,
  .item-price {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: none;
    line-height: 1.45;
  }

  .item-title {
    margin: 0 0 5px;
  }

  .onsale {
    font-size: 10px;
    top: 3px;
    right: 3px;
    padding: 2px 5px;
  }

  .item-alt .item-thumb {
    width: 100%;
    float: none;
  }

  p.total {
    margin-top: 15px;
  }
}
