
.galleryItem:hover .area-hover .cat-links {
  top: 0;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.galleryItem:hover .area-hover .entry-title {
  top: 0;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#galleryContainer.withSpaces {
  margin-left: -30px;
}
#galleryContainer.withSpaces .galleryItem {
  width: 33.33%;
  padding-left: 30px;
  padding-bottom: 25px;
}
#galleryContainer.withSpaces.col-3 .portfolio-item .cat-links a {
  font-size: 13px;
  line-height: 14px;
}
#galleryContainer.withSpaces.col-4 .galleryItem {
  width: 25%;
}
#galleryContainer.col-4 .galleryItem {
  width: 25%;
}
#galleryContainer.col-3 .galleryItem {
  width: 33.33%;
}
.area-hover {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease ease-in-out 0.2s;
  -moz-transition: opacity 0.4s ease ease-in-out 0.2s;
  -o-transition: opacity 0.4s ease ease-in-out 0.2s;
  transition: opacity 0.4s ease ease-in-out 0.2s;
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  padding: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #b90072;
}
.area-hover .cat-links {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease ease-in-out 0.2s;
  -moz-transition: all 0.4s ease ease-in-out 0.2s;
  -o-transition: all 0.4s ease ease-in-out 0.2s;
  transition: all 0.4s ease ease-in-out 0.2s;
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 12px;
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: relative;
  top: -40px;
}
.area-hover .entry-title {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease ease-in-out 0.2s;
  -moz-transition: all 0.4s ease ease-in-out 0.2s;
  -o-transition: all 0.4s ease ease-in-out 0.2s;
  transition: all 0.4s ease ease-in-out 0.2s;
  margin: 6px 0 3px 0;
  font-weight: 400;
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: relative;
  top: -40px;
}
.area-hover * {
  color: #fff;
}
.vertical-parent {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical-child {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#galleryFilters {
  margin: 0 0 30px 0;
}
#galleryFilters > li > a {
  margin: 10px 0;
}
#galleryFilters .btn-primary:hover,
#galleryFilters .btn-primary:focus,
#galleryFilters .btn-primary:active,
#galleryFilters .btn-primary.active {
  background: #b90072;
  border-color: #b90072;
  color: #fff;
}
/* --------------------------------------------------------------

   Basic WordPress Blog Styles

-------------------------------------------------------------- */
/* Images
-------------------------------------------------------------- */
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  margin: 0;
}
.wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}
.gallery dl {
  margin: 0;
}
.gallery-caption {
  margin: -1.5em 0 0 0;
}
/*sticky posts more visible*/
.sticky h3.heady a {
  font-weight: bold;
}
.bypostauthor .author {
  font-weight: bold;
}
/* Pullquotes */
blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}
blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}
.widget_text {
  /*prevent from long names*/
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* nav menu widget */
.widget.widget_nav_menu ul {
  position: static;
  display: block;
  margin: 0;
  padding: 0 0 5px 10px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  list-style: none;
  visibility: visible;
  float: none;
  min-width: 100%;
}
.widget.widget_nav_menu ul li a {
  background: transparent;
  color: #333;
  font-size: 13px;
  line-height: 15px;
  border: 0;
  padding: 5px 0;
  margin: 0;
  white-space: normal;
  text-transform: none;
  font-weight: 400;
  text-shadow: none;
}
.widget.widget_nav_menu ul li a:hover,
.widget.widget_nav_menu ul li a:focus {
  color: inherit;
  background: transparent;
}
.widget.widget_nav_menu ul li ul li {
  margin-left: 15px;
  background: none;
}
footer .widget.widget_nav_menu ul li a {
  color: #b90072;
}
#calendar_wrap {
  max-width: 250px;
}
#wp-calendar {
  width: 100%;
}
.widget_categories .children,
.widget_pages .children {
  clear: both;
  margin: 0 0 0 20px;
  list-style: none;
}
.tagcloud a {
  display: inline-block;
  font-size: 11px !important;
  line-height: 10px;
  padding: 3px 7px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 7px 3px 0 0 ;
}
.current-cat a {
  color: #b90072;
}
/* theme specific */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #b90072;
  background: #2A272E;
}
.dropcap:first-letter {
  font-size: 75px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.6em;
  padding-right: 5px;
  margin-top: 8px;
  color: #b90072;
  float: left;
}
.highlight {
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
}
.highlight.type1 {
  background: #b90072;
}
.highlight.type2 {
  background: #453951;
}
.highlight.type3 {
  background: #333;
}
ul.ct-params {
  padding-left: 50px;
}
h6.ct-params {
  margin: 30px 10px 10px 32px;
}
.xml.syntaxhighlighter .gutter .line {
  border-right: 3px solid #b90072 !important;
}
.postfooter .widget.widget_nav_menu ul li a {
  color: #ccc !important;
}
.shopBar {
  min-height: 41px;
  padding-top: 12px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}
.shopBar .barShoppingCart {
  color: #333;
}
.shopBar .barShoppingCart .fa-shopping-cart {
  font-size: 16px;
  position: absolute;
  margin-left: -22px;
}
.shopBar i {
  color: #999;
}
.shopBar .inner {
  display: block !important;
}
.shopBar .inner .woocommerce {
  position: absolute;
  z-index: 2000;
  right: 0;
  top: 41px;
  width: 320px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  background: #fff;
}
/* mixins */
/* Price slider bar / layered nav UI */
/* Text on tertiary colour bg */
/* Price slider bg */
.clear {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
/**
 * Objects
 */
/* Primary colour for buttons (alt) */
/* Text on primary colour bg */
/* Secondary buttons */
/* Text on secondary colour bg */
/* Prices, In stock labels, sales flash */
/* Text on highlight colour bg */
/* Content BG - Tabs (active state) */
/* small, breadcrumbs etc */
/* SHOP STYLES STARTS */
.leftSidebar #blog-sidebar {
  padding: 10px 20px 0 0;
}
@media (max-width: 992px) {
  .leftSidebar #blog-sidebar {
    padding: 0;
  }
}
/* custom columns */
.woocommerce ul.products.main-prodlist {
  margin: 36px 0 15px -30px;
}
.single-product.woocommerce ul.products.main-prodlist {
  margin: 10px 0 15px -30px;
}
.woocommerce-cart ul.products.main-prodlist {
  margin-top: 10px;
}
.woocommerce ul.products.main-prodlist li.product,
.woocommerce-page ul.products.main-prodlist li.product {
  margin: 0;
  padding: 0 0 45px 30px;
  width: 33.33%;
}
.woocommerce ul.products.woocolumns-2 li.product,
.woocommerce-page ul.products.woocolumns-2 li.product {
  width: 50%;
}
.woocommerce ul.products.woocolumns-3 li.product,
.woocommerce-page ul.products.woocolumns-3 li.product {
  width: 33.33%;
}
.woocommerce ul.products.woocolumns-4 li.product,
.woocommerce-page ul.products.woocolumns-4 li.product {
  width: 25%;
}
.woocommerce ul.products.woocolumns-5 li.product,
.woocommerce-page ul.products.woocolumns-5 li.product {
  width: 20%;
}
.woocommerce ul.products.woocolumns-6 li.product,
.woocommerce-page ul.products.woocolumns-6 li.product {
  width: 16.66%;
}
.wo_inner {
  position: relative;
}
@media (max-width: 768px) {
  .woocommerce ul.products.main-prodlist li.product,
  .woocommerce-page ul.products.main-prodlist li.product {
    width: 50% !important;
  }
}
@media (max-width: 500px) {
  .woocommerce ul.products.main-prodlist li.product,
  .woocommerce-page ul.products.main-prodlist li.product {
    width: 100% !important;
  }
}
.woocommerce .content-area {
  padding: 36px 0;
}
/* OVERWRITE WOOCOMMERCE STYLES */
div.woocommerce,
.shopStyles {
  /* FORMS */
}
div.woocommerce .product_list_widget li:first-child,
.shopStyles .product_list_widget li:first-child {
  padding-top: 0;
}
div.woocommerce .product_list_widget .star-rating,
.shopStyles .product_list_widget .star-rating {
  margin-top: 7px;
  margin-bottom: 5px;
}
div.woocommerce .product_list_widget .reviewer,
.shopStyles .product_list_widget .reviewer {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
div.woocommerce .product_list_widget dt,
.shopStyles .product_list_widget dt,
div.woocommerce .product_list_widget dd,
.shopStyles .product_list_widget dd,
div.woocommerce .product_list_widget .variation,
.shopStyles .product_list_widget .variation {
  color: #333;
  text-transform: none;
  font-weight: 400 !important;
  margin: 0 !important;
  line-height: 22px;
  letter-spacing: 0;
  padding: 0 5px 0 0 !important;
  border: 0 !important;
}
div.woocommerce #content table.cart td.actions .coupon .input-text,
.shopStyles #content table.cart td.actions .coupon .input-text,
div.woocommerce table.cart td.actions .coupon .input-text,
.shopStyles table.cart td.actions .coupon .input-text,
div.woocommerce textarea,
.shopStyles textarea,
div.woocommerce input[type="password"],
.shopStyles input[type="password"],
div.woocommerce input[type="email"],
.shopStyles input[type="email"],
div.woocommerce input[type="text"],
.shopStyles input[type="text"],
div.woocommerce select,
.shopStyles select {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 9px;
  font-size: 13px;
  line-height: 17px;
  color: #333;
  background-color: transparent;
  background-image: none;
  border: 2px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
div.woocommerce #content table.cart td.actions .coupon .input-text:focus,
.shopStyles #content table.cart td.actions .coupon .input-text:focus,
div.woocommerce table.cart td.actions .coupon .input-text:focus,
.shopStyles table.cart td.actions .coupon .input-text:focus,
div.woocommerce textarea:focus,
.shopStyles textarea:focus,
div.woocommerce input[type="password"]:focus,
.shopStyles input[type="password"]:focus,
div.woocommerce input[type="email"]:focus,
.shopStyles input[type="email"]:focus,
div.woocommerce input[type="text"]:focus,
.shopStyles input[type="text"]:focus,
div.woocommerce select:focus,
.shopStyles select:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.woocommerce #content table.cart td.actions .coupon .input-text:-moz-placeholder,
.shopStyles #content table.cart td.actions .coupon .input-text:-moz-placeholder,
div.woocommerce table.cart td.actions .coupon .input-text:-moz-placeholder,
.shopStyles table.cart td.actions .coupon .input-text:-moz-placeholder,
div.woocommerce textarea:-moz-placeholder,
.shopStyles textarea:-moz-placeholder,
div.woocommerce input[type="password"]:-moz-placeholder,
.shopStyles input[type="password"]:-moz-placeholder,
div.woocommerce input[type="email"]:-moz-placeholder,
.shopStyles input[type="email"]:-moz-placeholder,
div.woocommerce input[type="text"]:-moz-placeholder,
.shopStyles input[type="text"]:-moz-placeholder,
div.woocommerce select:-moz-placeholder,
.shopStyles select:-moz-placeholder {
  color: #999;
}
div.woocommerce #content table.cart td.actions .coupon .input-text::-moz-placeholder,
.shopStyles #content table.cart td.actions .coupon .input-text::-moz-placeholder,
div.woocommerce table.cart td.actions .coupon .input-text::-moz-placeholder,
.shopStyles table.cart td.actions .coupon .input-text::-moz-placeholder,
div.woocommerce textarea::-moz-placeholder,
.shopStyles textarea::-moz-placeholder,
div.woocommerce input[type="password"]::-moz-placeholder,
.shopStyles input[type="password"]::-moz-placeholder,
div.woocommerce input[type="email"]::-moz-placeholder,
.shopStyles input[type="email"]::-moz-placeholder,
div.woocommerce input[type="text"]::-moz-placeholder,
.shopStyles input[type="text"]::-moz-placeholder,
div.woocommerce select::-moz-placeholder,
.shopStyles select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
div.woocommerce #content table.cart td.actions .coupon .input-text:-ms-input-placeholder,
.shopStyles #content table.cart td.actions .coupon .input-text:-ms-input-placeholder,
div.woocommerce table.cart td.actions .coupon .input-text:-ms-input-placeholder,
.shopStyles table.cart td.actions .coupon .input-text:-ms-input-placeholder,
div.woocommerce textarea:-ms-input-placeholder,
.shopStyles textarea:-ms-input-placeholder,
div.woocommerce input[type="password"]:-ms-input-placeholder,
.shopStyles input[type="password"]:-ms-input-placeholder,
div.woocommerce input[type="email"]:-ms-input-placeholder,
.shopStyles input[type="email"]:-ms-input-placeholder,
div.woocommerce input[type="text"]:-ms-input-placeholder,
.shopStyles input[type="text"]:-ms-input-placeholder,
div.woocommerce select:-ms-input-placeholder,
.shopStyles select:-ms-input-placeholder {
  color: #999;
}
div.woocommerce #content table.cart td.actions .coupon .input-text::-webkit-input-placeholder,
.shopStyles #content table.cart td.actions .coupon .input-text::-webkit-input-placeholder,
div.woocommerce table.cart td.actions .coupon .input-text::-webkit-input-placeholder,
.shopStyles table.cart td.actions .coupon .input-text::-webkit-input-placeholder,
div.woocommerce textarea::-webkit-input-placeholder,
.shopStyles textarea::-webkit-input-placeholder,
div.woocommerce input[type="password"]::-webkit-input-placeholder,
.shopStyles input[type="password"]::-webkit-input-placeholder,
div.woocommerce input[type="email"]::-webkit-input-placeholder,
.shopStyles input[type="email"]::-webkit-input-placeholder,
div.woocommerce input[type="text"]::-webkit-input-placeholder,
.shopStyles input[type="text"]::-webkit-input-placeholder,
div.woocommerce select::-webkit-input-placeholder,
.shopStyles select::-webkit-input-placeholder {
  color: #999;
}
div.woocommerce .search-form input[type="text"]:-moz-placeholder,
.shopStyles .search-form input[type="text"]:-moz-placeholder {
  color: #999 !important;
}
div.woocommerce .search-form input[type="text"]::-moz-placeholder,
.shopStyles .search-form input[type="text"]::-moz-placeholder {
  color: #999 !important;
  opacity: 1;
}
div.woocommerce .search-form input[type="text"]:-ms-input-placeholder,
.shopStyles .search-form input[type="text"]:-ms-input-placeholder {
  color: #999 !important;
}
div.woocommerce .search-form input[type="text"]::-webkit-input-placeholder,
.shopStyles .search-form input[type="text"]::-webkit-input-placeholder {
  color: #999 !important;
}
div.woocommerce select,
.shopStyles select {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /*Removes default style Firefox*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  background-image: url("file:///C|/Users/Juan/shop/assets/images/selectarrow.png");
  background-position: 95% center;
  background-repeat: no-repeat;
}
div.woocommerce textarea,
.shopStyles textarea {
  height: auto;
  min-height: 210px;
  resize: none;
}
div.woocommerce label,
.shopStyles label {
  color: #666666;
  padding: 5px 0;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 400;
}
div.woocommerce form .form-row,
.shopStyles form .form-row {
  margin-bottom: 15px;
}
div.woocommerce form .form-row .required,
.shopStyles form .form-row .required {
  color: #b90072;
  font-weight: 400;
  font-size: 13px;
  border: 0;
}
div.woocommerce form .form-row label,
.shopStyles form .form-row label {
  line-height: 17px;
  padding-bottom: 0;
}
div.woocommerce form.checkout_coupon .form-row,
.shopStyles form.checkout_coupon .form-row {
  margin-bottom: 0;
}
div.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.shopStyles form .form-row.validate-required.woocommerce-invalid .chosen-drop,
div.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single,
.shopStyles form .form-row.validate-required.woocommerce-invalid .chosen-single,
div.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.shopStyles form .form-row.validate-required.woocommerce-invalid input.input-text,
div.woocommerce form .form-row.validate-required.woocommerce-invalid select,
.shopStyles form .form-row.validate-required.woocommerce-invalid select {
  border-color: #EA493D;
}
div.woocommerce form .form-row-first,
.shopStyles form .form-row-first,
div.woocommerce form .form-row-last,
.shopStyles form .form-row-last {
  width: 49%;
}
div.woocommerce #content table.cart td.actions .coupon .input-text,
.shopStyles #content table.cart td.actions .coupon .input-text,
div.woocommerce table.cart td.actions .coupon .input-text,
.shopStyles table.cart td.actions .coupon .input-text {
  width: auto;
  min-width: 120px;
}
div.woocommerce .coupon,
.shopStyles .coupon {
  display: inline-block;
}
.woocommerce table.shop_table td.product-name img,
.woocommerce-page table.shop_table td.product-name img {
  float: left;
  margin-right: 15px;
}
.woocommerce,
.woocommerce-page {
  /* =Buttons
-------------------------------------------------------------- */
  /* change other buttons styles to default */
  /* =Quantity inputs
-------------------------------------------------------------- */
  /* =Product Loops
  -------------------------------------------------------------- */
  /* Sale labels */
  /* =Layered Nav Widget
-------------------------------------------------------------- */
  /* =Price Filter Widget
  -------------------------------------------------------------- */
  /* =Product Page
-------------------------------------------------------------- */
  /* =Cart
  -------------------------------------------------------------- */
  /* Payment box - appears on checkout and page page */
  /* =Cart Sidebar
-------------------------------------------------------------- */
}
.woocommerce h2,
.woocommerce-page h2,
.woocommerce h3,
.woocommerce-page h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
.woocommerce .bigText,
.woocommerce-page .bigText {
  font-size: 32px;
  line-height: 40px;
  color: #333;
}
.woocommerce mark,
.woocommerce-page mark {
  display: inline-block;
  background: #eee;
  color: #333;
  padding: 0 3px;
}
.woocommerce.my-account h2,
.woocommerce-page.my-account h2,
.woocommerce.checkout h2,
.woocommerce-page.checkout h2 {
  margin-top: 45px;
}
.woocommerce p.myaccount_user a,
.woocommerce-page p.myaccount_user a {
  color: #b90072;
}
.woocommerce .col2-set.addresses,
.woocommerce-page .col2-set.addresses {
  margin-top: 45px;
}
.woocommerce .col2-set.addresses a.edit,
.woocommerce-page .col2-set.addresses a.edit {
  border: 2px solid #ccc;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  font-weight: 600;
  padding: 5px 10px;
}
.woocommerce .col2-set.addresses a.edit:hover,
.woocommerce-page .col2-set.addresses a.edit:hover {
  border-color: #b90072;
  color: #b90072;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: 14px;
}
.woocommerce table.my_account_orders a.button,
.woocommerce-page table.my_account_orders a.button {
  padding: 5px 10px;
  border: 2px solid #ccc;
  background: transparent;
  color: #333;
}
.woocommerce table.my_account_orders a.button:hover,
.woocommerce-page table.my_account_orders a.button:hover {
  border-color: #b90072;
  color: #b90072;
}
.woocommerce table.order_details,
.woocommerce-page table.order_details {
  width: 100%;
  max-width: none;
}
.woocommerce table.order_details th.product-total,
.woocommerce-page table.order_details th.product-total {
  text-align: right;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  font-weight: 600;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  line-height: 16px;
  padding: 13px 0;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
}
.woocommerce table.shop_table td.product-total,
.woocommerce-page table.shop_table td.product-total {
  font-weight: 600;
  color: #333;
  text-align: right;
}
.woocommerce table.shop_table td.product-name a,
.woocommerce-page table.shop_table td.product-name a {
  color: #333;
}
.woocommerce table.shop_table td.actions,
.woocommerce-page table.shop_table td.actions {
  padding-top: 15px;
}
.woocommerce table.shop_table dd,
.woocommerce-page table.shop_table dd,
.woocommerce table.shop_table dt,
.woocommerce-page table.shop_table dt {
  color: #333;
  text-transform: none;
  font-weight: 400 !important;
  margin: 0 !important;
  line-height: 22px;
  letter-spacing: 0;
  padding: 0 5px 0 0 !important;
  border: 0;
}
.woocommerce table.shop_table strong,
.woocommerce-page table.shop_table strong {
  color: #999;
  font-weight: 400;
}
.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
  font-weight: 600;
}
.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td {
  text-align: right;
  font-weight: 400;
  color: #333333;
}
.woocommerce table.shop_table tfoot .order-total td,
.woocommerce-page table.shop_table tfoot .order-total td {
  font-size: 16px;
}
.woocommerce table.shop_table tfoot .amount,
.woocommerce-page table.shop_table tfoot .amount {
  font-size: 16px;
}
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
  border: 0;
  margin-bottom: 1.618em;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
  width: 150px;
  font-weight: 400;
  padding: 8px 8px 8px 20px;
  border: 0;
  margin: 0;
  line-height: 22px;
}
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
  font-style: normal;
  padding: 0;
  border: 0;
  margin: 0;
  line-height: 22px;
}
.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
  margin: 0;
  padding: 14px 0;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt th {
  background: #f5f5f5;
}
.woocommerce .order_details,
.woocommerce-page .order_details {
  padding: 0;
  max-width: 70%;
}
.woocommerce .order_details li,
.woocommerce-page .order_details li {
  width: 20%;
  float: left;
  padding: 25px 0 0 0;
  border: 0;
  color: #999;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
  display: block;
  font-weight: 400;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.woocommerce .order_details.bacs_details,
.woocommerce-page .order_details.bacs_details {
  max-width: 100%;
}
.woocommerce .order_details.bacs_details li,
.woocommerce-page .order_details.bacs_details li {
  width: 34%;
}
.woocommerce .order_details.bacs_details h3,
.woocommerce-page .order_details.bacs_details h3 {
  font-size: 18px;
  line-height: 21px;
  margin: 0;
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
  font-weight: 600;
  border: 2px solid transparent;
  padding: 11px 17px;
  font-size: 13px;
  line-height: 13px;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #333;
  /* primary style */
  background: #b90072;
  border-color: #b90072;
  color: #fff;
}
.woocommerce a.button.loading,
.woocommerce-page a.button.loading,
.woocommerce button.button.loading,
.woocommerce-page button.button.loading,
.woocommerce input.button.loading,
.woocommerce-page input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce #content input.button.loading,
.woocommerce-page #content input.button.loading {
  color: #fff;
  border: 2px solid #2a272e;
}
.woocommerce a.button.loading:before,
.woocommerce-page a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce-page button.button.loading:before,
.woocommerce input.button.loading:before,
.woocommerce-page input.button.loading:before,
.woocommerce #respond input#submit.loading:before,
.woocommerce-page #respond input#submit.loading:before,
.woocommerce #content input.button.loading:before,
.woocommerce-page #content input.button.loading:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.woocommerce a.button.added,
.woocommerce-page a.button.added,
.woocommerce button.button.added,
.woocommerce-page button.button.added,
.woocommerce input.button.added,
.woocommerce-page input.button.added,
.woocommerce #respond input#submit.added,
.woocommerce-page #respond input#submit.added,
.woocommerce #content input.button.added,
.woocommerce-page #content input.button.added {
  margin-right: 40px;
}
.woocommerce a.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce #content input.button.added:before,
.woocommerce-page #content input.button.added:before {
  color: green;
  top: 10px;
  font-family: 'FontAwesome';
  content: "\f00c";
}
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce a.button:focus,
.woocommerce-page a.button:focus,
.woocommerce button.button:focus,
.woocommerce-page button.button:focus,
.woocommerce input.button:focus,
.woocommerce-page input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce-page #respond input#submit:focus,
.woocommerce #content input.button:focus,
.woocommerce-page #content input.button:focus,
.woocommerce a.button:active,
.woocommerce-page a.button:active,
.woocommerce button.button:active,
.woocommerce-page button.button:active,
.woocommerce input.button:active,
.woocommerce-page input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce-page #respond input#submit:active,
.woocommerce #content input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce a.button.active,
.woocommerce-page a.button.active,
.woocommerce button.button.active,
.woocommerce-page button.button.active,
.woocommerce input.button.active,
.woocommerce-page input.button.active,
.woocommerce #respond input#submit.active,
.woocommerce-page #respond input#submit.active,
.woocommerce #content input.button.active,
.woocommerce-page #content input.button.active {
  text-decoration: none;
  outline: none;
  background: #2a272e;
  border-color: #2a272e;
  color: #fff;
}
.woocommerce a.button:active,
.woocommerce-page a.button:active,
.woocommerce button.button:active,
.woocommerce-page button.button:active,
.woocommerce input.button:active,
.woocommerce-page input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce-page #respond input#submit:active,
.woocommerce #content input.button:active,
.woocommerce-page #content input.button:active {
  top: 0;
}
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt {
  background: transparent;
  border-color: #ccc;
  color: #333;
  text-shadow: none;
}
.woocommerce a.button.alt.whitetext,
.woocommerce-page a.button.alt.whitetext,
.woocommerce button.button.alt.whitetext,
.woocommerce-page button.button.alt.whitetext,
.woocommerce input.button.alt.whitetext,
.woocommerce-page input.button.alt.whitetext,
.woocommerce #respond input#submit.alt.whitetext,
.woocommerce-page #respond input#submit.alt.whitetext,
.woocommerce #content input.button.alt.whitetext,
.woocommerce-page #content input.button.alt.whitetext {
  color: #fff;
}
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce-page a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce-page button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce-page input.button.alt:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce-page #respond input#submit.alt:focus,
.woocommerce #content input.button.alt:focus,
.woocommerce-page #content input.button.alt:focus,
.woocommerce a.button.alt:active,
.woocommerce-page a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce-page button.button.alt:active,
.woocommerce input.button.alt:active,
.woocommerce-page input.button.alt:active,
.woocommerce #respond input#submit.alt:active,
.woocommerce-page #respond input#submit.alt:active,
.woocommerce #content input.button.alt:active,
.woocommerce-page #content input.button.alt:active,
.woocommerce a.button.alt.active,
.woocommerce-page a.button.alt.active,
.woocommerce button.button.alt.active,
.woocommerce-page button.button.alt.active,
.woocommerce input.button.alt.active,
.woocommerce-page input.button.alt.active,
.woocommerce #respond input#submit.alt.active,
.woocommerce-page #respond input#submit.alt.active,
.woocommerce #content input.button.alt.active,
.woocommerce-page #content input.button.alt.active {
  background: transparent;
  color: #b90072;
  border-color: #b90072;
  text-shadow: none;
}
.woocommerce a.button:disabled,
.woocommerce-page a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce-page button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce-page input.button:disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce-page #respond input#submit:disabled,
.woocommerce #content input.button:disabled,
.woocommerce-page #content input.button:disabled,
.woocommerce a.button.disabled,
.woocommerce-page a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce-page button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce-page input.button.disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce-page #respond input#submit.disabled,
.woocommerce #content input.button.disabled,
.woocommerce-page #content input.button.disabled {
  color: inherit;
  border: inherit;
  background: inherit;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce #place_order,
.woocommerce-page #place_order,
.woocommerce .checkout-button.button.alt,
.woocommerce-page .checkout-button.button.alt,
.woocommerce div.product form.cart .button.alt,
.woocommerce-page div.product form.cart .button.alt {
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
  font-weight: 600;
  border: 2px solid transparent;
  padding: 11px 17px;
  font-size: 13px;
  line-height: 13px;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #333;
  /* primary style */
  background: #b90072;
  border-color: #b90072;
  color: #fff;
}
.woocommerce #place_order:hover,
.woocommerce-page #place_order:hover,
.woocommerce .checkout-button.button.alt:hover,
.woocommerce-page .checkout-button.button.alt:hover,
.woocommerce div.product form.cart .button.alt:hover,
.woocommerce-page div.product form.cart .button.alt:hover,
.woocommerce #place_order:focus,
.woocommerce-page #place_order:focus,
.woocommerce .checkout-button.button.alt:focus,
.woocommerce-page .checkout-button.button.alt:focus,
.woocommerce div.product form.cart .button.alt:focus,
.woocommerce-page div.product form.cart .button.alt:focus,
.woocommerce #place_order:active,
.woocommerce-page #place_order:active,
.woocommerce .checkout-button.button.alt:active,
.woocommerce-page .checkout-button.button.alt:active,
.woocommerce div.product form.cart .button.alt:active,
.woocommerce-page div.product form.cart .button.alt:active,
.woocommerce #place_order.active,
.woocommerce-page #place_order.active,
.woocommerce .checkout-button.button.alt.active,
.woocommerce-page .checkout-button.button.alt.active,
.woocommerce div.product form.cart .button.alt.active,
.woocommerce-page div.product form.cart .button.alt.active {
  text-decoration: none;
  outline: none;
  background: #2a272e;
  border-color: #2a272e;
  color: #fff;
}
.woocommerce div.product form.cart .button.alt,
.woocommerce-page div.product form.cart .button.alt {
  /* btn-lg */
  padding: 16px 27px;
}
.woocommerce .product-quantity input,
.woocommerce-page .product-quantity input,
.woocommerce .variations_button input,
.woocommerce-page .variations_button input {
  outline: none;
}
.woocommerce .quantity,
.woocommerce-page .quantity,
.woocommerce #content .quantity,
.woocommerce-page #content .quantity {
  width: 108px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  border: 2px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
  width: 46px;
  height: 45px;
  float: left;
  padding: 0;
  text-align: center;
  border: 0;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0 29px;
}
.woocommerce .quantity input.qty::-webkit-inner-spin-button,
.woocommerce-page .quantity input.qty::-webkit-inner-spin-button,
.woocommerce #content .quantity input.qty::-webkit-inner-spin-button,
.woocommerce-page #content .quantity input.qty::-webkit-inner-spin-button,
.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce-page .quantity input.qty::-webkit-outer-spin-button,
.woocommerce #content .quantity input.qty::-webkit-outer-spin-button,
.woocommerce-page #content .quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  vertical-align: text-top;
  width: 30px;
  height: 45px;
  overflow: visible;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  line-height: 20px;
  font-size: 16px;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #333;
  text-shadow: none;
  border: 0;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce .quantity .plus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce-page #content .quantity .minus:hover {
  background: #fff;
  color: #b90072;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus {
  top: 0;
  right: 0;
  border-bottom: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-left: 2px solid #ccc;
}
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
  bottom: 0;
  right: auto;
  left: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-right: 2px solid #ccc;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: 10px 10px 0 0;
}
.woocommerce ul.products li.product .onsale .onsale-bg,
.woocommerce-page ul.products li.product .onsale .onsale-bg {
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}
.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  margin: 0 0 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce ul.products li.product strong,
.woocommerce-page ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #333;
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: .5em;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  font-size: 18px;
  color: #999;
  font-weight: 400;
  margin: 0;
}
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  text-decoration: none;
  margin-left: 5px;
}
.woocommerce ul.products li.product .price .from,
.woocommerce-page ul.products li.product .price .from {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  color: #999;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  height: 60px;
  width: 60px;
  padding: 0;
  font-size: 11px;
  line-height: 55px;
  font-weight: 600;
  position: absolute;
  text-align: center;
  top: 6px;
  left: 6px;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  text-shadow: none;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce span.onsale .onsale-bg,
.woocommerce-page span.onsale .onsale-bg {
  display: block;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #b90072;
  filter: alpha(opacity=70);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
  top: 6px;
  left: 6px;
}
.woocommerce span.onsale .onsale-val,
.woocommerce-page span.onsale .onsale-val {
  display: inline-block;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.woocommerce .sku_wrapper,
.woocommerce-page .sku_wrapper,
.woocommerce .tagged_as,
.woocommerce-page .tagged_as,
.woocommerce .posted_in,
.woocommerce-page .posted_in {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999;
}
.woocommerce .sku_wrapper a,
.woocommerce-page .sku_wrapper a,
.woocommerce .tagged_as a,
.woocommerce-page .tagged_as a,
.woocommerce .posted_in a,
.woocommerce-page .posted_in a {
  color: #666;
}
.woocommerce .sku_wrapper a:hover,
.woocommerce-page .sku_wrapper a:hover,
.woocommerce .tagged_as a:hover,
.woocommerce-page .tagged_as a:hover,
.woocommerce .posted_in a:hover,
.woocommerce-page .posted_in a:hover {
  color: #b90072;
}
.woocommerce .product_meta,
.woocommerce-page .product_meta {
  border-top: 1px solid #e5e5e5;
  padding: 24px 0 17px 0;
}
.woocommerce .product_meta .sku_wrapper,
.woocommerce-page .product_meta .sku_wrapper,
.woocommerce .product_meta .tagged_as,
.woocommerce-page .product_meta .tagged_as,
.woocommerce .product_meta .posted_in,
.woocommerce-page .product_meta .posted_in {
  margin-bottom: 6px;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating,
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
  margin-bottom: 12px;
  font-size: 12px;
  color: #453951;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  content: "\53\53\53\53\53";
  color: #e6e6e6;
}
.woocommerce p.stars,
.woocommerce-page p.stars {
  position: relative;
  font-size: 1em;
}
.woocommerce p.stars a,
.woocommerce-page p.stars a {
  color: #E6E6E6;
  border-right-color: #E6E6E6 !important;
}
.woocommerce p.stars a:hover,
.woocommerce-page p.stars a:hover {
  color: #453951;
}
.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after {
  content: "\e020";
}
.woocommerce p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after {
  content: "\e020\e020";
}
.woocommerce p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after {
  content: "\e020\e020\e020";
}
.woocommerce p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after {
  content: "\e020\e020\e020\e020";
}
.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
  content: "\e020\e020\e020\e020\e020";
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  padding-top: 10px;
}
.woocommerce .single_variation,
.woocommerce-page .single_variation {
  padding-bottom: 15px;
}
.woocommerce .widget_layered_nav ul,
.woocommerce-page .widget_layered_nav ul {
  margin: -13px 0 0 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
  padding: 13px 0;
  border-top: 1px solid #e5e5e5;
}
.woocommerce .widget_layered_nav ul li:before,
.woocommerce-page .widget_layered_nav ul li:before,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  clear: both;
}
.woocommerce .widget_layered_nav ul li:before,
.woocommerce-page .widget_layered_nav ul li:before,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  content: " ";
  display: table;
}
.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  clear: both;
}
.woocommerce .widget_layered_nav ul li:first-child,
.woocommerce-page .widget_layered_nav ul li:first-child {
  border-top: 0;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li span {
  padding: 1px 0;
  float: left;
}
.woocommerce .widget_layered_nav ul li > a:before,
.woocommerce-page .widget_layered_nav ul li > a:before {
  content: " ";
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  margin: 4px 10px 4px 0;
  border: 2px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
  padding: 1px 0;
  text-decoration: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: inherit;
  position: relative;
}
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce-page .widget_layered_nav ul li.chosen a:before {
  content: " ";
  margin: 4px 10px 4px 0;
}
.woocommerce .widget_layered_nav ul li.chosen a:after,
.woocommerce-page .widget_layered_nav ul li.chosen a:after {
  color: #453951;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  content: "\f00c";
  position: absolute;
  left: 2px;
  top: 1px;
}
.woocommerce .widget_layered_nav ul small.count,
.woocommerce-page .widget_layered_nav ul small.count {
  float: right;
  margin-left: 6px;
  font-size: 1em;
  padding: 1px 0;
  color: #999;
}
.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
  list-style: none;
  margin: 0 20px 0 0;
}
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a {
  padding: 1px 0;
  text-decoration: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: inherit;
  position: relative;
}
.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce-page .widget_layered_nav_filters ul li a:before {
  content: " ";
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  margin: 4px 10px 4px 0;
  border: 2px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .widget_layered_nav_filters ul li a:after,
.woocommerce-page .widget_layered_nav_filters ul li a:after {
  color: #453951;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  content: "\f00c";
  position: absolute;
  left: 2px;
  top: 1px;
}
.woocommerce .widget_layered_nav_filters ul li a:hover:after,
.woocommerce-page .widget_layered_nav_filters ul li a:hover:after {
  content: "\f00d";
  left: 3px;
}
.woocommerce .widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  float: right;
  font-size: 11px;
  line-height: 12px;
  padding: 6px 12px;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label,
.woocommerce-page .widget_price_filter .price_slider_amount .price_label {
  float: left;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 0;
}
.woocommerce .widget_price_filter .ui-slider,
.woocommerce-page .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #453951;
  background: #fff;
  outline: none;
  top: -6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #453951;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ccc;
}
.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: 2px;
  margin: 34px 0 26px 0;
}
.woocommerce .breadcrumb,
.woocommerce-page .breadcrumb {
  padding: 17px 0;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #8F8897;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: normal;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  display: inline-block;
  color: #8F8897;
  color: rgba(255, 255, 255, 0.4);
}
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce-page .woocommerce-breadcrumb a:hover {
  color: #fff;
}
.woocommerce .breadsep,
.woocommerce-page .breadsep {
  display: inline-block;
  padding: 0 1px 0 5px;
}
.woocommerce div.product,
.woocommerce-page div.product,
.woocommerce #content div.product,
.woocommerce-page #content div.product {
  margin-bottom: 0;
  position: relative;
  /* Main product title */
  /* Price */
  /* Stock */
  /* Product image and thumbnail */
  /* Summary div (contains title, price etc) */
  /* Social networking */
  /* Tabs on the product page */
  /* Cart button */
  /* add to cart forms */
}
.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page #content div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price {
  color: #333;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 40px 0;
}
.woocommerce div.product span.price ins,
.woocommerce-page div.product span.price ins,
.woocommerce #content div.product span.price ins,
.woocommerce-page #content div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce #content div.product p.price ins,
.woocommerce-page #content div.product p.price ins {
  background: inherit;
  text-decoration: none;
  margin-left: 10px;
}
.woocommerce div.product span.price del,
.woocommerce-page div.product span.price del,
.woocommerce #content div.product span.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce-page div.product p.price del,
.woocommerce #content div.product p.price del,
.woocommerce-page #content div.product p.price del {
  font-size: 32px;
  color: #999;
  font-weight: 400;
  margin: 0;
}
.woocommerce div.product p.stock,
.woocommerce-page div.product p.stock,
.woocommerce #content div.product p.stock,
.woocommerce-page #content div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock,
.woocommerce-page div.product .stock,
.woocommerce #content div.product .stock,
.woocommerce-page #content div.product .stock {
  color: #85ad74;
}
.woocommerce div.product .out-of-stock,
.woocommerce-page div.product .out-of-stock,
.woocommerce #content div.product .out-of-stock,
.woocommerce-page #content div.product .out-of-stock {
  color: red;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page #content div.product div.images {
  margin-bottom: 2em;
}
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails,
.woocommerce #content div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails {
  margin: 0;
  padding-top: 1em;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page #content div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social,
.woocommerce-page div.product div.social,
.woocommerce #content div.product div.social,
.woocommerce-page #content div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span,
.woocommerce-page div.product div.social span,
.woocommerce #content div.product div.social span,
.woocommerce-page #content div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span,
.woocommerce-page div.product div.social span span,
.woocommerce #content div.product div.social span span,
.woocommerce-page #content div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets,
.woocommerce-page div.product div.social span .stButton .chicklets,
.woocommerce #content div.product div.social span .stButton .chicklets,
.woocommerce-page #content div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe,
.woocommerce-page div.product div.social iframe,
.woocommerce #content div.product div.social iframe,
.woocommerce-page #content div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
  padding: 20px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  background: transparent;
  display: inline-block;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li + li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li + li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li + li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li + li {
  margin-left: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 8px 0;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #666;
  background: #fff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
  z-index: 2;
  border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
  color: #333;
  text-shadow: inherit;
  border-color: #b90072;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before {
  display: none;
  height: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none;
  height: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
  height: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
  height: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
  height: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
  display: none;
  height: 0;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-page div.product .woocommerce-tabs .panel h2,
.woocommerce #content div.product .woocommerce-tabs .panel h2,
.woocommerce-page #content div.product .woocommerce-tabs .panel h2 {
  font-size: 18px;
  line-height: 25px;
}
.woocommerce div.product .woocommerce-tabs .panel h2:empty,
.woocommerce-page div.product .woocommerce-tabs .panel h2:empty,
.woocommerce #content div.product .woocommerce-tabs .panel h2:empty,
.woocommerce-page #content div.product .woocommerce-tabs .panel h2:empty {
  margin: 0;
}
.woocommerce div.product p.cart,
.woocommerce-page div.product p.cart,
.woocommerce #content div.product p.cart,
.woocommerce-page #content div.product p.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product p.cart:before,
.woocommerce-page div.product p.cart:before,
.woocommerce #content div.product p.cart:before,
.woocommerce-page #content div.product p.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after {
  clear: both;
}
.woocommerce div.product p.cart:before,
.woocommerce-page div.product p.cart:before,
.woocommerce #content div.product p.cart:before,
.woocommerce-page #content div.product p.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after {
  clear: both;
}
.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page #content div.product form.cart {
  margin-bottom: 50px;
  *zoom: 1;
}
.woocommerce div.product form.cart:before,
.woocommerce-page div.product form.cart:before,
.woocommerce #content div.product form.cart:before,
.woocommerce-page #content div.product form.cart:before,
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after {
  clear: both;
}
.woocommerce div.product form.cart:before,
.woocommerce-page div.product form.cart:before,
.woocommerce #content div.product form.cart:before,
.woocommerce-page #content div.product form.cart:before,
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after {
  clear: both;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity {
  float: left;
  margin: 0 20px 0 0;
}
.woocommerce div.product form.cart table,
.woocommerce-page div.product form.cart table,
.woocommerce #content div.product form.cart table,
.woocommerce-page #content div.product form.cart table {
  border-width: 0 0 1px 0;
}
.woocommerce div.product form.cart table td,
.woocommerce-page div.product form.cart table td,
.woocommerce #content div.product form.cart table td,
.woocommerce-page #content div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity,
.woocommerce-page div.product form.cart table div.quantity,
.woocommerce #content div.product form.cart table div.quantity,
.woocommerce-page #content div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock,
.woocommerce-page div.product form.cart table small.stock,
.woocommerce #content div.product form.cart table small.stock,
.woocommerce-page #content div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations,
.woocommerce #content div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label,
.woocommerce #content div.product form.cart .variations label,
.woocommerce-page #content div.product form.cart .variations label {
  padding: 0;
  margin-top: 18px;
  color: #666;
  font-weight: 600;
}
.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select,
.woocommerce #content div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select {
  width: 100%;
  float: left;
  margin-top: 5px;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label,
.woocommerce #content div.product form.cart .variations td.label,
.woocommerce-page #content div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td,
.woocommerce #content div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td {
  vertical-align: top;
}
.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce #content div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce div.product form.cart .group_table td.label,
.woocommerce-page div.product form.cart .group_table td.label,
.woocommerce #content div.product form.cart .group_table td.label,
.woocommerce-page #content div.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td,
.woocommerce-page div.product form.cart .group_table td,
.woocommerce #content div.product form.cart .group_table td,
.woocommerce-page #content div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: .5em;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  margin-bottom: 3.8%;
}
.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating {
  line-height: 22px;
  margin: 0 0 15px 0;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
  color: #453951;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  margin: 0 20px 0 0;
}
.woocommerce #review_form_wrapper,
.woocommerce-page #review_form_wrapper {
  padding-top: 20px;
}
.woocommerce .woocommerce #reviews h3,
.woocommerce-page .woocommerce #reviews h3,
.woocommerce .woocommerce-page #reviews h3,
.woocommerce-page .woocommerce-page #reviews h3 {
  margin-bottom: 15px;
}
.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce #content div.product #reviews .comment img.media-object,
.woocommerce-page #content div.product #reviews .comment img.media-object,
.woocommerce div.product #reviews .comment img.media-object,
.woocommerce-page div.product #reviews .comment img.media-object {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-top: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  margin-left: 60px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
  margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  margin-left: 60px;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 0 20px 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text time,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text time {
  font-size: 11px;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .author,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta .author {
  font-weight: 600;
}
.woocommerce .panel,
.woocommerce-page .panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce .cart-empty,
.woocommerce-page .cart-empty {
  font-size: 120px;
  color: #E6E6E6;
  line-height: 1em;
}
.woocommerce table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
  color: #666;
}
.woocommerce table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover,
.woocommerce #content table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover {
  background-color: transparent;
  color: #b90072;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  padding: 15px 20px !important;
  margin: 0 0 30px 0 !important;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #519ad7;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce .woocommerce-message b,
.woocommerce-page .woocommerce-message b,
.woocommerce .woocommerce-error b,
.woocommerce-page .woocommerce-error b,
.woocommerce .woocommerce-info b,
.woocommerce-page .woocommerce-info b,
.woocommerce .woocommerce-message strong,
.woocommerce-page .woocommerce-message strong,
.woocommerce .woocommerce-error strong,
.woocommerce-page .woocommerce-error strong,
.woocommerce .woocommerce-info strong,
.woocommerce-page .woocommerce-info strong {
  font-weight: 600;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  display: none;
  height: 0;
}
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-info .button {
  float: right;
}
.woocommerce .woocommerce-message .button.wc-forward,
.woocommerce-page .woocommerce-message .button.wc-forward,
.woocommerce .woocommerce-error .button.wc-forward,
.woocommerce-page .woocommerce-error .button.wc-forward,
.woocommerce .woocommerce-info .button.wc-forward,
.woocommerce-page .woocommerce-info .button.wc-forward {
  background: transparent !important;
  border: 0 !important;
  padding: 4px !important;
}
.woocommerce .woocommerce-message .button.wc-forward:hover,
.woocommerce-page .woocommerce-message .button.wc-forward:hover,
.woocommerce .woocommerce-error .button.wc-forward:hover,
.woocommerce-page .woocommerce-error .button.wc-forward:hover,
.woocommerce .woocommerce-info .button.wc-forward:hover,
.woocommerce-page .woocommerce-info .button.wc-forward:hover,
.woocommerce .woocommerce-message .button.wc-forward:focus,
.woocommerce-page .woocommerce-message .button.wc-forward:focus,
.woocommerce .woocommerce-error .button.wc-forward:focus,
.woocommerce-page .woocommerce-error .button.wc-forward:focus,
.woocommerce .woocommerce-info .button.wc-forward:focus,
.woocommerce-page .woocommerce-info .button.wc-forward:focus {
  color: #b90072;
}
.woocommerce .woocommerce-message li,
.woocommerce-page .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce-page .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce-page .woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.woocommerce .woocommerce-message .showcoupon,
.woocommerce-page .woocommerce-message .showcoupon,
.woocommerce .woocommerce-error .showcoupon,
.woocommerce-page .woocommerce-error .showcoupon,
.woocommerce .woocommerce-info .showcoupon,
.woocommerce-page .woocommerce-info .showcoupon {
  border-bottom: 1px solid #ccc;
}
.woocommerce .woocommerce-message .showcoupon:hover,
.woocommerce-page .woocommerce-message .showcoupon:hover,
.woocommerce .woocommerce-error .showcoupon:hover,
.woocommerce-page .woocommerce-error .showcoupon:hover,
.woocommerce .woocommerce-info .showcoupon:hover,
.woocommerce-page .woocommerce-info .showcoupon:hover,
.woocommerce .woocommerce-message .showcoupon:focus,
.woocommerce-page .woocommerce-message .showcoupon:focus,
.woocommerce .woocommerce-error .showcoupon:focus,
.woocommerce-page .woocommerce-error .showcoupon:focus,
.woocommerce .woocommerce-info .showcoupon:focus,
.woocommerce-page .woocommerce-info .showcoupon:focus {
  color: #ccc;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  background: #459f4d;
  border: 0;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  display: none;
  height: 0;
}
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  background: #519ad7;
  border: 0;
}
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  display: none;
  height: 0;
}
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  background: #ea493d;
  border: 0;
}
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
  display: none;
  height: 0;
}
.woocommerce small.note,
.woocommerce-page small.note {
  display: block;
  color: #fff;
  font-size: 11px;
  line-height: 21px;
  margin-top: 10px;
}
.woocommerce #order_review,
.woocommerce-page #order_review {
  background: #f7f6f7;
  padding: 30px;
}
.woocommerce .woocommerce #payment ul.payment_methods,
.woocommerce-page .woocommerce #payment ul.payment_methods,
.woocommerce .woocommerce-page #payment ul.payment_methods,
.woocommerce-page .woocommerce-page #payment ul.payment_methods {
  padding: 0;
}
.woocommerce #payment,
.woocommerce-page #payment {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #519ad7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
}
.woocommerce #payment div.payment_box p,
.woocommerce-page #payment div.payment_box p {
  color: #fff;
}
.woocommerce #payment div.payment_box input.input-text,
.woocommerce-page #payment div.payment_box input.input-text,
.woocommerce #payment div.payment_box textarea,
.woocommerce-page #payment div.payment_box textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  border: 8px solid #519ad7;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  border-color: #e5e5e5;
}
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
  margin-bottom: 10px;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
  border: none;
  padding: 1em 0;
}
.woocommerce .shipping_calculator,
.woocommerce-page .shipping_calculator {
  margin-top: 20px;
  background: #f5f5f5;
  padding: 30px;
}
.woocommerce .shipping_calculator h2,
.woocommerce-page .shipping_calculator h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}
.woocommerce .login,
.woocommerce-page .login,
.woocommerce .shipping-calculator-form,
.woocommerce-page .shipping-calculator-form {
  margin-top: 20px;
}
.woocommerce .login p,
.woocommerce-page .login p,
.woocommerce .shipping-calculator-form p,
.woocommerce-page .shipping-calculator-form p {
  margin: 0;
  padding: 0;
}
.woocommerce .login p.form-row,
.woocommerce-page .login p.form-row,
.woocommerce .shipping-calculator-form p.form-row,
.woocommerce-page .shipping-calculator-form p.form-row {
  margin-bottom: 10px;
  padding: 0;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-family: FontAwesome;
  content: "\f067";
  color: #b90072;
  float: left;
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 25px;
}
.woocommerce .cart-collaterals .shipping_calculator.isOpen .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator.isOpen .shipping-calculator-button:after {
  content: "\f068";
}
.woocommerce .woocommerce table.shop_table td.product-name,
.woocommerce-page .woocommerce table.shop_table td.product-name,
.woocommerce .woocommerce-page table.shop_table td.product-name,
.woocommerce-page .woocommerce-page table.shop_table td.product-name {
  font-size: 16px;
}
.woocommerce .woocommerce table.shop_table td.product-name a:hover,
.woocommerce-page .woocommerce table.shop_table td.product-name a:hover,
.woocommerce .woocommerce-page table.shop_table td.product-name a:hover,
.woocommerce-page .woocommerce-page table.shop_table td.product-name a:hover,
.woocommerce .woocommerce table.shop_table td.product-name a:focus,
.woocommerce-page .woocommerce table.shop_table td.product-name a:focus,
.woocommerce .woocommerce-page table.shop_table td.product-name a:focus,
.woocommerce-page .woocommerce-page table.shop_table td.product-name a:focus {
  color: #b90072;
}
.woocommerce .woocommerce td.product-name dl.variation dt,
.woocommerce-page .woocommerce td.product-name dl.variation dt,
.woocommerce .woocommerce-page td.product-name dl.variation dt,
.woocommerce-page .woocommerce-page td.product-name dl.variation dt,
.woocommerce .woocommerce td.product-name dl.variation dd,
.woocommerce-page .woocommerce td.product-name dl.variation dd,
.woocommerce .woocommerce-page td.product-name dl.variation dd,
.woocommerce-page .woocommerce-page td.product-name dl.variation dd {
  font-size: 14px;
}
.woocommerce .woocommerce td.product-name dl.variation dt,
.woocommerce-page .woocommerce td.product-name dl.variation dt,
.woocommerce .woocommerce-page td.product-name dl.variation dt,
.woocommerce-page .woocommerce-page td.product-name dl.variation dt {
  color: #999999;
}
.woocommerce .woocommerce td.product-name dl.variation dd,
.woocommerce-page .woocommerce td.product-name dl.variation dd,
.woocommerce .woocommerce-page td.product-name dl.variation dd,
.woocommerce-page .woocommerce-page td.product-name dl.variation dd {
  color: #333333;
}
.woocommerce .woocommerce table.cart td.product-quantity,
.woocommerce-page .woocommerce table.cart td.product-quantity {
  text-align: left;
}
.woocommerce .woocommerce table.cart td.product-quantity .quantity,
.woocommerce-page .woocommerce table.cart td.product-quantity .quantity {
  margin: 0;
}
.woocommerce .woocommerce table.cart td.product-price,
.woocommerce-page .woocommerce table.cart td.product-price {
  color: #333333;
}
.woocommerce .woocommerce table.cart td.product-subtotal,
.woocommerce-page .woocommerce table.cart td.product-subtotal {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}
.woocommerce .woocommerce table.cart th.product-subtotal,
.woocommerce-page .woocommerce table.cart th.product-subtotal {
  text-align: right;
}
.woocommerce .woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page .woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce .woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page .woocommerce table.cart td.actions .coupon .input-text,
.woocommerce .woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page .woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce .woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page .woocommerce-page table.cart td.actions .coupon .input-text {
  margin: 0 6px 0 0;
}
.woocommerce .woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .woocommerce .cart-collaterals .cart_totals table th,
.woocommerce .woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce-page .woocommerce-page .cart-collaterals .cart_totals table th {
  text-transform: uppercase;
  font-weight: 600;
  color: #999999;
  letter-spacing: 0.1em;
  font-size: 13px;
  line-height: 16px;
  padding: 15px 0;
}
.woocommerce .woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce-page .woocommerce-page .cart-collaterals .cart_totals table td {
  color: #333333;
}
.woocommerce .woocommerce .cart-collaterals .cart_totals table tr.order-total strong,
.woocommerce-page .woocommerce .cart-collaterals .cart_totals table tr.order-total strong {
  font-weight: 600;
  font-size: 16px;
}
.woocommerce ul.cart_list li,
.woocommerce-page ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
  border-top: 1px solid #E5E5E5;
  padding: 14px 0;
}
.woocommerce ul.cart_list li:first-child,
.woocommerce-page ul.cart_list li:first-child,
.woocommerce ul.product_list_widget li:first-child,
.woocommerce-page ul.product_list_widget li:first-child {
  border-top: 0;
}
.woocommerce ul.cart_list li a,
.woocommerce-page ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.product_list_widget li a {
  display: block;
  font-weight: 400;
}
.woocommerce ul.cart_list li img,
.woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce ul.cart_list li .quantity,
.woocommerce-page ul.cart_list li .quantity,
.woocommerce ul.product_list_widget li .quantity,
.woocommerce-page ul.product_list_widget li .quantity {
  border: 0 !important;
}
.woocommerce .widget_shopping_cart_content .button,
.woocommerce-page .widget_shopping_cart_content .button {
  margin-bottom: 5px;
}
.woocommerce .product_list_widget .star-rating,
.woocommerce-page .product_list_widget .star-rating {
  margin-bottom: 5px;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
  border-top: 3px double #f7f6f7;
  padding: 4px 0 0;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce-page.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong,
.woocommerce-page .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce-page.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons,
.woocommerce-page .widget_shopping_cart .buttons {
  *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons:before,
.woocommerce-page.widget_shopping_cart .buttons:before,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce-page .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  clear: both;
}
.woocommerce.widget_shopping_cart .buttons:before,
.woocommerce-page.widget_shopping_cart .buttons:before,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce-page .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  clear: both;
}
/* =Account
-------------------------------------------------------------- */
.chosen-container-single .chosen-single {
  height: 39px;
  padding: 6px 9px;
  border: 2px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.chosen-container-single .chosen-single span {
  overflow: visible;
  line-height: 1em;
  padding: 6px 9px;
  font-size: 13px;
}
.chosen-container-single .chosen-single div b {
  background-position: 0 8px;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 0;
}
/* =Alerts
-------------------------------------------------------------- */
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  background-color: #f7f6f7;
  color: #333333;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  padding: 30px !important;
}
.woocommerce .woocommerce-message .btn,
.woocommerce-page .woocommerce-message .btn,
.woocommerce .woocommerce-error .btn,
.woocommerce-page .woocommerce-error .btn,
.woocommerce .woocommerce-info .btn,
.woocommerce-page .woocommerce-info .btn {
  position: absolute;
  right: 30px;
  top: 23px;
}
.woocommerce .woocommerce-message .showcoupon,
.woocommerce-page .woocommerce-message .showcoupon,
.woocommerce .woocommerce-error .showcoupon,
.woocommerce-page .woocommerce-error .showcoupon,
.woocommerce .woocommerce-info .showcoupon,
.woocommerce-page .woocommerce-info .showcoupon {
  border-color: #b90072;
}
.woocommerce .woocommerce-message .showcoupon:hover,
.woocommerce-page .woocommerce-message .showcoupon:hover,
.woocommerce .woocommerce-error .showcoupon:hover,
.woocommerce-page .woocommerce-error .showcoupon:hover,
.woocommerce .woocommerce-info .showcoupon:hover,
.woocommerce-page .woocommerce-info .showcoupon:hover,
.woocommerce .woocommerce-message .showcoupon:focus,
.woocommerce-page .woocommerce-message .showcoupon:focus,
.woocommerce .woocommerce-error .showcoupon:focus,
.woocommerce-page .woocommerce-error .showcoupon:focus,
.woocommerce .woocommerce-info .showcoupon:focus,
.woocommerce-page .woocommerce-info .showcoupon:focus {
  color: #ffffff;
  border-color: #2a272e;
}
/* =Utilities
-------------------------------------------------------------- */
.wc-forward:after,
.wc-forward a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  content: "\f0da";
}
.wc-backward:before,
.wc-backward a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  content: "\f0d9";
}
.photoOverlay {
  position: relative;
}
.photoOverlay .bgoverlay {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.photoOverlay .inner {
  z-index: 3;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
}
.photoOverlay .inner .button {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}
.photoOverlay .inner .button.added {
  margin-right: 0;
}
.photoOverlay .inner .button.added:before {
  color: #fff;
  top: 15px;
  right: 20px;
}
.photoOverlay .inner .added_to_cart.wc-forward {
  display: none !important;
}
.photoOverlay .inner .added_to_cart.wc-forward + .button {
  margin-top: 20px;
}
.photoOverlay .inner .button + .button {
  margin-top: 20px;
}
.woocolumns-5 .inner,
.woocolumns-6 .inner {
  padding: 15px 15px 20px 15px;
}
.woocolumns-5 .inner .button,
.woocolumns-6 .inner .button {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 10px;
}
.woocolumns-5 .inner .button.added:before,
.woocolumns-6 .inner .button.added:before {
  top: 7px;
  right: 6px;
}
.cthidden {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease ease-in-out 0.2s;
  -moz-transition: all 0.4s ease ease-in-out 0.2s;
  -o-transition: all 0.4s ease ease-in-out 0.2s;
  transition: all 0.4s ease ease-in-out 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.cthover {
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.pagination > li > a.current,
.pagination > li > span.current,
.pagination > li > a.current:hover,
.pagination > li > span.current:hover,
.pagination > li > a.current:focus,
.pagination > li > span.current:focus {
  color: #fff;
  background-color: #453951;
}
.woocommerce .navigation-blog {
  margin-top: 15px;
  color: inherit;
}
.woocommerce .navigation-blog:hover {
  color: #b90072;
}
.widget_product_categories ul {
  list-style: none;
  padding: 0;
  margin: -13px 0 0 0;
}
.widget_product_categories ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
  padding: 13px 0;
  border-top: 1px solid #e5e5e5;
}
.widget_product_categories ul li:before,
.widget_product_categories ul li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget_product_categories ul li:after {
  clear: both;
}
.widget_product_categories ul li:before,
.widget_product_categories ul li:after {
  content: " ";
  display: table;
}
.widget_product_categories ul li:after {
  clear: both;
}
.widget_product_categories ul li:first-child {
  border-top: 0;
}
.widget_product_categories ul li a,
.widget_product_categories ul li span {
  padding: 1px 0;
  float: left;
}
.widget_product_categories ul li .count {
  float: right;
  margin-left: 6px;
  font-size: 1em;
  padding: 1px 0;
  color: #999;
}
.current-cat a {
  color: #b90072;
}
.main-header.no-title {
  padding: 14px 0 15px 0;
}
.main-header.no-title .breadcrumb {
  padding: 0;
}
.related.products h2 {
  font-size: 13px;
  line-height: 16px;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: center;
}
.related.products ul.products.main-prodlist {
  margin-bottom: 0;
}
/* Spancings */
.woocommerce div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label,
.woocommerce #content div.product form.cart .variations td.label,
.woocommerce-page #content div.product form.cart .variations td.label {
  padding-right: 10px;
}
.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page #content div.product form.cart {
  margin-top: 5px;
  margin-bottom: 20px;
}
.woocommerce div.product form.cart .reset_variations,
.woocommerce-page div.product form.cart .reset_variations,
.woocommerce #content div.product form.cart .reset_variations,
.woocommerce-page #content div.product form.cart .reset_variations {
  margin-top: 15px;
  display: inline-block;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
  padding-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
  margin: 0 0 10px;
}
.woocommerce .single_variation,
.woocommerce-page .single_variation {
  padding-bottom: 10px;
  padding-top: 16px;
}
.woocommerce #review_form #respond p.comment-form-comment,
.woocommerce-page #review_form #respond p.comment-form-comment {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .related.products ul.products.main-prodlist li.product {
    padding-bottom: 10px !important;
  }
}
#reviews > #comments > h2 {
  display: none;
}
@media (max-width: 500px) {
  .woocommerce #content div.product div.thumbnails,
  .woocommerce div.product div.thumbnails {
    margin: 0 0 0 -3.8%;
  }
  .woocommerce #content div.product div.thumbnails a,
  .woocommerce div.product div.thumbnails a {
    float: left;
    width: 48.1%;
    margin-right: 3.8%;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .woocommerce .woocommerce-message .btn,
  .woocommerce-page .woocommerce-message .btn,
  .woocommerce .woocommerce-error .btn,
  .woocommerce-page .woocommerce-error .btn,
  .woocommerce .woocommerce-info .btn,
  .woocommerce-page .woocommerce-info .btn {
    position: static;
    margin-top: 10px;
    display: block;
  }
}
#customer_details {
  margin-bottom: 30px;
}
/* chosen select */
.chosen-container-single .chosen-single {
  background: #fff;
  box-shadow: none;
  color: #444;
}
.chosen-container .chosen-results li.highlighted {
  background: #666;
  color: #fff;
}
.chosen-container-multi .chosen-choices {
  background: #fff;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice {
  background: #fff;
  box-shadow: none;
  color: #333;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background: #e4e4e4;
  color: #666;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  height: 39px;
  padding: 6px 9px;
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background: #666;
  color: #fff;
  border: 2px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: none;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
  height: 39px;
  line-height: 22px;
  padding: 6px 9px;
  border: 2px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.chosen-container-active .chosen-single {
  border: 1px solid #333;
  box-shadow: none;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
  background-position: 0 8px !important;
}
.woocommerce .checkout .col-2 h3#ship-to-different-address,
.woocommerce-page .checkout .col-2 h3#ship-to-different-address {
  float: none;
  margin-bottom: 1px;
}
#ship-to-different-address label {
  display: inline-block;
}
#ship-to-different-address-checkbox {
  float: left;
  margin: 17px 8px 0 0;
}
#rememberme {
  position: relative;
  top: 2px;
  margin-left: 15px;
}
/* prettyphoto */
div.pp_woocommerce .pp_content_container {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
}
.pp_content_container .pp_left,
.pp_content_container .pp_right {
  padding: 0;
}
div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand,
div.pp_woocommerce .pp_close {
  background: #b90072;
  border-color: #b90072;
  text-shadow: none;
  width: 24px;
  height: 24px;
}
div.pp_woocommerce a.pp_contract:before,
div.pp_woocommerce a.pp_expand:before,
div.pp_woocommerce .pp_close:before {
  top: 1px;
}
div.pp_woocommerce a.pp_contract:hover,
div.pp_woocommerce a.pp_expand:hover,
div.pp_woocommerce .pp_close:hover {
  background: #2a272e;
}
div.pp_woocommerce div.ppt {
  font-weight: 400;
}
div.pp_woocommerce .pp_close:before {
  font-family: 'Open Sans', sans-serif;
  content: "×";
  font-weight: 700;
  font-size: 19px;
}
div.pp_woocommerce a.pp_contract:before {
  font-family: FontAwesome;
  content: "\f066";
  font-size: 14px;
}
div.pp_woocommerce a.pp_expand:before {
  font-family: FontAwesome;
  content: "\f065";
  font-size: 14px;
}
div.pp_woocommerce .pp_arrow_next:before {
  font-family: FontAwesome;
  content: "\f0da";
}
div.pp_woocommerce .pp_arrow_previous:before {
  font-family: FontAwesome;
  content: "\f0d9";
}
div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous {
  -webkit-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  background-color: transparent;
  color: #b90072 !important;
  font-size: 16px !important;
  line-height: 1em;
  margin-top: 0;
}
div.pp_woocommerce .pp_arrow_next:hover,
div.pp_woocommerce .pp_arrow_previous:hover {
  background-color: transparent;
  color: #2a272e;
}
div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_previous:before {
  -webkit-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  background-color: transparent;
  color: #b90072 !important;
  font-size: 24px !important;
  line-height: 1em;
  content: "\f105";
}
div.pp_woocommerce .pp_next:before {
  font-family: FontAwesome;
  content: "\f105";
}
div.pp_woocommerce .pp_previous:before {
  font-family: FontAwesome;
  content: "\f104";
}
div.pp_woocommerce .pp_gallery ul li a {
  border: 1px solid #999;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
div.pp_woocommerce .pp_description,
div.pp_woocommerce .pp_nav {
  line-height: 14px;
}
div.pp_woocommerce .pp_details {
  padding: 10px;
}
div.pp_woocommerce .pp_top {
  height: 5px;
}
div.pp_woocommerce div.ppt {
  margin-left: 0;
}
div.pp_overlay {
  filter: alpha(opacity=80) !important;
  filter: alpha(opacity=@opacity * 100) !important;
  -moz-opacity: 0.8 !important;
  -khtml-opacity: 0.8 !important;
  opacity: 0.8 !important;
}
/* media queries, adjustments */
@media (max-width: 1300px) {
  .flexslider.carousel-slider {
    margin-top: 80px;
  }
  .flexslider.carousel-slider .flex-direction-nav a {
    color: #999;
    top: 0;
  }
  .flexslider.carousel-slider .flex-direction-nav .flex-prev {
    margin-top: -70px;
    left: 50%;
    margin-left: -50px;
  }
  .flexslider.carousel-slider .flex-direction-nav .flex-next {
    margin-top: -70px;
    right: auto;
    left: 50%;
    margin-right: -50px;
  }
  .galleryItem {
    width: 25% !important;
  }
}
@media (max-width: 1200px) {
  .flexslider.std-slider .flex-control-paging {
    width: 100%;
    left: 0;
    margin: 0;
    padding-left: 40px;
  }
  .flexslider.center-controls .flex-control-nav,
  .container .flexslider .flex-control-nav {
    padding-left: 0;
  }
  .prefooter .table-cell input[type="email"] {
    width: auto;
  }
  .mapOuter .addressBox {
    margin-left: -470px;
  }
}
@media (max-width: 992px) {
  .blog-item {
    float: none;
  }
  .col-md-4 > .blog-item,
  .col-md-3 > .blog-item {
    max-width: 270px;
    margin-top: 45px;
  }
  .col-md-4 > .blog-item,
  .col-md-3 > .blog-item {
    margin-left: auto;
    margin-right: auto;
  }
  .table-content {
    margin-top: 25px;
    margin-bottom: 50px;
    text-align: center;
  }
  .table-content .table-row {
    display: block;
  }
  .table-content .table-cell {
    display: inline-block;
  }
  .table-content .table-cell:first-child {
    display: block;
    width: 100% !important;
    padding-bottom: 20px;
  }
  .galleryItem {
    width: 50% !important;
  }
  .showMap {
    display: none;
  }
  .content-layer .bg-layer {
    display: none !important;
  }
  .content-layer .placeOver {
    display: block !important;
    position: relative;
    padding-bottom: 50px;
    background: #453951;
  }
  .postfooter {
    text-align: center;
  }
  .postfooter .socialIcons.pull-right {
    float: none !important;
    display: inline-block;
  }
  #toTop {
    width: 40px;
    height: 40px;
    padding-top: 0;
  }
  .row > [class^="col-md-"] {
    margin-top: 40px;
  }
  form .row > [class^="col-md-"] {
    margin-top: 15px;
  }
  .navigation-blog-outer .text-left {
    text-align: right;
  }
  .navigation-blog-outer .text-right {
    text-align: left;
  }
  .navigation-blog-outer > [class^="col-md-"] {
    margin-top: 15px;
  }
  .has-error .help-block {
    height: auto;
  }
  #blog-sidebar {
    padding-left: 0;
  }
  .personBox {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .portfolioNav {
    text-align: center;
  }
  .portfolioNav .socialIcons {
    float: none !important;
    display: inline-block;
  }
  .main-header {
    text-align: center;
  }
  .main-header .page-title {
    float: none !important;
  }
  .main-header .breadcrumb {
    float: none !important;
    display: inline-block;
  }
  #blog-list.withMasonry .blog-item {
    width: 50%;
  }
  .mapOuter .addressBox {
    position: static;
    left: 0;
    top: 0;
    margin: 0 auto;
  }
  [class^="col-md-"] + [class^="col-md-"] .priceBox.type2 {
    border-left: 0;
    margin-left: auto;
  }
  .priceBox.type2 {
    padding-bottom: 50px;
  }
}
@media (max-width: 771px) {
  .navbar .dropdown-menu {
    position: relative;
    display: block;
    width: 100%;
    float: none !important;
    margin-top: 10px !important;
  }
  .header-search {
    display: block !important;
    position: relative;
    margin: 20px 0 0 0;
    top: 0;
    bottom: 0;
    float: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
  }
  .header-search .container {
    margin-top: 0;
  }
  .header-search input[type="text"] {
    font-size: 20px;
    line-height: 22px;
  }
  .header-search button[type="submit"] {
    background: transparent;
  }
  .header-search .form-group {
    margin: 0;
  }
}
@media (max-width: 771px) {
  .page-header {
    text-align: center;
  }
  .flexslider.carousel-slider {
    margin-left: 20px;
    margin-right: 20px;
  }
  .widget-title {
    text-align: center;
  }
  #showHeaderSearch {
    display: none;
    height: 0;
  }
  .innerMargin {
    padding-left: 30px;
    padding-right: 30px;
  }
  .innerMargin blockquote.intext {
    margin-left: -30px;
    margin-right: -30px;
  }
  .commentList li li {
    margin-left: 50px;
  }
  #blog-list.withMasonry .blog-item {
    width: 100%;
  }
  #blog-list.withMasonry .blog-thumbnail,
  #blog-list.withMasonry .innerMargin {
    max-width: 370px;
    margin: 0 auto;
  }
  .priceBox {
    max-width: 370px;
    margin: 0 auto;
  }
  .iconBox.type4 {
    max-width: 270px;
    margin: 60px auto;
  }
  body .vco-skinny.vco-notouch .vco-slider .nav-next .icon,
  body .vco-slider .nav-next .icon {
    margin: 20px 0 0 0 !important;
  }
  body .vco-skinny.vco-notouch .vco-slider .nav-previous .icon,
  body .vco-slider .nav-previous .icon {
    margin: 20px 0 0 0 !important;
  }
  .navbar-transparent .navbar-nav {
    background: #333;
  }
  .navbar-default .container,
  .container {
    max-width: 600px;
  }
}
@media (max-width: 480px) {
  .galleryItem {
    width: 100% !important;
  }
  .prefooter .table-cell input[type="email"],
  .prefooter input[type="submit"] {
    margin: 12px 0 0 0;
  }
  footer {
    text-align: center;
  }
  .flexslider .inner {
    text-align: center;
    padding: 50px 15px;
  }
  .flexslider .inner p {
    font-size: 15px;
    line-height: 20px;
  }
  .flexslider .inner .btn + .btn {
    margin: 15px 0;
  }
}
@media (max-width: 771px) {
  .videoSection.parallaxEffect {
    height: auto !important;
  }
  .videoSection.parallaxEffect .innerVideo {
    position: static !important;
  }
  .content-area,
  .parallaxSection {
    background-attachment: scroll;
  }
  input[type="text"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  textarea {
    -webkit-appearance: none;
  }
  #galleryContainer {
    margin-left: 30px;
    margin-right: 30px;
  }
  footer .mainfooter {
    max-width: 400px;
  }
  footer .mainfooter .blog-item {
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .videoSection.parallaxEffect {
    height: auto !important;
  }
  .videoSection.parallaxEffect .innerVideo {
    position: static !important;
  }
  .content-area,
  .parallaxSection {
    background-attachment: scroll;
  }
  input[type="text"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  textarea {
    -webkit-appearance: none;
  }
  .breadcrumb > li {
    display: inline-block;
    float: none;
  }
  .breadcrumb > li + li:before {
    padding: 0 5px 0 2px;
  }
  .navbar-default {
    -webkit-transition: none;
    transition: none;
    -webkit-transition: none ease-in-out 0.2s;
    -moz-transition: none ease-in-out 0.2s;
    -o-transition: none ease-in-out 0.2s;
    transition: none ease-in-out 0.2s;
  }
}
