/**
 * Theme Name: Shopsters
 * Theme URI: http://fitwp.com/wordpress-themes/shopsters/
 * Author: FitWP
 * Author URI: http://fitwp.com
 * Description: Shopsters is creative e-commerce theme. It works well with WooCommerce plugin.
 * Version: 1.3
 * License: GNU General Public License v2+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: shopsters
 * Domain Path: /lang/
 * Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
 */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General
	1.1 Font Awesome
	1.2 Elements
2.0 Header
3.0 Navigation
4.0 Content
	4.1 Posts and pages
	4.2 404 Page
5.0 Comments
6.0 Widgets
7.0 Footer
8.0 Color Schemes
9.0 Media
--------------------------------------------------------------*/
/** Todo: remove this file from theme when finish addon plugin */
.box-link {
  color: #f9412c;
  font-size: 14px;
  font-weight: 400;
}
.box-link:after {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin-left: 10px;
}
.box-link:hover {
  color: #323a44;
  text-decoration: underline;
}
.icon-box i {
  transition: 0.5s ease-out;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  float: left;
  border: 3px solid #ddd;
  display: inline-block;
  font-size: 33px;
  line-height: 62px;
  vertical-align: middle;
  text-align: center;
  color: #323a44;
}
.icon-box .box-title,
.icon-box .box-content {
  margin-left: 100px;
}
.icon-box .box-title {
  color: #161d27;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 3px 0;
  margin-bottom: 10px;
}
.icon-box .box-title:after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.icon-box:hover i {
  color: #f9412c;
}
.icon-box.border-box {
  border-radius: 3px;
  box-shadow: 0 0 3px #ccc;
  padding: 20px;
}
.icon-box.border-box i {
  color: #bcc0c6;
  font-size: 60px;
  border: 0;
  margin-top: 5px;
}
.icon-box.border-box .box-title {
  font-size: 21px;
  font-weight: 400;
  text-transform: none;
}
.icon-box.border-box .box-content {
  font-size: 14px;
}
.icon-box.border-box .box-content p:last-child {
  margin-bottom: 0;
}
.icon-box .widget_wysija .wysija-input {
  padding: 10px;
  width: 100%;
}
.icon-box .widget_wysija .wysija-paragraph,
.icon-box .widget_wysija .wysija-submit {
  display: inline-block;
}
.icon-box .widget_wysija .wysija-paragraph {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  padding-right: 5px;
}
.icon-box .widget_wysija .wysija-submit {
  padding: 14px 30px;
  margin-top: 0;
  display: inline-block;
  width: 39%;
}
.icon-box .mc4wp-form-fields {
  display: -ms-flexbox;
  display: flex;
}
.icon-box .mc4wp-form-fields input[type=email] {
  -ms-flex-positive: 2;
      flex-grow: 2;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.icon-box .mc4wp-form-fields input[type=submit] {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.banner-box {
  padding: 50px 30px 30px 30px;
  background-repeat: no-repeat;
  background-position: left center;
}
.banner-box.image-align-left {
  padding-left: 55%;
}
.banner-box.image-align-right {
  padding-right: 49%;
  background-position: right center;
}
.banner-box .box-title {
  color: #161d27;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  display: block;
  padding: 3px 0;
  margin-bottom: 15px;
}
.banner-box .box-title:after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 8px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.banner-box .box-content {
  font-size: 18px;
  letter-spacing: -1px;
  padding-bottom: 10px;
}
.banner-box .box-link {
  float: right;
}
.banner-box.box-shadow {
  box-shadow: 0 0 2px #bbb;
}
.promotion-box {
  position: relative;
  margin-bottom: 30px;
}
.promotion-box img {
  display: block;
  width: 100%;
  height: auto;
}
.promotion-box .label {
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  background-color: #161d27;
}
.promotion-box .label.sale {
  background-color: #f9412c;
}
.promotion-box .box-content {
  text-align: center;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.promotion-box .box-subtitle {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.promotion-box h3 {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin: 0;
}
.promotion-box h3 span {
  color: #f9412c;
}
.promotion-box .box-link {
  float: none;
}
.promotion-box.no-image {
  padding: 50px 20px 20px 20px;
  background-color: #f6f6f6;
}
.promotion-box.no-image .box-content {
  position: static;
}
.product-carousel.woocommerce ul.products {
  margin: 0;
}
.product-carousel.woocommerce ul.products li.product {
  margin-bottom: 0;
}
.product-carousel.woocommerce ul.products li.product .onsale {
  right: 0;
}
.product-carousel .owl-nav i {
  transition: 0.5s;
  color: #aaa;
  font-size: 30px;
  line-height: 1;
}
.product-carousel .owl-nav i:hover {
  color: #f9412c;
}
.product-carousel.arrows-top .section-title {
  margin-bottom: 30px;
}
.product-carousel.arrows-top .owl-nav {
  width: 80px;
  position: absolute;
  top: -55px;
  right: 0;
  text-align: right;
  background-color: #fff;
}
.product-carousel.arrows-top .owl-nav div {
  display: inline-block;
}
.product-carousel.arrows-top .owl-nav .owl-next {
  margin-left: 5px;
}
.product-carousel.arrows-top.section-title-right .owl-nav {
  right: auto;
  left: 0;
  text-align: left;
}
.product-carousel.arrows-middle .owl-nav div {
  position: absolute;
  top: 38%;
}
.product-carousel.arrows-middle .owl-nav div.owl-prev {
  left: -50px;
}
.product-carousel.arrows-middle .owl-nav div.owl-next {
  right: -50px;
}
.product-carousel.arrows-bottom .owl-nav {
  text-align: center;
  margin-top: 30px;
}
.product-carousel.arrows-bottom .owl-nav div {
  display: inline-block;
  padding: 0 10px;
}
.section-title {
  font-size: 27px;
  text-transform: uppercase;
  margin: 0 0 50px;
}
.section-title.title-align-center {
  text-align: center;
}
.section-title.title-align-center span {
  display: inline-block;
}
.section-title.title-align-center span:after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.section-title.title-align-right,
.section-title.title-align-left {
  font-size: 21px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
}
.section-title.title-align-right span,
.section-title.title-align-left span {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
.section-title.title-align-right:before,
.section-title.title-align-left:before,
.section-title.title-align-right:after,
.section-title.title-align-left:after {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: block;
  height: 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.section-title.title-align-left span {
  padding-right: 10px;
}
.section-title.title-align-left:after {
  content: "";
}
.section-title.title-align-right {
  text-align: right;
}
.section-title.title-align-right span {
  padding-left: 10px;
}
.section-title.title-align-right:before {
  content: "";
}
.post-grid .post {
  text-align: center;
}
.post-grid img {
  margin-bottom: 15px;
}
.post-grid .entry-meta {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.post-grid h3 {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 3px 0;
}
.post-grid h3 a {
  color: #161d27;
}
.post-grid h3 a:hover {
  color: #f9412c;
}
.post-grid .entry-excerpt {
  font-size: 14px;
  margin: 20px 0 10px;
}
.post-grid .read-more {
  font-size: 14px;
  font-weight: 400;
}
.post-grid .read-more i {
  font-size: 10px;
  margin-left: 7px;
}
.product-grid .filters {
  padding-bottom: 30px;
}
.product-grid .filters a {
  color: #161d27;
  font-size: 18px;
  padding: 0 5px;
}
.product-grid .filters a:hover,
.product-grid .filters a.active {
  color: #f9412c;
}
.product-grid .filters a:first-child {
  padding-left: 0;
}
.lookbook-box {
  padding: 15px;
  min-height: 346px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.lookbook-box .cat {
  color: #ddd;
  font-size: 21px;
  line-height: 1.2;
  margin: 0;
}
.lookbook-box .name {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}
.lookbook-box .box-link:hover {
  color: #f9412c;
}
.lookbook-box-large {
  min-height: 633px;
  background-color: #f6f6f6;
}
/*--------------------------------------------------------------
1.0 General
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.1 Font Awesome
--------------------------------------------------------------*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont_v-4.5.0.eot');
  src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff') format('woff2'), url('fonts/fontawesome-webfont_v-4.5.0.woff') format('woff'), url('fonts/fontawesome-webfont_v-4.5.0.ttf') format('truetype'), url('fonts/fontawesome-webfont_v-4.5.0-fontawesomeregular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
/*--------------------------------------------------------------
1.2 Elements
--------------------------------------------------------------*/
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-light-webfont.eot');
  src: url('fonts/montserrat-light-webfont.eot#iefix') format('embedded-opentype'), url('fonts/montserrat-light-webfont.woff') format('woff2'), url('fonts/montserrat-light-webfont.woff') format('woff'), url('fonts/montserrat-light-webfont.ttf') format('truetype'), url('fonts/montserrat-light-webfont.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-semibold-webfont.eot');
  src: url('fonts/montserrat-semibold-webfont.eot#iefix') format('embedded-opentype'), url('fonts/montserrat-semibold-webfont.woff') format('woff2'), url('fonts/montserrat-semibold-webfont.woff') format('woff'), url('fonts/montserrat-semibold-webfont.ttf') format('truetype'), url('fonts/montserrat-semibold-webfont.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-extrabold-webfont.eot');
  src: url('fonts/montserrat-extrabold-webfont.eot#iefix') format('embedded-opentype'), url('fonts/montserrat-extrabold-webfont.woff') format('woff2'), url('fonts/montserrat-extrabold-webfont.woff') format('woff'), url('fonts/montserrat-extrabold-webfont.ttf') format('truetype'), url('fonts/montserrat-extrabold-webfont.svg') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-black-webfont.eot');
  src: url('fonts/montserrat-black-webfont.eot#iefix') format('embedded-opentype'), url('fonts/montserrat-black-webfont.woff') format('woff2'), url('fonts/montserrat-black-webfont.woff') format('woff'), url('fonts/montserrat-black-webfont.ttf') format('truetype'), url('fonts/montserrat-black-webfont.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}
body {
  color: #7a7e84;
  font: 300 15px/1.46 "Montserrat", sans-serif;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  background-color: #fff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
}
p {
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #161d27;
  margin-bottom: 0.7em;
  font-weight: 400;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
:focus,
a:focus {
  outline: 0;
}
a {
  transition: 0.5s ease-out;
  color: #f9412c;
}
a:hover,
a:focus {
  color: #323a44;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
blockquote {
  color: #333;
  font-style: italic;
  margin-left: 45px;
  padding: 20px 30px;
  border-left-color: #f9412c;
}
input,
select,
textarea {
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 5px;
  max-width: 100%;
}
input[type=submit],
input[type=button],
button {
  transition: 0.5s ease-out;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  display: inline-block;
  padding: 16px 30px;
  border: none;
  background-color: #323a44;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  color: #fff;
  background-color: #f9412c;
}
input[type=submit].outline,
input[type=button].outline,
button.outline {
  color: #323a44;
  border: 2px solid #323a44;
  background: transparent;
}
input[type=submit].outline:hover,
input[type=button].outline:hover,
button.outline:hover {
  color: #fff;
  background-color: #323a44;
}
input[type=submit].button-size-md,
input[type=button].button-size-md,
button.button-size-md {
  padding: 12px 30px;
  min-width: 200px;
}
label {
  font-weight: 400;
}
.button {
  transition: 0.5s ease-out;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  display: inline-block;
  padding: 16px 30px;
  border: none;
  background-color: #323a44;
}
.button:hover {
  color: #fff;
  background-color: #f9412c;
}
.button.outline {
  color: #323a44;
  border: 2px solid #323a44;
  background: transparent;
}
.button.outline:hover {
  color: #fff;
  background-color: #323a44;
}
.button.button-size-md {
  padding: 12px 30px;
  min-width: 200px;
}
.label {
  font-size: 100%;
}
.primary-color {
  color: #f9412c;
}
.search-form label {
  font-weight: 300;
  display: block;
}
.site-content {
  padding: 75px 0;
}
.sidebar-left .content-area {
  float: right;
}
.page-template-homepage .site-content {
  padding-top: 0;
}
.tooltip .tooltip-inner {
  border-radius: 3px;
  font: 11px/1.6 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #161d27;
}
.tooltip.top {
  border-top-color: #161d27;
  margin-top: -30px;
  margin-left: 3px;
}
.tooltip.top .tooltip-arrow {
  border-width: 6px 3.5px 0;
}
.modal-dialog {
  margin-top: 90px;
}
.modal-content {
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
}
.modal-preloader {
  padding: 15px;
  display: none;
}
.loading .modal-preloader {
  display: block;
}
.shopsters-modal .close {
  font-size: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
}
.shopsters-modal .close:hover {
  background-color: transparent;
}
hr.double {
  height: 2px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.vc_row {
  margin-bottom: 40px;
}
.vc_row .wpb_content_element {
  margin-bottom: 0;
}
.vc_btn3 {
  font-weight: 700;
}
.vc_btn3.vc_btn3-size-md {
  font-size: 14px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
  padding: 12px 50px !important;
}
.tparrows.custom {
  border-radius: 0;
  background: transparent !important;
  width: 44px !important;
  height: 44px !important;
}
.tparrows.custom:before {
  transition: 0.5s ease-out;
  color: #323a44;
  font-family: Flaticon;
  font-size: 44px;
  font-style: normal;
  line-height: 44px;
  width: 44px;
  position: absolute;
}
.tparrows.custom.tp-rightarrow:before {
  content: "\e012";
}
.tparrows.custom.tp-leftarrow:before {
  content: "\e002";
}
.tparrows.custom:hover:before {
  color: #f9412c;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  border-radius: 0;
  font-size: 14px;
  width: 100%;
  padding: 8px 15px;
}
.wpcf7 input[type=submit] {
  border-radius: 0;
  min-width: 215px;
}
.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter,
.aligncenter img {
  display: block;
  margin: 1em auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.wp-caption {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 5px;
  max-width: 100%;
  text-align: center;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-height: 100%;
}
.wp-caption-text {
  font-size: 11px;
  margin: 0;
  padding: 5px 0 0;
}
.bypostauthor {
  display: block;
}
.sticky {
  display: block;
}
.wp-playlist-item .wp-playlist-caption,
.wp-playlist-item .wp-playlist-item-length {
  line-height: 2.5;
}
.entry-content .wp-playlist,
.entry-summary .wp-playlist {
  padding-bottom: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/
.topbar {
  background-color: #323a44;
}
.topbar > .container {
  padding-left: 0;
}
.topbar .social-links {
  float: left;
}
.topbar .social-links a {
  line-height: 40px;
}
.topbar .top-navigation {
  float: right;
}
.social-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.social-links li {
  display: inline-block;
  margin-right: -5px;
  text-align: center;
}
.social-links li a {
  color: #bcc0c6;
  font: normal normal normal 13px/1 FontAwesome;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 15px;
  position: relative;
}
.social-links li a:before {
  display: inline-block;
  width: 1em;
}
.social-links li a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6.5px;
  background-color: #617184;
}
.social-links li span {
  display: none;
}
.social-links li:first-child a {
  padding-left: 0;
}
.social-links li:first-child a:after {
  display: none;
}
.social-links li a:hover,
.social-links li a:active {
  color: #f9412c;
  text-decoration: none;
}
.social-links a[href*="facebook.com"]:before {
  content: "\f09a";
}
.social-links a[href*="twitter.com"]:before {
  content: "\f099";
}
.social-links a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.social-links a[href*="linkedin.com"]:before {
  content: "\f0e1";
}
.social-links a[href*="instagram.com"]:before {
  content: "\f16d";
}
.social-links a[href*="yelp.com"]:before {
  content: "\f1e9";
}
.social-links a[href*="youtube.com"]:before {
  content: "\f167";
}
.social-links a[href*="flickr.com"]:before {
  content: "\f16e";
}
.social-links a[href*="pinterest.com"]:before {
  content: "\f0d2";
}
.social-links a[href*="github.com"]:before {
  content: "\f09b";
}
.social-links a[href*="vimeo.com"]:before {
  content: "\f27d";
}
.social-links a[href*="dribbble.com"]:before {
  content: "\f17d";
}
.social-links a[href*="wordpress.com"]:before {
  content: "\f19a";
}
.social-links a[href*="tumblr.com"]:before {
  content: "\f173";
}
.social-links a[href*="codepen.io"]:before {
  content: "\f1cb";
}
.social-links a[href*="skype.com"]:before {
  content: "\f17e";
}
.social-links a[href*="reddit.com"]:before {
  content: "\f1a1";
}
.social-links a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}
.social-links a[href*="pocket.com"]:before {
  content: "\f265";
}
.social-links a[href*="foursquare.com"]:before {
  content: "\f180";
}
.site-header {
  position: relative;
  background-color: #f6f6f6;
  background-size: cover;
  background-position: center center;
}
.site-header .header-container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}
.site-header .site-title {
  margin: 0;
}
.site-header .site-branding {
  padding-left: 30px;
}
.site-header .main-navigation {
  padding-right: 30px;
}
.header-full-width .header-container {
  width: 100%;
}
.header-full-width.header-transparent .site-header {
  padding-top: 100px;
}
.header-full-width.header-transparent .site-header .header-container {
  position: absolute;
  top: 0;
  background-color: transparent;
}
.header-full-width.header-transparent.no-title-area .header-container {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.header-logo-center .header-container {
  padding-bottom: 15px;
}
.header-logo-center .site-branding {
  padding-left: 15px;
}
.header-with-sidebar .header-container {
  padding-bottom: 8px;
}
.header-with-sidebar .site-branding {
  padding-left: 15px;
}
.header-with-sidebar .main-navigation .nav > li:first-child > a {
  padding-left: 0;
}
.header-with-sidebar .site-header hr {
  margin-top: 28px;
  margin-bottom: 8px;
}
.header-with-sidebar .header-search form {
  float: right;
}
.header-with-sidebar .header-search .search-field {
  text-align: right;
  padding-right: 0;
  width: 60px;
  transition: 0.5s;
}
.header-with-sidebar .header-search .search-field:focus {
  width: 110px;
}
.page-template-homepage .site-header {
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 99;
}
.page-template-homepage.header-with-sidebar .site-header,
.page-template-homepage.header-logo-center .site-header,
.page-template-homepage.header-full-width .site-header {
  position: static;
  background-color: #fff;
}
.page-template-homepage.header-transparent .site-header {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 0;
  background-color: transparent;
}
.page-template-homepage.header-transparent .site-header .header-container {
  border-bottom-width: 0;
  background-color: transparent;
}
.header-search {
  padding-top: 5px;
}
.header-search button {
  color: #aaa;
  font-size: 14px;
  padding: 10px 15px 10px 20px;
  border-left: 1px solid #eee;
  background-color: transparent;
}
.header-search .search-field {
  font-size: 14px;
  border: 0;
}
.header-sidebar .widget {
  float: right;
  border-bottom: 0;
  margin-bottom: 0;
}
.header-cart {
  line-height: 1.2;
  padding-top: 5px;
}
.header-cart i {
  color: #aaa;
  font-size: 21px;
  line-height: 30px;
  padding-right: 15px;
  margin-right: 10px;
  border-right: 1px solid #eee;
  vertical-align: middle;
}
.header-cart .cart-details {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
}
.header-cart .cart-details span {
  display: block;
}
.header-cart .cart-details span span {
  display: inline;
}
.header-cart .cart-label {
  transition: 0.5s ease-out;
  color: #161d27;
  font-weight: 700;
  letter-spacing: 1.3px;
}
.header-cart .header-cart-totals {
  color: #777777;
  font-size: 12px;
}
.header-cart a:hover .cart-label {
  color: #f9412c;
}
.page-header {
  padding: 100px 0;
  margin: 0;
  border-bottom: 0;
}
.page-header .page-title {
  color: #161d27;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.page-header .breadcrumb {
  margin-bottom: 5px;
}
.toggle-menu {
  color: #323a44;
  font-size: 24px;
}
/*--------------------------------------------------------------
3.0 Navigation
--------------------------------------------------------------*/
.nav li {
  position: relative;
}
.nav > li {
  display: inline-block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.nav ul {
  -ms-transform: translateY(10px);
      transform: translateY(10px);
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav ul a {
  display: block;
  padding: 15px;
}
.nav ul li {
  background-color: #fff;
}
.nav ul ul {
  right: auto;
  left: 100%;
  top: 0;
}
.nav li:hover > ul {
  transition: transform 0.3s;
  -ms-transform: translateY(0);
      transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.nav .menu-item-mega {
  position: static;
}
.nav .menu-item-mega:hover .mega-menu-container {
  transition: transform 0.3s;
  -ms-transform: translateY(-30px);
      transform: translateY(-30px);
  opacity: 1;
  z-index: 1000;
  visibility: visible;
}
.nav .menu-item-mega:hover .mega-menu-container ul {
  visibility: visible;
}
.nav .mega-menu-container {
  -ms-transform: translateY(0);
      transform: translateY(0);
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  padding: 0;
  border-top: 30px solid transparent;
}
.nav .mega-menu-container .mega-menu-columns {
  padding: 30px 15px 15px 15px;
  border: 1px solid #eee;
  background-color: #fff;
}
.nav .mega-sub-menu {
  text-align: left;
}
.nav .mega-sub-menu a {
  padding: 10px 0;
}
.nav .mega-sub-menu a:hover {
  color: #161d27;
}
.nav .mega-sub-menu > a {
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 0;
}
.nav .mega-sub-menu ul {
  -ms-transform: translateY(0);
      transform: translateY(0);
  width: auto;
  border-width: 0;
  position: static;
  display: block;
  opacity: 1;
  z-index: 1000;
}
.nav .mega-sub-menu ul ul {
  margin-left: 30px;
}
.nav .mega-sub-menu li {
  padding: 8px 0;
  background-color: transparent;
}
.nav .mega-sub-menu li.menu-item-has-icon:before {
  display: none;
}
.nav .mega-sub-menu li:first-child {
  border-top-width: 0;
}
.top-navigation {
  font-size: 12px;
}
.top-navigation a,
.top-navigation span {
  color: #bcc0c6;
  position: relative;
  line-height: 40px;
}
.top-navigation a:hover {
  color: #f9412c;
}
.top-navigation a i {
  margin-right: 10px;
}
.top-navigation li ul {
  box-shadow: 0 2px 2px #ddd;
  min-width: 80px;
  background-color: #161d27;
}
.top-navigation li ul a {
  color: #333;
  line-height: 1.5;
  padding: 10px 15px;
  border-top: 1px solid #eee;
}
.top-navigation select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
}
.top-navigation .nav > li {
  margin-right: -4px;
}
.top-navigation .nav > li > span,
.top-navigation .nav > li > a {
  padding: 0 15px;
}
.top-navigation .nav > li > span:before,
.top-navigation .nav > li > a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6.5px;
  background-color: #617184;
}
.top-navigation .nav > li:first-child > span:before,
.top-navigation .nav > li:first-child > a:before {
  display: none;
}
.top-navigation .nav > li:last-child > a {
  padding-right: 0;
}
.top-navigation .menu-item-login {
  text-transform: uppercase;
}
.top-navigation .fa-chevron-down {
  font-size: 10px;
  margin-right: 0;
  margin-left: 8px;
}
.top-navigation .language-select {
  width: 100%;
  text-align: center;
}
.top-navigation .menu-item-currencies span {
  display: block;
}
.top-navigation .menu-item-currencies select {
  padding: 0 20px 0 0;
  height: 40px;
  position: relative;
  z-index: 1;
}
.top-navigation .menu-item-currencies i {
  position: absolute;
  right: 15px;
  top: 16px;
  z-index: 0;
  margin-left: 0;
}
.top-navigation .menu-item-currencies .current-currency i {
  position: static;
  margin-left: 15px;
}
.main-navigation {
  position: static;
}
.main-navigation a {
  color: #161d27;
}
.main-navigation .nav > li > a {
  color: #161d27;
  font-weight: 700;
  text-transform: uppercase;
}
.main-navigation .nav > .menu-item-has-children > a:after {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #aaa;
  font-size: 10px;
  margin-left: 7px;
  vertical-align: middle;
}
.main-navigation li ul {
  text-align: left;
  border-top: 30px solid transparent;
}
.main-navigation li ul a {
  color: #959595;
  font-size: 13px;
  font-weight: 400;
  position: relative;
}
.main-navigation li ul a:hover {
  color: #161d27;
  text-decoration: none;
}
.main-navigation li ul li {
  border-top: 1px solid #eee;
}
.main-navigation li ul ul {
  border-top: 0;
}
.main-navigation li ul li:hover ul {
  top: -1px;
}
.main-navigation li li.menu-item-has-children > a:after {
  content: "\f0da";
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 8px;
  top: 20px;
  color: #e3e3e3;
  font-size: 10px;
}
.main-navigation .menu-item-search {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.main-navigation .menu-item-search i {
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}
.main-navigation .menu-item-search form {
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  -ms-transform: translateX(-30px);
      transform: translateX(-30px);
  box-shadow: 0 0 3px #ddd;
  height: 50px;
  padding: 0 20px;
  position: absolute;
  right: 100%;
  top: -13px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: #fff;
}
.main-navigation .menu-item-search form label {
  margin-bottom: 0;
}
.main-navigation .menu-item-search form .search-field {
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  height: 50px;
  width: 260px;
  padding: 0;
  border: 0;
}
.main-navigation .menu-item-search form .search-submit {
  display: none;
}
.main-navigation .menu-item-search.open form {
  -ms-transform: translateX(0);
      transform: translateX(0);
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
.main-navigation .menu-item-cart .cart-contents {
  color: #777777;
  font-weight: 400;
  padding: 0 0 4px 15px;
}
.main-navigation .menu-item-cart .cart-contents i {
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  vertical-align: middle;
  background-color: #f9412c;
}
.main-navigation .menu-item-cart .menu-cart-content {
  transition: transform 0.3s, opacity 0.3s;
  -ms-transform: translateY(10px);
      transform: translateY(10px);
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 100%;
  right: -15px;
  width: 300px;
  margin: 0;
  border-top: 30px solid transparent;
}
.main-navigation .menu-item-cart:hover .menu-cart-content {
  -ms-transform: translateY(0);
      transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.main-navigation .menu-item-cart:hover .menu-cart-content ul.cart_list {
  display: block;
}
.main-navigation .menu-item-cart .widget_shopping_cart_content {
  box-shadow: 0 0 2px #ddd;
  padding: 15px;
  background-color: #fff;
}
.main-navigation .menu-item-cart .amount {
  color: #f9412c;
}
.main-navigation .menu-item-cart ul.cart_list {
  -ms-transform: translateY(0);
      transform: translateY(0);
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  visibility: visible;
  opacity: 1;
  position: static;
  width: 100%;
  border: 0;
  display: none;
  background-color: #fff;
}
.main-navigation .menu-item-cart ul.cart_list li {
  font-size: 14px;
  font-weight: 400;
  border-top: 0;
}
.main-navigation .menu-item-cart ul.cart_list li.empty {
  color: #333;
  text-align: center;
}
.main-navigation .menu-item-cart ul.cart_list a.remove {
  display: none;
}
.main-navigation .menu-item-cart ul.cart_list a {
  color: #333;
  text-transform: none;
}
.main-navigation .menu-item-cart ul.cart_list img {
  width: 70px;
}
.main-navigation .menu-item-cart ul.cart_list .product-name {
  margin-top: 4%;
}
.main-navigation .menu-item-cart ul.cart_list .quantity {
  color: #777777;
  font-size: 13px;
}
.main-navigation .menu-item-cart .total {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  margin: 10px 0;
  padding: 10px 0 0;
  border-top: 1px solid #eee;
}
.main-navigation .menu-item-cart .total strong {
  font-weight: 400;
}
.main-navigation .menu-item-cart .buttons {
  margin: 0;
}
.main-navigation .menu-item-cart .buttons .button {
  display: block;
}
.main-navigation .menu-item-cart .buttons .checkout {
  display: none;
}
.header-logo-center .main-navigation {
  padding-top: 12px;
  padding-right: 0;
  margin-top: 25px;
  border-top: 1px solid #eee;
  position: relative;
}
.header-logo-center .main-navigation li ul {
  border-top-width: 15px !important;
}
.header-logo-center .main-navigation .mega-menu-container {
  -ms-transform: translateY(10px);
      transform: translateY(10px);
  border-top-width: 15px;
}
.header-logo-center .main-navigation .menu-item-mega:hover .mega-menu-container {
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.header-logo-center .main-navigation .menu-item-cart .menu-cart-content {
  border-top-width: 15px;
}
.header-transparent .main-navigation .nav {
  position: relative;
}
.header-transparent .main-navigation .nav > li > a {
  color: #fff;
}
.header-transparent .main-navigation .menu-item-search i {
  color: #fff;
}
.header-full-width .menu-item-extra {
  font-size: 21px;
}
.header-full-width .menu-item-extra > a {
  padding-left: 10px;
  padding-right: 10px;
}
.header-with-sidebar .main-navigation li ul {
  border-top-width: 8px;
}
.header-with-sidebar .main-navigation .mega-menu-container {
  border-top-width: 20px;
}
.header-with-sidebar .main-navigation .menu-item-mega:hover .mega-menu-container {
  -ms-transform: translatey(-20px);
      transform: translatey(-20px);
}
.footer-navigation li {
  padding: 0 13px;
  border-left: 1px solid #7a7e84;
}
.footer-navigation li a {
  color: #7a7e84;
  padding: 0;
  line-height: 1;
}
.footer-navigation li a:hover {
  color: #f9412c;
}
.footer-navigation li:first-child {
  padding-left: 0;
  border-left: 0;
}
.footer-navigation li:last-child {
  padding-right: 0;
}
.pagination {
  text-align: center;
  display: block;
}
.pagination span,
.pagination a {
  border-radius: 3px;
  color: #7a7e84;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 46px;
  display: inline-block;
  min-width: 46px;
  border: 1px solid #ddd;
}
.pagination span {
  color: #161d27;
  border-color: #bbb;
}
.pagination a:hover {
  color: #f9412c;
  border-color: #f9412c;
}
.pagination a.next,
.pagination a.prev {
  color: #161d27;
  font-size: 15px;
  border-width: 0;
}
.pagination a.next i,
.pagination a.prev i {
  color: #aaa;
  font-size: 10px;
  font-weight: 400;
  vertical-align: middle;
}
.pagination a.next {
  margin-left: 25px;
}
.pagination a.next i {
  margin-left: 7px;
}
.pagination a.prev {
  margin-right: 25px;
}
.pagination a.prev i {
  margin-right: 7px;
}
.breadcrumb {
  border-radius: 0;
  font-size: 14px;
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.breadcrumb a {
  color: #777777;
}
.breadcrumb a:hover {
  color: #f9412c;
  text-decoration: underline;
}
.breadcrumb > span {
  padding: 0 5px;
}
.breadcrumb .before {
  padding: 0;
}
.mobile-navigation {
  transition: transform 0.5s;
  -ms-transform: translateX(260px);
      transform: translateX(260px);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 260px;
  padding: 50px 0 0;
  z-index: 999;
  overflow: auto;
  background-color: #323a44;
}
.mobile-navigation li {
  display: block;
}
.mobile-navigation li ul {
  -ms-transform: translateY(0);
      transform: translateY(0);
  position: static;
  z-index: auto;
  opacity: 1;
  visibility: visible;
  padding-left: 20px;
  display: none;
}
.mobile-navigation li ul a {
  font-weight: 400;
}
.mobile-navigation li li {
  background: transparent;
}
.mobile-navigation a {
  color: #fff;
  font-weight: 700;
}
.mobile-navigation .nav > li {
  border-bottom: 1px solid #272d35;
}
.mobile-navigation .nav > li:first-child {
  border-top: 1px solid #272d35;
}
.mobile-navigation .nav > li > a {
  text-transform: uppercase;
}
.mobile-navigation .nav > li > ul {
  background-color: #2c323b;
}
.mobile-navigation .nav > .menu-item-has-children > a {
  margin-right: 40px;
}
.mobile-navigation .nav .toggle-children {
  color: #aaa;
  font-size: 10px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.mobile-navigation .nav .show-children ul {
  display: block;
}
.mobile-navigation .menu-item-extra {
  display: none;
}
.mobile-navigation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none;
  z-index: 998;
}
.open-mobile-menu {
  overflow: hidden;
}
.open-mobile-menu .mobile-navigation-overlay {
  display: block;
}
.open-mobile-menu .mobile-navigation {
  -ms-transform: translateX(0);
      transform: translateX(0);
}
/*--------------------------------------------------------------
4.0 Entry
--------------------------------------------------------------*/
h1.entry-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 25px;
}
article.post {
  margin-bottom: 50px;
}
article.post .post-wrapper {
  border: 1px solid #eee;
  background-color: #fff;
}
article.post .entry-date {
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  padding: 10px 0 0 15px;
}
article.post .entry-date i {
  color: #f9412c;
  font-size: 13px;
  margin-right: 5px;
}
article.post .cat-links {
  float: right;
  max-width: 65%;
  overflow: hidden;
}
article.post .cat-links a {
  color: #161d27;
  font-size: 13px;
  font-weight: 400    ;
  text-transform: uppercase;
  float: right;
  padding: 5px 15px;
  background-color: #f6f6f6;
}
article.post .cat-links a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f9412c;
}
article.post h2.entry-title {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 15px 10px 15px;
}
article.post h2.entry-title a {
  color: #161d27;
}
article.post .entry-summary {
  font-size: 13px;
  font-weight: 400;
  padding: 0 15px;
}
article.post .entry-summary .entry-thumbnail {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
article.post .entry-summary img {
  width: 100%;
  height: auto;
}
article.post .entry-footer {
  font-size: 13px;
  padding: 15px;
}
article.post .entry-footer i {
  font-size: 15px;
}
article.post .entry-footer a {
  color: #777777;
}
article.post .entry-footer a:hover {
  color: #f9412c;
}
article.post .entry-footer .read-more {
  float: right;
  margin-top: 5px;
}
article.post .entry-footer .read-more i {
  font-size: 18px;
  margin-left: 5px;
  vertical-align: middle;
}
article.post .entry-footer .comments-link i {
  color: #4d586c;
  margin-right: 5px;
}
article.post .entry-footer .tags-links {
  font-weight: 400;
  display: block;
  margin-bottom: 30px;
}
article.post .entry-footer .tags-links span {
  color: #161d27;
  text-transform: uppercase;
}
article.post .entry-footer .social-share {
  margin-left: 10px;
  padding-left: 10px;
  padding-top: 0;
  border-left: 1px solid #ddd;
}
article.post .entry-footer .social-share i {
  color: #f9412c;
  margin-right: 5px;
}
.single .site-main .entry-format-content {
  margin-bottom: 20px;
}
.single .site-main article.post {
  margin-bottom: 25px;
}
.single .site-main article.post .entry-meta {
  margin-bottom: 20px;
}
.single .site-main article.post .entry-date {
  padding: 0;
}
.single .site-main article.post .entry-footer {
  padding: 0;
  margin-top: 30px;
}
.single .site-main article.post .entry-footer .social-share {
  padding-left: 0;
  margin-left: 0;
  padding-top: 50px;
  border: 0;
  display: inline-block;
}
.single .site-main article.post .entry-footer .social-share a,
.single .site-main article.post .entry-footer .social-share i {
  color: #fff;
}
.single .site-main article.post .entry-footer .social-share i {
  margin-right: 10px;
}
.social-share {
  padding-top: 50px;
}
.social-share a.share-button {
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-family: Arian, sans-serif;
  line-height: 27px;
  padding: 0 10px;
  margin-right: 30px;
  display: inline-block;
  position: relative;
}
.social-share a.share-button:last-child {
  margin-right: 0;
}
.social-share a.share-button .count {
  border-radius: 2px;
  -ms-transform: translate(-50%, -9px);
      transform: translate(-50%, -9px);
  color: #161d27;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  min-width: 50px;
  height: 35px;
  padding: 0 5px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: 1px solid #bbb;
  background-color: #fff;
}
.social-share a.share-button .count:before,
.social-share a.share-button .count:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  border: solid transparent;
}
.social-share a.share-button .count:before {
  bottom: -12px;
  border-width: 6px;
  border-top-color: #bbb;
  margin-left: -6px;
}
.social-share a.share-button .count:after {
  bottom: -8px;
  border-width: 4px;
  border-top-color: #fff;
  margin-left: -4px;
}
.social-share i {
  font-size: 20px;
  line-height: 27px;
  margin-right: 10px;
}
.social-share .facebook {
  background-color: #3b5998;
}
.social-share .twitter {
  background-color: #00abf0;
}
.social-share .google {
  background-color: #dd4b39;
}
.social-share .linkedin {
  background-color: #489dc9;
}
/*--------------------------------------------------------------
5.0 Comments
--------------------------------------------------------------*/
.comments-area {
  padding-top: 50px;
}
.comments-area .comments-title {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
.comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.comment-list .comment {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.comment-list .comment:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.comment-list .comment .comment {
  border-bottom: 0;
  margin-bottom: 0;
}
.comment-list .comment .comment:last-child {
  padding-bottom: 0;
}
.comment-list .comment .fn,
.comment-list .comment .comment-metadata,
.comment-list .comment .comment-content,
.comment-list .comment .children {
  margin-left: 105px;
}
.comment-list .comment-author img {
  border-radius: 50%;
  display: block;
  float: left;
  padding: 3px;
  border: 5px solid #e7eff2;
  background-color: #fff;
}
.comment-list .comment-author .says {
  display: none;
}
.comment-list .comment-author .fn {
  display: block;
  margin-top: 5px;
}
.comment-list .comment-author .fn a {
  color: #252525;
  font-size: 15px;
  font-weight: 400;
}
.comment-list .comment-author .fn a:hover {
  color: #f9412c;
}
.comment-list .comment-metadata {
  font-size: 13px;
}
.comment-list .comment-metadata a {
  color: #aaa;
}
.comment-list .comment-metadata a:hover {
  text-decoration: underline;
}
.comment-list .comment-metadata .edit-link a {
  color: #333;
  text-transform: uppercase;
  margin-left: 15px;
}
.comment-list .comment-content {
  padding-top: 15px;
}
.comment-list .reply {
  text-align: right;
  margin-top: 25px;
}
.comment-list .reply a {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.comment-list .reply a:before {
  content: "\f01e";
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
  font-weight: 400;
  margin-right: 10px;
}
.comment-list .children {
  padding: 0;
  margin-top: 25px;
  list-style-type: none;
}
.comment-respond {
  padding-top: 50px;
  margin-top: 25px;
  border-top: 1px solid #eee;
}
.comment-respond label {
  font-size: 13px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}
.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond textarea {
  width: 100%;
}
.comment-respond textarea {
  height: 100px;
}
.comment-respond .required {
  color: #ce292d;
}
.comment-respond .comment-reply-title {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  float: left;
  width: 50%;
  position: relative;
}
.comment-respond .comment-form-author:after,
.comment-respond .comment-form-email:after {
  color: #888;
  font-family: FontAwesome;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  position: absolute;
  right: 25px;
  bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input {
  padding-right: 30px;
}
.comment-respond .comment-form-author {
  padding-right: 15px;
}
.comment-respond .comment-form-author:after {
  content: "\f040";
}
.comment-respond .comment-form-email {
  padding-left: 15px;
}
.comment-respond .comment-form-email:after {
  content: "\f0ac";
  right: 10px;
}
.comment-respond .form-submit {
  clear: both;
}
/*--------------------------------------------------------------
6.0 WooCommerce
--------------------------------------------------------------*/
.woocommerce .first {
  clear: left;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  transition: 0.5s ease-out;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  display: inline-block;
  padding: 16px 30px;
  border: none;
  background-color: #323a44;
  border-radius: 0;
  font-weight: 400;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
  background-color: #f9412c;
}
.woocommerce #respond input#submit.outline,
.woocommerce a.button.outline,
.woocommerce button.button.outline,
.woocommerce input.button.outline {
  color: #323a44;
  border: 2px solid #323a44;
  background: transparent;
}
.woocommerce #respond input#submit.outline:hover,
.woocommerce a.button.outline:hover,
.woocommerce button.button.outline:hover,
.woocommerce input.button.outline:hover {
  color: #fff;
  background-color: #323a44;
}
.woocommerce #respond input#submit.button-size-md,
.woocommerce a.button.button-size-md,
.woocommerce button.button.button-size-md,
.woocommerce input.button.button-size-md {
  padding: 12px 30px;
  min-width: 200px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  font-size: 1em;
  padding: 13px 50px;
  background-color: #323a44;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #f9412c;
}
.woocommerce .yith-wcwl-add-to-wishlist .button {
  color: #7a7e84;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: transparent;
}
.woocommerce .yith-wcwl-add-to-wishlist .button i {
  transition: 0.5s ease-out;
  color: #f9412c;
  font-size: 17px;
  margin-right: 10px;
}
.woocommerce .yith-wcwl-add-to-wishlist .button:hover {
  color: #fff;
  border-color: #323a44;
  background-color: #323a44;
}
.woocommerce .yith-wcwl-add-to-wishlist .button:hover i {
  color: #fff;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  border: 1px solid #eee;
  background-color: #fff;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
  content: "\f05a";
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 1.1em;
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
  color: #323a44;
  padding: 0;
  margin-top: 3px;
  background: transparent;
}
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover {
  color: #f9412c;
  background: transparent;
}
.woocommerce .woocommerce-message {
  border-top-color: #21b384;
}
.woocommerce .woocommerce-message:before {
  content: "\f199";
  color: #21b384;
}
.woocommerce .woocommerce-info {
  border-color: #eee;
}
.woocommerce .woocommerce-info:before {
  color: #777777;
}
.woocommerce .woocommerce-error {
  border-color: #b81c23;
}
.woocommerce .woocommerce-error:before {
  content: "\f071";
  color: #b81c23;
}
.woocommerce .star-rating {
  font-size: 0.867em;
  margin-top: 0;
}
.woocommerce .woocommerce-product-rating {
  margin-top: 0;
  line-height: 1.1;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin-top: 0;
}
.woocommerce .woocommerce-product-rating a {
  color: #7a7e84;
}
.woocommerce .woocommerce-product-rating a:hover {
  color: #f9412c;
}
.woocommerce .quantity .up,
.woocommerce .quantity .down,
.woocommerce .quantity .qty {
  transition: 0.3s;
  border-radius: 3px;
  height: 48px;
  width: 48px;
  color: #aaa;
  text-align: center;
  line-height: 48px;
  border: 1px solid #ddd;
}
.woocommerce .quantity .up:hover,
.woocommerce .quantity .down:hover,
.woocommerce .quantity .qty:hover,
.woocommerce .quantity .up:focus,
.woocommerce .quantity .down:focus,
.woocommerce .quantity .qty:focus {
  color: #161d27;
  border-color: #aaa;
}
.woocommerce .quantity .up,
.woocommerce .quantity .down {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  background: transparent;
}
.woocommerce .quantity .qty {
  font-weight: 400;
  padding: 0;
  vertical-align: top;
}
.woocommerce span.onsale {
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  min-width: 70px;
  min-height: 30px;
  padding: 0 5px;
  background-color: #f9412c;
  top: 0;
  left: auto;
  right: 15px;
}
.woocommerce div.product div.images div.thumbnails {
  overflow: hidden;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.woocommerce div.product div.images div.thumbnails a {
  display: block;
  float: left;
  padding-left: 7.5px;
  padding-right: 7.5px;
  width: 25%;
}
.woocommerce div.product div.images div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none;
}
.woocommerce div.product div.images div.thumbnails.columns-2 a {
  width: 50%;
}
.woocommerce div.product div.images div.thumbnails.columns-3 a {
  width: 33.33%;
}
.woocommerce div.product div.images div.thumbnails.columns-5 a {
  width: 20%;
}
.woocommerce div.product .product_title {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #777777;
  font-size: 24px;
  font-weight: 400;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 80%;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  color: #f9412c;
  font-weight: 400;
  text-decoration: none;
}
.woocommerce div.product form.cart .button,
.woocommerce div.product p.cart .button {
  border-radius: 3px;
  padding-top: 15px;
  padding-bottom: 16px;
  background-color: #323a44;
}
.woocommerce div.product form.cart .button i,
.woocommerce div.product p.cart .button i {
  color: #f9412c;
  font-size: 17px;
  margin-right: 10px;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product p.cart .button:hover {
  background-color: #f9412c;
}
.woocommerce div.product form.cart .button:hover i,
.woocommerce div.product p.cart .button:hover i {
  color: #fff;
}
.woocommerce div.product form.cart {
  margin-bottom: 50px;
}
.woocommerce div.product form.cart .variations label {
  text-transform: uppercase;
}
.woocommerce div.product form.cart .variations select {
  height: 46px;
}
.woocommerce div.product form.cart table {
  width: 100%;
}
.woocommerce div.product form.cart .group_table td {
  padding: 1em;
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: 60px;
  padding-left: 0;
}
.woocommerce div.product form.cart .group_table td:last-child {
  padding-right: 0;
}
.woocommerce div.product form.cart .group_table td.label {
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
}
.woocommerce div.product form.cart .group_table td.label a {
  color: #323a44;
}
.woocommerce div.product form.cart .group_table td.label a:hover {
  color: #f9412c;
}
.woocommerce div.product form.cart .group_table .amount {
  font-weight: 400;
}
.woocommerce div.product .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce div.product .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist {
  margin-top: -43px;
  margin-bottom: 45px;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.woocommerce div.product .product_meta {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.woocommerce div.product .product_meta span {
  display: block;
}
.woocommerce div.product .product_meta span span {
  display: inline;
  text-transform: none;
  font-weight: 300;
}
.woocommerce div.product .product_meta a {
  color: #7a7e84;
  font-weight: 300;
  text-transform: none;
}
.woocommerce div.product .product_meta a:hover {
  color: #f9412c;
}
.woocommerce div.product .share span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce div.product .share a {
  color: #323a44;
  font-size: 0;
  margin-left: 15px;
}
.woocommerce div.product .share a i {
  font-size: 13px;
}
.woocommerce div.product .share a:hover {
  color: #f9412c;
}
.woocommerce div.product .share .count {
  display: none;
}
.woocommerce div.product .woocommerce-tabs {
  margin-top: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  margin: 0 60px 0 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
  margin-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #7a7e84;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #161d27;
}
.woocommerce div.product .woocommerce-tabs .panel {
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
  letter-spacing: -0.5px;
  line-height: 1.467;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 18px;
}
.woocommerce .upsells,
.woocommerce .related {
  padding: 0;
  margin-top: 75px;
  text-align: center;
}
.woocommerce .upsells h2,
.woocommerce .related h2 {
  font-size: 27px;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0 0 50px;
  border-bottom: 4px double #ddd;
  display: inline-block;
}
.woocommerce .upsells .products,
.woocommerce .related .products {
  text-align: left;
}
.woocommerce ul.products {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}
.woocommerce ul.products li.product {
  margin-bottom: 30px;
}
.woocommerce ul.products li.product:hover .product-header .overlay {
  opacity: 0.2;
}
.woocommerce ul.products li.product:hover .product-header .buttons {
  -ms-transform: translateY(-30px);
      transform: translateY(-30px);
}
.woocommerce ul.products li.product .product-header {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.woocommerce ul.products li.product .product-header .overlay {
  transition: 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  content: "";
}
.woocommerce ul.products li.product .product-header img {
  margin: 0;
}
.woocommerce ul.products li.product .product-header .buttons {
  transition: 0.5s;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.woocommerce ul.products li.product .button {
  border-radius: 3px;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #aaa;
  background-color: #fff;
}
.woocommerce ul.products li.product .button:hover {
  color: #f9412c;
}
.woocommerce ul.products li.product .button.loading i {
  opacity: 0;
}
.woocommerce ul.products li.product .button.loading:after {
  top: 0;
}
.woocommerce ul.products li.product .button.added i {
  display: none;
}
.woocommerce ul.products li.product .button.added:after {
  margin-left: 0;
}
.woocommerce ul.products li.product .button i {
  display: block;
  line-height: 40px;
}
.woocommerce ul.products li.product .added_to_cart {
  display: none;
}
.woocommerce ul.products li.product .onsale {
  right: 15px;
  margin: 0;
  z-index: 10;
}
.woocommerce ul.products li.product .product-info {
  padding: 0;
}
.woocommerce ul.products li.product .product-cats a {
  color: #7a7e84;
}
.woocommerce ul.products li.product .product-cats a:hover {
  color: #f9412c;
}
.woocommerce ul.products li.product h3 {
  padding: 5px 0 0 0;
}
.woocommerce ul.products li.product h3 a {
  color: #161d27;
  text-transform: uppercase;
}
.woocommerce ul.products li.product h3 a:hover {
  color: #f9412c;
}
.woocommerce ul.products li.product .star-rating {
  color: #aaa;
  font-size: 12px;
  margin: 5px 0 0 0;
}
.woocommerce ul.products li.product .star-rating:before {
  color: #d3d3d3;
}
.woocommerce ul.products li.product .price {
  color: #7a7e84;
  font-size: 20px;
  line-height: 1;
  clear: both;
  margin: 0;
  padding: 5px 0 0 0;
}
.woocommerce ul.products li.product .price del {
  font-size: 80%;
  display: inline;
}
.woocommerce ul.products li.product .price ins {
  font-weight: 400;
  text-decoration: none;
}
.woocommerce ul.products li.product.product-view-layout-1 .star-rating,
.woocommerce ul.products li.product.product-view-layout-1 .price {
  float: right;
  text-align: right;
}
.woocommerce ul.products li.product.product-view-layout-1 .price {
  max-width: 50%;
}
.woocommerce ul.products li.product.product-view-layout-1.sale .price {
  font-size: 16px;
  padding-top: 9px;
}
.woocommerce ul.products li.product.product-view-layout-1.sale .price del {
  font-size: 100%;
}
.woocommerce ul.products li.product.product-view-layout-2 .price {
  text-align: right;
  font-size: 15px;
  max-width: 50%;
  float: right;
  padding-top: 2px;
}
.woocommerce ul.products li.product.product-view-layout-2 .price del {
  font-size: 100%;
  display: block;
  margin-bottom: 9px;
}
.woocommerce ul.products li.product.product-view-layout-3 .button {
  float: right;
  border: 1px solid #ddd;
}
.woocommerce ul.products li.product.product-view-layout-3 .price {
  font-size: 15px;
  clear: none;
}
.woocommerce ul.products li.product.product-view-layout-3 .price del {
  font-size: 100%;
}
.woocommerce ul.products li.product.product-view-layout-3 h3,
.woocommerce ul.products li.product.product-view-layout-3 .price {
  margin-right: 50px;
}
.woocommerce ul.products li.product.product-view-layout-4 {
  text-align: center;
}
.woocommerce.shop-view-list ul.products li.product .product-header {
  float: left;
  margin: 0 30px 0 0;
}
.woocommerce.shop-view-list ul.products li.product .product-header:after {
  display: none;
}
.woocommerce.shop-view-list ul.products li.product .onsale {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  right: auto;
  left: 278px;
}
.woocommerce.shop-view-list ul.products li.product h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.woocommerce.shop-view-list ul.products li.product .price {
  clear: none;
  margin-top: 10px;
}
.woocommerce.shop-view-list ul.products li.product div[itemprop="description"] {
  margin: 45px 0 30px;
}
.woocommerce.shop-view-list ul.products li.product .button {
  border: 1px solid #ddd;
}
.woocommerce #reviews #comments {
  margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin: 0 0 30px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child .comment-text:before {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  border-radius: 50%;
  width: 68px;
  padding: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
  margin-left: 83px;
  font-size: 14px;
  position: relative;
  border-color: #e3e3e3;
  min-height: 86px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:before {
  content: "";
  position: absolute;
  top: 75px;
  left: -83px;
  width: 83px;
  border-bottom: 1px solid #e3e3e3;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 14px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  color: #161d27;
}
.woocommerce #review_form #respond h3 {
  font-weight: 400;
  margin-bottom: 25px;
}
.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email,
.woocommerce #review_form #respond .comment-form-rating {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33%;
}
.woocommerce #review_form #respond .comment-form-author:after,
.woocommerce #review_form #respond .comment-form-email:after {
  display: none;
}
.woocommerce #review_form #respond .comment-form-author input,
.woocommerce #review_form #respond .comment-form-email input {
  border-radius: 0;
}
.woocommerce #review_form #respond .comment-form-author {
  padding-left: 0;
}
.woocommerce #review_form #respond .comment-form-rating {
  padding-right: 0;
}
.woocommerce #review_form #respond .comment-form-rating .stars {
  margin: 7px 0 0 0;
}
.woocommerce #review_form #respond .comment-form-comment {
  clear: both;
}
.woocommerce #review_form #respond .form-submit {
  text-align: center;
  padding: 30px 0;
}
.woocommerce #review_form #respond .form-submit input {
  min-width: 215px;
}
.woocommerce p.stars a {
  color: #777777;
}
.woocommerce .woocommerce-result-count {
  color: #161d27;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  margin-top: 10px;
}
.woocommerce .shop-view,
.woocommerce .woocommerce-ordering {
  float: right;
}
.woocommerce .shop-view {
  margin: 0 0 30px 15px;
}
.woocommerce .shop-view a {
  border-radius: 3px;
  color: #aaa;
  line-height: 44px;
  text-align: center;
  width: 46px;
  display: inline-block;
  border: 1px solid #ddd;
  margin-left: 4px;
}
.woocommerce .shop-view a i {
  font-size: 17px;
  line-height: 44px;
}
.woocommerce .shop-view .active {
  color: #161d27;
  border-color: #bbb;
}
.woocommerce .woocommerce-ordering {
  margin: 0;
}
.woocommerce .woocommerce-ordering span {
  color: #161d27;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 46px;
  cursor: pointer;
}
.woocommerce .woocommerce-ordering span i {
  color: #aaa;
  font-size: 10px;
  vertical-align: middle;
  margin-left: 7px;
}
.woocommerce .woocommerce-ordering .nav ul {
  box-shadow: 0 0 3px #ddd;
  width: 220px;
  background-color: #fff;
}
.woocommerce .woocommerce-ordering .nav ul a {
  color: #606060;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px;
}
.woocommerce .woocommerce-ordering .nav ul a:hover {
  color: #161d27;
  background-color: #e3e3e3;
}
.woocommerce a.remove {
  border-radius: 0;
  color: #fff !important;
  font-weight: 300;
  line-height: 1.3em;
  width: 1.3em;
  height: 1.3em;
  background-color: #161d27;
}
.woocommerce a.remove:hover {
  background-color: #f9412c;
}
.woocommerce table.shop_table {
  border-radius: 0;
  border: 0;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 25px 0;
  border-top: 1px solid #eee;
}
.woocommerce table.shop_table thead th {
  color: #161d27;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  font-weight: 400;
}
.woocommerce table.shop_table tfoot tr:last-child th,
.woocommerce table.shop_table tfoot tr:last-child td {
  border-bottom: 1px solid #eee;
}
.woocommerce form .form-row {
  padding: 0;
  margin-bottom: 15px;
}
.woocommerce form .form-row label {
  color: #161d27;
  font-weight: 400;
}
.woocommerce form .form-row .select2-container {
  line-height: 40px;
}
.woocommerce form .form-row .select2-container a {
  border-radius: 0;
  border-color: #ddd;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  float: left;
  width: 50%;
}
.woocommerce form .form-row-first {
  padding-right: 15px;
}
.woocommerce form .form-row-last {
  padding-left: 15px;
}
.woocommerce form input.input-text,
.woocommerce form textarea {
  border-radius: 0;
  padding: 10px;
}
.woocommerce form .checkbox {
  display: inline-block;
}
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  border-radius: 0;
  border-color: #eee;
}
.woocommerce form.login .button,
.woocommerce form.checkout_coupon .button,
.woocommerce form.register .button {
  padding: 13px 50px;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 7px 0;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  color: #161d27;
  text-transform: uppercase;
  padding: 0;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  width: 88px;
}
.woocommerce .widget_product_search form {
  position: relative;
}
.woocommerce .widget_product_search form:after {
  content: "\f002";
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #161d27;
  position: absolute;
  top: 15px;
  right: 13px;
}
.woocommerce .widget_product_search .search-field {
  width: 100%;
  padding: 12px;
}
.woocommerce .widget_product_search input[type=submit] {
  text-indent: -9999px;
  padding: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 10;
  opacity: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  margin-bottom: 20px;
  background-color: #323a44;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  background-color: #f9412c;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 19px;
  height: 19px;
  top: -0.4em;
  background-color: #fff;
  border: 5px solid #f9412c;
}
.woocommerce .widget_price_filter .price_slider_amount {
  font-size: 1em;
  text-align: left;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  color: #161d27;
  font-size: 1em;
  padding: 0;
  margin-top: 11px;
  float: right;
  background-color: transparent;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #f9412c;
}
.woocommerce .product-categories .count {
  float: right;
}
.woocommerce.widget_shopping_cart a.remove,
.woocommerce .widget_shopping_cart a.remove {
  display: none;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
  padding: 7px 0;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  margin-top: 10px;
}
.woocommerce.widget_shopping_cart .total .amount,
.woocommerce .widget_shopping_cart .total .amount {
  color: #f9412c;
  font-weight: 700;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
  margin-bottom: 0;
}
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a {
  color: #161d27;
  padding: 0;
  background-color: transparent;
}
.woocommerce.widget_shopping_cart .buttons a:hover,
.woocommerce .widget_shopping_cart .buttons a:hover {
  color: #f9412c;
}
.woocommerce.widget_shopping_cart .buttons .checkout,
.woocommerce .widget_shopping_cart .buttons .checkout {
  float: right;
}
.woocommerce .tagcloud a {
  color: #777777;
  font-size: 14px !important;
  display: inline-block;
  margin-bottom: 4px;
  padding: 7px 15px;
  border: 1px solid #eee;
}
.woocommerce .tagcloud a:hover {
  color: #fff;
  background-color: #f9412c;
}
.woocommerce-cart h1.entry-title,
.woocommerce-cart .woocommerce h2 {
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce-cart table.cart img {
  width: 70px;
  height: auto;
}
.woocommerce-cart table.cart .product-name a {
  color: #777777;
}
.woocommerce-cart table.cart .product-name a:hover {
  color: #f9412c;
}
.woocommerce-cart table.cart .product-remove {
  width: 68px;
  text-align: center;
}
.woocommerce-cart table.cart .product-remove a.remove {
  display: inline-block;
}
.woocommerce-cart table.cart .product-thumbnail {
  width: 127px;
  padding-left: 30px;
  padding-right: 30px;
}
.woocommerce-cart table.cart td.actions .button {
  float: right;
  padding: 13px 20px;
  min-width: 215px;
}
.woocommerce-cart table.cart td.actions .coupon {
  float: left;
}
.woocommerce-cart table.cart td.actions .coupon label {
  display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  border-radius: 0;
  padding: 10px;
}
.woocommerce-cart table.cart td.actions .coupon .button {
  float: none;
}
.woocommerce-cart table.cart .quantity .up,
.woocommerce-cart table.cart .quantity .down {
  display: none;
}
.woocommerce-cart table.cart .quantity .qty {
  color: #161d27;
  font-weight: 300;
  border-radius: 0;
  width: 31px;
  height: 31px;
  border-width: 1px 0 1px 0;
  background-color: #fcfcfc;
}
.woocommerce-cart .cart-collaterals {
  margin-top: 70px;
  width: 50%;
}
.woocommerce-cart .cart-collaterals .cart_totals .button {
  padding: 13px 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  padding: 10px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  color: #161d27;
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total .amount {
  color: #161d27;
  font-weight: 400;
}
.woocommerce-cart .cart-collaterals .cart_totals table .form-row {
  padding: 0;
  margin-bottom: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table input {
  border-radius: 0;
  padding: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals a.shipping-calculator-button {
  color: #161d27;
  padding-bottom: 5px;
  border-bottom: 1px solid #f9412c;
}
.woocommerce-checkout .col2-set {
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce-checkout .col2-set:before,
.woocommerce-checkout .col2-set:after {
  content: "";
  display: table;
}
.woocommerce-checkout .col2-set:after {
  clear: both;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-checkout .checkout h3 {
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce-checkout .checkout h3 label {
  margin: 0;
}
.woocommerce-checkout .checkout h3#order_review_heading {
  margin-top: 80px;
  margin-bottom: 20px;
}
.woocommerce-checkout .checkout table th,
.woocommerce-checkout .checkout table td {
  padding: 15px 0;
}
.woocommerce-checkout .checkout table tfoot th,
.woocommerce-checkout .checkout table tfoot td,
.woocommerce-checkout .checkout table tfoot strong,
.woocommerce-checkout .checkout table .product-quantity {
  color: #161d27;
  font-weight: 400;
}
.woocommerce-checkout #payment {
  border-radius: 0;
  border: 1px solid #eee;
  margin-top: 80px;
  background-color: transparent;
}
.woocommerce-checkout #payment label {
  color: #161d27;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom-color: #eee;
}
.woocommerce-checkout #payment div.place-order {
  text-align: right;
  margin-bottom: 0;
}
.woocommerce.shopsters-modal div.product .images {
  margin-bottom: 0;
}
.woocommerce.shopsters-modal div.product .images .thumbnails {
  display: none;
}
.woocommerce.shopsters-modal div.product .summary {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 45px;
}
.woocommerce.shopsters-modal div.product .woocommerce-review-link {
  display: none;
}
.woocommerce.shopsters-modal div.product form.cart .variations select {
  display: block;
}
/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.widget {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.widget:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.widget .widget-title {
  color: #161d27;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget ul ul {
  margin-left: 35px;
  margin-top: 5px;
}
.widget li {
  padding: 5px 0;
}
.widget li:before {
  content: "\f178";
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #aaa;
  font-size: 10px;
  vertical-align: middle;
  margin-right: 10px;
}
.widget li a {
  color: #7a7e84;
}
.widget li a:hover {
  color: #f9412c;
}
.widget li li:before {
  display: none;
}
.widget table {
  width: 100%;
}
.widget table caption,
.widget table th,
.widget table td {
  text-align: center;
}
.widget table caption {
  text-transform: uppercase;
}
.widget table tfoot a {
  color: #7a7e84;
  font-weight: 700;
  text-transform: uppercase;
}
.widget table tfoot td {
  padding: 10px 0;
}
.widget table tfoot #prev {
  text-align: left;
}
.widget table tfoot #next {
  text-align: right;
}
.widget_search .search-field {
  width: 100%;
  padding: 12px;
}
.widget_search .search-submit {
  display: none;
}
.widget_rss li:before {
  display: none;
}
.widget_rss li a {
  color: #f9412c;
}
.widget_recent_comments li a {
  color: #f9412c;
}
.widget_tag_cloud a {
  color: #777777;
  font-size: 14px !important;
  display: inline-block;
  margin-bottom: 4px;
  padding: 7px 15px;
  border: 1px solid #eee;
}
.widget_tag_cloud a:hover {
  color: #fff;
  background-color: #f9412c;
}
.fitwp-recent-posts-widget .fitwp-recent-post,
.fitwp-recent-posts-widget .fitwp-popular-post {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.fitwp-recent-posts-widget .fitwp-recent-post:last-child,
.fitwp-recent-posts-widget .fitwp-popular-post:last-child {
  border-bottom: 0;
}
.fitwp-recent-posts-widget .fitwp-thumb {
  float: left;
  width: 60px;
}
.fitwp-recent-posts-widget .fitwp-text {
  margin-left: 75px;
}
.fitwp-recent-posts-widget .fitwp-title {
  display: block;
}
.fitwp-recent-posts-widget .fitwp-date {
  font-size: smaller;
  font-style: italic;
}
.fitwp-tabs-nav {
  margin: 0;
  padding: 0;
  width: 100%;
}
.fitwp-tabs-nav li {
  transition: all 0.3s;
  width: 33.33%;
  margin: 0;
  padding: 0;
  float: left;
  background: #ddd;
}
.fitwp-tabs-nav li.fitwp-active {
  background: #fff;
}
.fitwp-tabs-nav a {
  display: block;
  padding: 5px 10px;
}
.fitwp-tabs-content {
  clear: both;
  border: 0;
  padding: 0;
}
.fitwp-tab {
  display: none;
}
.fitwp-tab.fitwp-active {
  animation: fadeIn 1 1s ease;
  display: block;
}
.fitwp-flickr-photos {
  overflow: hidden;
}
.fitwp-flickr-photos .flickr_badge_image {
  float: left;
  margin: 0 5px 5px 0;
}
.shopsters-meta-widget a {
  display: inline-block;
  margin-left: 30px;
  overflow: hidden;
}
.shopsters-meta-widget a:first-child {
  margin-left: 0;
}
.shopsters-meta-widget a:hover i {
  color: #f9412c;
}
.shopsters-meta-widget i {
  transition: 0.5s;
  color: #aaa;
  font-size: 21px;
  line-height: 30px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #ddd;
  float: left;
}
.shopsters-meta-widget .label,
.shopsters-meta-widget .count {
  text-align: left;
  display: block;
  margin-left: 52px;
}
.shopsters-meta-widget .label {
  color: #323a44;
  text-transform: uppercase;
  line-height: 1;
  padding: 0;
  vertical-align: top;
}
.shopsters-meta-widget .count {
  color: #777;
  font-size: 12px;
  line-height: 1;
  vertical-align: bottom;
  margin-top: 3px;
}
/*--------------------------------------------------------------
8.0 Footer
--------------------------------------------------------------*/
.site-footer .site-info {
  font-size: 13px;
}
.site-footer .site-info > .container {
  position: relative;
  padding-top: 12px;
  padding-bottom: 15px;
}
.site-footer .site-info > .container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  border-top: 1px solid #ddd;
}
.footer-sidebars {
  font-size: 14px;
  padding: 70px 0;
  border-top: 8px solid #161d27;
}
.footer-sidebars a {
  color: #7a7e84;
}
.footer-sidebars a:hover {
  color: #f9412c;
}
.footer-sidebars li:before {
  display: none;
}
.footer-sidebars .widget {
  margin-bottom: 20px;
}
.footer-sidebars .widget:last-child {
  margin-bottom: 0;
}
.footer-sidebars .widget-title {
  font-weight: 400;
  margin-bottom: 15px;
}
.footer-sidebars .tellink {
  color: #161d27;
}
.footer-sidebars .social-icon {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  background-color: #323a44;
}
.footer-sidebars .social-icon i {
  font-size: 13px;
}
.footer-sidebars .social-icon:hover {
  color: #fff;
  background-color: #f9412c;
}
/*--------------------------------------------------------------
9.0 Color Schemes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.0 Responsive
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  .product-carousel.arrows-middle .owl-nav div.owl-prev {
    left: -35px;
  }
  .product-carousel.arrows-middle .owl-nav div.owl-next {
    right: -35px;
  }
  .icon-box .widget_wysija .wysija-paragraph {
    width: 100%;
    margin-bottom: 1em;
  }
  .icon-box .widget_wysija .wysija-submit {
    width: auto;
  }
}
@media (max-width: 991px) {
  .header-with-sidebar .header-container {
    padding-bottom: 30px;
  }
  .site-branding {
    text-align: left;
  }
  .product-carousel.arrows-middle .owl-nav {
    display: none;
  }
  .woocommerce .first {
    clear: none;
  }
  .woocommerce ul.products li.product:nth-child(2n+1) {
    clear: left;
  }
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2 {
    width: 100%;
  }
  .woocommerce.shopsters-modal div.product .summary {
    padding-left: 45px;
  }
  .product-carousel.woocommerce ul.products li.product {
    clear: none;
  }
  .footer-copyright,
  .footer-nav {
    text-align: center;
  }
  .footer-copyright {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .comment-list .comment .children {
    margin-left: 0;
  }
}
@media (max-width: 481px) {
  article.post .cat-links {
    max-width: 50%;
  }
  .social-share a.share-button {
    width: 30%;
    text-align: center;
  }
  .social-share a.share-button.linkedin,
  .social-share a.share-button.google {
    margin-top: 50px;
  }
  .woocommerce div.product .single_add_to_cart_button {
    margin-top: 30px;
  }
  .woocommerce ul.products li.product {
    width: 100%;
  }
  .woocommerce ul.products li.product .product-header {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px !important;
  }
  .woocommerce ul.products li.product .product-header img {
    width: 100%;
    height: auto;
  }
  .woocommerce ul.products li.product .onsale {
    right: 15px !important;
    left: auto !important;
    -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
  }
  .woocommerce ul.products li.product .quick-view.button {
    display: none;
  }
  .woocommerce table.shop_table .product-subtotal {
    display: none;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .woocommerce #review_form #respond .comment-form-author,
  .woocommerce #review_form #respond .comment-form-email,
  .woocommerce #review_form #respond .comment-form-rating {
    width: 100%;
    padding: 0;
  }
  .woocommerce-cart table.cart td.actions {
    text-align: center;
  }
  .woocommerce-cart table.cart td.actions .button {
    float: none;
  }
  .woocommerce-cart table.cart td.actions .coupon {
    margin-bottom: 20px;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    float: none;
    width: 50%;
  }
  .woocommerce-cart table.cart td.actions .coupon .button {
    width: 45%;
    min-width: 0;
  }
  .woocommerce-cart table.cart td.actions input[name=update_cart] {
    width: 100%;
  }
  .woocommerce-cart .cart-collaterals {
    width: 100%;
  }
}