@import "custom.css";
/*---
| COLOR SCHEME
---*/
/*
 * La Boutique - Responsive WooCommerce Template
 * By tfingi  
 * Created: 10. Sept 2013
 */
/* Table of Content
 ==================================================
* BASIC SETUP
* GENERAL ELEMENTS
* LISTS
* TABLES
* IMAGES
* GENERIC THINGS
* FLASH MESSAGE
* BUTTONS
* FORMS
* BOX
* ICONBOX
* PANELS (THESE TO REPLACE ALL BOXES)
* PAYMENT FORM
* MODAL
* TABLES
* AJAX LOADER
* HEADER
* NAVIGATION
* MAIN WRAPPER
* CRUMBS
* CONNECT
* FOOTER
* CREDITS
* CATEGORY
* TAG CLOUD
* PRODUCT LIST
* PRODUCT LIST SMALL
* RATINGS SMALL
* FLEXSLIDER
* CAPTIONS (used with Flex)
* PROMOS
* JCAROUSEL
* HOME / FEATURED
* PRODUCT
* NAV-TABS
* CART
* CHECKOUT
* STATIC PAGE
* SEARCH
* WELL
* OPTIONS PANEL
* HERO UNIT
* GRIDS
* ORDER HISTORY
* LABEL
* ALERTS
* WIDGET
* ADVERTS
* ISOTOPE
* BLOG
* GALLERY
* STORE LOCATOR
* ROW COLLAPSE

*/
/*---
| TYPOGRAPHY
---*/
/*---
| MISC
---*/
/*---
| BASIC SETUP
---*/
::-moz-selection {
  background: #feffc3;
  color: #474948;
}
body {
  overflow-y: scroll;
}
body {
  background-color: #f0f0f0;
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #474948;
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
}
.wrapper {
  background-color: transparent;
  /*
	&.boxed{
		max-width: 1000px;	
		margin: auto;

		.row-fluid{
			max-width: 1000px;
			.transition(width 0.3s ease);
		}
	}*/
}
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
    width: 440px;
  }
}
@media (max-width: 479px) {
  .container {
    padding: 0 10px;
    width: 300px;
  }
}
/*---
| GENERAL ELEMENTS
---*/
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
table,
form,
blockquote,
canvas,
caption,
embed,
fieldset,
figure,
video,
progress,
object,
map,
hr {
  margin: 0 0 20px;
}
q:before {
  content: '"';
}
q:after {
  content: '"';
}
a {
  color: #1abc9c;
  text-decoration: underline;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
}
a:hover,
a:focus {
  color: #148f77;
}
hr {
  border-top: 1px solid #f0f0f0;
  margin: 40px 0;
}
hr.small {
  margin: 20px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: -0.5px;
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 48px;
  line-height: 60px;
}
h2,
.h2 {
  font-size: 42px;
  line-height: 52.5px;
}
h3,
.h3 {
  font-size: 36px;
  line-height: 45px;
}
h4,
.h4 {
  font-size: 30px;
  line-height: 37.5px;
}
h5,
.h5 {
  font-size: 24px;
  line-height: 30px;
}
h6,
.h6 {
  font-size: 18px;
  line-height: 22.5px;
}
code {
  border-bottom: 1px solid #e3e3e3;
  background-color: #f0f0f0;
  color: #606362;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
pre {
  border-bottom: 1px solid #e3e3e3;
  background-color: #f0f0f0;
  color: #606362;
  font-size: 12px;
  padding: 10px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
ol,
ul {
  list-style-position: inside;
}
ol ol,
ul ol,
ol ul,
ul ul {
  margin: 0 0 0px 20px;
}
mark {
  background: none;
}
.larger {
  font-size: 125%;
  font-weight: 300;
  display: inline-block;
}
.smaller {
  font-size: 90%;
  display: inline-block;
}
.lighter {
  font-weight: lighter;
}
.light {
  font-weight: 300;
}
.thin {
  font-weight: 200;
}
.normal {
  font-weight: normal;
}
.bolder {
  font-weight: bolder;
}
.bold {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.mb_0 {
  margin-bottom: 0;
}
.mt_0 {
  margin-top: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*---
| LISTS
---*/
.list {
  list-style-position: inside;
}
.list .list {
  padding-left: 40px;
}
.list-disc {
  list-style-type: disc;
}
.list-square {
  list-style-type: square;
}
.list-border {
  list-style: none;
}
.list-border li {
  border-left: 5px solid #1abc9c;
  padding-left: 10px;
  margin-bottom: 5px;
}
.list-chevron {
  list-style: none;
}
.list-chevron li:before {
  content: "\f105";
  color: #1abc9c;
  font-family: FontAwesome;
  margin-right: 5px;
}
.list-none {
  list-style-type: none;
}
.columns1 {
  -webkit-columns: 20px 1;
  -moz-columns: 20px 1;
  columns: 20px 1;
}
.columns2 {
  -webkit-columns: 20px 2;
  -moz-columns: 20px 2;
  columns: 20px 2;
}
.columns3 {
  -webkit-columns: 20px 3;
  -moz-columns: 20px 3;
  columns: 20px 3;
}
.columns4 {
  -webkit-columns: 20px 4;
  -moz-columns: 20px 4;
  columns: 20px 4;
}
@media (max-width: 767px) {
  .columns1,
  .columns2,
  .columns3,
  .columns4 {
    -webkit-columns: 20px 1;
    -moz-columns: 20px 1;
    columns: 20px 1;
  }
}
/*---
| TABLES
---*/
.table-striped tbody > tr:nth-child(2n+1) > td,
.table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #f0f0f0;
}
.table-bordered {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered thead:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 2px;
  -moz-background-clip: padding;
  border-top-left-radius: 2px;
  background-clip: padding-box;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered thead:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 2px;
  -moz-background-clip: padding;
  border-top-right-radius: 2px;
  background-clip: padding-box;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered thead:last-child tr:last-child > td:first-child tbody:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 2px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 2px;
  background-clip: padding-box;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered thead:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 2px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 2px;
  background-clip: padding-box;
}
.table-hover tbody tr:hover > th,
.table-hover tbody tr:hover > td {
  background-color: #1abc9c;
  color: #ffffff;
}
/*---
| IMAGES
---*/
.img-rounded {
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.img-circle {
  -webkit-border-radius: 9999px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9999px;
  -moz-background-clip: padding;
  border-radius: 9999px;
  background-clip: padding-box;
}
.img-polaroid {
  border: 1px solid #d7d7d7;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
/*---
| GENERIC THINGS
---*/
.entry-meta .tag-links a {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 3px;
  padding-left: 7px;
  padding-right: 7px;
  background-color: #f9f9f9;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  text-decoration: none;
  color: #474948;
  font-size: 11px;
}
.entry-meta .tag-links a:before {
  font-family: fontAwesome;
  margin-right: 5px;
  font-weight: normal;
  content: "\f02b";
}
.entry-meta .tag-links a:hover {
  color: #ffffff;
  background-color: #1abc9c;
}
.page-links {
  display: inline-block;
  border-right: 1px solid #f0f0f0;
  /*zoom: 1;*/
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  overflow: hidden;
}
.page-links:before {
  content: '';
  display: block;
}
.page-links:after {
  content: '';
  display: table;
  clear: both;
}
.page-links > span,
.page-links > a {
  display: inline-block;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #f0f0f0;
  border-right: 0px;
  vertical-align: middle;
  float: left;
  text-decoration: none;
}
.page-links a:hover {
  background-color: #f9f9f9;
}
.page-links > span:not(.page-links-title) {
  background-color: #1abc9c;
  color: #ffffff;
  border-left: 1px solid #1abc9c;
}
.script {
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  font-size: 150%;
}
.price-list {
  margin-bottom: -20px;
}
.price-list li {
  margin: 0 -20px;
  padding: 0 20px;
  border-bottom: 1px dotted #f0f0f0;
  padding-top: 15px;
  padding-bottom: 15px;
  list-style: none;
  font-size: 13px;
  position: relative;
}
.price-list li strong {
  position: absolute;
  right: 20px;
}
.price-list li em {
  display: block;
  margin-top: 10px;
}
.price-list li.important {
  font-size: 14px;
  color: #1abc9c;
}
/*---
| FLASH MESSAGE
---*/
.flash {
  background-color: #1abc9c;
  font-size: 12px;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}
.flash a.remove {
  display: block;
  width: 14px;
  height: 14px;
  text-align: center;
  color: rgba(71, 73, 72, 0.6);
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: 4px;
  right: 4px;
}
.flash a.remove:hover {
  color: rgba(71, 73, 72, 0.8);
}
.flash.error {
  background-color: #c24227;
}
/*---
| BUTTONS
---*/
.wpb_button,
.btn {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
}
.wpb_button:hover,
.btn:hover,
.wpb_button:focus,
.btn:focus,
.wpb_button:active,
.btn:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.wpb_button:focus,
.btn:focus,
.wpb_button:active,
.btn:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
}
.btn[disabled],
.btn.disabled {
  color: #ffffff;
  background-color: #f0f0f0;
  cursor: no-drop;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn[disabled]:hover,
.btn.disabled:hover,
.btn[disabled]:focus,
.btn.disabled:focus,
.btn[disabled]:active,
.btn.disabled:active {
  background-color: #f0f0f0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wpb_btn-primary,
.btn-primary {
  background-color: #1abc9c;
}
.wpb_btn-primary:hover,
.btn-primary:hover,
.wpb_btn-primary:focus,
.btn-primary:focus,
.wpb_btn-primary:active,
.btn-primary:active {
  background-color: #17a689;
}
.wpb_btn-turquoise,
.btn-turquoise {
  background-color: #1abc9c;
}
.wpb_btn-turquoise:hover,
.btn-turquoise:hover,
.wpb_btn-turquoise:focus,
.btn-turquoise:focus,
.wpb_btn-turquoise:active,
.btn-turquoise:active {
  background-color: #17a689;
}
.wpb_btn-greensea,
.btn-greensea {
  background-color: #16a085;
}
.wpb_btn-greensea:hover,
.btn-greensea:hover,
.wpb_btn-greensea:focus,
.btn-greensea:focus,
.wpb_btn-greensea:active,
.btn-greensea:active {
  background-color: #138a72;
}
.wpb_btn-emerland,
.btn-emerland {
  background-color: #2ecc71;
}
.wpb_btn-emerland:hover,
.btn-emerland:hover,
.wpb_btn-emerland:focus,
.btn-emerland:focus,
.wpb_btn-emerland:active,
.btn-emerland:active {
  background-color: #29b765;
}
.wpb_btn-nephritis,
.btn-nephritis {
  background-color: #27ae60;
}
.wpb_btn-nephritis:hover,
.btn-nephritis:hover,
.wpb_btn-nephritis:focus,
.btn-nephritis:focus,
.wpb_btn-nephritis:active,
.btn-nephritis:active {
  background-color: #229955;
}
.wpb_btn-peterriver,
.btn-peterriver {
  background-color: #3498db;
}
.wpb_btn-peterriver:hover,
.btn-peterriver:hover,
.wpb_btn-peterriver:focus,
.btn-peterriver:focus,
.wpb_btn-peterriver:active,
.btn-peterriver:active {
  background-color: #258cd1;
}
.wpb_btn-belizehole,
.btn-belizehole {
  background-color: #2980b9;
}
.wpb_btn-belizehole:hover,
.btn-belizehole:hover,
.wpb_btn-belizehole:focus,
.btn-belizehole:focus,
.wpb_btn-belizehole:active,
.btn-belizehole:active {
  background-color: #2472a4;
}
.wpb_btn-amethyst,
.btn-amethyst {
  background-color: #9b59b6;
}
.wpb_btn-amethyst:hover,
.btn-amethyst:hover,
.wpb_btn-amethyst:focus,
.btn-amethyst:focus,
.wpb_btn-amethyst:active,
.btn-amethyst:active {
  background-color: #8f4bab;
}
.wpb_btn-wisteria,
.btn-wisteria {
  background-color: #8e44ad;
}
.wpb_btn-wisteria:hover,
.btn-wisteria:hover,
.wpb_btn-wisteria:focus,
.btn-wisteria:focus,
.wpb_btn-wisteria:active,
.btn-wisteria:active {
  background-color: #7f3d9b;
}
.wpb_btn-wetasphalt,
.btn-wetasphalt {
  background-color: #34495e;
}
.wpb_btn-wetasphalt:hover,
.btn-wetasphalt:hover,
.wpb_btn-wetasphalt:focus,
.btn-wetasphalt:focus,
.wpb_btn-wetasphalt:active,
.btn-wetasphalt:active {
  background-color: #2b3c4e;
}
.wpb_btn-midnightblue,
.btn-midnightblue {
  background-color: #2c3e50;
}
.wpb_btn-midnightblue:hover,
.btn-midnightblue:hover,
.wpb_btn-midnightblue:focus,
.btn-midnightblue:focus,
.wpb_btn-midnightblue:active,
.btn-midnightblue:active {
  background-color: #233140;
}
.wpb_btn-sunflower,
.btn-sunflower {
  background-color: #f1c40f;
}
.wpb_btn-sunflower:hover,
.btn-sunflower:hover,
.wpb_btn-sunflower:focus,
.btn-sunflower:focus,
.wpb_btn-sunflower:active,
.btn-sunflower:active {
  background-color: #dab10d;
}
.wpb_btn-orange,
.btn-orange {
  background-color: #f39c12;
}
.wpb_btn-orange:hover,
.btn-orange:hover,
.wpb_btn-orange:focus,
.btn-orange:focus,
.wpb_btn-orange:active,
.btn-orange:active {
  background-color: #e08e0b;
}
.wpb_btn-carrot,
.btn-carrot {
  background-color: #e67e22;
}
.wpb_btn-carrot:hover,
.btn-carrot:hover,
.wpb_btn-carrot:focus,
.btn-carrot:focus,
.wpb_btn-carrot:active,
.btn-carrot:active {
  background-color: #d67118;
}
.wpb_btn-pumpkin,
.btn-pumpkin {
  background-color: #d35400;
}
.wpb_btn-pumpkin:hover,
.btn-pumpkin:hover,
.wpb_btn-pumpkin:focus,
.btn-pumpkin:focus,
.wpb_btn-pumpkin:active,
.btn-pumpkin:active {
  background-color: #ba4a00;
}
.wpb_btn-alizarin,
.btn-alizarin {
  background-color: #e74c3c;
}
.wpb_btn-alizarin:hover,
.btn-alizarin:hover,
.wpb_btn-alizarin:focus,
.btn-alizarin:focus,
.wpb_btn-alizarin:active,
.btn-alizarin:active {
  background-color: #e43725;
}
.wpb_btn-pomegranate,
.btn-pomegranate {
  background-color: #c0392b;
}
.wpb_btn-pomegranate:hover,
.btn-pomegranate:hover,
.wpb_btn-pomegranate:focus,
.btn-pomegranate:focus,
.wpb_btn-pomegranate:active,
.btn-pomegranate:active {
  background-color: #ab3326;
}
.btn-facebook {
  background-color: #3B5998;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
  background-color: #344e86;
}
.btn-twitter {
  background-color: #1ab2e8;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
  background-color: #15a1d3;
}
.btn-googleplus {
  background-color: #dd4a38;
}
.btn-googleplus:hover,
.btn-googleplus:focus,
.btn-googleplus:active {
  background-color: #d73825;
}
.btn-pinterest {
  background-color: #ce2127;
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active {
  background-color: #b81d23;
}
.btn {
  padding: 12px 20px;
}
.btn-large {
  padding: 16px 24px;
}
.btn-small {
  padding: 8px 16px;
}
.btn-mini {
  padding: 4px 12px;
}
.input-append .btn,
.input-prepend .btn,
.input-append .btn:last-child,
.input-prepend .btn:first-child {
  padding: 4px 20px;
  border: 1px solid #cacaca;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
}
@media (max-width: 479px) {
  .mm20 {
    margin-top: 20px;
  }
}
/*---
| FORMS
---*/
form {
  margin-bottom: 0;
}
label {
  font-size: 12px;
  margin-bottom: 2px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-color: #cacaca;
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  background-color: #f6f6f6;
  border-color: #cacaca;
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
}
textarea {
  min-height: 60px !important;
  max-height: 240px !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
.control-group {
  margin-bottom: 10px;
}
.vc_progress_bar .vc_single_bar .vc_label {
  text-indent: -9999px;
  text-align: left;
  padding: 0px !important;
}
.vc_progress_bar .vc_single_bar.brand_color .vc_bar {
  background: #1abc9c;
}
.wpb_single_image.img-polaroid {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  padding: 0px;
  border: 0px;
}
.wpb_single_image.img-polaroid img {
  border: 1px solid #d7d7d7;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.wpb_single_image.img-rounded {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.wpb_single_image.img-rounded img {
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.wpb_single_image.img-circle {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.wpb_single_image.img-circle img {
  -webkit-border-radius: 9999px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9999px;
  -moz-background-clip: padding;
  border-radius: 9999px;
  background-clip: padding-box;
}
/*---
| FORM CUSTOMISATIONS
---*/
.edit_account p,
.edit_address p {
  margin: 0px;
  padding: 0px;
}
.edit_account select,
.edit_address select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 30px;
}
.edit_account textarea,
.edit_address textarea,
.edit_account input[type="password"],
.edit_address input[type="password"],
.edit_account input[type="text"],
.edit_address input[type="text"],
.edit_account input[type="email"],
.edit_address input[type="email"] {
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.edit_account .required,
.edit_address .required {
  color: #1abc9c;
  border-bottom: 0px;
}
@media (max-width: 767px) {
  .addresses .edit {
    margin-bottom: 20px;
  }
}
.entry-content {
  /*woocommerce shortcodes support*/
}
.entry-content .container {
  width: auto;
}
.entry-content .container .row,
.entry-content .container .row-fluid {
  margin: 0px;
}
.entry-content .container .row .span12,
.entry-content .container .row-fluid .span12,
.entry-content .container .row .span6.offset3,
.entry-content .container .row-fluid .span6.offset3 {
  margin: 0px;
  padding: 0px;
  width: auto;
  float: none;
}
.entry-content .container .box {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.entry-content .container .box .hgroup,
.entry-content .container .box .title,
.entry-content .container .box .box-header {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.entry-content object,
.entry-content embed,
.entry-content iframe {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.entry-content input[type="button"] {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  padding: 12px 20px;
}
.entry-content input[type="button"]:hover,
.entry-content input[type="button"]:focus,
.entry-content input[type="button"]:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.entry-content input[type="button"]:focus,
.entry-content input[type="button"]:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
}
.entry-content input[type="submit"] {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  padding: 12px 20px;
  background-color: #1abc9c;
}
.entry-content input[type="submit"]:hover,
.entry-content input[type="submit"]:focus,
.entry-content input[type="submit"]:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.entry-content input[type="submit"]:focus,
.entry-content input[type="submit"]:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
}
.entry-content input[type="submit"]:hover,
.entry-content input[type="submit"]:focus,
.entry-content input[type="submit"]:active {
  background-color: #17a689;
}
.entry-content .product {
  padding: 10px !important;
  overflow: hidden;
  height: auto;
  background-color: #fbfbf9;
  border-width: 0px !important;
}
.entry-content .product .button,
.entry-content .product .add_to_cart_button {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  padding: 12px 20px;
  display: inline-block;
}
.entry-content .product .button:hover,
.entry-content .product .add_to_cart_button:hover,
.entry-content .product .button:focus,
.entry-content .product .add_to_cart_button:focus,
.entry-content .product .button:active,
.entry-content .product .add_to_cart_button:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.entry-content .product .button:focus,
.entry-content .product .add_to_cart_button:focus,
.entry-content .product .button:active,
.entry-content .product .add_to_cart_button:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
}
.entry-content .product .button.add_to_cart_button,
.entry-content .product .add_to_cart_button.add_to_cart_button {
  background-color: #1abc9c;
}
.entry-content .product .button.add_to_cart_button:hover,
.entry-content .product .add_to_cart_button.add_to_cart_button:hover,
.entry-content .product .button.add_to_cart_button:focus,
.entry-content .product .add_to_cart_button.add_to_cart_button:focus,
.entry-content .product .button.add_to_cart_button:active,
.entry-content .product .add_to_cart_button.add_to_cart_button:active {
  background-color: #17a689;
}
.entry-content .product .amount {
  float: right;
  font-weight: 700;
}
.entry-content .product-list li {
  width: 235px;
}
/*---
| ICONBOX
---*/
.iconbox {
  display: inline-block;
  text-align: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
}
.iconbox:hover {
  text-decoration: none;
}
.iconbox.border,
.iconbox.plain {
  padding: 10px;
}
.iconbox.border {
  border: 2px solid #1abc9c;
}
.iconbox.round {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.iconbox.radius {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.iconbox.icon-large .icon,
.iconbox.icon-2x .icon,
.iconbox.icon-3x .icon,
.iconbox.icon-4x .icon,
.iconbox.icon-5x .icon {
  vertical-align: middle;
}
.iconbox.icon-large .icon:before {
  line-height: 18px;
}
.iconbox.icon-2x {
  width: 32px;
  height: 32px;
}
.iconbox.icon-2x .icon:before {
  line-height: 36px;
}
.iconbox.icon-3x {
  width: 48px;
  height: 48px;
}
.iconbox.icon-3x .icon:before {
  line-height: 52px;
}
.iconbox.icon-4x {
  width: 64px;
  height: 64px;
}
.iconbox.icon-4x .icon:before {
  line-height: 68px;
}
.iconbox.icon-5x {
  width: 80px;
  height: 80px;
}
.iconbox.icon-5x .icon:before {
  line-height: 84px;
}
.iconbox.align_left {
  float: left;
}
.iconbox.align_right {
  float: right;
}
.iconbox.align_center {
  margin: auto;
  display: block;
}
.iconbox .icon {
  height: auto;
  width: auto;
  line-height: normal;
  /*color: @accent;*/
  margin: auto;
}
.iconbox.icon-only.plain,
.iconbox.icon-only.border {
  background: none;
  border: 0px;
}
.iconbox.plain {
  background-color: #1abc9c;
}
.iconbox.plain .icon {
  color: #ffffff;
}
/*---
| BOX
---*/
.hgroup.title {
  margin: 0 -20px;
  padding: 0 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.hgroup.title h1,
.hgroup.title h2,
.hgroup.title h3,
.hgroup.title h4,
.hgroup.title h5,
.hgroup.title h6 {
  font-size: 14px;
  line-height: 21px;
  color: #939694;
  font-weight: 400;
  margin: 0;
}
.hgroup.title h1:first-child,
.hgroup.title h2:first-child,
.hgroup.title h3:first-child,
.hgroup.title h4:first-child,
.hgroup.title h5:first-child,
.hgroup.title h6:first-child {
  font-size: 16px;
  line-height: 24px;
  color: #474948;
  font-weight: 700;
}
.box {
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 20px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  /*&.box-content{
		margin-bottom: 0px;
	}*/
}
.box .box-header {
  margin: 0 -20px;
  padding: 0 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.box .box-header h3 {
  font-size: 16px;
  line-height: 24px;
  color: #474948;
  font-weight: 700;
  margin: 0;
}
.box .box-header h5 {
  font-size: 14px;
  line-height: 21px;
  color: #939694;
  font-weight: 400;
  margin: 0;
}
.box .box-image {
  margin: -20px -20px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.box .box-image a,
.box .box-image img {
  display: block;
}
.box .box-image img {
  margin: auto;
}
.box .box-body,
.box .box-content {
  margin-top: 20px;
}
.box .box-body > *:last-child,
.box .box-content > *:last-child {
  margin-bottom: 0;
}
.box .box-body .price-list,
.box .box-content .price-list {
  margin: -20px;
}
.box .box-body .price-list li,
.box .box-content .price-list li {
  margin: 0;
}
.box .form-submit,
.box .box-footer {
  /*zoom: 1;*/
  clear: both;
  margin: 20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}
.box .form-submit:before,
.box .box-footer:before {
  content: '';
  display: block;
}
.box .form-submit:after,
.box .box-footer:after {
  content: '';
  display: table;
  clear: both;
}
.box .form-submit a,
.box .box-footer a {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  padding: 12px 20px;
  padding: 8px 16px;
}
.box .form-submit a:hover,
.box .box-footer a:hover,
.box .form-submit a:focus,
.box .box-footer a:focus,
.box .form-submit a:active,
.box .box-footer a:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.box .form-submit a:focus,
.box .box-footer a:focus,
.box .form-submit a:active,
.box .box-footer a:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
}
.box .form-submit a[rel="prev"],
.box .box-footer a[rel="prev"] {
  float: left;
}
.box .form-submit a[rel="prev"]:before,
.box .box-footer a[rel="prev"]:before {
  font-family: fontAwesome;
  margin-right: 10px;
  content: "\f053";
  font-weight: normal;
}
.box .form-submit a[rel="next"],
.box .box-footer a[rel="next"] {
  float: right;
}
.box .form-submit a[rel="next"]:after,
.box .box-footer a[rel="next"]:after {
  font-family: fontAwesome;
  margin-left: 10px;
  content: "\f054";
  font-weight: normal;
}
.box .form-submit .pull-right .btn.btn-small:after,
.box .box-footer .pull-right .btn.btn-small:after {
  font-family: fontAwesome;
  margin-left: 10px;
  content: "\f054";
  font-weight: normal;
}
.box .box-header + .box-footer {
  border-top: none;
  margin-top: 0;
}
.box .box-content.highlight {
  margin: 0 -20px;
  padding: 0 20px;
  padding: 20px;
  background-color: #f9f9f9;
  margin-bottom: -20px;
}
.box .form-submit input[type="submit"] {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  padding: 12px 20px;
  background-color: #1abc9c;
}
.box .form-submit input[type="submit"]:hover,
.box .form-submit input[type="submit"]:focus,
.box .form-submit input[type="submit"]:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.box .form-submit input[type="submit"]:focus,
.box .form-submit input[type="submit"]:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
}
.box .form-submit input[type="submit"]:hover,
.box .form-submit input[type="submit"]:focus,
.box .form-submit input[type="submit"]:active {
  background-color: #17a689;
}
.box .buttons {
  /*zoom: 1;*/
  margin: 20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}
.box .buttons:before {
  content: '';
  display: block;
}
.box .buttons:after {
  content: '';
  display: table;
  clear: both;
}
.box .hgroup.title + .buttons {
  border-top: none;
  margin-top: 0;
}
.box .entry-thumbnail {
  margin-bottom: 20px;
}
.box .entry-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.box.border-top {
  border-top: 5px solid #1abc9c;
}
.box.border-right {
  border-right: 5px solid #1abc9c;
}
.box.border-bottom {
  border-bottom: 5px solid #1abc9c;
}
.box.border-left {
  border-left: 5px solid #1abc9c;
}
.extend {
  margin: 0 -20px;
  padding: 0 20px;
}
/*---
| PAGING
---*/
#content .navigation,
.paging-navigation {
  overflow: hidden;
  height: auto;
}
#content .navigation .nav-previous,
.paging-navigation .nav-previous {
  float: right;
}
#content .navigation a,
.paging-navigation a {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  padding: 12px 20px;
  display: inline-block;
  text-align: center;
  clear: both;
  margin-bottom: 5px;
}
#content .navigation a:hover,
.paging-navigation a:hover,
#content .navigation a:focus,
.paging-navigation a:focus,
#content .navigation a:active,
.paging-navigation a:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
#content .navigation a:focus,
.paging-navigation a:focus,
#content .navigation a:active,
.paging-navigation a:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
}
#content .navigation {
  margin-bottom: 40px;
}
.paging-navigation .nav-next {
  display: none;
}
.paging-navigation .nav-previous {
  float: none;
}
.paging-navigation a {
  margin-bottom: 0px;
  display: block;
}
.paging-navigation a:after {
  font-family: fontAwesome;
  font-weight: normal;
  content: "\f110";
  margin-left: 10px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation: 1s linear 0s normal none infinite spin;
  -moz-animation: 1s linear 0s normal none infinite spin;
  -o-animation: 1s linear 0s normal none infinite spin;
  animation: 1s linear 0s normal none infinite spin;
}
.paging-navigation a.loading:after {
  zoom: 1;
  filter: alpha(opacity=10000);
  -webkit-opacity: 100;
  -moz-opacity: 100;
  opacity: 100;
}
/*---
| PANELS (THESE TO REPLACE ALL BOXES)
---*/
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 20px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
}
.panel .panel-content {
  margin: -20px;
  padding: 20px;
}
.panel.border-top {
  border-top: 5px solid #1abc9c;
}
.panel.border-right {
  border-right: 5px solid #1abc9c;
}
.panel.border-bottom {
  border-bottom: 5px solid #1abc9c;
}
.panel.border-left {
  border-left: 5px solid #1abc9c;
}
.panel-navigation {
  list-style: none;
  margin: -20px 0;
  font-size: 12px;
}
.panel-navigation .panel-navigation {
  margin: 0;
}
.panel-navigation a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 -20px;
  color: #474948;
  text-decoration: none;
  position: relative;
}
.panel-navigation a:hover {
  background-color: #1abc9c;
  color: #ffffff;
  border-color: #1abc9c;
}
.panel-navigation a:hover .toggle {
  color: #1abc9c;
  background-color: #ffffff;
}
.panel-navigation.primary > li > a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.panel-navigation.primary .toggle {
  margin-top: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  position: absolute;
  right: 20px;
  background-color: #d7d7d7;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
/*---
| PAYMENT FORM
---*/
.payment-form > div {
  margin-top: 20px;
}
.payment-form ul.form {
  list-style: none;
}
.payment-form ul.form > li {
  margin-bottom: 20px;
}
/*---
| MODAL
---*/
.modal {
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.5);
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.modal .modal-header {
  padding: 20px;
}
.modal .modal-header .hgroup.title {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.modal .modal-header button {
  margin: 0;
}
.modal .modal-body {
  padding: 20px;
}
.modal .modal-footer {
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #f9f9f9;
  text-align: left;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal .modal-head + modal-footer {
  border-top: none;
}
.modal-backdrop {
  background-color: #474948;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/*---
| TABLES
---*/
.table-responsive {
  overflow: auto;
}
.shop_table,
.styled-table {
  width: 100%;
  margin-bottom: 20px;
}
.shop_table.order_details th,
.styled-table.order_details th,
.shop_table.customer_details th,
.styled-table.customer_details th {
  width: 30%;
}
.shop_table.order_details td,
.styled-table.order_details td,
.shop_table.customer_details td,
.styled-table.customer_details td {
  width: 70%;
}
.shop_table thead th,
.styled-table thead th,
.shop_table thead td,
.styled-table thead td {
  font-size: 12px;
  color: #474948;
  border-bottom: 1px solid #d7d7d7;
  text-transform: uppercase;
}
.shop_table thead th,
.styled-table thead th {
  font-weight: 600;
}
.shop_table thead td,
.styled-table thead td {
  font-weight: 400;
}
.shop_table tbody th,
.styled-table tbody th,
.shop_table tbody td,
.styled-table tbody td {
  border-bottom: 1px solid #f0f0f0;
}
.shop_table thead th,
.styled-table thead th,
.shop_table tbody th,
.styled-table tbody th,
.shop_table thead td,
.styled-table thead td,
.shop_table tbody td,
.styled-table tbody td {
  text-align: left;
  padding: 10px;
  vertical-align: top;
}
.shop_table thead th:first-child,
.styled-table thead th:first-child,
.shop_table tbody th:first-child,
.styled-table tbody th:first-child,
.shop_table thead td:first-child,
.styled-table thead td:first-child,
.shop_table tbody td:first-child,
.styled-table tbody td:first-child {
  padding-left: 0;
}
.shop_table thead th:last-child,
.styled-table thead th:last-child,
.shop_table tbody th:last-child,
.styled-table tbody th:last-child,
.shop_table thead td:last-child,
.styled-table thead td:last-child,
.shop_table tbody td:last-child,
.styled-table tbody td:last-child {
  padding-right: 0;
}
.shop_table thead th.text-left,
.styled-table thead th.text-left,
.shop_table tbody th.text-left,
.styled-table tbody th.text-left,
.shop_table thead td.text-left,
.styled-table thead td.text-left,
.shop_table tbody td.text-left,
.styled-table tbody td.text-left {
  text-align: left;
}
.shop_table thead th.text-center,
.styled-table thead th.text-center,
.shop_table tbody th.text-center,
.styled-table tbody th.text-center,
.shop_table thead td.text-center,
.styled-table thead td.text-center,
.shop_table tbody td.text-center,
.styled-table tbody td.text-center {
  text-align: center;
}
.shop_table thead th.text-right,
.styled-table thead th.text-right,
.shop_table tbody th.text-right,
.styled-table tbody th.text-right,
.shop_table thead td.text-right,
.styled-table thead td.text-right,
.shop_table tbody td.text-right,
.styled-table tbody td.text-right {
  text-align: right;
}
/*---
| HELPERS
---*/
/*---
| AJAX LOADER
---*/
.ajax_loading_indicator {
  position: fixed;
  background: url('../../images/loader.gif') center center no-repeat rgba(71, 73, 72, 0.5);
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-right: -50px;
  z-index: 1000;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.ajax_loading_indicator > span {
  display: none;
}
/*=====
	
	HEADER

=====*/
.header {
  position: relative;
  z-index: 250;
}
.header a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  font-size: 13px;
}
.header #lang_sel,
#lang_sel {
  border: 0px;
  height: auto;
}
.header #lang_sel ul,
#lang_sel ul {
  border: 0px;
  display: block;
  padding: 0px;
  margin: 0px;
}
.header #lang_sel ul > li,
#lang_sel ul > li {
  list-style: none;
  padding: 0px !important;
  margin: 0px !important;
  width: auto;
  float: left;
  position: relative;
}
.header #lang_sel ul > li > a,
#lang_sel ul > li > a,
.header #lang_sel ul > li > a:visited,
#lang_sel ul > li > a:visited {
  padding: 3px;
  padding-left: 0px;
  border: 0px;
  background: none;
  color: #ffffff;
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.header #lang_sel ul > li > a span,
#lang_sel ul > li > a span,
.header #lang_sel ul > li > a:visited span,
#lang_sel ul > li > a:visited span {
  display: inline-block;
}
.header #lang_sel ul > li > a img,
#lang_sel ul > li > a img,
.header #lang_sel ul > li > a:visited img,
#lang_sel ul > li > a:visited img {
  margin-right: 3px;
  display: inline-block;
  margin-top: -3px;
}
.header #lang_sel ul > li > a:hover,
#lang_sel ul > li > a:hover,
.header #lang_sel ul > li > a:visited:hover,
#lang_sel ul > li > a:visited:hover {
  color: #c7c8c8;
}
.header #lang_sel ul > li ul,
#lang_sel ul > li ul {
  position: absolute;
  border-top: 5px solid #1abc9c;
  background-color: #ffffff;
  height: auto;
  margin: 0;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  z-index: 1000;
  top: 30px;
  min-width: 200px;
}
.header #lang_sel ul > li ul li,
#lang_sel ul > li ul li {
  border: 0px;
  float: none;
}
.header #lang_sel ul > li ul li a,
#lang_sel ul > li ul li a {
  padding: 15px 20px;
  border: 0px;
  border-top: 1px solid #f0f0f0;
  color: #474948;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-weight: normal;
  font-size: 12px;
}
.header #lang_sel ul > li ul li a:first-child,
#lang_sel ul > li ul li a:first-child {
  border-top: 0px;
}
.header #lang_sel ul > li ul li a:hover,
#lang_sel ul > li ul li a:hover {
  color: #ffffff;
  background-color: #1abc9c;
}
.header .top {
  position: relative;
  z-index: 10;
  background-color: #474948;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  color: #ffffff;
}
.header .top p,
.header .top ul {
  margin-bottom: 0;
}
.header .top a {
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  color: #ffffff;
}
.header .top a:hover {
  text-decoration: none;
  color: #c7c8c8;
}
.header .top #lang_sel_list.lang_sel_list_vertical,
.header .top #lang_sel_list.lang_sel_list_horizontal {
  border: 0px;
  position: static;
  height: auto;
  width: auto;
}
.header .top #lang_sel_list.lang_sel_list_vertical ul,
.header .top #lang_sel_list.lang_sel_list_horizontal ul {
  border: 0px;
}
.header .top #lang_sel_list.lang_sel_list_vertical ul li,
.header .top #lang_sel_list.lang_sel_list_horizontal ul li {
  width: auto;
  padding: 0px;
  list-style: none;
  float: left;
}
.header .top #lang_sel_list.lang_sel_list_vertical ul li:before,
.header .top #lang_sel_list.lang_sel_list_horizontal ul li:before,
.header .top #lang_sel_list.lang_sel_list_vertical ul li:after,
.header .top #lang_sel_list.lang_sel_list_horizontal ul li:after {
  display: none;
}
.header .top #lang_sel_list.lang_sel_list_vertical ul li a,
.header .top #lang_sel_list.lang_sel_list_horizontal ul li a,
.header .top #lang_sel_list.lang_sel_list_vertical ul li a:visited,
.header .top #lang_sel_list.lang_sel_list_horizontal ul li a:visited {
  padding: 10px;
  padding-right: 20px;
  padding-left: 0px;
  border: 0px;
  display: inline-block;
  font-size: 12px;
  background: none;
  color: #ffffff;
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 11px;
}
.header .top #lang_sel_list.lang_sel_list_vertical ul li a span,
.header .top #lang_sel_list.lang_sel_list_horizontal ul li a span,
.header .top #lang_sel_list.lang_sel_list_vertical ul li a:visited span,
.header .top #lang_sel_list.lang_sel_list_horizontal ul li a:visited span {
  display: inline-block;
}
.header .top #lang_sel_list.lang_sel_list_vertical ul li a img,
.header .top #lang_sel_list.lang_sel_list_horizontal ul li a img,
.header .top #lang_sel_list.lang_sel_list_vertical ul li a:visited img,
.header .top #lang_sel_list.lang_sel_list_horizontal ul li a:visited img {
  margin-right: 3px;
  display: inline-block;
  margin-top: -3px;
}
.header .top #lang_sel_list.lang_sel_list_vertical ul li a:hover,
.header .top #lang_sel_list.lang_sel_list_horizontal ul li a:hover,
.header .top #lang_sel_list.lang_sel_list_vertical ul li a:visited:hover,
.header .top #lang_sel_list.lang_sel_list_horizontal ul li a:visited:hover {
  color: #c7c8c8;
}
.header .bottom {
  background-color: #ffffff;
  padding: 0;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  /*zoom: 1;*/
}
.header .bottom:before {
  content: '';
  display: block;
}
.header .bottom:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .header .bottom .container {
    position: relative;
    /*margin-bottom: -30px;*/
    height: 150px;
    overflow: hidden;
  }
}
.header .logo {
  padding: 10px 0;
}
.header .logo a {
  display: inline-block;
  height: 60px;
  text-decoration: none;
}
.header .logo img {
  max-height: 100%;
}
@media (max-width: 767px) {
  .header .logo {
    width: auto;
    float: none;
    margin: 0;
  }
  .header .logo a {
    text-align: center;
  }
}
.header .search {
  padding: 25px 0;
}
@media (max-width: 767px) {
  .header .search {
    padding: 20px 0;
  }
}
.header .search .qs_s {
  position: relative;
}
.header .search .qs_s #query {
  background-color: #f0f0f0;
  border-color: #d7d7d7;
  padding: 4px 14px;
  margin-bottom: 0;
  width: 100%;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 9999px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9999px;
  -moz-background-clip: padding;
  border-radius: 9999px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
}
.header .search .qs_s #query:focus {
  background-color: #f6f6f6;
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
}
.header .search .qs_s input[type="submit"] {
  display: none;
}
.header .search #autocomplete-results {
  position: absolute;
  width: 100%;
}
.header .search #autocomplete-results ul {
  margin: 6px 0 0;
  background-color: #ffffff;
  border-left: 5px solid #1abc9c;
  position: relative;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.5);
}
.header .search #autocomplete-results ul:before {
  content: "";
  display: block;
  width: 26px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: -14px;
  margin-left: -13px;
  background-image: url('../../images/triangle.png');
  z-index: 100;
}
.header .search #autocomplete-results ul li {
  list-style: none;
  border-top: 1px solid #f0f0f0;
}
.header .search #autocomplete-results ul li:first-child {
  border-top: none;
}
.header .search #autocomplete-results ul a {
  display: block;
  padding: 10px;
  color: inherit;
  text-decoration: none;
}
.header .search #autocomplete-results ul a .image {
  width: 30px;
  height: 30px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.header .search #autocomplete-results ul a .image img {
  display: block;
}
.header .search #autocomplete-results ul a h6 {
  line-height: 30px;
  font-size: 12px;
  margin: 0;
  font-weight: 400;
}
.header .search #autocomplete-results ul a:hover {
  background-color: #f0f0f0;
}
.header .search #autocomplete-results ul li.active a {
  text-decoration: none;
  background-color: #1abc9c;
}
.header .search #autocomplete-results ul li.active a h6 {
  font-weight: 700;
  color: #ffffff;
}
.mini-cart {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .mini-cart {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.mini-cart a {
  display: block;
  line-height: 40px;
  float: right;
  height: 40px;
  width: 40px;
  background: url('../../images/cart.png') no-repeat left center;
  position: relative;
}
.mini-cart a > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  background-color: #1abc9c;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0px;
  -webkit-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 12px;
  -moz-background-clip: padding;
  border-radius: 12px;
  background-clip: padding-box;
}
/*---
| NAVIGATION
---*/
nav.navigation {
  background-color: #fbfbf9;
  position: relative;
  z-index: 240;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
}
@media (max-width: 979px) {
  nav.navigation .container .row .span9 {
    width: auto;
    float: none;
  }
}
.main-menu {
  margin: 0;
  height: auto;
  /*zoom: 1;*/
}
.main-menu:before {
  content: '';
  display: block;
}
.main-menu:after {
  content: '';
  display: table;
  clear: both;
}
.main-menu li {
  list-style: none;
}
.main-menu a {
  text-decoration: none;
  font-size: 12px;
  display: block;
}
.main-menu li {
  position: relative;
}
.main-menu li ul {
  display: none;
  position: absolute;
  border-top: 5px solid #1abc9c;
  background-color: #ffffff;
  /*overflow: hidden;*/
  margin: 0;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  z-index: 1000;
  min-width: 200px;
}
.main-menu li ul li a {
  padding: 15px 20px;
  border-top: 1px solid #f0f0f0;
  color: #474948;
}
.main-menu li ul li.menu-item-has-children > a:before {
  font-family: fontAwesome;
  content: "\f0da";
  float: right;
  color: #474948;
}
.main-menu li ul li ul {
  left: 190px;
  top: 10px;
}
.main-menu li:hover > a {
  background-color: #1abc9c;
  color: #ffffff;
}
.main-menu li:hover.menu-item-has-children > a:before {
  color: #ffffff;
}
.main-menu li:hover > ul {
  display: block;
}
.main-menu > li {
  float: left;
}
.main-menu > li > ul {
  left: -9999px;
  top: -9999px;
}
.main-menu > li > a {
  padding: 15px 30px 15px 0;
  color: #606362;
  text-transform: uppercase;
}
.main-menu > li:hover > a,
.main-menu > li > a:hover {
  color: #1abc9c;
  background: none;
}
.main-menu > li ul li ul li > ul {
  left: auto;
  right: 190px;
}
.main-menu > li ul li ul li > ul li ul {
  right: auto;
  left: 190px;
}
.main-menu .megamenu-parent {
  position: static;
}
.main-menu .megamenu-sub-menu {
  /*margin-left: 0px !important;*/
  padding: 20px;
  padding-right: 0px;
  padding-top: 0px;
}
.main-menu .megamenu-sub-menu ul {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  min-width: 0px;
}
.main-menu .megamenu-sub-menu li:hover ul {
  left: auto;
  top: auto;
}
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu {
  width: 100%;
}
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu > li:not(.megamenu-heading):not(.no-styling) {
  display: block;
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu > li:not(.megamenu-heading):not(.no-styling) a {
  display: block;
  background: none;
  color: #474948;
  padding: 5px;
  margin: 0px;
  border: 0px;
  font-size: 12px;
}
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu > li:not(.megamenu-heading):not(.no-styling).menu-item:not(.megamenu-heading) a:before,
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu > li:not(.megamenu-heading):not(.no-styling).menu-item:not(.megamenu-content) a:before {
  content: "\f105";
  color: #1abc9c;
  font-family: FontAwesome;
  margin-right: 5px;
}
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu > li:not(.megamenu-heading):not(.no-styling).menu-item:not(.megamenu-heading) a:hover,
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu > li:not(.megamenu-heading):not(.no-styling).menu-item:not(.megamenu-content) a:hover {
  color: #1abc9c;
}
.main-menu .megamenu-sub-menu .megamenu-column {
  float: left;
  padding-right: 20px;
}
.main-menu .megamenu-sub-menu .megamenu-column ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0px;
  padding: 0px;
}
.main-menu .megamenu-sub-menu .megamenu-column a {
  color: #1abc9c;
}
.main-menu .megamenu-sub-menu .megamenu-column a:before {
  content: "";
}
.main-menu .megamenu-sub-menu .megamenu-column a:hover {
  color: #474948;
}
.main-menu .megamenu-sub-menu .megamenu-content {
  /*padding-top: 20px;*/
  font-size: 12px;
}
.main-menu .megamenu-sub-menu .megamenu-content .map-canvas,
.main-menu .megamenu-sub-menu .megamenu-content img,
.main-menu .megamenu-sub-menu .megamenu-content iframe {
  margin: 0px;
  padding: 0px;
  display: block;
}
.main-menu .megamenu-sub-menu .megamenu-content .map-canvas {
  margin-bottom: 20px;
}
.main-menu .megamenu-sub-menu .megamenu-content [class*="span"] {
  width: 100%;
}
.main-menu .megamenu-sub-menu .megamenu-content ul {
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0px;
  list-style: disc;
}
.main-menu .megamenu-sub-menu .megamenu-content ul li {
  border: 0px;
  list-style: disc;
}
.main-menu .megamenu-sub-menu .megamenu-content ul li a {
  border: 0px;
  background: none;
  color: #474948;
}
.main-menu .megamenu-sub-menu .megamenu-content ul li a:hover {
  color: #1abc9c;
  background: none;
}
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu .megamenu-heading,
.main-menu .megamenu-sub-menu .megamenu-heading {
  margin: 0px;
  padding: 0px;
  padding-top: 20px;
  left: auto;
  right: auto;
  clear: both;
}
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu .megamenu-heading a:hover,
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu .megamenu-heading:hover a,
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu .megamenu-heading a,
.main-menu .megamenu-sub-menu .megamenu-heading a:hover,
.main-menu .megamenu-sub-menu .megamenu-heading:hover a,
.main-menu .megamenu-sub-menu .megamenu-heading a {
  background: none;
  margin: 0px;
  padding: 0px;
  color: #474948;
  font-weight: bold;
  font-size: 16px;
  cursor: text;
  margin-bottom: 20px;
  display: block;
  border: 0px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu .megamenu-heading a:hover:before,
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu .megamenu-heading:hover a:before,
.main-menu .megamenu-sub-menu .megamenu-inner-sub-menu .megamenu-heading a:before,
.main-menu .megamenu-sub-menu .megamenu-heading a:hover:before,
.main-menu .megamenu-sub-menu .megamenu-heading:hover a:before,
.main-menu .megamenu-sub-menu .megamenu-heading a:before {
  display: none;
}
.main-menu .megamenu-sub-menu input[type="text"],
.main-menu .megamenu-sub-menu input[type="password"],
.main-menu .megamenu-sub-menu input[type="date"],
.main-menu .megamenu-sub-menu input[type="datetime"],
.main-menu .megamenu-sub-menu input[type="email"],
.main-menu .megamenu-sub-menu input[type="number"],
.main-menu .megamenu-sub-menu input[type="search"],
.main-menu .megamenu-sub-menu input[type="tel"],
.main-menu .megamenu-sub-menu input[type="time"],
.main-menu .megamenu-sub-menu input[type="url"],
.main-menu .megamenu-sub-menu textarea,
.main-menu .megamenu-sub-menu select {
  min-height: 30px;
  width: 100%;
}
.main-menu .megamenu-sub-menu textarea {
  height: 100px;
}
.megamenu_container {
  height: auto;
}
.main-menu-button {
  display: none !important;
}
@media only screen and (min-width: 979px) {
  .main-menu > li:hover > ul {
    left: 0px;
    top: 50px;
    display: block;
  }
}
@media only screen and (max-width: 979px) {
  .main-menu-button {
    display: block !important;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    text-decoration: none;
    border: 0px;
    background-color: #1abc9c;
    color: #ffffff;
  }
  .main-menu-button:after {
    font-family: fontAwesome;
    content: "\f078";
    font-weight: bold;
    float: right;
  }
  .main-menu-button:hover,
  .main-menu-button:focus,
  .main-menu-button:active {
    background-color: rgba(26, 188, 156, 0.8);
    color: #ffffff;
    text-decoration: none;
  }
  .megamenu_container {
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    padding-bottom: 10px;
  }
  .main-menu {
    position: relative;
    margin-bottom: 5px;
    right: 0%;
    display: none;
  }
  .main-menu.selected {
    display: block;
  }
  .main-menu li {
    display: block;
    float: none;
    margin-top: 1px;
    position: static;
  }
  .main-menu li ul li a,
  .main-menu li a {
    display: block;
    float: none;
    padding: 10px 15px;
    border: 0px;
  }
  .main-menu li ul li a:hover,
  .main-menu li a:hover {
    background-color: #1abc9c;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    color: #ffffff !important;
  }
  .main-menu li.back > a:before {
    font-family: fontAwesome;
    content: "\f0d9";
    margin-right: 5px;
  }
  .main-menu li.menu-item-has-children > a:before {
    font-family: fontAwesome;
    content: "\f0da";
    float: right;
    /*color: @black;*/
  }
  .main-menu li.megamenu-parent {
    display: none;
  }
  .main-menu li ul,
  .main-menu li ul li ul,
  .main-menu li ul li ul li ul,
  .main-menu li ul li ul li ul li ul {
    /*display: block;*/
    /*position: static;*/
    display: none;
    width: 100%;
    position: absolute;
    left: 100%;
    right: auto;
    top: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    border: 0px;
  }
  .main-menu li.selected > ul {
    display: block;
  }
}
/*---
| MAIN
---*/
.main {
  padding: 40px 0 80px;
}
/*---
| CRUMBS
---*/
.crumbs {
  background-color: #fbfbf9;
  position: relative;
  z-index: 40;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
}
.breadcrumb {
  background-color: transparent;
  margin: 0;
  font-size: 12px;
  padding: 15px 0;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  color: #939694;
  /*.active {
		color: lighten(@black, 30%);
	}*/
}
.breadcrumb li {
  text-shadow: none;
}
.breadcrumb li:last-child a:after {
  content: "";
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
  color: #474948;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #1abc9c;
}
.breadcrumb a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 5px 0 8px;
  color: #adafae;
}
/*---
| CONNECT
---*/
.twitter-bar {
  padding: 20px 0;
  background-color: #fbfbf9;
  position: relative;
  z-index: 40;
  -webkit-box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.09999999999999998);
  -moz-box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.09999999999999998);
  box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.09999999999999998);
}
.twitter-bar .icon {
  font-size: 16px;
  line-height: 32px;
  background-color: #00acee;
  color: #ffffff;
  float: left;
  width: 32px;
  text-align: center;
  margin-right: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.twitter-bar #tweets {
  float: left;
}
@media (max-width: 767px) {
  .twitter-bar #tweets {
    max-width: 390px;
  }
}
@media (max-width: 480px) {
  .twitter-bar #tweets {
    max-width: 250px;
  }
}
.tweet_list {
  list-style: none;
  margin: 0;
}
.tweet_list .tweet {
  color: #868988;
  font-size: 12px;
  line-height: 18px;
  /*zoom: 1;*/
}
.tweet_list .tweet:before {
  content: '';
  display: block;
}
.tweet_list .tweet:after {
  content: '';
  display: table;
  clear: both;
}
.tweet_list .tweet .avatar {
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.tweet_list .tweet .avatar img {
  display: block;
  height: 32px;
  width: 32px;
}
.tweet_list .tweet .text {
  margin: 7px 0;
  float: left;
}
@media (max-width: 767px) {
  .tweet_list .tweet .text {
    max-width: 340px;
  }
}
@media (max-width: 480px) {
  .tweet_list .tweet .text {
    max-width: 200px;
  }
}
.tweet_list .tweet .tweet_time {
  margin-left: 5px;
  font-size: 10px;
  font-style: italic;
}
.tweet_list .tweet a {
  color: inherit;
  text-decoration: none;
}
.tweet_list .tweet a:hover {
  color: #1abc9c;
}
/*---
| FOOTER
---*/
.footer {
  position: relative;
  z-index: 50;
  background-color: #ffffff;
  padding: 40px 0;
  padding-bottom: 0px;
  font-size: 13px;
  color: #797d7b;
  -webkit-box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.19999999999999996);
  /*---
	| POST MINI
	---*/
}
.footer .footer_widget {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.footer .footer_widget:last-child {
  border-bottom: 0px;
  margin-bottom: 40px;
  padding-bottom: 0px;
}
.footer h6 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #474948;
}
.footer ul {
  margin: 0;
}
@media (max-width: 767px) {
  .footer ul {
    margin-bottom: 40px;
  }
}
.footer ul li {
  list-style: none;
}
.footer ul a {
  color: #797d7b;
  text-decoration: none;
}
.footer ul a:hover,
.footer ul a:focus {
  color: #1abc9c;
}
.footer .product-categories .count {
  display: none;
}
.footer .footer_widget_widget_recent_posts ul,
.footer .footer_widget_widget_recent_comments ul,
.footer .footer_widget_widget_recent_entries ul {
  list-style: none;
}
.footer .footer_widget_widget_recent_posts ul li,
.footer .footer_widget_widget_recent_comments ul li,
.footer .footer_widget_widget_recent_entries ul li {
  margin-bottom: 10px;
}
.footer .footer_widget_widget_recent_posts ul li:before,
.footer .footer_widget_widget_recent_comments ul li:before,
.footer .footer_widget_widget_recent_entries ul li:before {
  content: "\f105";
  color: #1abc9c;
  font-family: FontAwesome;
  margin-right: 5px;
}
.footer .footer_widget_widget_recent_posts ul li .post-date,
.footer .footer_widget_widget_recent_comments ul li .post-date,
.footer .footer_widget_widget_recent_entries ul li .post-date {
  font-style: italic;
  color: #868988;
  font-size: 11px;
  margin-left: 12px;
}
.footer .twitter {
  font-size: 12px;
  line-height: 18px;
}
.footer .twitter .tweet_list {
  margin: 0;
}
.footer .twitter .tweet_list li {
  list-style: none;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  margin-top: 20px;
  /*zoom: 1;*/
}
.footer .twitter .tweet_list li:before {
  content: '';
  display: block;
}
.footer .twitter .tweet_list li:after {
  content: '';
  display: table;
  clear: both;
}
.footer .twitter .tweet_list li .avatar {
  float: left;
  width: 10%;
  margin-right: 5%;
}
.footer .twitter .tweet_list li .text {
  width: 85%;
  float: left;
}
.footer .twitter .tweet_list li .text a {
  text-decoration: none;
}
.footer .twitter .tweet_list li .text .tweet_text,
.footer .twitter .tweet_list li .text .tweet_time {
  display: block;
}
.footer .twitter .tweet_list li .text .tweet_time {
  margin-top: 10px;
  font-size: 11px;
  font-style: italic;
}
.footer .twitter .tweet_list li .text .tweet_time a {
  color: #adafae;
  text-decoration: none;
}
.footer .twitter .tweet_list li .text .tweet_time a:hover,
.footer .twitter .tweet_list li .text .tweet_time a:focus {
  color: #1abc9c;
}
.footer .twitter .tweet_list li.tweet_first {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.footer .footer_widget_widget_mc4wp_widget .row-fluid,
.footer .footer_widget_widget_newsletter_widget .row-fluid {
  margin-bottom: 20px;
}
.footer .footer_widget_widget_mc4wp_widget .input-append,
.footer .footer_widget_widget_newsletter_widget .input-append {
  margin-bottom: 0;
}
.footer .footer_widget_widget_mc4wp_widget p,
.footer .footer_widget_widget_newsletter_widget p {
  font-size: 12px;
  line-height: 18px;
  color: #939694;
  font-style: italic;
}
.main-menu .social_icons,
.social_icons {
  margin-left: -6px;
  margin-bottom: -6px;
  /*zoom: 1;*/
}
.main-menu .social_icons:before,
.social_icons:before {
  content: '';
  display: block;
}
.main-menu .social_icons:after,
.social_icons:after {
  content: '';
  display: table;
  clear: both;
}
.main-menu .social_icons li,
.social_icons li {
  list-style: none;
  padding: 0;
  margin-left: 6px;
  margin-bottom: 6px;
  float: left;
  display: block;
}
.main-menu .social_icons a,
.social_icons a {
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background-image: url('http://gohalloweencostumes.com/wp-content/themes/laboutique/images/social.png') !important;
  background-repeat: no-repeat !important;
  text-decoration: none !important;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.main-menu .social_icons a:hover,
.social_icons a:hover,
.main-menu .social_icons a:focus,
.social_icons a:focus {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.main-menu .social_icons a.twitter,
.social_icons a.twitter {
  background-position: 0 0 !important;
}
.main-menu .social_icons a.facebook,
.social_icons a.facebook {
  background-position: -24px 0 !important;
}
.main-menu .social_icons a.pinterest,
.social_icons a.pinterest {
  background-position: -48px 0 !important;
}
.main-menu .social_icons a.youtube,
.social_icons a.youtube {
  background-position: -72px 0 !important;
}
.main-menu .social_icons a.vimeo,
.social_icons a.vimeo {
  background-position: -96px 0 !important;
}
.main-menu .social_icons a.flickr,
.social_icons a.flickr {
  background-position: -120px 0 !important;
}
.main-menu .social_icons a.googleplus,
.social_icons a.googleplus {
  background-position: -144px 0 !important;
}
.main-menu .social_icons a.dribbble,
.social_icons a.dribbble {
  background-position: -168px 0 !important;
}
.main-menu .social_icons a.forrst,
.social_icons a.forrst {
  background-position: -192px 0 !important;
}
.main-menu .social_icons a.tumblr,
.social_icons a.tumblr {
  background-position: -216px 0 !important;
}
.main-menu .social_icons a.digg,
.social_icons a.digg {
  background-position: -240px 0 !important;
}
.main-menu .social_icons a.linkedin,
.social_icons a.linkedin {
  background-position: -264px 0 !important;
}
.main-menu .social_icons a.instagram,
.social_icons a.instagram {
  background-position: -288px 0 !important;
}
/*---
| CREDITS
---*/
.credits {
  background-color: #474948;
  padding: 10px 0;
  color: #939694;
  font-size: 12px;
  line-height: 18px;
}
.credits p {
  margin-bottom: 0;
}
.credits a {
  color: #adafae;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.credits a:hover {
  color: #c7c8c8;
}
/*---
| CATEGORY
---*/
.category .sidebar .children {
  font-size: 12px;
}
.category .sidebar .children .title a {
  color: #474948;
  text-decoration: none;
}
.category .sidebar .children .title a:hover {
  color: #1abc9c;
}
.category .sidebar .category-list {
  margin: 0 0 -20px;
}
.category .sidebar .category-list li {
  list-style: none;
}
.category .sidebar .category-list li > .category-list .padding {
  padding-left: 40px;
}
.category .sidebar .category-list li.current a {
  font-weight: 700;
  color: #474948;
}
.category .sidebar .category-list li.current a:hover {
  color: #ffffff;
}
.category .sidebar .category-list a {
  margin: 0 -20px;
  padding: 0 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  color: #797d7b;
  text-decoration: none;
}
.category .sidebar .category-list a:hover,
.category .sidebar .category-list a:focus {
  background-color: #1abc9c;
  color: #ffffff;
}
.category .sidebar .category-list a:hover .count,
.category .sidebar .category-list a:focus .count {
  background-color: #ffffff;
  color: #1abc9c;
  text-shadow: none;
}
.category .sidebar .category-list .count {
  float: right;
  background-color: #d7d7d7;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  width: 20px;
  font-size: 11px;
  height: 20px;
  text-align: center;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.category .sidebar .best-selling .hgroup.title {
  margin-bottom: 20px;
}
/*---
| PRODUCT LIST
---*/
.product-list {
  margin-left: -30px;
  overflow: visible !important;
  /*zoom: 1;*/
}
.product-list:before {
  content: '';
  display: block;
}
.product-list:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 768px) and (max-width: 979px) {
  .product-list {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .product-list {
    margin-left: -20px;
  }
}
@media (max-width: 480px) {
  .product-list {
    margin-left: 0;
  }
}
.product-list li {
  list-style: none;
  width: 270px;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .product-list li {
    width: 213px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .product-list li {
    width: 166px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-list li {
    width: 210px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .product-list li {
    width: 300px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.product-list li.featured_product {
  width: 570px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .product-list li.featured_product {
    width: 456px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .product-list li.featured_product {
    width: 352px;
  }
}
@media (max-width: 767px) {
  .product-list li.featured_product {
    width: 440px;
  }
}
@media (max-width: 480px) {
  .product-list li.featured_product {
    width: 300px;
  }
}
.product-list a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  z-index: 20;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
}
.product-list a:hover {
  -webkit-box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
  box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
}
.product-list a:hover .image .secondary {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.product-list a:hover .title .rating {
  color: #1abc9c;
}
.product-list a .image {
  position: relative;
  background: #ffffff url('../../images/preloader.gif') no-repeat center center;
}
.product-list a .image img {
  display: block;
  width: 100%;
}
.product-list a .image .secondary {
  position: absolute;
  top: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.product-list a .image .badge-sale {
  position: absolute;
  right: -10px;
  top: 40px;
  background-color: #1abc9c;
  font-size: 12px;
  line-height: 12px;
  padding: 4px 8px;
  text-transform: uppercase;
  -webkit-border-radius: 2px 2px 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 2px 0 2px;
  background-clip: padding-box;
}
.product-list a .image .badge-sale:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #0e6252 transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: -10;
}
.product-list a .title {
  padding: 20px;
  position: relative;
  background-color: #ffffff;
}
.product-list a .title:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  position: absolute;
  left: 20px;
  top: -8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-list a .title .prices {
  text-align: right;
  float: right;
  margin-left: 20px;
  line-height: 20px;
  height: 20px;
}
.product-list a .title .prices .price {
  color: #1abc9c;
  font-weight: 600;
  font-size: 14px;
}
.product-list a .title .prices .price .from {
  display: none;
}
.product-list a .title .prices .base {
  color: #c7c8c8;
  font-weight: 400;
  font-size: 11px;
}
.product-list a .title .prices del .amount,
.product-list a .title .prices .base {
  color: #c7c8c8;
  font-size: 14px;
  font-weight: 400;
}
.product-list a .title .prices del,
.product-list a .title .prices del .amount {
  color: #c7c8c8;
  font-size: 11px;
}
.product-list a .title .prices ins,
.product-list a .title .prices ins .amount {
  text-decoration: none;
}
.product-list a .title h3 {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.product-list a .title h3 mark {
  float: right;
  background: none;
  background-color: #d7d7d7;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-weight: 600;
  padding-left: 3px;
  padding-right: 3px;
  height: 20px;
  text-align: center;
  display: inline-block;
  font-size: 11px;
}
.product-list a .title .rating {
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px;
  color: #c7c8c8;
}
.product-list a:hover .title h3 mark {
  background-color: #1abc9c;
}
/*---
| TAG CLOUD
---*/
.tagcloud a {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  border: 1px solid transparent;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #1abc9c;
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 1px;
  text-decoration: none;
  color: #ffffff;
}
.tagcloud a:hover {
  background-color: #ffffff;
  color: #1abc9c;
  border-color: #1abc9c;
}
/*---
| PRODUCT LIST SMALL
---*/
.product_list_widget,
.product-list-small {
  list-style: none;
  margin: -20px;
}
.product_list_widget li,
.product-list-small li {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 20px;
  /*zoom: 1;*/
}
.product_list_widget li:before,
.product-list-small li:before {
  content: '';
  display: block;
}
.product_list_widget li:after,
.product-list-small li:after {
  content: '';
  display: table;
  clear: both;
}
.product_list_widget .image,
.product-list-small .image {
  display: block;
  float: left;
  margin-right: 20px;
  width: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product_list_widget .image a,
.product-list-small .image a {
  display: block;
  border: 4px solid #f0f0f0;
  position: relative;
}
.product_list_widget .image a:before,
.product-list-small .image a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #474948;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.product_list_widget .image a:hover,
.product-list-small .image a:hover {
  border-color: #1abc9c;
}
.product_list_widget .image a:hover:before,
.product-list-small .image a:hover:before {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.product_list_widget .image img,
.product-list-small .image img {
  display: block;
}
.product_list_widget .desc,
.product-list-small .desc {
  float: left;
  max-width: 150px;
}
.product_list_widget .desc h6,
.product-list-small .desc h6 {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.product_list_widget .desc h6 a,
.product-list-small .desc h6 a {
  color: #474948;
  text-decoration: none;
}
.product_list_widget .desc h6 a:hover,
.product-list-small .desc h6 a:hover {
  color: #1abc9c;
}
.product_list_widget .desc .price,
.product-list-small .desc .price {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #868988;
  margin-bottom: 10px;
}
.product_list_widget .desc .price .label,
.product-list-small .desc .price .label {
  margin-left: 5px;
}
.product_list_widget .desc .price ins,
.product-list-small .desc .price ins {
  border: 0px;
  text-decoration: none;
}
.product_list_widget .desc .rating,
.product-list-small .desc .rating {
  font-size: 12px;
  line-height: 15px;
  color: #868988;
  position: relative;
  bottom: -10px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product_list_widget .desc .rating a,
.product-list-small .desc .rating a {
  color: #c7c8c8;
  font-size: 10px;
  text-decoration: none;
}
.product_list_widget .desc .rating a:hover,
.product-list-small .desc .rating a:hover {
  color: #1abc9c;
}
.product_list_widget li:hover .desc .rating,
.product-list-small li:hover .desc .rating {
  color: #1abc9c;
  bottom: 0;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*--
| RATINGS SMALL
---*/
.ratings-small {
  list-style: none;
  margin: -20px;
}
.ratings-small li {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 20px;
  /*zoom: 1;*/
}
.ratings-small li:before {
  content: '';
  display: block;
}
.ratings-small li:after {
  content: '';
  display: table;
  clear: both;
}
.ratings-small .image {
  display: block;
  float: left;
  margin-right: 20px;
  width: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ratings-small .image img {
  border: 4px solid #f0f0f0;
  display: block;
}
.ratings-small .desc {
  float: left;
  max-width: 150px;
}
.ratings-small .desc h6 {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.ratings-small .desc small {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #868988;
  margin-bottom: 10px;
}
.ratings-small .desc .rating {
  font-size: 12px;
  line-height: 15px;
  color: #868988;
  position: relative;
  bottom: -10px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ratings-small li:hover .desc .rating {
  color: #1abc9c;
  bottom: 0;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*---
| FLEXSLIDER
---*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .undefinedprogress {
  display: none;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
#revslider_cont {
  margin-top: -40px;
  margin-bottom: 80px;
}
.flexslider {
  margin: -40px 0 80px;
  position: relative;
  z-index: 10;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.09999999999999998);
  overflow: hidden;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.flexslider .slides {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.flexslider .slides li {
  list-style: none;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.flexslider .flex-control-nav {
  margin: 0;
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
.flexslider .flex-control-nav li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.flexslider .flex-control-nav a {
  text-decoration: none;
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  text-indent: -9999px;
  border: 2px solid #ffffff;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 9999px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9999px;
  -moz-background-clip: padding;
  border-radius: 9999px;
  background-clip: padding-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
}
.flexslider .flex-control-nav a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.flexslider .flex-control-nav a.flex-active {
  background-color: #ffffff;
}
.flexslider .flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: -50px 0 0;
  /*zoom: 1;*/
  z-index: 1150;
}
.flexslider .flex-direction-nav:before {
  content: '';
  display: block;
}
.flexslider .flex-direction-nav:after {
  content: '';
  display: table;
  clear: both;
}
.flexslider .flex-direction-nav li {
  display: block;
  list-style: none;
  float: right;
  padding-right: 20px;
}
.flexslider .flex-direction-nav li a {
  background: url('../../images/rarr.png') no-repeat center center;
  text-decoration: none;
}
.flexslider .flex-direction-nav li:first-child {
  float: left;
  padding-right: 0;
  padding-left: 20px;
}
.flexslider .flex-direction-nav li:first-child a {
  background-image: url('../../images/larr.png');
}
.flexslider .flex-direction-nav a {
  display: block;
  width: 55px;
  height: 102px;
  text-indent: -9999px;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.flexslider .flex-direction-nav a:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.flexslider .flex-direction-nav a:focus,
.flexslider .flex-direction-nav a:active {
  outline: 0 none;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
  position: static;
}
@media (max-width: 768px) {
  .flexslider .flex-direction-nav {
    display: none;
  }
}
.flexslider .flex-progress {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
  background-color: rgba(71, 73, 72, 0.2);
}
.flexslider .flex-progress span {
  display: block;
  height: 5px;
  background-color: #1abc9c;
  width: 0%;
}
@media (max-width: 479px) {
  .flex-control-nav {
    display: none;
  }
}
/*--
| CAPTIONS (used with Flex)
---*/
.caption {
  position: absolute;
  top: 50%;
  bottom: auto;
  width: 100%;
  margin-top: -85px;
  padding: 0;
  background-color: transparent;
  overflow: visible;
  font-family: inherit !important;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 1000;
}
@media (min-width: 768px) and (max-width: 979px) {
  .caption {
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  .caption {
    display: none !important;
    zoom: 1 !important;
    filter: alpha(opacity=0) !important;
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    opacity: 0 !important;
  }
}
.caption h3 {
  display: inline-block;
  font-weight: 700;
  padding: 10px 20px;
  background-color: #1abc9c;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 54px;
  white-space: nowrap;
  float: left;
  clear: both;
}
.caption h3.standalone {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .caption h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.caption br {
  clear: both;
}
.caption p {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(71, 73, 72, 0.8);
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  float: left;
  clear: both;
}
@media (min-width: 768px) and (max-width: 979px) {
  .caption p {
    font-size: 12px;
    line-height: 18px;
  }
}
.caption .text-right h3 {
  float: right;
}
.caption .text-right p {
  float: right;
}
.caption h3,
.caption p {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.caption .btn {
  display: inline-block !important;
  border-bottom: none !important;
}
/*---
| PROMOS
---*/
.promos {
  margin-bottom: 60px;
}
.promos .box {
  color: #939694;
}
.promos .hgroup.title {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.promos p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
.promos img,
.promos i {
  float: right;
  margin: 0 0 10px 10px;
}
.promos i {
  color: #1abc9c;
  font-size: 53px;
}
.promos .low-price img {
  margin-top: -25px;
}
/*---
| JCAROUSEL
---*/
.jcarousel-wrapper {
  position: relative;
}
.jcarousel {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.jcarousel ul {
  width: 20000em;
  position: absolute;
  list-style: none;
  margin-bottom: 0;
}
.jcarousel li {
  margin-bottom: 0;
}
.jcarousel a {
  margin: 0 4px 6px;
  text-decoration: none;
}
.jcarousel-controls {
  /*zoom: 1;*/
}
.jcarousel-controls:before {
  content: '';
  display: block;
}
.jcarousel-controls:after {
  content: '';
  display: table;
  clear: both;
}
.jcarousel-controls .carousel-control-prev,
.jcarousel-controls .carousel-control-next {
  display: block;
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: #474948;
  color: #ffffff;
  float: left;
  margin: 4px 0;
}
.jcarousel-controls .carousel-control-prev:hover,
.jcarousel-controls .carousel-control-next:hover,
.jcarousel-controls .carousel-control-prev:focus,
.jcarousel-controls .carousel-control-next:focus {
  background-color: #1abc9c;
}
.jcarousel-controls .carousel-control-prev {
  margin-right: 1px;
}
/*---
| PRODUCT
---*/
.product-info {
  margin-bottom: 80px;
}
.product-info .onsale {
  display: none;
}
.product-info .tab-content h1,
.product-info .tab-content h2 {
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}
.product-info .shop_attributes th {
  width: 1%;
  white-space: nowrap;
}
.product-info .shop_attributes p {
  display: block;
  margin: 0px;
  padding: 0px;
}
.product-info .alert-success .woocommerce-message {
  padding-top: 12px;
}
.product-info .alert-success .woocommerce-message a {
  margin-top: -12px;
}
.product-info .product-content .nav-tabs {
  margin: -20px -20px 20px;
}
.product-info .product-content .tab-content {
  overflow: visible;
}
.product-info .product-content #product .details,
.product-info .product-content #product .short-description,
.product-info .product-content #product .options,
.product-info .product-content #product .extras,
.product-info .product-content #product .add-to-cart {
  padding: 20px 0;
}
.product-info .product-content #product .details {
  padding-top: 0;
}
.product-info .product-content #product .add-to-cart {
  padding-bottom: 0;
}
.product-info .product-content #product > div {
  border-bottom: 1px solid #f0f0f0;
}
.product-info .product-content #product > div:last-child {
  border-bottom: none;
}
.product-info .product-content #product .single_variation .price,
.product-info .product-content #product .details .prices {
  line-height: 24px;
  margin: 0 0 20px;
}
.product-info .product-content #product .single_variation .price .from,
.product-info .product-content #product .details .prices .from {
  display: none;
}
.product-info .product-content #product .single_variation .price .amount,
.product-info .product-content #product .details .prices .amount,
.product-info .product-content #product .single_variation .price .price,
.product-info .product-content #product .details .prices .price {
  color: #1abc9c;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  border: 0px;
}
.product-info .product-content #product .single_variation .price del .amount,
.product-info .product-content #product .details .prices del .amount,
.product-info .product-content #product .single_variation .price .base,
.product-info .product-content #product .details .prices .base {
  color: #c7c8c8;
  font-size: 14px;
  font-weight: 400;
}
.product-info .product-content #product .single_variation .price del,
.product-info .product-content #product .details .prices del,
.product-info .product-content #product .single_variation .price del .amount,
.product-info .product-content #product .details .prices del .amount {
  color: #c7c8c8;
  font-size: 11px;
}
.product-info .product-content #product .single_variation .price ins,
.product-info .product-content #product .details .prices ins,
.product-info .product-content #product .single_variation .price ins .amount,
.product-info .product-content #product .details .prices ins .amount {
  text-decoration: none;
}
.product-info .product-content #product .details h1 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 30px;
}
.product-info .product-content #product .details .meta {
  color: #606362;
  font-size: 12px;
  text-decoration: none;
  /*zoom: 1;*/
}
.product-info .product-content #product .details .meta:before {
  content: '';
  display: block;
}
.product-info .product-content #product .details .meta:after {
  content: '';
  display: table;
  clear: both;
}
.product-info .product-content #product .details .meta > div {
  float: left;
  margin-right: 20px;
}
.product-info .product-content #product .details .meta > div i {
  margin-right: 2px;
}
.product-info .product-content #product .details .meta .categories a {
  color: inherit;
  text-decoration: none;
}
.product-info .product-content #product .details .meta .categories a:after {
  content: ", ";
}
.product-info .product-content #product .details .meta .categories a:last-child:after {
  content: "";
}
.product-info .product-content #product .details .meta .categories a:hover {
  color: #1abc9c;
}
.product-info .product-content #product .short-description {
  color: #939694;
  font-size: 14px;
}
.product-info .product-content #product .short-description p {
  margin-bottom: 0;
}
.product-info .product-content #product .extra {
  float: left;
  margin-right: 20px;
}
.product-info .product-content #product .add-to-cart {
  /*zoom: 1;*/
}
.product-info .product-content #product .add-to-cart:before {
  content: '';
  display: block;
}
.product-info .product-content #product .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-info .product-content #product .add-to-cart .stock {
  float: right;
  padding-top: 11px;
  margin-bottom: 0px;
  padding-bottom: 11px;
}
.product-info .product-content #product .add-to-cart .cart {
  overflow: hidden;
  height: auto;
}
.product-info .product-content #product .add-to-cart .cart .quantity {
  position: relative;
  width: 100px;
  float: left;
  margin-right: 20px;
}
.product-info .product-content #product .add-to-cart .cart .quantity input[type="number"] {
  width: 36px;
  padding: 11px 20px;
  margin: 0px;
}
.product-info .product-content #product .add-to-cart .cart .quantity input[type="button"] {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  padding: 12px 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 21px;
  text-align: center;
}
.product-info .product-content #product .add-to-cart .cart .quantity input[type="button"]:hover,
.product-info .product-content #product .add-to-cart .cart .quantity input[type="button"]:focus,
.product-info .product-content #product .add-to-cart .cart .quantity input[type="button"]:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.product-info .product-content #product .add-to-cart .cart .quantity input[type="button"]:focus,
.product-info .product-content #product .add-to-cart .cart .quantity input[type="button"]:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
}
.product-info .product-content #product .add-to-cart .cart .quantity input[type="button"].minus {
  top: auto;
  bottom: 0px;
}
.product-info .product-content #product .add-to-cart .cart .button,
.product-info .product-content #product .add-to-cart .cart button[type="submit"] {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  padding: 12px 20px;
  background-color: #1abc9c;
  float: left;
}
.product-info .product-content #product .add-to-cart .cart .button:hover,
.product-info .product-content #product .add-to-cart .cart button[type="submit"]:hover,
.product-info .product-content #product .add-to-cart .cart .button:focus,
.product-info .product-content #product .add-to-cart .cart button[type="submit"]:focus,
.product-info .product-content #product .add-to-cart .cart .button:active,
.product-info .product-content #product .add-to-cart .cart button[type="submit"]:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.product-info .product-content #product .add-to-cart .cart .button:focus,
.product-info .product-content #product .add-to-cart .cart button[type="submit"]:focus,
.product-info .product-content #product .add-to-cart .cart .button:active,
.product-info .product-content #product .add-to-cart .cart button[type="submit"]:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
}
.product-info .product-content #product .add-to-cart .cart .button:hover,
.product-info .product-content #product .add-to-cart .cart button[type="submit"]:hover,
.product-info .product-content #product .add-to-cart .cart .button:focus,
.product-info .product-content #product .add-to-cart .cart button[type="submit"]:focus,
.product-info .product-content #product .add-to-cart .cart .button:active,
.product-info .product-content #product .add-to-cart .cart button[type="submit"]:active {
  background-color: #17a689;
}
.product-info .product-content #product .add-to-cart .cart .button:before,
.product-info .product-content #product .add-to-cart .cart button[type="submit"]:before {
  content: "\f067";
  font-family: FontAwesome;
  margin-right: 5px;
}
.product-info .product-content #product .add-to-cart .group_table {
  width: auto;
}
.product-info .product-content #product .add-to-cart .group_table td {
  white-space: nowrap;
  padding-bottom: 20px;
  padding-top: 20px;
  vertical-align: top;
  text-align: left;
}
.product-info .product-content #product .add-to-cart .group_table td a {
  color: #474948;
  text-decoration: none;
}
.product-info .product-content #product .add-to-cart .group_table td.price,
.product-info .product-content #product .add-to-cart .group_table td.label {
  padding-top: 30px;
  padding-bottom: 0px;
  white-space: normal;
  padding-right: 0px;
  display: table-cell;
}
.product-info .product-content #product .add-to-cart .group_table td.price a,
.product-info .product-content #product .add-to-cart .group_table td.label a {
  font-size: 14px;
  text-decoration: none;
}
.product-info .product-content #product .add-to-cart .group_table tr td {
  border-bottom: 1px solid #f0f0f0;
}
.product-info .product-content #product .add-to-cart .group_table tr:first-child td {
  padding-top: 0px;
}
.product-info .product-content #product .add-to-cart .group_table tr:first-child td.price,
.product-info .product-content #product .add-to-cart .group_table tr:first-child td.label {
  padding-top: 10px;
}
.product-info .product-content #product .add-to-cart .group_table .price {
  text-align: left;
  padding-left: 20px;
  font-size: 20px;
  color: #1abc9c;
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
}
.product-info .product-content #product .add-to-cart .group_table .price del {
  font-size: 11px;
  color: #c7c8c8;
  float: right;
  margin-left: 10px;
}
.product-info .product-content #product .add-to-cart .group_table .price ins {
  text-decoration: none;
}
.product-info .product-content #product .add-to-cart .group_table .label {
  background: none;
  padding-top: 13px;
  text-align: left;
  margin-bottom: 0px;
}
.product-info .product-content #product .add-to-cart .variations_button {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}
.product-info .product-content #product .add-to-cart .variations {
  width: 50%;
}
.product-info .product-content #product .add-to-cart .variations td {
  display: block;
}
.product-info .product-content #product .add-to-cart .variations .label {
  padding-left: 0px;
  background: none;
  color: #474948;
  text-transform: none;
}
.product-info .product-content #product .add-to-cart .variations .value select {
  width: 100%;
}
.product-info .product-content #product .add-to-cart .variations .reset_variations {
  display: none;
}
.product-info .product-content #product .add-to-cart .single_variation_wrap {
  overflow: hidden;
  height: auto;
}
.product-info .product-content #product .add-to-cart .single_variation_wrap .single_variation {
  margin-bottom: 20px;
}
.product-info .product-content #product .add-to-cart .single_variation_wrap .stock {
  padding: 0px;
  float: none;
}
.product-info .product-content #description {
  font-size: 13px;
}
.product-info .product-content #description > *:last-child {
  margin-bottom: 0;
}
.product-info .product-content #description ul li,
.product-info .product-content #description ol li {
  list-style-position: inside;
}
.product-info .product-images .box {
  margin-bottom: 0;
}
.product-info .product-images .primary {
  margin: -20px -20px 0;
}
.product-info .product-images .thumbs {
  margin: 0 -20px;
  padding: 20px;
  position: relative;
}
.product-info .product-images .thumbs.no_social {
  padding-bottom: 0px;
}
.product-info .product-images .thumbs:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  position: absolute;
  left: 20px;
  top: -8px;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-info .product-images .thumbs .thumbs-list {
  margin-left: -3%;
  margin-bottom: -3%;
  /*zoom: 1;*/
}
.product-info .product-images .thumbs .thumbs-list:before {
  content: '';
  display: block;
}
.product-info .product-images .thumbs .thumbs-list:after {
  content: '';
  display: table;
  clear: both;
}
.product-info .product-images .thumbs .thumbs-list li {
  width: 17%;
  float: left;
  margin-left: 3%;
  margin-bottom: 3%;
  list-style: none;
}
.product-info .product-images .thumbs .thumbs-list li a {
  display: block;
  border: 4px solid #f0f0f0;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.product-info .product-images .thumbs .thumbs-list li a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #474948;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.product-info .product-images .thumbs .thumbs-list li a:hover {
  border-color: #1abc9c;
}
.product-info .product-images .thumbs .thumbs-list li a:hover:before {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.product-info .product-images .thumbs .thumbs-list li a.active {
  border-color: #1abc9c;
}
.product-info .product-images .thumbs .thumbs-list li img {
  display: block;
}
.product-info .social {
  margin: 0 -20px -20px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}
.product-info .social #sharrre {
  text-align: center;
}
.product-info .social #sharrre > div {
  display: inline-block;
}
.product-reviews {
  padding: 80px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.19999999999999996), 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.19999999999999996), 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.19999999999999996), 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
}
.product-reviews h5 {
  text-align: center;
  margin-bottom: 40px;
}
.product-reviews h5 .script {
  display: inline-block;
  margin: 0 5px;
  color: #1abc9c;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.fb-comments,
.fb-comments > span,
.fb-comments iframe[style] {
  width: 100% !important;
}
.product-related {
  padding-top: 80px;
}
.product-related h2,
.product-related h5 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
}
#reviews #comments .commentlist .comment,
.comment-items .pingback,
.comment-items .comment,
.comment-items .comment-item,
.rating-item {
  display: block;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #f0f0f0;
  margin-top: 20px;
  padding-top: 20px;
  clear: both;
}
#reviews #comments .commentlist .comment img,
.comment-items .pingback img,
.comment-items .comment img,
.comment-items .comment-item img,
.rating-item img {
  float: left;
  margin-right: 10px;
}
#reviews #comments .commentlist .comment h6,
.comment-items .pingback h6,
.comment-items .comment h6,
.comment-items .comment-item h6,
.rating-item h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
#reviews #comments .commentlist .comment small,
.comment-items .pingback small,
.comment-items .comment small,
.comment-items .comment-item small,
.rating-item small {
  font-size: 12px;
  line-height: 18px;
  color: #868988;
}
#reviews #comments .commentlist .comment h5,
.comment-items .pingback h5,
.comment-items .comment h5,
.comment-items .comment-item h5,
.rating-item h5 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}
#reviews #comments .commentlist .comment p,
.comment-items .pingback p,
.comment-items .comment p,
.comment-items .comment-item p,
.rating-item p {
  font-size: 12px;
  line-height: 18px;
  color: #666968;
  margin-bottom: 0;
}
#reviews #comments .commentlist .comment .rating,
.comment-items .pingback .rating,
.comment-items .comment .rating,
.comment-items .comment-item .rating,
.rating-item .rating {
  font-size: 12px;
  color: #868988;
}
#reviews #comments .commentlist .comment:first-child,
.comment-items .pingback:first-child,
.comment-items .comment:first-child,
.comment-items .comment-item:first-child,
.rating-item:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
#reviews .well,
#ratings .well {
  color: #666968;
  margin-bottom: 0px;
}
#reviews .well h6,
#ratings .well h6 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #reviews .well .wpb_button,
  #reviews .well .btn {
    margin-top: 20px;
  }
  #reviews #comments .commentlist .span9 {
    margin-bottom: 20px;
  }
}
#review_form {
  position: relative;
}
#review_form .comment-respond h3 {
  display: none;
}
#review_form #mc4wp-checkbox {
  float: right;
  margin-top: -50px;
  position: relative;
}
#review_form #mc4wp-checkbox label {
  position: absolute;
  right: 0px;
  top: 20px;
  text-align: right;
  width: 200px;
}
/*---
| NAV-TABS
---*/
.nav-tabs {
  border-bottom: 5px solid #1abc9c;
  margin-bottom: 0;
  background-color: #ffffff;
}
.nav-tabs li {
  margin-bottom: 0;
}
.nav-tabs li > div,
.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li a:active,
.nav-tabs li a:focus {
  text-decoration: none;
  margin-right: 0px;
  padding: 14px 20px 9px;
  border: none;
  font-size: 12px;
  color: #797d7b;
  text-transform: uppercase;
  background-color: #ffffff;
  outline: 0 none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.nav-tabs li > div [class^="icon-"],
.nav-tabs li a [class^="icon-"],
.nav-tabs li a:hover [class^="icon-"],
.nav-tabs li a:active [class^="icon-"],
.nav-tabs li a:focus [class^="icon-"],
.nav-tabs li > div [class*=" icon-"],
.nav-tabs li a [class*=" icon-"],
.nav-tabs li a:hover [class*=" icon-"],
.nav-tabs li a:active [class*=" icon-"],
.nav-tabs li a:focus [class*=" icon-"] {
  margin: 0 0 6px;
  display: block;
  text-align: center;
}
.nav-tabs li > div span,
.nav-tabs li a span,
.nav-tabs li a:hover span,
.nav-tabs li a:active span,
.nav-tabs li a:focus span {
  display: block;
  text-align: center;
}
.nav-tabs li a:hover {
  color: #1abc9c;
}
.nav-tabs li.active > div,
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:active,
.nav-tabs li.active a:focus {
  border: none;
  background-color: #1abc9c;
  color: #ffffff;
}
.nav-tabs + .box {
  position: relative;
  z-index: 10;
}
.nav-tabs.nav-stacked > li:first-child > a,
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.nav-tabs.nav-stacked ul {
  margin: 0px;
  padding: 0px;
  display: block;
}
.nav-tabs.nav-stacked li {
  display: block;
}
.nav-tabs.nav-stacked li a {
  border: none;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fbfbf9;
  padding: 15px 20px;
  display: block;
  text-transform: none;
}
.nav-tabs.nav-stacked li a:hover,
.nav-tabs.nav-stacked li a:active,
.nav-tabs.nav-stacked li a:focus {
  border-bottom: 1px solid #1abc9c;
  background-color: #1abc9c;
  color: #ffffff;
}
.nav-tabs.nav-stacked li ul li a {
  padding-left: 35px;
}
.nav-tabs.nav-stacked li ul li li a {
  padding-left: 55px;
}
.nav-tabs.nav-stacked li ul li li li a {
  padding-left: 75px;
}
.nav-tabs.nav-stacked li ul li li li li a {
  padding-left: 95px;
}
.nav-tabs.nav-stacked li.active {
  position: relative;
}
.nav-tabs.nav-stacked li.active a {
  border-right: none;
  border-bottom: 1px solid #e3e3e3;
  background-color: #ffffff;
  color: #1abc9c;
  font-weight: 700;
}
.nav-tabs.nav-stacked li.active:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  right: -1px;
  width: 1px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .nav-tabs.nav-stacked li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/*---
| CART
---*/
.order_details .product-name,
#order_review .product-name,
.cart-items .product-name {
  text-align: left;
}
.order_details .product-name h5,
#order_review .product-name h5,
.cart-items .product-name h5,
.order_details .col_product h5,
#order_review .col_product h5,
.cart-items .col_product h5 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
}
.order_details .product-name h5 a,
#order_review .product-name h5 a,
.cart-items .product-name h5 a,
.order_details .col_product h5 a,
#order_review .col_product h5 a,
.cart-items .col_product h5 a {
  color: inherit;
}
.order_details .product-name h5 a:hover,
#order_review .product-name h5 a:hover,
.cart-items .product-name h5 a:hover,
.order_details .col_product h5 a:hover,
#order_review .col_product h5 a:hover,
.cart-items .col_product h5 a:hover,
.order_details .product-name h5 a:focus,
#order_review .product-name h5 a:focus,
.cart-items .product-name h5 a:focus,
.order_details .col_product h5 a:focus,
#order_review .col_product h5 a:focus,
.cart-items .col_product h5 a:focus {
  color: #1abc9c;
}
.order_details .product-name dl dt,
#order_review .product-name dl dt,
.cart-items .product-name dl dt,
.order_details .col_product dl dt,
#order_review .col_product dl dt,
.cart-items .col_product dl dt,
.order_details .product-name .options dt,
#order_review .product-name .options dt,
.cart-items .product-name .options dt,
.order_details .col_product .options dt,
#order_review .col_product .options dt,
.cart-items .col_product .options dt,
.order_details .product-name .extras dt,
#order_review .product-name .extras dt,
.cart-items .product-name .extras dt,
.order_details .col_product .extras dt,
#order_review .col_product .extras dt,
.cart-items .col_product .extras dt,
.order_details .product-name dl dd,
#order_review .product-name dl dd,
.cart-items .product-name dl dd,
.order_details .col_product dl dd,
#order_review .col_product dl dd,
.cart-items .col_product dl dd,
.order_details .product-name .options dd,
#order_review .product-name .options dd,
.cart-items .product-name .options dd,
.order_details .col_product .options dd,
#order_review .col_product .options dd,
.cart-items .col_product .options dd,
.order_details .product-name .extras dd,
#order_review .product-name .extras dd,
.cart-items .product-name .extras dd,
.order_details .col_product .extras dd,
#order_review .col_product .extras dd,
.cart-items .col_product .extras dd,
.order_details .product-name dl li,
#order_review .product-name dl li,
.cart-items .product-name dl li,
.order_details .col_product dl li,
#order_review .col_product dl li,
.cart-items .col_product dl li,
.order_details .product-name .options li,
#order_review .product-name .options li,
.cart-items .product-name .options li,
.order_details .col_product .options li,
#order_review .col_product .options li,
.cart-items .col_product .options li,
.order_details .product-name .extras li,
#order_review .product-name .extras li,
.cart-items .product-name .extras li,
.order_details .col_product .extras li,
#order_review .col_product .extras li,
.cart-items .col_product .extras li {
  list-style: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #797d7b;
}
.order_details .product-name dl dt:before,
#order_review .product-name dl dt:before,
.cart-items .product-name dl dt:before,
.order_details .col_product dl dt:before,
#order_review .col_product dl dt:before,
.cart-items .col_product dl dt:before,
.order_details .product-name .options dt:before,
#order_review .product-name .options dt:before,
.cart-items .product-name .options dt:before,
.order_details .col_product .options dt:before,
#order_review .col_product .options dt:before,
.cart-items .col_product .options dt:before,
.order_details .product-name .extras dt:before,
#order_review .product-name .extras dt:before,
.cart-items .product-name .extras dt:before,
.order_details .col_product .extras dt:before,
#order_review .col_product .extras dt:before,
.cart-items .col_product .extras dt:before,
.order_details .product-name dl dd:before,
#order_review .product-name dl dd:before,
.cart-items .product-name dl dd:before,
.order_details .col_product dl dd:before,
#order_review .col_product dl dd:before,
.cart-items .col_product dl dd:before,
.order_details .product-name .options dd:before,
#order_review .product-name .options dd:before,
.cart-items .product-name .options dd:before,
.order_details .col_product .options dd:before,
#order_review .col_product .options dd:before,
.cart-items .col_product .options dd:before,
.order_details .product-name .extras dd:before,
#order_review .product-name .extras dd:before,
.cart-items .product-name .extras dd:before,
.order_details .col_product .extras dd:before,
#order_review .col_product .extras dd:before,
.cart-items .col_product .extras dd:before,
.order_details .product-name dl li:before,
#order_review .product-name dl li:before,
.cart-items .product-name dl li:before,
.order_details .col_product dl li:before,
#order_review .col_product dl li:before,
.cart-items .col_product dl li:before,
.order_details .product-name .options li:before,
#order_review .product-name .options li:before,
.cart-items .product-name .options li:before,
.order_details .col_product .options li:before,
#order_review .col_product .options li:before,
.cart-items .col_product .options li:before,
.order_details .product-name .extras li:before,
#order_review .product-name .extras li:before,
.cart-items .product-name .extras li:before,
.order_details .col_product .extras li:before,
#order_review .col_product .extras li:before,
.cart-items .col_product .extras li:before {
  content: "\f105";
  color: #1abc9c;
  font-family: FontAwesome;
  margin-right: 5px;
}
.order_details .product-name dl dt,
#order_review .product-name dl dt,
.cart-items .product-name dl dt,
.order_details .col_product dl dt,
#order_review .col_product dl dt,
.cart-items .col_product dl dt,
.order_details .product-name .options dt,
#order_review .product-name .options dt,
.cart-items .product-name .options dt,
.order_details .col_product .options dt,
#order_review .col_product .options dt,
.cart-items .col_product .options dt,
.order_details .product-name .extras dt,
#order_review .product-name .extras dt,
.cart-items .product-name .extras dt,
.order_details .col_product .extras dt,
#order_review .col_product .extras dt,
.cart-items .col_product .extras dt {
  margin-right: 5px;
}
.order_details .product-name dl dd:before,
#order_review .product-name dl dd:before,
.cart-items .product-name dl dd:before,
.order_details .col_product dl dd:before,
#order_review .col_product dl dd:before,
.cart-items .col_product dl dd:before,
.order_details .product-name .options dd:before,
#order_review .product-name .options dd:before,
.cart-items .product-name .options dd:before,
.order_details .col_product .options dd:before,
#order_review .col_product .options dd:before,
.cart-items .col_product .options dd:before,
.order_details .product-name .extras dd:before,
#order_review .product-name .extras dd:before,
.cart-items .product-name .extras dd:before,
.order_details .col_product .extras dd:before,
#order_review .col_product .extras dd:before,
.cart-items .col_product .extras dd:before {
  margin: 0px;
  content: none;
}
.order_details .product-name dl,
#order_review .product-name dl,
.cart-items .product-name dl,
.order_details .col_product dl,
#order_review .col_product dl,
.cart-items .col_product dl {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 100px;
}
.order_details .product-name dl dl,
#order_review .product-name dl dl,
.cart-items .product-name dl dl,
.order_details .col_product dl dl,
#order_review .col_product dl dl,
.cart-items .col_product dl dl,
.order_details .product-name dl dt,
#order_review .product-name dl dt,
.cart-items .product-name dl dt,
.order_details .col_product dl dt,
#order_review .col_product dl dt,
.cart-items .col_product dl dt {
  float: left;
  min-width: 50px;
}
.order_details .product-thumbnail,
#order_review .product-thumbnail,
.cart-items .product-thumbnail {
  width: 1%;
  white-space: nowrap;
}
.order_details .product-thumbnail .image a,
#order_review .product-thumbnail .image a,
.cart-items .product-thumbnail .image a {
  display: block;
  border: 4px solid #f0f0f0;
  position: relative;
}
.order_details .product-thumbnail .image a:before,
#order_review .product-thumbnail .image a:before,
.cart-items .product-thumbnail .image a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #474948;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.order_details .product-thumbnail .image a:hover,
#order_review .product-thumbnail .image a:hover,
.cart-items .product-thumbnail .image a:hover,
.order_details .product-thumbnail .image a:focus,
#order_review .product-thumbnail .image a:focus,
.cart-items .product-thumbnail .image a:focus {
  border-color: #1abc9c;
}
.order_details .product-thumbnail .image a:hover:before,
#order_review .product-thumbnail .image a:hover:before,
.cart-items .product-thumbnail .image a:hover:before,
.order_details .product-thumbnail .image a:focus:before,
#order_review .product-thumbnail .image a:focus:before,
.cart-items .product-thumbnail .image a:focus:before {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.order_details .product-remove a,
#order_review .product-remove a,
.cart-items .product-remove a,
.order_details .col_remove a,
#order_review .col_remove a,
.cart-items .col_remove a {
  text-decoration: none;
}
.order_details .product-quantity input[type="number"],
#order_review .product-quantity input[type="number"],
.cart-items .product-quantity input[type="number"],
.order_details .col_qty input[type="number"],
#order_review .col_qty input[type="number"],
.cart-items .col_qty input[type="number"],
.order_details .product-quantity input[type="text"],
#order_review .product-quantity input[type="text"],
.cart-items .product-quantity input[type="text"],
.order_details .col_qty input[type="text"],
#order_review .col_qty input[type="text"],
.cart-items .col_qty input[type="text"] {
  width: 40px;
  text-align: right;
}
.order_details .product-quantity input[type="button"],
#order_review .product-quantity input[type="button"],
.cart-items .product-quantity input[type="button"],
.order_details .col_qty input[type="button"],
#order_review .col_qty input[type="button"],
.cart-items .col_qty input[type="button"] {
  display: none;
}
.order_details .col_single .single-price,
#order_review .col_single .single-price,
.cart-items .col_single .single-price,
.order_details .col_total .single-price,
#order_review .col_total .single-price,
.cart-items .col_total .single-price,
.order_details .col_discount .single-price,
#order_review .col_discount .single-price,
.cart-items .col_discount .single-price,
.order_details .col_single .total-price,
#order_review .col_single .total-price,
.cart-items .col_single .total-price,
.order_details .col_total .total-price,
#order_review .col_total .total-price,
.cart-items .col_total .total-price,
.order_details .col_discount .total-price,
#order_review .col_discount .total-price,
.cart-items .col_discount .total-price,
.order_details .col_single .discount,
#order_review .col_single .discount,
.cart-items .col_single .discount,
.order_details .col_total .discount,
#order_review .col_total .discount,
.cart-items .col_total .discount,
.order_details .col_discount .discount,
#order_review .col_discount .discount,
.cart-items .col_discount .discount {
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 980px) {
  .order_details thead,
  #order_review thead,
  .cart-items thead {
    display: none;
  }
  .order_details tbody,
  #order_review tbody,
  .cart-items tbody {
    width: 100%;
  }
  .order_details tbody tr,
  #order_review tbody tr,
  .cart-items tbody tr {
    overflow: hidden;
    height: auto;
    width: 100%;
    border: 1px solid #e3e3e3;
  }
  .order_details tbody tr td,
  #order_review tbody tr td,
  .cart-items tbody tr td {
    display: block;
    text-align: left;
    padding-left: calc(50% + 10px);
    position: relative;
    overflow: hidden;
    height: auto;
    border-bottom: 1px solid #f0f0f0;
  }
  .order_details tbody tr td.product-thumbnail,
  #order_review tbody tr td.product-thumbnail,
  .cart-items tbody tr td.product-thumbnail {
    display: none;
  }
  .order_details tbody tr td:first-child,
  #order_review tbody tr td:first-child,
  .cart-items tbody tr td:first-child {
    padding: 10px;
    padding-left: calc(50% + 10px);
  }
  .order_details tbody tr td.text-right,
  #order_review tbody tr td.text-right,
  .cart-items tbody tr td.text-right {
    text-align: left;
  }
  .order_details tbody tr td:before,
  #order_review tbody tr td:before,
  .cart-items tbody tr td:before {
    content: attr(data-title);
    display: block;
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    background-color: #f9f9f9;
  }
}
.checkout .woocommerce-info a,
.checkout .showcoupon a {
  color: #3A87AD;
  padding: 0px;
}
.checkout #customer_details .required {
  color: #1abc9c;
  border-bottom: 0px;
}
.checkout #customer_details .row-fluid .control-group input,
.checkout #customer_details .row-fluid .control-group select,
.checkout #customer_details .row-fluid .control-group textarea {
  /*width: 95%;
					min-width: 95% !important;
					max-width: 95% !important;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 30px;
}
.checkout #customer_details .control-group p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.checkout #ship-to-different-address {
  float: right;
  margin: 0px;
  padding: 0px;
}
.checkout #ship-to-different-address label {
  display: inline-block;
  padding-left: 5px;
}
.checkout #ship-to-different-address input {
  display: inline-block;
  margin: 0px;
}
.order_details .product-name dl,
#order_review .product-name dl,
.order_details .col_product dl,
#order_review .col_product dl {
  display: block;
}
.order_details .product-total,
#order_review .product-total {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}
.order_details tfoot tr th,
#order_review tfoot tr th,
.order_details tfoot tr td,
#order_review tfoot tr td {
  text-align: right;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  white-space: nowrap;
  border-bottom: 0px;
}
.order_details tfoot tr th,
#order_review tfoot tr th {
  font-weight: normal;
  padding-right: 40px;
}
.order_details tfoot tr td,
#order_review tfoot tr td {
  font-weight: bold;
}
.order_details tfoot tr:last-child,
#order_review tfoot tr:last-child,
.order_details tfoot tr .total,
#order_review tfoot tr .total {
  /*todo*/
}
.order_details tfoot tr:last-child th,
#order_review tfoot tr:last-child th,
.order_details tfoot tr .total th,
#order_review tfoot tr .total th,
.order_details tfoot tr:last-child td,
#order_review tfoot tr:last-child td,
.order_details tfoot tr .total td,
#order_review tfoot tr .total td {
  color: #1abc9c;
}
.order_details tfoot tr:first-child th,
#order_review tfoot tr:first-child th,
.order_details tfoot tr:first-child td,
#order_review tfoot tr:first-child td {
  padding-top: 20px;
}
.order_details #place_order,
#order_review #place_order {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  padding: 12px 20px;
  background-color: #1abc9c;
  float: right;
}
.order_details #place_order:hover,
#order_review #place_order:hover,
.order_details #place_order:focus,
#order_review #place_order:focus,
.order_details #place_order:active,
#order_review #place_order:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.order_details #place_order:focus,
#order_review #place_order:focus,
.order_details #place_order:active,
#order_review #place_order:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
}
.order_details #place_order:hover,
#order_review #place_order:hover,
.order_details #place_order:focus,
#order_review #place_order:focus,
.order_details #place_order:active,
#order_review #place_order:active {
  background-color: #17a689;
}
.order_details .shipping th,
.cart_totals .shipping th,
#order_review .shipping th,
.order_details .shipping td,
.cart_totals .shipping td,
#order_review .shipping td {
  vertical-align: top;
  line-height: 30px;
}
.order_details .shipping th select,
.cart_totals .shipping th select,
#order_review .shipping th select,
.order_details .shipping td select,
.cart_totals .shipping td select,
#order_review .shipping td select {
  width: auto;
  max-width: 150px;
}
.order_details .payment_methods,
.cart_totals .payment_methods,
#order_review .payment_methods,
.order_details #shipping_method,
.cart_totals #shipping_method,
#order_review #shipping_method {
  display: block;
}
.order_details .payment_methods li,
.cart_totals .payment_methods li,
#order_review .payment_methods li,
.order_details #shipping_method li,
.cart_totals #shipping_method li,
#order_review #shipping_method li {
  display: block;
  text-align: left;
  line-height: 30px;
}
.order_details .payment_methods li input,
.cart_totals .payment_methods li input,
#order_review .payment_methods li input,
.order_details #shipping_method li input,
.cart_totals #shipping_method li input,
#order_review #shipping_method li input,
.order_details .payment_methods li label,
.cart_totals .payment_methods li label,
#order_review .payment_methods li label,
.order_details #shipping_method li label,
.cart_totals #shipping_method li label,
#order_review #shipping_method li label {
  vertical-align: text-top;
  margin-right: 5px;
}
.order_details .payment_methods li label,
.cart_totals .payment_methods li label,
#order_review .payment_methods li label,
.order_details #shipping_method li label,
.cart_totals #shipping_method li label,
#order_review #shipping_method li label {
  display: inline;
}
.order_details .payment_methods li label span,
.cart_totals .payment_methods li label span,
#order_review .payment_methods li label span,
.order_details #shipping_method li label span,
.cart_totals #shipping_method li label span,
#order_review #shipping_method li label span {
  display: inline-block;
  margin-left: 5px;
  /*todo*/
  color: #1abc9c;
}
.order_details .payment_methods li div,
.cart_totals .payment_methods li div,
#order_review .payment_methods li div,
.order_details #shipping_method li div,
.cart_totals #shipping_method li div,
#order_review #shipping_method li div {
  background-color: #fbfbf9;
  padding: 12px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.order_details .payment_methods li div p,
.cart_totals .payment_methods li div p,
#order_review .payment_methods li div p,
.order_details #shipping_method li div p,
.cart_totals #shipping_method li div p,
#order_review #shipping_method li div p {
  padding: 0px;
  margin: 0px;
}
.order_details .place-order,
.cart_totals .place-order,
#order_review .place-order {
  overflow: hidden !important;
  height: auto !important;
  overflow: auto;
  height: 100%;
}
.customer_details th {
  padding-right: 20px;
}
.customer_details th,
.customer_details td {
  text-align: left;
  vertical-align: middle;
}
.cart .box-footer .pull-right button.btn.btn-small:after {
  margin-left: 0px;
  content: "";
}
.cart_totals .box {
  padding-left: 0px;
  padding-right: 0px;
}
.cart_totals .box .title {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
.cart_totals table {
  width: 100%;
  margin-bottom: 0px;
}
.cart_totals table tr td,
.cart_totals table tr th {
  width: 50%;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px dotted #f0f0f0;
  padding: 15px 20px;
  font-size: 13px;
}
.cart_totals table tr strong,
.cart_totals table tr th {
  font-weight: normal;
}
.cart_totals table tr th {
  padding-right: 0px;
}
.cart_totals table tr td {
  text-align: right;
  font-weight: bold;
  padding-left: 0px;
}
.cart_totals table tr td strong {
  font-weight: bold;
}
.cart_totals table tr:last-child td,
.cart_totals table tr.total td,
.cart_totals table tr:last-child th,
.cart_totals table tr.total th {
  border-bottom: 0px;
  padding-bottom: 0px;
  color: #1abc9c;
}
.cart .coupon form {
  margin: 20px 0 0;
}
.cart .coupon .input-append {
  margin-bottom: 0;
  width: 100%;
}
.cart .coupon .input-append input[type="text"],
.cart .coupon .input-append button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart .coupon .input-append input[type="text"] {
  width: 80%;
  height: 30px;
}
.cart .coupon .input-append input[type="submit"] {
  width: 20%;
  height: 30px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 979px) {
  .cart .box-footer .pull-right,
  .cart .box-footer .pull-left {
    float: none;
    clear: both;
    display: block;
  }
  .cart .box-footer .button,
  .cart .box-footer .btn {
    display: block;
    width: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .cart .box-footer .button:first-child,
  .cart .box-footer .btn:first-child {
    margin-top: 0px;
  }
  .cart .box-footer .pull-right .button,
  .cart .box-footer .pull-right .btn {
    margin-top: 20px;
  }
}
/*---
| CHECKOUT
---*/
.checkout .nav-tabs {
  margin: -20px -20px 20px;
}
.checkout .nav-tabs li {
  width: 20%;
}
@media (max-width: 480px) {
  .checkout .nav-tabs li {
    width: 33.33%;
  }
}
.checkout .nav-tabs li > div {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.checkout .shipping-methods .box-content,
.checkout .payment-methods .box-content {
  /*zoom: 1;*/
}
.checkout .shipping-methods .box-content:before,
.checkout .payment-methods .box-content:before {
  content: '';
  display: block;
}
.checkout .shipping-methods .box-content:after,
.checkout .payment-methods .box-content:after {
  content: '';
  display: table;
  clear: both;
}
.checkout .shipping-methods .box-content .price,
.checkout .payment-methods .box-content .price {
  float: left;
}
.checkout .shipping-methods .box-content input,
.checkout .payment-methods .box-content input {
  float: right;
}
/*---
| STATIC PAGE
---*/
.static-page {
  margin-bottom: 20px;
  padding: 20px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  /*&.box-content{
		margin-bottom: 0px;
	}*/
  padding: 0;
  background-color: #ffffff;
}
.static-page .box-header {
  margin: 0 -20px;
  padding: 0 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.static-page .box-header h3 {
  font-size: 16px;
  line-height: 24px;
  color: #474948;
  font-weight: 700;
  margin: 0;
}
.static-page .box-header h5 {
  font-size: 14px;
  line-height: 21px;
  color: #939694;
  font-weight: 400;
  margin: 0;
}
.static-page .box-image {
  margin: -20px -20px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.static-page .box-image a,
.static-page .box-image img {
  display: block;
}
.static-page .box-image img {
  margin: auto;
}
.static-page .box-body,
.static-page .box-content {
  margin-top: 20px;
}
.static-page .box-body > *:last-child,
.static-page .box-content > *:last-child {
  margin-bottom: 0;
}
.static-page .box-body .price-list,
.static-page .box-content .price-list {
  margin: -20px;
}
.static-page .box-body .price-list li,
.static-page .box-content .price-list li {
  margin: 0;
}
.static-page .form-submit,
.static-page .box-footer {
  /*zoom: 1;*/
  clear: both;
  margin: 20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}
.static-page .form-submit:before,
.static-page .box-footer:before {
  content: '';
  display: block;
}
.static-page .form-submit:after,
.static-page .box-footer:after {
  content: '';
  display: table;
  clear: both;
}
.static-page .form-submit a,
.static-page .box-footer a {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  padding: 12px 20px;
  padding: 8px 16px;
}
.static-page .form-submit a:hover,
.static-page .box-footer a:hover,
.static-page .form-submit a:focus,
.static-page .box-footer a:focus,
.static-page .form-submit a:active,
.static-page .box-footer a:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.static-page .form-submit a:focus,
.static-page .box-footer a:focus,
.static-page .form-submit a:active,
.static-page .box-footer a:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
}
.static-page .form-submit a[rel="prev"],
.static-page .box-footer a[rel="prev"] {
  float: left;
}
.static-page .form-submit a[rel="prev"]:before,
.static-page .box-footer a[rel="prev"]:before {
  font-family: fontAwesome;
  margin-right: 10px;
  content: "\f053";
  font-weight: normal;
}
.static-page .form-submit a[rel="next"],
.static-page .box-footer a[rel="next"] {
  float: right;
}
.static-page .form-submit a[rel="next"]:after,
.static-page .box-footer a[rel="next"]:after {
  font-family: fontAwesome;
  margin-left: 10px;
  content: "\f054";
  font-weight: normal;
}
.static-page .form-submit .pull-right .btn.btn-small:after,
.static-page .box-footer .pull-right .btn.btn-small:after {
  font-family: fontAwesome;
  margin-left: 10px;
  content: "\f054";
  font-weight: normal;
}
.static-page .box-header + .box-footer {
  border-top: none;
  margin-top: 0;
}
.static-page .box-content.highlight {
  margin: 0 -20px;
  padding: 0 20px;
  padding: 20px;
  background-color: #f9f9f9;
  margin-bottom: -20px;
}
.static-page .form-submit input[type="submit"] {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  padding: 12px 20px;
  background-color: #1abc9c;
}
.static-page .form-submit input[type="submit"]:hover,
.static-page .form-submit input[type="submit"]:focus,
.static-page .form-submit input[type="submit"]:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.static-page .form-submit input[type="submit"]:focus,
.static-page .form-submit input[type="submit"]:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
}
.static-page .form-submit input[type="submit"]:hover,
.static-page .form-submit input[type="submit"]:focus,
.static-page .form-submit input[type="submit"]:active {
  background-color: #17a689;
}
.static-page .buttons {
  /*zoom: 1;*/
  margin: 20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}
.static-page .buttons:before {
  content: '';
  display: block;
}
.static-page .buttons:after {
  content: '';
  display: table;
  clear: both;
}
.static-page .hgroup.title + .buttons {
  border-top: none;
  margin-top: 0;
}
.static-page .entry-thumbnail {
  margin-bottom: 20px;
}
.static-page .entry-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.static-page > .row-fluid {
  position: relative;
}
.static-page > .row-fluid > .span3 {
  background-color: #fbfbf9;
  border-right: 1px solid #e3e3e3;
}
.static-page > .row-fluid > .span9 {
  min-height: 600px;
}
@media (max-width: 980px) {
  .static-page > .row-fluid {
    position: static;
  }
  .static-page > .row-fluid > .span9 {
    float: none;
    margin: 0px;
    clear: both;
    width: 100%;
  }
  .static-page > .row-fluid > .span3 {
    border-top: 1px solid #e3e3e3;
    border-right: 0px;
    float: none;
    margin: 0px;
    clear: both;
    width: 100%;
  }
}
.static-page .content {
  padding: 30px 60px 30px 30px;
  min-height: 260px;
}
@media (max-width: 767px) {
  .static-page .content {
    padding: 30px 60px;
  }
}
.static-page .content .row,
.static-page .content .row-fluid {
  margin-bottom: 20px;
}
.static-page .content ul ul,
.static-page .content ol ol,
.static-page .content ul ol,
.static-page .content ol ul {
  padding-left: 40px;
}
/*---
| SEARCH
---*/
.filter .control-group,
.filter input,
.filter select,
.filter textarea {
  margin-bottom: 0;
}
/*---
| WELL
---*/
.well {
  border: 1px solid #e7e7da;
  color: #606362;
  padding: 20px;
  margin-bottom: 40px;
  background-color: #fbfbf9;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /*zoom: 1;*/
}
.well:before {
  content: '';
  display: block;
}
.well:after {
  content: '';
  display: table;
  clear: both;
}
.well *:last-child {
  margin-bottom: 0;
}
.well-large {
  padding: 40px;
}
/*---
| OPTIONS PANEL
---*/
.options-panel {
  position: fixed;
  top: 250px;
  left: -240px;
  z-index: 1000;
  width: 292px;
  /*zoom: 1;*/
}
.options-panel:before {
  content: '';
  display: block;
}
.options-panel:after {
  content: '';
  display: table;
  clear: both;
}
.options-panel p {
  margin: 0px;
  padding: 0px;
}
.options-panel .options-panel-content {
  width: 200px;
  padding: 20px;
  background-color: #ffffff;
  float: left;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
}
.options-panel .options-panel-content h5 {
  font-size: 16px;
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}
.options-panel .options-panel-content ul {
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  /*zoom: 1;*/
}
.options-panel .options-panel-content ul:before {
  content: '';
  display: block;
}
.options-panel .options-panel-content ul:after {
  content: '';
  display: table;
  clear: both;
}
.options-panel .options-panel-content ul.controls-background li.default a {
  background-color: #F0F0F0;
}
.options-panel .options-panel-content ul.controls-background li.dark10 a {
  background-color: rgba(0, 0, 0, 0.1);
}
.options-panel .options-panel-content ul.controls-background li.dark20 a {
  background-color: rgba(0, 0, 0, 0.2);
}
.options-panel .options-panel-content ul.controls-background li.dark30 a {
  background-color: rgba(0, 0, 0, 0.3);
}
.options-panel .options-panel-content ul.controls-background li.dark40 a {
  background-color: rgba(0, 0, 0, 0.4);
}
.options-panel .options-panel-content ul.controls-background li.dark50 a {
  background-color: rgba(0, 0, 0, 0.5);
}
.options-panel .options-panel-content ul.controls-background li.dark60 a {
  background-color: rgba(0, 0, 0, 0.6);
}
.options-panel .options-panel-content ul.controls-background li.dark70 a {
  background-color: rgba(0, 0, 0, 0.7);
}
.options-panel .options-panel-content ul li {
  display: block;
  float: left;
  margin: 2px;
}
.options-panel .options-panel-content ul li a {
  display: block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background-color: #1abc9c;
  border: 2px solid transparent;
}
.options-panel .options-panel-content ul li a:hover {
  border-color: #1abc9c;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.options-panel .options-panel-content ul li.turquoise a {
  background-color: #1abc9c;
}
.options-panel .options-panel-content ul li.greensea a {
  background-color: #16a085;
}
.options-panel .options-panel-content ul li.emerland a {
  background-color: #2ecc71;
}
.options-panel .options-panel-content ul li.nephritis a {
  background-color: #27ae60;
}
.options-panel .options-panel-content ul li.peterriver a {
  background-color: #3498db;
}
.options-panel .options-panel-content ul li.belizehole a {
  background-color: #2980b9;
}
.options-panel .options-panel-content ul li.amethyst a {
  background-color: #9b59b6;
}
.options-panel .options-panel-content ul li.wisteria a {
  background-color: #8e44ad;
}
.options-panel .options-panel-content ul li.wetasphalt a {
  background-color: #34495e;
}
.options-panel .options-panel-content ul li.midnightblue a {
  background-color: #2c3e50;
}
.options-panel .options-panel-content ul li.sunflower a {
  background-color: #f1c40f;
}
.options-panel .options-panel-content ul li.orange a {
  background-color: #f39c12;
}
.options-panel .options-panel-content ul li.carrot a {
  background-color: #e67e22;
}
.options-panel .options-panel-content ul li.pumpkin a {
  background-color: #d35400;
}
.options-panel .options-panel-content ul li.alizarin a {
  background-color: #e74c3c;
}
.options-panel .options-panel-content ul li.pomegranate a {
  background-color: #c0392b;
}
.options-panel .options-panel-toggle {
  float: left;
  width: 52px;
}
.options-panel .options-panel-toggle a {
  display: block;
  text-align: center;
  background-color: #1abc9c;
  color: #ffffff;
  text-decoration: none;
  width: 52px;
  height: 52px;
  outline: 0px;
  border: 0px;
  overflow: hidden;
}
.options-panel .options-panel-toggle a span {
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease,-moz-transform 0.3s ease,-o-transform 0.3s ease,transform 0.3s ease;
  display: block;
}
.options-panel .options-panel-toggle a span:before {
  font-size: 32px;
  line-height: 53px;
  font-family: fontAwesome;
  content: "\f013";
}
.options-panel .options-panel-toggle a:hover span {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.options-panel.active .options-panel-toggle a span {
  -webkit-transition: -webkit-transform 0s ease;
  -moz-transition: -moz-transform 0s ease;
  -o-transition: -o-transform 0s ease;
  transition: -webkit-transform 0s ease,-moz-transform 0s ease,-o-transform 0s ease,transform 0s ease;
}
.options-panel.active .options-panel-toggle a span:before {
  content: "\f0d9";
}
.options-panel.active .options-panel-toggle a:hover span {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}
/*---
| HERO UNIT
---*/
.hero-unit {
  border: 1px solid #e3e3e3;
  background-color: #f0f0f0;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
/*---
| GRIDS
---*/
.show-grid [class*="span"] {
  background-color: #f0f0f0;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
/*---
| ORDER HISTORY
---*/
.orders tbody,
.order tbody {
  line-height: 28px;
  font-size: 12px;
}
/*---
| LABEL
---*/
.label {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  font-size: 10px;
  line-height: 14px;
  padding: 2px 6px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0.5px;
}
.label-sale {
  background-color: #1abc9c;
}
/*---
| ALERTS
---*/
.mc4wp-alert {
  margin-bottom: 5px;
}
.mc4wp-alert,
.alert {
  font-size: 13px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  padding: 12px 20px;
  overflow: hidden;
  height: auto;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}
.mc4wp-alert .button,
.alert .button {
  float: right;
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  padding: 12px 20px;
  background-color: #1abc9c;
}
.mc4wp-alert .button:hover,
.alert .button:hover,
.mc4wp-alert .button:focus,
.alert .button:focus,
.mc4wp-alert .button:active,
.alert .button:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.mc4wp-alert .button:focus,
.alert .button:focus,
.mc4wp-alert .button:active,
.alert .button:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
}
.mc4wp-alert .button:hover,
.alert .button:hover,
.mc4wp-alert .button:focus,
.alert .button:focus,
.mc4wp-alert .button:active,
.alert .button:active {
  background-color: #17a689;
}
.mc4wp-alert color,
.alert color,
.mc4wp-alert a,
.alert a {
  color: #c09853;
}
.mc4wp-alert.mc4wp-error,
.alert.mc4wp-error,
.mc4wp-alert.alert-error,
.alert.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.mc4wp-alert.mc4wp-error a,
.alert.mc4wp-error a,
.mc4wp-alert.alert-error a,
.alert.alert-error a {
  color: #B94A48;
}
.mc4wp-alert.mc4wp-error a.btn,
.alert.mc4wp-error a.btn,
.mc4wp-alert.alert-error a.btn,
.alert.alert-error a.btn,
.mc4wp-alert.mc4wp-error a.button,
.alert.mc4wp-error a.button,
.mc4wp-alert.alert-error a.button,
.alert.alert-error a.button {
  color: #ffffff !important;
}
.mc4wp-alert.mc4wp-success,
.alert.mc4wp-success,
.mc4wp-alert.alert-success,
.alert.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.mc4wp-alert.mc4wp-success a,
.alert.mc4wp-success a,
.mc4wp-alert.alert-success a,
.alert.alert-success a {
  color: #468847;
}
.mc4wp-alert.mc4wp-success a.btn,
.alert.mc4wp-success a.btn,
.mc4wp-alert.alert-success a.btn,
.alert.alert-success a.btn,
.mc4wp-alert.mc4wp-success a.button,
.alert.mc4wp-success a.button,
.mc4wp-alert.alert-success a.button,
.alert.alert-success a.button {
  color: #ffffff !important;
}
/*---
| WIDGET
---*/
.widget {
  background-color: #ffffff;
  border-top: 5px solid #1abc9c;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
}
.widget h2.widgettitle,
.widget h3.widget-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 20px;
  margin: -20px -20px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.widget_search label,
.widget_product_search label {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.widget_search input[type="submit"],
.widget_product_search input[type="submit"] {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  padding: 12px 20px;
  background-color: #1abc9c;
}
.widget_search input[type="submit"]:hover,
.widget_product_search input[type="submit"]:hover,
.widget_search input[type="submit"]:focus,
.widget_product_search input[type="submit"]:focus,
.widget_search input[type="submit"]:active,
.widget_product_search input[type="submit"]:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.widget_search input[type="submit"]:focus,
.widget_product_search input[type="submit"]:focus,
.widget_search input[type="submit"]:active,
.widget_product_search input[type="submit"]:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
}
.widget_search input[type="submit"]:hover,
.widget_product_search input[type="submit"]:hover,
.widget_search input[type="submit"]:focus,
.widget_product_search input[type="submit"]:focus,
.widget_search input[type="submit"]:active,
.widget_product_search input[type="submit"]:active {
  background-color: #17a689;
}
.widget_search input[type="search"],
.widget_product_search input[type="search"],
.widget_search input[type="text"],
.widget_product_search input[type="text"],
.widget_search input[type="submit"],
.widget_product_search input[type="submit"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget_search input[type="search"],
.widget_product_search input[type="search"],
.widget_search input[type="text"],
.widget_product_search input[type="text"] {
  height: 30px;
}
.widget.widget_product_search label {
  display: none;
}
#mc4wp-checkbox input {
  vertical-align: middle;
  margin-right: 5px;
}
.widget_mc4wp_widget button,
.footer_widget_widget_mc4wp_widget button,
.footer_widget_widget_newsletter_widget button,
.widget_newsletter_widget button,
.widget_mc4wp_widget input,
.footer_widget_widget_mc4wp_widget input,
.footer_widget_widget_newsletter_widget input,
.widget_newsletter_widget input {
  float: left;
}
.widget_mc4wp_widget input[type="text"],
.footer_widget_widget_mc4wp_widget input[type="text"],
.footer_widget_widget_newsletter_widget input[type="text"],
.widget_newsletter_widget input[type="text"],
.widget_mc4wp_widget input[type="email"],
.footer_widget_widget_mc4wp_widget input[type="email"],
.footer_widget_widget_newsletter_widget input[type="email"],
.widget_newsletter_widget input[type="email"] {
  width: 70%;
  color: #474948;
}
.widget_mc4wp_widget input[type="text"]:focus,
.footer_widget_widget_mc4wp_widget input[type="text"]:focus,
.footer_widget_widget_newsletter_widget input[type="text"]:focus,
.widget_newsletter_widget input[type="text"]:focus,
.widget_mc4wp_widget input[type="email"]:focus,
.footer_widget_widget_mc4wp_widget input[type="email"]:focus,
.footer_widget_widget_newsletter_widget input[type="email"]:focus,
.widget_newsletter_widget input[type="email"]:focus {
  background-color: #f6f6f6;
  border-color: #cacaca;
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
}
.widget_mc4wp_widget input[type="submit"],
.footer_widget_widget_mc4wp_widget input[type="submit"],
.footer_widget_widget_newsletter_widget input[type="submit"],
.widget_newsletter_widget input[type="submit"],
.widget_mc4wp_widget button,
.footer_widget_widget_mc4wp_widget button,
.footer_widget_widget_newsletter_widget button,
.widget_newsletter_widget button,
.widget_mc4wp_widget .btn,
.footer_widget_widget_mc4wp_widget .btn,
.footer_widget_widget_newsletter_widget .btn,
.widget_newsletter_widget .btn {
  width: 20%;
  font-size: 12px;
  line-height: 20px;
  height: 30px;
}
.widget_mc4wp_widget .input-append,
.footer_widget_widget_mc4wp_widget .input-append,
.footer_widget_widget_newsletter_widget .input-append,
.widget_newsletter_widget .input-append {
  width: 100%;
}
.widget_mc4wp_widget .input-append input[type="submit"],
.footer_widget_widget_mc4wp_widget .input-append input[type="submit"],
.footer_widget_widget_newsletter_widget .input-append input[type="submit"],
.widget_newsletter_widget .input-append input[type="submit"],
.widget_mc4wp_widget .input-append input[type="button"],
.footer_widget_widget_mc4wp_widget .input-append input[type="button"],
.footer_widget_widget_newsletter_widget .input-append input[type="button"],
.widget_newsletter_widget .input-append input[type="button"],
.widget_mc4wp_widget .input-append .btn:first-child,
.footer_widget_widget_mc4wp_widget .input-append .btn:first-child,
.footer_widget_widget_newsletter_widget .input-append .btn:first-child,
.widget_newsletter_widget .input-append .btn:first-child {
  width: 20%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .widget.widget_mc4wp_widget input[type="text"],
  .widget.widget_newsletter_widget input[type="text"],
  .widget.widget_mc4wp_widget input[type="email"],
  .widget.widget_newsletter_widget input[type="email"],
  .widget.widget_mc4wp_widget input[type="submit"],
  .widget.widget_newsletter_widget input[type="submit"],
  .widget.widget_mc4wp_widget button,
  .widget.widget_newsletter_widget button,
  .widget.widget_mc4wp_widget .btn,
  .widget.widget_newsletter_widget .btn {
    width: 100%;
    float: none;
    display: block;
  }
  .widget.widget_mc4wp_widget input[type="text"],
  .widget.widget_newsletter_widget input[type="text"],
  .widget.widget_mc4wp_widget input[type="email"],
  .widget.widget_newsletter_widget input[type="email"] {
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
  }
}
.widget_search label span,
.widget_product_search label {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px;
  margin: -20px -20px 20px;
}
.widget_calendar table {
  width: 100%;
  margin-bottom: 0px;
}
.widget_calendar table caption {
  font-weight: bold;
}
.widget_calendar table th {
  background-color: #f0f0f0;
}
.widget_calendar table td,
.widget_calendar table th {
  border: 1px solid #f0f0f0;
  font-size: 12px;
  padding: 5px;
}
.widget_calendar table td {
  text-align: center;
  vertical-align: middle;
  width: 14.28571428571429%;
}
.widget_calendar table td.pad {
  background-color: #ffffff;
}
.widget_calendar table tfoot td,
.widget_calendar table tfoot th {
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 20px;
}
.widget_calendar table tfoot td#prev,
.widget_calendar table tfoot th#prev {
  text-align: left;
}
.widget_calendar table tfoot td#next,
.widget_calendar table tfoot th#next {
  text-align: right;
}
.widget_calendar table tfoot td a,
.widget_calendar table tfoot th a {
  background-color: #bdbdbd;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
.widget_calendar table tfoot td a:hover,
.widget_calendar table tfoot th a:hover,
.widget_calendar table tfoot td a:focus,
.widget_calendar table tfoot th a:focus,
.widget_calendar table tfoot td a:active,
.widget_calendar table tfoot th a:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.widget_calendar table tfoot td a:focus,
.widget_calendar table tfoot th a:focus,
.widget_calendar table tfoot td a:active,
.widget_calendar table tfoot th a:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
}
.widget.icl_languages_selector #lang_sel_list,
.widget.icl_languages_selector .lang_sel_list_vertical {
  width: auto;
  position: static;
  height: auto;
}
.widget.icl_languages_selector #lang_sel_list ul,
.widget.icl_languages_selector .lang_sel_list_vertical ul {
  left: auto;
  top: auto;
  border: 0px;
  height: auto;
  margin: -20px !important;
}
.widget.icl_languages_selector #lang_sel_list ul li,
.widget.icl_languages_selector .lang_sel_list_vertical ul li {
  float: none;
  position: static;
  width: auto;
}
.widget.icl_languages_selector #lang_sel_list ul li a,
.widget.icl_languages_selector .lang_sel_list_vertical ul li a {
  font-size: 12px;
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.widget.icl_languages_selector #lang_sel_list ul li a img,
.widget.icl_languages_selector .lang_sel_list_vertical ul li a img {
  vertical-align: middle;
  margin-right: 10px;
}
.widget.icl_languages_selector #lang_sel_list ul,
.widget.icl_languages_selector .lang_sel_list_vertical ul,
.widget.widget_nav_menu ul,
.widget_layered_nav_filters ul,
.widget.widget_product_categories ul,
.widget.widget_archive ul,
.widget.widget_categories ul,
.widget.woocommerce_subcategories_widget ul,
.widget.widget_meta ul,
.widget.widget_pages ul,
.widget.Categories ul,
.widget.Menu ul {
  list-style: none;
  margin: 0;
}
.widget.icl_languages_selector #lang_sel_list div > ul,
.widget.icl_languages_selector .lang_sel_list_vertical div > ul,
.widget.widget_nav_menu div > ul,
.widget_layered_nav_filters div > ul,
.widget.widget_product_categories div > ul,
.widget.widget_archive div > ul,
.widget.widget_categories div > ul,
.widget.woocommerce_subcategories_widget div > ul,
.widget.widget_meta div > ul,
.widget.widget_pages div > ul,
.widget.Categories div > ul,
.widget.Menu div > ul,
.widget.icl_languages_selector #lang_sel_list > ul,
.widget.icl_languages_selector .lang_sel_list_vertical > ul,
.widget.widget_nav_menu > ul,
.widget_layered_nav_filters > ul,
.widget.widget_product_categories > ul,
.widget.widget_archive > ul,
.widget.widget_categories > ul,
.widget.woocommerce_subcategories_widget > ul,
.widget.widget_meta > ul,
.widget.widget_pages > ul,
.widget.Categories > ul,
.widget.Menu > ul {
  margin: -20px -20px;
}
.widget.icl_languages_selector #lang_sel_list li p,
.widget.icl_languages_selector .lang_sel_list_vertical li p,
.widget.widget_nav_menu li p,
.widget_layered_nav_filters li p,
.widget.widget_product_categories li p,
.widget.widget_archive li p,
.widget.widget_categories li p,
.widget.woocommerce_subcategories_widget li p,
.widget.widget_meta li p,
.widget.widget_pages li p,
.widget.Categories li p,
.widget.Menu li p {
  padding: 20px;
  padding-bottom: 0px;
}
.widget.icl_languages_selector #lang_sel_list a,
.widget.icl_languages_selector .lang_sel_list_vertical a,
.widget.widget_nav_menu a,
.widget_layered_nav_filters a,
.widget.widget_product_categories a,
.widget.widget_archive a,
.widget.widget_categories a,
.widget.woocommerce_subcategories_widget a,
.widget.widget_meta a,
.widget.widget_pages a,
.widget.Categories a,
.widget.Menu a {
  border: 0px;
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
  color: #797d7b;
  text-decoration: none;
  font-size: 12px;
}
.widget.icl_languages_selector #lang_sel_list a:hover,
.widget.icl_languages_selector .lang_sel_list_vertical a:hover,
.widget.widget_nav_menu a:hover,
.widget_layered_nav_filters a:hover,
.widget.widget_product_categories a:hover,
.widget.widget_archive a:hover,
.widget.widget_categories a:hover,
.widget.woocommerce_subcategories_widget a:hover,
.widget.widget_meta a:hover,
.widget.widget_pages a:hover,
.widget.Categories a:hover,
.widget.Menu a:hover,
.widget.icl_languages_selector #lang_sel_list a:focus,
.widget.icl_languages_selector .lang_sel_list_vertical a:focus,
.widget.widget_nav_menu a:focus,
.widget_layered_nav_filters a:focus,
.widget.widget_product_categories a:focus,
.widget.widget_archive a:focus,
.widget.widget_categories a:focus,
.widget.woocommerce_subcategories_widget a:focus,
.widget.widget_meta a:focus,
.widget.widget_pages a:focus,
.widget.Categories a:focus,
.widget.Menu a:focus {
  background-color: #1abc9c;
  color: #ffffff;
}
.widget.icl_languages_selector #lang_sel_list ul ul,
.widget.icl_languages_selector .lang_sel_list_vertical ul ul,
.widget.widget_nav_menu ul ul,
.widget_layered_nav_filters ul ul,
.widget.widget_product_categories ul ul,
.widget.widget_archive ul ul,
.widget.widget_categories ul ul,
.widget.woocommerce_subcategories_widget ul ul,
.widget.widget_meta ul ul,
.widget.widget_pages ul ul,
.widget.Categories ul ul,
.widget.Menu ul ul {
  padding-left: 0px;
}
.widget.icl_languages_selector #lang_sel_list ul ul a,
.widget.icl_languages_selector .lang_sel_list_vertical ul ul a,
.widget.widget_nav_menu ul ul a,
.widget_layered_nav_filters ul ul a,
.widget.widget_product_categories ul ul a,
.widget.widget_archive ul ul a,
.widget.widget_categories ul ul a,
.widget.woocommerce_subcategories_widget ul ul a,
.widget.widget_meta ul ul a,
.widget.widget_pages ul ul a,
.widget.Categories ul ul a,
.widget.Menu ul ul a {
  padding-left: 40px;
}
.widget.icl_languages_selector #lang_sel_list select,
.widget.icl_languages_selector .lang_sel_list_vertical select,
.widget.widget_nav_menu select,
.widget_layered_nav_filters select,
.widget.widget_product_categories select,
.widget.widget_archive select,
.widget.widget_categories select,
.widget.woocommerce_subcategories_widget select,
.widget.widget_meta select,
.widget.widget_pages select,
.widget.Categories select,
.widget.Menu select {
  max-width: 100%;
}
.widget.widget_recent_comments ul {
  list-style: none;
  margin: -20px;
}
.widget.widget_recent_comments ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 20px;
  /*zoom: 1;*/
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #868988;
}
.widget.widget_recent_comments ul li:before {
  content: '';
  display: block;
}
.widget.widget_recent_comments ul li:after {
  content: '';
  display: table;
  clear: both;
}
.widget.widget_recent_comments ul li:last-child {
  border-bottom: 0px;
}
.widget.widget_recent_comments ul li a {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #474948;
  text-decoration: none;
  display: block !important;
}
.widget.widget_recent_comments ul li a:hover {
  color: #1abc9c;
}
.widget.widget_recent_comments ul li a.url {
  color: #868988;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  display: inline-block !important;
}
.widget.widget_recent_comments ul li a.url:hover {
  color: #1abc9c;
}
.widget.widget_archive ul li,
.widget.widget_categories ul li {
  font-size: 0px;
  line-height: 0px;
  color: transparent;
}
.widget.widget_archive ul li a,
.widget.widget_categories ul li a {
  line-height: normal;
  font-size: 12px;
}
.widget.widget_rss ul,
.widget_recent_entries ul {
  display: block;
  list-style: none;
  margin: -20px;
  padding: 0px;
}
.widget.widget_rss li,
.widget_recent_entries li {
  display: block;
  margin: 0px;
  font-size: 13px;
  line-height: 16px;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 20px;
}
.widget.widget_rss li cite,
.widget_recent_entries li cite,
.widget.widget_rss li .rss-date,
.widget_recent_entries li .rss-date,
.widget.widget_rss li .post-date,
.widget_recent_entries li .post-date {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #868988;
  margin-top: 10px;
}
.widget.widget_rss li a,
.widget_recent_entries li a {
  color: #474948;
  text-decoration: none;
  font-weight: 700;
  line-height: 16px;
  font-size: 13px;
}
.widget.widget_rss li a:hover,
.widget_recent_entries li a:hover {
  color: #1abc9c;
}
.widget.widget_rss .rsswidget img {
  float: right;
  margin-top: 5px;
}
.widget.widget_rss li .rssSummary {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
.widget.widget_rss li .rsswidget {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  color: #474948;
  text-decoration: none;
  display: block;
}
.widget.widget_rss li .rsswidget:hover {
  color: #1abc9c;
}
.widget_archive li,
.widget_layered_nav_filters li,
.widget_product_categories li {
  position: relative;
}
.widget_archive li span,
.widget_layered_nav_filters li span,
.widget_product_categories li span,
.widget_archive li .count,
.widget_layered_nav_filters li .count,
.widget_product_categories li .count {
  position: absolute;
  top: 15px;
  right: 20px;
  background-color: #d7d7d7;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  /*width: 20px;*/
  padding-left: 3px;
  padding-right: 3px;
  font-size: 11px;
  height: 20px;
  text-align: center;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.widget_archive li:hover > span,
.widget_layered_nav_filters li:hover > span,
.widget_product_categories li:hover > span,
.widget_archive li:hover > .count,
.widget_layered_nav_filters li:hover > .count,
.widget_product_categories li:hover > .count {
  color: #1abc9c;
  background-color: #ffffff;
  text-shadow: none;
}
.widget_layered_nav_filters li a:before {
  font-family: fontAwesome;
  content: "\f00d";
  /*todo*/
  color: #1abc9c;
  margin-right: 5px;
  font-size: 14px;
  vertical-align: middle;
}
.widget_layered_nav_filters li a:hover:before {
  color: #ffffff;
}
.widget_layered_nav_filters li span {
  float: right;
  position: static;
  top: auto;
  right: auto;
}
.widget_shopping_cart .product_list_widget li {
  padding-left: 105px;
  position: relative;
  min-height: 70px;
}
.widget_shopping_cart .product_list_widget li.empty {
  padding: 20px;
  margin: 0px;
  text-align: left;
  min-height: 0px;
}
.widget_shopping_cart .product_list_widget li a {
  text-decoration: none;
  color: #474948;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  display: block;
}
.widget_shopping_cart .product_list_widget li a img {
  position: absolute;
  left: 20px;
  top: 15px;
  border: 4px solid #f0f0f0;
  width: 60px;
  margin-right: 20px;
  -webkit-transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
}
.widget_shopping_cart .product_list_widget li a img:hover {
  /*todo: move;*/
  border-color: #1abc9c;
}
.widget_shopping_cart .product_list_widget li dl {
  display: inline-block;
  max-width: 142px;
  overflow: hidden;
  height: auto;
  margin: 0px;
  padding: 0px;
}
.widget_shopping_cart .product_list_widget li dl dt,
.widget_shopping_cart .product_list_widget li dl dd {
  display: inline;
  text-align: left;
  margin: 0px;
  padding: 0px;
  min-width: 0px;
  float: left;
  font-size: 12px;
  color: #868988;
  line-height: 18px;
}
.widget_shopping_cart .product_list_widget li dl dt p,
.widget_shopping_cart .product_list_widget li dl dd p {
  margin: 0px;
  padding: 0px;
}
.widget_shopping_cart .product_list_widget li dl dt {
  font-weight: normal;
  margin-right: 10px;
}
.widget_shopping_cart .product_list_widget li dl dd:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.widget_shopping_cart .product_list_widget li .quantity {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #868988;
  margin-bottom: 10px;
}
.widget_shopping_cart .total {
  display: block;
  clear: both;
  border-bottom: 1px solid #f0f0f0;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 20px;
  padding: 12px 20px;
}
.widget_shopping_cart .total span {
  /**todo */
  color: #1abc9c;
  float: right;
}
.widget_shopping_cart .buttons {
  overflow: hidden;
  height: auto;
}
.widget_shopping_cart .buttons a {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  padding: 12px 20px;
  display: block;
  margin-top: 3px;
  text-align: center;
}
.widget_shopping_cart .buttons a:hover,
.widget_shopping_cart .buttons a:focus,
.widget_shopping_cart .buttons a:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.widget_shopping_cart .buttons a:focus,
.widget_shopping_cart .buttons a:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
}
.widget_shopping_cart .buttons a.checkout {
  background-color: #1abc9c;
}
.widget_shopping_cart .buttons a.checkout:hover,
.widget_shopping_cart .buttons a.checkout:focus,
.widget_shopping_cart .buttons a.checkout:active {
  background-color: #17a689;
}
.widget_price_filter .ui-slider {
  background-color: #f0f0f0;
  border: 1px solid #d7d7d7;
  height: 10px;
  position: relative;
  margin-bottom: 20px;
  -webkit-border-radius: 9999px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9999px;
  -moz-background-clip: padding;
  border-radius: 9999px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
}
.widget_price_filter .ui-slider .ui-slider-range {
  height: 100%;
  position: absolute;
  top: -1px;
  z-index: 10;
  background-color: #1abc9c;
  border-top: 1px solid #148f77;
  border-bottom: 1px solid #148f77;
  -webkit-border-radius: 9999px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9999px;
  -moz-background-clip: padding;
  border-radius: 9999px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -2px;
  background: url('http://gohalloweencostumes.com/wp-content/themes/laboutique/images/ui-slider-handle.png') no-repeat;
  z-index: 20;
}
.widget_price_filter .ui-slider .ui-slider-handle:focus {
  outline: 0 none;
}
.widget_price_filter #slider {
  margin-top: 20px;
}
.widget_price_filter .price_label {
  font-size: 12px;
  color: #939694;
}
.widget_price_filter .price_label span {
  color: #1abc9c;
}
.widget_price_filter .button {
  display: none;
}
/*---
| ADVERTS
---*/
.adverts {
  list-style: none;
  margin: 0;
}
.adverts li + li {
  margin-top: 20px;
}
.adverts a {
  display: block;
  border: 5px solid #f0f0f0;
  position: relative;
  overflow: hidden;
}
.adverts a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(71, 73, 72, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.adverts a:hover {
  border-color: #1abc9c;
}
.adverts a:hover:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*---
| WOOCOMMERCE OVERRIDE
---*/
/*---
| ISOTOPE
---*/
#isotope_content {
  display: none;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*---
| BLOG
---*/
.post-list:not(.product-list) {
  margin-left: -30px;
  /*zoom: 1;*/
}
.post-list:not(.product-list):before {
  content: '';
  display: block;
}
.post-list:not(.product-list):after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .post-list:not(.product-list) {
    margin-left: -20px;
  }
}
@media (max-width: 979px) {
  .post-list:not(.product-list) {
    margin-left: 0;
  }
}
.post-grid {
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
  width: 419px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .post-grid {
    width: 340px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 979px) {
  .post-grid {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    float: none;
  }
}
.post-grid .box {
  margin-bottom: 0;
}
.post-grid .sticky .box .box-header h3 {
  font-size: 38px;
  line-height: 44px;
}
.index .post-grid {
  float: none;
  width: auto;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .index {
    width: auto;
    margin-bottom: 20px;
  }
}
.post-meta {
  list-style: none;
  font-size: 12px;
  color: #a6a9a8;
  margin: 10px 0 0;
  /*zoom: 1;*/
}
.post-meta:before {
  content: '';
  display: block;
}
.post-meta:after {
  content: '';
  display: table;
  clear: both;
}
.post-meta li {
  float: left;
  margin-right: 10px;
}
/*---
| GALLERY
---*/
.gallery {
  margin: -10px;
  margin-bottom: 0px;
  clear: both;
  /*zoom: 1;*/
}
.gallery:before {
  content: '';
  display: block;
}
.gallery:after {
  content: '';
  display: table;
  clear: both;
}
.gallery br {
  clear: both;
}
.gallery .gallery-item {
  float: left;
  margin: 10px;
  max-width: 150px;
  text-align: center;
}
.gallery .gallery-item dd,
.gallery .gallery-item dt {
  display: block;
  margin: 0px;
  padding: 0px;
}
.gallery .gallery-item .gallery-icon a {
  display: inline-block;
  margin: auto;
  border: 1px solid #e3e3e3;
}
.gallery .gallery-item .gallery-icon a img {
  display: block;
  margin: auto;
  border: 5px solid #ffffff;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery .gallery-item .gallery-caption {
  font-size: 11px;
}
.gallery.gallery-columns-1 {
  margin: auto;
}
.gallery.gallery-columns-6 .gallery-item {
  max-width: 121px;
}
.gallery.gallery-columns-7 .gallery-item {
  max-width: 101px;
}
.gallery.gallery-columns-8 .gallery-item {
  max-width: 86px;
}
.gallery.gallery-columns-9 .gallery-item {
  max-width: 74px;
}
/*---
| STORE LOCATOR
---*/
#td-store-locator-map.active-stores,
#td-store-locator-results.active-stores {
  height: 480px;
}
#td-store-locator-results.active-stores {
  overflow: auto;
  margin-bottom: 0;
}
#td-store-locator-results.active-stores li {
  padding: 20px 20px 20px 0;
  border-top: 1px solid #f0f0f0;
}
#td-store-locator-results.active-stores li:first-child {
  border-top: none;
}
#td-store-locator-results.active-stores h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
#td-store-locator-results.active-stores small {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #c7c8c8;
  white-space: nowrap;
}
#td-store-locator-results.active-stores p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
#td-store-locator-results.active-stores p img {
  margin: 0 10px 10px 0;
  float: left;
}
.store_locator .well {
  margin-bottom: 40px;
}
@media (max-width: 979px) {
  .store_locator .well input[type="text"],
  .store_locator .well select,
  .store_locator .well .btn {
    margin-bottom: 10px;
  }
  .store_locator .well .btn.btn-primary {
    margin-bottom: 0;
  }
}
#td-store-locator-map *,
#td-store-locator-map *:after,
#td-store-locator-map *:before {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#td-store-locator-map img {
  max-width: none;
  height: auto;
}
@media (max-width: 767px) {
  #td-store-locator-form .row-fluid [class*="span"] {
    margin-bottom: 10px;
  }
  #td-store-locator-form .row-fluid [class*="span"] .btn-mini {
    margin-bottom: 20px;
  }
}
/*---
| ROW COLLAPSE
---*/
@media (min-width: 980px) {
  .row-collapse [class*="span"] {
    margin: 0;
  }
  .row-collapse .span1 {
    width: 8.33%;
  }
  .row-collapse .span2 {
    width: 16.66%;
  }
  .row-collapse .span3 {
    width: 25%;
  }
  .row-collapse .span4 {
    width: 33.33%;
  }
  .row-collapse .span5 {
    width: 41.66%;
  }
  .row-collapse .span6 {
    width: 50%;
  }
  .row-collapse .span7 {
    width: 58.33%;
  }
  .row-collapse .span8 {
    width: 66.66%;
  }
  .row-collapse .span9 {
    width: 75%;
  }
  .row-collapse .span10 {
    width: 83.33%;
  }
  .row-collapse .span11 {
    width: 91.66%;
  }
  .row-collapse .span12 {
    width: 100%;
  }
}
/*---  BLOG VIDEO  ---*/
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 53.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
/*--
| VC Custom styles
--*/
.ui-accordion .ui-accordion-header a {
  color: #474948;
}
.ui-tabs-nav a.ui-tabs-anchor {
  color: #474948;
}
.vc-carousel-control {
  text-decoration: none;
}
/*--
| Contact Form
---*/
.entry-content .mc4wp-form,
.wpcf7-form {
  margin-bottom: 10px;
}
.entry-content .mc4wp-form .wpcf7-form-control-wrap,
.wpcf7-form .wpcf7-form-control-wrap {
  display: block !important;
}
.entry-content .mc4wp-form label,
.wpcf7-form label {
  font-weight: normal;
}
.entry-content .mc4wp-form p,
.wpcf7-form p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 12px;
}
.entry-content .mc4wp-form p br,
.wpcf7-form p br {
  display: none;
}
.entry-content .mc4wp-form p input,
.wpcf7-form p input,
.entry-content .mc4wp-form p select,
.wpcf7-form p select,
.entry-content .mc4wp-form p textarea,
.wpcf7-form p textarea {
  margin-top: 3px;
  margin-bottom: 5px;
}
.entry-content .mc4wp-form input[type="text"],
.wpcf7-form input[type="text"],
.entry-content .mc4wp-form input[type="password"],
.wpcf7-form input[type="password"],
.entry-content .mc4wp-form input[type="date"],
.wpcf7-form input[type="date"],
.entry-content .mc4wp-form input[type="datetime"],
.wpcf7-form input[type="datetime"],
.entry-content .mc4wp-form input[type="email"],
.wpcf7-form input[type="email"],
.entry-content .mc4wp-form input[type="number"],
.wpcf7-form input[type="number"],
.entry-content .mc4wp-form input[type="search"],
.wpcf7-form input[type="search"],
.entry-content .mc4wp-form input[type="tel"],
.wpcf7-form input[type="tel"],
.entry-content .mc4wp-form input[type="time"],
.wpcf7-form input[type="time"],
.entry-content .mc4wp-form input[type="url"],
.wpcf7-form input[type="url"],
.entry-content .mc4wp-form textarea,
.wpcf7-form textarea,
.entry-content .mc4wp-form select,
.wpcf7-form select {
  min-height: 30px;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.entry-content .mc4wp-form textarea,
.wpcf7-form textarea {
  height: 200px;
}
.entry-content .mc4wp-form .wpcf7-response-output,
.wpcf7-form .wpcf7-response-output {
  margin: 0px;
  margin-top: 20px;
  padding: 8px 35px 8px 14px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  font-size: 13px;
  border-width: 1px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.entry-content .mc4wp-form .wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  color: #468847;
}
.entry-content .mc4wp-form .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
}
.entry-content .mc4wp-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-not-valid-tip {
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
  margin: 0px;
  padding: 8px 35px 8px 14px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  font-size: 13px;
  border-width: 1px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  width: auto;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.entry-content .mc4wp-form .wpcf7-submit,
.wpcf7-form .wpcf7-submit {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
  padding: 12px 20px;
  background-color: #1abc9c;
}
.entry-content .mc4wp-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:hover,
.entry-content .mc4wp-form .wpcf7-submit:focus,
.wpcf7-form .wpcf7-submit:focus,
.entry-content .mc4wp-form .wpcf7-submit:active,
.wpcf7-form .wpcf7-submit:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.entry-content .mc4wp-form .wpcf7-submit:focus,
.wpcf7-form .wpcf7-submit:focus,
.entry-content .mc4wp-form .wpcf7-submit:active,
.wpcf7-form .wpcf7-submit:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
}
.entry-content .mc4wp-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:hover,
.entry-content .mc4wp-form .wpcf7-submit:focus,
.wpcf7-form .wpcf7-submit:focus,
.entry-content .mc4wp-form .wpcf7-submit:active,
.wpcf7-form .wpcf7-submit:active {
  background-color: #17a689;
}