/*!
Theme Name: Herringbone
Theme URI: https://www.cssigniter.com/themes/herringbone/
Author: CSSIgniter.com
Author URI: https://www.cssigniter.com/
Description: A WooCommerce Theme for WordPress
Version: 2.7.8
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ci_theme
Domain Path: /lang
*/

/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. General
.. Header
.. Homepage Specific Styles
.. Footer
.. Widgets Styling
.. Helpers, WordPress defaults, Generic Items
.. Mobile Menu
.. External Plugins

*/

/* -----------------------------------------
	General
----------------------------------------- */

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

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

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

a:active {
  outline: none;
}

body {
  line-height: 2;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}

table {
  width: 100%;
  margin-bottom: 20px;
}

label {
  display: block;
  font-size: 90%;
  margin-bottom: 2px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  border-radius: 0;
  box-shadow: none;
  width: auto;
  font: inherit;
  padding: 13px 12px;
  border: none;
  line-height: normal;
  transition: all 0.18s ease;
  min-width: 80%;
  height: 48px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #b3b3b3;
  outline: none;
}

textarea {
  width: 100%;
  height: auto;
}

fieldset {
  padding: 15px 15px 0 15px;
}

fieldset legend {
  font-weight: bold;
  padding: 0 3px;
  margin: 0;
  margin-left: -3px;
}

input.highlight {
  border-color: #ff4a4a;
}

a.btn,
a.comment-reply-link,
a.button,
input[type=submit],
button[type=submit] {
  width: auto;
  line-height: normal;
  font-size: inherit;
  border: none;
  border-radius: 0;
  vertical-align: middle;
  padding: 10px 22px;
  box-shadow: none;
  outline: none;
  transition: all 0.18s ease;
  color: #FFF;
  display: inline-block;
}

a.btn:hover,
a.comment-reply-link:hover,
a.button:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  text-decoration: none;
}

a.btn[disabled="disabled"],
a[disabled="disabled"].comment-reply-link,
a[disabled="disabled"].button,
a.btn[disabled],
a[disabled].comment-reply-link,
a[disabled].button,
a.btn.disabled,
a.disabled.comment-reply-link,
a.disabled.button,
input[type=submit][disabled="disabled"],
input[type=submit][disabled],
input[type=submit].disabled,
button[type=submit][disabled="disabled"],
button[type=submit][disabled],
button[type=submit].disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

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

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

.alt-nav {
  display: none;
}

#nav {
  position: absolute;
  right: 0;
  margin-top: 7px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation {
  /* Navigation functional styles  ---------------------- */
}

#navigation li {
  position: relative;
  z-index: 100;
}

#navigation > li {
  float: left;
}

#navigation ul {
  position: absolute;
  z-index: 300;
  top: -999em;
  right: 0;
}

#navigation li:hover > ul,
#navigation .sfHover > ul {
  top: auto;
}

#navigation li li:hover > ul,
#navigation li .sfHover > ul {
  top: 0;
  right: 100%;
}

#navigation li li li:hover > ul,
#navigation li li .sfHover > ul {
  top: 0;
  right: 100%;
}

#navigation a,
#navigation #navigation a:visited {
  display: block;
  white-space: nowrap;
}

#navigation a {
  font-size: 12px;
  letter-spacing: -0.03em;
}

#navigation > li > a {
  text-transform: uppercase;
  padding: 7px 20px;
}

#navigation > li.active > a:hover,
#navigation > li.current-menu-ancestor > a:hover,
#navigation > li.current-menu-item > a:hover {
  color: white !important;
}

#navigation > li > a:hover,
#navigation > li.sfHover > a {
  text-decoration: none;
  color: #FFF !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

#navigation ul {
  padding: 7px;
  min-width: 210px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

#navigation ul a {
  color: #FFF;
  padding: 5px 15px;
  margin-bottom: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#navigation ul a:hover {
  text-decoration: none;
}

#navigation ul li.sfHover > a {
  text-decoration: none;
}

#navigation a.sf-with-ul {
  position: relative;
  /* Styling for navigation arrows  ---------- */
}

#navigation.sf-arrows .sf-with-ul:after {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  font-size: 7px;
  font-weight: normal;
}

#navigation.sf-arrows ul .sf-with-ul:after {
  right: 8px;
  margin-top: -6px;
  content: "\f054";
  /* Styling for right facing arrows  ---------- */
}

.pre-head {
  text-transform: uppercase;
  font-size: 11px;
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 0 13px;
  line-height: 1;
}

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

.cart-head > span {
  margin-right: 5px;
}

.cart-head > span:after {
  content: "|";
  margin-left: 7px;
  font-size: 10px;
  color: #CCC;
  position: relative;
  top: -1px;
}

.cart-head .amount {
  font-weight: bold;
}

.main-head {
  padding: 50px 0;
}

.logo {
  word-wrap: break-word;
  font-size: 36px;
  line-height: 1;
  margin: 0;
  letter-spacing: -0.05em;
  font-weight: normal;
}

.logo a:hover {
  text-decoration: none;
}

.tagline,
.entry-meta,
.copy,
.comment-meta,
.shop-actions .woocommerce-result-count,
.shop-actions .product-number,
.product_meta {
  text-transform: uppercase;
  font-size: 11px;
  margin: -8px 0 0;
  letter-spacing: -0.03em;
}

/* -----------------------------------------
	Homepage
----------------------------------------- */

.flexslider {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
}

.flex-direction-nav a {
  width: 40px;
  height: 40px;
  top: 50%;
  margin: -20px 0 0 0;
}

.flex-direction-nav a:before {
  font-family: FontAwesome;
  content: '\f053';
  font-size: 34px;
}

.flex-direction-nav a.flex-next:before {
  content: '\f054';
}

/* -----------------------------------------
	Blog, Page & Single Entry Styles
----------------------------------------- */

.page-title,
.woocommerce-breadcrumb,
.woocommerce-tabs .panel#tab-reviews h3,
.addresses .col-1 h3,
.addresses .col-2 h3,
.widget-title {
  text-transform: uppercase;
  margin: 0 0 30px;
  color: #383737;
  font-size: 11px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 12px;
  line-height: 1.25;
  font-weight: normal;
}

.entry {
  margin-bottom: 50px;
}

.entry .entry:only-of-type {
  margin-bottom: 0;
}

.entry-title {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.entry-title a:hover {
  text-decoration: none;
}

.entry-meta {
  margin: 0 0 10px;
}

.entry-time i {
  margin-right: 5px;
}

.entry-thumb a {
  display: inline-block;
  position: relative;
}

.entry-thumb a:after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-width: 1px;
  border-style: solid;
  top: 10px;
  left: 10px;
  transition: all 0.18s ease;
}

.entry-thumb a img {
  width: 100%;
}

.single .entry-thumb {
  margin-bottom: 30px;
}

.entry-content blockquote {
  font-style: italic;
  padding-left: 20px;
  border-left: 5px solid #CCC;
  margin: 15px 0 25px;
}

.entry-content blockquote p {
  font-size: 16px;
  margin: 0 0 10px;
}

.entry-content blockquote p:last-child {
  font-size: 12px;
  margin: 0;
}

/* -----------------------------------------
	Pagination
----------------------------------------- */

#paging {
  margin-bottom: 50px;
}

#paging ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#paging ul li {
  display: inline-block;
}

#paging a,
#paging a:visited,
#paging span {
  background: white;
  display: inline-block;
  line-height: normal;
  margin-right: 2px;
  padding: 7px 12px;
  font-size: 14px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

#paging a:hover {
  text-decoration: none;
  color: white;
}

#paging span.current {
  background: #ffffff;
}

/* -----------------------------------------
	Item Styles (Listing) - e.g Products
----------------------------------------- */

.item {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}

.item > a {
  display: block;
}

.item > a:hover {
  text-decoration: none;
}

.item:hover .item-content-wrap {
  top: 10px;
}

.item > a:after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  transition: all 0.18s ease;
}

.item .item-thumb img {
  transition: opacity 0.35s ease;
}

.item .item-thumb img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.item .item-content-wrap {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  color: #FFF;
  text-align: center;
  top: 3000px;
  left: 10px;
  border: 10px solid transparent;
  transition: 0.30s top ease;
}

.item.product-category .item-content-wrap {
  top: 10px;
}

.item .item-content {
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
}

.item .item-title {
  font-size: 18px;
  line-height: 1.333333;
  font-style: italic;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.item.alt {
  overflow: visible;
}

.item.alt:hover > a:after {
  height: calc(100% - 10px);
  border-bottom: none;
}

.item.alt:hover .item-content-wrap {
  display: block;
  opacity: 1;
  bottom: auto;
}

.item.alt:hover .item-thumb img:first-of-type {
  opacity: 0;
}

.item.alt .item-content-wrap {
  height: auto;
  bottom: -1000px;
  top: auto;
  position: absolute;
  opacity: 0;
  display: none;
  transition: all 0.55s ease;
  z-index: 2;
}

.item.alt .item-content {
  position: static;
}

.item.alt.alt-single:hover .item-thumb img:first-of-type {
  opacity: 1;
}

.item-price ins,
.price ins {
  text-decoration: none;
}

.item-price .amount,
.price .amount {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  display: block;
  font-weight: bold;
  margin: 0;
}

.item-price del .amount,
.price del .amount {
  text-shadow: none;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
}

.item-price del span,
.price del span {
  text-decoration: line-through;
}

.sidebar .widget_products ul li,
.sidebar .widget_recently_viewed_products ul li,
.sidebar .widget_top_rated_products ul li {
  width: 100%;
  display: block;
  float: none;
}

.sidebar .widget_products ul li:before,
.sidebar .widget_recently_viewed_products ul li:before,
.sidebar .widget_top_rated_products ul li:before {
  display: none;
}

.sidebar .widget_recent_reviews img {
  margin-bottom: 10px;
}

.sidebar .widget_recent_reviews .star-rating {
  margin-top: 5px;
}

.sidebar .item {
  overflow: visible;
  box-shadow: none;
  margin: 0 0 5px;
}

.sidebar .item:hover {
  text-decoration: none;
}

.sidebar .item:hover .item-thumb img:first-child {
  opacity: 1;
}

.sidebar .item > a {
  background: white;
  padding: 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.sidebar .item > a:before,
.sidebar .item > a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.sidebar .item > a:after {
  clear: both;
}

.sidebar .item > a:after {
  border: none;
  position: static;
  width: auto;
  height: auto;
}

.sidebar .item > a:hover {
  text-decoration: none;
}

.sidebar .item > a:hover .item-content {
  color: white;
}

.sidebar .item .sale-wrap {
  top: auto;
  bottom: 7px;
  right: -6px;
}

.sidebar .item .item-thumb {
  width: 60px;
  float: left;
  margin: 0 15px 0 0;
}

.sidebar .item .item-thumb:after {
  display: none;
}

.sidebar .item .item-thumb img:nth-of-type(2) {
  display: none;
}

.sidebar .item .onsale {
  line-height: 2;
}

.sidebar .item .item-content-wrap {
  position: static;
  overflow: hidden;
  opacity: 1;
  display: block;
  width: auto;
  height: auto;
  background: none;
  padding: 0;
  line-height: 1.4;
  border: none;
}

.sidebar .item.alt .item-content-wrap {
  width: auto;
}

.sidebar .item .item-content {
  position: static;
  padding: 0;
}

.sidebar .item .item-title {
  font-size: 12px;
  font-weight: normal;
  text-shadow: none;
  line-height: 1.5;
  margin: 0 0 10px;
}

.sidebar .item .price .quantity {
  width: auto;
  height: auto;
}

.sidebar .item .price .amount {
  font-size: 13px;
  display: inline;
}

.sidebar .item .variation dt,
.sidebar .item .variation dd {
  display: inline-block;
  margin: 0;
}

.sidebar .item .variation dt p,
.sidebar .item .variation dd p {
  display: inline-block;
  margin: 0;
}

.sidebar .item .remove {
  display: inline-block;
  padding: 0 4px;
  line-height: 1;
  box-shadow: none;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 20px;
  background: #EA5454;
  color: #FFF;
}

.sidebar .item .remove:hover {
  color: #FFF;
  background: #EA5454;
}

.sidebar .item .remove:focus {
  text-decoration: none;
}

/* -----------------------------------------
	Footer
----------------------------------------- */

.pre-foot {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}

.pre-foot .widget:last-child {
  margin-bottom: 0;
}

.copy {
  padding: 25px 0 10px;
  margin: 0;
  font-size: 10px;
}

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

.pre-foot .widget_nav_menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.pre-foot .widget_nav_menu .menu li {
  display: inline-block;
  margin-left: 12px;
}

.pre-foot .widget_nav_menu .menu li a {
  font-size: 11px;
  font-style: italic;
}

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

#comments ol,
#comments ul {
  list-style: none;
}

.post-comments {
  margin: 40px 0 25px;
}

.post-comments ol,
.post-comments ul {
  list-style: none;
}

.post-comments ol li,
.post-comments ul li {
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
}

.post-comments > ol {
  margin: 0;
  padding: 0;
}

.post-comments h3 {
  margin-bottom: 25px;
}

.comment-text,
.comment_container {
  margin: 0;
  padding: 25px 0;
  overflow: hidden;
}

.comment-text .avatar,
.comment_container .avatar {
  max-width: 50px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}

.comment-copy {
  overflow: hidden;
  zoom: 1;
  position: relative;
}

.comment-copy p:last-of-type {
  margin: 0;
}

.comment-meta {
  margin: 0 0 5px;
}

a.comment-reply-link {
  padding: 3px 9px;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

#form-wrapper .comment-respond {
  margin: 15px 0 0;
}

#commentform textarea {
  min-height: 200px;
}

.comment-form-cookies-consent {
  line-height: normal;
  display: flex;
  align-items: center;
}

.comment-form-cookies-consent [type="checkbox"] {
  margin: 0;
}

.comment-form-cookies-consent label {
  display: inline-block;
  margin: 0 0 0 8px;
  text-transform: none;
  cursor: pointer;
}

/* -----------------------------------------
   Theme-Specific Comments Styling
----------------------------------------- */

#comment-list > li:first-child > .comment-text {
  padding-top: 0;
}

.comment-text {
  border-bottom: 1px solid #E2DEDA;
}

.comment-meta {
  margin: 0 0 5px;
}

#commentform input[type=text],
#commentform input[type=url],
#commentform input[type=email] {
  width: 380px;
  min-width: 0;
}

#commentform textarea {
  width: 480px;
  min-width: 0;
}

/* -----------------------------------------
	WooCommerce - Shop Page
----------------------------------------- */

.shop-actions {
  padding-bottom: 8px;
  margin: -21px 0 30px;
  border-bottom: 1px solid #CCC;
}

.shop-actions .actions {
  margin-top: 2px;
  float: left;
}

.shop-actions .woocommerce-ordering {
  float: right;
}

.shop-actions .woocommerce-ordering select.orderby {
  min-width: 200px;
  opacity: 0;
  position: relative;
  z-index: 1;
}

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

.single-product .col-sm-5 > .sale-wrap {
  right: 10px;
}

.woocommerce-product-gallery {
  padding-left: 0;
  position: relative;
}

.woocommerce-product-gallery figure {
  margin: 0;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}

.woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 30px;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: .5;
}

.woocommerce-product-gallery .flex-control-thumbs img:hover,
.woocommerce-product-gallery .flex-control-thumbs img.flex-active {
  opacity: 1;
}

.woocommerce-product-gallery img {
  display: block;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  background-color: #ef244f;
  color: #fff;
  text-align: center;
  line-height: 36px;
}

.woocommerce-product-gallery__trigger:hover {
  color: #fff;
}

.woocommerce-main-image {
  width: calc(100% - 100px);
  float: left;
}

.type-product .thumbnails {
  float: right;
  width: 70px;
}

.type-product .thumbnails a {
  display: block;
  margin-bottom: 20px;
}

.type-product .entry-summary {
  margin-bottom: 60px;
}

.sale-wrap {
  position: absolute;
  top: 15px;
  right: -6px;
  z-index: 1;
}

.onsale {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  text-transform: lowercase;
  font-style: italic;
  padding: 0 20px;
  position: relative;
}

.onsale:after {
  content: "";
  border: 6px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  right: -6px;
  z-index: -1;
}

.product_meta {
  color: initial;
  margin: 0 0 10px;
  font-size: 10px;
  letter-spacing: 0;
}

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

.product_meta:after {
  clear: both;
}

.product_meta .sku_wrapper {
  float: right;
}

.product .summary .product_title {
  margin-bottom: 15px;
}

.product .summary .price .amount {
  font-size: 24px;
  letter-spacing: -0.05em;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}

.product .summary .price del .amount {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 4px;
}

.product .summary p.stock {
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 10px;
  position: relative;
  line-height: normal;
  display: inline-block;
}

.product .summary .in-stock {
  background-color: #a4ecd3;
  color: #435c50;
}

.product .summary .out-of-stock {
  background-color: #ff786d;
  color: #fff;
}

.product .summary .group_table p.stock {
  margin: 0 0 0 5px;
}

.product .summary .group_table input {
  width: 100%;
}

.product .summary ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.product .summary ul li {
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #E2DEDA;
  padding: 8px 0 7px 20px;
  line-height: normal;
}

.product .summary ul li:first-child {
  border-top: 1px solid #E2DEDA;
}

.product .summary ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -3px;
  transform: rotateZ(45deg);
}

.product .summary h3 {
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.product .summary form.cart {
  margin: 30px 0 0;
}

.quantity {
  width: 70px;
  height: 46px;
  position: relative;
  display: inline-block;
}

.quantity input {
  border: none;
  border-radius: 0;
  color: white;
  line-height: 1;
  max-width: 100%;
  outline: none;
}

.quantity .qty {
  height: 46px;
  line-height: 1;
  padding: 10px 11px 10px 0;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.quantity .minus,
.quantity .plus {
  position: absolute;
  right: 5px;
  width: 15px;
  height: 16px;
  padding: 0;
  text-align: center;
  transition: background-color 0.18s ease;
}

.quantity .plus {
  top: 5px;
}

.quantity .minus {
  bottom: 5px;
}

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

button.single_add_to_cart_button {
  height: 46px;
  line-height: 1;
  vertical-align: top;
  min-width: 190px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.variations {
  position: relative;
  z-index: 1;
}

.summary .variations {
  margin-bottom: 50px;
}

.variations td {
  padding: 6px 6px 6px 12px;
  color: white;
  z-index: 5;
}

.variations label {
  text-transform: uppercase;
  line-height: normal;
  margin: 0;
  font-size: 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.variations select {
  min-width: 200px;
  position: relative;
  z-index: 2;
}

.variations .customSelect .customSelectInner {
  padding: 7px 16px;
}

.variations .reset_variations {
  position: absolute;
  left: 0;
  bottom: -27px;
  font-size: 10px;
  text-transform: uppercase;
}

.variations_form .single_variation {
  margin-bottom: 15px;
}

.woocommerce-tabs {
  margin: 50px 0 50px;
}

.woocommerce-tabs .tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #CCCCCC;
}

.woocommerce-tabs .tabs:before,
.woocommerce-tabs .tabs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.woocommerce-tabs .tabs:after {
  clear: both;
}

.woocommerce-tabs .tabs li {
  float: left;
}

.woocommerce-tabs .tabs li a {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-left: 8px solid transparent;
  border-bottom: 6px solid transparent;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
  padding: 17px 26px 10px 20px;
  transition: all 0.18s ease;
}

.woocommerce-tabs .tabs li a:hover {
  text-decoration: none;
}

.woocommerce-tabs .tabs li.active a {
  color: #FFF;
}

.woocommerce-tabs .panel {
  padding: 30px 0 0;
}

.woocommerce-tabs .panel > h2 {
  display: none;
}

.woocommerce-tabs .panel#tab-reviews h2 {
  display: none;
}

.woocommerce-tabs .panel#tab-reviews h3 {
  margin: 25px 0 15px;
}

.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: 10px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #E2DEDA;
  padding: 8px 0 7px 20px;
  line-height: normal;
  position: relative;
}

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

.shop_attributes th {
  width: 15%;
  font-weight: normal;
}

.shop_attributes th .innerWrapper {
  padding-left: 20px;
}

.shop_attributes th .innerWrapper:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -3px;
  transform: rotateZ(45deg);
}

.shop_attributes td {
  font-weight: bold;
}

.woocommerce .star-rating,
.woocommerce-page .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 74px;
  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;
}

.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: "\f006\f006\f006\f006\f006";
}

.comment-form-rating p.stars .star-5.active:after {
  content: "\f005\f005\f005\f005\f005";
}

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

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

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

.woocommerce-MyAccount-navigation-link {
  display: block;
}

.woocommerce-MyAccount-navigation-link a {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #E2DEDA;
  position: relative;
}

.woocommerce-MyAccount-navigation-link a::after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  top: 10px;
  right: 5px;
  color: #313131;
}

.woocommerce-MyAccount-navigation-link.is-active a {
  color: #313131;
}

/* -----------------------------------------
	WooCommerce - Cart Page
----------------------------------------- */

.shop_table {
  width: 100%;
  margin: 0 0 50px;
}

.shop_table th {
  color: rgba(49, 49, 49, 0.54);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: -0.03em;
  font-weight: normal;
  padding: 0 10px 5px;
}

.shop_table td {
  padding: 10px;
}

.shop_table tr {
  border-bottom: 1px solid #E2DEDA;
}

.shop_table .variation {
  color: rgba(49, 49, 49, 0.54);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: -0.03em;
  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-thumbnail {
  text-align: center;
}

.shop_table .product-thumbnail img {
  max-width: 80px;
}

.shop_table .product-subtotal .amount {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.03em;
}

.shop_table .product-remove .remove {
  display: inline-block;
  text-indent: -999em;
}

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

.cart-collateral-wrap {
  margin: 0 0 30px;
}

.cart-collateral-wrap .coupon {
  margin: 0 0 30px;
}

.cart-collateral-wrap .coupon label {
  color: rgba(49, 49, 49, 0.54);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: -0.03em;
}

.cart-collateral-wrap .coupon input[type=text] {
  width: 100%;
}

.cart-collateral-wrap .coupon button[type=submit] {
  width: 100%;
  margin-top: 5px;
  height: 46px;
}

.cart_totals h2 {
  color: rgba(49, 49, 49, 0.54);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: -0.03em;
  color: initial;
  border-bottom: 1px solid #E2DEDA;
  padding-bottom: 3px;
}

.cart_totals table {
  width: 100%;
  margin: 0 0 30px;
}

.cart_totals table th,
.cart_totals table td {
  padding: 5px 0;
  border-bottom: 1px solid #E2DEDA;
}

.cart_totals table td {
  padding: 5px;
  text-align: right;
}

.cart_totals table th {
  color: rgba(49, 49, 49, 0.54);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: -0.03em;
  font-weight: normal;
}

.cart_totals table .order-total th {
  color: initial;
}

.cart_totals table .order-total .amount {
  font-size: 16px;
}

.cart-collaterals .button {
  width: 100%;
  margin: 0 0 5px;
  height: 46px;
  text-align: center;
  padding-top: 15px;
}

.shipping-calculator-button {
  color: rgba(49, 49, 49, 0.54);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: -0.03em;
  display: block;
  margin-top: 30px;
  font-size: 14px;
}

.shipping-calculator-button:after {
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 5px;
}

.shipping-calculator-button:hover {
  text-decoration: none;
}

#shipping_method {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}

#shipping_method li {
  margin: 10px 0;
  display: block;
}

#shipping_method label {
  display: block;
  font-size: 13px;
  overflow: hidden;
}

#shipping_method input[type="radio"] {
  float: right;
  margin: 4px 0 0 7px;
}

.cross-sells {
  margin-top: 25px;
}

/* -----------------------------------------
	WooCommerce - Checkout Pages
----------------------------------------- */

.woocommerce-checkout .woocommerce-info {
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
  border-top: 1px solid #E2DEDA;
  border-bottom: 1px solid #E2DEDA;
  margin: 0 0 25px;
}

.woocommerce-checkout .woocommerce-info .showlogin {
  text-decoration: underline;
  margin-left: 5px;
}

.woocommerce-checkout label {
  color: rgba(49, 49, 49, 0.54);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: -0.03em;
  display: inline-block;
}

span.woocommerce-input-wrapper input,
span.woocommerce-input-wrapper textearea,
span.woocommerce-input-wrapper span.select2-selection--single {
  border: 1px solid #E2DEDA;
}

.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;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce form.login .form-row-first,
.woocommerce form.login .form-row-last {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.woocommerce form.login .lost_password a {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2DEDA;
  margin-bottom: 15px;
}

#customer_details {
  margin: 0 0 25px;
}

.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;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 20px;
}

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

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

#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: 10px 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-top: 1px solid #E2DEDA;
}

.payment_methods li:last-child {
  border-bottom: 1px solid #E2DEDA;
}

.payment_methods label {
  margin: 0 0 0 5px;
}

.payment_method_paypal img {
  display: none;
}

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

.place-order .button {
  width: auto;
}

.place-order .terms {
  margin: 8px 10px 0 0;
}

label.checkbox {
  display: inline-block;
}

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

.payment_box p {
  margin: 0;
}

#place_order {
  padding: 10px 80px;
}

.order_details {
  padding: 5px 15px 10px;
  margin: 0 0 30px;
  list-style: none;
  background: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.order_details li {
  color: rgba(49, 49, 49, 0.54);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: -0.03em;
  border-bottom: 1px solid #E2DEDA;
  padding: 5px 0;
}

.order_details li:last-child {
  border: none;
}

.shop_table.order_details {
  background: none;
  padding: 0;
  box-shadow: none;
}

.shop_table.order_details td,
.shop_table.order_details th {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.shop_table.order_details .product-total {
  text-align: right;
}

.shop_table.order_details .product-name {
  text-align: left;
}

.shop_table.order_details tfoot tr {
  border: none;
}

.shop_table.order_details tfoot td,
.shop_table.order_details tfoot th {
  padding: 10px 0 0;
  text-align: right;
}

.shop_table.order_details .order-total .amount {
  font-size: 16px;
}

.bacs_details h3 {
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 11px;
}

.customer_details {
  margin-bottom: 30px;
}

.customer_details dt {
  color: rgba(49, 49, 49, 0.54);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: -0.03em;
}

.customer_details dd {
  margin: 0 0 10px;
}

form.checkout .select2-selection--single,
.shipping-calculator-form .select2-selection--single {
  border-radius: 0;
  box-shadow: none;
  width: auto;
  font: inherit;
  padding: 13px 12px;
  border: none;
  line-height: normal;
  transition: all 0.18s ease;
  min-width: 80%;
  height: 48px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
}

form.checkout .select2-selection--single:hover,
.shipping-calculator-form .select2-selection--single:hover {
  background: #fafafa;
  border-color: #b3b3b3;
  outline: none;
}

form.checkout .select2-selection--single .select2-selection__rendered,
.shipping-calculator-form .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  padding-left: 0;
}

form.checkout .select2-selection--single .select2-selection__arrow,
.shipping-calculator-form .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

.shipping-calculator-form .select2-container {
  max-width: 80%;
}

/* -----------------------------------------
	WooCommerce - Address Page
----------------------------------------- */

.addresses {
  margin-left: -15px;
  margin-right: -15px;
}

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

.addresses:after {
  clear: both;
}

.addresses .col-1,
.addresses .col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.addresses .col-1 .title,
.addresses .col-2 .title {
  position: relative;
}

.addresses .col-1 .edit,
.addresses .col-2 .edit {
  position: absolute;
  right: 0;
  top: -3px;
}

.addresses .col-1 h3,
.addresses .col-2 h3 {
  margin: 10px 0 10px;
}

.addresses .col-1 address,
.addresses .col-2 address {
  font-style: normal;
  font-size: 14px;
}

/* -----------------------------------------
	WooCommerce - Messages
----------------------------------------- */

.woocommerce-message,
.woocommerce-info {
  border: 1px solid #CCC;
  margin-bottom: 30px;
  padding: 10px 5px 5px 15px;
  color: white;
  line-height: 36px;
}

.woocommerce-message:before,
.woocommerce-message:after,
.woocommerce-info:before,
.woocommerce-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.woocommerce-message:after,
.woocommerce-info:after {
  clear: both;
}

.woocommerce-message .button,
.woocommerce-info .button {
  float: right;
  margin-top: -1px;
}

.woocommerce-info {
  padding: 10px 15px;
}

.woocommerce-info a {
  color: white;
}

.woocommerce-info a:hover {
  color: white;
}

.woocommerce-error {
  list-style: none;
  background: #ff4f3f;
  color: white;
  padding: 20px;
  margin-bottom: 25px;
}

/* Homepage Product Widgets
========================================= */

.content-main .product_list_widget {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.content-main .product_list_widget:before,
.content-main .product_list_widget:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.content-main .product_list_widget:after {
  clear: both;
}

.content-main .product_list_widget li {
  padding: 0 15px;
  border: none;
}

.product-list .col-md-4:first-child,
.product-list .col-md-3:first-child,
.product-list .col-md-2:first-child,
.product-list .col-md-6:first-child,
.product-list .col-xs-6:first-child,
.product_list_widget .col-md-4:first-child,
.product_list_widget .col-md-3:first-child,
.product_list_widget .col-md-2:first-child,
.product_list_widget .col-md-6:first-child,
.product_list_widget .col-xs-6:first-child {
  clear: left;
}

.product-list .col-md-4:nth-child(3n+1),
.product_list_widget .col-md-4:nth-child(3n+1) {
  clear: left;
}

.product-list .col-md-3:nth-child(4n+1),
.product_list_widget .col-md-3:nth-child(4n+1) {
  clear: left;
}

.product-list .col-md-6:nth-child(2n+1),
.product_list_widget .col-md-6:nth-child(2n+1) {
  clear: left;
}

/* Accepted Payment Methods
========================================= */

.pi {
  display: inline-block;
  line-height: 1;
  background: transparent url("images/payment_icons.png") no-repeat 0 0;
  background-size: 95px;
  width: 32px;
  height: 21px;
  margin: 5px 7px 0 0;
  vertical-align: middle;
}

.pi.pi-visa {
  background-position: 0 0;
}

.pi.pi-paypal {
  background-position: 0 -36px;
}

.pi.pi-american-express {
  background-position: 0 -72px;
}

.pi.pi-mastercard {
  background-position: 0 -109px;
}

.pi.pi-discover {
  background-position: -63px 0;
}

.pi.pi-visa-electron {
  background-position: -63px -37px;
}

.pi.pi-maestro {
  background-position: -63px -72px;
}

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

.widget {
  margin-bottom: 40px;
}

.content-main .widget {
  margin-bottom: 30px;
}

#sidebar .widget:last-child {
  margin-bottom: 0;
}

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

.widget ul ul,
.widget ul ul ul {
  margin-top: 0;
}

.widget ul li {
  padding: 5px 0;
  display: block;
  margin: 0;
}

.sidebar .widget ul:not(.product_list_widget):not(.instagram-pics) li {
  line-height: 1.1;
}

.sidebar .widget ul:not(.product_list_widget):not(.instagram-pics) li:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 8px;
  color: #7d7d7d;
  position: relative;
  top: -1px;
}

.sidebar .widget ul:not(.product_list_widget):not(.instagram-pics) li.current-cat,
.sidebar .widget ul:not(.product_list_widget):not(.instagram-pics) li.chosen,
.sidebar .widget ul:not(.product_list_widget):not(.instagram-pics) li.current-menu-item {
  font-weight: bold;
}

.sidebar .widget ul:not(.product_list_widget):not(.instagram-pics) li .count {
  color: rgba(49, 49, 49, 0.54);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: -0.03em;
}

.widget ul ul.children li:last-child,
.widget ul ul.sub-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget ul.children,
.widget ul.sub-menu {
  margin-top: 5px;
}

.widget ul.children li,
.widget ul.sub-menu li {
  padding-left: 10px;
}

/* WIDGET: #Promo Box
========================================= */

.promo-box {
  font-size: 18px;
  display: block;
  line-height: normal;
  text-align: center;
  font-style: italic;
  padding: 13px 50px 13px;
  color: #FFF;
  letter-spacing: -0.05em;
  min-height: 48px;
  position: relative;
}

.promo-box:hover {
  color: #FFF;
  text-decoration: none;
}

.promo-box:after,
.promo-box:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f005";
  font-size: 11px;
  left: 20px;
  top: 50%;
  margin: -5px;
  font-style: normal;
  transition: color 0.18s ease;
}

.promo-box:before {
  left: auto;
  right: 20px;
}

.promo-box p {
  margin: 0;
  line-height: normal;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

/* WIDGET: WooCommerce Cart
========================================= */

.widget_shopping_cart .buttons .button {
  width: 48%;
  text-align: center;
}

.widget_shopping_cart .buttons .button:last-child {
  float: right;
}

/* WIDGET: WooCommerce Price Range
========================================= */

.price_slider {
  position: relative;
  text-align: left;
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
  height: 30px;
  width: calc(100% - 7px);
}

.price_slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  background: white;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  height: 30px;
}

.price_slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 30px;
  cursor: pointer;
  outline: none;
}

.price_slider .ui-slider-handle:active {
  outline: none;
}

.price_slider .ui-slider-handle:after {
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -4px;
}

.price_slider .ui-slider-handle:last-child:after {
  right: auto;
  left: -8px;
  border-left-color: transparent;
}

.price_slider_wrapper .price_slider_amount {
  position: relative;
  color: rgba(49, 49, 49, 0.54);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: -0.03em;
}

.price_slider_wrapper .price_label {
  position: absolute;
  right: 0;
  top: 0;
}

/* WIDGET: #CI Newsletter
========================================= */

.content-main .widget_ci_newsletter_widget {
  margin-bottom: 60px;
}

.ci-newsletter-wrap {
  padding: 15px;
}

.sidebar .ci-newsletter-wrap {
  padding: 10px;
}

.ci-newsletter {
  background: white;
  padding: 30px;
}

.ci-newsletter p {
  font-size: 18px;
  letter-spacing: -0.04em;
  margin: 0;
  display: inline-block;
  font-style: italic;
  line-height: 1.4;
}

.ci-newsletter form {
  position: relative;
}

.ci-newsletter input[type=email] {
  color: white;
  font-size: 12px;
  font-style: italic;
  width: 100%;
  height: 46px;
  box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.18);
}

.ci-newsletter ::-webkit-input-placeholder {
  color: white;
}

.ci-newsletter :-moz-placeholder {
  color: white;
}

.ci-newsletter ::-moz-placeholder {
  color: white;
}

.ci-newsletter :-ms-input-placeholder {
  color: white;
}

.ci-newsletter button[type=submit] {
  color: black;
  background: white;
  letter-spacing: -0.05em;
  font-style: italic;
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.ci-newsletter button[type=submit]:hover {
  background: #FFF;
  opacity: 0.95;
}

.ci-newsletter button[type=submit]:active {
  top: 6px;
}

.sidebar .ci-newsletter {
  padding: 15px;
}

.sidebar .ci-newsletter div[class^=col] {
  width: 100%;
  float: none;
}

.sidebar .ci-newsletter p {
  font-size: 16px;
  margin: 0 0 15px;
}

/* WIDGET: #Ads125
========================================= */

#ads125,
.ads125 {
  margin: 0;
  padding: 0;
  list-style: none;
}

#ads125 li,
.ads125 li {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  float: left;
  margin: 0 15px 10px 0;
  padding: 0;
  max-width: 125px;
}

/* WIDGET: #Search
========================================= */

#searchform,
.searchform {
  line-height: 1;
  position: relative;
}

#searchform > div,
.searchform > div {
  position: relative;
  line-height: 1;
}

#searchform .screen-reader-text,
.searchform .screen-reader-text {
  display: none;
}

#searchform input[type=text],
.searchform input[type=text] {
  border-radius: 0;
  margin: 0;
  width: 100%;
  font: inherit;
  line-height: 1.6;
  font-style: italic;
}

button.searchsubmit,
input#searchsubmit {
  font-size: 18px;
  line-height: 0;
  padding: 3px 11px 2px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background: none;
  color: #B2B2B2;
}

button.searchsubmit:hover input#searchsubmit:hover {
  background: none;
  color: #a1a1a1;
}

/* WIDGET: #Flickr
========================================= */

.flickr_badge_image {
  float: left;
  margin: 0 15px 15px 0;
}

.flickr_badge_image a {
  display: block;
  line-height: 0;
}

/* WIDGET: #About
========================================= */

.widget_about .alignleft {
  float: left;
  margin: 5px 20px 6px 0;
}

.widget_about .alignright {
  float: right;
  margin: 5px 0 6px 20px;
}

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

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

/* ----------------------------------------------
	Helpers, WordPress Defaults, Generic Items
---------------------------------------------- */

/* WordPress Generated Classes
=================================== */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

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

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
  overflow: hidden;
}

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

.gallery:after {
  clear: both;
}

.gallery-item {
  margin-bottom: 10px !important;
  position: relative;
}

.gallery-item img {
  display: block;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

/* -----------------------------------------
   MOBILE MENU
----------------------------------------- */

#mobilemenu {
  display: none;
}

#mobile-bar {
  display: none;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #242628;
  background-image: linear-gradient(to top, #141617 1%, #222426 100%);
  padding: 15px 10px 0 10px;
  height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
  display: none;
}

.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: 12px;
  color: #FFF;
}

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

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

.mob-title {
  word-wrap: break-word;
  color: #eeeeee;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 1px 1px 0 black;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* -----------------------------------------
	External Plugins
----------------------------------------- */

/* jquery.CustomSelect
=================================== */

.customSelect {
  position: relative;
}

.customSelect .customSelectInner {
  background: transparent;
  font-size: 11px;
  color: white;
  padding: 4px 15px;
  position: relative;
}

.customSelect .customSelectInner:after {
  content: "";
  background: url("images/arrow.png") no-repeat;
  width: 6px;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

/* WP Instagram */

.null-instagram-feed p {
  padding-top: 10px;
}

.widget .instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.widget .instagram-pics li a {
  display: block;
}

/* -----------------------------------------
	Global Mediaqueries
----------------------------------------- */

@media (min-width: 768px) {
  .woocommerce form.login .form-row-first,
  .woocommerce form.login .form-row-last {
    float: left;
    width: 50%;
  }

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

  .addresses .col-1,
  .addresses .col-2 {
    float: left;
    width: 50%;
  }

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

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

  .gallery-columns-3 .gallery-item {
    float: left;
    width: 33.33333%;
  }

  .gallery-columns-4 .gallery-item {
    float: left;
    width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    float: left;
    width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    float: left;
    width: 16.66667%;
  }

  .gallery-columns-7 .gallery-item {
    float: left;
    width: 14.28571%;
  }

  .gallery-columns-8 .gallery-item {
    float: left;
    width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    float: left;
    width: 11.11111%;
  }
}

@media (min-width: 992px) {
  .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
  }

  .woocommerce-MyAccount-content {
    float: left;
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .ci-newsletter p {
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .woocommerce-MyAccount-navigation {
    padding: 0;
  }

  .woocommerce-MyAccount-content {
    padding: 0;
  }
}

@media (max-width: 991px) {
  #nav {
    display: none;
  }

  .item .item-title {
    font-size: 14px;
  }

  .content-main .product_list_widget {
    margin-left: -10px;
    margin-right: -10px;
  }

  .content-main .product_list_widget li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-list .col-md-4:nth-child(3n+1),
  .product_list_widget .col-md-4:nth-child(3n+1) {
    clear: none;
  }

  .product-list .col-md-3:nth-child(4n+1),
  .product_list_widget .col-md-3:nth-child(4n+1) {
    clear: none;
  }

  .product-list .col-md-6:nth-child(2n+1),
  .product_list_widget .col-md-6:nth-child(2n+1) {
    clear: none;
  }

  .product-list .col-xs-6:nth-child(2n+1),
  .product_list_widget .col-xs-6:nth-child(2n+1) {
    clear: left;
  }

  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .mm-menu.mm-current {
    display: block !important;
  }

  #mobile-bar {
    display: block;
  }

  #page {
    padding-top: 50px;
  }

  .callout {
    margin-bottom: 25px;
  }

  .callout .widget {
    margin-bottom: 20px;
  }

  .woocommerce-tabs .tabs li {
    float: none;
    display: block;
    width: 100%;
  }

  .shop_table .product_thumbnail {
    display: none;
  }

  .content-main .product_list_widget {
    margin-left: -10px;
    margin-right: -10px;
  }

  .ci-newsletter p {
    margin: 0 0 20px;
  }

  #mobile-bar {
    display: block;
  }

  .item > a:after,
  .item.alt > a:after {
    border: none;
  }

  .item .item-thumb,
  .item.alt .item-thumb {
    position: relative;
  }

  .item .item-thumb:after,
  .item.alt .item-thumb:after {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-width: 1px;
    border-style: solid;
    top: 10px;
    left: 10px;
    transition: all 0.18s ease;
  }

  .item .item-content-wrap,
  .item.alt .item-content-wrap {
    position: static;
    width: 100%;
    height: auto;
    opacity: 1;
    display: block;
  }

  .item .item-content,
  .item.alt .item-content {
    position: static;
  }

  .shop-actions .actions {
    float: none;
    margin: 0 0 10px;
  }

  .shop-actions .woocommerce-ordering {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .woocommerce-product-gallery {
    padding: 0;
  }

  .mm-menu.mm-current {
    display: block !important;
  }

  #mobile-bar {
    display: block;
  }

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

  .cart-head {
    text-align: center;
    margin: 10px 0 0;
  }

  .entry-thumb {
    margin: 0 0 35px;
  }

  .pre-foot {
    text-align: center;
  }

  .copy {
    text-align: center;
  }

  .copy .text-right {
    text-align: center;
  }

  .pre-foot .widget_nav_menu .menu {
    text-align: center;
    margin-top: 10px;
  }

  .comment-text .avatar,
  .comment_container .avatar {
    display: none;
  }

  #commentform input[type=text],
  #commentform input[type=url],
  #commentform input[type=email],
  #commentform textarea {
    width: 100%;
  }

  .images {
    margin-bottom: 50px;
  }

  .thumbnails > a {
    width: auto;
  }

  .shop_table .product-quantity {
    display: none;
  }

  #place_order {
    width: 100%;
  }

  .cart-collateral-wrap {
    margin-top: 50px;
  }
}